BODY { 
	margin: 0px auto; 
	padding: 0px 0px;
	background: #FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: -moz-scrollbars-vertical;
	text-align: center;
 }

/* ********************************************************************** */
/*     TOP ROW      */
/* ********************************************************************** */

#top { 
	margin: 0px auto; 
	padding: 0px 0px;
	width: 988px; 
	background: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	display: block; 
	overflow: hidden; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
.header {
	color: #FFF;
	font-size: 12px;
	text-align: center;
} 
/* -------------------------------------------------- */
/*     TOOLBAR     */
/* -------------------------------------------------- */

#toolbarContainer { 
	margin: 0px auto;
	width: 988px; 
	height: 40px; 
	float: center; 
	padding: 0px 0px; 
	line-height: 40px;
	border-bottom: 1px solid #ea7f1e;
 }
#toolbar { 
	width: 988px; 
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
 }
#toolbarLeftPad { 
	display: inline; 
	width: 30px; 
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	float: left; 
 }

/* ********** TOOLBAR - SEARCH ********** */

#toolbarSearchIcon { 
	display: inline; 
	padding: 0px 5px 0px 0px;
	width: 55px;  
	background-color: #FFF;   
	float: left; 
 }
form#toolbarSearchForm { 
	margin: 0px 0px; 
	padding: 0px 0px; 
 }
#toolbarSearchBox { 
	display: inline; 
	margin: 10px 0px; 
	padding: 0px 0px 0px 9px; 
	width: 157px; 
	vertical-align: middle; 
	text-align: left;
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	float: left; 
	overflow: hidden; 
	-moz-box-sizing: content-box; 
	height: 30px; 
	line-height: 30px; 
 }
input.toolbarSearchBox { 
	margin: 5px 0px; 
	padding: 1px 0px 0px 3px; 
	vertical-align: middle;
	width: 140px; 
	height: 20px; 
	color: #636363; 
	font-size: 12px; 
	line-height: 14px; 
	font-weight: normal;
	border: 1px solid #636363;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }
#toolbarSearchIn { 
	display: inline; 
	float: left; 
}
#toolbarDropDown { 
	display: inline; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 5px 0px 7px; 
	height: 39px; 
	line-height: 39px; 
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	float: left; 
	vertical-align: middle;
	background-color: transparent;
	overflow: hidden;
 }
select.toolbarDropDown { 
	display: inline; 
	padding: 2px 0px 0px 0px; 
	margin: 10px 0px; 
	width: 200px; 
	font-size: 12px; 
	height: 20px; 
	vertical-align: middle;
	border: 1px solid #5a471b;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }
#toolbarSearchBtn { 
	display: inline; 
	margin: 0px 0px; 
	padding: 0px 0px; 
	width: 40px; 
	height: 40px; 
	text-align: left; 
	vertical-align: middle; 
	float: left; 
	overflow: hidden; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: transparent;
 }

/* ********** TOOLBAR - OTHER ********** */

#toolbarMidPad { 
	display: inline; 
	width: 125px; 
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	float: left; 
 }
#toolbarBoxPad { 
	width: 0px;      
 }

/* ********** TOOLBAR - SPECIALS ********** */

#toolbarBox1 { 
	display: inline; 
	margin: 0px 0px; 
	padding: 0px 0px; 
	width: 100px; 
	background-color: #FFF;      
	text-align: center; 
	vertical-align: middle; 
	height: 40px;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden; 
 }
A.toolbarBox1 { 
	color: #5a471b;      
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	text-decoration: none; 
	text-transform: uppercase;
 }
A.toolbarBox1:visited { 
	color: #5a471b;      
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	text-decoration: none; 
 }
A.toolbarBox1:hover { 
	color: #5a471b;      
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	text-decoration: underline; 
 }

/* ********** TOOLBAR - CART SUMMARY ********** */

#toolbarBox2_A { 
	display: none; 
 }

#toolbarBox2_B { 
	display: inline; 
	margin: 0px 0px; 
	padding: 5px 0px 0px 0px; 
	width: 150px; 
	background-color: #FFF;      
	text-align: center; 
	vertical-align: middle; 
	height: 35px;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden; 
	color: #5a471b; 
 }
 	#toolbarBox2_B a {
		text-decoration: none; 
		color: #5a471b; 
	}
	#toolbarBox2_B a:visited { 
		text-decoration: none; 
		color: #5a471b; 
	 }
	#toolbarBox2_B a:hover { 
		text-decoration: underline; 
		color: #5a471b; 
	 }
