#wrap {
margin:0px;
}

.tabs{
margin: 0; padding: 0;
}   

.tabbed-box {
border: 1px solid #EDECEB;
}
   
.tabbed-box .tabs li 
{
list-style: none;
float: left;
}
   
.tabbed-box .tabs li a 
{
display: block;
padding:8px;
text-align: center;
text-decoration: none;
color: #666;
border-left: 1px solid #EDECEB;
border-bottom: 1px solid #EDECEB;
}

.tabbed-box .tabs li:first-child a 
{
border-left: none;
}

.tabbed-box .tabs li a:hover 
{
color: #0099FF;
}

.tabbed-box .tabs li a:focus 
{
outline: none;
}

.tabbed-box .tabs li a.active
{
background: #fff;
color: #0099FF;
border-bottom: 1px solid #fff;
}

.tabbed-content 
{
padding: 3em 1em 1em 1em;
display: none;
}

