div.search{
    width: 654px;
    padding:24px 44px 0px 44px;
    background:#F3F3F3;
    float:left;
    overflow:visible;
    height:140px;
    position:relative;
    z-index:1;
    font-family:Arial,Helvetica,sans-serif;

}

div.search label{
    float:left;
    display:block;
    font-size:15px;
    font-weight:bold;
    color:#00a2e4;
    height:15px;
    margin:5px 10px 8px 0px;

}
div.search div{
    width:522px;
    float:left;
    color:#666666;
    font-size:10px;
}
input#search
 {
	padding:8px 10px 0 10px;
    *padding:4px 10px 0 10px;
    /*width:380px;*/
	width:500px;
    line-height:23px;
    height:23px;
    *height:27px;
    border:1px solid #D3D3D3;
    border-right:0px;
    font-size:13px;
    color:#666666;
    font-weight:bold;
   
}
#product_type {
    float:left;
    width:120px;
    margin:0px 0 0 -1px;
    *margin:1px 0 0 -1px;
    position:relative;
    z-index:2;
    overflow:hidden;
    border:1px solid #D3D3D3;
    border-left:none;
    background:#fff url(/site/images/interface/broker_directory__divider.png) 0 10px no-repeat;
    padding:0px 0 0px 0;
}

#product_type  li{

    list-style-type:none;
     color:#00a2e4;
     line-height:13px;
     padding:7px 8px 6px 4px;
     margin:0;
     display:block;
     width:100%;
     background:url(/site/images/interface/broker_directory__horiz_divider.png) top center no-repeat;

}

#product_type li.first {
background:url(/site/images/interface/arrow_down.png) 100px 15px  no-repeat;
}
#product_type li.highlight {
    background-color:#dbf2fb;
}
input.go{
    /*display:block;*/
    width:47px;
    height:33px;
	background-repeat:no-repeat;
	background-position:-3px -3px;
	background-color:#F3F3F3;
    background-image: url(/site/images/interface/interface_button_go.png);
    border:none;
	border-width:0px;
    float:left;
    margin:0px 0px 0px 7px;
	padding:0px;
	
}
div#results {
    width:100%;
}
div.num_results{
    color:#666666;
    font-size:13px;
    font-family:Arial,Helvetica,sans-serif;
}
div#results table {
    width:100%;
    border-collapse:collapse;
    color:#000;
    font-family:Arial,Helvetica,sans-serif;
}
div#results table tr th{
    border-bottom:1px solid #b7e5f7;
    font-size:13px;
    text-align:left;
   
}
div#results table tr td {
    border-bottom:1px solid #b7e5f7;
    font-size:12px;
    vertical-align:top;
}
div#results table tr td.phone {
   /* width:94px;*/
    white-space:nowrap;
}
div#results ul {
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
}
a.google_map_link{
    background:url(/site/images/interface/interface_icon_map.gif);
	background-repeat:no-repeat;
    width:16px;
    height:16px;
    display:block;
	margin-left:4px;
}

div.search div.options
{
	clear: both;
	margin: 20px 60px;
}

div.search span.option_heading
{
	background-color: #f3f3f3;
	color: #999;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 140px 0px 8px;
	padding: 0px 8px;
	position: relative;
	top: 8px;
	/*width: 206px;*/
}

div.search div.product_type, div.search div.search_by_type
{
	border: solid 1px #d0d0d0;
	color: #666;
	font-size: 10px;
	float: left;
	height: 22px;
	margin: 0px 20px 0px 0px;
	padding: 14px;
	width: 174px;
}


