
#top { 
	width: 1000px;
	height: 223;
  //height:220px; /*this is for IE*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
	overflow: hidden; 
	display: block; 
 }

 /*this code is strictly for Safari and Chrome*/
 @media screen and (-webkit-min-device-pixel-ratio:0)
{
#top { 
	width: 1000px;
	height: 223;
	margin-left: auto;
	margin-right: auto;
	/*padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;*/
	text-align: left;
	overflow: hidden; 
	display: block;
 }	
}

.banner {
	position: absolute;
	heigth:153px;
  //height: 153px;	/*this is an IE hack*/
	display:inline;
	width: 1000px;
	margin-top: 32px;
  //margin-top: 22px; /*this is for IE*/
}

#toolbarContainer { 
	width: 1000px;
	height: 0px;
  //height:5px;	
	background-color: #ffffff;
	background-position: center;
	vertical-align: text-top;
 }
 @media screen and (-webkit-min-device-pixel-ratio:0) {
#toolbarContainer { 
	width: 1000px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
  //height:5px;	
	background-color: #ffffff;
	background-position: center;
	vertical-align: text-top;
 }	
}

#toolbar { 
	width: 1000px;
	margin-top: -180px; 
  //margin-top: -183px;
  margin-left: auto;
	margin-right: auto;
	background-color: #cc6600; 
	height: 30px; 
	position: relative; 
	/*float: left;*/
	vertical-align: top;
	z-index: 2;
 }
 
 /*this code is strictly for Safari and Chrome*/
 @media screen and (-webkit-min-device-pixel-ratio:0) {
#toolbar {    	
	width: 1000px;
	margin: 0px 0px 0px 0px; 
	margin-top: -180px; 
	background-color: #cc6600; 
	height: 30px; 
	position: relative; 
	/*float: left;*/
	vertical-align: top;
	z-index: 2;
}
}

#toolbarLeftPad {
	background-image: url(template/top_nav_grad.gif);
	background-repeat: repeat-x;
	display: inline; 
	float: right; 
	position: relative; 
	width: 10px; 
	height: 30px;
	background-color: #cc6600;
 }

#toolbarSearchForm { 
	padding: 0px; 
	margin: 0px; 
 }

.searchtext {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 30px;
}
#toolbarSearchIcon { 
	color: #cc6600; 
	display: inline; 
	float: right; 
	position: relative; 
	margin-left: 0px;
	height: 30px;
 }

#toolbarDropDown { 
	display: none;
	/*padding: 0px 5px 0px 7px; 
	height: 30px; 
	display: inline; 
	float: right; 
	position: relative; 
	background-color: #cc6600;*/
 }


.toolbarDropDown { 
	margin-top: 4px; 
	display: inline; 
	padding: 0px 0px 0px 0px; 
	width: 0px; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #2a2a21; 
	height: 0px; 
 }


#toolbarSearchIn { 
	display: none;
/*in graphic just before category drop down
	background-color: #2a2a21; 
	display: inline; 
	float: right; 
	position: relative; 
	height: 30px;
	width: 18px;*/
 }

#toolbarSearchBox { 
	background-image: url(template/top_nav_grad.gif);
	width: 140px; 
	padding: 0px; 
	margin: 0px; 
	height: 30px; 
	line-height: 30px; 
	display: inline; 
	float: right; 
	position:relative; 
	/*vertical-align: middle;*/
	background-color: #cc6600;
	-moz-box-sizing: padding-box;
 }


input.toolbarSearchBox { 
	position: relative; 
	float: right;
	top: 4px; 
	height: 22px; 
	width: 140px; 
	font-size: 12px; 
	color: black; 
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	padding: 0px; 
	margin: 0px; 
	/*border-width: 1px; 
	border-style: solid; 
	border-color: #2a2a21; */
	-moz-box-sizing: border-box; 
 }


#toolbarSearchBtn { 
	width: 55px; 
	text-align: left; 
	height: 25px; 
	line-height: 30px; 
	display: inline; 
	float: right; 
	position: relative; 
	vertical-align: middle; 
	padding-left: 20px; 
	padding-right: 5px;
	margin: 0px; 
	background-color: #cc6600; 
	overflow: hidden; 
	-moz-box-sizing: border-box; 
 }

#toolbarMidPad { 
	display:none;
	/*display: inline; 
	float: left; 
	position: relative; 
	width: 0px; 
	background-color: #cc6600;
	height: 30px; */
 }


#toolbarBoxPad { 
	width: 1px; 
	background-color: #FFFFFF; 
	display: inline; 
	float: right; 
	position: relative; 
	height: 30px;
 }
/*This is the code to reactivate the Seasonal Items category on the toolbar. The width is currently set to 0*/
#toolbarBox1 { 
	display:none;
	/*height: 30px; 
	width: 0px; 
	display: inline; 
	float: right; 
	position: relative; 
	background-color: #cc6600; 
	padding: 2px 0px 0px 0px; 
	overflow: hidden; 
	vertical-align: middle; 
	text-align: center; 
	-moz-box-sizing: border-box; */
 }


