#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 {
	float: left;
	width: 65%;
	padding: 0 0 0 10px; 
	margin: 0;
	text-align:left;
}

.product_details{
	width: 210px;
	float: left;
	margin-left:0;
	color: #fff;
}

.productContent {
	width: 200px;
	float: right;
}

.product_details ul li{
	list-style-type: none;
	font-size:1.2em;
}

.product_images{
	float: right;
	width: 200px;
	overflow: hidden;
}

.product_images img{
	margin:0 10px 10px 0;
}

#Layout .product_details p.featured{
	text-indent:0;
}

#Layout .product_img {
	float:right;
}

.price_display{
	font-weight:bold;
	color:#4694c4;
	font-size:1.2em;
}

.featured,
.quantityBox {
	padding: 5px;
	background: #65499E;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
	.featured {
		background: none;
		border: #4694c4;
		color: #4694c4;
	}
		.quantityBox a {
			vertical-align: middle;
			color: #fff;
			font-weight: bold;
		}
		.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;
}