/*** Product Area ***/

#productContainer {
	float: right;
	margin-right: 25px;
	width: 720px;
	padding-top: 10px;
}

.productNav {
	width: 680px;
	padding: 10px 20px;
	height: 25px;
	background-color: #431b36;
	color: #ffffff;
}


/** Individual Product Cells **/
.product {
	width: 230px;
	height: 400px;
	float: left;
	margin-right:20px;
	padding:  10px 5px;
}
.product img {
	width: 150px;
	height: 163px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	border: 1px dotted #b7b7b7;
}

.productDetail{
	float: right;
	width: 418px;
}

.imgProductMain {
	float: left;
	width: 275px; 
	height: 300px; 
	border: 1px dotted #8c8080; 
	margin-right: 30px; 
	margin-left: 15px;
}

.shopBtn {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ProdDetail {
	margin-bottom: 10px;
}
img.SaleImage
{
	height:50px; width:50px; margin-top:-60px;margin-left:120px; border-style: none;	
}
