/*
 * Search Form
 */
div#SearchForm
{
    padding: 15px;
    height: 393px;
}

div#ACSearchOptions
{
}

div#NormalSearchOptions
{
}

div#SearchForm .AutoCompleteBox
{
    color: #333; 
    font-size: 9px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;   
    width:  155px;
    height: 14px;
}

div#SearchForm input.SearchButton
{
    margin-top: 10px;
    color: #333; 
    font-size: 9px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;   
}

/*
 * Search Results
 */
#LeftCol
{
    padding: 10px 0 0 0;
    height: 222px;
    width: 200px;
    float: left;
    background-color: white;
    border-right: solid 1px #333;
}
html>body #LeftCol
{
    height: 212px;
}

#RightCol
{
    margin: 0 0 0 42px;
    float: left;
    background-color: white;
    width: 287px;
}

.InputRow
{
    padding-top: 10px;
    clear: both;
}
html>body .InputRow
{
    padding-top: 10px;
}

#MainContent a:link, #MainContent a:visited, #MainContent a:active   
{ 
    font-weight: normal;  
    padding-left: 10px;
}

#MainContent #lnkPopularSearches
{
	display: block;
	padding: 2em 0 0 0;
}

.searchDDL 
{ 
    color: #333; 
    font-size: 9px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;    
}