/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none }
#PM_ASearchResultsInner ul#product_list li {width:706px !important;} 
ul#product_list li {
/*	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;*/
	border: solid 1px #BDC2C9;
	padding: 6px;
	min-height: 130px;
	height: auto;
	clear: both;
	margin-bottom: 0.3em
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #374853;
	
}
ul#product_list a.product_img_link {
/*	border: solid 1px #d0d3d8;*/
	float: left;
	margin-right: 0.6em
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
ul#product_list li h3 { margin: 0em 0; background-color:#D4C9CF; padding-top:10px; padding-bottom: 5px; }
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 {
	margin: 0;
	font-size: 0.92em;
	background-color:#D4C9CF;
	height:195px;
}
ul#product_list li div.center_block {
	float: left;
	width: 74%
}
ul#product_list li div.right_block {
	float: left;
	width: 157px;
	text-align: right;
	margin-left: 1em;
	margin-top: 5px;
}
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 .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button {
  font-size: 14px !important;
  margin-top: 0.5em;
  text-align: right;
  text-transform: none;
  width:auto;
}
ul#product_list li p.compare input { vertical-align: text-bottom }
#product_list #ver {color:#000!important; height:24px; margin-right:8px;padding-top:10px;padding-right:25px;}
ul#product_list li div.right_block_detail {
	float: left;
	width: 162px;
	margin-left: 1em;
	margin-top: 17px;
}
ul#product_list li #penin {
    background-color: #174235;
    color: #FFD40B;
    display: block;
    float: right;
    height: 58px;
    
    text-align: center;
    width: 75px;
}