.product-name {
	clear: both;
	padding-bottom: 6px;
	color: #F68938;
	font-size: 22px;
	font-weight: normal;
}

.product-details .image {
	float: right;
	margin-right: 16px;
	margin-bottom: 40px;
	height: 221px;
	width: 295px;
}
.product-details .image .no-image
{
	height: 248px;
	width: 311px;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	line-height: 248px;
	text-decoration: none;
	color: #CFCFCF;
}

.product-details h2 {
	clear: both;
	padding-bottom: 6px;
	color: #F68938;
	font-size: 22px;
}
.product-details .description {
	font-size: 12px;
	color: #333333;;
}
.product-details .description .label {
	color: #739752;
}
.product-details .submit
{
	margin-top: 10px;
}

.product-details .also-interested-in
{
	clear: both;
	width: 611px;
	height: 39px;
	background-image: url(../images/layout/bg-also-interested.gif);	
	font-size: 0px;
	margin-bottom: 10px;
	
}

.product-details .label {
	color: #739752;
	font-weight: bold;
	font-size: 14px;
}
.product-details .price {
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	display: none;
}

.product-details .sku,
.product-details .quantity {
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

.product-details .quantity input
{
	width: 30px;
}

.option
{
	font-size: 12px;
}

.product-details td.label
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	width: 45px;
}
.product-details td.value
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #010101;
}
.product-details .size,
.product-details .weight
{
	display: none;
}
.product-details .add-product {
	padding: 3px 0;
}
.product-details .out-of-stock
{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
.product-details .availability
{
	font-style: italic;
}
a.product-item, .other-image
{
	float: left;
	display: block;
	text-decoration: none;
	width: 116px;
	height: 235px;
	
	margin-right: 30px;
	
	text-decoration: none;
}
.other-image
{
	height: auto;
}
.product-item .image, .other-image {
	border: solid 1px #CFCFCF;
	margin-right: 6px;
	padding: 3px;
	height: 105px;
	width: 115px;
}
.product-item .no-image {
	border: solid 1px #CFCFCF;
	margin-right: 6px;

	padding: 3px;
	height: 115px;
	width: 90px;
	font-weight: bold;
	text-align: center;
	line-height: 115px;
	text-decoration: none;
	color: #CFCFCF;
}

.other-products
{
	clear: both;
}
.other-products span
{
	display: block;
}

a.product-item .name
{
	font-size: 12px;
	color: #b37822;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	
	margin-top: 10px;
	text-decoration: none;
}
a.product-item .details
{
	text-align:center;
	font-weight: bold;
	text-decoration: underline;
}

a.product-item .price
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: black;
	text-align: center;
}
