/* Product list and product page css */
#Layout h2{
	font-size: 24px; 
	margin: 14px 0;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#222;
}

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

.product_summary #ProductList {
	list-style:none;
	margin-left:-40px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #666;
	line-height: 2em;
	margin-bottom: 10px;
	font-family:"Times New Roman", Times, serif;
}

.product_summary li.productItem {
	width:340px;
	font-size:14px;
	margin:0;
	border-bottom:thin dotted #000;
}

.product_summary a {
	color:#000;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}
.product_summary a:hover {
	text-decoration:underline;
}

.product_summary .productTitle {
	font-size:1.2em;
	/*margin-top: 1em;*/
}
	.product_summary .productTitle a {
		color: #000;
		font-family:"Times New Roman", Times, serif;
	}
.price_display{
	font-weight:bold;
	color:#000;
	line-height: 1.5em;
	font-family:"Times New Roman", Times, serif;

}

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