A.toolbarBox1 { 
	width: 0px; 
	letter-spacing: 1px; 
	font-family: Arial, sans-serif; 
	font-size: 0px; 
	font-weight: bold; 
	color: #2a2a21; 
	text-decoration: none; 
	text-transform: uppercase; 
 }


A.toolbarBox1:visited { 
	letter-spacing: 1px; 
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #2a2a21; 
	text-decoration: none; 
 }


A.toolbarBox1:hover { 
	letter-spacing: 1px; 
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #ff6600; 
	text-decoration: none; 
 }


#toolbarBox2_A { 
	height: 24px; 
	width: 40px; 
	display: inline; 
	float: right; 
	position: relative; 
	background-color: #cc6600; 
	padding-top: 6px; 
	padding-right: 10px;
	text-align: center; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }


#toolbarBox2_B { 
	height: 30px; 
	width: 52px; 
	display: inline; 
	float: right; 
	position: relative; 
	background-color: #cc6600; 
	padding: 0px 0px 0px 0px; 
	text-align: center; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }

span.cartLabel { 
	height: 12px; 
	display: block; 
	font-family: Arial, sans-serif; 
	font-size: 9px; 
	padding-top: 3px;
	color: #ffffff; 
	text-transform: uppercase; 
	vertical-align: middle; 
	overflow: hidden; 
	cursor: pointer;
 }

a.cart { 
	text-decoration: none; 
	height: 30px; 
 }

a.cart:visited { 
	text-decoration: none; 
 }

span.cartItemNum { 
	height: 18px; 
	display: none; 
	font-weight: bold; 
	font-family: Arial, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF; 
	overflow: hidden; 
	cursor: pointer; 
 }


span.cartTotal { 
	height: 12px; 
	display: block; 
	font-weight: bold; 
	font-family: Arial, sans-serif; 
	font-size: 9px; 
	color: #ffffff; 
	overflow: hidden; 
	cursor: pointer; 
 }

#toolbarBox3 { 
	vertical-align: middle; 
	height: 30px; 
	line-height: 30px; 
	width: 50px; 
	display: inline; 
	float: right; 
	position: relative; 
	background-color: #cc6600; 
	padding: 0px 0px 0px 0px; 
	overflow: hidden; 
	-moz-box-sizing: border-box; 
	text-align: center; 
 }

A.toolbarBox3 { 
	font-family: Arial, sans-serif; 
	font-size: 9px; 
	color: #ffffff; 
	height: 30px; 
	line-height: 30px; 
	width: 50px; 
	text-decoration: none; 
 }

A.toolbarBox3:visited { 
	font-family: Arial, sans-serif; 
	font-size: 9px; 
	color: #ffffff; 
	height: 30px; 
	line-height: 30px; 
	width: 50px; 
	text-decoration: none; 
 }

A.toolbarBox3:hover { 
	font-family: Arial, sans-serif; 
	font-size: 9px; 
	color: #ffffff; 
	height: 30px; 
	line-height: 30px; 
	width: 50px; 
	text-decoration: none;
 }


#middle { 
	/*clear: both; */
	padding-top: 0px; 	
	margin-top: 0px; 
	text-align: center;
	width: 1000px;
	background-color: #FFFfff;
 }


#middlecontainer { 
	width: 1000px; 
	padding: 0px; 
	margin: 0px; 
	text-align: center;
 }


#left { 
	float: left; 
	text-align: left; 
	position: relative; 
	display: inline; 
	margin-top: 10px; 
	margin-right: 0px;
	background-color: #ffffff; 
	width: 176px; 
	/*margin-right: 5px;*/
 }


#leftTop { 
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	color: #2a2a21;
	font-weight: bold;
	text-align: left; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px; 
	margin-bottom: 10px;
 }

 a.leftTop:hover {
	 color: #cc6600;
	 text-decoration: none;
 }

#left_topCurveLSpace { 
	display: none; 
	width: 0px; 
	background-color: #FFFFFF; 
	float: left; 
	position: relative; 
	height: 0px; 
 }


#left_topCurveRow { 
	display: none; 
	width: 0px; 
	float: left; 
	position: relative; 
	height: 0px; 
 }


#left_topCurveRSpace { 
	display: none;
	width: 0px; 
	float: left; 
	position: relative; 
	height: 0px; 
 }

#left_btmCurveLSpace { 
	display: none; 
	width: 0px; 
	background-color: #FFFFFF; 
	float: left; 
	position: relative; 
	height: 0px; 
 }

#left_btmCurveRow { 
	display: none; 
	width: 0px; 
	float: left; 
	position: relative; 
	height: 0px; 
 }


#left_btmCurveRSpace { 
	display: none; 
	width: 0px; 
	background-color: #FFFFFF; 
	float: left; 
	position: relative; 
	height: 0px; 
 }
