/* @import url("mystyles.css"); */

BODY {
	margin: 0px auto; 
	background: #f0f0f0 url(fo-bg.jpg) no-repeat top;
	padding: 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: -moz-scrollbars-vertical; 
	text-align: center;
 }

/* ********************************************************************** */
/*     TOP ROW      */
/* ********************************************************************** */

#top {
	text-align: center;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	font: normal 10px Tahoma, Verdana, sans-serif;
	color: #000000;
	width: 988px;
	background-color: transparent;

	
}

.headerLinks {
	font: bold 10px Tahoma, Verdana, sans-serif;
	color: #2855ef;
 }
 	a.headerLinks, a.headerLinks:visited {
		color: #2855ef;
		font-weight: bold;
		text-decoration: none;
 	}
 	a.headerLinks:hover, a.headerLinks:visited:hover {
		color: #2855ef;
		font-weight: bold;
		text-decoration: underline;
	}


/* -------------------------------------------------- */
/*     TOOLBAR     */
/* -------------------------------------------------- */

#toolbarContainer { 
	margin: 0px auto;
	padding: 0px 0px; 
	width: 988px; 
	height: 50px; 
	float: center; 
	background: transparent url(fo-navbar.gif) no-repeat; 
	overflow: hidden;
 }
#toolbar { 
	margin: 0px 0px; 
	padding: 0px 0px; 
	width: 988px; 
	height: 50px; 
	overflow: hidden;
	background: transparent url(fo-navbar.gif) no-repeat; 
 }
#toolbarLeftPad { 
	display: inline; 
	width: 80px; 
	background: transparent url(fo-navbar.gif) no-repeat; 
	height: 50px; 
	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: 12px 0px 0px 9px; 
	width: 150px; 
	height: 50px; 
	vertical-align: bottom; 
	text-align: left;
	line-height: 50px; 
	background: transparent url(top_nav_grad.gif) repeat-x; 
	float: left; 
	overflow: hidden; 
 }
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: 10px 5px 0px 7px; 
	height: 50px; 
	background: transparent url(top_nav_grad.gif) repeat-x; 
	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; 
	height: 50px; 
	text-align: left; 
	vertical-align: middle; 
	float: left; 
	width: 60px;
 }

/* ********** TOOLBAR - OTHER ********** */

#toolbarMidPad { 
	display: inline; 
	width: 140px; 
	height: 50px; 
	background: transparent url(top_nav_grad.gif) repeat-x; 
	float: left; 
 }
#toolbarBoxPad { 
	margin: 0px 0px;
	display: inline;  
	width: 0px;      
	height: 50px; 
	background-color: #FFFFFF;      
	float: left; 
 }

/* ********** TOOLBAR - SPECIALS ********** */

#toolbarBox1 { 
	display: inline; 
	padding: 0px 0px; 
	margin: 5px 0px;
	height: 39px; 
	line-height: 39px;
	width: 80px; 
	background-color: #6bc403;      
	text-align: center; 
	float: left; 
 }
A.toolbarBox1 { 
	color: #FFFFFF;      
	font-size: 11px; 
	font-weight: bold;
	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: underline; 
 }
A.toolbarBox1:visited:hover { 
	color: #FFFFFF;      
	font-size: 11px; 
	font-weight: bold;
	letter-spacing: 0px; 
	text-decoration: underline; 
 }
/* ********** TOOLBAR - CART SUMMARY ********** */

#toolbarBox2_A { 
	float: left; 
	height: 39px; 
	width: 38px; 
	margin: 5px 0px;
	padding: 0px 0px;  
	background-color: #2886ef;      
	display: inline; 
	overflow: hidden; 
	text-align: center; 
	vertical-align: middle; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
 }
#cartImage {
	height: 50px;
	margin-top: 0px;
 }
A.cart { 
	height: 50px; 
	text-decoration: none; 
 }
A.cart:visited { 
	text-decoration: none; 
 }
A.cart:hover { 
  text-decoration: underline; 
  color: #ffffff;
}
A.cart:visited:hover { 
  text-decoration: underline; 
  color: #ffffff;
}

#toolbarBox2_B { 
	float: left; 
	height: 39px; 
	margin: 5px 0px;
	width: 130px; 
	padding: 0px 0px 0px 0px; 
	background-color: #2886ef;      
	display: inline; 
	overflow: hidden; 
	text-align: left; 
	vertical-align: middle; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
 }
