/* Product list and product page css */
#Layout h2{
	font-size: 2em; 
	color: #000000; 
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
}

	#Layout h2 a{
		color:#fff;
		text-decoration:none;
	}
	#Layout a:hover {
		text-decoration:underline;
	}

#ProductGroup {
	padding-left:10px;
	background:#ffffff url(../images/containerbg.gif) right repeat-y;
	width:528px;
	float:left;
	padding-bottom:10px;
}

.product_summary #ProductList {
	color: #000;
	list-style:none;
	float:left;
	width:100%;
	background:#ffffff url(../images/containerbg.gif) right repeat-y;
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {
	font-size: 1.4em;
	font-weight: 300;
	border-bottom: 1px solid #a1d4f3;
	line-height: 2em;
	margin-bottom: 10px;
	color: #000000;
	width:520px;
}

.product_summary li.productItem {
	float:left;
	width:450px;
	height:270px;
	overflow:hidden;
	font-size:1.1em;
	padding:1em;
	background:#C68F4C;
	border: 1px solid #52630a;
}

.product_summary a {
	color:#000;
	text-decoration:underline;
}
.product_summary a:hover {
	text-decoration:underline;
}

.product_summary .productTitle {
	font-size:1.2em;
	margin-top: 1em;
}
	.product_summary .productTitle a {
		color: #fff;
	}
.price_display{
	font-weight:bold;
	color:#fff;
	line-height: 1.5em;
}

.productActions {
	text-align: right;
	margin-top: 5px;
}
	.productActions li {
		list-style: none;
	}
		.productActions li a {
			color: #999;
		}
