body {
	background-color: #e0ebb1;
	background-repeat: no-repeat;
/*	margin-top: 80px; */
}
body,  td, form, div, p, input, select, textarea {
	font-family: "Adobe Garamond Pro", Times;	
	color: #000000;
}
form, p {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/*********************  Left Column **********************/
#btnViewCart {
	border: 0px;
	margin: 0px 0px 3px 0px;
}

#wholesalers {                   /*wholesaler*/
	padding: 10px 8px 10px 8px;
	background: #410912;
	/*background-color: #1B2713;*/
}
#wholesalers form {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;	
}
#wholesalers .txtField {
	margin: 1px 0px 1px 0px; /* top right bottom left*/
	width: 170px;	
	border:0px;	
}
#subscribe {                         /*subscribe*/
	background: #1B2713;
	/*background-color: #410912;*/
	padding: 20px 8px 20px 8px;
}
#subscribe form, #subscribe td {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;	
}
#subscribe .txtField {
	width: 170px;
	border: 0px;
	margin-top: 5px;
}

.arrowlistmenu{                      /*menu*/
width: 188px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin: 0px 0px 2px 0px; 
	padding: 0px 0px 0px 0px; 
	cursor: hand;
	cursor: pointer;
	
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	font-family: "Adobe Garamond Pro", Times;
	color: #666666;
	/*background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
	font-weight: lighter;
}

.arrowlistmenu ul li a:visited{
	color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #666666;
	background-color: #F3F3F3;
}

/********************* Content Area **********************/
#contentArea {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.highlight {
	font-size: 16px;
	color: #663300;
}
.contentBold {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.contentTitle {
	font-weight: normal;
	color: #666666;
	font-size: 18px;
}
#productDetailArea {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
#productDetailArea del {
	font-size: 12px;
	color: #777777;
}

.contentViewCart {
color: #666666
}

#tranAd {
	position: absolute; 
	right: 0px; 
	bottom: -146px;
}

/*********************  Footer **********************/
#footer {
	position: relative;	
}
#footer div {
	font-size: 13px;
	color: #999999;
	font-weight: normal;
	position: relative;
	margin-top: -30px;
	text-align: center;	
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/******************* Specific section: viewCart & checkout ****************/
#btnShop {
  background-color: #410912;
  /* color:#1B2713; */
}

#btnCheckOut {
  background-color: #1B2713;
  /* color:#410912; */
}

#btnShop, #btnCheckOut {
  vertical-align:middle;
  color: white;
  border: 1px solid black;
  padding: 1ex;
}

#btnShop:hover, #btnCheckOut:hover {
  color: #E0EBB1;
}