body { 

   font-family: Arial, Helvetica, sans-serif;
   background-color:#FFFFFF;
 }

 td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
 }
 
 a {
   color: #A1481E;
 }
 
  a.homeCatName
  {
  		font-size:12pt;
		font-weight:bold;
		color:#339900;
		text-decoration:none;
  
  }
  .onSpecial
  {
  	color:#ff0000;
	font-size:12pt;
  	font-weight:bold;
  }
  div.homeCatName
   {
   		width:100%;  
		border-bottom:1px solid #C2C2C2; 
		font-size:12pt;
		font-weight:bold;
		color:#339900;
		text-decoration:none;
   }
   .homeCatDescription
   {
   		text-align:right;
		padding-bottom:25px;
		padding-top:3px;
		line-height: 18px;
   }
   .homeCatDescription a
   {
   		color:#0060FF;
		text-decoration:none;
   }
   .homeCatDescription a:hover
   {
   		color:#023A97;
		text-decoration:underline;
   }
 /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                         MENU BARS
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 #topMenu {
      padding-top: 5px;
	  padding-bottom: 5px;
      border-top: 1px solid #339900;
	  border-bottom: 1px solid #339900;  
 }
 #topMenu a {
     font-weight: bold;
	 text-decoration: none;
	 color: #000000;
	 font-size: 13px;
 }
 #topMenu a:hover {
	 text-decoration: underline;
 }
 #topmenu td.menuSep {
     text-align: center;
 }
 #topmenu td.buttonLeft {
     text-align: left;
 }
 #topmenu td.buttonRight {
     text-align: right;
 }
 #topmenu td.button {
     text-align: center;
 }
 /* //// TOP RIGHT MENU //// */
 #topRighMenu td {
     padding-left: 10px;
	 padding-right: 10px;    
 }
 #topRighMenu A.topRight {
     font-weight: bold;
	 text-decoration: none;
	 color: #FF6600;
	 font-size: 14px;  
 }
 #topRighMenu A.topRight:hover {
	 text-decoration: underline;
 }
 #topBrowseMenu A {
     text-decoration: none;
 }
 #topBrowseMenu A:hover {
     text-decoration: underline;
 }
 .browseByCat {
	  height:25;
	  font-weight: bold;
	  text-decoration: none;
	  color: #3366CC;
	  font-size: 14px; 
 }
 
 /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                      FONT FORMATING
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 
 
.tinyText {
   font-size: 9px;
}
.redText {
   color: #ff0000;
}
.padding3 {
   padding: 3px;
} 
.secHeading, .heading {
    font:22px/26px  Arial,Helvetica,sans-serif;
}
.secHeading2, .heading2 {
    font:16px/20px  Arial,Helvetica,sans-serif; 
}
.secHeading3, .heading3 {
    font:14px/18px  Arial,Helvetica,sans-serif; 
	font-weight: bold;
}
.titleRow { 
   background-color: #c08564;
   color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;
   padding:3px;
}
.tableBorder { 
   background-color: #339900;
   color: #FFFFFF;
}
.noImage {
   cursor: pointer;
}
.textJustify {
  text-align: justify;
}
.top {
	padding: 20px 2px 5px 10px;
	text-align: right;
	font-size: 11px; 
	border-bottom: 1px solid #999999;}

/****************************************
                 CATALOG AREA 
*****************************************/
.bgColor
{
	  background-color: #DBD0BB;
}
.pageBgColor
{

	background-color: #000080;
}
.headingLineTop {
   border-top: 1px solid #CCCCCC;
 }
.headingLineBottom {
  border-bottom: 1px solid #CCCCCC;
}
#catalog td {
  
  font-size: 12px;
  background-color: #f0efea;

}
#catalog td.active {
  font-weight: bold;
  font-size: 11pt;
}

#catalog td.subCatActive {
  background-color: #F1F1F1;
  font-size: 12px;
}
#catalog ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#catalog li {
	margin: 0;
	padding: 0;
}
#catalog div {
  font-weight: bold;
  padding-left: 2.5mm;
  padding-bottom: 8px;
}
#catalog a {
  color: #000000;
  display: block;
  padding: 4px 4px 4px 4px;
  text-decoration: none;
}
#catalog a:hover {
  background-color: #DBD0BB;
  color: #000000;
  text-decoration: none;
}

.categoryProductSep {
  border-right: 1px solid #b4aa96;
}
/*/////     BREAD CRUMS   //////*/

#breadCrumb td {
    font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
#breadCrumb a {
    font-size: 11px;
}

/*////    PRODUCT DISPLAY ///// */

#productInformation td.name {
   font-weight: bold;
   font-size: 12pt;
}
#productInformation td.priceTitle {
   font-weight: bold;
}
#productInformation td.specialPrice {
   font-weight: bold;
   color: #990000;
 }
