
/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}

.tabs-nav li {
	
    float: left;
    margin: 0 0 0 0px;
    min-width: 84px; /* be nice to Opera */
   
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 0px;

    background: url(images/tab_off.gif) no-repeat;
   // background: url(tab.png) no-repeat;
font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 18px;
	width: 128px;
	//padding-top: 5px;
	padding-right: 10px;
	//padding-bottom: 0px;
	//padding-left: 0px;
	display: block;
	text-align: center;
	margin-right: 10px;
	color: #666666;	
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    //color: #27537a;
    font-size: 12px;
    font-weight: bold;
    /* line-height: 1.2; */
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    //background-position: 100% -150px;
     background: url(images/tab_on.gif) no-repeat;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
   // background-position: 100% -100px;
     background: url(images/tab_off.gif) no-repeat;
}
.tabs-nav a span {
    width: 128px; /* IE 6 treats width as min-width */
    min-width: 128px;
  //  height: 17px; /* IE 6 treats height as min-height */
  //  min-height: 17px;
    padding-top: 10px;
    padding-right: 0;
     top: 0px;
}
*>.tabs-nav a span { /* hide from IE 6 */
  
}
.tabs-selected  {

}
.tabs-nav .tabs-selected a span {
    padding-top: 10px;
     top: 1px;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    //border-top: 1px solid #97a5b0;
    //padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

