﻿.MoreInfoTabs { position: relative; height: 24px; border-bottom: #ccc 1px solid; padding: 0px 4px 0px 4px; margin: 10px 5px 10px 5px; }
.MoreInfoTabs * { border-color: #ccc; border-style: solid; border-width: 1px 1px 0px 1px; float: left; display: block; padding: 5px 10px 5px 10px; margin-right: 1px; }
.MoreInfoTabs span { background: #fff; border-bottom: #fff 1px solid; }
.MoreInfoTabs a { background: #f0f0f0; }
.MoreInfoTabs a:hover { background: #f7f7f7; }


/* Master Page */

a
{
    color: #059;
    text-decoration: none;
}
a:hover
{
    color: #0ae;
}

body
{
     font-family: Tahoma; 
     font-size: 8pt; 
     margin: 0px; 
     padding: 0px;
}

body > form > div
{
    margin: auto;
    width: 960px;
}

html
{
    overflow-y: scroll;
}

div#SiteHeader
{
    background-image: url(Images/GUI/SiteHeader.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 200px;
    margin-top: 0px;
    position: relative;
}

ul#SiteNavbar
{
    display: block;
    list-style-type: none;
    overflow: hidden;
    padding: 5px 0px 5px 0px;
    position: relative;
    top: 110px;
}

ul#SiteNavbar > li
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    width: 220px;
}

ul#SiteNavbar > li + li
{
    border-left: #ccc 1px solid;
    width: 219px;
}

ul#SiteNavbar > li > a
{
    color: #fff;
    display: block;
    font-size: 11pt;
    padding: 6px 11px 6px 11px;
}

ul#SiteNavbar > li > a:hover
{
    background: #0ae;
    border: #fff 1px solid;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

h1#PageTitle
{
    color: #fff;
    display: block;
    font-size: 18pt;
    font-weight: normal;
    margin: 0px;
    padding: 10px 0px 0px 20px;
    position: absolute;
    top: 150px;
}

div#PageContent
{
    margin-top: 20px;
}

div#SiteFooter
{
    background: #f7f7f7; 
    border-top: #ccc 1px solid; 
    color: #666; 
    margin: 40px 0px 0px 0px; 
    overflow: hidden; 
    position: relative;
}

div#SiteFooter > ul
{
    clear: both;
    display: block;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}

div#SiteFooter > ul > li
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 240px;
}

div#SiteFooter > ul > li > dl
{
    display: block;
    margin: 0px;
    padding: 15px;
}
div#SiteFooter > ul > li > dl > dt
{
    display: block;
    font-weight: bold;
    margin: 0px;
    padding: 5px;
}
div#SiteFooter > ul > li > dl > dd
{
    display: block;
    list-style-type: square;
    margin: 0px;
    padding: 5px 5px 5px 15px;
}

div#SiteFooter > hr
{
    background: #ddd;
    border-width: 0px;
    height: 1px;
    margin: 20px;
    padding: 0px;
}

div#SiteFooter > p#Legal
{
    color: #ccc;
    display: block;
    margin: 20px;
    padding: 0px;
    text-align: center;
}


/* Default Page */

div#Default > ul
{
    clear: both;
    display: block;
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}

div#Default > ul > li
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

div#Default > ul > li#HomePageProductNavigation
{
    width: 240px;
}

div#Default > ul > li#HomePageFeatures
{
    width: 480px;
}

div#Default > ul > li#HomePageFeatures > p#TryOurNew
{
    display: block;
    margin: 0px;
    padding: 5px;
}

div#Default > ul > li#HomePageFeatures > p#TryOurNew > a
{
    background: #f7f7f7;
    background-image: url(Images/GUI/TryOurNew.png);
    background-position: left center;
    background-repeat: no-repeat;
    border: #ccc 1px solid;
    display: block;
    font-size: 14pt;
    padding: 18px 15px 19px 70px;
}

div#Default > ul > li#HomePageEvents
{
    width: 240px;
}


/* CatalogDownload Control */

div.CatalogDownloadPanel > dl
{
    display: block;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
}

div.CatalogDownloadPanel > dl > dt
{
    background: #f7f7f7;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    clear: both;
    color: #666;
    display: block;
    font-size: 10pt;
    margin: 5px;
    padding: 5px 10px 5px 10px;
    position: relative;
}

div.CatalogDownloadPanel > dl > dd
{
    display: block;
    float: left;
    margin: 5px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 230px;
}

div.CatalogDownloadPanel > dl > dd > a
{
    background: #f7f7f7; 
    border: #ddd 1px solid;
    display: block;
    height: 60px; 
    margin: 0px; 
    padding: 9px; 
    overflow: hidden;
}

div.CatalogDownloadPanel > dl > dd > a:hover
{
    background: #fff; 
    border: #ccc 1px solid; 
    padding: 9px;
}

div.CatalogDownloadPanel > dl > dd > a > img
{
    border-width: 0px;
    float: left;
    margin-right: 10px;
}