*/
#leftContent { 
	text-align: left;
	width: 176px;
	float: left; 
	display: block; 
	padding-right: 5px;
 }

ul.leftContentLinks { 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	color: #2a2a21;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px; 
	margin: 0px;
 }

ul.categoryLvl1 { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px; 
	margin: 0px;
	text-transform: uppercase;
 }

ul.categoryLvl2 { 
	padding-left: 5px; 
	margin-top: -10px; 
	//margin-top: 0px; /*This is a css hack so that IE will positon the secondary navigation properly. Without this hack, the secondary navigation rides up in to the primary navigation: jewelry>>bolos, buckles, cufflinks, etc. The first margin rule works in FF no problem*/
	text-indent: 1px; 
	margin-bottom: 10px;
 }

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 { 
	display: inline; 
	margin: 0px;
	margin-top: 5px;
	background-color: #FFFFff;
	text-align: left; 
 }
 
#hmPageWrap {
	width: 824px;/*648px;*/
	text-align:left;
	display: block;
}

.hmPageMainBox {
	width: 648px;
	text-align:left;
	/*margin-left: 20px;*/
	display: block;
	margin-bottom: 15px;
	padding-top: 15px;
	font-weight:bold;
	background-color: #f8f7ed;/*#f6e4c4;*/
}

.textHomeBold {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #2a2a21;
	font-weight: bold;
}

table.hmPageText {
	width: 585px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

table.hmPageText td{
	padding: 5px;
	text-align: left;
}
.hmPageText1 {
	font-size: 14px;
	line-height: 130%;
	color: #2a2a21;
}

.hmPageText2 {
	font-size: 14px;
	color: #2a2a21;
	line-height: 120%;
}

.hmPageText3 {
	font-size: 14px;
	color: #2a2a21;
	line-height: 120%;
}
/*This h4 is being used on the home page for the bold titles above the paragraphs of text below the Featured Items area*/
h4 {
	margin-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 1px;
}

table.mainbuttons {
	text-align: center;
	width: 600px;
	background-color: #ffffcc;
	margin-bottom: 20px;
	
}
table.mainbuttons td{
	text-align: left;
	width: 142px;
	background-color: #cc9966;
	/*padding-bottom: 15px;
	border-bottom-color: #cc9966;
	border-bottom-style: solid;
	border-bottom-width: 25px;
	/*border-right-width: 46px;
	border-right-style: solid;
	border-right-color: #FFFfff;
	/*border-left-width: 23px;
	border-left-style: solid;
	border-left-color: #FFFfff;*/
}

.mainbuttons img{
	vertical-align: top;
}

/*This is the code for the right side bar ads*/

.rightSideBarWrap {
	float: right;
	display: inline;
	width: 175px;
	margin-top:-1075px;
	/*height: 408px;
	margin-left: 15px;
	border-style: solid;
	border-color: #009999;
	border-width: 1px;*/
}
/*this code is strictly for Safari and Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .rightSideBarWrap {
	float: right;
	display: inline;
	width: 175px;
	margin-top:-1050px;}
}
.rightSideBarBox {
	width: 175px;
	padding-bottom: 25px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 12px;
}

.sidebarfreetext {
	margin-left: 7px;
	text-align: left;
}

.rightSideBar img {
	margin: 0px;
	text-align: center;
}


table.featuredItems {
	 width: 585px;
	 height: 465px;
	 /*float: left;
	 margin-left: 20px;
	 margin-right: 10px;*/
	 margin-bottom: 5px;
 }
 
 table.featuredItems td{
	 background-color: #999999;
	 padding: 5px;
	 /*margin-left: 20px;
	 background-color: #2a2a21;
	 margin-right: 10px;
	 margin-bottom: 5px;*/
 }
 
 .featuredItemsBox {
	 background-color: #cc6600;
	 width: 582px;
	 height: 24px;
	 margin-left: 33px;
	 /*margin-right: 31px;
	 float: left;
	 margin-left: 20px;*/
 }
 
  .featuredItemsText {
	 font-size: 16px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 text-transform: uppercase;
	 letter-spacing: .5px;
	 padding-top: 3px;
	 padding-bottom: 3px;
	 padding-left: 5px;
	 /*float: left;
	 margin-left: 20px;*/
 }
.tiledItemSeparator {
	height: 30px;
}
.categoryCatLinks {
	padding-top: 5px;
}

/*FAQ page css*/
#faq {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #2a2a21;
	text-align: left;
	font-size: 12px;
}

h3 {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2a2a21;
	margin-top: 14px;
}

.faqtextformat {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2a2a21;
}

#faqlocationswrap {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	background-color: #ffffff;
	width: 295px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-bottom: 15px;
}

/*This right stuff only relates to adding featured items in on the right side.  Does not allow you to put anything there.*/
#right { 
	float: left; 
	text-align: left; 
	position: relative; 
	top: 0px; 
	display: inline; 
	margin: 7px 0px 7px 7px; 
	padding: 0px; 
	background-color: #FFFFFF; 
	width: 133px; 
	overflow: hidden; 
	-moz-box-sizing: border-box;
	background-color: #cc6600;
 }


