.product-details .image {
	float: right;
	border: solid 1px #CFCFCF;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 248px;
	width: 311px;
	margin-left: 20px;
	margin-top: 10px;
	
}
.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: #498a8a;
	font-weight: bold;
	font-size: 16px;
	font-family: Palatino, Times New Roman, Serif;
}
.product-details .description {
	font-size: 12px;
	color: #3D2209;
	line-height: 20px;
	font-family: Verdana, Arial, Sans-serif;
}
.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;
}
.product-item {
	width: 303px;
	height: 118px;
	float: left;
	margin-bottom: 10px;
	margin-right: 6px;
}
.product-item .image {
	border: solid 1px #CFCFCF;
	margin-right: 6px;
	float: left;
	padding: 3px;
	height: 115px;
	width: 90px;
}
.product-item .no-image {
	border: solid 1px #CFCFCF;
	margin-right: 6px;
	float: left;
	padding: 3px;
	height: 115px;
	width: 90px;
	font-weight: bold;
	text-align: center;
	line-height: 115px;
	text-decoration: none;
	color: #CFCFCF;
}
.related-products span
{
	display: block;
}
.related-products a .related-item 
{
	clear: both;
}
.related-products a .related-item .name
{
	padding-top: 25px;
}
.related-products a .related-item .image
{
	width: 90px;
	height: 115px;
	border: solid 1px #CFCFCF;
	float: left;
	margin: 0 6px 6px 0;
}
.related-products a .related-item .no-image
{
	width: 90px;
	height: 115px;
	border: solid 1px #CFCFCF;
	line-height: 115px;
	text-align: center;
	float: left;
	margin: 0 6px 6px 0;
	text-decoration: none;
}

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

.other-products a:hover .product-item .name
{
	text-decoration: none;
}
.other-products a:hover .product-item .details
{
	color: #8C663F;
}
.other-products a .product-item .name
{
	padding-top: 44px;
	text-decoration: none;
	font-size: 12px;
	color: #8C663F;
	text-align: left;
}
.other-products a .product-item .details
{
	font-size: 12px;
	color: #9F0708;
	text-align: left;
}
.other-images
{
	clear: both;
	float: right;
	width: 311px;
}
.other-images .image
{
	width: 90px;
	height: 115px;
	border: solid 1px #CFCFCF;
	float: right;
}
