/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	margin:0 !important; 
	padding:0;	
	
	/* 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 {
	display:block;
	width: 17px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#65A6BC;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
}
#flowtabs a.current		{ cursor:default;text-decoration:underline; }

/* panes */
#flowpanes {
	width:640px;
	height:170px;
	position:relative;
	overflow:hidden;
	clear:both;
}

/* single pane */
#flowpanes div {
		float:left;
		display:block;
		width:640px;
		font-size:14px;
}

#flowpanes .items {
		width:20000em;
		position:absolute;
		clear:both;
		margin:0;
		padding:0;
	}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
