#mainnav   { 
	width: 100%;
	height: 26px;
	color: #c60f0f;
	background-color: #c60f0f;
	opacity: .99;
	z-index: 20
}

/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #999;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* The top main navigation links */
#nav a  { 
	display: block; 
	padding: 5px 20px;
	color: white;
	text-decoration: none;
	background-color: #c60f0f;
}

/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}

#nav a.one, #nav a.two, #nav a.three {
	font-size: 8pt; 
	text-align: left; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */

#nav li ul   {
	position: absolute; 
	left: -999em; 
	height: auto;	
	width: 150px; 
	font-weight: normal; 
	background-color: #c60f0f; 
	margin: 0;
	border: 1px solid #f00;
	opacity: .99;
	z-index: 10;
}

#nav li li {
	padding: 0;
	width: 150px;
	opacity: .99;
	z-index: 10;
}

#nav li ul a {
	padding: 5px 10px; 
	width: 130px; 
	color: white; 
	font-size: 7.5pt; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	* html width: 100px;
	opacity: .99;
	z-index: 10;
}

/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */

/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
#nav li:hover a.one, #nav li.sfhover a.one,
#nav li:hover a.two, #nav li.sfhover a.two,
#nav li:hover a.three, #nav li.sfhover a.three {
	color: #fff;
	background-color: #f00;
}


/* The dropdown links list colors */
#nav li ul.under a  { color: white; background-image: none }
#nav li ul.under a:hover {
	background: #f00;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #f00;
}
/* -------------------------- */

/* -------------------------- */
/* If you need to have a second set of drop menus on the same page (No!!!),
   they need to have a set of styles as well. If they need to look
   the same, you could fold these references to #secnav into the
   styles above. Otherwise - a separate CSS file would be the way
   to go. I've included them here for this example...
 */
/* -------------------------- */
/* Begin our secondary navigation styles */
#header {
	width: 100%;
	height: 27px;
	color: #eb3e3d;
	background-color: #eb3e3d;
}
#secnav, #secnav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* Here are the top secondary navigation links */
#secnav a {
	display: block;
	padding: 5px 20px;
	color: #000;	
	background-color: #ccc;
	text-decoration: none;
}
#secnav a.one, #secnav a.two, #secnav a.three {
	text-align: left;
	font-size: 1em;
}
#secnav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#secnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #ccc;
	margin: 0;
}
#secnav li li {
	padding: 0;
	width: 140px; 
}
#secnav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
#secnav li:hover ul ul, #secnav li:hover ul ul ul, #secnav li.sfhover1 ul ul, #secnav li.sfhover1 ul ul ul {
	left: -999em;
}
#secnav li:hover ul, #secnav li li:hover ul, #secnav li li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul, #secnav li li li.sfhover1 ul {
	left: auto;
}
/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
#secnav li:hover a.one, #secnav li.sfhover1 a.one,
#secnav li:hover a.two, #secnav li.sfhover1 a.two,
#secnav li:hover a.three, #secnav li.sfhover1 a.three {
	color: #fff;
	background-color: #663;
}
/* -------------------------- */
/* The dropdown links list colors */
#secnav li ul.under a {
	color: #000;
}
#secnav li ul.under a:hover {
	background: #999;
	color: #fff;
}
/* -------------------------- */
#content {
	clear: left;
}
/* -------------------------- */

/* These are styles for the Item Alternate Image Pages */

#zoomBody {
	background: url(../template/bg-bigimage.gif) no-repeat;
	margin: 0;
}
#zoomTable {
	margin: 42px;
	background: none;
}
#zoomNav {
	width: 94px;
	padding-right: 2px;
	text-align: center;
	vertical-align: top;
}
	#zoomNav div {
		padding: 10px 0 0 0;
	}
#zoomNavContainer {
	margin-top: 25px;
}
#zoomMain {
	width: 520px;
	text-align: center;
	vertical-align: top;
}
	#zoomMain div {
		text-align: center;
	}
#zoomNA {
	font: bold 18pt Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 150px;
}
.zoomThumb {
	width: 75px;
	border: none;
}
#zoomItemName {
	font: bold 14pt Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #4884c2;
	margin: 5px 0;
	text-align: center;
}




