BODY { 
	margin: 0px auto; 
	padding: 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: -moz-scrollbars-vertical;
	background-color: #FFFFFF;
 }

/* ********************************************************************** */
/*     TOP ROW      */
/* ********************************************************************** */

#top { 
	margin: 0px auto; 
	padding: 0px 0px 0px 0px;
	width: 988px; 
	background: transparent;
	font: 10px Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	overflow: hidden; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
.headerLinks {
	font: bold 11px Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	color: #636363;
 }
 	a.headerLinks, a.headerLinks:visited {
		color: #636363;
		font-weight: bold;
		text-decoration: none;
 	}
 	a.headerLinks:hover, a.headerLinks:visited:hover {
		color: #636363;
		font-weight: bold;
		text-decoration: underline;
	}

/* -------------------------------------------------- */
/*     TOOLBAR     */
/* -------------------------------------------------- */

#toolbarContainer { 
	margin: 0px auto;
	padding: 10px 0px 10px 0px; 
	width: 988px; 
	height: 30px; 
	float: center; 
	background-color: #FFFFFF;
	overflow: hidden;
	-moz-box-sizing: content-box; 
	box-sizing: content-box;

 }
#toolbar { 
	margin: 0px 20px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: 988px; 
	height: 30px; 
	background-color: #FFFFFF;
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	overflow: hidden;
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
 }
#toolbarLeftPad { 
	display: inline; 
	width: 0px; 
	padding-left: 0px;
	background-color: white;
	height: 30px; 
	float: left; 
 }

/* ********** TOOLBAR - SEARCH ********** */

#toolbarSearchIcon { 
	display: inline; 
	width: 44px;     
	float: left; 
 }
form#toolbarSearchForm { 
	margin: 0px 0px; 
	padding: 0px 0px; 
 }
#toolbarSearchBox { 
	display: inline; 
	position: relative;
	margin: 0px 0px; 
	padding: 0px 0px 0px 9px; 
	width: 150px; 
	height: 30px; 
	vertical-align: bottom; 
	text-align: left;
	line-height: 30px; 
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	float: left; 
	overflow: hidden; 
	-moz-box-sizing: padding-box; 
 }
input.toolbarSearchBox { 
	margin: 0px; 
	padding: 2px 0px 0px 2px; 
	width: 140px; 
	height: 18px; 
	color: #636363; 
	font: normal 11px; 
	border: 1px solid #636363;
	top: 4px; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }
#toolbarSearchIn { 
	display: inline; 
	float: left; 
}
#toolbarDropDown { 
	display: inline; 
	padding: 0px 5px 0px 7px; 
	height: 30px; 
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	float: left; 
 }
select.toolbarDropDown { 
	display: inline; 
	padding: 0px 0px; 
	width: 150px; 
	height: 20px; 
	margin-top: 4px; 
	border: 1px solid #000;
 }
#toolbarSearchBtn { 
	display: inline; 
	margin: 0px 0px; 
	padding: 0px 0px; 
	width: 60px; 
	height: 30px; 
	line-height: 30px; 
	text-align: left; 
	vertical-align: middle; 
	float: left; 
	overflow: hidden; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }

/* ********** TOOLBAR - OTHER ********** */

#toolbarMidPad { 
	display: inline; 
	width: 300px; 
	height: 30px; 
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	float: left; 
 }
#toolbarBoxPad { 
	margin: 0px 0px;
	display: inline;  
	width: 0px;      
	height: 30px; 
	background-color: #FFFFFF;      
	float: left; 
 }

/* ********** TOOLBAR - SPECIALS ********** */

#toolbarBox1 { 
	display: none; 
	padding: 0px 0px; 
	margin: 1px 0px;
	height: 28px; 
	width: 80px; 
	background-color: #FFFFFF;      
	text-align: center; 
	vertical-align: middle; 
	float: left; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden; 
 }
