BODY {
	margin: 0px auto; 
	background-color: #b49f8c;
	padding: 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: -moz-scrollbars-vertical; 
 }

/* ********************************************************************** */
/*     TOP ROW      */
/* ********************************************************************** */

#top {
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 940px;
	background-color: #fff9ed;
}

.headerLinks {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #767676;
	padding: 0px 15px;
 }
 	a.headerLinks, a.headerLinks:visited {
		color: #767676;
		text-decoration: none;
 	}
 	a.headerLinks:hover, a.headerLinks:visited:hover {
		color: #00513e;
		text-decoration: none;
	}

.headerLinks2 {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
 }
 	a.headerLinks2, a.headerLinks2:visited {
		color: #FFFFFF;
		text-decoration: none;
 	}
 	a.headerLinks2:hover, a.headerLinks2:visited:hover {
		color: #FFF9ED;
		text-decoration: none;
	}
	
/* -------------------------------------------------- */
/*     TOOLBAR     */
/* -------------------------------------------------- */

#toolbarContainer { 
	margin: 0px auto;
	padding: 0px 0px; 
	width: 940px; 
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
	height: 234px;
 }
#toolbar { 
	margin: 0px 0px; 
	padding: 0px 0px; 
	width: 940px; 
	height: 30px; 
	overflow: hidden;
 }
#toolbarLeftPad { 
	display: inline; 
	width: 100px; 
	background: transparent url(top_nav_grad.gif) repeat-x; 
	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: 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: 0px 5px 0px 7px; 
	height: 30px; 
	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: 30px; 
	text-align: left; 
	vertical-align: middle; 
	float: left; 
 }

/* ********** TOOLBAR - OTHER ********** */

#toolbarMidPad { 
	display: inline; 
	width: 150px; 
	height: 30px; 
	background: transparent url(top_nav_grad.gif) repeat-x; 
	float: left; 
 }
#toolbarBoxPad { 
	margin: 0px 0px;
	display: inline;  
	width: 0px;      
	height: 30px; 
	background-color: #FFFFFF;      
	float: left; 
 }

/* ********** TOOLBAR - SPECIALS ********** */

#toolbarBox1 { 
	display: inline; 
	padding: 2px 0px; 
	margin: 0px 0px;
	height: 30px; 
	line-height: 30px;
	width: 80px; 
	background-color: transparent;      
	text-align: center; 
	vertical-align: middle; 
	float: left; 
 }
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: 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: 30px; 
	width: 38px; 
	margin: 0px 0px;
	padding: 0px 0px;  
	background-color: transparent;      
	display: inline; 
	overflow: hidden; 
	text-align: center; 
	vertical-align: middle; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
 }
#cartImage {
	height: 30px;
	margin-top: 0px;
 }
A.cart { 
	height: 30px; 
	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: 30px; 
	margin: 1px 0px;
	line-height: 14px;
	width: 130px; 
	padding: 2px 0px 0px 0px; 
	background-color: transparent;      
	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: 10px; 
	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: 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: 30px; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 10px 0px 0px;
	background-color: transparent;      
	display: inline; 
	line-height: 30px; 
	overflow: hidden; 
	text-align: center; 
	vertical-align: middle; 
	text-transform: none;
 }
A.toolbarBox3 { 
	height: 30px; 
	font-weight: bold;
	font-size: 11px;
	line-height: 30px; 
	color: #FFFFFF;      
	text-decoration: none; 
 }
A.toolbarBox3:visited { 
	height: 30px; 
	font-weight: bold;
	font-size: 11px;
	line-height: 30px; 
	color: #FFFFFF;      
	text-decoration: none; 
 }
A.toolbarBox3:hover { 
	height: 30px; 
	font-weight: bold;
	font-size: 11px;
	line-height: 30px; 
	color: #FFFFFF;      
	text-decoration: underline; 
 }
A.toolbarBox3:visited:hover { 
	height: 30px; 
	font-weight: bold;
	font-size: 11px;
	line-height: 30px; 
	color: #FFFFFF;      
	text-decoration: underline; 
 }



/* ********************************************************************** */
/*     MIDDLE AREA     */
/* ********************************************************************** */

#mainContent {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	display: block;
	text-align: left;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	width: 720px;
 }


#middle {
	width: 940px;
	padding: 0px 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: 940px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* -------------------------------------------------- */
/*     FOR LAURA'S CUSTOMIZATION     */
/* -------------------------------------------------- */

