/* product-list.tpl */
ul#product_list {
  margin-top: 10px;
  list-style-type: none;
  background: transparent url('../img/h1_border.png') repeat-x bottom left;
}

ul#product_list li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 160px;
  margin-bottom: 27px;
  margin-right: 10px;
}

ul#product_list li.last_col {
  margin-right: 0;
}

ul#product_list li a {
  text-decoration: none;
  color: #374853
}
ul#product_list a.product_img_link {

}
ul#product_list a.product_img_link img {
  vertical-align: bottom;
  display: block;
  border: 1px solid #cccccc;
}
ul#product_list li h3 {
  margin: 14px 0 7px 0;
  font-size: 16px;
  height: 40px;
}

ul#product_list li h3 a {
  color: #49361f;
}

ul#product_list li .new {
  background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
  border: 1px solid #488C40;
  color: white;
  font-size: 0.6em;
  font-weight: bold;
  margin: 0 1em 0 0;
  padding: 0 0.4em;
  text-transform: uppercase;
  vertical-align: 0.3em
}
ul#product_list li p.product_desc {
  font-size: 12px;
  color: #4a2f1e;
  margin: 0;
  padding: 0;
  height: 50px;
}

ul#product_list li p.product_desc a {
  color: #4a2f1e;
}

ul#product_list li div.center_block {

}
ul#product_list li div.right_block {
  margin-top: 12px;
}

ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
  color: #da0f00;
  text-transform: uppercase;
  font-weight: bold;
  display: block
}

ul#product_list li .discount,
#product .discount{
  color: #000;
  text-transform: none;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 10px;
  display: block;
  float: right;
  width: 55px;
  text-align: center;
}
#product .discount{
  margin: 7px 0 0 0;
}
ul#product_list li .reduction {
  display: block;
  margin-bottom: 0.3em
}
ul#product_list li .price {
  display: block;
  font-size: 20px;
  color: #df195c;
  margin-bottom: 12px;
}
ul#product_list li span.availability {
  color: #488c40;
  font-size: 0.9em
}
ul#product_list li p.compare input { vertical-align: text-bottom }
ul#product_list a.button.marron { width: 142px; }
ul#product_list a.button.exclusive { width: 142px; }