span.cartLabel { 
	padding-top: 10px;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
	letter-spacing: 1px;
	color: #5a471b; 
	line-height: 15px;
	text-align: center;
 }
span.cartTotal { 
	display: block; 
	padding: 0px 0px 0px 0px; 
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle; 
	color: #5a471b; 
	line-height: 15px;
	text-align: center;
 }
span.cartItemNum { 
	display: none; 
 }

 
 
/* ********** TOOLBAR - LOG IN / OUT ********** */

#toolbarBox3 { 
	display: inline; 
	margin: 0px 0px; 
	padding: 0px 0px; 
	width: 80px; 
	background-color: #FFF;      
	text-align: center; 
	vertical-align: middle; 
	height: 40px;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden; 
	line-height: 40px;
 }
 
 
A.toolbarBox3 { 
	color: #5a471b;      
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
	letter-spacing: 1px;
	text-decoration: none; 
	line-height: 40px;
 }
A.toolbarBox3:visited { 
	color: #5a471b;      
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	text-decoration: none; 
	line-height: 40px;
 }
A.toolbarBox3:hover { 
	color: #5a471b;      
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	text-decoration: underline; 
	line-height: 40px;
 }


#middle {

	clear: both;

	padding: 14px 0px 0px 0px;

	margin: 0px;

	text-align: center;

 }



#middleContainer {

	width: 988px;

	padding: 0px;

	margin: 0px;

	text-align: center;

	margin-left: auto;

	margin-right: auto;

 }



#left {

	float: left;

	text-align: left;

	position: relative;

	top: 0px;

	display: inline;

	margin: 7px 7px 7px 0px;

	padding: 0px;

	background-color: #FFFFFF;

	width: 167px;

	-moz-box-sizing: border-box;

 }



#leftTop {

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #197296;

	background-color: #CEDBE1;

	margin: 0px 0px 0px 0px;

	text-align: center;

	letter-spacing: 1px;

	padding: 2px;

	text-transform: uppercase;

 }



#left_topCurveLSpace {

	display: inline;

	width: 2px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#left_topCurveRow {

	display: inline;

	width: 163px;

	background-color: #CEDBE1;

	float: left;

	position: relative;

	height: 1px;

 }



#left_topCurveRSpace {

	display: inline;

	width: 2px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#left_btmCurveLSpace {

	display: inline;

	width: 1px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#left_btmCurveRow {

	display: inline;

	width: 165px;

	background-color: #CEDBE1;

	float: left;

	position: relative;

	height: 1px;

 }



#left_btmCurveRSpace {

	display: inline;

	width: 1px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#leftContent {

	width: 167px;

	float: left;

	display: block;

	background-color: #FFFFFF;

	padding: 0px;

	border-width: 1px;

	border-style: solid;

	border-color: #CEDBE1;

	overflow: hidden;

	-moz-box-sizing: border-box;

 }



ul.leftContentLinks {

	padding: 5px 5px 5px 14px;

	margin: 0px;

 }



ul.categoryLvl1 {

	padding: 5px 5px 5px 14px;

	margin: 0px;

 }



ul.categoryLvl2 {

	padding: 0px 0px 0px 14px;

	margin: 0px;

	text-indent: -12px;

 }



ul.categoryLvl3 {

	padding: 0px 0px 0px 14px;

	margin: 0px;

	text-indent: -10px;

 }



ul.categoryLvl4 {

	padding: 0px 0px 0px 14px;

	margin: 0px;

	text-indent: -10px;

 }



#mainContent {

	width: 640px;

	float: left;

	display: inline;

	margin: 7px 7px 7px 7px;

	padding: 0px;

	background-color: #FFFFFF;

	text-align: left;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 10px;

	color: #000000;

 }



#right {

	float: left;

	text-align: left;

	position: relative;

	top: 0px;

	display: inline;

	margin: 7px 0px 7px 7px;

	padding: 0px;

	background-color: #FFFFFF;

	width: 153px;

	overflow: hidden;

	-moz-box-sizing: border-box;

 }



