

/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:760px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	float:left;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;

}

/* single tab */
#flowtabs li {
	list-style:none;
	display:inline; 
	float:left; 
	margin:0 ; 
	padding:0;  
	list-style-type:none;
	background:url(../images/tab-divider.jpg) right center no-repeat;
}

/* a- tag inside single tab */
#flowtabs li a {
	background:url(../images/tab-middle.jpg) top center repeat-x;
	display:block;
   	
	padding:7px 5px 13px 5px;
	width:102px;
	
	/* font decoration */
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ }
#flowtabs #t2 			{  }
#flowtabs #t3 			{ }
#flowtabs #t4 			{ }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#a9ff02;border:none; text-decoration:none;	 background:url(../images/menu-hover.gif) top center no-repeat; margin-top:2px; }
#flowtabs #t1:hover 	{  background:url(../images/menu-hover.gif) top center no-repeat; }
#flowtabs #t2:hover 	{  background:url(../images/menu-hover.gif) top center no-repeat; }
#flowtabs #t3:hover 	{  background:url(../images/menu-hover.gif) top center no-repeat;}
#flowtabs #t4:hover 	{ background:url(../images/menu-hover.gif) top center no-repeat; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#a9ff02;  background:url(../images/menu-hover.gif) top center no-repeat;margin-top:2px;}
#flowtabs #t1.current {background:url(../images/menu-hover.gif) top center no-repeat; }
#flowtabs #t2.current { background:url(../images/menu-hover.gif) top center no-repeat; }
#flowtabs #t3.current {  background:url(../images/menu-hover.gif) top center no-repeat; }
#flowtabs #t4.current { background:url(../images/menu-hover.gif) top center no-repeat; }
#flowtabs #t5.current {background:url(../images/menu-hover.gif) top center no-repeat; }


/* panes */
#flowpanes {
	background: url(/tools/img/tabs/blue_panes.jpg) no-repeat 0 -100px;		
	width:675px;
	height:400px;
	float:left;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:20px 0 20px 0px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}

#next{
position:absolute; z-index:100; left:314px; top:140px;
	}
#prv{
position:absolute; z-index:100;  left:-314px; top:140px;
	}
