/* GENERAL TAB STYLING */

#tabhead .tabs {
    position: absolute;
    bottom: -1px; /* must be same thickness as tab border */
    left: 210px; /* based on width and padding of logo */
}
#tabhead .tabs td {
    vertical-align: bottom;
    padding-right: 0; /* space between tabs */
    padding-bottom: 1px; /* must be same thickness as tab border */
}
#tabhead .tab a, #tabhead .tab a:visited {
    color: #20151B; /* unselected tab text colour */
    font-weight: bold;
    text-decoration: none;
 		border-bottom: none;
}

#tabhead .tab a:hover {
    color: #000; /* unselected tab text hover colour */
}
#tabhead .tab div {
    background-color: #D39276; /* unselected tab colour */
    border-left: 1px solid #20151B !important; /* tab border */
    border-top: 1px solid #20151B !important; /* tab border */
    border-right: 1px solid #20151B !important; /* tab border */
    padding: 0;
    padding-bottom: 4px;
    padding-top: 5px;
    margin: 0 1px; /* to compensate for border */
}
#tabhead .tab div a {
    padding: 5px 12px;
}
#tabhead .right_tab {
    /*
    position: absolute;
    right: 15px;
    bottom: -1px; *//* must be same thickness as tab border */
}
#tabhead .right_tab td {
    vertical-align: bottom;
    padding-right: 0; /* space between tabs */
    padding-bottom: 1px; /* must be same thickness as tab border */
}