/*-------------------------------------------------------------------*/
/* ----------      Standard Meridian Styles Are Below ---------------*/

#top          { background-color: transparent; position: relative; overflow: visible; z-index:10;}

#toolbarContainer     { text-align: center; margin: 2px auto 0; padding: 0; position: relative; width: 904px; height: 41px; border: solid 1px #a08768; -moz-box-sizing: border-box; box-sizing: border-box;    }

#toolbar   { background: #c8b59d url(sd-toolbar.gif) no-repeat; margin: 0 auto; padding: 0; position: relative; width: 902px; height: 40px; float: none; -moz-box-sizing: border-box; box-sizing: border-box;  }

#toolbarLeftPad   { background-image: url(sd-toolbar-left.gif); display: inline; margin: 0 auto; padding: 0; position: relative; width: 30px; height: 40px; float: left; }

#toolbarSearchForm   { margin: 0 auto; padding: 0 }

#toolbarSearchIcon   { background-color: #c8b59d; display: inline; margin: 0 auto; padding: 0; position: relative; width: 30px; height: 40px; float: left }

#toolbarSearchBox   { background-image: url(sd-toolbar.gif); background-repeat: repeat; text-align: left; display: inline; margin: 0 auto; padding: 0 0 0 9px; position: static; width: 160px; height: 40px; float: left; overflow: hidden; vertical-align: middle; -moz-box-sizing: border-box; box-sizing: border-box  }

input.toolbarSearchBox  { color: #333d5e; font-size: 13px; font-weight: bold; margin: 1px auto 0; padding: 0; position: absolute; width: 150px; height: 22px; border: solid 1px #a08768; -moz-box-sizing: border-box; box-sizing: border-box }



#toolbarSearchIn   { background-color: #c8b59d; display: inline; margin: 0 auto; padding: 0; position: relative; width: 16px; height: 40px; float: left }

#toolbarDropDown     { background-image: url(sd-toolbar-dd.gif); background-repeat: no-repeat; display: inline; margin: 0 auto; padding: 4px 0 0; position: relative; width: 210px; height: 40px; float: left; -moz-box-sizing: border-box; box-sizing: border-box    }



.toolbarDropDown  { display: inline; margin: 1px auto 0; padding: 0; width: 200px; height: 20px; border: solid 1px #a08768; -moz-box-sizing: border-box; box-sizing: border-box }




#toolbarSearchBtn   { line-height: 30px; background-image: url(sd-toolbar.gif); background-repeat: repeat; text-align: left; display: inline; margin: 0 auto; padding: 0; position: relative; width: 30px; height: 40px; float: left; overflow: hidden; vertical-align: middle }



#toolbarMidPad   { background-color: #c8b59d; background-image: url(sd-toolbar-right.gif); background-position: left 0;
background-repeat: no-repeat; display: inline; margin: 0 auto; padding: 0; position: relative; width: 246px; height: 40px; float: left }



#toolbarBoxPad {
	display: none;
}
#toolbarBox1 {
	display: none;
}
A.toolbarBox1 {
	display: none;
}
A.toolbarBox1:visited { 
	display: none;
 }
A.toolbarBox1:hover { 
	display: none;
 }



#toolbarBox2_A {
	height: 40px;
	width: 24px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	position: absolute;
	left: 728px;
	background-color: #f2ece5;
	border-left: 1px solid #a08768;
	text-align: right;
	overflow: hidden;
	vertical-align: bottom;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#toolbarBox2_B {
	height: 40px;
	width: 150px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: inline;
	position: relative;
	background-color: #f2ece5;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	float: right;
}

span.cartLabel {
	height: 18px;
	width: 149px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	display: block;
	font-size: 10px;
	color: #cc0402;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
	text-transform: none;
}



a.cart {
	color: #cc0402;
	text-decoration: none;
}

a.cart:visited { 
	color: #cc0402;
	text-decoration: none; 
 }



span.cartItemNum {
	display: inline;
	font-weight: normal;
	font-size: 10px;
	color: #6b4834;
	overflow: hidden;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 3px;
}



