/* tab */
ul.tabs {
margin: 0 0 20px 0;
padding: 0;
float: left;
list-style: none;
width: 100%;
}

ul.tabs li {
float: left;
margin: 0px;
cursor: pointer;
padding: 0;
height: 31px;
line-height: 31px;
border-bottom: 4px solid #ccc;
background-color:#fff;
overflow: hidden;
position: relative;
width:33.33%;
font-size:1.2em;
display: block;
text-align: center;
}

ul.tabs li span {margin:2px; display:block; background:#fff}

ul.tabs li:hover {
background-color: #fff;
border-bottom: 4px solid #874346;
color:#363636
}

ul.tabs li.active {
background-color: #fff;
border-bottom: 4px solid #874346;
color:#363636
}

.tab_container {
clear: both;
float: left;
width: 100%;
background: #fff;
overflow: auto;
}

.tab_content {
padding: 0;
display: none;
}

.tab_drawer_heading { display: none; }

