.container {width: 517px; margin: 10px auto;}
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #c1cee0;
border-left: 1px solid #c1cee0;

}
ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 31px;
line-height: 31px;
border: 1px solid #c1cee0;
border-left: none;
background: #f6fbfe;
overflow: hidden;
position: relative;

}
ul.tabs li a {
text-decoration: none;
font-family:Arial;
font-weight:bold;
color: #0033cc;
display: block;
font-size: 14px;
padding: 0 57px;
border: 1px solid #f6fbfe;
outline: none;
text-align:left;
}
ul.tabs li a:hover {
color:#333333;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
background: #fff;
border-bottom: 1px solid #fff;
color:#333333;
}
.tab_content {
padding: 15px;
font-size: 11.2em;
line-height:25px;
}
.tab_container {
border: 1px solid #c1cee0;
border-top: none;
clear: both;
background: #fff;

}