span.cartTotal {
	display: inline;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	color: #cc0402;
	overflow: hidden;
	cursor: pointer;
	padding-top: 3px;
}



#toolbarBox3 {
	display: none;
}



A.toolbarBox3 {
	font-size: 12px;
	letter-spacing: 1px;
	color: #ffffff;
	height: 30px;
	line-height: 27px;
	width: 51px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}



A.toolbarBox3:visited {
	font-size: 12px;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 27px;
	text-decoration: none;
	font-weight: bold;
	
}



A.toolbarBox3:hover {
	font-size: 12px;
	color: #dad9d9;
	height: 30px;
	line-height: 27px;
	letter-spacing: 1px;
	width: 51px;
	text-decoration: none;
	font-weight: bold;
}



#middle {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #ffffff;
	width: 904px;
	border-left: 1px solid #a08768;
	border-right: 1px solid #a08768;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#middleContainer {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 902px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#left {
	float: left;
	text-align: left;
	position: relative;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
}



#leftTop {
	display: none;
}



#left_topCurveLSpace { 
	display: none;
}



#left_topCurveRow { 
	display: none;
 }



#left_topCurveRSpace { 
	display: none;
 }



#left_btmCurveLSpace { 
	display: none;
 }



#left_btmCurveRow {
	display: none;
}



#left_btmCurveRSpace {
	display: none;
}



#leftContent {
	width: 150px;
	float: left;
	display: block;
	background-color: #ffffff;
	padding: 0px;
	overflow: hidden;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-right: 1px solid #a08768;
	-moz-box-sizing: border-box;
	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: 558px;
	margin: 0px -1px 0px -1px;
	padding: 10px 10px 10px 10px;
	float: left;
	display: inline;
	text-align: left;
	font-size: 16px;
	color: #474747;
	line-height: 150%;
	background: #ffffff;
	border-left: 1px solid #a08768;
	border-right: 1px solid #a08768;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#right {
	display: inline;
	position: relative;
	width: 174px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#rightTop {
	height: 60px;
	width: 174px;
	font-size: 1px;
	color: #ffffff;	
	margin: 0px auto 0px auto;
	padding: 2px;
	background-color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background-image: url(sd-suggest.gif);
	background-position: center;
	background-repeat: no-repeat;
	border-left: 1px solid #a08768;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#rightContent {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 10px 2px;
	text-align: center;
	background-color: #ffffff;
	display: block;
	width: 174px;
	overflow: hidden;
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 1px solid #a08768;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#right_topCurveLSpace {
	display: none;
}
#right_topCurveRow {
	display: none;
}
#right_topCurveRSpace {
	display: none;
}
#right_btmCurveLSpace {
	display: none;
}
#right_btmCurveRow {
	display: none;
}
#right_btmCurveRSpace {
	display: none;
}

#bottom {
	width: 902px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #a08768;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bottomContent {
	width: 904px;
	margin: 0px -1px 0px -1px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
	background-color: #f2ece5;
	border-left: 1px solid #a08768;
	border-right: 1px solid #a08768;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bottomTop {
	width: 904px;
	margin: -1px -1px 0px -1px;
	padding: 0px 0px 0px 0px;
	display: block;
	background-color: #ddccb6;
	text-align: center;
	border-left: 1px solid #a08768;
	border-right: 1px solid #a08768;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bottomTopCellPad {
	position: relative;
	display: inline;
	float: left;
	width: 57px;
	height: 16px;
	background-color: #ddccb6;
}



#bottomTopCell_siteInfo {
	background-color: #ddccb6;
	padding: 2px;
	color: #a08768;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	letter-spacing: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#bottomTopCell_customerService {
	background-color: #ddccb6;
	padding: 2px;
	color: #a08768;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 163px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	letter-spacing: 1px;
}



#bottomTopCell_companyInfo {
	background-color: #ddccb6;
	padding: 2px;
	color: #a08768;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 172px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	letter-spacing: 1px;
}



#bottomTopCell_accountInfo {
	background-color: #ddccb6;
	padding: 2px;
	color: #a08768;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 170px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	letter-spacing: 1px;
}



