/********************************************************************
    File:   
        indexCSS.css

*********************************************************************/

/******************************** 
    ACCORDION
*********************************/
* 
{
    border:0px none; 
    font-family:inherit;  
    font-size: 100%;  
    font-style:inherit;  
    font-weight:inherit;  
    margin:0px;  
    padding:0px;  
    vertical-align:baseline; 
}
#accordionContainer {
	width:930px;
	height:300px;
	overflow:hidden;
	background-color:#444;
	position:relative;
	border:0px solid #EEE;
	padding-top: 1px;
	padding-bottom: 1px;
}

.asyncImgLoadAccordion { clear: none; }

.accordionImgDiv 
{
	width: 600px;
	height: 300px;
	border:0px none; 
	position: absolute;
	border-left:1px solid #222;
	margin-left: 0px;
	background-color: black;
	cursor:pointer;
	overflow: hidden;
}

.accordionImgDiv .slideStrip
{
	position: absolute;
	width: 130px;
	height: 300px;
	left:0px;
	top:0px;
	overflow: hidden;
	background-image: url(loading6.gif);
	background-repeat: no-repeat;
	background-position: 73% 50%;
	background-color: transparent;
}    

.accordionImgDiv .slideDesc
{
  position: absolute;
  left: 15px;
  bottom: 15px;
  font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #eee;     
}

.accordionSlideImage 
{
	border-left: 0px solid #AAA;
	width:600px;
	height:300px;
	display:block;
	background-image: url('loading10.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}    

.accordionDescBack 
{
	bottom:-70px;
	margin-left:0px;
	margin-top:0px;
	position:absolute;
	left:0px;
	width:600px;
	height:70px;
	opacity:0.0;
	filter:alpha(opacity=0); /* IE */
	background-color:#000;
	border-top:1px solid #111;
}

.accordionDesc 
{
	font-weight:normal;
	font-family: verdana;
	font-size:10px;
	padding-top:0px;
	padding-left:10px;
	text-align:left;
	color:#DDD;
	bottom:-70px;
	margin-left:0px;
	margin-top:0px;
	position:absolute;
	left:0px;
	width:600px;
	height:50px;
	opacity:0.0;
	filter:alpha(opacity=0); /* IE */
	background:none;
	border:0px solid red;
	margin-bottom: 25px;
	line-height: 12px;
}

.accordionDescHeader 
{
	margin-top:10px;
	position:static;
	color:#FFF;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	margin-bottom:-24px;
	width: 580px;
}
.accordionDescText {
	font-size: 9px;
	width: 580px;
	position: relative;
}
.p_availability {
	font-size: 9px;
	color: #993;
}
 
/****************************************** 
   NEWS BAR
*******************************************/

#newsBarContainer
{
    margin-left: 40px;
    height: 16px;
    width: 630px;
    float:left;
    margin-top:5px;
    margin-bottom: 5px;
    overflow: hidden;
}

#newsBar
{
    width: 620px;
    left:0px;
    top:0px;
    display:inline;
    background-color: white;
    font: 10px/16px Verdana;
    float:left;
    margin-left: 0px;

}

#newsBarText 
{
   color: #666;
} 
#newsBarTitle 
{
   color: #000;
   font-weight: bold;
} 
.newsBarNews 
{
  display: none; 
}

/****************************************** 
   ACCORDION CONTROL PANEL
*******************************************/

#accordionControlPanel
{
	text-align:right;
	width:250px;
	height:16px;
	margin-right:10px;
	display:inline;
	float:right;
	margin-bottom:5px;
	margin-top:0px;
}

#accorControlBtnDesc
{
    margin-right:0px;
    padding-top:0px;
    margin-top:0px;
    font:10px/16px Verdana;
    color:#666;
    vertical-align:top;
}

.accorControlButton
{
    cursor: pointer;
    vertical-align: top;
}

