.ddcolortabs{
    float: left;
    padding: 0;
    width: 350px;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.ddcolortabs ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ddcolortabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
}

.ddcolortabs a{
    float:left;
    font-weight: bold;
    color: white;
    background: #A7CF3B url(/images/color_tabs_left.gif) no-repeat left top;
    margin:0 2px 0 0;
    padding:0 0 1px 3px;
    text-decoration:none;
    letter-spacing: 1px;
    cursor: pointer;
}

.ddcolortabs a span{
    float:left;
    display:block;
    background: transparent url(/images/color_tabs_right.gif) no-repeat right top;
    padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
    float:none;
}

.ddcolortabs a:hover{
    background-color: #7A9729;
    border-bottom: 1px solid #7A9729;
    margin-bottom: -1px;
}

.ddcolortabs a:hover span{
    background-color: #7A9729;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
    background-color: #7A9729;
    border-bottom: 1px solid #7A9729;
    margin-bottom: -1px;
}

.tabcontainer{
    border-top: 1px solid #fff;
    clear: left;
    background: #7A9729;
    line-height: 19px;
    width: 100%;
}

.tabcontent{
    display: none;
    background: #7A9729;
    padding: 3px;
    padding-left: 5px;
    padding-bottom: 6px;
    color: #A7CF3B;
    height: 56px;
    background-image: url(/images/tabcontentbgsingle.png);
}

.tabcontent div.lb {
    background-image: url(/images/color_tabs_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 2px;
}

.tabcontent div.rb {
    background-image: url(/images/color_tabs_right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    width: 2px;
    height: 55px;
}

.tabcontent .selected {
    font-weight: bold;
    text-decoration: underline;
}

.tabcontent div.tc {
    float: left;
    padding: 3px;
    padding-bottom: 6px;
    width: 800px;
    height: 55px;
}

.tabcontent a {
    color: #fff;
    text-decoration: none;
}

.tabcontent a:hover {
    color: #fff;
    text-decoration: underline;
}