#bottom_topCurveLSpace {
	display: none;
}
#bottom_topCurveRow {
	display: none;
}
#bottom_topCurveRSpace {
	display: none;
}
#bottom_btmCurveLSpace {
	display: none;
}
#bottom_btmCurveRow {
	display: none;
}
#bottom_btmCurveRSpace {
}



#bottomContentPad { 
	width: 60px; 
	display: inline; 
	float: left; 
	position: relative; 
	-moz-box-sizing: border-box; 
 }



#bottomContentCell_siteInfo {
	background-color: #f2ece5;
	font-size: 10px;
	width: 145px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	letter-spacing: 1px;
}



a.siteInfo {
	color: #a08768;
	text-decoration: none;
}



a.siteInfo:visited {
	color: #a08768;
}



a.siteInfo:hover {
	color: #cc0402;
	text-decoration: none;
}



#bottomContentCell_customerService {
	background-color: #f2ece5;
	font-size: 10px;
	width: 160px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	letter-spacing: 1px;
}



a.customerService {
	color: #a08768;
	text-decoration: none;
}



a.customerService:visited {
	color: #a08768;
}



a.customerService:hover {
	color: #cc0402;
	text-decoration: none;
}



#bottomContentCell_companyInfo {
	background-color: #f2ece5;
	padding: 2px;
	font-size: 10px;
	width: 170px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	letter-spacing: 1px;
}



a.companyInfo {
	text-decoration: none;
	color: #a08768;
}



a.companyInfo:visited {
	color: #a08768;
}



a.companyInfo:hover {
	color: #cc0402;
	text-decoration: none;
}



#bottomContentCell_accountInfo {
	background-color: #f2ece5;
	padding: 2px;
	font-size: 10px;
	width: 170px;
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	letter-spacing: 1px;
}



a.accountInfo {
	text-decoration: none;
	color: #a08768;
}



a.accountInfo:visited {
	color: #a08768;
}



a.accountInfo:hover {
	color: #cc0402;
	text-decoration: none;
}



.bottomNav {
	margin: 0px;
	padding: 0px 0px 0px 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-size: 10px;
	color: #ffffff;
	clear: both;
	padding: 0px 0px 0px 0px;
	letter-spacing: normal;
	background-color: transparent;
	text-align: center;
	display: block;
	position: relative;
	float: none;
	border-bottom: 0px;
	margin: 0px auto 0px auto;
	width: 904px;
	-moz-box-sizing: border-box;
}

#footerContainer {
	width: 904px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px auto 0px auto;
	-moz-box-sizing: border-box;
}


/* ********** CATEGORIES - LEVEL 1 ********** */

li.categoryLevel1 {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	line-height: 15px;
	position: relative;	
}



A.categoryLevel1 {
	color: black;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;	
}



A.categoryLevel1:visited {
	color: black;
	letter-spacing: 1px;
}



A.categoryLevel1:hover {
	color: #cc0402;
	text-decoration: none;
	letter-spacing: 1px;
}


A.categoryLevel1Active {
	color: #cc0402;
	font-size: 11.5px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}