#rightTop { 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	background-color: #cc6600; 
	margin: 0px 0px 0px 0px; 
	text-align: center; 
	letter-spacing: 1px; 
	padding: 2px; 
	text-transform: uppercase; 
 }


#right_topCurveLSpace { 
	display: inline; 
	width: 2px; 
	background-color: #cc6600; 
	float: left; 
	position: relative; 
	height: 1px; 
 }

#right_topCurveRow { 
	display: inline; 
	width: 149px; 
	background-color: #cc6600; 
	float: left; 
	position: relative; 
	height: 1px; 
 }
 
#right_topCurveRSpace { 
	display: inline; 
	width: 2px; 
	background-color: #cc6600; 
	float: left; 
	position: relative; 
	height: 1px; 
 }

#right_btmCurveLSpace { 
	display: inline; 
	width: 1px; 
	background-color: #cc6600; 
	float: left; 
	position: relative; 
	height: 1px; 
 }

#right_btmCurveRow { 
	display: inline; 
	width: 151px; 
	background-color: #cc6600; 
	float: left; 
	position: relative; 
	height: 1px; 
 }

#right_btmCurveRSpace { 
	display: inline; 
	width: 1px; 
	background-color: #cc6600; 
	float: left; 
	position: relative; 
	height: 1px; 
 }

#rightContent { 
	text-align: center; 
	background-color: #FFFFFF; 
	padding: 0px 0px 10px 0px; 
	/*border-width: 1px; 
	border-style: solid; 
	border-color: #2a2a21; 
	overflow: hidden; */
	-moz-box-sizing: border-box; 
 }


#bottom { 
	clear: both; 
	width: 100%; 
	padding-top:10px;
	height: 0px;
	background-color: #FFFFff; 
	position: relative; 
	top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	-moz-box-sizing: border-box; 
 }

#bottomTop { 
	float: right; 
	/*position: relative;*/
	display: block; 
	background-color: #cc6600; 
	margin: 0px 0px 0px 0px; 
	text-align: left; 
	width: 648px;
	margin-right: 175px;
	-moz-box-sizing: border-box; 
 }


#bottomTopCellPad { 
	position: relative; 
	display: inline; 
	float: left; 
	width: 1px; 
	height: 16px; 
	background-color: #cc6600; 
 }

#bottomTopCell_siteInfo { 
	background-color: #cc6600; 
	padding: 2px; 
	color: #ffffff; 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 1px;
	text-transform: uppercase; 
	width: 130px; 
	display: inline; 
	float: left; 
	position: relative; 
	text-align: left; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }


#bottomTopCell_customerService { 
	background-color: #cc6600; 
	padding: 2px; 
	color: #ffffff; 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 1px;
	text-transform: uppercase; 
	width: 190px; 
	display: inline; 
	float: left; 
	position: relative; 
	text-align: left; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }


#bottomTopCell_companyInfo { 
	background-color: #cc6600; 
	padding: 2px; 
	color: #ffffff; 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	letter-spacing: 1px;
	font-weight: bold; 
	text-transform: uppercase; 
	width: 160px; 
	display: inline; 
	float: left; 
	position: relative; 
	text-align: left; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }


#bottomTopCell_accountInfo { 
	background-color: #cc6600; 
	padding: 2px; 
	color: #ffffff; 
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase; 
	width: 140px; 
	display: inline; 
	float: left; 
	position: relative; 
	text-align: left; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }
*/
/*This is the stuff I want to get rid of- spacer.gif hell*/
#bottom_topCurveLSpace { 
	display: none; 
	width: 0px; 
	background-color: #FFFFFF; 
	float: left; 
	position: relative; 
	height: 0px; 
 }

#bottom_topCurveRow { 
	display: none; 
	width: 0px; 
	background-color: #cc6600; 
	float: left; 
	position: relative; 
	height: 0px; 
 }

#bottom_topCurveRSpace { 
	display: none; 
	width: 0px; 
	background-color: #FFFFFF; 
	float: left; 
	position: relative; 
	height: 0px; 
 }


#bottom_btmCurveLSpace { 
	display: none; 
	width: 0px; 
	background-color: #FFFFFF; 
	float: left; 
	position: relative; 
	height: 0px; 
 }


#bottom_btmCurveRow { 
	display: none; 
	width: 0px; 
	background-color: #cc6600; 
	float: left; 
	position: relative; 
	height: 0px; 
 }

#bottom_btmCurveRSpace { 
	display: none; 
	width: 0px; 
	background-color: #FFFFFF; 
	float: left; 
	position: relative; 
	height: 0px; 
 }

