body {
	text-align:center;
	background:#c3e37e url(../styleImages/backgrounds/bg.gif);
	font-family:"Trebuchet MS", arial;
	font-size:12px;
}
#pageSurround {
	width: 95%;
	margin: 0px auto;
	padding: 5px;

}

#container{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background:#FFFFFF;
}

#header {
	height:105px;
	width:100%;
	background:#FFFFFF url(../styleImages/backgrounds/homepage-header.jpg);
	position:relative;
}

#search{
	background:url(../styleImages/backgrounds/search-bar.png);
	width:384px;
	height:49px;
	position:absolute;
	bottom:8px;
	right:15px;
}

#search-bar{
	position:relative;
	top:5px;
	left:10px;
}

#search-bar p,
#mail-list p{
	display:inline;
	margin:0;
}

#search-bar fieldset,
#mail-list fieldset{
	display:inline;
	margin-left:0;
	margin-right:0;
	padding:0;
	border:0;
}

input#search-item{
	font-family:'Trebuchet MS', arial;
	font-size:12px;
	margin-left:5px;
	width:170px;
	border:1px solid #CD6604;
}

#navigation{
	height:36px;
	width:976px;
	border-left:2px solid #cd6604;
	border-right:2px solid #cd6604;
	background:#cd6604 url(../styleImages/backgrounds/navbar-bg.png) repeat-x;
}

#navigation ul{
	margin:0;
	padding:0;
}


#navigation ul li{
	list-style:none;
	display:inline;
	margin:0;
}

#navigation ul li a{
	font-size:13px;
	padding: 10px 13px 11px 13px;
	position:relative;
	top:9px;
	text-decoration:none;
	color:#000000;
}

#navigation ul li a.active,
#navigation ul li a:hover{
	background:#C3E37E url(../styleImages/backgrounds/navbar-hover.png) repeat-x;
}

#main{
	min-height:560px;
	width:976px;
	border-left:2px solid #cd6604;
	border-right:2px solid #cd6604;
	background:#FFFFFF;
}

#main-content{
	float:left;
	width:809px;
	min-height:560px;
	background:#FFFFFF;
}

#main-content-cart{
	float:left;
	width:976px;
	min-height:560px;
	background:#FFFFFF;
}

#content{
	float:right;
	width:602px;
	min-height:530px;
	background:#FFFFFF;
	text-align:justify;
	padding:15px 20px;
	/*line-height:15px;*/
}

#content-cart{
	float:right;
	width:774px;
	min-height:530px;
	background:#FFFFFF;
	text-align:justify;
	padding:15px;
	/*line-height:15px;*/
}

#content table tr td{
	padding-bottom:9px;
}

#content table tr td.table-left{
	padding-right:13px;
	padding-left:3px;
}

#left-bar,
#right-bar{
	width:167px;
	min-height:550px;
	background:#FFFFFF;
	padding-top:10px;
	float:right;
}

#left-bar ul,
#right-bar ul{
	margin:0;
	padding:0;
}

#left-bar ul li,
#right-bar ul li{
	list-style:none;
	margin:5px 5px 10px 5px;
}

#footer{
	clear:both;
	width:100%;
	height:140px;
	background: url(../styleImages/backgrounds/footer.png) bottom no-repeat;
	font-size:10px;
}

#footer p#footer-left{
	margin:0 0 0 10px;
	float:left;
	position:relative;
	top:4px;
}

#footer p#footer-right{
	margin:0 10px 0 0;
	float:right;
	text-align:right;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

#footer a:hover{
	color:#C3E37E;
}

#footer p#footer-right a img{
	position:relative;
	top:4px;
}

#footer #footer-border{
	width:976px;
	border-left:2px solid #cd6604;
	border-right:2px solid #cd6604;
	background:#FFFFFF;
}

#footer #footer-border #footer-lists{
	margin-left:auto;
	margin-right:auto;
	width: 880px;
	border-top:1px solid #66BBBA;
}

#footer #footer-border #footer-lists ul{
	list-style:none;
	font-size:12px;
	float:left;
	margin-top:10px;
}

#footer #footer-border #footer-lists ul li{
	width:185px;
}