A.categoryLevel1Active:visited {
	color: #cc0402;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}



A.categoryLevel1Active:hover {
	color: #6B4834;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}


/* ********** CATEGORIES - LEVEL 2 ********** */


li.categoryLevel2 { 

	list-style: none; 

	padding: 0px; 

	margin: 0px; 

	line-height: 14px; 

	position: relative; 

 }



A.categoryLevel2 {
	color: #515151;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}



A.categoryLevel2:visited {
	color: #515151;
}



A.categoryLevel2:hover {
	color: #cc0402;
	text-decoration: none;
}



A.categoryLevel2Active {
	color: #cc0402;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}



A.categoryLevel2Active:visited {
	color: #cc0402;
}



A.categoryLevel2Active:hover {
	color: #cc0402;
	text-decoration: none;
}



li.categoryLevel3 {
	list-style: none;
	margin: 0px;
	line-height: 12px;
	position: relative;
	letter-spacing: 1px;
}



A.categoryLevel3 {
	padding: 0px;
	color: #515151;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}



A.categoryLevel3:visited {
	color: #515151;
}



A.categoryLevel3:hover {
	color: #cc0402;
	text-decoration: underline;
}



A.categoryLevel3Active {
	padding: 0px;
	color: #cc0402;
	font-size: 10px;
	text-decoration: none;
}



A.categoryLevel3Active:visited {
	color: #cc0402;
}



A.categoryLevel3Active:hover {
	color: #cc0402;
	text-decoration: underline;
}



li.categoryLevel4 { 

	list-style: none; 

	margin: 0px; 

	line-height: 12px; 

	position: relative; 

 }



A.categoryLevel4 {
	padding: 0px;
	color: #515151;
	font-size: 10px;
	text-decoration: none;
}



A.categoryLevel4:visited {
	color: #515151;
}



A.categoryLevel4:hover {
	color: #cc0402;
	text-decoration: underline;
}



A.categoryLevel4Active {
	padding: 0px;
	color: #cc0402;
	font-size: 10px;
	text-decoration: none;
}



A.categoryLevel4Active:visited {
	color: #cc0402;
}



A.categoryLevel4Active:hover {
	color: #cc0402;
	text-decoration: underline;
}



li.extraPage { 
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 15px;
	position: relative;
 }



A.extraPage {
	color: #515151;
	font-size: 11.5px;
	text-decoration: none;
	letter-spacing: 1px;
}



A.extraPage:visited {
	color: #515151;
	letter-spacing: 1px;
}



A.extraPage:hover {
	color: #cc0402;
	text-decoration: none;
}



A.extraPageActive {
	color: #cc0402;
	font-size: 11.5px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}



A.extraPageActive:visited {
	color: #515151;
	font-size: 11.5px;
	text-decoration: none;
	letter-spacing: 1px
}



li.new {
	display: none;
	list-style: none;
	padding: 10px 2px 0px 0px;
	line-height: 15px;
	position: relative;
}



A.new {
	color: #6b4834;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}



A.new:visited {
	color: #6b4834;
}



A.new:hover {
	color: #780100;
	text-decoration: none;
	font-weight: bold;
}



A.newActive {
	color: #780100;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}



A.newActive:visited {
	color: #6b4834;
	font-weight: bold;
}



li.specials {
	list-style: none;
	padding: 0px 2px 0px 0px;
	line-height: 15px;
	position: relative;
}



A.specials {
	color: #cc0402;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}



A.specials:visited {
	color: #cc0402;
}



A.specials:hover {
	color: #780100;
	text-decoration: none;
}



A.specialsActive {
	color: #780100;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}



A.specialsActive:visited {
	color: #cc0402;
}



.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: #cc0402;
	text-decoration: none;
	font-size: 10px;
}



a.featuredItemName:hover {
	color: #cc0402;
	text-decoration: underline;
}



a.featuredItemName:visited {
	color: #cc0402;
}



.featuredItemNumberLabel {
	color: #515151;
	font-size: 10px;
	font-weight: bold;
}



.featuredItemNumber {
	color: #515151;
	font-size: 10px;
}



.featuredItemSellPriceLabel {
	color: #cc0402;
	font-size: 10px;
	font-weight: bold;
}



.featuredItemSellPrice {
	color: #cc0402;
	font-size: 10px;
}



.featuredItemListPriceLabel {
	color: #515151;
	font-size: 10px;
	font-weight: bold;
}



.featuredItemListPrice {
	color: #a08768;
	font-size: 10px;
}



.featuredItemPriceSpacer { 
	padding: 5px; 
 }



.featuredItemSeparator {
	background-color: #eae0d4;
	height: 1px;
	text-align: center;
	width: 174px;
	margin: 10px 0px 10px 0px;
}



.relatedItem { 
	text-align: center; 
 }



.relatedItemImage { 
	padding: 5px 0px 5px 0px; 
 }



a.relatedItemName {
	color: #cc0402;
	text-decoration: none;
	font-size: 10px;
}



a.relatedItemName:hover {
	color: #cc0402;
	text-decoration: underline;
}



a.relatedItemName:visited {
	color: #cc0402;
}



.relatedItemNumberLabel {
	color: #515151;
	font-size: 10px;
	font-weight: bold;
}



.relatedItemNumber {
	color: #515151;
	font-size: 10px;
}



.relatedItemSellPriceLabel {
	color: #780100;
	font-size: 10px;
	font-weight: bold;
}



.relatedItemSellPrice {
	color: #780100;
	font-size: 10px;
}



.relatedItemListPriceLabel {
	color: #515151;
	font-size: 10px;
	font-weight: bold;
}



.relatedItemListPrice {
	color: #515151;
	font-size: 10px;
}



.relatedItemPriceSpacer { 

	padding: 5px; 

 }



.relatedItemSeparator {
	background-color: #eae0d4;
	height: 1px;
	text-align: center;
	width: 174px;
	margin: 10px 0px 10px 0px;
}



BODY {
	background-color: #ddccb6;
	margin: auto auto auto auto;
	background-repeat: repeat;
	padding: 0px;
	text-align: center;
	background-image: url(../graphics/snd-background.gif);
	background-attachment:fixed;
}


.subText {font-size: 11px;}


.alertMsg {
	color: #780100;
}



.cpobutton {
	height: 20px;
	color: #FFFFFF;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #6b4834;
	vertical-align: text-bottom;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	background-color: #cc0402;
}



.toolinput {
	font-size: 11px;
	color: #a08768;
}



.bodyHeader {
	font-size: 22px;
	padding-bottom: 20px;
	color: #6b4834;
}



A {
	text-decoration: none;
	color: #cc0402;
}



a:visited {
	text-decoration: none;
	color: #cc0402;
}



a:hover {
	text-decoration: none;
	color: #780100;
}



a:active {
	color: #780100;
}



.bodyText {
	font-size: 13px;
}



.bodyTextBold { 
	font-size: 13px; 
	font-weight: bold; 
 }



.bodyTextLarge {
	font-size: 15px;
}



.bodyTextLargeBold {
	font-size: 15px;
	font-weight: bold;
}



.bodyTextMedium {
	font-size: 14px;
}



.bodyTextMediumBold {
	font-size: 14px;
	font-weight: bold;
}



.bodyTextSmall {
	font-size: 10px;
	font-family: Tahoma, Arial;
	letter-spacing: 1px;
}



.bodyTextSmallBold {
	font-size: 11px;
	font-weight: bold;
}



.bodyTextStatus {
	font-size: 11px;
	color: #780100;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}



.bodyTextStatusSmall {
	font-size: 10px;
	color: #780100;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}



.bodyTextContrast {
	font-size: 11px;
	color: #cc0402;
}



.bodyTextContrastBold {
	font-size: 11px;
	color: #cc0402;
	font-weight: bold;
}



.bodyTextContrastSmall { 

	font-size: 10px; 

	color: #D00E29; 

 }



.bodyTextContrastSmallBold { 

	font-size: 10px; 

	color: #D00E29; 

	font-weight: bold; 

 }



.contrastLabel {
	font-size: 13px;
	font-weight: bold;
	background-color: #6b4834;
	border: 2px solid #eae0d4;
}



.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 {
	font-size: 12px; 
	color: #780100;
}



.itemSellPrice {
	font-size: 12px; 
	color: #780100;
}



.itemDetailName {
	font-size: 18px;
	padding-bottom: 5px;
	color: #6b4834;
	font-weight: normal;
}



.tiledItemQty {
	font-size: 10px;
	font-weight: bold;
}



.tiledItemOOS {  

	display: none;
	font-size: 10px; 
	font-weight: bold; 

 }



.bodyTextContrast {
	color: #780100;
}



.bodyTextStatus {
	color: #780100;
}



.contrastLabel {
	color: #c8b59d;
}


/* ---  CSS for Footer  ---*/


#credentials {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #ffffff;
	width: 904px;
	border-left: 1px solid #a08768;
	border-right: 1px solid #a08768;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---  CSS Extras  ---*/

.bodyDescrTextSmall {
	font-size: 11px;
	font-family: Tahoma, Arial;
	letter-spacing: 1px;
}

.tiledItemNameLink{
		font-size: 11px;
}


/* ---  CSS for Extra Pages  ---*/


.locationsbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.locationsbodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.locationsbodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.locationsbodyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



/* ######### CSS for Shade Tabs. ######### */



.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 9.5px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: .5px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../graphics/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../graphics/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}