#productDetailsWrapper
{
	overflow: auto;
	padding: 20px;
}

#productImage
{
	float: left;
}

#productDetails
{
	float: right;
	width: 365px;
	background-color: #EEE;
	padding: 10px;
}

#productName
{
	font-size: 14px;
	font-weight: bold;
}

#productCode
{
	font-size: 10px;
	margin-bottom: 20px;
}

#productDetails p
{
	margin-bottom: 20px;
}

.logo
{
	margin: 10px 0;
	border: 1px solid #999;
}

#productOptions
{
	margin-bottom: 20px;
}

.productPrice
{
	font-weight: bold;
	font-size: 11px;
}

.addToCart
{
	display: inline;
	vertical-align: middle;
	padding-left: 10px;
}

a#productRequest
{
	display: block;
	position: absolute;
	width: 680px;
	bottom: 10px;
	font-size: 16px;
	text-align: center;
}
