﻿   .checked 
    {
        font-weight:bold;
    }
    .searchPanel 
    {
           color:#998E55;
           background-color:#D8D3BC;
    }
    .searchPanel a
    {
        
    }    
    .searchPanel, .searchPanel a
    {
        font-family: Georgia, "Times New Roman", Times, serif!important;
        padding-bottom:2px;
    }
    .categoryTitle, .categoryTitle a
    {
        font-size: 12px;
        font-weight:bold;
    }
    .categoryPanel 
    {
        padding-left:10px;        
    }
    .categoryPanel a 
    {
        text-decoration:none!important;
        padding-bottom:2px;
        font-family:Arial!important;
        line-height:20px;
    }
    .categoryPanel a span 
    {
        color:White;
        font-weight:bold!important;
    }
    
    .categoryPanel .checked 
    {
        color:Green;
        font-weight:bold;
    }
    .categoryTitle a    
    {
        background-image:url(/images/openArrow.png);
        background-position:right center;
        background-repeat:no-repeat;
        padding-right:20px;
    }
    
    .categoryTitle a.checked    
    {
        background-image:url(/images/closeArrow.png);
    }
    .regionPanel a 
    {
        display:block;
        width:120px;
        padding-right:20px;
        line-height:18px;
        height:18px;
        font-size: 12px;        
    }
    .regionPanel a.checked 
    {
        background-image:url(/images/tick.png);
        background-position:right center;
        background-repeat:no-repeat;               
    }
    .regionPanel a span 
    {
        color:White;     
    }
    .pagingPanel a 
    {
        text-decoration:underline!important;
    }
    .tags 
    {
        padding:5px;
        background-color:White;
    }
    
    .tags a
    {
        padding-left:16px;
        color:#998E55;
        background-image:url(/images/tagCheckOff.png);
        background-position:left center;
        background-repeat:no-repeat;
        font-size:11px;
    }        

    .tags a.checked {
        background-image:url(/images/tagCheckOn.png);
    }
    .searchBox 
    {
        border:1px solid #998E55;
        font-family: Georgia, "Times New Roman", Times, serif!important;
        color:#998E55;
        width:162px;
        padding:2px;
        font-size:11px;
        
    }
    .leftTab, .rightTab 
    {
        height:18px; 
        padding:5px;
        float:left;
        background-repeat:no-repeat;
        width:80px;        
        display:block;
        font-weight:bold;
    }
    .leftTab 
    {
        width:60px;        
    }
    .rightTab 
    {
        width:95px;        
    }
    .leftTab.On 
    {
        background-image:url(/images/leftTabOpen.png);
        background-position:right bottom;
    }
    .rightTab.On 
    {
        background-image:url(/images/rightTabOpen.png);
        background-position:left bottom;
        
    }
    
    .searchDivider 
    {
        background-image:url(/images/searchDivider.png);
        background-position:left bottom;
        background-repeat:no-repeat;
    }
    