A.toolbarBox1 { 
	color: #FFFFFF;      
	font-size: 11px; 
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0px; 
	text-decoration: none; 
	text-transform: none;
 }
A.toolbarBox1:visited { 
	color: #FFFFFF;      
	font-size: 11px; 
	font-weight: bold;
	letter-spacing: 0px; 
	text-decoration: none; 
 }
A.toolbarBox1:hover { 
	color: #FFFFFF;      
	font-size: 11px; 
	font-weight: bold;
	letter-spacing: 0px; 
	text-decoration: none; 
 }
A.toolbarBox1:visited:hover { 
	color: #FFFFFF;      
	font-size: 11px; 
	font-weight: bold;
	letter-spacing: 0px; 
	text-decoration: none; 
 }
/* ********** TOOLBAR - CART SUMMARY ********** */

#toolbarBox2_A { 
	float: left; 
	height: 28px; 
	width: 38px; 
	margin: 1px 0px;
	padding: 0px 0px;  
	background-color: #c4da59;      
	display: inline; 
	overflow: hidden; 
	text-align: center; 
	vertical-align: middle; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
 }
#cartImage {
	height: 28px;
	margin-top: 0px;
 }
A.cart { 
	height: 28px; 
	text-decoration: none; 
 }
A.cart:visited { 
	text-decoration: none; 
 }
A.cart:hover { 
  text-decoration: none; 
  color: #ffffff;
}
A.cart:visited:hover { 
  text-decoration: none; 
  color: #ffffff;
}

#toolbarBox2_B { 
	float: left; 
	height: 26px; 
	margin: 1px 0px;
	line-height: 14px;
	width: 130px; 
	padding: 2px 0px 0px 0px; 
	background-color: #c4da59;      
	display: inline; 
	overflow: hidden; 
	text-align: left; 
	vertical-align: middle; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
 }
span.cartLabel { 
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	font-size: 11px; 
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;      
	text-transform: uppercase; 
	padding: 0px 0px 0px 0px; 
	cursor: pointer; 
	display: inline; 
	overflow: hidden; 
	vertical-align: text-top;

 }
span.cartTotal { 
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px; 
	color: #ffffff;      
	padding: 0px 0px 0px 5px; 
	cursor: pointer; 
	display: inline; 
	overflow: hidden; 
	vertical-align: text-top;
 }
span.cartItemNum { 
	margin: 0px 0px 0px 0px;
	line-height: 14px; 
	font-weight: bold;
	font-size: 11px; 
	color: #ffffff;      
	padding: 0px 0px 0px 0px; 
	cursor: pointer; 
	display: block; 
	overflow: hidden; 
	vertical-align: text-bottom;
 }

/* ********** TOOLBAR - LOG IN / OUT ********** */

#toolbarBox3 { 
	float: left; 
	width: 60px; 
	height: 28px; 
	padding: 0px 0px 0px 0px; 
	margin: 1px 10px 0px 0px;
	background-color: #FFFFFF;      
	display: inline; 
	line-height: 28px; 
	overflow: hidden; 
	text-align: center; 
	vertical-align: middle; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-transform: none;
 }
A.toolbarBox3 { 
	height: 28px; 
	font-weight: bold;
	font-size: 11px;
	line-height: 28px; 
	color: #636363;      
	text-decoration: none; 
 }
A.toolbarBox3:visited { 
	height: 28px; 
	font-weight: bold;
	font-size: 11px;
	line-height: 28px; 
	color: #636363;      
	text-decoration: none; 
 }
A.toolbarBox3:hover { 
	height: 28px; 
	font-weight: bold;
	font-size: 11px;
	line-height: 28px; 
	color: #636363;      
	text-decoration: none; 
 }
A.toolbarBox3:visited:hover { 
	height: 28px; 
	font-weight: bold;
	font-size: 11px;
	line-height: 28px; 
	color: #636363;      
	text-decoration: none; 
 }
 