#bottomContent { 
	float: right; 
	/*position: relative;*/
	display: block; 
	padding-bottom: 5px; 
	width: 648px;
	background-color: #FFFFFF; 
	margin-right: 175px;
	border-bottom-color: #cc6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
  //margin-bottom:0px;
 }

#bottomContentPad { 
	display: none;
	/*width: 1px; 
	display: inline; 
	float: left; 
	position: relative; 
	-moz-box-sizing: border-box; */
 }

#bottomContentCell_siteInfo { 
	background-color: #FFFFFF; 
	padding-left: 2px; /*originally this padding was 2px all the way around*/ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	width: 133px; 
	display: inline; 
	float: left; 
	position: relative; 
	text-align: left; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }

a.siteInfo { 
	color: #2a2a21; 
	text-decoration: none; 
 }

a.siteInfo:visited { 
	color: #2a2a21; 
 }

a.siteInfo:hover { 
	color: #ff6600; 
	text-decoration: none; 
 }


#bottomContentCell_customerService { 
	background-color: #FFFFFF; 
	padding-left: 2px; /*originally this padding was 2px all the way around*/ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	width: 192px; 
	display: inline; 
	float: left; 
	position: relative; 
	text-align: left; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }

a.customerService { 
	color: #2a2a21; 
	text-decoration: none; 
 }

a.customerService:visited { 
	color: #2a2a21; 
 }

a.customerService:hover { 
	color: #ff6600; 
	text-decoration: none; 
 }

#bottomContentCell_companyInfo { 
	background-color: #FFFFFF; 
	padding-left: 2px; /*originally this padding was 2px all the way around*/  
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	width: 160px; 
	display: inline; 
	float: left; 
	position: relative; 
	text-align: left; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }


a.companyInfo { 
	text-decoration: none; 
	color: #2a2a21; 
}

a.companyInfo:visited { 
	color: #2a2a21; 
 }

a.companyInfo:hover { 
	color: #ff6600; 
	text-decoration: none; 
 }

#bottomContentCell_accountInfo { 
	background-color: #FFFFFF; 
	padding-left: 2px; /*originally this padding was 2px all the way around*/ 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	width: 140px; 
	display: inline; 
	float: left; 
	position: relative; 
	text-align: left; 
	overflow: hidden; 
	vertical-align: middle; 
	-moz-box-sizing: border-box; 
 }

a.accountInfo { 
	text-decoration: none; 
	color: #2a2a21; 
 }

a.accountInfo:visited { 
	color: #2a2a21; 
 }

a.accountInfo:hover { 
	color: #ff6600; 
	text-decoration: none; 
 }

.bottomNav { 
	margin: 0px; 
	padding: 2px 0px 2px 0px; 
	list-style: none; 
 }

.bottomNav_si_home { 
	margin: 0px; 
	padding: 2px 0px 2px 0px; 
	list-style: none; 
 }

.bottomNav_si_map { 
	/*display: none;*/
	*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 {
	display: none;
	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; 
 }

#footerContainer {
	width: 1000px;
	background-color: #FFFfff;
	text-align: center;
}

#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#footer { 
	width: 648px;
	display: block; 
	padding-bottom: 15px; 
	margin-left: 175px;
  //margin-left: 0px;
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	color: #2a2a21; 
	clear: both; 
	margin-top: 0px;
  //margin-top: 0px;
  	padding-left: 5px;
  	padding-right:0px;
	padding-top: 0px;
	background-color: #FFFFFF;  
	text-align: left; 
 }
 
a.footermap:hover {
	color: #2a2a21;
	text-decoration: none;
}

a.footermap:visited {
	color: #ffffff;
	text-decoration: none;
}

.footermap {
	background-color: #cc6600;
	color: #FFFfff;
	font-variant:small-caps;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	width: 30px;
}

.map {
	margin-top: 25px;
	padding-top: 15px;
	margin-left: 15px;
}

.categoryDescription {
	margin-left: 10px;
	width: 740px;
	text-align: left;
	margin-top: 10px;
}
.subCategory {
	text-align: left;
	margin-bottom: 10px;
}

/*This removes the image at the top of the category page so it doesn't repeat from the group choices*/
.subCategory img{
	display: none;
}

li.categoryLevel1 { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #2a2a21;
	font-weight: bold;
	line-height: 120%;
	text-transform: uppercase;
	list-style: none;  
	margin-bottom: 12px; 
	position: relative; 
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;

 }


A.categoryLevel1 { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #2a2a21;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none; 
 }


A.categoryLevel1:visited { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	color: #2A2A21; 
 }


A.categoryLevel1:hover { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6600; 
	text-decoration: none; 
 }


A.categoryLevel1Active { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #2a2a21;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none; 
 }

A.categoryLevel1Active:visited { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #2a2a21;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none; 
 }

A.categoryLevel1Active:hover { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6600; 
	text-decoration: none; 
 }

li.categoryLevel2 { 
	list-style: none; 
	padding: 0px; 
	margin: 0px; 
	line-height: 15px; 
	position: relative; 
 }


