#content #products_list {
	margin-top: 15px;
}
	#products_list li {
		display: block;
		/*float: left;*/
		margin-bottom: 10px;
		height:auto;
		min-height: 180px;
		width: 650px;
		border: solid 1px rgb(214, 214, 214);
		padding-bottom: 10px;
	}
		#products_list li h5  {
			display: block;
			margin: 10px 0 4px 15px;
			height: 30px;
			vertical-align: middle;
			line-height: 30px;
			color: rgb(223, 0, 26);
			font-size: 12pt;
		}

#products_list a{ color: rgb(223, 0, 26);	}

			#products_list li .product_name>img {
				float: left;
				margin-right: 10px;
			}
		#products_list li>hr {
			height: 4px;
			margin-bottom: 13px;
			border: none;
			background-color: rgb(238, 238, 238);
		}
		#products_list .product_descr {
			margin: 0 25px 0 50px;
			height: auto;
			overflow: hidden;
			border-top: solid 4px rgb(238, 238, 238);
			padding: 7px 0 0 20px;
			
		}
			.product_descr .product_photo {
				/*display: block;*/
				float: left;
				margin: 0 30px 0 0;
			}
				.product_descr .product_photo img {
					/*display: block;*/
					float: left;
					margin: 0 0 7px 0;
				}
			.product_descr .features {
				/*display: block;
				float: left;*/
				display: inline;
				/*width: 400px;*/
				list-style: circle;
			}
			
		#products_list .details {
					height: 27px;
			width: 130px;
			margin: 0 25px 0 0;
			border: none;
					padding: 0;
 line-height: 0.1em;
		
		}
		#products_list .price1 {
		
			clear: both;
			width: 130px;
			color: rgb(223, 0, 36);
		}
		
