* { 
    -moz-box-sizing: border-box; 
}
/* COLOURS yellow FAEBD7  Red A52A2A  Purple 68228B*/
body{
	font-size:16px;
	text-align:left;
	margin:0px;
	font-family: Calibri, Tahoma, Times, Verdana;
	background-color: #FFFFFF;
}

h1{
	font-family: Calibri, Tahoma, Times, Verdana;
	;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/* global styles */
a { color:#175D7F; 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:760px;	/* change value to adjust width */
	text-align:left;
	margin:5px auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* 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 10px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#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: 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 {
	padding:5px;
	border:0px 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:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* 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:#eee;
	padding:10px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* 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 {
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color: #FFFFFF;
}

#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 */
#main {
	text-align:center;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* 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; }

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	background:#E1E1E1;
	padding-bottom:10px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	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: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* 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 #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	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;
}

/* 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;
}

.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 {}

.wrapper {
	position: absolute;
	width: 950px;
	left: 0px;
	top: 0px;
	height: 500px;

}

.topleft {
	position: absolute;
	height: 35px;
	width: 250px;
	left: 0px;
	top: 0px;
	

}

.topright {
	position: absolute;
	height: 35px;
	width: 700px;
	left: 250px;
	top: 28px;
	border: medium dashed #0066FF;
}
.leftnav {
	width: 250px;
	height: 350px;
	left: 0px;
	top: 120px;
	position: absolute;
	

}
.mainframe {
	position: absolute;
	width: 700px;
	left: 250px;
	top: 57px;
}


/* bambo links-*/
#productsbambo
{
  display: block;
  width: 85px;
  height: 33px;
  background: url("../images/products/bambo.gif") no-repeat 0 0;
  position: relative;
	left: 0px;
	top: 0px;
}
#productsbambo:hover
{ 
  background-position: 0 -33px;
}
#productsbambo span
{
  display: none;
}
#aboutbambo
{
	display: block;
	width: 64px;
	height: 33px;
	background: url("../images/about/bambo.gif") no-repeat 0 0;
	position: relative;
	left: 85px;
	top: -33px;
}
#aboutbambo:hover
{ 
  background-position: 0 -33px;
}
#aboutbambo span
{
  display: none;
}
#stockistsbambo
{
  display: block;
  width: 88px;
  height: 33px;
  background: url("../images/stockists/bambo.gif") no-repeat 0 0;
  position: relative;
	left: 149px;
	top: -66px;
}
#stockistsbambo:hover
{ 
  background-position: 0 -33px;
}
#stockistsbambo span
{
  display: none;
}
#mediabambo
{
  display: block;
  width: 109px;
  height: 33px;
  background: url("../images/media/bambo.gif") no-repeat 0 0;
  position: relative;
	left:237px;
	top: -99px;
}
#mediabambo:hover
{ 
  background-position: 0 -33px;
}
#mediabambo span
{
  display: none;
}
/*end bambo links*/

/* babynova links-*/
#productsbabynova
{
  display: block;
  width: 85px;
  height: 33px;
  background: url("../images/products/babynova.gif") no-repeat 0 0;
  position: relative;
	left: 0px;
	top: 0px;
}
#productsbabynova:hover
{ 
  background-position: 0 -33px;
}
#productsbabynova span
{
  display: none;
}
#aboutbabynova
{
	display: block;
	width: 64px;
	height: 33px;
	background: url("../images/about/babynova.gif") no-repeat 0 0;
	position: relative;
	left: 85px;
	top: -33px;
}
#aboutbabynova:hover
{ 
  background-position: 0 -33px;
}
#aboutbabynova span
{
  display: none;
}
#stockistsbabynova
{
  display: block;
  width: 88px;
  height: 33px;
  background: url("../images/stockists/babynova.gif") no-repeat 0 0;
  position: relative;
	left: 149px;
	top: -66px;
}
#stockistsbabynova:hover
{ 
  background-position: 0 -33px;
}
#stockistsbabynova span
{
  display: none;
}
#mediababynova
{
  display: block;
  width: 109px;
  height: 33px;
  background: url("../images/media/babynova.gif") no-repeat 0 0;
  position: relative;
	left:237px;
	top: -99px;
}
#mediababynova:hover
{ 
  background-position: 0 -33px;
}
#mediababynova span
{
  display: none;
}
/*end babynova links*/


