@charset "utf-8";
/* CSS Document */

/* sort & filter bar section
----------------------------------*/

#sort_filter_bar{
  background-color:#FFF;
  border-left:1px solid #dcdcdd;
  border-right:1px solid #dcdcdd;
  border-bottom:1px solid #dcdcdd;
  float:left;
  height:36px;
  padding:0 0 0 19px;
  width:642px;}

.select_town{
  border:1px solid #d3d3d3;
  float:left;
  height:18px;
  font-size:11px;
  margin:9px 22px 0 0;
  width:125px;}

.town_word,
.sort_word{
  color:#87939a;
  float:left;
  font:12px Arial, Helvetica, sans-serif;
  height:36px;
  line-height:36px;
  margin-right:9px;}

.sort_by_name{
  float:left;
  margin:11px 5px 0 0;}

.search_by_filter{
  background:url(../img/search_by_filter.png) right no-repeat;
  float:right;
  height:36px;
  margin-right:5px;
  text-align:right;
  width:150px;}

.search_by_filter a,
.search_by_filter a:hover{
  display:block;
  color:#87939a;
  font:11px Tahoma, Arial, Helvetica, sans-serif;
  height:36px;
  margin-top:12px;
  text-decoration:none;
  padding-right:40px;
  width:110px;}

/* product list content section
----------------------------------*/

.product_list_item_block { float:left; padding:0 10px; width:599px;}
.product_list_item_block2{ float:left;width:599px;}

.product_list_item_name{
  float:left; padding-bottom:5px; width:505px;}

.product_list_item_image{
  float:left;
  margin-right:12px;
  width:82px;}

.product_list_item_spec{
  float:left;
  width:505px;}

.product_list_item_code{
  color:#87939a;
  float:left;
  font-size:11px;
  margin:10px 15px 0 0;}

.product_list_item_propositions{
  float:left;
  margin:10px 15px 0 0;}

.product_list_item_propositions a,
.product_list_item_propositions a:hover{
  font-size:11px;
  text-decoration:none;}

.product_list_item_propositions a{ color:#87939a;}
.product_list_item_propositions a:hover{ color:#000;}

.product_list_separator{
  background:url(../img/doted_line2.png) repeat-x;
  float:left;
  height:9px;
  margin-top:-5px;
  width:505px;}

.product_list_item_description{
  float:left;
  margin:5px 0 0 0;
  width:505px;}

.product_list_item_description a{
	color:#818181;}

.product_list_item_description a:hover{
	color:#000;}

.product_list_item_price{
  color:#3c3c3c;
  float:left;
  font-size:14px;
  line-height:1;
  margin:9px 15px 0 0;}

.currency2{ font-size:11px;}

.item_buttons{
  background:url(../img/item_buttons.png) left no-repeat;
  float:right;
  height:26px;
  margin-top:3px;
  width:60px;}

.item_buttons_cart{
  background:url(../img/item_delete_button.png) left no-repeat;
  float:right;
  height:26px;
  margin-top:3px;
  width:30px;}

.item_one_button{
  display:block;
  float:left;
  height:26px;
  width:30px;}

.hor_separator,
.hor_separator2{
  background:url(../img/hor_separator2.png) repeat-x;
  float:left;
  height:24px;}

.hor_separator{ width:621px;}
.hor_separator2{ width:599px;}