/* ********************************************************************** */
/*     MIDDLE AREA     */
/* ********************************************************************** */
 
#middle { 
	width: 988px; 
	clear: both; 
	float: center; 
	padding: 0px 0px; 
	margin: 0px auto; 
	overflow: hidden;
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	background: #FFFFFF url(../graphics/meridian_bg.gif) repeat-y top;

}

#middleContainer { 
	float: center; 
	margin: 0px auto; 
	padding: 0px 0px;    
	text-align: center; 
	display: block;
	
 }

#mainContent { 
	float: left; 
	width: 580px; 
	margin: 7px 7px 7px 7px; 
	padding: 0px 0px 0px 10px; 
	font-size: 10px; 
	color: #323232; 
	display: inline; 
	text-align: left;

}
 
/* -------------------------------------------------- */
/*     LEFT COLUMN     */
/* -------------------------------------------------- */

#left { 
	float: left; 
	width: 180px; 
	margin: 0px 3px 7px 0px;      
	padding: 0px 0px 0px 0px; 
	display: inline; 
	overflow: hidden; 
	text-align: left; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: transparent;
 }

/* ********** LEFT COLUMN CONTENT CONTAINER ********** */

#leftContent { 
	width: 180px; 
	text-align: left; 
	padding: 0px 0px 10px 0px; 
	border-width: 0px;
	-moz-box-sizing: padding-box; 
	box-sizing: padding-box;
	background-color: transparent;
	
}
 
/* ********** LEFT COLUMN CORNERS ********** */


#left_topCurveLSpace { 
	display: none;      
 }
#left_topCurveRow { 
	display: none;      
 }
#left_topCurveRSpace { 
	display: none;      
 }
#left_btmCurveLSpace { 
	display: none;      
 }
#left_btmCurveRow { 
	display: none;      
 }
#left_btmCurveRSpace { 
	display: none;      
 }
 
/* ********** LEFT COLUMN HEADER ********** */

#leftTop { 
	display: none;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}


/* ********** CATEGORIES - LEVEL 1 ********** */

UL.categoryLvl1 { 
	margin: 0px; 
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	padding: 0px 5px 5px 10px;      
 }
li.categoryLevel1 { 
	width: 135px;
	margin: 4px 0px; 
	padding: 1px 5px; 
	line-height: 15px; 
	list-style: none; 
	 
 }
A.categoryLevel1 { 
	font-size: 11px; 
	line-height: 15px;
	color: #636363;    
	text-decoration: none;
 }
A.categoryLevel1:visited { 
	color: #636363;      
	text-decoration: none; 
 }
A.categoryLevel1:hover { 
	color: #636363;      
	text-decoration: underline; 
 }
A.categoryLevel1active { 
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	line-height: 15px; 
	color: #8ca41d;      
	text-decoration: none; 
 }
A.categoryLevel1active:visited { 
	color: #8ca41d;  
	text-decoration: none;     
 }
