/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
	padding-bottom:5px;
	padding-top:0px;
	background: #808080;
	width:682px;
	height:20px;
	padding-left:34px;
	

}

*:first-child+html .tabs-nav{padding-left:30px; width:686px;}
*:first-child+html body.slider-flash .tabs-nav{padding-left:34px; width:682px;}

*html .tabs-nav {
    list-style: none;
    margin: 0;
	padding-bottom:5px;
	padding-top:0px;
	background: #808080;
	width:692px;
	height:20px;
	padding-left:24px;

}

/*body.slider .tabs-nav{_height:19px; }*/
body.slider .tabs-nav li{_margin-right:-1px;}
body.slider .tabs-nav{_width:687px; _padding-left:29px;}

/* class style for tabs with empty first list item 
.slider-flash ul.tab-indent {margin-left:0px!important; padding-right:0px;}
.slider ul.tab-indent{margin-left:0px!important; width:700px;}
.one-tab ul.tab-indent {margin-left:0px!important; padding-right:0px;}
/* class style for tabs with empty first list item */
/*ul.tab-indent {margin-left:0px!important; padding-right:12px;}/*

*html .tabs-container {
    padding: 0px 0px 0px 0px;
    background: none; /* declare background color for container to avoid distorted fonts in IE while fading 
	width:620px;
	margin-left:-20px;

}*/


.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
	margin-top:4px;
	margin-left:0px;
    margin-right:3px;



}



*html body.flash .tabs-nav li {margin-left:5px;}

*html .tabs-nav li {margin-left:3px; margin-right:-2px;}

body.slider .tabs-nav li {margin-left:3px; _margin-right:0px;}

*html .slider-flash .tabs-nav li {margin-left:3px; margin-right:-2px;}
*html .slider-flash .tabs-nav a {margin-left:6px; padding-right:5px;}

*html .scroll-one .tabs-nav li {margin-left:3px; margin-right:-2px;}
*html .scroll-one .tabs-nav a {margin-left:6px; padding-right:6px;}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 0px 1px 0px;
    background: #808080;
}


*:first-child+html .tabs-nav a {padding-right:8px;}

.tabs-nav a {
    position: relative;
    top: 2px;
    z-index: 2;
    color: #ccc;
    font-size:0.9em;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
	font-family:Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase;
	margin-left:2px;
	background:url(../img/bg/divider-line.gif) repeat-y center right;
	font-weight:bold;
    letter-spacing: -0.03em!important;   
	padding-right:6px;
	_margin-top:0px;
	/* margin-top: 1px; */
	letter-spacing:1px;

}

body.slider-flash .tabs-nav a, body.slider .tabs-nav a{margin-top:1px;}

*html .tabs-nav a {margin-left:2px; padding-right:4px;}



/* class for no right border on tabs */
a.no-line {background:none !important;}

.tabs-nav a.selected  {color: #FFF;}
.tabs-nav a:hover { color: #f4f3f3;}
.tabs-nav .tabs-selected a {color: #FFF;}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    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;
}
.tabs-nav a span {
    width: 50px; /* IE 6 treats width as min-width */
    min-width: 50px;
    height: 14px; /* IE 6 treats height as min-height */
    min-height: 14px;
    padding-top: 6px;
}
.tabs-nav a span em{padding-left:7px; font-style:normal; color:#eee;}

*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 6px;
}


.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.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;
}

ul.tabs-nav li a.active { color:#fff !important;}

.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 0px 110px 0px 0px;
    background: none; /* declare background color for container to avoid distorted fonts in IE while fading */
	width:620px;
}