/*UI tabs*/

/* <ul> */
.tabbed-content .ui-tabs-nav {
	/*resets*/margin: 0; padding: 0 !important; list-style: none !important;
	position: relative;
	z-index: 1;
	bottom: -1px;
	margin-top: 10px;
	clear: both;
	border-bottom: 1px dotted #000;
	height: 21px;
}

/* <ul><li> */

.tabbed-content .ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0 !important; border: 0; outline: 0; line-height: 1.3 !important; text-decoration: none !important; font-size: 100%; list-style: none !important;
	content: none !important;
}

.tabbed-content .ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0 !important;
	float: left;
	border: 1px dotted #000;
	border-bottom: 0px solid #000;
	text-align: left;
}

/* <ul><li><a> */
.tabbed-content .ui-tabs-nav li a {
	background: #FFA37F;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	display: block;
	padding: 0 6px 0 15px;
	color: #fff;
}
.tabbed-content .ui-tabs-nav li a:hover {
	background: #F3571A/* url(images/f0f0f0_40x100_textures_02_glass_100.png) 0 50% repeat-x*/;
	color: #fff;
	text-decoration: none;
}



.tabbed-content .ui-tabs-nav li.ui-tabs-selected {
}
.tabbed-content .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #fff/* url(images/334F60_40x100_textures_02_glass_50.png) 0 50% repeat-x*/;
	color: #F3571A;
	/*font-weight: bolder;*/
}
.tabbed-content .ui-tabs-panel {
	/*resetsmargin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;*/
	clear:left;
	/*border: 1px solid #cccccc;*/
	/*background: #f9f9f9;
	color: #404040;
	padding: 0 10px;
	font-size: 1.1em;*/
}
.tabbed-content .ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
