.ctab a.active{ text-decoration: underline;}
.ctab-content-item{ display: none;}
.ctab-content .active{ display: block;}
.ctab {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
}
.ctab a {
    color: #000;
    float: left;
    font-family: arial;
    font-size: 15px;
    font-weight: 600;
    max-width: 100px;
    overflow: hidden;
    padding: 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.ctab a.active {
    text-decoration: none;
	background:#C10508;
	border-bottom:2px solid #C10508;
	max-width:none;
	color:#fff;
}
.ctab-content-item.active {
    display: block;
}
.ctab-wrap {
    border: 1px solid #eee;
    float: left;
    margin-top: 20px;
    width: 100%;
}
