﻿/* CSS Document */



#catalogueZone
{
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 20px;
}



#catalogueZone ul 
{
    width: 100%;
    border-bottom: 3px solid #336699;
    margin: 0;
    padding: 0 !important;
}


#catalogueZone ul li.zoneType
{
    display: inline-table;
    border-top: 1px solid #336699;
    border-right: 1px solid #777777;
    border-bottom: 2px solid #336699;
    border-left: 1px solid #777777;
    background: #6699cc;
    font-weight: bold;
    font-size: 1em;
    color: #fff1af;
    width: 130px !important;
    height: auto;
    text-align: center;
    margin: 0 !important;    
    padding: 4px;
}



#catalogueZone ul li.zoneType a:link, #catalogueZone ul li.zoneType a:visited
{
    color: #fff1af;
}



#catalogueZone ul li.zoneType a:hover, #catalogueZone ul li.zoneType a:active
{
    color: #ffffff;
}


ul#brandLetters 
{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
    border-bottom: 1px solid #336699;
}


ul#brandLetters li
{
    display: inline;
    text-align: center;
    background: #dddddd;
    border: none;
    margin: 2px 0 !important;
    font-size: 1em;
    text-transform:uppercase;
}


ul#brandLetters li:hover
{
    background: #ffea83;
}


ul#brandLetters li a
{
    text-decoration: none !important;
    color: #003366;
    margin: 4px 2px 4px 4px;
}


ul#brandLetters li a:hover
{
    color: #6699cc;
}


#catalogueZone div 
{
    display: block;
    width: 100%;
}


.searchBox 
{   
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    background: #ffea83;
    padding: 2px 0 0 0;
    height: 2.1em;
}


.searchBox label
{   
    font-weight: bold;
    width: 100%;
    margin-left: 4px; 
    float: left;
}

.searchBox input
{   
    font-weight: normal;
    width: 200px;
    display: inline;
    background: #fff6cf;
    margin-left: 10px;
    border: 1px solid #6699cc;
    height: 1.4em;
}


.searchBox input.button, .searchBox input.categoryButton
{   
    font-weight: normal;
    width: 100px;
    height: 1.5em;
    padding-top: 0;
    padding-bottom: 5px;
    background: #ccd4ed;
    cursor: pointer;
}



.searchBox select
{   
    font-weight: normal;
    font-size: 0.95em !important;
    width: 200px;
    background: #ffffcc !important;
    margin-left: 4px;
    border: 1px solid #6699cc !important;
    height: 1.65em;
    position: relative;
    top: -2px;
}



.searchBox #_category 
{   
    margin: 2px;
}



table#results 
{
    margin-bottom: 20px;
}


table#results td 
{   
    border-bottom: 1px solid #99ccff;
}


table#results th, table#results td  
{   
    padding: 2px 0;
}


table#results th
{   
    border-bottom: 3px solid #336699;
    text-align: left;
    font-weight: bold;
    color: #003366;
}

table#results th#listing 
{
    width: 445px;
}


table#results th#standNo 
{
    width: 110px;
    text-align: center;
}


table#results td#standNoDetail
{
    text-align: center;
}



.clear 
{   
    clear: both;
}


#companyLogoPanel 
{
    border-top: 1px solid #ffcc00;
    border-bottom: 1px solid #ffcc00;
    background: #ffffff;
    padding: 8px 4px;
}

table#exhibCompanyDetail 
{
    margin-top: 10px;
}

table#exhibCompanyDetail th
{
    font-weight: bold;
    text-align: left;
    width: 110px;
    padding: 4px;
}


table#exhibCompanyDetail td 
{
    padding: 4px;
}


table#exhibCompanyDetail td ul 
{
    margin-left: -3px;
}


table#exhibCompanyDetail td ul li
{
    width: auto;
    list-style-type:square;
}