﻿#homePage_slideshowContainer 
{position: relative;float:left;height:408px;width:725px;}

#homePage_slideshow
{height:408px;width:725px;float:left;margin: 0;padding: 0;display: inline;position: relative;}

#homePage_slideNav 
{position: absolute;top:371px;left:20px;z-index: 50;padding: .6em;font-size: 1em;filter:alpha(opacity=60);opacity:0.6;}

#homePage_slideNav:hover 
{filter:alpha(opacity=100);opacity:1.0;}

#homePage_slideNav a 
{padding: 0em .3em;border: 1px solid #444;margin: .1em;color: #817A67;background-color: #fff;}

#homePage_slideNav a.activeSlide 
{padding: 0 .3em;border: 1px solid #444;margin: .1em;background-color: #ACA594;color: #fff;}

.homePage_slideshowPauseResumeContainer
{position:relative;}

.homePage_slideshowPauseResume
{z-index:100;position:absolute;top:377px;left:7px;filter:alpha(opacity=60);opacity:0.6;height:18px;width:18px;overflow:hidden;}

.homePage_slideshowPauseResume:hover
{filter:alpha(opacity=100);opacity:1.0;}

.homePage_slideshowPauseResume .pause, .homePage_slideshowPauseResume .resume
{border: 1px solid #444;margin: .1em;color: #00776A;background-color: #fff;width:18px;height:18px;text-align:center;cursor:pointer;float:left;}

.homePage_slideshowPauseResume .resume
{display:none;background-image:url('../../current/img/homepage/slideshow_play.jpg')}

.homePage_slideshowPauseResume .pause
{background-image:url('../../current/img/homepage/slideshow_pause.jpg')}

.homePage_topRight
{float:left;height:408px;width:212px;background-color:#ccc;margin-left:2px}


.productClassContainerParent {width: 607px; border-right: 1px solid #C5CCCA; }
.productClassContainer {float:left; width: 187px; height:155px; margin: .5em; text-align: center;}
.productClassContainer img {width:187px;}

#homePage_rightColumn
{float:left; width: 312px;}

.homePage_rightColumnItem
{border:1px solid #C5CCCA;margin-bottom:5px;}

.homePage_thirds
{float:left;width:311px;height:120px;background-color:#efefef;margin:2px 2px 0 0;}


/*---ACCORDION CSS */
.ui-accordion {width:629px; margin: 0 5px;float:left;}

.ui-accordion-header{border: 1px solid #C5CCCA; cursor: pointer; margin: 0 0 0 0; letter-spacing: .1em; font-size: 1.3em; font-weight: normal}

.ui-accordion-content{ padding: 10px; border: 1px solid #C5CCCA;; 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-state-active { border-bottom: 0 !important; background-color:#D2D7D5;}
.ui-accordion .ui-accordion-header a { display: block; padding: .3em; }
.ui-accordion .ui-accordion-header .ui-icon { width:28px;height:28px; }

.ui-icon-plusthick {float:right;background-image:url('../../current/img/homepage/accordion_expand.jpg') }
.ui-icon-minusthick { background-position: -64px -128px; }

