@charset "utf-8";
/* CSS Document */
@import url(../../../css/import/fonts.css);

.ui-search-widget {
	width:188px;
	height:29px;
	background-color:#fff;
	border: solid 1px #b3b3b3;
	margin-right:330px;
	margin-top:-31px;
	font-family: 'Avenir-Roman', Arial;
}
	#ui-search-widget {
		 font-family: 'Avenir-Roman', Arial;
	}
	.ui-search-widget input {
		width:170px;
		padding:5px;
		font-size:13px;
		color: #666666;
		border: dotted 0px #ff0000;
		
	}
	
	.ui-search-result-item {
		border-bottom: solid 1px #00b0e5;
		padding-bottom: 10px;
		padding-top:5px;
		width:510px;
	}
		.ui-search-result-item a {
			color: #00b0e5;
		}
	
	.ui-search-header {
		text-align:left;
		width:100%;
		margin-bottom:20px;
		margin-top:20px;
	}
	.ui-search-header span {
		font-size:14px;
		text-align:left;
		display:block;	
	}
	.ui-search-header div {
		position:absolute;
		margin-top:-20px;
		margin-left: 200px;
		font-weight:bold;
	}