﻿
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.floatleft{
	float: left;
}

.clear{
	clear: both;
}

#flowtabs {  
	margin:0 !important; 
	padding:0;
	width:475px;
	height:25px !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: 25px;  
	overflow: hidden; 
	text-indent: -999px; 
	width: 115px; 
	background: url(../images/tabs2.png) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0px 0px; }
#flowtabs #t2 			{ background-position: -115px 0; }

 
#flowtabs #t1:hover 	{ background-position:      0px -25px; }
#flowtabs #t2:hover 	{ background-position: -115px -25px; }

#flowtabs #t1.current { background-position:      0px -50px; }
#flowtabs #t2.current { background-position: -115px -50px; }



/* panes */
#flowpanes {	
	width:475px;
	height: auto;	
	border-top: solid 2px #0D1E37;
	background-color: #eee;
}


/* single pane */
#flowpanes div {
	width:460px;
	height: auto;	
	color:#666;	
}

#flowpanes div ul{
padding:0px 10px 10px 50px;
}



