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

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

#ProductGroup {
	margin-left: 0px;
	height:auto;
}

.product_summary {
	height:auto;
}

.product_summary #ProductList {
	color: #666;
	list-style:none;
	/*float:left;*/
}

.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:356px;
	/*height:120px;*/
	overflow:hidden;
	margin:10px 0px 0 0;
	font-size:1.0em;
	padding:1em;
	background:#eff7e1;
	border: 1px solid #cddbb2;
}
	.product_summary li.productItem .prodimage{
		float: left;
		margin: 10px 15px 0 0;
	}

.itemleft {
	width: 40%;
	float:left;
	vertical-align: top;
}

.itemright {
	width: 59%;
	float:left;
	vertical-align: top;

}

.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: #5A8809;
	}
.price_display{
	font-weight:bold;
	color:#5A8809;
	line-height: 1.5em;
	float:right;
}

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