/*UI tabs*/
.ui-tabs-nav { /*resets*/ margin: 15px 0 0; padding: 0 0 0 50px; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none; float: left; position: relative; z-index: 1; border-right: 1px solid #cccccc; bottom: -1px; }
.ui-tabs-nav-item { /*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none; float: left; border: 1px solid #cccccc; border-right: none; }
.ui-tabs-nav-item a { /*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none; float: left; text-decoration: none; padding: .5em 1.5em; color: #444444; background: #e0e0e0 url(images/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x; font-weight: 700; }
.ui-tabs-nav-item a:hover { background: #d8d8d8 url(images/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x; color: #111111; }
.ui-tabs-selected { border-bottom-color: #8ab9ff; }
.ui-tabs-selected a, .ui-tabs-selected a:hover { background: #8ab9ff url(images/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x; color: #000000; font-weight: 700; }
.ui-tabs-panel { /*resets*/ margin: 0 50px 50px; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none; clear:left; border: 1px solid #cccccc; background: #f9f9f9; color: #362b36; padding: 1em; text-align: left; }
.ui-tabs-hide { display: none;/* for accessible hiding: position: absolute; left: -99999999px*/ ; }

