.product-list > .product {
	padding:10px 0 0 10px;
	border-bottom:1px solid #CBCFD2;
	margin:0px 6px;
	float:none;
	width:745px;
	background:url(images/products-list-bg.png) left;
	color:#3C464A;
}

.product-list > .product-grid1 {
	background-position:right;
}

.product-list > .product > .image {
	float:left;
	width:180px;
	text-align:center;
}

.product-list > .product > .image > a > img {
	padding:5px;
}

.product-list > .product > .description {
	float:left;
	width:283px;
}

.product-list > .product > .description > h4 {
	
}

.product-list > .product > .description > h4 > a {
	color:#3C464A;
}

.product-list > .product > .description > p, .product-list > .product > .description > p > a {
	font-size:11px;
}

.product-list > .product > .description > p {
	display:block;	
}


.product-list > .product > .description > .product-links {
	display:block;
}

.product-list > .product > .notes {
	float:left;
	width:102px;
	text-align:center;
	margin:0 9px;
	padding-top:15px;
	display:block;
}

.product-list > .product > .info {
	float:left; 
	width:155px;
	padding-top:5px;
}
