@charset "utf-8";
/* CSS Document */

@media all {
	.ajaxresult {
		position: absolute;
		z-index: 99;
		top: 166px;
		width: 974px;
		background-color: #dedede;
		padding: 0;
		display: none;
	}
	
	.ajaxresult .suggestNumFound {
		background-color: #605d5c;
		width: 934px;
		display: block;
		color: #fff;
		height: 20px;
		padding: 5px 20px;
		margin-bottom: 0;
		line-height: 20px;
		float: left;
		margin-bottom: 10px;
		font-size: 100%;
		font-weight: bold;
	}
	
	.ajaxresult .suggestmore {
		background-color: #605d5c;
		width: 934px;
		display: block;
		color: #fff;
		height: 20px;
		padding: 5px 20px;
		margin-bottom: 0;
		line-height: 20px;
		float: left;
		margin-top: 10px;
		font-size: 100%;
		font-weight: bold;		
	}
	
	.ajaxresult a .suggestresult {
		padding: 5px 20px;
		margin-bottom: 0px;
		float: left;
		cursor: pointer;
		width: 934px;
	}
	
	.ajaxresult a .suggestresult {
		color: #000;
	}
		
	.ajaxresult a .suggestresult:hover {
		background-color: #cc0000;
		color: #fff;
	}
	
	.ajaxresult  a .suggestresult:hover {
		color: #fff;
	}
	
	#col3_contentSearch.searchResult,
	#layout2col_contentSearch.searchResult {
		display: none;
		padding-bottom: 30px;
		padding-left: 0;
	}
	
	.searchClick {
		cursor: pointer;
		color: #cc0000;
	}
	
   #col3_content,#col3_contentSearch { padding-right: 0px; margin-right: 0px; }
   
    table.searchresult { border: none; width:auto; border-collapse:collapse; margin:0px; padding: 0px; font-size:8pt; vertical-align:top;}
    table.searchresult tbody th {
	    font-family:Arial, Helvetica, sans-serif;
	    font-weight:bold;
	    color:#605d5c;
	    padding: 18px 0 4px 0;
	    margin: 0;
    	border:none;
    	text-align:left;
    	vertical-align:top;
    	font-size:10pt;
    	background: none;
    }
    table.searchresult tbody td { border:none; font-size:13px; vertical-align:top; padding: 0px; }
	table.searchresult tbody td h4 { font-size:13px; font-weight: bold; }
	.cathead {
	    color: #605d5c;
	    margin-top: 1px;
	    font-weight: bold;
	}
	
	.morefound {
		background-color: #dedede;
		font-weight: bold;
		padding: 10px;
	}
	
}

@media screen and (max-width:974px){

	#searchForm {
		float: left;
		width: 100%;
		position: relative;
	}
	
	.ajaxresult {
		top: 47px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.ajaxresult .suggestNumFound {
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}
	
	.ajaxresult .suggestmore {
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}
	
	.ajaxresult a .suggestresult {
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}
}