span.cartLabel { 
	line-height: 20px;
	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-bottom;

 }
span.cartTotal { 
	line-height: 20px;
	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-bottom;
 }
span.cartItemNum { 
	margin: 0px 0px 0px 0px;
	line-height: 11px; 
	font-weight: normal;
	font-size: 10px; 
	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: 50px; 
	height: 40px; 
	padding: 0px 0px; 
	margin: 5px 0px;
	background-color: transparent;      
	display: inline; 
	line-height: 40px; 
	overflow: hidden; 
	text-align: center; 
	text-transform: none;
 }
A.toolbarBox3 { 
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;      
	text-decoration: none; 
 }
A.toolbarBox3:visited { 
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;      
	text-decoration: none; 
 }
A.toolbarBox3:hover { 
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;      
	text-decoration: underline; 
 }
A.toolbarBox3:visited:hover { 
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;      
	text-decoration: underline; 
 }



/* ********************************************************************** */
/*     MIDDLE AREA     */
/* ********************************************************************** */

#mainContent {
	float: left;
	width: 600px;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
	display: block;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
 }


#middle {
	width: 988px;
	padding: 10px 0px;
	margin: 0px auto;
	overflow: hidden;
	background: #FFFFFF url(meridian_bg.gif) repeat-y;
	border: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }

#middleContainer {
	width: 988px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* -------------------------------------------------- */
/*     LEFT COLUMN     */
/* -------------------------------------------------- */

#left { 
	float: left; 
	width: 180px; 
	margin: 0px 3px 7px 10px;      
	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 0px 0px; 
	border-width: 0px;
	-moz-box-sizing: padding-box; 
	box-sizing: padding-box;
	background: 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 { 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: transparent;
	text-align: center;
}


/* ********** CATEGORIES - LEVEL 1 ********** */

UL.categoryLvl1 { 
	margin: 0px; 
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	padding: 0px 5px 5px 0px;      
 }
li.categoryLevel1 { 
	width: 165px;
	margin: 5px 0px; 
	padding: 0px; 
	line-height: 15px; 
	list-style: none; 
 }
A.categoryLevel1 { 
	font-size: 13px; 
	line-height: 15px;
	color: #000000;    
	text-decoration: none;
 }
A.categoryLevel1:visited { 
	color: #000000;      
	text-decoration: none; 
 }
A.categoryLevel1:hover { 
	color: #000000;      
	text-decoration: underline; 
 }
