/* 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 .product_summary ul {
	padding-right :0px;
}
.productContent {
	width: 579px;
	font-style: italic;
	color: #555;
	font-size: 13px;
	font-family: Times New Roman;
}
.right {float: right;}
.productItemHeader
{ 
font-style: italic; 
font-family: Times New Roman; 
color: #839299;
border-bottom: 1px dashed #333;
width: 190px;
}
.product_summary #ProductList {
	color: #666;
	margin-left: 0;
	list-style:none;
	float:left;
	width:190px;
	margin-right: 20px;
	padding: 0;
}
.product_summary #ProductList ul li { width: 200px;}
.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:190px;	
	overflow:hidden;
	padding: 5px 0 5px 0;
	font-size:12px;
	font-style: italic;
	color: #333;
	font-family: Times New Roman;	
	border-bottom: 1px dashed #333;
}
.product_summary li.productItem a:active
{
	color: #ccc;
}
.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;
		}
