ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 77px;
	width: 100%;
	/*text-align: center;*/
	padding-top: 30px;
}

ul.tabs li {
    /* float: left; */
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px;
    height: 48px;
    line-height: 48px;
    /* border-top: 1px solid #333; */
    /* border-left: 1px solid #333; */
    /* border-bottom: 1px solid #333; */
    border-right: 0px solid #FFFFFF;
    color: #0a1149;
    overflow: hidden;
    position: relative;
    /* border-radius: 5px 5px 0px 0px; */
    font-weight: 700;
    letter-spacing: 0.9px;
    font-size: 18px;
}

/*.tab_last { 
    background-color: #C00 !important;
    color: #FFF !important;
}*/

ul.tabs li:hover {
    color: #6c6c6c;
    background-color: #e5e5e5;
    border-radius: 5px;
}

ul.tabs li.active {
    background-color: #0077cc;
    color: #fff;
    /* display: block; 
    border-bottom: solid 3px #fd8c25;*/
	border-radius:5px;
}

.tab_container {
    border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.tab_container h3 {
	font-size:14px;
}

.tab_content {
	padding: 5px;
	display: none;
	padding-top: 35px;
}

.tab_drawer_heading { display: none; }

