ul#product_list {
	list-style-type: none
}
	#product_list li {
		margin-bottom: 14px;
		padding: 12px 8px;
				-moz-box-shadow: 0px 1px 2px rgba(34, 25, 25, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(34, 25, 25, 0.3);
	box-shadow: 0px 1px 2px rgba(34, 25, 25, 0.3);
		background: #fff;
	}
		/*#product_list li a {
			color: #374853;
			text-decoration: none
		}*/

#product_list li .left_block {
	float:left;
	padding-top:58px;
	width:15px
}
	#product_list li .left_block  .compare label {display:none;}

		#product_list li p.compare input {
			vertical-align: text-bottom
		}

#product_list li .center_block {
   float: left;
	padding:0 7px;
   width: 322px;/* 356 */
	border-right:1px dotted #E2E2E3;
}
	#product_list a.product_img_link {
		overflow:hidden;
		position:relative;
		float: left;
		display:block;
		margin-right: 14px;
	
	}
		#product_list a.product_img_link img {
			display: block;
			vertical-align: bottom
		}
		#product_list li span.new {
			display: block;
			position: absolute;
			top: 15px;
			right:-30px;
			padding: 1px 4px;
			width: 101px;
			font-size:10px;
			color: #524d4d;
			text-align: center;
			text-transform: uppercase;
			-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			background-color: #f2f0f0;
		}
	#product_list li h3 {
		padding:0 0 10px 0;
		font-size:13px;
		color:#211922
	}
	#product_list p#add_to_cart{
		float: right;
		padding-bottom: 0;
		position: relative;
	}
		/*#product_list li a {
			color: #211922;
			text-decoration: none;
		}*/

	#product_list li p.product_desc {
		overflow: hidden;
		padding:0;
		line-height:16px;
	}
	#product_list li p.product_desc,
	#product_list li p.product_desc a {
		color:#666;
	}

#product_list li .right_block {
	position:relative;
   float: right;
   width: 165px;
   text-align: right;
   margin:0 5px 0 0;
}
	#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
		display: block;
		font-weight: bold;
		color: #990000;
		text-transform: uppercase
	}
	#product_list li .discount {
		position:absolute;
		top:0;
		right:0;
		display: inline-block;
		font-weight: bold;
		padding: 1px 5px;
		font-size: 10px;
		color: #fff;
		text-transform: uppercase;
		background: none repeat scroll 0 0 #9B0000
	}
	#product_list li .content_price {
		margin:26px 0 15px 0;
	}
		#product_list li .price {
			display: block;
			margin-bottom: 15px;
			font-weight:bold;
			font-weight:900;
			font-size:16px;
			color:#009fff;
		}
		#product_list li span.availability {
			display:none;
			color: #488C40
		}
	/*#product_list li .ajax_add_to_cart_button {
		
	}
	#product_list li .ajax_add_to_cart_button span {
		display: block;
		position: absolute;
		top: -1px;
		left: -12px;
		height: 26px;
		width: 26px;
		background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent
	}*/
	#product_list li .lnk_view {
		display: inline-block;
		margin-top:15px;
		padding:0 10px;
		border:none;
		font-weight:bold;
		color:#8C7E7E;
		background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent;
		box-shadow: none;
	}
	#product_list li .lnk_view:hover {text-decoration:underline}
	
	
	
	
	
	
	
	
	
	
	
	
	
	