/*UI tabs*/
.ui-tabs-nav {
	/*resets*/padding: 0; outline: none 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; font-family: Verdana, Arial, sans-serif; font-size: 1.1em; float: left; position: relative; z-index: 1; bottom: -1px; margin: 0; border-right: 1px solid #d3d3d3;border-top-;border-bottom-style: none; border-bottom-width: 0; border-left-style: none; border-left-width: 0; style: none; border-top-width: 0; }
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; outline: none 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; float: left; border-top: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; border-right-style: none; border-right-width: medium; }
.ui-tabs-nav li a {
	/*resets*/border: 0; outline: none 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; float: left; font-size: 1em; font-weight: normal; text-decoration: none; color: #555555; background: #e6e6e6 url(../images/e6e6e6_40x100_textures_02_glass_75.png) repeat-x 0 50%; padding: 5px; }
.ui-tabs-nav li a:hover {
	background: #dadada url(../images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(../images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; border: 0; outline: none 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; font-family: Verdana, Arial, sans-serif; clear:left; border: solid 1px #d3d3d3; background: #ffffff url(../images/ffffff_40x100_textures_01_flat_0.png) repeat-x; color: #222222; font-size: 1.1em; padding: 5px; }
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
