/* tabs */
#flowtabs {  
	margin:0 !important; 
	padding:0;
	width:903px;
	height:31px !important;
}

#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 31px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 113px;
	background: url('../../images/dealerProducts/eBrochureTabs.png') no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -112px 0; }
#flowtabs #t3 			{ background-position: -225px 0; }
#flowtabs #t4 			{ background-position: -337.5px 0; }
#flowtabs #t5 			{ background-position: -450px 0; }
#flowtabs #t6 			{ background-position: -562.5px 0; }
#flowtabs #t7 			{ background-position: -675px 0; }
#flowtabs #t8 			{ background-position: -787.5px 0; width:112px;}
 
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -112px -33px; }
#flowtabs #t3:hover 	{ background-position: -225px -33px; }
#flowtabs #t4:hover 	{ background-position: -337.5px -33px; }
#flowtabs #t5:hover 	{ background-position: -450px -33px; }
#flowtabs #t6:hover 	{ background-position: -562.5px -33px; }
#flowtabs #t7:hover 	{ background-position: -675px -33px; }
#flowtabs #t8:hover 	{ background-position: -787.5px -33px; }

#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -112px -66px; }
#flowtabs #t3.current { background-position: -225px -66px; }
#flowtabs #t4.current { background-position: -337.5px -66px; }
#flowtabs #t5.current { background-position: -450px -66px; }
#flowtabs #t6.current { background-position: -562.5px -66px; }
#flowtabs #t7.current { background-position: -675px -66px; }
#flowtabs #t8.current { background-position: -787.5px -66px; }


/* panes */
#flowpanes {
	background:transparent url(../../images/dealerProducts/tabsBottom.png) no-repeat;
	width:900px;
	height:320px;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#ffffff;
    text-align: left;
	margin:10px 10px;
    font-size: 0.95em;
}

/* h2 inside pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
}

