﻿@charset "utf-8";

.tabbase-top {
position: absolute;
top: -9px;
left: -1px;
width: 583px;
height: 9px;
background-image:url(/info/images/info_tabbase_top.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
margin: 0px 0px 0px 0px;
}

.tabs {
position: relative;
top: 0px;
left: 0px;
list-style-type:none;
margin: 0px 5px 0px 15px;
padding:  0px 0px 0px 0px;
display: block;
position: relative;
top: 0px;
height: 30px;
}

.tabs li {
float:left;
/*border: solid 1px #181778;
background-color: #ffffff;
border-collapse: collapse;*/

margin: 0px 10px 0px 0px;
padding:  0px 0px 0px 0px;
display: block;
background-image:url(/info/images/info_tab_off.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
width: 120px;
height: 30px;
}

.tabs a {
display: block;
padding:  0px 0px 0px 0px;
margin:  0px 0px 0px 0px;
text-decoration: none;
text-align: center;
color: #fff;
font-weight: bold;
width: 120px;
height: 30px;
line-height: 240%;
}

.tabs a:link { 
color: #fff;
}

.tabs a:active { 
color: #fff; 
}

.tabs a:visited { 
color: #fff; 
}
.tabs a:hover {
display: block;
padding:  0px 0px 0px 0px;
margin:  0px 0px 0px 0px;
text-decoration: none;
text-align: center;
color: #fff;
font-weight: bold;
background-image:url(/info/images/info_tab_on.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
width: 120px;
height: 30px;
}

.tabs .selected {
text-align: center;
background-color: #fff;
border-bottom: none;
padding-bottom: 0px;
font-weight: bold;
background-image:url(/info/images/info_tab_in.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
width: 120px;
height: 30px;
}

.tabContent {
position: relative;
top: 9px;
left: 0px;
/*border-top:solid 1px #181778;*/
border-left:solid 1px #181778;
border-right:solid 1px #181778;
width: 581px;
padding: 10px 0px 6px 0px;
margin: 0px 0px 0px 10px;
}

.tabContentHidden {
position:absolute;
top:-10000px;
left:-10000px;
}


.tabs:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.tabs {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .tabs {height: 1%;}
.tabs {
display: block;
}
/* End hide from IE-mac */

.second-tab-bottom {
position: relative;
top: 9px;
left: 0px;
height: 9px;
background-image:url(/info/images/second_tub_bottom.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
clear: both;
margin: 0px 0px 10px 10px;
padding: 0px 0px 0px 0px;
}