* { 
    -moz-box-sizing: border-box; 
}
.TipCart {
font-family:"Courier New", Courier, monospace;
font-size:12px;
font-weight:bold;
color:#91980e;
margin:3px;
vertical-align:middle;
padding-top:10px;
padding-left:10px;
}

.extendedDescription { word-spacing: 0; text-indent: 0 }

body{
	font-size:12px;
	text-align:center;
	margin:0px;
	color:4d5107;
}

/* global styles */
a { color:#838c20; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px;	border:0px solid #9F9C57; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:950px;	/* change value to adjust width */
	text-align:left;
	margin:5px auto;
	font-size:12px;
	font-family:"Courier New", Courier, monospace
}

.catIntro{
color:#898852;
	font-size:15pt;
	font-family:"Courier New", Courier, monospace;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
/* Logo and minicart */
#header {
	padding:5px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 0px;
}
 td.headerlinks { /* mini cart */
	text-align:right;
	vertical-align:bottom;
	color:#ffffff;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding-right:30px;
	font-weight:bold;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #56530d;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #c7cb42;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #c7cb42;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #c7cb42;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:5px;
	border:1px solid #e5e5e5;
}

/* Horizontal navigation */
#nav {  
/*	background:white;*/
	/*border:1px solid #EEEEEE;*/
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:"Courier New", Courier, monospace;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:lowercase;
	font-size:13pt;
	font-weight:200;
	border-right:1px solid #FFFFFF;
	padding-left:0px;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:8px
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#c7cb42; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:none;
	padding:0px;
	margin-right:25px;
	margin-top:10px;
	border-bottom:1px dotted #aaa836;
}

#utilbar table {
	border-collapse:collapse;
}

#utilbar td {
	padding:0px 0px;
	vertical-align:bottom;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;	
	font-weight:bold;
	color:#FFFFFF;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#5e5c23; text-decoration:underline; }
#utilbar a:hover {  color:#d1d61d;text-decoration:none; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:25%;	/* Change to alter width of left column */
}

#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #eee;
	margin-bottom:5px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #eee;
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#505050;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */


/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:10px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
/*homecontent img { margin-right:10px; }*/

#contenttopLinks td {
	 font-family:"Courier New", Courier, monospace; font-size:12pt; 
	 text-align:justify;
}

#contenttopLinks a {
	 font-family:"Courier New", Courier, monospace; font-size:12pt; color:#C2C72F; font-weight:bold;
	 text-align:justify;
}


/*formats the search box in header file.*/
.searchfield{
	border:1px solid #808000;
	background-color:#FFFFFF;
	color:#9F9C57;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	font-style: normal;
	font-weight: normal;    
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfielddropdown{
	background-color: #FFFFFF;
	border:#9F9C57;
	border:thin;
	color: #82804D;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	padding:2px;
}
.general select{
	background-color: #FFFFFF;
	border-bottom-color: #9F9C57;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #9F9C57;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #9F9C57;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #9F9C57;
	border-top-style: solid;
	border-top-width: 1px;
	color: #82804D;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	padding:2px;
}


.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #9F9C57;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #9F9C57;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #9F9C57;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #9F9C57;
	border-top-style: solid;
	border-top-width: 1px;
	color: #82804D;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	padding:2px;
}



.trackingEnter{
	background-color: #FFFFFF;
	border-bottom-color: #9F9C57;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #9F9C57;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #9F9C57;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #9F9C57;
	border-top-style: solid;
	border-top-width: 1px;
	color: #82804D;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	padding:2px;
}

#blnmaillist{
	background-color: #FFFFFF;
	border:1px solid #9F9C57;
}

input {
border:1px solid #82804D;
}
#blnmaillist{
border:1px solid #82804D;
}


/* General styles */
.menuhdr{
	font-family: "Courier New", Courier, monospace;
	color : #5f6619;
	font-size : 11px;
	font-weight : bold;
	padding:2px 0px;
	text-align:left;
}

.menubdr{

}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #56530d;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #56530d;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #ffffff;
	color: #56530d;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #56530d;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}



.MsoNormal{
	color: #7d830a;
	font-family: "Courier New", Courier, monospace;
	font-size:18px;
	font-weight:100;
	font-size:12pt;
}


.prodDesc{
	color: #7d830a;
	font-family: "Courier New", Courier, monospace;
	font-size:18px;
	font-weight:100;
	text-align:center}
.prodDescIndent{
	padding-left:5px;
	padding-bottom:15px;
	text-align:center;
}
.prodDetail{
	color: #a7a67d;
	font-family: "Courier New", Courier, monospace;
	font-size:15px;
	font-weight:100;
	text-align:center
}
.prodDetailIndent{
	padding-left:5px;
	padding-bottom:15px;
}
.prodPrice{
	color: #a7ae20;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	padding-bottom:15px;
}
.prodPriceIndent{
	padding-right:0px;
}

/* content area styles */
#content {
/*
	padding:0px 10px 10px 10px;
	text-align:justify;
		color: #4d5107;
	font-family: "Courier New", Courier, monospace;
	font-size:15px;
	font-weight:100;
	width:95%;
	*/
}

#contenttopLinks {
	padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:10px;color: #a7a67d;
}
/* Styles to be use in 6.50 */

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#C2F906; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#C2F906; 
	text-decoration:underline;
}

/* Main area text styles */

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
/*border:1px solid #CCCCCC !important;*/
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice tr {
	font-family: "Courier New", Courier, monospace;
	color:#B2B24D;
	font-size:20px;
	/*order-bottom:1px solid #CCCCCC;*/
	text-align:left;
	padding-left:10px;
	vertical-align:middle;
	text-decoration:none;
}

table.customerservice td {
	padding:5px;
}

.customerservice a {
	color:#9F9C57;
	font-size:14px;
		padding-left:10px;
		font-weight:bold
}
table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}



/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:middle;
	text-align:left;
	padding:3px;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}



/* General override styles */
.ac { text-align:center;}
/*.ac img {
border-bottom:solid;
border-bottom-width:40px;
border-bottom-color:#eeecdc;
border-top:solid;
border-top-width:10px;
border-top-color:#eeecdc;
border-left:solid;
border-left-width:10px;
border-left-color:#eeecdc;
border-right:solid;
border-right-width:10px;
border-right-color:#eeecdc;
width:160px;
vertical-align:top;
}*/
.alvt {
padding:8px;
}

.al {text-align:left;}
.ar { text-align:right !important; }
.fr { float:right; padding-bottom:20px;}
.fl { float:left !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {}

.pageNavFont {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#a1a81c;
margin-bottom:20px;
}
.pageNav td {
width:50px;
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#a1a81c;
vertical-align:middle;
}

.PageNavDiv div {
vertical-align:bottom;
height:400px;
}

.bfa {
padding-bottom:25px;
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#afae83;
font-weight:bold;
}

.catText {
padding-left:25px;
}

.arrowBar {
text-align:right;
vertical-align:top;
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#a1a81c;
}
.arrowBar a {
color:#a1a81c;
}
.arrowBar img {
padding-top:0px;
}

.productLinks{
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#838c20;
line-height:normal;
}
.productLinks a{
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#768020;
line-height:normal;
}

.catImgTable{
}