/* rockstar links-*/
#productsrockstar
{
  display: block;
  width: 85px;
  height: 33px;
  background: url("../images/products/rockstar.gif") no-repeat 0 0;
  position: relative;
	left: 0px;
	top: 0px;
}
#productsrockstar:hover
{ 
  background-position: 0 -33px;
}
#productsrockstar span
{
  display: none;
}
#aboutrockstar
{
	display: block;
	width: 64px;
	height: 33px;
	background: url("../images/about/rockstar.gif") no-repeat 0 0;
	position: relative;
	left: 85px;
	top: -33px;
}
#aboutrockstar:hover
{ 
  background-position: 0 -33px;
}
#aboutrockstar span
{
  display: none;
}
#stockistsrockstar
{
  display: block;
  width: 88px;
  height: 33px;
  background: url("../images/stockists/rockstar.gif") no-repeat 0 0;
  position: relative;
	left: 149px;
	top: -66px;
}
#stockistsrockstar:hover
{ 
  background-position: 0 -33px;
}
#stockistsrockstar span
{
  display: none;
}
#mediarockstar
{
  display: block;
  width: 109px;
  height: 33px;
  background: url("../images/media/rockstar.gif") no-repeat 0 0;
  position: relative;
	left:237px;
	top: -99px;
}
#mediarockstar:hover
{ 
  background-position: 0 -33px;
}
#mediarockstar span
{
  display: none;
}
/*end rockstar links*/
/* clearlyherbal links-*/
#productsclearlyherbal
{
  display: block;
  width: 85px;
  height: 33px;
  background: url("../images/products/clearlyherbal.gif") no-repeat 0 0;
  position: relative;
	left: 0px;
	top: 0px;
}
#productsclearlyherbal:hover
{ 
  background-position: 0 -33px;
}
#productsclearlyherbal span
{
  display: none;
}
#aboutclearlyherbal
{
	display: block;
	width: 64px;
	height: 33px;
	background: url("../images/about/clearlyherbal.gif") no-repeat 0 0;
	position: relative;
	left: 85px;
	top: -33px;
}
#aboutclearlyherbal:hover
{ 
  background-position: 0 -33px;
}
#aboutclearlyherbal span
{
  display: none;
}
#stockistsclearlyherbal
{
  display: block;
  width: 88px;
  height: 33px;
  background: url("../images/stockists/clearlyherbal.gif") no-repeat 0 0;
  position: relative;
	left: 149px;
	top: -66px;
}
#stockistsclearlyherbal:hover
{ 
  background-position: 0 -33px;
}
#stockistsclearlyherbal span
{
  display: none;
}
#mediaclearlyherbal
{
  display: block;
  width: 109px;
  height: 33px;
  background: url("../images/media/clearlyherbal.gif") no-repeat 0 0;
  position: relative;
	left:237px;
	top: -99px;
}
#mediaclearlyherbal:hover
{ 
  background-position: 0 -33px;
}
#mediaclearlyherbal span
{
  display: none;
}
/*end clearlyherbal links*/

/* totseat links-*/
#productstotseat
{
  display: block;
  width: 85px;
  height: 33px;
  background: url("../images/products/totseat.gif") no-repeat 0 0;
  position: relative;
	left: 0px;
	top: 0px;
}
#productstotseat:hover
{ 
  background-position: 0 -33px;
}
#productstotseat span
{
  display: none;
}
#abouttotseat
{
	display: block;
	width: 64px;
	height: 33px;
	background: url("../images/about/totseat.gif") no-repeat 0 0;
	position: relative;
	left: 85px;
	top: -33px;
}
#abouttotseat:hover
{ 
  background-position: 0 -33px;
}
#abouttotseat span
{
  display: none;
}
#stockiststotseat
{
  display: block;
  width: 88px;
  height: 33px;
  background: url("../images/stockists/totseat.gif") no-repeat 0 0;
  position: relative;
	left: 149px;
	top: -66px;
}
#stockiststotseat:hover
{ 
  background-position: 0 -33px;
}
#stockiststotseat span
{
  display: none;
}
#mediatotseat
{
  display: block;
  width: 109px;
  height: 33px;
  background: url("../images/media/totseat.gif") no-repeat 0 0;
  position: relative;
	left:237px;
	top: -99px;
}
#mediatotseat:hover
{ 
  background-position: 0 -33px;
}
#mediatotseat span
{
  display: none;
}
/*end totseat links*/


