﻿

#wrapper {
    width:180px;
    /*padding-bottom: 20px;
    display: block;*/
}
ul.tabs {
    width:180px;
    height:25px;
    margin:0;
    padding:0;
    background-image: url('/images/tabHomeBackground1.png');
	background-repeat: no-repeat;
}
ul.tabsb {
    width:180px;
    height:25px;
    margin:0;
    padding:0;
    background-image: url('/images/tabHomeBackground2.png');
	background-repeat: no-repeat;
}
ul.tabs li,ul.tabsb li {
    display:block;
    width: 84px;
    float:left;
    padding: 0px 0px 0px 6px;
    font-family: Georgia;
    font-size: 15px;
}
ul.tabs li a,ul.tabsb li a {
    display:block;
    float:left;
    padding:5px;
    font-size:0.8em;
    /*background-color:#e0e0e0;*/
    color:#666;
    text-decoration:none;
}
.selected {
    font-weight:bold;
}
.tab-content {
    clear:both;
    border:1px solid #ddd;
    padding:0px;
}