﻿/* Product Section */
.ProductSection { }
.ProductSection .ProductImage { width: 100%; margin: 0 auto 5px auto; text-align: center;   }
.ProductSection .ProductImage img { margin-bottom: 10px;   }


.ProductSection .ProductSpec {  }
.ProductSection .ProductSpec img {   }
.ProductSection .ProductSpec a { display: block;  }


/* Related Product Section */
.RelatedProductSection
{		
	margin-right: -5px;	
}


.RelatedProductSection #Product
{
	background-color:#f8f7f6;
	border:#dfdcd9 1px solid;
	color:#000;
	font-size:0.9em;
	width:144px;
	height:162px;
	text-align:center;
	padding: 10px;
	float: left;	
	margin: 5px 5px 5px 0px;
}

.RelatedProductSection #ProductImage 
{	
	margin-bottom: 10px;	
}

.RelatedProductSection a
{
	text-decoration: none;
}

.RelatedProductSection #ProductImage img
{
	/*margin: auto;*/
	border:#dfdcd9 1px solid !important;
}