A.categoryLevel1active:hover { 
	color: #8ca41d;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 2 ********** */

UL.categoryLvl2 { 
	margin: 0px; 
	padding: 0px 0px 0px 14px; 
	text-indent: -12px; 
 }
li.categoryLevel2 { 
	margin: 0px; 
	padding: 0px; 
	line-height: 12px; 
	list-style: none; 
	border: 0px;
 }
A.categoryLevel2 { 
	font-size: 10px; 
	color: #636363;      
	text-decoration: none; 
 }
A.categoryLevel2:visited { 
	color: #636363;      
	text-decoration: none; 
 }
A.categoryLevel2:hover { 
	color: #636363;      
	text-decoration: underline;
 }
A.categoryLevel2active { 
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif; 
	font-size: 10px; 
	color: #8ca41d;      
	text-decoration: none; 
 }
A.categoryLevel2active:visited { 
	color: #8ca41d;      
	text-decoration: none; 
 }
A.categoryLevel2active:hover { 
	color: #8ca41d;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 3 ********** */

UL.categoryLvl3 { 
	padding: 0px 0px 0px 14px; 
	margin: 0px; 
	text-indent: -10px; 
 }
LI.categoryLevel3 { 
	margin: 0px; 
	font-style: italic; 
	line-height: 12px; 
	list-style: none; 
	 
 }
A.categoryLevel3 { 
	padding: 0px; 
	font-size: 10px; 
	color: #636363;      
	text-decoration: none; 
 }
A.categoryLevel3:visited { 
	color: #636363;      
	text-decoration: none; 
 }
A.categoryLevel3:hover { 
	color: #636363;      
	text-decoration: underline; 
 }
A.categoryLevel3active { 
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif; 
	padding: 0px; 
	font-size: 10px; 
	color: #8ca41d;      
	text-decoration: none; 
 }
A.categoryLevel3active:visited { 
	color: #8ca41d;      
	text-decoration: none; 
 }
A.categoryLevel3active:hover { 
	color: #8ca41d;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 4 ********** */
 
UL.categoryLvl4 { 
	margin: 0px; 
	padding: 0px 0px 0px 14px; 
	text-indent: -10px; 
 }
LI.categoryLevel4 { 
	margin: 0px; 
	line-height: 12px; 
	list-style: none; 
	 
 }
A.categoryLevel4 { 
	padding: 0px; 
	font-size: 10px; 
	color: #636363;      
	text-decoration: none; 
 }
A.categoryLevel4:visited { 
	color: #636363;      
	text-decoration: none; 
 }
A.categoryLevel4:hover { 
	color: #636363;      
	text-decoration: underline; 
 }
A.categoryLevel4active { 
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif; 
	padding: 0px; 
	font-size: 10px; 
	color: #8ca41d;      
	text-decoration: none; 
 }
A.categoryLevel4active:visited { 
	color: #8ca41d;     
	text-decoration: none;  
 }
A.categoryLevel4active:hover { 
	color: #8ca41d;      
	text-decoration: underline; 
 }
 
/* ********** CONTAINER - OTHER LINKS ********** */

UL.leftContentLinks { 
	margin: 0px; 
	padding: 5px 5px 5px 14px;      
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
 }

/* ********** CONTAINER - SPACER BETWEEN SPECIALS & EXTRA PAGES ********** */
 
LI.listSpacer { 
	padding: 0px 2px 0px 0px; 
	line-height: 15px; 
	list-style: none; 
 }

/* ********** NEW LINK ********** */
 
LI.new { 
	padding: 0px 2px 0px 0px; 
	line-height: 15px; 
	list-style: none; 
	 
 }
A.new { 
	font-size: 10px; 
	font-weight: bold;
	color: #636363;      
	text-decoration: none; 
 }
A.new:visited { 
	color: #636363;      
	text-decoration: none; 
 }
A.new:hover { 
	color: #636363;      
	text-decoration: underline; 
 }
A.new:visited:hover { 
	color: #636363;      
	text-decoration: underline; 
 } 
A.newActive { 
	font-size: 10px; 
	font-weight: bold;
	color: #8ca41d;      
	text-decoration: none; 
 }
A.newActive:visited { 
	color: #8ca41d;      
	text-decoration: none; 
 }
A.newActive:visited:hover { 
	color: #8ca41d;      
	text-decoration: underline; 
 }
/* ********** SPECIALS LINK ********** */

LI.specials { 
	padding: 0px 2px 6px 0px; 
	line-height: 15px; 
	list-style: none; 
	 
 }
A.specials { 
	font-size: 10px; 
	font-weight: bold;
	color: #636363;      
	text-decoration: none; 
 }
A.specials:visited { 
	color: #636363;      
	text-decoration: none; 
 }
A.specials:hover { 
	color: #636363;      
	text-decoration: underline; 
 }
A.specials:visited:hover { 
	color: #636363;      
	text-decoration: underline; 
 }  
A.specialsActive { 
	font-size: 10px; 
	font-weight: bold;
	color: #8ca41d;      
	text-decoration: none; 
 }
A.specialsActive:visited { 
	color: #8ca41d;      
	text-decoration: none; 
 }
A.specialsActive:visited:hover { 
	color: #8ca41d;      
	text-decoration: underline; 
 }
/* ********** EXTRA PAGE LINKS ********** */

LI.extraPage { 
	padding: 0px 2px 6px 0px; 
	line-height: 14px; 
	list-style: none; 
	 
 }
A.extraPage { 
	font-size: 11px; 
	font-weight: bold;
	color: #636363;      
	text-decoration: none; 
 }
A.extraPage:visited { 
	color: #636363;      
	text-decoration: none; 
 }
A.extraPage:visited:hover { 
	color: #636363;      
	text-decoration: underline; 
 } 
A.extraPage:hover { 
	color: #636363;      
	text-decoration: underline; 
 }
A.extraPageActive { 
	color: #8ca41d;      
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none; 
 }
A.extraPageActive:visited { 
	color: #8ca41d;      
	text-decoration: none; 	
 }
 A.extraPageActive:hover { 
	color: #8ca41d;      
	text-decoration: underline; 
 }

.groupedExtraPageHdr {
	color: #636363;
	padding: 3px 0px;
} 
/* -------------------------------------------------- */
/*     RIGHT COLUMN     */
/* -------------------------------------------------- */

#right { 
	float: right; 
	margin: 15px 0px 0px 5px;      
	padding: 0px; 
	display: inline; 
	overflow: hidden; 
	text-align: left;      
	-moz-box-sizing: border-box;      
	box-sizing: border-box;
 }

 /* ********** RIGHT COLUMN CORNERS ********** */

#right_topCurveLSpace { 
	display: none;      
 }
#right_topCurveRow { 
	display: none;      
 }
