/* 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: 230px;
}

.product_summary #ProductList {
	color: #666;
	list-style:none;
	float:left;
	width:99%;
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #a1d4f3;
	line-height: 2em;
	margin-bottom: 10px;
	color: #4EA3D7;
}

.product_summary li.productItem {
	float:left;
	width:140px;
	height:330px;
	overflow:hidden;
	margin:10px 10px 0 0;
	font-size:1.1em;
	padding:1em;
	background:#f4f8f9;
	border: 1px solid #c9e5f7;
}

.product_summary a {
	color:#999;
	text-decoration:none;
}
.product_summary a:hover {
	text-decoration:underline;
}

.product_summary .productTitle {
	font-size:1.2em;
	margin-top: 1em;
}
	.product_summary .productTitle a {
		color: #4694c4;
	}
.price_display{
	font-weight:bold;
	color:#4694c4;
	line-height: 1.5em;
}

.productActions {
	text-align: right;
	margin-top: 5px;
}
	.productActions li {
		list-style: none;
	}
		.productActions li a {
			color: #999;
		}
