/* everything is constructed with a single background image */

/* root element for tabs */
ul#flowtabs {
	
	/* dimensions */
	width:975px;
	height:30px;
	margin:5px 0px 0px 5px; 
	padding:0;	
	float: left;
        text-align: right;
	position: absolute;
	z-index: 10;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float: left;
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(../../../images/animationsprite.png) no-repeat;
	display:block;
	height: 30px;   
	width: 30px; 	
	padding:0px;
	margin:0px 0px 0px 0px;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	text-indent: -10000em;
}

/* adjust the background image position on each tab */
#flowtabs .click 			{ background-position: 0px -42px; }

 
/* mouseover state */
#flowtabs .click:hover 	{ background-position:      0 -2px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:34px; }
#flowtabs .current { background-position:           0 -2px; }



/* panes */
#flowpanes {
	background: none;		
	width:980px;
	height:359px;	
}



/* some decorations for elements inside single pane */




#flowpanes div.narrow {
	padding-right:160px;		
}