#footer #footer-border #footer-lists ul li.header{
	background:#70CDCC;
	border:1px solid #66BBBA;
	text-align:center;
	margin-bottom:8px;
	color:#FFFFFF;
	padding:2px 0;
}

#footer #footer-border #footer-lists ul li p.footer-p-left{
	margin:0 0 0 5px;
	width:70px;
	float:left;
}

#footer #footer-border #footer-lists ul li p.footer-p-right{
	margin:0;
	width:105px;
	float:right;
}

#footer #footer-border #footer-lists ul li p.footer-p{
	margin:0 0 0 5px;
	width:185px;
}

#footer-bg{
	background:url(../styleImages/backgrounds/footer.png) bottom;
	padding-bottom:5px;
}

.boxTitleLeft, .boxTitleRight {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #70cdcc;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
	width:152px;
}

.boxTitleLeft, .boxContentLeft{
	margin-left:5px;
}

.boxTitleRight, .boxContentRight{
	margin-right:5px;
	position:relative;
	right:0;
}

.boxContentLeft, .boxContentRight {
	border: 1px solid #E1E1E1;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.banners{
	border:0;
	padding:0;
}


#basket-header{
	background:url(../styleImages/backgrounds/bg-tops.jpg) 0 0;
	border:0;
}

.box-body{
	padding: 5px;
	width:148px;
	border-left:2px solid #CD6604;
	border-right:2px solid #CD6604;
	border-top:0;
	border-bottom:0;
	margin-bottom:0;
}

.box-footer{
	background:url(../styleImages/backgrounds/box-footer.jpg) no-repeat;
	border:0;
}

#information-header{
	background:url(../styleImages/backgrounds/bg-tops.jpg) 0 -30px;
	border:0;
}

#featured-header{
	background:url(../styleImages/backgrounds/bg-tops.jpg) 0 -60px;
	border:0;
}

#guest-header{
	background:url(../styleImages/backgrounds/bg-tops.jpg) 0 -90px;
	border:0;
}

#welcome-header{
	background:url(../styleImages/backgrounds/bg-tops.jpg) 0 -120px;
	border:0;
}

#mailing-header{
	background:url(../styleImages/backgrounds/bg-tops.jpg) 0 -150px;
	border:0;
}

#useful-header{
	background:url(../styleImages/backgrounds/useful-top.jpg);
	border:0;
}


.boxCategories {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	float: right;
}
.boxContent {
	border: 1px solid #70CDCC;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}



/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 7px;
	margin-bottom: 20px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #70CDCC;
	margin: 5px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	width: 110px;
	position:inherit;
}

.subCat td{
	vertical-align:top;
	width:150px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 19%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 175px;
	float: left;
	overflow: hidden;
	position: relative;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	
}

