.tabs {
	float:left;
	display:block;
	width: 600px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs li {
	float:left;	
	margin: 0;
    padding: 0;
}

.tabs li a {
	float:left;	
	display: block;
    border-top: 1px solid #b3daf3;
    border-right: 1px solid #b3daf3;
    border-bottom: 1px solid #67b5e8;
    border-left: 1px solid #b3daf3;
    position: relative;
    top: 1px;
    z-index: 2;
	padding: 3px 15px 3px 15px;
    color: #b3daf3;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 2px 0 0;
}

.tab {
	clear:both;
    border-top: 1px solid #67b5e8;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
    background: #fff;
    padding-top:10px;
}

.active-tab-body {
	display:block;
	
}
.tabs li a.active {
	border-top: 1px solid #67b5e8;
    border-right: 1px solid #67b5e8;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #67b5e8;
    color: #67b5e8;
    z-index: 100;
}
