﻿.prodWrapper, .productCategory_cont
{
    margin-top:10px;
}
.prodDetails_cont
{
    margin-left:38px;
    width:170px;
    float:left;
}
.prodBlurb_cont
{
    width:390px;
    float:right;
    margin-right:40px;
}
a.productCategoryLink
{
	font-size:10px;
	color:#aaaaaa;
	display:block;
	text-align:center;
	padding:8px 0 0 0;
	float:left;
	width:95px;
}
.prodImage_cont
{
    width:170px;
    overflow:hidden;
}
.prodRelatedProds_cont
{
	padding:30px 26px 0 26px;
}
.prodRelatedProdHeader
{
    padding:5px 0;
}
.prodRelatedProdHeader a
{
    color:#000;
    text-decoration:underline;    
}
.prodRelatedProds_cont h1
{
    color:#000;
}
.locationCont
{
    width:230px;
    float:right;
}
.locationSelectorHeader
{
    float:left;
    width:70px;
    line-height:76px;
}
.locationSelectorDropDown
{
    float:right;
    width:150px;    
}
.addToCartButton
{
    background-image:url(/web/design/button-buy-now.gif);
    background-repeat:no-repeat;
    width:59px;
    height:19px;    
    padding-top:2px;
    float:left;
}
.addToCartButton a, .addToCartButton a:hover
{
    font-size:12px;
    color:#fff;
    margin-left:5px;
    text-decoration:none;
}
.prodPrice
{
    font-size:12px;
    width:100px;
    float:left;
    margin-top:3px;
    font-weight:bold;
}
.prodPriceNoLoc
{
    margin-top:23px;
    font-weight:bold;
}
.prodPriceCont    
{
    margin-top:20px;
}



#locationMsg
{
	display:none;
	position:absolute;
	float:right;
	width:200px;
	height:58px;
	background:url(/web/design/location-msg.png) no-repeat top left;	
	margin-top:17px;
	margin-left:275px;
	
}
#locationMsg span
{
	display:block;
	float:right;
	width:135px;
	margin-right:25px;
	margin-top:10px;
	line-height:130%;
	font-size:11px;
	font-weight:bold;
}
.rangeLocationCont
{
	margin-top:4px;
}
.locationMsgButton
{
	float:right;
	margin-top:6px;
	width:85px;
}

#cartMsg
{	
	position:absolute;
	float:right;
	width:230px;
	height:68px;
	background:url(/web/design/cart-msg.png) no-repeat top left;	
	margin-top:-5px;
	margin-left:5px;
}
#cartMsg span
{
	display:block;
	float:right;
	width:173px;
	margin-right:15px;
	margin-top:14px;
	line-height:125%;
	font-size:11px;
	font-weight:bold;
}
#cartMsg span a
{
	color:#FECE26;
}