#middle_wide {
	width: 940px;
	padding: 0px 0px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #fff9ed;
	border: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }


#mainContent_wide {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	display: block;
	text-align: left;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	width: 910px;
}

/* -------------------------------------------------- */
/*     LEFT COLUMN     */
/* -------------------------------------------------- */

#left { 
	float: left; 
	width: 160px; 
	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: 160px; 
	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: 15px 0px 5px 10px;
	margin: 0px;
	background-color: transparent;
	text-align: left;
	color: #767676;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: normal;
}


/* ********** CATEGORIES - LEVEL 1 ********** */

UL.categoryLvl1 { 
	margin: 0px; 
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	padding: 0px 5px 0px 10px;      
 }
li.categoryLevel1 { 
	width: 165px;
	margin: 5px 0px; 
	padding: 0px; 
	line-height: 15px; 
	list-style: none; 
 }
A.categoryLevel1 { 
	font-size: 13px; 
	line-height: 15px;
	color: #00513e;    
	text-decoration: none;
 }
A.categoryLevel1:visited { 
	color: #00513e;      
	text-decoration: none; 
 }
A.categoryLevel1:hover { 
	color: #00513e;      
	text-decoration: underline; 
 }
A.categoryLevel1active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	line-height: 15px; 
	color: #000000;      
	text-decoration: none; 
 }
A.categoryLevel1active:visited { 
	color: #000000;  
	text-decoration: none;     
 }
A.categoryLevel1active:hover { 
	color: #000000;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 2 ********** */

UL.categoryLvl2 { 
	margin: 0px; 
	padding: 0px 0px 0px 20px; 
	text-indent: -12px; 
 }
li.categoryLevel2 { 
	margin: 0px; 
	padding: 0px; 
	line-height: 14px; 
	list-style: none; 
	border: 0px;
 }
A.categoryLevel2 { 
	font-size: 11px; 
	color: #00513e;      
	text-decoration: none; 
 }
A.categoryLevel2:visited { 
	color: #00513e;      
	text-decoration: none; 
 }
A.categoryLevel2:hover { 
	color: #00513e;      
	text-decoration: underline;
 }
A.categoryLevel2active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;      
	text-decoration: none; 
 }
A.categoryLevel2active:visited { 
	color: #000000;      
	text-decoration: none; 
 }
A.categoryLevel2active:hover { 
	color: #000000;      
	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: #00513e;      
	text-decoration: none; 
 }
A.categoryLevel3:visited { 
	color: #00513e;      
	text-decoration: none; 
 }
A.categoryLevel3:hover { 
	color: #00513e;      
	text-decoration: underline; 
 }
A.categoryLevel3active { 
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0px; 
	font-size: 11px; 
	color: #000000;      
	text-decoration: none; 
 }
A.categoryLevel3active:visited { 
	color: #000000;      
	text-decoration: none; 
 }
A.categoryLevel3active:hover { 
	color: #000000;      
	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: #00513e;      
	text-decoration: none; 
 }
A.categoryLevel4:visited { 
	color: #00513e;      
	text-decoration: none; 
 }
A.categoryLevel4:hover { 
	color: #00513e;      
	text-decoration: underline; 
 }
A.categoryLevel4active { 
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0px; 
	font-size: 11px; 
	color: #000000;      
	text-decoration: none; 
 }
A.categoryLevel4active:visited { 
	color: #000000;     
	text-decoration: none;  
 }
A.categoryLevel4active:hover { 
	color: #000000;      
	text-decoration: underline; 
 }
 
/* ********** CONTAINER - OTHER LINKS ********** */

UL.leftContentLinks { 
	margin: 0px; 
	margin: 0px 0px 5px 0px; 
	padding: 0px 5px 5px 10px;      
	-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; 
	display: none;
 }

/* ********** NEW LINK ********** */
 
LI.new { 
	padding: 0px; 
	line-height: 15px; 
	list-style: none; 
	margin: 5px 0px; 
	 
 }
A.new { 
	font-size: 13px; 
	font-weight: bold;
	color: #00513e;      
	text-decoration: none; 
 }
A.new:visited { 
	color: #00513e;      
	text-decoration: none; 
 }
A.new:hover { 
	color: #00513e;      
	text-decoration: underline; 
 }
A.new:visited:hover { 
	color: #00513e;      
	text-decoration: underline; 
 } 