#rightTop {

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #197296;

	background-color: #CEDBE1;

	margin: 0px 0px 0px 0px;

	text-align: center;

	letter-spacing: 1px;

	padding: 2px;

	text-transform: uppercase;

 }



#right_topCurveLSpace {

	display: inline;

	width: 2px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#right_topCurveRow {

	display: inline;

	width: 149px;

	background-color: #CEDBE1;

	float: left;

	position: relative;

	height: 1px;

 }



#right_topCurveRSpace {

	display: inline;

	width: 2px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#right_btmCurveLSpace {

	display: inline;

	width: 1px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#right_btmCurveRow {

	display: inline;

	width: 151px;

	background-color: #CEDBE1;

	float: left;

	position: relative;

	height: 1px;

 }



#right_btmCurveRSpace {

	display: inline;

	width: 1px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#rightContent {

	text-align: center;

	background-color: #FFFFFF;

	padding: 0px 0px 10px 0px;

	border-width: 1px;

	border-style: solid;

	border-color: #CEDBE1;

	overflow: hidden;

	-moz-box-sizing: border-box;

 }



#bottom {

	clear: both;

	width: 988px;

	margin: 20px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	position: relative;

	top: 0px;

	margin-left: auto;

	margin-right: auto;

	-moz-box-sizing: border-box;

 }



#bottomTop {

	float: left;

	position: relative;

	display: inline;

	background-color: #CEDBE1;

	margin: 0px 0px 0px 0px;

	text-align: left;

	width: 988px;

	-moz-box-sizing: border-box;

 }



#bottomTopCellPad {

	position: relative;

	display: inline;

	float: left;

	width: 60px;

	height: 16px;

	background-color: #CEDBE1;

 }



#bottomTopCell_siteInfo {

	background-color: #CEDBE1;

	padding: 2px;

	color: #197296;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 10px;

	font-weight: bold;

	text-transform: uppercase;

	width: 160px;

	display: inline;

	float: left;

	position: relative;

	text-align: left;

	overflow: hidden;

	vertical-align: middle;

	-moz-box-sizing: border-box;

 }



#bottomTopCell_customerService {

	background-color: #CEDBE1;

	padding: 2px;

	color: #197296;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 10px;

	font-weight: bold;

	text-transform: uppercase;

	width: 200px;

	display: inline;

	float: left;

	position: relative;

	text-align: left;

	overflow: hidden;

	vertical-align: middle;

	-moz-box-sizing: border-box;

 }



#bottomTopCell_companyInfo {

	background-color: #CEDBE1;

	padding: 2px;

	color: #197296;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 10px;

	font-weight: bold;

	text-transform: uppercase;

	width: 180px;

	display: inline;

	float: left;

	position: relative;

	text-align: left;

	overflow: hidden;

	vertical-align: middle;

	-moz-box-sizing: border-box;

 }



#bottomTopCell_accountInfo {

	background-color: #CEDBE1;

	padding: 2px;

	color: #197296;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 10px;

	font-weight: bold;

	text-transform: uppercase;

	width: 200px;

	display: inline;

	float: left;

	position: relative;

	text-align: left;

	overflow: hidden;

	vertical-align: middle;

	-moz-box-sizing: border-box;

 }



#bottom_topCurveLSpace {

	display: inline;

	width: 2px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#bottom_topCurveRow {

	display: inline;

	width: 984px;

	background-color: #CEDBE1;

	float: left;

	position: relative;

	height: 1px;

 }



#bottom_topCurveRSpace {

	display: inline;

	width: 2px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#bottom_btmCurveLSpace {

	display: inline;

	width: 1px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#bottom_btmCurveRow {

	display: inline;

	width: 986px;

	background-color: #CEDBE1;

	float: left;

	position: relative;

	height: 1px;

 }



#bottom_btmCurveRSpace {

	display: inline;

	width: 1px;

	background-color: #FFFFFF;

	float: left;

	position: relative;

	height: 1px;

 }



#bottomContent {

	float: left;

	position: relative;

	display: inline;

	padding-bottom: 5px;

	width: 988px;

	border-width: 1px;

	border-style: solid;

	border-color: #CEDBE1;

	border-top: 0px;

	-moz-box-sizing: border-box;

	background-color: #FFFFFF;

 }



