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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	position: absolute;
	top: 650px;
	left: 530px;
	width:460px;
	height:31px !important;
	margin:0 auto; !important; 
	text-align: center;
	padding:0;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none!important;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(/tools/img/tabs/blue_panes.jpg) no-repeat;
	display:block;
	height: 39px;   
	width: 100px; 	
	padding: 20px 0 0;
	margin:0px;
	
	/* font decoration */
	color:#fff;
	font-size:15px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
 
/* mouseover state */
#flowtabs a:hover 		{ color:#d2eaca;	 }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#d2eaca; line-height:34px; background: url('images/drop.png') no-repeat top center; }


/* panes */
#flowpanes {	
	width:960px;
	height:650px;
}


/* single pane */
#flowpanes div.panel {
	display:none;	
	color:#fff;	
	margin:20px 70px 20px 125px;
}

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

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

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

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

/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	top: 20px;
}

/* override single pane */
#flowpanes div.panel {
	float:left;
	display:block;
	width:690px;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

/*.trans {
	position: absolute;
	top: 0px;
	margin: 0!important;
	background: url('images/trans.png') no-repeat top center;		
	width:960px!important;
	height:650px!important;
}*/

#left-handle {
	position: absolute;
	top: 20px;
	left: -20px;
	margin: 0!important;
	background: #d2eaca url('images/left-handle.png') no-repeat top right;		
	width:105px!important;
	height:600px!important;
}

#right-handle {
	position: absolute;
	top: 20px;
	left: 900px;
	margin: 0!important;
	background: #d2eaca url('images/right-handle.png') no-repeat top left;		
	width:105px!important;
	height:600px!important;
}

a.next {
	position: absolute;
	top: 265px;
	left: 12px;
	padding: 30px 0 0 0;
	width: 30px;
    overflow: hidden;
    background: url('images/next.png') no-repeat top left;    
    height: 0px !important;
    height /**/:30px;
    border: none;
    z-index: 9999;
}

a.next:hover {
    background: url('images/next.png') no-repeat bottom left;    
}

a.prev {
	position: absolute;
	top: 265px;
	left: 65px;
	padding: 30px 0 0 0;
	width: 30px;
    overflow: hidden;
    background: url('images/prev.png') no-repeat top left;    
    height: 0px !important;
    height /**/:30px;
    border: none;
    z-index: 9999;
}

a.prev:hover {
    background: url('images/prev.png') no-repeat bottom left;    
}