#right_topCurveRSpace { 
	display: none;      
 }
#right_btmCurveLSpace { 
	display: none;      
 }
#right_btmCurveRow { 
	display: none;      
 }
#right_btmCurveRSpace { 
	display: none;      
 }

/* ********** RIGHT COLUMN HEADER ********** */

#rightTop { 
	font-size: 16px; 
	font-weight: bold; 
	color: #636363; 
	background-color: #FFFFFF; 
	margin: 0px 0px; 
	text-align: center; 
	letter-spacing: 0px; 
	padding: 10px 0px; 
	text-transform: none; 
	border: 1px solid #dbdbdb; 
	border-bottom: 0px;
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
 }


/* ********** RIGHT COLUMN CONTENT CONTAINER ********** */

#rightContent { 
	text-align: center; 
	background-color: #FFFFFF; 
	padding: 0px 3px 10px 3px; 
	margin: 0px 0px 0px 0px;
	border: 1px solid #dbdbdb; 
	border-top: 0px;
	overflow: hidden; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
 }

/* ***** FEATURED ITEMS ***** */

.featuredItem { 
	text-align: center; 
 }

DIV.featuredItemImage { 
	padding: 5px 0px 5px 0px;     
 }
A.featuredItemName { 
	font-size: 10px; 
	color: #636363; 
	text-decoration: none; 
 }
A.featuredItemName:hover { 
	font-size: 10px; 
	color: #636363; 
	text-decoration: underline; 
 }
A.featuredItemName:visited { 
	color: #636363; 
	text-decoration: none; 
 }
SPAN.featuredItemNumberLabel { 
	font-size: 10px; 
	font-weight: normal;
	color: #636363; 
 }
SPAN.featuredItemNumber { 
	font-size: 10px; 
	color: #636363; 
 }
SPAN.featuredItemListPriceLabel { 
	font-weight: normal;
	font-size: 10px; 
	color: #636363; 
 }
SPAN.featuredItemListPrice { 
	font-size: 10px; 
	color: #636363; 
 }