.li-nav a {
	padding: 2px 1px;
	background-color: #ffffff;
	width: 140px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
.li-nav a:hover {
	background-color: #ffffff;
	color: #c3e37e;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 140px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 4px solid #70cdcc;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}

/*
End Cross-Browser DHTML Menu
*/


/* product content tabs */
a{outline:none;}
div.tablayout {width: 100%;margin: 0 0 20px 0; }      
/*ul.tablayout {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-bottom:-1px; 
}
ul.tablayout li {margin: 0 0px 0 10px;float: left;}*/

html, body {
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;*/
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
}

h1{
	font-size:30px;
	margin:0 0 10px 0;
	color:#70CDCC;
}

h2{
	font-size:20px;
	color: #CD6604;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

/*.searchBtn {
	color: #000000;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	height: 20px;
	width: 45px;
	font-size: 11px;
	font-family:"Trebuchet MS", arial;
}*/
.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.submit {	
	color: #000000;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 30px;
	padding: 0px;
	color: #333333;	
}

li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #c3e37e;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #70cdcc;
	text-decoration: none;
}
.txtButton {
	color: #000000;
	font-size:11px;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #000000;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #70cdcc;
	border: 1px solid #66bbba;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
 	color: #70cdcc;
	font-size:16px;
	font-weight:bold;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtPrice {
	font-size:16px;
	font-weight:bold;
	color: #333333;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #333333;
	text-decoration:none;
	font-size: 12px;
}
a.txtSiteDocs:hover {
	color: #c3e37e;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #333333;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #c3e37e;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #70cdcc;
	height: 15px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 5px;
}
.txtBoxSave {
	color: #70cdcc;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	background-color: #70CDCC;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #c3e37e;
	padding-right: 3px;
}
.txtCart {
	color: #333333;	
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
	font-size:0.95em;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #70cdcc;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited,
a.searchBtn:active, a.searchBtn:link, a.searchBtn:visited{
	color: #000000;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-size:11px;
}
#productAdded {
	color: #000000;
	background-color: #c3e37e;
	border: 1px solid #b1d16c;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 9px 5px 5px 5px;
	text-align: left;
	text-decoration: none;
	height:20px;
	margin-bottom:10px;
}
a.txtviewCart:hover,
a.searchBtn:hover {
	color: #FFFFFF;
	background-color: #70cdcc;
	border: 1px solid #66bbba;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-size:11px;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #c3e37e;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	background-color: #ffffff;
	padding: 3px;
}

.RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

.RatingBottom {
	background-color: #e1e1e1;
	padding: 3px;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

.valid{
	color:#FF0000;
}

.blue_border{
	border: 1px solid #70CDCC;
}

.red_border{
	border: 1px solid #FF0000;
}

/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	background-color: #c3e37e;
	padding: 1px 1em;
	position: relative;
}

.divEmailInfo p,
.divEmailInfo ol li {
	text-align:left;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	border: 1px dashed #94DA3A;
}

/* Table and field sizes/alignment */
table.contactForm {
	margin: 0 auto;
	width: 100%;
}
.contactForm input.textbox {
	width: 96%;
}
.contactForm select {
	/*width: 243px;*/
}
.contactForm textarea {
	width: 99%;
	height: 160px;
}

/* This is for the CAPTCHA */
#recaptcha_area {
	margin: 0.5em 0;
}
.recaptcha_theme_white .required, .recaptcha_theme_blackglass .required, .recaptcha_theme_red .required {
	border: 1px solid #70CDCC !important;
}
.recaptcha_theme_white .validation-failed, .recaptcha_theme_blackglass .validation-failed, .recaptcha_theme_red .validation-failed {
	border: 2px solid #FF3333 !important;
}
.recaptcha_theme_white .validation-passed, .recaptcha_theme_blackglass .validation-passed, .recaptcha_theme_red .validation-passed {
	border: 1px solid #B1D16C !important;
}
.recaptcha_theme_white .validation-advice, .recaptcha_theme_blackglass .validation-advice, .recaptcha_theme_red .validation-advice {
    display: none;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */

legend {
	color: #F2F2F2;
}

.panel,
.panel-holder,
.cont {
	clear: both;
	display: none;
	background-color: #ffffff;
	padding: 1em;
	border:1px solid #66BBBA;
}

.panel-holder,
.cont{
	display:block;
}

#mainmenu{
	position:relative;
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
}
.bar {
	padding: 5px;
	background-color: #3e3e3e;
}

#tabs,
ul.tablayout {
	/*position: absolute;
	top: 55px;*/
	height: 28px;
	list-style: none;
	margin-left:0;
	margin-bottom:0;
}

#tabs li,
ul.tablayout li {
	float: left;
}

#tabs a,
ul.tablayout a  {
	float: left;
	padding: 7px;
	margin-left:4px;
	background-color: #c3e37e;
	text-decoration: none;
	color: #333333;
	border: 1px solid #B1D16C;
}

#tabs a.first,
ul.tablayout a#first-tab {
	margin-left:0;
}

#tabs a.active-tab,
ul.tablayout a.active {
	background-color: #70CDCC;
	color: #FFFFFF;
	border: 1px solid #66BBBA;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../../images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
div#test-accordion,
div#sitemap-others{
    margin: 10px;
    border: 1px solid #70CDCC;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #C3E37E;   
    cursor: pointer;
	padding:2px 0 2px 2px;
}

div.accordion-toggle-active{
	background: #70CDCC;	
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #fff;
	border-bottom: 1px solid #70CDCC;
}

.accordion-a{
	padding:2px 0 2px 5px;
}

.accordion-a a{
	color:#000000;
	text-decoration:none;
}

.accordion-a a:hover{
	color:#C3E37E;
}
