/*
/* Basics GUI
------------------------------ */
/*  
 *  File: basics.css
 *  Abstract: CSS properties for http://knitsfits.com/
 *  Version: 2.0 (CSS level 3)
 *  © Team Tejat  Hamburg 2010 / 
                  http://www.tejat.de
  
/* 1 em = 10px */


html { 
  font-size: 101%;
  padding:0;
  margin:0;
  background-color: #f7f7f7;
  color: #000;
}

body{
  margin:0;
}

/* ul menue */
ul#ul_projects{
  font: 18px "Arial", sans-serif;
  margin:0;
  list-style-type: none;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height:17px;
}
ul#ul_projects li ul#list_collections, ul#ul_projects li ul#list_imprint{
  display: none;
}

ul#ul_projects ul{
  /* sub nav */
  list-style-type: none;
  margin:0; 
  padding-left: 10px;
}
ul#ul_projects li ul#list_collections{
  margin-bottom: 10px;
}

ul#ul_projects li, ul#ul_projects ul{
  text-transform: uppercase;
}

ul#ul_projects ul a{
  font: 12px "Arial", sans-serif;
}

ul#ul_projects li a, ul#ul_projects ul a{
  text-decoration: none;
}

ul#ul_projects li a:hover, ul#ul_projects ul a:hover{
  text-decoration: underline;
}

/*.home{ color: #453e2c; background-color: transparent; } .collections{ color: #f79413; } .contact{ color: #7e510d; } .friends{ color: #680a82; } .shops{ color: #e64d3b; } .imprint{ color: #282355; }*/
/*.home{ color: #C0C0C0; background-color: transparent; } .collections{ color: #808080; } .contact{ color: #7e510d; } .friends{ color: #595454; } .shops{ color: #747170; } .imprint{ color: #413839; }*/

.home{ color: #313131; background-color: transparent; } .collections{ color: #434343; }  .shops{ color: #535353; } .friends{ color: #626262; } .contact{ color: #7d7d7d; } .imprint{ color: #898989; }

a.active{ text-decoration: underline !important;}

/* Workspace:  centered div with the dimensions of 610 x 1024 pixel */
.centered_div {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 610px;
	width: 990px;
	margin-top: -305px;
	margin-left: -500px;
}

/* Navigation: dimensions 610 x 254 pixel */
.navigation_background {
  position: absolute;
  top: 0px;
  left: 750px;
  height: 610px;
  width: 240px;
  background-color: #f2ecde;
  border: 1px solid #f2ecde;
  background-image: url(../art/knitsfits.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/* navigational typo block */
.navigation {
  position: absolute;
  bottom: 2px;
	left: 752px;
}

/*  left container .content:    dimensions 610 x 760 pixel */
.content_background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 610px;
  width: 740px;
  background-color: #dedddb;
  border: 1px solid #dedddb;
  
}
.content_background::selection {
  color: transparent;
  background: transparent;
}


.content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 610px;
  width: 760px;  
}

#logo{
  z-index:99;
  position: absolute;
  top: 14px;
  left:5px;
  background-image: url(../art/knitsfits_tiny.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 65px;
  height: 65px;
  display: none;
}

#inner_images{
  display: none;
}

/*after cycle nav */
#navigate{
  position: absolute;
  z-index: 2;
  width: 721px;
  height: 20px;
  top: 580px;
  left:9px;
}

#pager{
  position: relative;
  width: 400px;
  height: 10px;
  top: 11px;
  left:-3px;
}

/* ◄ ► navigation */
#second_pager{
  position: relative;
  top: -3px;
  left: 692px;
  display: inline;
}

.next, .last{
  font: 13px "Arial", sans-serif;
  color: #333;
  background-color: transparent;
  cursor: pointer;
}


#pager a.activeSlide { 
  color: #5a6350; 
  background-image: url(../art/switch_dunkel.png); 
  background-repeat: no-repeat;
}
 
#pager a { 
  background-image: url(../art/switch_hell.png);
  background-repeat: no-repeat;
  text-decoration: none; 
  background-color: transparent;
  padding:2px;
  margin-left:4px;
  font-size: 0px;
  width: 6px !important;
  height:6px !important;
  float: left;
  font-size: 0%;
  color: transparent !important;
}

#inner_text_container{
  position: relative;
  top: 2px;
  padding-top: 8px;
  padding-bottom: 10px;
  left: 4px;
  border: 1px solid #999;
}

/* shopping , yeah we like */
#sidebar{
  position: relative;
  top: -200px;
}

.tiny{
  /* CSS3 Box Shadow */
  -moz-box-shadow:2px 2px 3px #555;
  -webkit-box-shadow:2px 2px 3px #555;
  box-shadow:2px 2px 3px #555;
  
  -moz-border-radius: 5px; 
  -webkit-border-radius:5px;
  
  border: 5px solid #fff;
  margin-bottom: 7px;
  margin-right:7px;
  width: 110px; 
  height: 110px;  
  position: relative;
  display: block;
  float: left;
}
.text{
    font: 70% "Arial", sans-serif;
    font-size-adjust:0.45;
    text-align: left;
    color: #453e2c;
    padding-left:15px;
    padding-bottom: 10px;
    position: absolute;
    width: 716px;
    bottom:0px;
    line-height: 170%;
    z-index: 1;
    letter-spacing: 1px;
}

.text b{
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    
}
.text a{
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    font-weight: bold;
}
.text a:hover{
    color: #999;
    text-decoration: none;
}
div#terms-and-conditions.text, div#terms-of-delivery.text{
  margin-bottom: 5px;
  padding-right: 10px;
}

#terms-and-conditions{
  height: 503px;
  width: 700px;
}
/* jScroll in Bio */
.jScrollPaneContainer {
  position: absolute;
  margin-top: 80px;
  padding-bottom: 2px;
  overflow: hidden;
  z-index: 1;
  outline: none;
}

.jScrollPaneTrack {
  position: absolute;
  height: 100% !important;
  cursor: pointer;
  right: 0;
  top: 0;
  background: #666;
  opacity: 0.3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-right:1px;
  padding-left:1px;
  }
.jScrollPaneDrag {
  position: absolute;
  margin-top: 1px;
  padding-bottom: 20px !important;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*
  -webkit-box-shadow:1px 1px 5px #000;  
  -moz-box-shadow:1px 1px 5px #000;
  */
}

.jScrollPaneDragTop {
  position: absolute;
  top: -1px;
  left: 0;
  overflow: hidden;
}
.jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/* imprint vcard:*/
#vcard{
  position:relative;
  top: 2px;
}

/* order */
#order{
  position: absolute;
  height: 503px;
  width: 700px;
}

#onlineStore{
  position: absolute;
  display: block;
  width: 700px;
  top: -200px;
  text-align: center;
  font: 120% "Arial", sans-serif;
  text-shadow: #f8fcee 0 1px 1px;
}

.tf{
  border: 1px solid #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


div#subtotal_add{
  position: absolute;
  font: 16px "Arial", sans-serif;
  left: 590px;
  top: 200px;
}
img#underline{
  display: none;
  position: absolute;
  left: 490px;
  top: 220px;
}


#status{
  font-weight: bold;
  position: absolute;
  top: 10px;
}
