/*	Author:		Daniel C. Richmond
	File:		search.css
	Purpose:	styles specific to search results, various search-related things
*/

#content div#store_header {
	background:#57585a;
	padding:20px 20px 10px;
	color:#ccc;
	margin-bottom:20px;
	/*width:572px;*/
	width:auto;
}

#content div#store_header div.big_map {
	background:url("../images/layout/bigMap_shadow.gif") no-repeat bottom right;
	padding:0 7px 7px 0;
	float:left;
}

#content div.store_result {
	padding-bottom:3px;
}

#content div.store_result h4, #content div.rep_result h4{
	text-transform:none;
	color:#666;
	font-weight:bold;
}

#content div.store_result div.map_result {
	padding:0 0 14px 0;
	background:url("../images/layout/map_shadow.jpg") no-repeat bottom center;
	float:left;
}

#content div.store_result div.map_result img {
	border:1px solid #fff;
}

#content span.number_result {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#ffcc33;
	display:block;
}

#footnote{
	font-size:1.8em;
	color:#e5aa2f;
}

#footnote a{
	color:#e5aa2f;
	text-decoration:underline;
}

#footnote strong {
	color:#999;
}

#content div#store_header h4 {
	padding-bottom:12px;
}



/*----- SALES REP SEARCH RESULTS -----*/
#content div.rep_result {
	padding-top:10px;
}


/*------ MAIN SEARCH RESULTS ------*/
#content div.search_result h4 {
	margin:0;
	color:#818181;
	font-weight:bold;
	margin-bottom:3px;
}

#content div.search_result h5 {
	margin-bottom:5px;
}


div.research {

}


/*----- RE-SEARCH BAR --------*/

form.research input.search {
	background:#FFFFFF url(../images/interface/search_box.gif) no-repeat scroll left top;
	width:118px;
	height:13px;
	border:none;
	padding:2px 4px;
	font-size:11px;
	font-family:inherit;

}

form.research input.submit {
	width:21px;
	height:17px;
	border:none;
	padding:0;
	margin-bottom:-3px;
}
