/* HORIZONTAL ACCORDION
_______________________________________________________________________________________________*/

/* JAVASCRIPT DISABLED
_______________________________________________________________________________________________*/

.hrzAccordion {
	overflow: hidden;
	/*background: url(../../img/interfaces/horizontal-accordion/slides/slide-zombie-placeholder.png) no-repeat top left;*/
	background: url(../../img/interfaces/horizontal-accordion/slides/slide-welcome-default.png) no-repeat top left;
	/*background: url(../../img/interfaces/horizontal-accordion/slides/slide-marathon-default.gif) no-repeat top left;*/
}

.hrzAccordion li.bpSlide1 {
	float: left;
	width: 602px;
	height: 232px;
	padding: 10px 20px 0 30px;
	margin: 0;
}

.hrzAccordion li.bpSlide1 li {
	margin-left: 14px;
}


.hrzAccordion li.bpSlide2, .hrzAccordion li.bpSlide3 {
	display: none;
}

/* JAVASCRIPT ENABLED
_______________________________________________________________________________________________*/

/* STRUCTURE
_______________________________________________________________________________________________*/

.container .hrzAccordion {
	width: 652px;
	background-image: none;
}
#brandPanel .container {
	width: 100%;
}
#brandPanel ul {
	margin: 0;
	padding:0;
}
#brandPanel .container li {
	float: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#brandPanel .contentContainer {
	padding: 0px;	
	float: left;
	width: 0px;
	height: 232px;	
	overflow: hidden;
}
.contentWrapper {
}
.contentInnerWrapper {
	padding: 10px;
}
.hrzAccordion h3 {
	text-indent: -9999px;
}

/* HANDLES
_______________________________________________________________________________________________*/

.handle {
	float: left;
	width: 34px;
	height: 232px;
	cursor: pointer;
}
.handleOver {
}
.handleSelected {
	cursor: default;
}

/* HANDLES BACKGROUND IMAGES
_______________________________________________________________________________________________*/

#hrzAccordionHandle0 {
	background: url(../../img/interfaces/horizontal-accordion/handles/welcome.gif) no-repeat top left;	
}
#hrzAccordionListItem0 .handleSelected {
	background: url(../../img/interfaces/horizontal-accordion/handles/welcome-selected.gif) no-repeat top left;
}
/*#hrzAccordionHandle0 {
	background: url(../../img/interfaces/horizontal-accordion/handles/zombie.gif) no-repeat top left;	
}
#hrzAccordionListItem0 .handleSelected {
	background: url(../../img/interfaces/horizontal-accordion/handles/zombie-selected.gif) no-repeat top left;
}*/
#hrzAccordionHandle1 {
	background: url(../../img/interfaces/horizontal-accordion/handles/first-class.gif) no-repeat top left;	
}
#hrzAccordionListItem1 .handleSelected {
	background: url(../../img/interfaces/horizontal-accordion/handles/first-class-selected.gif) no-repeat top left;
}
#hrzAccordionHandle2 {
	background: url(../../img/interfaces/horizontal-accordion/handles/weekends.gif) no-repeat top left;	
}
#hrzAccordionListItem2 .handleSelected {
	background: url(../../img/interfaces/horizontal-accordion/handles/weekends-selected.gif) no-repeat top left;
}

/* SLIDES
_______________________________________________________________________________________________*/

#hrzAccordionContent0 {
	background: url(../../img/interfaces/horizontal-accordion/slides/slide-welcome.gif) top left no-repeat;
}
/*#hrzAccordionContent0 {
	background: url(../../img/interfaces/horizontal-accordion/slides/slide-zombie.gif) top left no-repeat;
	position: relative;
}*/
#hrzAccordionContent1 {
	background: url(../../img/interfaces/horizontal-accordion/slides/slide-first-class.gif) top left no-repeat;
}
#hrzAccordionContent2 {
	background: url(../../img/interfaces/horizontal-accordion/slides/slide-weekends.gif) top left no-repeat;
}

/* SLIDE COPY
_______________________________________________________________________________________________*/

#brandPanel .contentContainer p {
	line-height: 23px;
}
#brandPanel .bpBody {
	padding-right: 20px;
	/* padding-top: 10px; */
}

/* WELCOME SLIDE COPY
_______________________________________________________________________________________________*/

#brandPanel h4#bpHeadWelcome {
	padding: 14px 0 0 20px;
}

#brandPanel ul.grey18pxItalic {
	padding: 90px 0 0 20px;
}
#brandPanel ul.grey18pxItalic li {
	display: block;
	line-height: 23px;
	padding-left: 14px;
	background: url(../../img/interfaces/horizontal-accordion/slides/bp-bullet.gif) no-repeat left center;
}
#brandPanel ul.grey16pxItalic li {
	display: block;
	line-height: 23px;
	padding-left: 14px;
	background: url(../../img/interfaces/horizontal-accordion/slides/bp-bullet.gif) no-repeat left center;
}
#brandPanel .contentContainer ul li.last {
	margin-left: 20px;
}

/* FIRST CLASS SLIDE COPY
_______________________________________________________________________________________________*/

#brandPanel .contentContainer h4#bpHeadFirstClass {
	text-align: right;
	padding: 146px 0 0 0;
}
#brandPanel .bpBody {
	padding-right: 12px;
}
#brandPanel .contentContainer p.firstClassBody {
	text-align: right;
	padding: 0;
	}	
	
/* WEEKENDS SLIDE COPY
_______________________________________________________________________________________________*/

#brandPanel .contentContainer h4#bpHeadWeekends {
	text-align: right;
	padding: 120px 0 0 0;
}
#brandPanel .contentContainer p.weekendsBody {
	text-align: right;
	padding: 5px 0 0 0;
}

/* ZOMBIE SLIDE COPY
_______________________________________________________________________________________________*/

/*h1.zombie a {
	background: url(../../img/panels/shim.gif) repeat-x top left;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display:block;
	width:549px;
	height:232px;
}
h1.zombie a span, p.zombieBody span {
	display:block;
	text-indent: -9999px;
}
#brandPanel .contentContainer h4#bpHeadZombie {
	text-align: left;	
	width:549px;
	height:232px;
}
#brandPanel .contentContainer p.zombieBody {
	text-align: left;
	padding: 10px 0 0 0;
	}*/
