﻿#productSelector
{
    background-color:#336699;
    border:1px solid #4980b8; 
    width:600px;
}

#productSelector div.container
{
    margin:0px auto 0px auto;
}

#productSelector h2.title
{
    color:#FFF;
    background-color:#307acc;
    padding:1px 0 2px 10px;
    margin:0 0 0 0;
}

#productSelector div.content
{
    background-color:#FFF;
    padding:10px 20px 20px 20px;
}

#productSelector div.search
{
    background-color:#f5f5f5;
    background-image:url(img/gradient.gif);
    padding:5px 0 5px 10px;
    margin-top:5px;
    border:1px solid #CCC;
}

#productSelector div.searchSection
{
    float:left;    
    padding-right:30px;
    
}

#productSelector div.clear
{
    clear:both;
}

#productSelector div.searchSection h2
{
    font-size:16px;
    margin:0;
    padding:0;
}

#productSelector div.searchSection ul
{
    margin:5px 0 0 0;
    padding:0;
    list-style-type:none;
}

#productSelector div.searchSection ul li {
    list-style-type:none;
}

#productSelector label.help
{
    display:block;
}

div.products
{
    margin-top:1px;
}

div.products div.searchResultsHeader
{
    margin-bottom:1px;
    padding-bottom:1px;
}

div.products div.searchResultsHeader h2
{
    color:#1c4f83;      

}

#productsContainer h3
{
    margin-top:0;
    margin-bottom:1px;
    padding:2px;
    background-color:#307acc;
    color:#FFF;
}

#productsContainer h3.alt
{
    background-color:#307acc;    
}

div.products label.stats
{
    display:block;
    margin-bottom:4px;
}

div.products table
{        
    margin-bottom:5px;
    background-color:#FFF;    
    table-layout:fixed;
    width:550px;    
}

div.products td
{
    width:120px;
}

div.products td.product a.img
{    
    width:120px;    
}

div.products td.product a.img img
{
    width:120px;
    height:120px; 
    padding-bottom:3px;
    border:none;    
}

div.products td.product a.txt
{
    padding:3px 0 0 0;
    display:block;
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    color:#000;
}

#indicator
{
    margin-top:-3px;
    display:block
}
