﻿div.divEntireSearch
{
    width: 590px;
    text-align: left;
}

td.ProductTitle
{
    background: #EEEEEE;
    color: Black;
    padding: 10px 6px 10px 6px;
}

.advSearchImage img
{
    width: 135px;
}

.AttributesHolder
{
}

.AttributesHolderTable
{
    width: 590px;
    background: url(images/search_bg_mid.gif) repeat-y top left;
}

.AttributesHolderTable td
{
    padding: 2px 2px 2px 10px;
}

.AttributesHolderTable td.topBG, .AttributesHolderTable td.topBG2
{
    background: url(images/search_bg_top.gif) no-repeat top left;
    height: 52px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.AttributesHolderTable td.topBG2
{
    background-position: top right;
}

.AttributesHolderTable td.bottomBG
{
    background: url(images/search_bg_bottom.gif) no-repeat bottom left;
    height: 16px;
}

.AttributesHolderTable td.bottomBGright
{
    background: url(images/search_bg_bottom.gif) no-repeat bottom right;
    height: 16px;
}

.AttributesHolderTable select
{
    font-size: 9px;
    font-family: Verdana,Arial,Times New Roman;
    color: #444454;
    background-color: #f3f6ff;
    width: 150px;
    border: 1px SOLID #444454;    
}

.AttributesHolderTable input.textFilter
{
    font-size: 9px;
    font-family: Verdana,Arial,Times New Roman;
    color: #444454;
    background-color: #f3f6ff;
    width: 150px;
    border: 1px SOLID #444454;    
}

.AttributesHolderTable input.butTextFilter
{
    font-size: 9px;
    font-family: Verdana,Arial,Times New Roman;
    color: #444454;
    width: 100px;
}

.SortHolderTable
{
    width: 590px;
    border: 1px SOLID SILVER;
    border-width: 1px 0px 1px 0px;
    margin: 10px 0px 10px 0px;
}

.SortHolderTable td
{
    padding: 10px 10px 10px 10px;
}

.SortHolderTable select
{
    font-size: 9px;
    font-family: Verdana,Arial,Times New Roman;
    color: #444454;
    background-color: #f3f6ff;
    width: 100px;
    border: 1px SOLID #444454;    
}

td.buttons img
{
    margin-bottom: 5px;
}

.divCriteria
{
    background: #EEEEEE;
    text-align: left;
    padding: 10px;
}

.spanCriteria
{
    white-space: nowrap;
    margin: 0px 0px 0px 10px;
}

div.hr
{
    height: 1px;
    clear: both;
    background: none;
    border: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
div.hr hr 
{
    display: none;
}    

