﻿#homePage_slideshowContainer {
	position: relative;
	width:550px;
	float:left;

}

#homePage_slideshow
{
	height:350px;
	float:left;

	background-color: #B99C89;
	display: inline;
	position: relative;
	background-color: #fff;
	width:550px;
}

#homePage_slideNav {
	position: absolute;
	top:295px;
	right: 0px;
	z-index: 50;
	padding: .6em;
	font-size: 1.2em;
	display: none;
}

#homePage_slideNav a {
	padding: .3em .5em;
	border: 1px solid #444;
	margin: .1em;
	color: #00776A;
	background-color: #fff;
}

#homePage_slideNav a.activeSlide {
	padding: .3em .5em;
	border: 1px solid #444;
	margin: .1em;
	background-color: #17B09F;
	color: #fff;
}

#homePage_topRight {
	float: left;
	width: 247px;
	height: 350px;
	margin-left: 1px;
	display: inline;
	overflow: hidden;
}

#homePage_topRight img{margin-bottom: 1px; width:247px; height: auto}

#homePage_EcoBanner {position: relative;margin-top:1px}
#homePage_priceGuarantee{position: absolute; top: -90px; left: 10px; z-index: 30;}


.homePage_thirds {
	float: left;
	width: 263px;
	height: 146px;
	border: 1px solid #ccc;
	margin: 1px 0 1px .1em;
}

.homePage_thirds h3 {
	margin: .3em .5em;
}

.homePage_bottomQuad {
	float: left;
	width: 198px;
	background-color: #8BA79B;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin: 0 0 0 .1em;
	font-size: 1.2em;
	color: #fff; 
	font-weight: bold; 
}

.homePage_bottomQuad a{display: block; color: #fff; }

#homePage_storeInfo { float:right; width: 228px;padding: .7em; border:1px solid #ccc; margin: .1em 0 0 0em;}
#homePage_storeInfo h1{font-size: 1.2em;}

#homePage_storesProducts{cursor: pointer;}
#homePage_bottomSection {display: none}

.accordionList {list-style-type: none; margin: 0; padding: 0;}
.accordionList li {float: left; width: 72px; height: 110px; margin: .6em .7em; text-align: center;}	
.accordionList li img{width: 72px;}	

/*---ACCORDION CSS */
.ui-accordion {width: 550px;}

.ui-accordion-header{ background: url('../../current/img/homepage/accordion_bg.jpg') repeat-x; border: 1px solid #ccc; cursor: pointer; margin: 2px 0 0 0; letter-spacing: .1em; font-size: 1.4em; font-weight: normal}

.ui-accordion-content{ padding: .5em; border: 1px solid #ccc;; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }

.ui-accordion-content-active{display: block;}

.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; padding: .3em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
/*.ui-icon { width: 16px; height: 16px; background-image: url('../../current/img/ui-icons_222222_256x240.png')/*{iconsContent}*/; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }*/



