body{
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7e7e7e;
  background: #fff;
}

a{
  text-decoration: none;
}


a.button{
  background: url(button.gif) repeat-x;
  width: 145px;
  display: block;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

a.button:hover{
  text-decoration: underline;
}


#header, #menu, #content, #footer{
  width: 1003px;
  margin: 0 auto 0 auto;
}

h1{
  color: #000;
  font-size: 14px;
}


#header{
  background: url(header.jpg) no-repeat;
  height: 187px;
}

#logo{
  width: 379px;
  height: 93px;
  margin: 84px 0 0 10px;
  float: left;
  display: inline;
}


#search{
  margin-left:780px;
  padding: 0;
  position: relative;
}

#search input{
  padding: 1px 0 0 0;
  top: 2px;
  width: 159px;
  position: absolute;
}

#search .btn-search{
  position: absolute;
  left: 165px;
  top: 2px;
  width: auto;
  padding: 2px 8px 2px 8px;
  overflow: visible;
  border: 1px solid #fcf5f8;
}


#menu{
  background: url(menu.png) no-repeat;
  height: 44px;
  margin-bottom: 5px;
}

#menu ul{
  margin: 0;
  padding: 10px 0 0 120px;
}

#menu li{
  list-style: none;
  float: left;
  padding: 5px 10px 0 10px;
}

#menu a{
  font-size: 14px;
  font-weight: bold;
  color: white;
}

#menu a:hover{
  text-decoration: underline;
}

#language{
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin: 7px 25px 0 0;
  overflow: hidden;
  display: inline;
}

#language a{
  color: #818181;
}

#language span{
  color: #f9096d;
}


#left{
  width: 196px;
  min-height: 300px;
  border-right: 1px solid #cdcdcd;
  float: left;
}

#left .main{
  padding: 0;
  margin: 0;
}

#left .main li{
  list-style: none;
  color: #838283;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#left .main span{
  background: url(category-section.png) no-repeat;
  width: 150px;
  display: block;
  padding: 4px 0 0 43px;
  height: 25px;
}


#left .sub{
  background-image: url(category-back.jpg);
  background-repeat:  no-repeat;
  background-position: right bottom;
  padding: 0;
  margin: 0;
}

#left .sub li{
  background-image: url(category-item-line.gif);
  background-repeat:  no-repeat;
  background-position: bottom;
  padding-bottom: 3px;
  list-style: none;
}

#left .sub a{
  color: #636363;
  padding: 2px;
  font-size: 12px;
}

#left .sub a:hover{
  text-decoration: underline;
}

#middle{
  margin: 0 5px 20px 5px;
  float: left;
  width: 565px;
}

#right{
  width: 228px;
  border-left: 1px solid #cdcdcd;
  float: left;
}

#basket{
  background-image: url(basket.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-left: 15px;
  height: 135px;
  font-size: 10px;
}

#basket .header{
  padding: 7px 0 0 30px;
  margin-bottom: 15px;
  display: block;
  font-size: 12px;
}

#basket .items{
  font-size: 12px;
}


#basket .summary{
  background-image: url(category-item-line.gif);
  background-repeat:  no-repeat;
  background-position: top;
  padding: 5px 0 0 0;
  overflow: hidden;
  clear: both;
}


#basket .label{
  width: 110px;
  float: left;
}


#basket .value{
  width:85px;
  text-align: right;
  font-weight: bold;
  float: left;
}



#basket a{
  color: #fff;
  font-weight: bold;
}

#basket a:hover{
  text-decoration: underline;
}


hr{
  clear: both;
  border: none;
  padding: 0;
  margin: 0;
}


#footer{
  margin-top: 5px;
  background: url(footer-line.png) no-repeat;
  padding-top: 40px;
  font-size: 10px;
  color: #838283;
  text-align: center;

}

/*
    B O X Y
*/

.box-adv{
  margin: 30px 0 30px 0;
  color: #868686;
  font-size: 11px;
}

#box-action, #box-news, #box-hotline{
  margin: 35px 0 15px 5px;
}

#box-hotline{
  margin-top: 0;
}


#box-action .item{
  background: url(action-empty.png) no-repeat;
  margin-top: 10px;
  width: 208px;
  height: 120px;
  padding: 10px 7px 10px 7px;
}

#box-news .item{
  background: url(news-empty.png) no-repeat;
  margin-top: 10px;
  width: 208px;
  height: 120px;
  padding: 10px 7px 10px 7px;
}


.box-image{
  float: left;
  width: 80px;
  margin-top: 2px;
}

.box-name{
  float: left;
  width: 120px;
  height: 96px;
  margin-top: 10px;
  color: #01117c;
  font-size: 16px;
  font-weight: bold;
}

.box-name a{
  color: #01117c;
}


.box-price{
  clear: left;
  color: #030f47;
}


#basket-list, #basket-form{
  background: #eeeeee;
  border: 1px solid #cfcfcf;
  padding: 4px;
  min-height: 240px;
  height: auto !important;
  width: 555px;
  float: left;
}


#basket-list table{
  background: #eeeeee;
  color: #7e7e7e;
}


#basket-list td{
  border-bottom: 1px solid #000;
  padding: 2px;
}

#basket-list  .no-line td{
  border: none;
}

#basket-list .reset{
  float: left;
  margin: 30px 0 0 190px;
  padding: 0;
  display: inline;
}

#basket-list .continue{
  float: left;
  margin: 30px 0 0 30px;
  padding: 0;
}


#basket-list .action{
  text-align: right;
  padding-right: 12px;
}


#basket-list .header{
  background: #d1d2d2;
}


#basket-list .header td{
  border: none;
}


#basket-form{
  margin-top:15px;
}


#basket-form td{
  border: none;
}


input, select, textarea{
  border: none;
  background: #F7F7F7;
  font-size: 11px;
}

input.search{
  border: 1px solid #b71358;
  background-color: #f498bc;
  height: 18px;
  color: white;

}


input.button{
  background: url(button.gif) repeat-x;
  width: 145px;
  height: 20px;
  padding: 3px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.btn-search{
  background: url(button.gif) repeat-x;
  height: 20px;
  padding: 3px 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  border: 1px solid #fcf5f8;
}

img{
  border: none;
}


.text-bold{
  font-weight: bold;
}


