/* Tabs 
---------------------------------------- */
.flowtabs-container {
	position: relative;
	padding-top: 30px;
}
#flowtabs {
	position: absolute;
	top: 1px; 
	left: 0; 
	padding: 0; 
	margin: 0;	
}
#flowtabs ul { 
	position: relative; 
	list-style: none;
	height: 18px; 
	padding: 0; 
	margin: 0; 
	border-bottom: 1px solid #818181;
}
#flowtabs li { 
	float:left; 
	display: inline-block;
	height: 30px;
	padding-right: 12px;
	background: url(/images/tabs/blue-tabs.png) no-repeat 100% -154px; 
}
#flowtabs li:hover { 
	float:left; 
	display: inline-block;
	height: 30px;
	padding-right: 12px;
	background: url(/images/tabs/blue-tabs.png) no-repeat 100% -154px; 
}
#flowtabs li a { 
	display: inline-block;
	height: 30px; 
	font-size: 12px; 
	line-height: 30px; 
	text-align: center; 
	text-decoration: none;
	color: #666;
	padding-left:  12px; 
	background: url(/images/tabs/blue-tabs.png) no-repeat 0 -62px;
}
#flowtabs li a:hover, #flowtabs li a.active { 
	display: inline-block;
	height: 30px; 
	font-size: 12px; 
	line-height: 30px; 
	text-align: center; 
	text-decoration: none;
	color: #005582;
	padding-left:  12px; 
	background: url(/images/tabs/blue-tabs.png) no-repeat 0 -62px;
}

/* Panes/Panels 
---------------------------------------- */
/* NOTE 1: This is where you adjust the height of the panel */
/* NOTE 2: 40px vertical padding will be added to the panel box automatically */
#flowpanes {		
	/* width: 600px; */
	height: 250px;
	border-style: solid;
	border-color: #818181;
	border-width: 1px;
 	
}
/* Display pane */
#flowpanes div { display: none; }
#flowpanes .content { 
	width: 560px; 
	padding: 20px; 
}
/* our additional wrapper element for the items */
#flowpanes .items {
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
}

/* Panes 
---------------------------------------- */
#flowpanes .pane1 { 
	height: 210px;
}
#flowpanes .pane2 { 
	height: 210px;
}
#flowpanes .pane3 { 
	height: 210px;
}
#flowpanes .pane1 ul, .pane2 ul, .pane3 ul { 
	list-style: none;
	padding: 0; 
	margin: 0;  
}
/* 
#flowpanes .pane1 img, 
#flowpanes .pane2 img, 
#flowpanes .pane3 img { float: left; margin: 0 10px 10px 0; }
*/

/* NOTES
---------------------------------------- 
#flowtabs a.current { cursor:default; color:#fff; line-height:34px; }
#flowtabs #t1.current { background-position: 0 -66px; }
#flowtabs #t2.current { background-position: -189px -66px; }
#flowtabs #t3.current { background-position: -378px -66px; }
#flowtabs #t4.current { background-position: -567px -66px; }

*/

