body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#414141;
	font-size: 12px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
h1{
	color:#333333;
	font-size: 16px;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
}
h2{
	color:#333333;
	font-size: 14px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
h3{
	color:#333333;
	font-size: 13px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	/*font-size:12px;*/
}
.borderBottom{
	border-bottom:1px solid #DDDDDD;
}
.borderTop{
	border-top:1px solid #DDDDDD;
}
.borderRight{
	border-right:1px solid #DDDDDD;
}
.borderTotal{
	border:1px solid #DDDDDD;
}
.borderRightLeft{
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
}
.pageBackground{
	background-color:#FFFFFF;
 
}
.blockBackground{
	background-color:#EEEEEE;
}
a {font-size: 12px;color: #a8a8a8; text-decoration:none;}
a:link {font-size: 12px;color: #a8a8a8; text-decoration:none;}
a:visited {font-size: 12px;color: #a8a8a8; text-decoration:none;}
a:hover {font-size: 12px;color: #a8a8a8; text-decoration:underline;}

a.sitemenu {font-size: 12px;color: #333333; text-decoration:none;}
a.sitemenu:link {font-size: 12px;color: #333333; text-decoration:none;}
a.sitemenu:visited {font-size: 12px;color: #333333; text-decoration:none;}
a.sitemenu:hover {font-size: 12px;color: #333333; text-decoration:underline;}

a.shopmenu {font-size: 12px;color: #333333; text-decoration:none;}
a.shopmenu:link {font-size: 12px;color: #333333; text-decoration:none;}
a.shopmenu:visited {font-size: 12px;color: #333333; text-decoration:none;}
a.shopmenu:hover {font-size: 12px;color: #333333; text-decoration:underline;}
.button{
	border: 1px solid #666666;
	background-color:#BFC6FF;
	cursor:pointer;
}
.paddedBackground{
	padding:5px;
	background-color:#EEEEEE;
}
.pricing{
	/*font-size:14px;*/
	font-weight:bold;
}
.sidebarHeader{
	/*color:#BFC6FF;*/
	font-size: 14px;
	font-weight:bold;
}
.raisedSideBackgorundLeft{
	background-image: url('/images/_raised_left.png');
	/*background-repeat: repeat-y;*/
}
.raisedSideBackgorundRight{
	background-image: url('/images/_raised_right.png');
	/*background-repeat: repeat-y;*/
}
#coupon_status_text{color:#FF0000;}