A.categoryLevel1active { 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	line-height: 15px; 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel1active:visited { 
	color: #2855ef;  
	text-decoration: none;     
 }
A.categoryLevel1active:hover { 
	color: #2855ef;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 2 ********** */

UL.categoryLvl2 { 
	margin: 0px; 
	padding: 0px 0px 0px 15px; 
	text-indent: -12px; 
 }
li.categoryLevel2 { 
	margin: 0px; 
	padding: 0px; 
	line-height: 18px; 
	list-style: none; 
	border: 0px;
 }
A.categoryLevel2 { 
	font-size: 11px; 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel2:visited { 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel2:hover { 
	color: #2855ef;      
	text-decoration: underline;
 }
A.categoryLevel2active { 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel2active:visited { 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel2active:hover { 
	color: #2855ef;      
	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: 14px; 
	list-style: none; 
	 
 }
A.categoryLevel3 { 
	padding: 0px; 
	font-size: 11px; 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel3:visited { 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel3:hover { 
	color: #2855ef;      
	text-decoration: underline; 
 }
A.categoryLevel3active { 
	font-family: Tahoma, Verdana, sans-serif;
	padding: 0px; 
	font-size: 11px; 
	font-weight: bold;
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel3active:visited { 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel3active:hover { 
	color: #2855ef;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 4 ********** */
 
UL.categoryLvl4 { 
	margin: 0px; 
	padding: 0px 0px 0px 14px; 
	text-indent: -10px; 
 }
LI.categoryLevel4 { 
	margin: 0px; 
	line-height: 14px; 
	list-style: none; 
	 
 }
A.categoryLevel4 { 
	padding: 0px; 
	font-size: 11px; 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel4:visited { 
	color: #2855ef;      
	text-decoration: none; 
 }
A.categoryLevel4:hover { 
	color: #2855ef;      
	text-decoration: underline; 
 }
A.categoryLevel4active { 
	font-family: Tahoma, Verdana, sans-serif;
	padding: 0px; 
	font-size: 11px; 
	color: #2855ef;      
	font-weight: bold;
	text-decoration: none; 
 }
A.categoryLevel4active:visited { 
	color: #2855ef;     
	text-decoration: none;  
 }
A.categoryLevel4active:hover { 
	color: #2855ef;      
	text-decoration: underline; 
 }
 
/* ********** CONTAINER - OTHER LINKS ********** */

UL.leftContentLinks { 
	margin: 0px; 
	margin: 5px 0px; 
	padding: 5px 5px 5px 0px;      
	-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; 
	line-height: 15px; 
	list-style: none; 
	margin: 5px 0px; 
	 
 }
A.new { 
	font-size: 12px; 
	font-weight: bold;
	color: #028f0c;      
	text-decoration: none; 
 }
A.new:visited { 
	color: #028f0c;      
	text-decoration: none; 
 }
A.new:hover { 
	color: #028f0c;      
	text-decoration: underline; 
 }
A.new:visited:hover { 
	color: #028f0c;      
	text-decoration: underline; 
 } 
A.newActive { 
	font-size: 12px; 
	font-weight: bold;
	color: #028f0c;      
	text-decoration: none; 
 }
A.newActive:visited { 
	color: #028f0c;      
	text-decoration: none; 
 }
A.newActive:visited:hover { 
	color: #028f0c;      
	text-decoration: underline; 
 }
/* ********** SPECIALS LINK ********** */

LI.specials { 
	padding: 0px 2px 6px 0px; 
	line-height: 15px; 
	list-style: none; 
	 
 }
A.specials { 
	font-size: 12px; 
	font-weight: bold;
	color: #028f0c;      
	text-decoration: none; 
 }
A.specials:visited { 
	color: #028f0c;      
	text-decoration: none; 
 }
A.specials:hover { 
	color: #028f0c;      
	text-decoration: underline; 
 }
A.specials:visited:hover { 
	color: #028f0c;      
	text-decoration: underline; 
 }  
A.specialsActive { 
	font-size: 12px; 
	font-weight: bold;
	color: #028f0c;      
	text-decoration: none; 
 }
A.specialsActive:visited { 
	color: #028f0c;      
	text-decoration: none; 
 }
A.specialsActive:visited:hover { 
	color: #028f0c;      
	text-decoration: underline; 
 }
/* ********** EXTRA PAGE LINKS ********** */

LI.extraPage { 
	padding: 0px 2px 6px 0px; 
	line-height: 14px; 
	list-style: none; 
	 
 }
A.extraPage { 
	font-size: 12px; 
	font-weight: normal;
	color: #000000;      
	text-decoration: none; 
 }
A.extraPage:visited { 
	color: #000000;      
	text-decoration: none; 
 }
A.extraPage:visited:hover { 
	color: #000000;      
	text-decoration: underline; 
 } 
A.extraPage:hover { 
	color: #000000;      
	text-decoration: underline; 
 }
A.extraPageActive { 
	color: #2855ef;      
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none; 
 }
A.extraPageActive:visited { 
	color: #2855ef;      
	text-decoration: none; 	
 }
 A.extraPageActive:hover { 
	color: #2855ef;      
	text-decoration: underline; 
 }

.groupedExtraPageHdr {
	color: #666666;
	padding: 3px 0px;
} 
/* -------------------------------------------------- */
/*     RIGHT COLUMN     */
/* -------------------------------------------------- */

#right { 
	float: right; 
	margin: 0px 0px 0px 0px;      
	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: 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: 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: #028f0c; 
 }
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: #028f0c; 
 }
DIV.relatedItemPriceSpacer { 
	padding: 5px; 
 }
DIV.relatedItemSeparator { 
	margin: 10px 0px; 
	width: 127px; 
	height: 1px; 
	background-color: #dbdbdb; 
	text-align: center; 
 }
 

/* ********************************************************************** */
/*     BOTTOM ROW     */
/* ********************************************************************** */

#bottom {
	border: 0px;
	width: 988px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
 }

#bottom_topCurveLSpace {
	display: none;
 }
#bottom_topCurveRow {
	display: none;
 }
#bottom_topCurveRSpace {
	display: none;
 }
#bottom_btmCurveLSpace {
	display: none;
 }
#bottom_btmCurveRow {
	display: none;
 }
#bottom_btmCurveRSpace {
	display: none;
 }
#bottomTop {
	display: none;
 }
#bottomTopCellPad {
	display: none;
 }
#bottomContent {
	display: none;
 }
