/* CSS Document */
#search-container {
	float:left;
	background-color:#FFFFFF;
	width:966px;
	border-top:1px solid #cccccc;
	overflow:hidden;
	}
	
#normal-search-wrapper {
	width:900px;
	padding:15px;
	margin:20px 0 0 15px;
	border-bottom:1px solid #cccccc;
	}
	
#search-results-wrapper {
	width:700px;
	/*width:930px;*/
	margin:30px 0 20px 15px;
	}

#search-results-wrapper a {
	font-size:11px;
	color:#1e62a9;
	text-decoration:none;
}
	
#search-results-wrapper a:hover {
	font-size:11px;
	color:#ff6600;
	text-decoration:none;
}
#search-results-wrapper  p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666;
	font-size: 11px;
}
#search-results-wrapper h3 {
	color:#2060aa;
	font-size:15px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding: 0;
}

	.separator-dotted {
	border-top:1px dotted #dcdcdc;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin:14px 0;
	}
	.h7 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15px;
	margin:0;
	padding:0;
}