
div.product{
	background:#fff;
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #CCCCCC;
	float:none;
}

.prodtitle{
	font-size:15px;
	font-weight:bold;
	color:#c60b46;
	padding-top:20px;
	padding-bottom:10px;
	
}


 .prodprice{
	font-size:16px;
	color:#666666;
	margin:4px 0 5px 0;
	font-weight:bold;
}

div.product .description{
	margin:0 0 10px 2px;
	line-height:1.3em;
	width:465px;
	float:left;
	padding:0 40px 0 0;
}

.small{
	font-size:10px;
}


div.addtocart{
	float:none;
	clear:both;
	height:40px;
}

div.productImage{
	float:right;
}


/*Product details page*/

#productDetail{
	padding:20px;
	width:700px;
	border:0px none;

	border:1px solid #ccc;
	background:#EBEBEB;

}
#productDetail .leftcol{
	width:350px;
	float:left;
}


#productDetail .rightcol{
	width:350px;
	float:right;
}

#productDetail #prodmainimg{
	/*border:1px solid #000;*/
	border:0px none;
	margin:60px 0 0 0;
	padding:0;
	float:right;
}

#productDetail .mainprodimage{
	margin-bottom:20px;
	
}

#productDetail .mainprodimage div{
	height:1px;
	width:100%;
	clear:both;
}
div#extraImages{
	margin-left:12px;
	text-align:center;
	font-size:11px;
	display:block;
	float:none;
	width:350px;
}

.clicktoenlarge{
	width:100%;
	clear:both;
	text-align:left;
	height:20px;
	font-size:10px;
	color:#666666;
	background:url(/images/enlargeicon.gif) 2px 3px no-repeat;
	padding: 0 0 0 20px;
}
div#extraImages div.image{
	padding-bottom:5px;
	cursor:hand;

	width:70px;
	float:left;
	margin:4px 12px 0 0;

}

div#extraImages div.image img{

}
div.addToCart{
margin-top:14px;
}
.addToCartButton{
	vertical-align:middle;
	margin:0 0 5px 5px;
}

cart_qty{
	margin-top:3px;
}

div.stockwarning{
	background:#C50E47;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:6px;
	font-weight:bold;
	border:2px solid #666;
	line-height:1.2em;
	
}