A.categoryLevel2 { 
	font-family: Arial, sans-serif; 
	color: #2a2a21; 
	font-size: 9px; 
	font-weight: bold;
	text-decoration: none; 
 }


A.categoryLevel2:visited { 
	color: #2a2a21; 
 }


A.categoryLevel2:hover { 
	color: #cc6600; 
	text-decoration: none; 
 }


A.categoryLevel2Active { 
	font-family: Arial, sans-serif; 
	color: #cc6600; /*7d1104*/
	font-size: 9px; 
	font-weight: bold;
	text-decoration: none; 
 }


A.categoryLevel2Active:visited { 
	color: #2a2a21; 
 }


A.categoryLevel2Active:hover { 
	color: #cc6600; 
	text-decoration: none; 
 }


li.categoryLevel3 { 
	list-style: none; 
	margin: 0px; 
	line-height: 12px; 
	font-style: italic; 
	position: relative; 
 }

A.categoryLevel3 { 
	font-family: Arial, sans-serif; 
	padding: 0px; 
	color: #2a2a21; 
	font-size: 10px; 
	text-decoration: none; 
 }

A.categoryLevel3:visited { 
	color: #2a2a21; 
 }

A.categoryLevel3:hover { 
	color: #cc6600; 
	text-decoration: none; 
 }

A.categoryLevel3Active { 
	padding: 0px; 
	font-family: Arial, sans-serif; 
	color: #cc6600; 
	font-size: 10px; 
	text-decoration: none; 
 }

A.categoryLevel3Active:visited { 
	color: #2a2a21; 
 }

A.categoryLevel3Active:hover { 
	color: #cc6600; 
	text-decoration: none; 
 }

li.categoryLevel4 { 
	list-style: none; 
	margin: 0px; 
	line-height: 12px; 
	position: relative; 
 }

A.categoryLevel4 { 
	padding: 0px; 
	font-family: Arial, sans-serif; 
	color: #2a2a21; 
	font-size: 10px; 
	text-decoration: none; 
 }

A.categoryLevel4:visited { 
	color: #2a2a21; 
 }

A.categoryLevel4:hover { 
	color: #2a2a21; 
	text-decoration: none; 
 }

A.categoryLevel4Active { 
	padding: 0px; 
	font-family: Arial, sans-serif; 
	color: #cc6600; 
	font-size: 10px; 
	text-decoration: none; 
 }

A.categoryLevel4Active:visited { 
	color: #2a2a21; 
 }

A.categoryLevel4Active:hover { 
	color: #cc6600; 
	text-decoration: none; 
 }

.groupedExtraPageHdr { 
	font-family: Arial, sans-serif; 
	padding-top: 5%; 
	color: #636363; 
	font-size: 10px; 
 }

.ungroupedExtraPageHdr { 
	display: none; 
 }

li.extraPage { 
	list-style: none; 
	padding-top: 5px;
	line-height: 20px; 
	position: relative; 
	font-size: 14px;
 }

A.extraPage { 
	font-family: Arial, sans-serif; 
	color: #cc6600; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
	text-transform: uppercase;
 }

A.extraPage:visited { 
	color: #cc6600; 
 }

A.extraPage:hover { 
	color: #2a2a21; 
	text-decoration: none; 
 }

A.extraPageActive { 
	color: #cc6600; 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none; 
 }

A.extraPageActive:visited { 
	color: #cc6600; 
 }

li.new { 
	list-style: none; 
	padding-bottom: 20px;
  //padding-bottom: 10px;	
	line-height: 15px; 
	position: relative; 
	letter-spacing: 1px;
	font-variant: small-caps;
	border-bottom-color:#CCCccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
 }


A.new { 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	color: #2a2a21;
	font-weight: bold;
	text-decoration: none; 
	letter-spacing: 1px;
 }

A.new:visited { 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #2A2A21; 
	letter-spacing: 1px;
 }

A.new:hover { 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #cc6600; 
	text-decoration: none;
	letter-spacing: 1px;
 }


A.newActive { 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	color: #2a2a21;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
 }

A.newActive:visited { 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	color: #2a2a21;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
 }
/*This is the code for the Specials, what we are calling seasonal items, in the left hand navigation*/
li.specials { 
	display:none;
	/*list-style: none; 
	padding: 0px 2px 0px 0px; 
	line-height: 15px; 
	position: relative; 
	letter-spacing: 1px;*/
 }

/*
A.specials { 
	font-family: Arial, sans-serif; 
	color: #2A2A21; 
	/*font-size: 12px; 
	font-weight: bold; */
	/*text-decoration: none; 
	letter-spacing: 1px;
 }


A.specials:visited { 
	color: #2A2A21;
	text-decoration: none;
	letter-spacing: 1px;
 }

A.specials:hover { 
	color: #ff6600; 
	text-decoration: none;
	letter-spacing: 1px;
 }

A.specialsActive { 
	font-family: Arial, sans-serif; 
	color: #2A2A21; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	letter-spacing: 1px;
 }

A.specialsActive:visited { 
	color: #2A2A21;
	text-decoration: none;
	letter-spacing: 1px;
 }*/

