/* Product list and product page css */
#Layout h2{
	font-size: 2em; 
	color: #e44715; 
	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:none;
	}

#product_table {
	left: 10px;
}

#quickview {
	float: left;
	width: 82px;
	height:22px;
	margin-left: 38px;
	margin-top: 10px;
	/*padding: 5px 5px 5px 5px;
	border: 1px solid #D61D1D;
	*/
}

#full {
	float: right;
	margin-top: 0px;
	width: 40px;
	height:22px;
	margin-right: 38px;
	margin-top: 10px;
	/*padding: 5px 5px 5px 5px;
	border: 1px solid #D61D1D;
	*/
}


#ProductGroup {
	margin-left: 23px;
	margin-right: 10px;
	background:#fff;
}

.product_summary #ProductList {
	color: #fff;
	list-style:none;
	float:left;
	width:99%;
	margin-top: 20px;
	/*border-top: 1px dotted #000;*/
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #e44715;
	line-height: 2em;
	margin-bottom: 10px;
	color: #e44715;
	
}

.product_summary li.productItem {
	float:left;
	width:200px;
	height:240px;
	overflow:hidden;
	margin: 10px 10px 10px 0;
	font-size:1.1em;
	background:#323232;
	border: 1px solid #dedede;
	
}

.product_summary a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
	

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

.product_summary .productTitle {
	font-size:10px;
	margin-top: 3px;
	text-align: center;
	color:#fff;
	font-weight:bold;
	margin-bottom: 5px;

}
	.product_summary .productTitle a {
		color: #fff;

	}
.price_display{
	color:#fff;
	line-height:9px;
}

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