* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0px;
	background-image: url(../images/template/bg.jpg);
}

/* global styles */
a { color:#24671A; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
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:980px; /* change value to adjust width */
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

/* Logo and minicart */
#header {
	padding:0px 0px;
	background-image: url(../images/template/bg-header.jpg);
	height:121px;
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}
#header td.basket { /* mini cart */
	text-align:right;
	padding-right:80px;
}
#header td.lines { /* mini cart */
	width:2%;
	background-image: url(../images/template/hdr-3vertlines.jpg);
	background-repeat:repeat-y;
}
#header td.login { /* mini cart */
	text-align:right;
	vertical-align:middle;
	color:#24671A;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:30px;
}
#header td.headerlinks { /* mini cart */
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#24671A;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#24671A;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	width:980px;
	padding:0px;
}

/* Horizontal navigation */
#nav {  
	background:none;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:700px;
	text-align:center;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	border-right:1px solid #fff;
	text-decoration:none;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { text-decoration:underline; color:#fff; }

/* 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;
}

/* Encloses all content area under utilbar */
#all { 
	margin-top:0px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:200px;	/* Change to alter width of left column */
	text-align:left;
}

#left h2 {
	background-image: url(../images/template/bttn-left-h2.jpg);
	color:#FFF;
	margin:0px;
	padding:4px 10px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left h3 {
	background-image: url(../images/template/hdr-left-topsellers.jpg);
	background-repeat:no-repeat;
	margin:0px;
	height:59px;
}
#left h4 {
	background-image: url(../images/template/hdr-left-featuredproducts.jpg);
	background-repeat:no-repeat;
	margin:0px;
	height:59px;
}
#left .box {		/* General style of each box in left column */
	padding:4px 5px;
	font-size:14px;
	border:1px solid #767676;
	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 6px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #24671A;
}

#left ul a {
	padding-left:6px;
	color:#24671A;
}





/* Left column- categories, currency, language etc */
#lefthome {
	/* Styles */
	width:200px;	/* Change to alter width of left column */
}
#lefthome .box {		/* General style of each box in left column */
	padding:0px 8px;
	font-size:14px;
	border:1px solid #767676;
	margin-bottom:5px;
}
#lefthome h4 {
	background-image: url(../images/template/hdr-left-featuredproducts.jpg);
	background-repeat:no-repeat;
	margin:0px;
	height:59px;
}

#lefthome 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 #24671A;
}

#lefthome ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#24671A;
}


table#homesplashbox {
	width:100%;
	background-color: #e0ead1;
}
table#homesplashbox td{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#24671A;
}
table#homesplashbox td a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#791f92;
}
table#homesplashbox td.topleftcorner {
	width:17px;
	background-image: url(../images/template/hs-top-left.jpg);
	background-repeat:no-repeat;
}
table#homesplashbox td.topcenter {
	background-image: url(../images/template/hs-top-center.jpg);
	background-repeat:repeat;
}
table#homesplashbox td.toprightcorner {
	width:17px;
	text-align:right;
	background-image: url(../images/template/hs-top-right.jpg);
	background-repeat:no-repeat;
}
table#homesplashbox td.leftside {
	width:17px;
	background-image: url(../images/template/hs-left-side.jpg);
	background-repeat:repeat;
}
table#homesplashbox td.rightside {
	border-right: 1px solid #24671A;
}
table#homesplashbox td.bottom {
	background-color:#24671A;
	height:1px;
}
table#homesplashbox td.nss {
	text-align:left;
	height:210px;
	padding:0 6px 2px 0;
}
table#homesplashbox td.occ {
	width:357px;
	text-align:right;
	height:210px;
}



table#homesc {
	width:770px;
}
table#homesc td.topleftcorner {
	width:10px;
	height:61px;
	background-image: url(../images/template/sc-top-left.jpg);
	background-repeat:no-repeat;
}
table#homesc td.topcenter {
	background-image: url(../images/template/sc-top-bg.jpg);
	background-repeat:repeat;
	text-align:center;
}
table#homesc td.toprightcorner {
	width:10px;
	height:61px;
	background-image: url(../images/template/sc-top-right.jpg);
	background-repeat:no-repeat;
}
table#homesc td.leftside {
	border-left: 2px solid #777;
	width:10px;
	height:61px;
}
table#homesc td.rightside {
	border-right: 2px solid #777;
	width:10px;
	height:61px;
}
table#homesc td.bottom {
	background-color:#777;
	height:1px;
}




