﻿
.searchTop_box
{
    width:982px;
	height:38px;
	line-height:38px;
	float:left;
	background:url(/Includes/images/searchBar_background.png) no-repeat;
	margin-bottom:20px;
}
.searchTop_container
{
    float:left; 
    padding-left:80px; 
    padding-top:5px;
}
.serchTextBox
{
    width:422px;
	float:left;
	margin-top:2px;
	margin-right:5px;
	height:17px;
	line-height:17px;
}
.search_icon
{
    width:60px;
	height:28px;
	float:left;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Includes/images/searchButton.png');
	border:none;
	cursor:pointer;
	line-height:25px;
	_line-height:28px;
	text-align:center;	
}

*>
.search_icon {
        background:url(/Includes/images/searchButton.png) no-repeat;/*other browsers except ie6*/
   }
   
.searchResults_title_font
{
    color:#B72E28;
	font-size:14px !important;
}
a.searchResults_title_font,a.searchResults_title_font:link,a.searchResults_title_font:visited
{
    color:#B72E28;
	text-decoration:underline;
	font-size:14px !important;
}
a.searchResults_title_font:hover,a.searchResults_title_font:active
{
    color:#B72E28;
	text-decoration:underline;
	font-size:14px !important;
}
.searchContent_first
{
    width:902px; 
    float:left; 
    background-color:#e8e8e8; 
    border-top:1px solid #fff;
    padding:10px 40px;
}
.searchContent_second
{
    width:902px; 
    float:left; 
    background-color:#f2f2f2; 
    border-top:1px solid #fff;
    padding:10px 40px;
}
.searchResults_title
{
    width:902px; 
    float:left;
    padding-bottom:5px; 
}
.searchResults_detail
{
    width:902px; 
    float:left;
}
.searchResults_detail p
{
    margin:0px;
    padding:0px;
    float:left;
    text-align:left;
}
.searchContent_first p,.searchContent_second p
{
    margin:0px;
    padding:0px;
    float:left;
    text-align:left;
}