#Layout h2{
	font-size: 2em; 
	color: #7796CD; 
	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;
	}

#Product {
	margin-left: 10px;
}

.product_details{
	width: 220px;
	float: right;
	color: #666;
	overflow: hidden;
}
.price_display{
	font-weight:bold;
	color:#7796CD;
	font-size:1.2em;
}
.featured,
.quantityBox {
	border: 2px solid #9fcb61;
	padding: 5px;
	background: #f1ffde;
	color: #78a33b;
	font-weight: bold;
	text-align: center;
}
	.featured {
		background: none;
		border: #7796CD;
		color: #7796CD;
	}
		.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: 500px;
}
