.tabs {
/*margin-left: 15px;*/
}
/* ######### CSS for Shade Tabs. Remove if not using ######### 
*/
.shadetabs{
    font-weight: normal;
/*    height: 42px;*/
/*    position: relative;*/
    margin-right: auto;
    margin-left: auto;
    width: 886px; /*set to left, center, or right to align the 
menu as desired*/
}
.shadetabs ul{
    display: inline;
/*    position: relative;*/
}
.shadetabs li{
    display: inline;
/*    position: relative;*/
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
}
.shadetabs li a{
    text-decoration: none;
    color: #013825;
    background: url(/3508/mirror/design/splash_content_tab_green.jpg) no-repeat;
    padding-top: 12px;
    text-align: center;
/*    position: relative;*/
    display: block;
    height: 21px;
    width: 174px;
}
.shadetabs li a:visited{
    color: #2d2b2b;
/*    position: relative;*/
}
.shadetabs li a:hover{
    color: #2d2b2b;
    text-decoration: underline;
/*    position: relative;*/
}
.shadetabs li a.selected{ /*selected main tab style */
    background: url(/3508/mirror/design/splash_content_tab_active.jpg) no-repeat;
/*    position: relative;*/
}
.shadetabs li a.selected:hover{ /*selected main tab style */
    text-decoration: none;
}
.tabcontent{
    float: left; /*this might need to come out*/
    width: 870px;
    padding: 5px;
    margin-bottom: 10px;
    border-left: 1px solid #759388;
    border-right: 1px solid #759388;
    border-bottom: 1px solid #759388;
    height: 250px;
}
@media print {
.tabcontent {
display:block !important;
}
}
.tabcontent h1 {
    font-size: 18px;
    color: #9E8624;
    padding: 0 0 5px 0;
}
.tabcontent h2 {
font-size: 11px;
color: #336633;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 5px;
}
.tabcontent h3 {
    font-size: 1.2em;
    color: #333333;
}
.tabcontent h4 {
font-size: 11px;
color: #336633;
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 5px;
}
.tabcontent h5 {
font-size: 9px;
}
.tabcontent h6 {
font-size: 8px;
color: #666666;
}
.tabcontent p {
color: #000000;
padding-bottom: 0px;
margin-bottom: 5px;
}
.tabcontent a {
color: #9E8624;
text-decoration: underline;
}
.tabcontent a:hover {
text-decoration: none;
}
.tabcontent ul {
list-style: none;
padding-bottom: 0px;
margin-bottom: 5px;
margin-left: 10px;
}
.tabcontent ul li {
    background-image: url(/3508/mirror/design/bullet_round.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    background-position: 1px 4px;
    padding-bottom: 2px;
}
.tabcontent .tabrate {
color: #9E8624;
}
.tabcontent .large {
 font-size: 33px;
font-weight: bold;
}
.tabcontent .grey {
color: #C4C4C4;
}
.tabcontent .small_grey {     font-size: 9px;     color: #C4C4C4; }
#country1{
    background: url(/3508/mirror/design/bg_tab1.gif) no-repeat top left;
}
#country2{
    background: url(/3508/mirror/design/bg_tab2.gif) no-repeat top left;
}
#country3{
    background: url(/3508/mirror/design/bg_tab3.gif) no-repeat top left;
}
#country4{
    background: url(/3508/mirror/design/bg_tab4.gif) no-repeat top left;
}
#country5{
    background: url(/3508/mirror/design/bg_tab5.gif) no-repeat top left;
}
