﻿@charset "utf-8";


.marginbot {
margin-bottom:15px;
}

ul.list li {
list-style-type:none;
margin-left:20px;
}

ul.tabs {
width:98%;
overflow:hidden;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#fff;
padding:8px;
margin-right:2px;
border-bottom:2px solid #2f2f2f;
background-color:#1f5e6f;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
cursor:pointer;
}

ul.tabs li:hover {
background-color:#43b0ce;
}

ul.tabs li.current {
border-bottom: 2px solid #1e55a1;
    background-color: #1e55a1;
    padding: 10px 15px;
}

.tabscontent {
border-top:2px solid #1e55a1;
display:none;
font-size: 14px;
text-align:justify;
line-height:30px; color:#333;
padding:30px 0
}
#tabsholder {
    width: 96%;
    margin: 10px auto;
}