/*UI tabs*/

#tabs{
	padding: 6px 8px 0 8px
	}

.ui-tabs-nav {
	/*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 Sans, Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: .3em 1.0em;
	color: #cccccc;
	background: #272626 url(../images/jquery.ui.images/272626_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #FF9C08 url(../images/jquery.ui.images/FF9C08_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	color: #333333;
}
.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a:hover {
	background: #ffffff url(../images/jquery.ui.images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #FF9C08;
}
.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 Sans, Lucida Grande, Verdana, Arial, sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #eeeeee url(../images/jquery.ui.images/eeeeee_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #333333;	
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