A.newActive { 
	font-size: 13px; 
	font-weight: bold;
	color: #000000;      
	text-decoration: none; 
 }
A.newActive:visited { 
	color: #000000;      
	text-decoration: none; 
 }
A.newActive:visited:hover { 
	color: #000000;      
	text-decoration: underline; 
 }
/* ********** SPECIALS LINK ********** */

LI.specials { 
	padding: 0px 2px 6px 0px; 
	line-height: 15px; 
	list-style: none; 
	 
 }
A.specials { 
	font-size: 13px; 
	font-weight: bold;
	color: #00513e;      
	text-decoration: none; 
 }
A.specials:visited { 
	color: #00513e;      
	text-decoration: none; 
 }
A.specials:hover { 
	color: #00513e;      
	text-decoration: underline; 
 }
A.specials:visited:hover { 
	color: #00513e;      
	text-decoration: underline; 
 }  
A.specialsActive { 
	font-size: 13px; 
	font-weight: bold;
	color: #000000;      
	text-decoration: none; 
 }
A.specialsActive:visited { 
	color: #000000;      
	text-decoration: none; 
 }
A.specialsActive:visited:hover { 
	color: #000000;      
	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: #00513e;      
	text-decoration: none; 
 }
A.extraPage:visited { 
	color: #00513e;      
	text-decoration: none; 
 }
A.extraPage:visited:hover { 
	color: #00513e;      
	text-decoration: underline; 
 } 
A.extraPage:hover { 
	color: #00513e;      
	text-decoration: underline; 
 }
A.extraPageActive { 
	color: #000000;      
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none; 
 }
A.extraPageActive:visited { 
	color: #000000;      
	text-decoration: none; 	
 }
 A.extraPageActive:hover { 
	color: #000000;      
	text-decoration: underline; 
 }

.groupedExtraPageHdr {
	color: #767676;
	padding: 3px 0px;
} 
/* -------------------------------------------------- */
/*     RIGHT COLUMN     */
/* -------------------------------------------------- */

#right { 
	float: right; 
	margin: 0px 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: 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: #f47e40; 
 }
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: #f47e40; 
 }
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: 940px;
	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: 920px;
	margin: 0px auto 0px auto;
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	border: 0px;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	background-color: #00513e;
 }

 #footerContainer {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px;
	width: 940px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerLinks {
	color: #fff9ed;
	font-size: 10px;
	padding: 0px 10px;
	border-right: 1px solid #fff9ed;
	text-decoration: underline;
	font-weight: bold;
 }
 	a.footerLinks, a.footerLinks:visited {
		color: #fff9ed;
	 	}
 	a.footerLinks:hover, a.footerLinks:visited:hover {
		color: #ffeecd;
	}

 
/* ********************************************************************** */
/*     DEFAULT STYLES     */
/* ********************************************************************** */

A {
	color: #00513e;
	text-decoration: underline;
 }

A:visited {
	color: #00513e;
	text-decoration: underline;
 }

A:hover {
	color: #00916f;
	text-decoration: underline;
 }

A:active {
	color: #00916f;
	text-decoration: underline;
 }

.alertMsg {
	color: #f47e40;
 }

LI {
	list-style-position: inside;
} 
 
.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: #00513e;
 }

.bodyHeader {
	padding-bottom: 5px;
	font-size: 22px;
	color: #00513e;
 }

.bodyText {
	font-size: 12px;
	line-height: 150%;
	color: #555555;
	font-family: Tahoma, Verdana, sans-serif;
 }

.itemDetailName {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 22px;
	color: #000000;
 }

.itemSellPrice {
	font-size: 14px;
	font-weight: bold;
	color: #f47e40;
 }

.itemSellPriceLabel {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
 }
.itemListPrice {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: line-through;
 }

.itemListPriceLabel {
	color: #666666;
	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: #00513e;
	padding: 0px 0px;
	text-align: left;	
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}
H2 {
	font-size: 18px;
	color: #00513e;
	padding: 10px 0px 0px 0px;
}
H3 {
	font-size: 14px;
	color: #00513e;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
HR {
 	height: 1px;
	background-color: #666666;
	border: 0px;
}
 
			
.itemPicture {
	padding-right: 15px;
}

.catlinkCurrent {
	font-size: 16px;
	font-weight: bold;
}

#pageBanner {
	height: 234px;
	width: 940px;
	padding: 0px;
	margin: 0px;
}
