#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;
	}

#Product {
	margin-left: 0px;
}

.product_details{
	width: 200px;
	/*float: right;*/
    margin-left: 440px;
	color: #666;
	overflow: hidden;
}
.price_display{
	font-weight:bold;
	color: #980225;
	font-size:1.5em;
}
.featured,
.quantityBox {
	border: 1px solid #996600;
	padding: 5px;
	background: #FFF5C4;
	color: #996600;
	font-weight: bold;
	text-align: center;
}
	.featured {
		background: none;
		border: #4694c4;
		color: #4694c4;
	}
		.quantityBox a {
			vertical-align: middle;
			color: #996600;
		}
		.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: 430px;
    float: left;
}