﻿
ul.tabs
{
    padding: 0px 10px 0px 10px;
    margin:0px;
    font-size: 0px;
    list-style-type: none;
}


ul.tabs li
{
    display: inline;
    margin: 0px;
    margin-left: 10px;
    margin-right: 0px;/*distance between tabs*/
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
}


ul.tabs li a
{
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 0px 10px 0px 10px;
    outline:none;
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
}


ul.tabs li a:hover
{
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    color: #D4B28B;
    font-family: 'Roboto';
    font-size: 14px;
}

 
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    font-family: 'Roboto';
    font-size: 14px;
    color: #D4B28B;
}


ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
    color:#D4B28B;
}

ul.tabs li:first-child.selected a
{
    /*first selected tab style */
    position: relative;
    top: 0px;
    background-color:Transparent;
}

ul.tabs li:last-child.selected a
{
    /*last selected tab style */
    position: relative;
    top: 0px;
    background-color:Transparent;
}

div.tabcontent
{
    display: block;
}


div.tabcontents
{
    margin:15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top:none;
    border:solid 1px #ddd;
    position:absolute;
    z-index:9;
    font-size:12px;
    background-color:#aaa;
    width:950px;

    /*min-height:100px;*/
}
