/* CSS Document */

#search_content {
	position: relative;
	top:0px;
	left:28px;
	width:744px;
	z-index:20;
	}
#search_bottom {
	width:744px;
	height:17px;
	background-image:url(../_images/search/search_border_bottom.gif);
	background-repeat:no-repeat;
	z-index:21;
	margin:0;
	padding:0;
	}	
#search_top {
	width:744px;
	height:140px;
	background-image:url(../_images/search/search_border_top.gif);
	background-repeat:no-repeat;
	z-index:22;
	margin:0;
	padding:0;
	}	
#refine_text {
	position: absolute; 
	top:52px; 
	left:26px; 
	width:120px;
	}	
#refine_text p {
	color:#333333;
	}	
#refine_option {
	position: absolute;
	left:170px;
	padding:0;
	margin:0;
	}
#subselect {
	position: absolute;
	left:130px;
	padding:0;
	margin:0;
	}	
#refine_option p {
	font-weight:bold;
	font-size:10px;
	color:#333333;
	}	
.refine_option_text {
	text-align:right;
	width:120px;
	padding-right:10px;
	float:left;
	}	
#search_button {
	position:absolute;
	top:65px;
	left:580px;
	z-index:30;
	margin:0;
	padding:0;
	}
#results_header {
	position:absolute;
	top:116px;
	height:20px;
	left:26px;
	}
#results_header p { color:#333333; }
				
.secondary_result {
	margin:0px 0px 6px 26px;
	padding:0;
	color:#333333;
	}
#results_list {
	width:744px;
	background-image:url(../_images/search/search_border_background.gif);
	background-repeat:repeat-y;
	z-index:30;
	margin:0;
	padding:0;
	}	
#result {
	width:225px;
	height:102px;
	display: block;
	background-image:url(../_images/search/list_result_background.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
	margin:4px 0 4px 8px;
	padding:0;
	}	
#result:hover { background-position:0px -110px; cursor:hand; }	

	
#result h6 {
	font-size:12px;
	line-height:14px;
	color:#2862B9;
	font-weight:bold;
	margin:5px 3px 3px 8px;
	padding:0;
	}
#result h6 a { text-decoration:none; color:#2862B9; }	
#result h6 a:hover { text-decoration: underline; }	
#result p {	margin:6px 3px 2px 8px;	}

.result_cell {
	padding:0;
	margin:0;
	}
		