SPAN.featuredItemSellPriceLabel { 
	font-weight: normal;
	font-size: 10px; 
	color: #636363; 
 }
SPAN.featuredItemSellPrice { 
	font-weight: bold;
	font-size: 12px; 
	color: #e37b26; 
 }
DIV.featuredItemPriceSpacer { 
	padding: 5px; 
 }
DIV.featuredItemSeparator { 
	margin: 10px 0px; 
	width: 127px; 
	height: 1px; 
	background-color: #dbdbdb; 
	text-align: center; 
 }

/* ***** RELATED ITEMS ***** */

.relatedItem { 
	text-align: center; 
 }

DIV.relatedItemImage { 
	padding: 5px 0px; 
 }
A.relatedItemName { 
	font-size: 10px; 
	color: #636363; 
	text-decoration: none; 
 }
A.relatedItemName:hover { 
	color: #636363; 
	text-decoration: underline; 
 }
A.relatedItemName:visited { 
	color: #636363; 
	text-decoration: none; 
 }
SPAN.relatedItemNumberLabel { 
	font-size: 10px; 
	font-weight: normal;
	color: #636363; 
 }
SPAN.relatedItemNumber { 
	font-size: 10px; 
	color: #636363; 
 }
SPAN.relatedItemListPriceLabel { 
	font-size: 10px; 
	font-weight: normal;
	color: #636363; 
 }
SPAN.relatedItemListPrice { 
	font-size: 10px; 
	color: #636363; 
 }
SPAN.relatedItemSellPriceLabel { 
	font-size: 10px; 
	font-weight: normal;
	color: #636363; 
 }
SPAN.relatedItemSellPrice { 
	font-size: 12px; 
	font-weight: bold;
	color: #e37b26; 
 }
DIV.relatedItemPriceSpacer { 
	padding: 5px; 
 }
DIV.relatedItemSeparator { 
	margin: 10px 0px; 
	width: 127px; 
	height: 1px; 
	background-color: #dbdbdb; 
	text-align: center; 
 }


/* ********************************************************************** */
/*     BOTTOM ROW     */
/* ********************************************************************** */

#bottom { 
	width: 988px; 
	clear: both; 
	margin: 20px auto 0px auto;  
	padding: 0px 0px 0px 0px; 

 }

/* ********** BOTTOM CORNERS ********** */

#bottom_topCurveLSpace { 
	display: none;     
 }
#bottom_topCurveRow { 
	display: none;      
 }
#bottom_topCurveRSpace { 
	display: none;      
 }
#bottom_btmCurveLSpace { 
	display: none;      
 }
#bottom_btmCurveRow { 
	display: none;      
 }
#bottom_btmCurveRSpace { 
	display: none;      
 }

/* ********** BOTTOM HEADER ********** */

#bottomTop { 
	display: none;      
 }
#bottomTopCellPad { 
	display: none;      
 }
#bottomTopCell_siteInfo { 
	display: none;      
 }
#bottomTopCell_customerService { 
	display: none;      
 }
#bottomTopCell_companyInfo { 
	display: none;      
 }
#bottomTopCell_accountInfo { 
	display: none;      
 }

/* ********** BOTTOM LINKS - SHARED ********** */

#bottomContent { 
	display: none;      
 }
#bottomContentPad { 
	display: none;      
 }
UL.bottomNav { 
	display: none;      
 }



/* ********************************************************************** */
/*     FOOTER     */
/* ********************************************************************** */
 
#footer { 
	width: 980px;
	margin: 0px auto 0px auto;  
	padding: 10px 0px 0px 0px;      
	font-size: 10px; 
	color: #636363; 
	text-align: center; 
	background-color: #FFF;
	border: 0px;
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	overflow: hidden;
 }

 #footerContainer {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	float: center; 	
	display: block;
}



 
/* ********************************************************************** */
/*     DEFAULT STYLES     */
/* ********************************************************************** */