.listSpacer { 
	list-style: none; 
	padding: 0px 2px 0px 0px; 
	line-height: 15px; 
 }

.featuredItem { 
	text-align: center; 
 }

.featuredItemImage { 
	padding: 5px 0px 5px 0px; 
 }

a.featuredItemName { 
	color: #636363; 
	text-decoration: none; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
 }

a.featuredItemName:hover { 
	color: #2a2a21; 
	text-decoration: none; 
 }

a.featuredItemName:visited { 
	color: #2a2a21; 
 }

.featuredItemNumberLabel { 
	color: #636363; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
 }

.featuredItemNumber { 
	color: #636363; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
 }

.featuredItemSellPriceLabel { 
	color: #009999; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
 }

.featuredItemSellPrice { 
	color: #7d1104; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
 }

.featuredItemListPriceLabel { 
	color: #636363; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
 }

.featuredItemListPrice { 
	color: #2a2a21; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
 }

.featuredItemPriceSpacer { 
	padding: 5px; 
 }

.featuredItemSeparator { 
	background-color: #2a2a21; 
	height: 1px; 
	text-align: center; 
	width: 145px; 
	margin: 10px 0px 10px 0px; 
 }

.relatedItem { 
	text-align: center; 
 }

.relatedItemImage { 
	padding: 5px 0px 5px 0px; 
 }

a.relatedItemName { 
	color: #2a2a21; 
	text-decoration: none; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
 }

a.relatedItemName:hover { 
	color: #2a2a21; 
	text-decoration: none; 
 }

a.relatedItemName:visited { 
	color: #2a2a21; 
 }

.relatedItemNumberLabel { 
	color: #2a2a21; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
 }

.relatedItemNumber { 
	color: #2a2a21; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
 }

.relatedItemSellPriceLabel { 
	color: #2a2a21; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
 }

.relatedItemSellPrice { 
	color: #2a2a21; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
 }

.relatedItemListPriceLabel { 
	color: #2a2a21; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
 }

.relatedItemListPrice { 
	color: #cc6600; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
 }

.relatedItemPriceSpacer { 
	padding: 5px; 
 }

.relatedItemSeparator { 
	background-color: #cccccc; 
	height: 1px; 
	text-align: center; 
	width: 145px; 
	margin: 10px 0px 10px 0px; 
 }
 
/*This HTML>BODY code is a hack around IE, which doesn't recognize the HTML> code*/
HTML>BODY {
	margin-left:0;
	margin-right: 0;
	text-align: -moz-center;
	background-position: center top;

	/*If I want to have the webpage centered in IE and FF then I need to enable the text-align center attribute and give the wrapper attribute a px width and no margin. Then the page will center perfectly and the actual text will align left because the wrapper attr is overriding the body attr for that.*/
}	 

/*This body tag is for IE*/
BODY {
	margin-left:0;
	margin-right: 0;
	background-image:url(/graphics/bg_29.gif);
	background-repeat: repeat;
	text-align: center;
	background-position: center top;

}
/*I don't know if this wrapper is having any effect but I'm going to leave it in for now.
#wrapper {
	position: relative;
	width: 1000px;
	text-align: left;
	vertical-align: top;
	margin-left: 10%;
}*/
/*BODY { 

	background-color: /demo3/graphics/bg.gif; 
	margin: 0px; 

 }*/


.alertMsg { 
	color: #cc6600;
	/*color: #7d1104; this is the original color for Meridian*/
 }


.cpobutton { 
	font-family: Arial, sans-serif; 
	height: 20px; 
	color: #FFFFFF; 
	background-color: #cc6600; 
	cursor: pointer; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #cc6600; 
	vertical-align: middle; 
 }

.cpoinput { 
	font-family: Arial, sans-serif; 
	/*height: 20px;
	width: 40px;*/
	color: #2a2a21; 
	background-color: #ffffff; 
	cursor: pointer; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #cc6600; 
	vertical-align: middle; 
}


.toolinput { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #2a2a21; 
 }


.bodyHeader { 
	font-family: Arial, sans-serif; 
	font-size: 20px; 
	margin-bottom: 10px; 
	color: #2A2A21; 
	margin-top: 15px;
	letter-spacing: .35px;
 }

.homebodyHeader { 
	font-family: Arial, sans-serif; 
	font-size: 29px; 
	padding-bottom: 5px; 
	color: #2A2A21; 
	margin-top: 5px;
	width: 570px;
	/*float: left;
	margin-left: 20px;*/
	letter-spacing: .35px;
 }
 
.bodyButtonsHeader {
	font-family: Arial, sans-serif; 
	font-size: 24px; 
	padding-bottom: 0px; 
	color: #2A2A21; 
 } 
 
 /*This is the code to use if I get rid of the table to hold the featured items ad space*/
