/* 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 {
	marg/in-left: 230px;
	clear:both;
}



.product_summary #ProductList {
	color: #666;
	list-style:none;
}

.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 {
	display:block;
	height:120px;
	overflow:hidden;
	margin:10px 50px;
	font-size:1.1em;
	padding:1em;
	background:#2d282b;
	border: 1px solid #333;
}

.product_summary a {
	color:#999;
	text-decoration:none;
}
.product_summary a:hover {
	text-decoration:underline;
}

.product_summary .prod_right .productTitle {
	font-size:16px;
	margin-top: 0em;
	line-height:18px;
	color:#aa2261;
	font-weight:bold;
}
	.product_summary .prod_right .productTitle a {
		color: #aa2261;
		font-weight:bold;
	}
.price_display{
	font-weight:bold;
	color:#e99dc0;
	line-height: 1.5em;
	margin-bottom:1px;
}

.productActions {
	margin-top: 5px;
}
	.productActions li {
		list-style: none;
	}
		.productActions li a {
			color: #aa2261;
		}


/*eidt*/
.product_summary .prod_image{
	float:left;
	width:150px;
}


.product_summary .prod_right{
	float:left;
	width:595px;
}

#content #ProductGroup .product_summary .prod_image img{
	padding:0px;
}
#content #ProductGroup .product_summary .quantityBox img{
	padding:0px;
	border:0;
}
#content #ProductGroup .product_summary p{
	padding:0px;
}

.prod_content{
	padding:2px 0;
	
}

.prod_right a{
	color:#aa2261;
}

.prod_right .readMore{
	margin-bottom:1px;
}
/*//////////*/