A { 
	color: #8ca41d; 
	text-decoration: underline; 
 }

A:visited { 
	color: #8ca41d; 
	text-decoration: underline; 
 }

A:hover { 
	color: #c4da59; 
	text-decoration: underline; 
 }

A:visited:hover { 
	color: #c4da59; 
	text-decoration: underline; 
 }
 
A:active { 
	color: #8ca41d; 
	text-decoration: underline; 
 }

.alertMsg { 
	color: #e37b26; 
 }

.cpobutton { 
	height: 20px; 
	color: #FFFFFF; 
	background-color: #e37b26; 
	border: 1px solid #000000; 
	cursor: pointer; 
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
 }

.bodyHeader { 
	padding-bottom: 30px; 
	font: 22px ; 
	color: #636363; 
 }

.bodyText { 
	font-size: 11px; 
 }

.bodyTextBold { 
	font-size: 11px; 
	font-weight: bold; 
 }

.bodyTextContrast { 
	font-size: 11px; 
	color: #636363; 
 }

.bodyTextContrastBold { 
	font-size: 11px; 
	font-weight: bold; 
	color: #636363; 
 }

.bodyTextContrastSmall { 
	font-size: 10px; 
	color: #636363; 
 }

.bodyTextContrastSmallBold { 
	font-size: 10px; 
	font-weight: bold; 
	color: #636363; 
 }

.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 { 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-size: 11px; 
	font-weight: bold; 
	color: #636363; 
 }

.bodyTextStatusSmall { 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-size: 10px; 
	font-weight: bold; 
	color: #636363; 
 }

/* Shopping Cart Page Table Headers */
.contrastLabel { 
	font-size: 11px; 
	font-weight: bold; 
	color: #636363; 
 }

.formHelp { 
	font-size: 10px; 
 }

.formLabel { 
	font-size: 11px; 
 }

.formLabelRequired { 
	font-size: 11px; 
	font-weight: bold; 
 }

.itemDetailName { 
	padding-bottom: 5px; 
	font: normal 22px; 
	color: #636363; 
 }

.itemDescription {
	font-size: 12px;
	padding-top: 20px;
	line-height: 150%;
}

.itemSellPrice { 
	color: #e37b26; 
	font-weight: bold;
	font-size: 12px; 
 }

.itemSellPriceLabel { 
	color: #636363; 
 }

.linkedCategory { 
	font-size: 12px; 
	font-weight: bold; 
 }

.linkedItem { 
	font-size: 11px; 
 }

.tiledItemOOS { 
	font: bold 10px; 
	color: #636363; 
 }

.tiledItemQty { 
	font: bold 10px; 
	color: #636363; 
 }

.toolinput { 
	font: 12px ; 
	color: #636363; 
 }


 
 /************************************************************************ */
/*     CUSTOM STYLES     */
/* ********************************************************************** */

H1 { 
	font-size: 22px; 
	font-weight: normal;
	color: #636363; 
 }

 H2 { 
 	font-size: 18px; 
	font-weight: normal;
	color: #636363; 
 }
 
 H3 { 
	font-size: 14px; 
	font-weight: bold;
	color: #636363; 
 }
 
.itemPicture
{
	border: 0px solid #dbdbdb;
}

.tiledItemImage
{
	border: 0px solid #dbdbdb;
	width: 100px;	
}

/* ********** FOOTER TEXT - CUSTOM STYLES ********** */

.footerBar { 
	color: #393939; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #FFF;
	padding: 7px 0px 7px 0px;
	text-align: center;
	width: 988px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
 }

a.footerBar { 
	color: #393939; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none; 
 } 

a.footerBar:hover{ 
	color: #000; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: underline; 
 } 

a.footerBar:visited { 
	color: #393939; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none; 
 } 

a.footerBar:visited:hover{ 
	color: #000; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: underline; 
 }  
 
.subCategory {
	padding-bottom: 20px;
}
