.tabpanel {
    position: relative;
    overflow: hidden;
    width: 960px;
}

.tablist {
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
}

.tablist.subtabs {
    background: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-top: 35px;
    margin-left: 70px;
    margin-right: 70px;
    padding-bottom: 25px;
}

.tablist.subtabs .tab {
    background: 0;
    border: 0;
    font-family: Arial;
    font-size: 12px;
    text-transform: capitalize;
    border-left: 1px solid #ccc;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.tablist.subtabs .tab:first-child {
    border-left: 0;
    padding-left: 0;
}

.tablist.subtabs .tab.active,.tablist.subtabs .tab.active:active {
    background: 0;
}

.tab {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    padding: 12px 17px;
    border: 1px solid transparent;
    border-bottom: 0;
    background-color: transparent;
    color: #333;
    text-transform: uppercase;
    font-family: "LGFontMedium",Arial,Helvetica,sans-serif;
    outline: 0;
}

.tab.active,.tab.active:active {
    color: #d80546;
    background: #f1f1f2;
    border-color: #ccc;
    border-bottom-color: transparent;
    text-decoration: none;
    cursor: default;
}

.panels {
    left: 0;
    position: relative;
    width: 999em;
    height: auto;
    overflow: hidden;
}

.tabpanel.slide .panels.animate {
    -webkit-transition: left .5s ease-in-out,height .4s ease-in-out .5s,min-height .4s ease-in-out .5s;
    -moz-transition: left .5s ease-in-out,height .4s ease-in-out .5s,min-height .4s ease-in-out .5s;
}

.panel {
    float: left;
    height: auto;
    min-height: 1px;
    width: 960px;
    overflow: hidden;
}