@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color:#493935;
}

select{
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pageHolder{
	margin-bottom: 15px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#navBar{
	float: right;
	margin-top: 30px;
}

.logoImage{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}

#header{
	text-align:center; 
	clear: both; 
}

#pageBorder{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.genericLink a{
	color: #D7525D;
	text-decoration: none;
}

#content{
	clear:both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FEB3B3;	
}

#content a{
	color: #D7525D;
	text-decoration: none;
}

#content a:hover{
	color:#FB7F8A;
	text-decoration: underline;
}

#contentShop{
	clear:both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FEB3B3;
}

#contentShop a{
	color: #D7525D;
	text-decoration: none;
}
#contentShop a:hover{
	color:#FB7F8A;
	
}


#shopNav{
	width: 150px;
	height: 498px;
	background: url(../Images/ShopNav/shopNavBG.gif) no-repeat center;
	color: #493935;
	float: left;
	margin-top: 5px;
	font-size: 10px;
}

#shopNav a {
	text-decoration: none;
}

#shopNav .current{
	font-weight: bold;
	color: #FFFFFF;

}


.pageCount{
	text-align: center;
	padding-right: 15px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FEB3B3;		
}

.pageCount a{
	color: #D7525D;
	text-decoration: none;
}

.pageCount a:hover{
	color:#FB7F8A;
	text-decoration: underline;
}

#thumbnailHolder{
	float: left;
	padding: 5px;
	width: 740px;
	margin-bottom: 20px;
}

.thumbnailContainer{
	background: url(../Images/ShopNav/bg.gif) no-repeat center;
	width: 148px;
	height: 175px;
	font-size: 10px;
	margin:0;
	float: left;
}

.thumbnail_pre_next{
	width: 148px;
	height: 148px;
	float: left;
	text-align: center;
	background: url(../Images/ShopNav/bg.gif) no-repeat center;
	font-size: 10px;
	padding: 0px; 
	margin: 0px;
}

#productDetailLeft{
	width: 345px;
	float: left;
}

#productDetailRight{
	width: 395px;
	float: left;
	padding-left: 10px;
	margin-bottom: 35px;
}

.productTitle{
	font-size: 16px;
	font-weight:bold;
	font-style: italic;
}

.priceStyle{
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin-top: 15px;
}	

.largeFont{
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}

#mainProductImage{
	width: 325px;
	height: 325px;
	padding: 10px;
	float: left;
	background: url(../Images/ShopNav/bgProductMain.gif) no-repeat center;
}

#productDetailThumbHolder{
	width: 345px;
	float:left;
	margin-bottom: 35px;
}

.productDetailThumbs{
	width: 95px;
	height: 95px;
	float: left;
	text-align: center;
	background: url(../Images/ShopNav/bgProductDetails.gif) no-repeat center;
	padding: 10px; 
	margin: 0px;
}

#footer{
	text-align: center;
	clear:both;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FEB3B3;
	margin-bottom: 5px;
	width: 900px;
}

#footer a{
	color: #FEB3B3;
	text-decoration: none;
	font-weight:bold;
}

#footer a:hover{
	color: #FEB3B3;
	text-decoration: underline;
	font-weight:bold;
}

.MM_HR_top{
	background:url(../Images/hr.gif) repeat-x;
	width: 550px;
	float: right;
	height: 4px;
	margin-bottom: 7px;
	margin-top: 2px;
}

.MM_HR{
	background:url(../Images/hr.gif) repeat-x;
	width: 500px;
	height: 4px;
	clear: both;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
}

.strike{
	text-decoration: line-through;
}

.whiteBold{
	color: #FFFFFF;
	font-weight:bold;
}	