@CHARSET "UTF-8";

#sidebar ul {
    margin: 0pt;
    padding: 0pt;
    list-style: none;
    margin-right: 3px;
    margin-top: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    background: black;
}

#sidebar ul li {
    display: block;
    margin:0;
    padding: 0px 10px;
    line-height: 2em;
    height: 2em;
}

#sidebar li a:link,
#sidebar li a:visited {
    padding: 0px 10px;
    line-height: 2em;
    height: 2em;
    display: block;
    text-transform: uppercase;
    color: #AAAAAA;
    border-bottom: 1px solid #999;
}

#sidebar li a:hover,
#sidebar li a.selected {
    color: white;
}

#sidebarTop {
    margin: 0;
    padding: 0;
    background: transparent url(../img/reef_sidebox_top.gif) top left scroll no-repeat;
    display: block;
    height: 33px;
}
#sidebarBottom {
    margin: 0;
    padding: 0;
    background: transparent url(../img/reef_sidebox_bot.gif) bottom left scroll no-repeat;
    height: 9px;
}

#sidebar .sidebarTitle {
    color: white;
    font-weight: bold;
    position: relative;
    top: -23px;
    left: 30px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.sidebarTabMenu {
    background: black;
    padding: 0px 10px;
    margin: 0;
    margin-top: -15px;
    margin-bottom: 10px;
    margin-right: 3px;
    clear: both;
    display: block;
    height: 30px;
    line-height: 30px;
}

.sidebarTabMenu a:link,
.sidebarTabMenu a:visited {
    padding: 0px 10px 5px 10px;
}

.sidebarTabMenu a:hover {
    color: white;
}

.sidebarTabMenu a.selected {
    border-bottom: 2px solid red;
}

div#year {
    display: block;
    clear: both;
    margin: 10px auto;
}

div#year form {
    display: block;
    width: 200px;
    margin: 20px auto;
}

div#year select, div#year input[type="submit"] {
    background: black;
    border: 1px solid #AAA;
    color: white;
}

div#year select option {
    background: black;
    color: #AAA;
    border-bottom: 1px solid #AAA;
}

div#year select option[selected="selected"] {
    color: white;
    background: black;
}

div.ImgProduct {
    width: 180px;
    float: right;
}

div.productDetails {
    margin-right: 200px;
}

div#documentFooter {
    height: 80px;
}

/* NEWS */
div.newsItem {
    display: block;
}

div.newsItem + div.newsItem {
    clear: both;
}

div.newsItem .linkImgThumb {
    display: block;
    float: left;
}

div.newsItem .GalleryImgThumb {
    display: block;
    float: left;
}

div.newsItem small {
    display: block;
    text-align: right;
}

/* PARTNER IMG */
div.ImgPartner {
    margin: 0;
    padding: 0;
}

div.ImgPartner a:link,
div.ImgPartner a:visited {
    display: block;
    text-align: center;
}

div.ImgPartner img {
    width: 90%;
    margin: 10px auto;
}

/* PRODUCT DETAILS */
.productDetails table {
    margin: 10px auto !important;
    border-collapse: collapse;
    width: 100% !important;
    height: 100% !important;
}

.productDetails td, .productDetails th {
    padding: 5px;
    margin: 0;
    text-align: center;
}

.productDetails td img, .productDetails th img {
    margin: 0px auto;
    padding: 0;
    width: auto;
}