.leftprod{
	width: 214px;
	float: left;
	background-color: #f2f2f2;
	padding: 8px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 500px;
}

.titprod{
	float: left;
	margin-top: -18px;

}
.product_summary #ProductList {
	color: #666;
	list-style:none;
	float:left;
	width:100%;
	margin: 5px 0 0 0;
	padding: 0;
}

.product_summary li.productItem {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	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_details{
	width: 438px;
	color: #666;
	overflow: hidden;
}
.price_display{
	font-weight:bold;
	font-size:1.2em;
}
.featured,
.quantityBox {
	border: 1px solid #666;
	padding: 5px;
	background: #fafafa;
	color: #000;
	font-weight: bold;
	text-align: center;
	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;
		}


form#options label {
	font-size: 10px;
}

form#options fieldset input#Quantity {
	width:30px;
}
.productContent {
	width: 300px;
}

.productContent_typography {
	width: 438px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}