#Layout h2{
	font-size: 2em; 
	color: #fff; 
	margin: 15px 0;
	font-family: Arial, Verdana, sans-serif;'
	font-weight:bold;
	font-size:15px;
}
	#Layout h2 a{
		color:#000000;
		text-decoration:none;
	}
	#Layout a:hover {
		text-decoration:underline;
	}

#Product {
	padding-left: 10px;
	padding-right: 10px;
	width:380px;	
	background:#ffffff url(../images/containerbg.gif) right repeat-y;
	float:left;
	padding-bottom:10px;
}

.product_details{
	width: 380px;
	float: right;
	color: #ffffff;
	overflow: hidden;
}
.price_display{
	font-weight:bold;
	color:#fff;
	font-size:1.2em;
}
.ajaxQuantityFeild{
	width:10px;
}
.featured,
.quantityBox {
	border: 2px solid #9fcb61;
	background:#DB9D52;
	color: #78a33b;
	font-weight: bold;
	text-align: center;
}
	.featured {
		background: none;
		border: #DB9D52;
		color: #fff;
	}
		.quantityBox a {
			vertical-align: middle;
			color: #78a33b;
		}
		.quantityBox a:hover {
			text-decoration: none !important;
		}
	.productActions {
		margin-top: 10px;
	}
		.productActions li {
			text-align: right;
			list-style: none;
		}
		.quantityBox .productActions a {
			color: #78a33b !important;
			line-height: 1.5em;
			font-weight: normal;
		}


form#options label {
	font-size: 10px;
}

form#options fieldset input#Quantity {
	width:30px;
}
.productContent {
	width: 300px;
}