


.leftprod{
	width: 214px;
	float: left;
	background-color: #f2f2f2;
	padding: 8px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 500px;
}

.product_summary li.productItem {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	width: 214px;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}	




/* Product list and product page css */

.product_summary #ProductList {
	color: #666;
	list-style:none;
	float:left;
	width:100%;
	margin: 5px 0 0 0;
	padding: 0;
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {
	font-size: 1.05em;
	font-weight: normal;
	border-bottom: 1px solid #d0d0d0;
	line-height: 2em;
	margin-bottom: 3px;
}



.product_summary .productTitle {
	font-size:1.2em;
	margin-top: 1em;
}
.price_display{
	font-weight:bold;
	line-height: 1.5em;
}

.quantityBox {
	font-size: 0.9em;
}
	.featured {
	}
		.quantityBox a {
			vertical-align: middle;
		}
		.quantityBox a:hover {
			text-decoration: none !important;
		}
	.productActions {
		margin-top: 10px;
		margin: 0 !important;
		padding: 0;
	}
		.productActions li {
			text-align: right;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.quantityBox .productActions a {
			line-height: 1.5em;
			font-weight: normal;
		}
.product_details{
	width: 438px;
	color: #666;
	overflow: hidden;
}
.productContent_typography {
	width: 438px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}