/*.featuredItems {
	 background-color: #2a2a21;
	 width: 540px;
	 height: 650px;
	 float: left;
	 /*margin-left: 20px;*/
	/* margin-bottom: 5px;
	 margin-right: 10px;
 }
.featuredItemsBoxesWrap {
	width: 540px;
	height: 180px;
}

.featuredItemsBoxes {
	 background-color: #2a2a21;
	 width: 170px;
	 height: 170px;
	 float: left;
	 /*margin-left: 20px;*/
	/* margin-bottom: 10px;
	 margin-right: 10px;
 }*/
 
a img {
	text-decoration: none;
	border: 0px;
}

A { 
	text-decoration: none; 
	color: #2a2a21; 
 }

a:visited { 
	text-decoration: none; 
	color: #2a2a21; 
 }

a:hover { 
	text-decoration: none; 
	color: #cc6600; 
 }

a:active { 
	color: #2a2a21; 
 }

.bodyText { 
	font-size: 12px; 
	background-color: #ffffff;
	/*margin-top: 25px;
	padding-left: 10px;*/
 }
 
.bodyTextBold { 
	font-size: 12px; 
	font-weight: bold; 
 }

.bodyTextLarge { 
	font-size: 18px; 
 }

.bodyTextLargeBold { 
	font-size: 18px; 
	font-weight: bold; 
 }

.bodyTextMedium { 
	font-size: 16px; 
 }

.bodyTextMediumBold { 
	font-size: 16px; 
	font-weight: bold; 
 }

.bodyTextSmall { 
	font-size: 12px; 
	color: #2a2a21;
 }

.bodyTextSmallBold { 
	font-size: 12px; 
	font-weight: bold; 
	color: #2a2a21;
 }

.bodyTextStatus { 
	font-size: 12px; 
	color: #2a2a21; 
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 5px; 
 }

.bodyTextStatusSmall { 
	font-size: 10px; 
	color: #2a2a21; 
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 5px; 
 }

.bodyTextContrast { 
	font-size: 11px; 
	color: #2a2a21; 
 }

.bodyTextContrastBold { 
	font-size: 11px; 
	color: #2a2a21; 
	font-weight: bold; 
 }

.bodyTextContrastSmall { 
	font-size: 10px; 
	color: #2a2a21; 
 }

.bodyTextContrastSmallBold { 
	font-size: 10px; 
	color: #2a2a21; 
	font-weight: bold; 
 }

.contrastLabel { 
	font-size: 11px; 
	font-weight: bold; 
 }

.formLabel { 
	font-size: 11px; 
	font-weight: bold;
 }

.formLabelRequired { 
	font-size: 11px; 
	font-weight: bold; 
 }

.formHelp { 
	font-size: 11px;
	color:#cc6600;
 }

.linkedItem { 
	font-size: 11px; 
 }

.linkedCategory { 
	font-size: 12px; 
	font-weight: bold; 
 }

.itemSellPriceLabel { 
	color: #cc6600; 
 }

.itemSellPrice { 
	color: #cc6600; 
 }

.itemDetailName { 
	font-family: Arial, sans-serif; 
	font-size: 22px; 
	padding-bottom: 5px; 
	padding-top: 10px;
	color: #2a2a21; 
	font-weight: normal; 
 }

.itemDescription {
	color: #2a2a21;
	padding-top: 10px;
}
.itemDetailWrapper {
	margin-left: 0px; /*10px;*/
	padding-left: 10px;
}
	
.itemPicture {
	margin-right: 10px;
}

.itemDetailCatLink {
	margin-bottom: 20px;
}

.tiledItem {
	margin-left:5px;
	margin-right: 5px;
	//maring-left: 0px;
	//margin-right: 0px;
}
.tiledItemQty { 
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #2a2a21; 
 }

.tiledItemImage {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.tiledItemNameBox {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 10px;
	//margin-bottom: 0px;
}
	
.tiledItemOOS { 
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #2a2a21; 
 }

.bodyTextContrast { 
	color: #2a2a21; 
 }

.bodyTextStatus { 
	color: #2a2a21; 
 }

.contrastLabel { 
	color: #2a2a21; 
 }


.discountTableHeader
{
	border-color: #2a2a21;
	border-width: 1px;
	border-style: solid;
	background-color: #2a2a21;
	color: #2a2a21;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
	padding: 2px;
}
.discountTableLabels
{
	width: 50%;
	border-style: none;
	background-color: #FFFFFF;
	margin: 7px 7px 7px 7px;
	padding: 0px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.discountTableBody
{
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	margin: 7px 7px 7px 7px;
	padding: 0px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.discountString
{
	color: #000000;
	font-weight: bold;
}
.discountCartMessageUsed
{
	color: #7d1104;
}
.discountCartMessageNotUsed
{
	color: #7d1104;
}
.discountTextOldPrice
{
	font-size: smaller;
	color: red;
	text-decoration: line-through;
}