#bottomContentPad {
	display: none;
 }
#bottomContentCell_siteInfo {
	display: none;
 }
#bottomContentCell_customerService {
	display: none;
 }
#bottomContentCell_companyInfo {
	display: none;
 }
#bottomContentCell_accountInfo {
	display: none;
 }

/* ********************************************************************** */
/*     FOOTER     */
/* ********************************************************************** */

#footer {
	width: 988px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	font: normal 10px Tahoma, Verdana, sans-serif;
	color: #666666;
	text-align: left;
	border: 0px;
	background-color: #FFFFFF;
 }

 #footerContainer {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	width: 988px;
	background-color: #FFFFFF;
}

.footerLinks {
	font: normal 10px Tahoma, Verdana, sans-serif;
	color: #000000;
 }
 	a.footerLinks, a.footerLinks:visited {
		color: #000000;
		text-decoration: none;
 	}
 	a.footerLinks:hover, a.footerLinks:visited:hover {
		color: #2855ef;
		text-decoration: underline;
	}

#footerBox {
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	margin: 0px 0px;
	padding: 10px 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

TH.footerBox {
	font-weight: bold;
	font-size: 12px;
	padding: 0px 20px 5px 20px;
	color: #666666;
	text-align: left;
}

TD.tableSpacer {
	width: 1px;
	background-color: #c9c9c9;
} 

TD.footerBox {
	vertical-align: top;
	padding: 0px 20px;
	text-align: left;
}

TD.footerBoxFill {
	vertical-align: middle;
	text-align: center;
	background-color: #dbe3fd;
	font-size: 11px;
	margin-right: 10px;
	padding: 5px;
}


 
/* ********************************************************************** */
/*     DEFAULT STYLES     */
/* ********************************************************************** */

A {
	color: #2855ef;
	text-decoration: underline;
 }

A:visited {
	color: #2855ef;
	text-decoration: underline;
 }

A:hover {
	color: #028f0c;
	text-decoration: underline;
 }

A:active {
	color: #028f0c;
	text-decoration: underline;
 }

.alertMsg {
	color: #028f0c;
 }


 
.cpobutton {
	height: 20px;
	color: #FFFFFF;
	border: 1px solid #000000;
	cursor: pointer;
	vertical-align: baseline;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #028f0c;
 }

.bodyHeader {
	padding-bottom: 5px;
	font-size: 22px;
	color: #000000;
 }

.bodyText {
	font-size: 12px;
 }

.itemDetailName {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 22px;
	color: #000000;
 }

.itemSellPrice {
	font-size: 14px;
	font-weight: bold;
	color: #028f0c;
 }

.itemSellPriceLabel {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
 }
.itemListPrice {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: line-through;
 }

.itemListPriceLabel {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
 }
.itemDescription {
 	padding-top: 10px;
	line-height: 175%;
	font-size: 12px;
	margin: 0px auto;
}


 
/* ********************************************************************** */
/*     CUSTOM STYLES     */
/* ********************************************************************** */

H1 {
	font-size: 22px;
	color: #000000;
	padding: 0px 0px;
	text-align: left;	
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}
H2 {
	font-size: 18px;
	color: #028f0c;
	padding: 10px 0px 0px 0px;
}
H3 {
	font-size: 14px;
	color: #636363;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
HR {
 	height: 1px;
	background-color: #666666;
	border: 0px;
}
 
			
.itemPicture {
	padding-right: 15px;
}

.catlinkCurrent {
	font-size: 16px;
	font-weight: bold;
}

.bodyStatusText {
	font-size: 13px; 
	font-weight: bold;
	color: #028f0c;    
}

.bodyTextStatus {
	font-size: 13px; 
	font-weight: bold;
	color: #028f0c;    
}

.subCategory {
	padding-bottom: 20px;
}