html {
  overflow-y: scroll;
}

body {
  margin: 0px;
  background-color: #EDEEE1;
}




.line {
  background-color: #E7EDAF;
  height: 3px;
}
img {
  border: none;
}

.title {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
   margin-bottom: 7px;
   margin-top: 5px;
 }

 h1 {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14px;
   margin-bottom: 7px;
   margin-top: 5px;
   font-weight: normal;
 }

 h2 {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 12px;
   text-align:center;
   font-weight:bold;
   margin-bottom: 7px;
   margin-top: 5px;
 }

.breadcrumb {
  padding-top: 5px;
  padding-bottom: 6px;
}



#header {
    position:relative;
    height: 47px;
      padding-top: 6px;
      background-image: url(images/line.png);
      background-repeat: repeat-x;
    
  }

.menu {
  table-layout: fixed;
}

#header .active {
  background-image: url(images/cell_left.png);
  background-repeat: no-repeat;
  background-color: #E1E9A1;

}

#header .active td {
  padding-left: 22px;
  padding-right: 22px;
  background-image: url(images/cell_right.png);
  background-position: right;
  background-repeat: no-repeat;
  height: 30px;
}
#header .active td a{
  text-decoration: none;
  color: black;
}


#header .button {
  white-space: nowrap;
}
#header .button a {
  color: #218195;
}


#searchform {
  width: 330px;
  height: 30px;
  background-image: url(images/search.png);
}
#search {
  font-size: 12px;
  border: 0;
  background: transparent;
  width: 274px;
  margin-left: 15px;
}




#footer {
  clear:both;
  width:100%;
  height: 36px;
  background-color: #E1E9A1;
  font-size: 10px;
}
#wfooter {
  padding-top: 30px;
}


#footer table {
  margin: auto;
  white-space: nowrap;
}
#footer table tr td{
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}
#footer table a {
 color: #218195;
}
#footer table a:hover {
  color: black;
  text-decoration: none;
}

.ps {
  float: right;
  margin-top: 17px;
  white-space: nowrap;
}

.ps a {
  text-decoration: none;
  color: #D6D86D;
  font-size: 11px;
}





#col1 {
  float:left;
  width:100%;
  background-color: #ffffff;
}

#col2 {
  float:left;
  width:194px;
  margin-left:-100%;
  background-color: #ffffff;
  padding-left: 11px;
}

#col3 {
  float:left;
  width:205px;
  margin-left:-205px;
  background-color: #ffffff;
}



._basket {
  display: none;
}

._basket_empty {
  display: none;
}


#content {
  width: auto;
  margin: 0 215px;
  overflow: hidden;
  float: none;
  position: relative;
  background-color: #ffffff;
}

.clear {
  clear: both;
}


 #content .good {
   margin: 0px;
   padding: 5px;
   width: 175px;
   height: 280px;
   float: left;
   border-bottom: 3px solid #E7EDAF;
 }


 #content .good .good_name {
   text-align: center;
   height: 50px;
   overflow: hidden;
 }
#content .good .good_name a {
  color: #218195;
  font-size: 12px;
}

#content .good .text {
  margin-top: 5px;
  height: 66px;
  overflow: hidden;

}
#content .good .price .value {
  font-size: 18px;
  color: #C92702;
  float: left;
  height: 36px;
  padding-top: 8px;
}
#content .good .price .the_basket {
  float: right;
  height: 36px;
  margin-top: 9px;
}
#content .good .new {
  position: absolute;
  margin-top: 105px;
}
#content .good .spec_price {
  position: absolute;
  margin-top: 105px;
}
#content .number {
  text-align: right;
  height: 70px;


}







#slidebar1 {
   float: left;
   width: 194px;
   background-color: #ffffff;
  }



.brand {
  clear: both;
  width: 194px;
  padding-top: 5px;
}

.brand .all {
  float: right;
}

.brand .all a {
  color: black;
}

.brand_name {
  float: left;
  font-size: 14px;
  color: #79C14E;
}

.brand .model {
  width: 93px;
  height: 125px;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 16px;
}


.brand .model .model_name {
  font-size: 11px;
  height: 25px;
}

.brand .model .model_name a{
   text-decoration: none;
  color: #218195;
}

.drugoy {
  text-align: center;
  padding-top: 90px;

}

.drugoy a {
  font-size: 11px;
  color: #218195;
}

#slidebar1 .logo {
  padding-left: 5px;
  width: 189px;
  height: 70px;
}




#slidebar2 {
  padding-left: 5px;
  padding-right: 5px;
      background-color: #ffffff;

text-align: left;
}

#slidebar2 .categories {
  background-color: #E9EFB4;
  padding-left: 5px;
  padding-right: 5px;
}

#slidebar2 .categories li {
  padding-bottom: 7px;
}


#slidebar2 .categories .level1 {
  border-bottom: 1px dotted #8F903F;
}


#slidebar2 .categories a {
 text-decoration: none;
 color: black;
}
 #slidebar2 .up_img {
  background-image: url(images/up_img.png);
  width: 195px;
  height: 8px;
  margin-bottom: -5px;
}
#slidebar2 .down_img {
  background-image: url(images/down_img.png);
  width: 195px;
  height: 8px;
  margin-top: -5px;
}
#slidebar2 .consult {
  font-size: 12px;
  margin-left: 15px;
}
#slidebar2 .consult .icons {
  float: left;
  margin-right: 8px;
  margin-top: -2px;
}

#slidebar2 .basket {

  width: 185px;
  height: 64px;
  background-image: url(images/basket.png);
  padding-left: 8px;
  padding-top: 6px;

}

#slidebar2 .basket a {
  color: #000000;
}









    #container {
      margin: auto;
      background-color: #ffffff;
      font-family: Tahoma, Arial, sans-serif;
      font-size: 11px;
      min-width: 800px;
    }



    .wl {
      background-image: url(images/left.png);
      background-repeat: repeat-y;
      background-position: top left;
      max-width: 1000px;
      margin: auto;
      padding-left: 5px;
    }

    .wr {
      background-image: url(images/right.png);
      background-repeat: repeat-y;
      background-position: top right;
      padding-right: 5px;
    }

.checked {
  background-image: url(images/inbask.png);
  margin-top: -50px;
  margin-left: 50px;
  width: 32px;
  height: 30px;
  position: absolute;
  z-index: 99999;
}


 #middle .goods_category {

   margin-top: 10px;
   border-bottom: 3px solid #E7EDAF;
 }



#middle .price .value {
   font-size: 18px;
  color: #C92702;
   height: 36px;
  margin-top: 28px;

}



#middle .images {

  width: 175px;
  height: 120px;
}
#middle .text {
  padding-top: 15px;
  font-size: 12px;
  overflow: hidden;
 }

#middle .price {
  width: 80px;
  text-align: center;
}

.loop {
    position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
    display: none;
}

.pages {
  font-size: 14px;
}

.curPage {
  color: red;
}