table#topsellersbox {
	width:179px;
	background-image: url(../images/template/ts-background.jpg);
}
table#topsellersbox td.leftborder {
	width:16px;
	background-image: url(../images/template/ts-left-side.jpg);
	background-repeat:repeat-y;
}
table#topsellersbox td.rightborder {
	width:16px;
	background-image: url(../images/template/ts-right-side.jpg);
	background-repeat:repeat-y;
}

table#topsellersbox td {
	text-align:center;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
table#topsellersbox td a {
	text-align:center;
	color:#57046F;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
table#topsellersbox td a:hover { 
    text-decoration:underline; color:#57046F; 
}

.topsellertext {
	text-align:center;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;

}

table#categorybox {
	width:190px;
	background-image: url(../images/template/cat-background.jpg);
}
table#categorybox td.leftborder {
	width:17px;
	background-image: url(../images/template/cat-left-side.jpg);
	background-repeat:repeat-y;
}
table#categorybox td.rightborder {
	width:17px;
	background-image: url(../images/template/cat-right-side.jpg);
	background-repeat:repeat-y;
}

table#categorybox td.topleft {
	background-image: url(../images/template/cat-top.jpg);
	background-repeat:repeat;
}table#categorybox td.topcenter {
	background-image: url(../images/template/cat-top.jpg);
	background-repeat:repeat;
}
table#categorybox td.topright {
	background-image: url(../images/template/cat-top.jpg);
	background-repeat:repeat;
}
table#categorybox td {
	text-align:center;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
table#categorybox td a {
	text-align:center;
	color:#57046F;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
table#categorybox td a:hover { 
    text-decoration:underline; color:#57046F; 
}

.categoryboxtext {
	width:100%;
	text-align:center;
	color:#24671A;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

table#proddetailbox {
	width:700px;
}
table#proddetailbox td.topleftcorner {
	width:8px;
	background-image: url(../images/template/pd-topleft.jpg);
	background-repeat:no-repeat;
}
table#proddetailbox td.topcenter {
	background-image: url(../images/template/pd-topcenter.jpg);
	background-repeat:repeat;
}
table#proddetailbox td.toprightcorner {
	width:8px;
	background-image: url(../images/template/pd-topright.jpg);
	background-repeat:no-repeat;
}
table#proddetailbox td.leftside {
	width:8px;
	border-left: 2px solid #777777;
}
table#proddetailbox td.rightside {
	width:8px;
	border-right: 2px solid #777777;
}
table#proddetailbox td.bottom {
	width:8px;
	background-color: #777777;
	height:4px;
}
#proddetailbox h4 {
	background-image: url(../images/template/pd-name.jpg);
	background-repeat:no-repeat;
	color:#57046f;
	padding:8px 0 6px 0;
	margin:0px;
	font-size:16px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:31px;
}
table#proddetailbox td {
	text-align:center;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
table#proddetailbox td a {
	text-align:center;
	color:#57046F;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
table#proddetailbox td a:hover { 
    text-decoration:underline; 
	color:#57046F; 
}

.alsobought {
	text-align:center;
	color:#57046F;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
	width:780px;
	font-size:12px;
	line-height:18px;
	text-align:center;
	padding: 5px;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }
/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#24671A;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* Main content area */
#mainhome {
	width:100%;
	font-size:11px;
	text-align:center;
}


/* Top content box on home page */
#homecontent {
	padding:0px;
	color:#000;
	text-align:center;
}

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	background:#24671a;
	padding-bottom:10px;
	text-align:center;
	color:#fff;
	font-size:11px;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#78268e;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#24671A;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border: 1px solid #57046F;
	color: #57046F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #24671A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #24671A;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #24671A;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #24671A;
	border-top-style: solid;
	border-top-width: 1px;
	color: #24671A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #24671A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#fff;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #24671A;
   font-size: 11px;
   font-weight: bold;
   border:1px solid #24671A;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #B3B7BB;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #24671A;
	display: block;
}
.leftmenumain{
	background-color: #24671A;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #24671A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}



/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#24671A;
	font-size:10px; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#24671A; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#24671A; 
	text-decoration:underline;
}



/* 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%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* 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:top;
	text-align:left;
}

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 !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !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 {}