/* Product list and product page css */
#Layout h2{
	background: url(../images/navigationRounded2.gif) no-repeat bottom left;
	font-size: 1.2em; 
	color: #666; 
	margin: 10px 0;
	padding-left: 10px;
	font-weight:bold;
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana, sans-serif;
	width: 699px;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

	#Layout h2 a {
		text-decoration:none;
	}
	#Layout a:hover {
		text-decoration:underline;
	}

.product_summary #ProductList {
	color: #666;
	list-style:none;
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}

.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;
	background: url(../images/productItemHolder.gif) no-repeat top left;
	width:322px;
	height:212px;
	overflow:hidden;
	margin:0 5px 5px 0;
	font-size:0.9em;
	padding:10px;
}

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

.product_summary .productTitle {
	font-size: 1.2em;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
	.product_summary .productTitle a {
		text-decoration: none;
		color: #000;
		font-size: 0.9em;
	}

.product_summary .productImage {
	width: 320px;
	height: 160px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.product_summary .productImage img {
	border: 0;
	margin: 0;
	padding: 0;
}

.product_summary .productInfo {
	width: 300px;
	height: 50px;
	text-align: left;
	margin: 0;
	padding: 0;
}
	
.price_display{
}

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