#bottomContentPad {

	width: 60px;

	display: inline;

	float: left;

	position: relative;

	-moz-box-sizing: border-box;

 }



#bottomContentCell_siteInfo {

	background-color: #FFFFFF;

	padding: 2px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 9px;

	width: 160px;

	display: inline;

	float: left;

	position: relative;

	text-align: left;

	overflow: hidden;

	vertical-align: middle;

	-moz-box-sizing: border-box;

 }



a.siteInfo {

	color: #197296;

	text-decoration: none;

 }



a.siteInfo:visited {

	color: #197296;

 }



a.siteInfo:hover {

	color: #023C68;

	text-decoration: underline;

 }



#bottomContentCell_customerService {

	background-color: #FFFFFF;

	padding: 2px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 9px;

	width: 200px;

	display: inline;

	float: left;

	position: relative;

	text-align: left;

	overflow: hidden;

	vertical-align: middle;

	-moz-box-sizing: border-box;

 }



a.customerService {

	color: #197296;

	text-decoration: none;

 }



a.customerService:visited {

	color: #197296;

 }



a.customerService:hover {

	color: #023C68;

	text-decoration: underline;

 }



#bottomContentCell_companyInfo {

	background-color: #FFFFFF;

	padding: 2px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 9px;

	width: 180px;

	display: inline;

	float: left;

	position: relative;

	text-align: left;

	overflow: hidden;

	vertical-align: middle;

	-moz-box-sizing: border-box;

 }



a.companyInfo {

	text-decoration: none;

	color: #197296;

 }



a.companyInfo:visited {

	color: #197296;

 }



a.companyInfo:hover {

	color: #023C68;

	text-decoration: underline;

 }



#bottomContentCell_accountInfo {

	background-color: #FFFFFF;

	padding: 2px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 9px;

	width: 200px;

	display: inline;

	float: left;

	position: relative;

	text-align: left;

	overflow: hidden;

	vertical-align: middle;

	-moz-box-sizing: border-box;

 }



a.accountInfo {

	text-decoration: none;

	color: #197296;

 }



a.accountInfo:visited {

	color: #197296;

 }



a.accountInfo:hover {

	color: #023C68;

	text-decoration: underline;

 }



