/*__________________________________________________________________________ # BODY - #content.search
*/
#content .search {
  background-color: #a1e1fd;
  width: 805px;
}

#content .search p {
  color: #fff;
  padding: 15px 0 0 10px;
  margin: 0;
  font-family: "arial black";
  font-size: 20px;
}

.search_left {
  float: left;
  width: 230px;
  padding: 5px 0 5px 10px;
}

.search_left a {
  float: left;
  width: 205px;
  height: 55px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #cbf0fe;
  font-size: 20px;
  margin:5px 0;
  text-align:right;
  padding:25px 15px 0 0;
}

.search_left a:hover { color: green; }

.search_left a.menthol { background: #cbf0fe url('../images/menthol_off.png') no-repeat 5px 5px; }
.search_left a.menthol:hover { background: #fff url('../images/menthol_on.png') no-repeat 5px 5px; }

.search_left a.chocolate { background: #cbf0fe url('../images/chocolate_off.png') no-repeat 5px 10px; }
.search_left a.chocolate:hover { background: #fff url('../images/chocolate_on.png') no-repeat 5px 10px; }

.search_left a.fruits { background: #cbf0fe url('../images/fruits_off.png') no-repeat 5px 5px;}
.search_left a.fruits:hover { background: #fff url('../images/fruits_on.png') no-repeat 5px 5px; }

.search_middle {
  float:left;
  width:410px;
}

.search_middle .price {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width:400px;
  height:115px;
  padding:5px 0 5px 10px;
  margin:10px 0;
  background:#fff url('../images/dollar.png') no-repeat 320px 15px;
}

#content .search .search_middle .price p,#content .search .search_middle .ingredients p {
  font-size:16px;
  font-weight:bold;
  color:#8c8c8c;
  padding:0;
  margin-bottom:5px;
}

.search_middle .price span, .search_middle .ingredients span {
  font-size:16px;
  font-weight:bold;
  color:#8c8c8c;
  height:20px;
}

.search_middle .price input {
  border:none;
  background-color:#a1e1fd;
  height:22px;
  width:180px;
  padding:6px 20px 0 20px;
  margin:5px 0 5px 10px;
  font-size:16px;
  color:#fff;
  font-weight:bold;
  text-align:center;
}

.search_middle .price input.toright {
  margin:5px 0 5px 32px;
}

.search_middle .ingredients {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width:400px;
  height:115px;
  padding:5px 0 5px 10px;
  background:#fff url('../images/ingred_bg.png') no-repeat 320px 15px;
}

.search_middle .ingredients input {
  border:none;
  height:22px;
  width:78px;
  padding:6px 20px 0 20px;
  margin:5px 0 5px 10px;
  color:#fff;
  font-weight:bold;
  font-size:16px;
  background:#a1e1fd url('../images/mg.png') no-repeat 80px 9px;
}

.search_middle .ingredients input.toright2 {
  margin:5px 0 5px 50px;
}

.search_right {
  width: 140px;
  height: 270px;
  float: left;
  margin-left: 10px;
}

.search_right .popularity {
  width:130px;
  height:230px;
  margin-bottom:6px;
}

.search_right a {
  text-decoration: none;
  font-size: 16px;
  color: #8c8c8c;
  font-weight: bold;
  text-align: center;
  display: table;
  padding: 8px 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
}

/*__________________________________________________________________________ # BODY - #content.important
*/
.important {
  background: #a1e1fd url(../images/voskl.png) no-repeat scroll 730px 15px;
  padding: 10px;
}
.important h2 {
  color: #fff;
  display: table;
  font-size: 20px;
  margin: 10px 0 15px 20px;
}

.important ul {
  list-style:none;
}
.important ul li {
  float:left;
  width:360px;
  margin: 0 15px;
  text-align:justify;
}
.important ul li p.infotitle {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color:#fff;
  text-align:center;
  padding:5px 0;
  color:#06b1fc;
}
.important ul li.left {
  float:left;
}
.important ul li.right {
  float:right;
}


























