/*UI tabs*/
.tabbed-content .ui-tabs-nav {
	/*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;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #cccccc;
	bottom: -1px;
}
.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;
}
.tabbed-content .ui-tabs-nav li {
	/*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;
	float: left;
	border: 1px solid #cccccc;
	border-right: none;
}
.tabbed-content .ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3 !important; text-decoration: none !important; font-size: 100%; list-style: none !important;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #444444;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_80.png) 0 50% repeat-x;
	font-size: .7em;
}
.tabbed-content .ui-tabs-nav li a:hover {
	background: #f0f0f0 url(images/f0f0f0_40x100_textures_02_glass_100.png) 0 50% repeat-x;
	color: #334F60;
}
.tabbed-content .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #334F60;
}
.tabbed-content .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #334F60 url(images/334F60_40x100_textures_02_glass_50.png) 0 50% repeat-x;
	color: #fff;
	font-weight: bolder;
}
.tabbed-content .ui-tabs-panel {
	/*resets*/margin: 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*/;
}
