/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:100%;
	height:22px !important;
	margin:0 !important;
	padding:0;

}
/* single tab */
#flowtabs li {
	float:left;
	margin:0px;
	padding:0;
	text-indent:0;
	list-style-type:none;
	font-size:11px;
}
/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	width: 100px;
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#fff;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	padding:2px;
	background:url(../images/bt_categoria.jpg) no-repeat left -22px;
	width:111px;
	height:18px;
}
/* adjust the background image position on each tab */



/* currently selected tabs */
#flowtabs a.current {
	cursor:default;
	color:#fff;
	background:url(../images/bt_categoria.jpg) no-repeat;
}
/* panes */
#flowpanes {
	width:460px;
	height:300px;
}
/* single pane */
#flowpanes li {
	display:none;
	color:#fff;
	margin:15px 30px;
}
/* some decorations for elements inside single pane */
#flowpanes li h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:11px;
}
#flowpanes a {
	color:#cc9;
	font-size:11px;
}
#flowpanes p, #flowpanes samp { color:#000; }
#flowpanes .narrow { padding-right:60px; }
/* override the root element to enable scrolling */
	#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
/* override single pane */
	#flowpanes li {
	float:left;
	display:block;
	width:420px;
}
/* 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;
}