.bottomNav {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_si_home {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_si_map {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_si_browse {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_si_search {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_si_new {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_cs_feedback {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_cs_privacy {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_cs_shipping {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_cs_returns {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_ci_about {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_ci_whatsnew {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_ci_feedback {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_ai_login {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_ai_account {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_ai_cart {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



.bottomNav_ai_favorites {

	margin: 0px;

	padding: 2px 0px 2px 0px;

	list-style: none;

 }



#footer {

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 9px;

	color: #787878;

	clear: both;

	margin-top: 7px;

	padding: 7px;

	background-color: #FFFFFF;

	border-bottom: 1px solid;

	border-color: #197296;

	text-align: center;

 }



li.categoryLevel1 {

	list-style: none;

	padding: 0px 0px 2px 0px;

	margin: 0px;

	line-height: 15px;

	position: relative;

 }



A.categoryLevel1 {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #197296;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

 }



A.categoryLevel1:visited {

	color: #197296;

 }



A.categoryLevel1:hover {

	color: #023C68;

	text-decoration: underline;

 }



A.categoryLevel1Active {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #7d1104;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

 }



A.categoryLevel1Active:visited {

	color: #7d1104;

 }



A.categoryLevel1Active:hover {

	color: #7d1104;

	text-decoration: underline;

 }



li.categoryLevel2 {

	list-style: none;

	padding: 0px;

	margin: 0px;

	line-height: 12px;

	position: relative;

 }



A.categoryLevel2 {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #197296;

	font-size: 10px;

	text-decoration: none;

 }



A.categoryLevel2:visited {

	color: #197296;

 }



A.categoryLevel2:hover {

	color: #023C68;

	text-decoration: underline;

 }



A.categoryLevel2Active {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #7d1104;

	font-size: 10px;

	text-decoration: none;

 }



A.categoryLevel2Active:visited {

	color: #7d1104;

 }



A.categoryLevel2Active:hover {

	color: #7d1104;

	text-decoration: underline;

 }



li.categoryLevel3 {

	list-style: none;

	margin: 0px;

	line-height: 12px;

	font-style: italic;

	position: relative;

 }



A.categoryLevel3 {

	font-family: Verdana, Geneva, Arial, sans-serif;

	padding: 0px;

	color: #197296;

	font-size: 10px;

	text-decoration: none;

 }



A.categoryLevel3:visited {

	color: #197296;

 }



A.categoryLevel3:hover {

	color: #023C68;

	text-decoration: underline;

 }



A.categoryLevel3Active {

	padding: 0px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #7d1104;

	font-size: 10px;

	text-decoration: none;

 }



A.categoryLevel3Active:visited {

	color: #7d1104;

 }



A.categoryLevel3Active:hover {

	color: #7d1104;

	text-decoration: underline;

 }



li.categoryLevel4 {

	list-style: none;

	margin: 0px;

	line-height: 12px;

	position: relative;

 }



A.categoryLevel4 {

	padding: 0px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #197296;

	font-size: 10px;

	text-decoration: none;

 }



A.categoryLevel4:visited {

	color: #197296;

 }



A.categoryLevel4:hover {

	color: #023C68;

	text-decoration: underline;

 }



A.categoryLevel4Active {

	padding: 0px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #7d1104;

	font-size: 10px;

	text-decoration: none;

 }



A.categoryLevel4Active:visited {

	color: #7d1104;

 }



A.categoryLevel4Active:hover {

	color: #7d1104;

	text-decoration: underline;

 }



li.extraPage {

	list-style: none;

	padding: 0px 2px 0px 0px;

	line-height: 15px;

	position: relative;

 }



A.extraPage {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #197296;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

 }



A.extraPage:visited {

	color: #197296;

 }



A.extraPage:hover {

	color: #023C68;

	text-decoration: underline;

 }



A.extraPageActive {

	color: #7d1104;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

 }



A.extraPageActive:visited {

	color: #7d1104;

 }



li.new {

	list-style: none;

	padding: 0px 2px 0px 0px;

	line-height: 15px;

	position: relative;

 }



A.new {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #197296;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

 }



A.new:visited {

	color: #197296;

 }



A.new:hover {

	color: #023C68;

	text-decoration: underline;

 }



A.newActive {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #7d1104;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

 }



A.newActive:visited {

	color: #7d1104;

 }



li.specials {

	list-style: none;

	padding: 0px 2px 0px 0px;

	line-height: 15px;

	position: relative;

 }



A.specials {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #197296;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

 }



A.specials:visited {

	color: #197296;

 }



A.specials:hover {

	color: #023C68;

	text-decoration: underline;

 }



A.specialsActive {

	font-family: Verdana, Geneva, Arial, sans-serif;

	color: #7d1104;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

 }



A.specialsActive:visited {

	color: #7d1104;

 }



.listSpacer {

	list-style: none;

	padding: 0px 2px 0px 0px;

	line-height: 15px;

 }



.featuredItem {

	text-align: center;

 }



.featuredItemImage {

	padding: 5px 0px 5px 0px;

 }



a.featuredItemName {

	color: #636363;

	text-decoration: none;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

 }



a.featuredItemName:hover {

	color: #04508a;

	text-decoration: underline;

 }



a.featuredItemName:visited {

	color: #636363;

	text-decoration: none;

 }



.featuredItemNumberLabel {

	color: #636363;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-weight: bold;

 }



.featuredItemNumber {

	color: #636363;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

 }



.featuredItemSellPriceLabel {

	color: #7d1104;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-weight: bold;

 }



.featuredItemSellPrice {

	color: #7d1104;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

 }



.featuredItemListPriceLabel {

	color: #7d1104;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-weight: bold;

 }



.featuredItemListPrice {

	color: #7d1104;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

 }



.featuredItemPriceSpacer {

	padding: 5px;

 }



.featuredItemSeparator {

	background-color: #CEDBE1;

	height: 1px;

	text-align: center;

	width: 145px;

	margin: 10px 0px 10px 0px;

 }



.relatedItem {

	text-align: center;

 }



.relatedItemImage {

	padding: 5px 0px 5px 0px;

 }



a.relatedItemName {

	color: #636363;

	text-decoration: none;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

 }



a.relatedItemName:hover {

	color: #04508a;

	text-decoration: underline;

 }



a.relatedItemName:visited {

	color: #636363;

	text-decoration: none;

 }



.relatedItemNumberLabel {

	color: #636363;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-weight: bold;

 }



.relatedItemNumber {

	color: #636363;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

 }



.relatedItemSellPriceLabel {

	color: #7d1104;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-weight: bold;

 }



.relatedItemSellPrice {

	color: #7d1104;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

 }



.relatedItemListPriceLabel {

	color: #7d1104;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-weight: bold;

 }



.relatedItemListPrice {

	color: #7d1104;

	font-size: 10px;

	font-family: Verdana, Geneva, Arial, sans-serif;

 }



.relatedItemPriceSpacer {

	padding: 5px;

 }



.relatedItemSeparator {

	background-color: #CEDBE1;

	height: 1px;

	text-align: center;

	width: 145px;

	margin: 10px 0px 10px 0px;

 }



BODY {

	background-color: #FFFFFF;

	margin: 0px;

 }



.alertMsg {

	color: #7d1104;

 }



.cpobutton {

	font-family: Verdana, Geneva, Arial, sans-serif;

	height: 20px;

	color: #FFFFFF;

	background-color: #197296;

	cursor: pointer;

	border-width: 1px;

	border-style: solid;

	border-color: #636363;

	vertical-align: middle;

 }



.toolinput {

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 12px;

	color: #5C5C5C;

 }



.bodyHeader {

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 22px;

	padding-bottom: 5px;

	color: #023C68;

 }



A {

	text-decoration: none;

	color: #197296;

 }



a:visited {

	text-decoration: none;

	color: #197296;

 }



a:hover {

	text-decoration: none;

	color: #023C68;

 }



a:active {

	color: #023c68;

 }



.bodyText {

	font-size: 11px;

 }



.bodyTextBold {

	font-size: 11px;

	font-weight: bold;

 }



.bodyTextLarge {

	font-size: 12px;

 }



.bodyTextLargeBold {

	font-size: 12px;

	font-weight: bold;

 }



.bodyTextMedium {

	font-size: 11px;

 }



.bodyTextMediumBold {

	font-size: 11px;

	font-weight: bold;

 }



.bodyTextSmall {

	font-size: 10px;

 }



.bodyTextSmallBold {

	font-size: 10px;

	font-weight: bold;

 }



.bodyTextStatus {

	font-size: 11px;

	color: #D00E29;

	font-weight: bold;

	padding-top: 5px;

	padding-bottom: 5px;

 }



.bodyTextStatusSmall {

	font-size: 10px;

	color: #D00E29;

	font-weight: bold;

	padding-top: 5px;

	padding-bottom: 5px;

 }



.bodyTextContrast {

	font-size: 11px;

	color: #D00E29;

 }



.bodyTextContrastBold {

	font-size: 11px;

	color: #D00E29;

	font-weight: bold;

 }



.bodyTextContrastSmall {

	font-size: 10px;

	color: #D00E29;

 }



.bodyTextContrastSmallBold {

	font-size: 10px;

	color: #D00E29;

	font-weight: bold;

 }



.contrastLabel {

	font-size: 11px;

	font-weight: bold;

 }



.formLabel {

	font-size: 11px;

 }



.formLabelRequired {

	font-size: 11px;

	font-weight: bold;

 }



.formHelp {

	font-size: 10px;

 }



.linkedItem {

	font-size: 11px;

 }



.linkedCategory {

	font-size: 12px;

	font-weight: bold;

 }



.itemSellPriceLabel {

	color: #7d1104;

 }



.itemSellPrice {

	color: #7d1104;

 }



.itemDetailName {

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 22px;

	padding-bottom: 5px;

	color: #023C68;

	font-weight: normal;

 }



.tiledItemQty {

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #7d1104;

 }



.tiledItemOOS {

	font-family: Verdana, Geneva, Arial, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #7d1104;

 }



.bodyTextContrast {

	color: #7d1104;

 }



.bodyTextStatus {

	color: #7d1104;

 }



.contrastLabel {

	color: #197296;

 }



.groupedExtraPageHdr { 
	font-family: Verdana, Geneva, Arial, sans-serif;
	padding-top: 5%; 
	color: #636363; 
	font-size: 10px;
}


.ungroupedExtraPageHdr {
	padding-top: 5%;
}

