body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	
}

body {
	text-align: center;
	background-image: url(images/back.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #B5B5B5;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#container
{
	width: 960px;
	background-color: #fff;
  	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	

}

#top
{
	padding: 0px;
}

#breadcrumbs
{
	padding: 5px;
	background-color: #333333;
}

#leftnav
{
	float: left;
	width: 180px;
	margin: 0;
	padding: 0px;
}

#rightnav
{
	float: right;
	width: 180px;
	margin: 0;
	padding: 0px;
}

#content
{
	width: 580px;
	min-height: 1200px;
	margin: 0;
	padding: 0px;
	margin-left: 190px;
	margin-right: 190px;
}

#footer
{
	padding: 0px;
	background-color: #333333;
	position: relative;
}

/* FOOTER TEXT */

.footer_links {
	color: #FFFFFF;;
	text-decoration: none;
	font-weight: bold;}

.footer_links A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
	
.footer_links A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.footer_links A:active {
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;

}
.footer_links A:hover {
	color: #E6E6E6;
	text-decoration: none;
	font-weight: bold;
}

#leftnav, #rightnav { margin: 0 0 1em 0; }

/* TABS */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 2px solid #B5B5B5; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 11px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin-left: 10px;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
padding: 8px 10px; /*padding inside each tab*/
border-right: 2px solid white; /*right divider between tabs*/
color: white;
background: #333333; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #B5B5B5; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*TEXT FORMATTING*/

.header_title {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #E1E1E1;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

/* PICTURE OPACITY */
.pic, a.pic, a.pic img {
filter: Alpha(opacity=70); /* IE */
-moz-opacity: 0.7; /* Mozilla */
}
.pic:hover, a.pic:hover img {
filter: Alpha(opacity=100);
-moz-opacity: 1.0;
} 

.product_category_small {font-size: 9px}

.member_price_blue {
	font-size: 10px;
	color: #0099FF;
	}


.product_price {
	font-size: 14px;
	font-weight: bold;
}
.product_loyalty_price {
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	}
.discount_box {
	border-style: solid;
	border-width: 2px;
	border-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
}
.discounted_total {
	font-size: 14px;
	font-weight: bold;
	color: #990000;	
}
.join_loyalty_club {
	font-size: 18px;
	font-weight: bold;
	color: #B5B5B5;
}
.product_box {
	border-style: solid;
	border-width: 1px;
	border-color: #F4F4F4;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.form_box {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
.reg_box {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}.size_box {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}.login_box {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}.benefit_text {
	font-size: 20px;
	font-weight: bold;
}