#recentlyViewedTitle td.title {
   background-color: #c08564;
   color: #FFFFFF;
   font-size: 11px;
   text-align: center;
   font-weight: bold;
   padding:3px;
} 
.imageBorderBlack {
   color: #000000;
 }
 .formTd {
  font-weight: bold;
 }
#relatedProduct td.title {
   background-color: #339900;
   color: #FFFFFF;
   font-size: 11px;
   text-align: center;
   font-weight: bold;
   padding:3px;
}
#relatedProduct td.line {
  border-bottom: 1px solid #339900;
}

.viewProductDisplayPrice-special {
    font-size: 38px;
	font-weight: normal;
	color: #990000;
}
.viewProductDisplayPrice-special_symbol {
    font-weight: normal;
	line-height: 22px;
	color: #990000;
}
.viewProductDisplayPrice-special_cents {
    font-weight: normal;
	line-height: 22px;
	color: #990000;
}
.viewProductDisplayPrice {
    font-size: 38px;
	font-weight: normal;
	color: #339900;
}
.viewProductDisplayPrice_symbol {
    font-weight: normal;
	line-height: 22px;
	color: #339900;
}
.viewProductDisplayPrice_cents {
    font-weight: normal;
	line-height: 22px;
	color: #339900;
}
.youSave {
    font-size: 13pt;
	font-weight: bold;
	color: #ff9900;
	
}
.catSaveLt50 {
   font-size: 28px;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #ff9900;
}
.catSaveLt50Sign {
   font-size: 10px;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #ff9900;
   padding: 2px 0px 0px 0px;
}
.catSaveGt50 {
   font-size: 28px;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #990000;
}
.catSaveGt50Sign {
   font-size: 10px;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #990000;
   padding: 2px 0px 0px 0px;
}
.percentOff {
   font-size: 16px;
   font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
   color: #999999;
    padding: 4px 0px 0px 0px;
   text-transform: uppercase;
}

/****************************************
                 CART AREA 
*****************************************/ 
#cart td.cartHeaders {
   background-color: #ceab4f;
   color: #000;
   font-size: 11px;
   font-weight: bold;
   padding:3px;
}
#cart td.cartEndingLine {
   border-bottom: 1px solid #cccccc;
}
#cart td.cartHeaders a {
    color: #FFFFFF;
	
}
#cart a.cartHeaders:hover {
    color: #D1C9EB;
}

.shipTo {
   font-weight: bold;
}
.sep {
   background-color: #cccccc;
}

#checkoutTotals td
{
	border: 1px solid #DBD0BB;
}

/****************************************
                 Account Area 
*****************************************/
#accountBtns td.accountMenu {
   background-color: #339900;
   color: #FFFFFF;
 }
#accountBtns td.accountMenuActive {
   background-color: #7D7890;
   color: #FFFFFF;
}

#accountBtns a {
  color: #FFFFFF;
  display: block;
  padding: 4px 4px 4px 8px;
  text-decoration: none;
}
#accountBtns a:hover {
  background-color: #7D7890;
  color: #FFFFFF;
  text-decoration: none;
}
.accountMenuSep {
   background-color: #FFFFFF;
 }
/****************************************
                 STATIC CONTENT 
*****************************************/
#leftContentTitle td.title {
   background-color: #339900;
   color: #FFFFFF;
   font-size: 11px;
   text-align: center;
   font-weight: bold;
   padding:3px;
} 

#menu td {
  border-top: 2px solid #FFFFFF;
  font-size: 12px;
  background-color: #f0efea;

}
#menu td.active {
  font-weight: bold;
}

#menu a {
  color: #000000;
  display: block;
  padding: 4px 4px 4px 4px;
  text-decoration: none;
}
#menu a:hover {
  background-color: #DBD0BB;
  color: #000000;
  text-decoration: none;
}
/****************************************
                tabacoonist/club  CSS
*****************************************/
table#tobacoonistRecords td
	{
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
table#tobacoonist .evenRow 
	{
	    background-color: #2424a3;
		
	}	
table#clubs .evenRow 
	{
	    background-color: #2424a3;
		
	}	
/****************************************
                Commerce 8 CSS
*****************************************/
/* this does the colors for the JS Error Checking */
.errHilite {
  background-color: #FFA18C;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                       FOOTER
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 
#footer {
    border-top: 2px solid #D3B45A;
		font-size: 11px;
	font-weight: bold;
	color: #383838;
	padding:5px;

}




#footer A {
    color: #A1481E;
    text-decoration: none; 
}

#footerMenu A:hover {
    color: #A1481E;
    text-decoration: underline; 
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                       NEW [os]
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
   
   
#Questions {
	font-size:10px;
}