/* Product list and product page css */
/*#Layout h2{
	font-size: 2em; 
	color: #4EA3D7; 
	margin: 15px 0;
	font-weight:normal;
	font-family: Tahoma, Verdana, sans-serif;
}

	#Layout h2 a{
		color:#3E91C4;
		text-decoration:none;
	}
	#Layout a:hover {
		text-decoration:underline;
	} */

#ProductGroup {
	margin-left: 0px;
 	vertical-align:top;
}

.product_summary #ProductList {
	list-style:none;
	float:left;
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {

	margin-bottom: 10px;
}

.product_summary li.productItem {
	float:left;
	width:180px;
	height:300px;
	overflow:hidden;
	margin:0px 0px 0 0;
	
}


.price_display{
	font-weight:bold;
	line-height: 10px;
}

.productActions {
	text-align: right;
	margin-top: 10px;
}
	.productActions li {
		list-style: none;
	}