.bambo {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(../bambo_bg.gif); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.bambo li {float:left;}
.bambo li a {display:block; float:left; height:35px; line-height:35px; color:#FFF; text-decoration:none; font-size:13px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.bambo li a b {float:left; display:block; padding:0 16px 0 8px;}
.bambo li.current a {color:#fff; background:url(../bambo_down.gif);}
.bambo li.current a b {background:url(../bambo_down.gif) no-repeat right top;}
.bambo li a:hover {color:#fff; background:#000 url(../bambo_up.gif);}
.bambo li a:hover b {background:url(../bambo_up.gif) no-repeat right top;}
.bambo li.current a:hover {color:#fff; background:#000 url(../bambo_down.gif); cursor:default;}
.bambo li.current a:hover b {background:url(../bambo_down.gif) no-repeat right top;}


.rockstar {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../rockstar_bg.gif);
	position:relative;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #444;
	border-left-color: #000;
}
.rockstar li {float:left;}
.rockstar li a {display:block; float:left; height:35px; line-height:35px; color:#FFF; text-decoration:none; font-size:13px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.rockstar li a b {float:left; display:block; padding:0 16px 0 8px;}
.rockstar li.current a {color:#fff; background:url(../rockstar_up.gif);}
.rockstar li.current a b {background:url(../rockstar_up.gif) no-repeat right top;}
.rockstar li a:hover {color:#fff; background:#000 url(../rockstar_up.gif);}
.rockstar li a:hover b {background:url(../rockstar_up.gif) no-repeat right top;}
.rockstar li.current a:hover {color:#fff; background:#000 url(../one_2.gif); cursor:default;}
.rockstar li.current a:hover b {background:url(../one_2.gif) no-repeat right top;}

.clearlyherbal {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../clearlyherbal_bg.gif);
	position:relative;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #444;
	border-left-color: #000;
}
.clearlyherbal li {float:left;}
.clearlyherbal li a {display:block; float:left; height:35px; line-height:35px; color:#FFF; text-decoration:none; font-size:13px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.clearlyherbal li a b {float:left; display:block; padding:0 16px 0 8px;}
.clearlyherbal li.current a {color:#000; background:url(../clearlyherbal_up.gif);}
.clearlyherbal li.current a b {background:url(../clearlyherbal_up.gif) no-repeat right top;}
.clearlyherbal li a:hover {color:#000; background:#000 url(../clearlyherbal_up.gif);}
.clearlyherbal li a:hover b {background:url(../clearlyherbal_up.gif) no-repeat right top;}
.clearlyherbal li.current a:hover {color:#000; background:#000 url(../two_2.gif); cursor:default;}
.clearlyherbal li.current a:hover b {background:url(../two_2.gif) no-repeat right top;}

.totseat {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../totseat_bg.gif);
	position:relative;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #444;
	border-left-color: #000;
}
.totseat li {float:left;}
.totseat li a {display:block; float:left; height:35px; line-height:35px; color:#FFF; text-decoration:none; font-size:13px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.totseat li a b {float:left; display:block; padding:0 16px 0 8px;}
.totseat li.current a {color:#000; background:url(../four_2.gif);}
.totseat li.current a b {background:url(../totseat_up.gif) no-repeat right top;}
.totseat li a:hover {color:#000; background:#000 url(../totseat_up.gif);}
.totseat li a:hover b {background:url(../totseat_up.gif) no-repeat right top;}
.totseat li.current a:hover {color:#000; background:#000 url(../totseat_up.gif); cursor:default;}
.totseat li.current a:hover b {background:url(../four_2.gif) no-repeat right top;}

.babynova {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../babynova_bg.gif);
	position:relative;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #444;
	border-left-color: #000;
}
.babynova li {float:left;}
.babynova li a {display:block; float:left; height:35px; line-height:35px; color:#FFF; text-decoration:none; font-size:13px; font-family:Calibri, Tahoma, Times, Verdana; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.babynova li a b {float:left; display:block; padding:0 16px 0 8px;}
.babynova li.current a {color:#000; background:url(../five_2.gif);}
.babynova li.current a b {background:url(../five_1.gif) no-repeat right top;}
.babynova li a:hover {color:#000; background:#000 url(../babynova_up.gif);}
.babynova li a:hover b {background:url(../babynova_up.gif) no-repeat right top;}
.babynova li.current a:hover {color:#000; background:#000 url(../five_2.gif); cursor:default;}
.babynova li.current a:hover b {background:url(../five_2.gif) no-repeat right top;}

.franckfischer {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../franckfischer_bg.gif);
	position:relative;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #444;
	border-left-color: #000;
}
.franckfischer li {float:left;}
.franckfischer li a {display:block; float:left; height:35px; line-height:35px; color:#FFF; text-decoration:none; font-size:13px; font-family:Calibri, Tahoma, Times, Verdana; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.franckfischer li a b {float:left; display:block; padding:0 16px 0 8px;}
.franckfischer li.current a {color:#000; background:url(../five_2.gif);}
.franckfischer li.current a b {background:url(../five_1.gif) no-repeat right top;}
.franckfischer li a:hover {color:#000; background:#000 url(../franckfischer_up.gif);}
.franckfischer li a:hover b {background:url(../franckfischer_up.gif) no-repeat right top;}
.franckfischer li.current a:hover {color:#000; background:#000 url(../five_2.gif); cursor:default;}
.franckfischer li.current a:hover b {background:url(../five_2.gif) no-repeat right top;}

.amberease {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../amberease_bg.gif);
	position:relative;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #444;
	border-left-color: #000;
}
.amberease li {float:left;}
.amberease li a {display:block; float:left; height:35px; line-height:35px; color:#FFF; text-decoration:none; font-size:13px; font-family:Calibri, Tahoma, Times, Verdana; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.amberease li a b {float:left; display:block; padding:0 16px 0 8px;}
.amberease li.current a {color:#000; background:url(../five_2.gif);}
.amberease li.current a b {background:url(../five_1.gif) no-repeat right top;}
.amberease li a:hover {color:#FFF; background:#000 url(../amberease_up.gif);}
.amberease li a:hover b {background:url(../amberease_up.gif) no-repeat right top;}
.amberease li.current a:hover {color:#000; background:#000 url(../five_2.gif); cursor:default;}
.amberease li.current a:hover b {background:url(../five_2.gif) no-repeat right top;}

.ethman {
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url();
	position:relative;
	border:0px solid #68228B;
	border-width:0px 0px;
	border-bottom:0px solid #68228B;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}/*../three_0.gif*/
.ethman li {float:left;}


.ethman li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#A52A2A;
	text-decoration:none;
	font-size:14px;
	font-family:Calibri, Tahoma, Times, Verdana;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
	background-image: url(../ethman_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ethman li a b {float:left; display:block; padding:0 16px 0 8px; background-image: url(../ethman_up.gif); background-position: right top;}

/*.ethman li.current a {color:#fff; background:url();}/*../three_2.gif
.ethman li.current a b {background:url() no-repeat right top;}/*../three_2.gif*/

.ethman li a:hover {color:#A52A2A; background:#FFF url(../ethman_down.gif); text-decoration: none;}
.ethman li a:hover b {background:url(../ethman_down.gif) no-repeat right top;}

/*.ethman li.current a:hover {color:#A52A2A; background:#000 url(../three_2.gif); cursor:default;}
.ethman li.current a:hover b {color:#A52A2A;background:url(../three_2.gif) no-repeat right top;}*/

.rtopleft, .rbottomleft{display:block; }
.rtopleft *, .rbottomleft *{display: block; height: 1px; overflow: hidden}
.r1left{margin: 0 5px; background:#FAEBD7;}
.r2left{margin: 0 3px; background:#FAEBD7;}
.r3left{margin: 0 2px; background:#FAEBD7;}
.r4left{margin: 0 1px; height: 2px; background:#FAEBD7;}

.rtopcentre, .rbottomcentre{display:block; }
.rtopcentre *, .rbottomcentre *{display: block; height: 1px; overflow: hidden}
.r1centre{margin: 0 5px; background:#FAEBD7;}
.r2centre{margin: 0 3px; background:#FAEBD7;}
.r3centre{margin: 0 2px; background:#FAEBD7;}
.r4centre{margin: 0 1px; height: 2px; background:#FAEBD7;}

.login {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(); position:relative; border:0px solid #68228B; border-width:0px 0px; border-bottom:0px solid #68228B;}/*../three_0.gif*/
.login li {float:left;}


.login li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#FAEBD7;
	text-decoration:none;
	font-size:14px;
	font-family:Calibri, Tahoma, Times, Verdana;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
	background-image: url(../login_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.login li a b {float:left; display:block; padding:0 16px 0 8px; background-image: url(../login_1.gif); background-position: right top;}

/*.login li.current a {color:#fff; background:url();}/*../three_2.gif
.login li.current a b {background:url() no-repeat right top;}/*../three_2.gif*/

.login li a:hover {color:#FAEBD7; background:#FFF url(../login_2.gif); text-decoration: none;}
.login li a:hover b {background:url(../login_2.gif) no-repeat right top;}

/*.login li.current a:hover {color:#A52A2A; background:#000 url(../three_2.gif); cursor:default;}
.login li.current a:hover b {color:#A52A2A;background:url(../three_2.gif) no-repeat right top;}*/

.leftnavpos {
	position: absolute;
	height: 35px;
	width: 660px;
	left: 250px;
	top: 17px;
}
.rightnavpos {
	position: absolute;
	height: 35px;
	width: 40px;
	left: 850px;
	top: 17px;
}
.border{
	border: 1px solid #CCCCCC;
}
.tableforms{
	background-color: #FFFFFF;
	width: 95%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.errormessage{
	font-style: italic;
	color: #FF0000;
}
.hide{visibility: hidden}