@charset "utf-8";
/* CSS Document */
/* Style for tabbed page content */

#content div.tabs {
    background: url(../images/tabs/images/tabs_background.gif) top left no-repeat #eeeeee;
    color: #000000;
    width: 650px;
    height: 500px;
    padding: 0;
    margin: 10px;
    position: relative;
}

#content .tabs h1 {
    background: none;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    width: 650px;
    height: 50px;
    padding: 16px 0 8px 17px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#content .tabs ul.tabheader {
    background: none;
    width: 140px;
    height: 395px;
    position: absolute;
    top: 67px;
    left: 12px;
    z-index: 1;
}

#content .tabs ul.tabheader li {
    background: none;
    width: 140px;
    height: 79px;
    padding: 0;
    margin: 0;
    z-index: 0;
    vertical-align: middle;
    list-style-image: none;
    list-style-type: none;
    text-indent: 0;
}

#content .tabs ul.tabheader li a {
    display: block;
    background: url(../images/tabs/images/tab_button_5_normal.gif) no-repeat;
    width: 140px;
    height: 45px;
    padding: 29px 0 5px 0;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#content .tabs ul.tabheader li a.twoline {
    padding-top: 20px;
    padding-bottom: 14px;
}

#content .tabs ul.tabheader li a:hover {
    background: url(../images/tabs/images/tab_button_5_hover.gif) no-repeat;
}

#content .tabs ul.tabheader li a.current {
    background: url(../images/tabs/images/tab_button_5_current.gif) no-repeat;
}

#content .tabs .tabcontent {
    width: 464px;
    height: 400px;
    position: absolute;
    top: 66px;
    right: 16px;
    padding: 0 6px 0 6px;
    margin: 0;
    z-index: 2;
}

#content .tabs .tabcontent h2 {
    background: none;
    color: #660417;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    width: 464px;
    margin: 0;
    padding: 12px 0 0 12px;
    position: absolute;
    top: 4px;
    left: 5px;
}


#content .tabs .tabcontent h3 {
    background: none;
    color: #000000;
    font-size: 12px;
    margin-left: 6px;
}

#content .tabs .tabcontent .tabdiv {
    position: absolute;
    top: 40px;
    right: 14px;
    height: 360px;
    width: 450px;
    overflow: auto;
}

#content .tabs .tabcontent ul.tablist {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    padding: 6px 0 0 5px;
}

#content .tabs .tabcontent ul.tablistIcon {
    margin-left: 20px;
    margin-top: 0;
    padding-top: 0;
}

#content .tabs .tabcontent ul.tablist li {
    margin-top: 8px;
}

#content .tabs .tabcontent ul li.new {
    list-style-image: url(../images/layout/bullet-new.gif);
}

#content .tabs .tabcontent .tabImageBottom {
    position: absolute;
    bottom: 0;
    left: 128px;
    padding: 0;
    margin: 0;
}

#content .tabs .tabcontent .imageUnder {
    height: 200px;
}

#content .tabs .tabcontent .tabImageTop {
    position: absolute;
    top: 43px;
    left: 128px;
    padding: 0;
    margin: 0;
}

#content .tabs .tabcontent .imageAbove {
    height: 200px;
    top: 200px;
}

#content .tabs .tabcontent .tabImageLeft {
    position: absolute;
    left: 10px;
    top: 50px;
    padding: 0;
    margin: 0;
}

#content .tabs .tabcontent .imageToLeft {
    width: 290px;
}

#content .tabs .tabcontent .tabImageRight {
    position: absolute;
    right: 16px;
    top: 50px;
    padding: 0;
    margin: 0;
}

#content .tabs .tabcontent .imageToRight {
    width: 290px;
    right: 160px;
}
