
.tabs{}
.tabs .tabs-a{text-align: center}
.tabs .tabs-a a{
    display: inline-block; color: #b73b25; text-decoration: none; text-transform: uppercase; line-height: 36px; padding: 2px 20px 0px; margin: 0 5px 0 0;
    border-bottom: 0;border-radius: 2px 2px 0px 0px;background: #e3e3e3;font-weight: bold;font-size:12px; font-family: Arial, sans-serif;
}
.tabs .tabs-content{border:1px solid #CACACA; background: #FFF}
.tabs .tabs-content .tab{display: none; margin: 20px; min-height: 200px}
.tabs .tabs-content .tab p:first-child{margin-top: 0}
.tabs .tabs-a a.active, #content .tabs .tabs-a a.active {
    background: #b73b25 repeat-x scroll 0 50%;
    color: #fff;
    text-decoration: none;
}

