
div.asl_w {
	width: 100%;
	height: auto;
	border-radius: 5px;
	background-color: #dbe9ee;
	background-image: radial-gradient(ellipse at center, #dbe9ee, #dbe9ee);
	overflow: hidden;
	border: 0 none #000;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 10px 18px -13px #000;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
	margin: 4px;
	height: 28px;
	background-color: #fff;
	background-image: radial-gradient(ellipse at center, #fff, #fff);
	border: 1px solid #68aec7;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 0 6px -3px #b5b5b5 inset;
}

#ajaxsearchlite1 .probox .proinput, div.asl_w .probox div.proinput {
	font-weight: normal;
	font-family: Open Sans;
	color: #000 !important;
	font-size: 12px;
	line-height: normal !important;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox div.proinput input {
	font-weight: normal;
	font-family: Open Sans;
	color: #000 !important;
	font-size: 12px;
	line-height: normal !important;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	border: 0;
	box-shadow: none;
}

div.asl_w.asl_msie .probox div.proinput, div.asl_w.asl_msie .probox div.proinput input {
	line-height: 24px !important;
}

div.asl_w .probox .proinput input::-webkit-input-placeholder {
	font-weight: normal;
	font-family: Open Sans;
	color: rgba(0, 0, 0, .6) !important;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_w .probox .proinput input::-moz-placeholder {
	font-weight: normal;
	font-family: Open Sans;
	color: rgba(0, 0, 0, .6) !important;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_w .probox .proinput input:-ms-input-placeholder {
	font-weight: normal;
	font-family: Open Sans;
	color: rgba(0, 0, 0, .6) !important;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_w .probox .proinput input:-moz-placeholder {
	font-weight: normal;
	font-family: Open Sans;
	color: rgba(0, 0, 0, .6) !important;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_w .probox .proinput input.autocomplete {
	font-weight: normal;
	font-family: Open Sans;
	color: #000;
	font-size: 12px;
	line-height: 15px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
	width: 28px;
	height: 28px;
}

div.asl_w .probox .promagnifier .innericon svg {
	fill: #363636;
}

div.asl_w .probox div.asl_simple-circle {
	border: 4px solid #363636;
}

div.asl_w .probox .prosettings .innericon svg {
	fill: #363636;
}

div.asl_w .probox .promagnifier {
	width: 28px;
	height: 28px;
	background-color: #6cd1f5;
	background-image: -o-linear-gradient(180deg, #84c5dc, #6cd1f5);
	background-image: -ms-linear-gradient(180deg, #84c5dc, #6cd1f5);
	background-image: -webkit-linear-gradient(180deg, #84c5dc, #6cd1f5);
	background-image: linear-gradient(180deg, #84c5dc, #6cd1f5);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 solid #68aec7;
	border-radius: 0 0 0 0;
	box-shadow: -1px 1px 0 0 rgba(255, 255, 255, .61) inset;
	cursor: pointer;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.asl_w .probox .prosettings {
	width: 28px;
	height: 28px;
	background-color: #6cd1f5;
	background-image: -o-linear-gradient(185deg, #68aec7, #6cd1f5);
	background-image: -ms-linear-gradient(185deg, #68aec7, #6cd1f5);
	background-image: -webkit-linear-gradient(185deg, #68aec7, #6cd1f5);
	background-image: linear-gradient(185deg, #68aec7, #6cd1f5);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	border: 0 solid #68aec7;
	border-radius: 0 0 0 0;
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, .63) inset;
	cursor: pointer;
	background-size: 100% 100%;
}

div.asl_r {
	position: absolute;
	z-index: 1100;
}

div.asl_r.vertical {
	padding: 4px;
	background: #99daf1;
	border-radius: 3px;
	border: 0 none #000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 0 0 #000;
	visibility: hidden;
	display: none;
}

div.asl_r .results .nores .keyword {
	padding: 0 6px;
	cursor: pointer;
	font-weight: normal;
	font-family: Open Sans;
	color: #4a4a4a;
	font-size: 13px;
	line-height: 13px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	font-weight: bold;
}

div.asl_r .results .item {
	height: auto;
	background: #fff;
}

div.asl_r.vertical .results .item:after {
	background: #ccc;
}

div.asl_r .results .item.hovered {
	background-color: #ebfaff;
}

div.asl_r .results .item .asl_image {
	width: 70px;
	height: 70px;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-weight: normal;
	font-family: "Open Sans";
	color: #1454a9;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_r .results .item .asl_content h3 a:hover {
	font-weight: normal;
	font-family: Open Sans;
	color: #2e6bbc;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_r .results .item div.etc {
	padding: 0;
	line-height: 10px;
	font-weight: bold;
	font-family: Open Sans;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 13px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_r .results .item .etc .asl_author {
	padding: 0;
	font-weight: bold;
	font-family: Open Sans;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 13px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_r .results .item .etc .asl_date {
	margin: 0 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-family: Open Sans;
	color: #adadad;
	font-size: 12px;
	line-height: 15px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_r .results .item p.desc {
	margin: 2px 0;
	padding: 0;
	font-weight: normal;
	font-family: Open Sans;
	color: #4a4a4a;
	font-size: 13px;
	line-height: 13px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_r span.highlighted {
	font-weight: bold;
	color: #d9312b;
	background-color: #eee;
	color: rgba(217, 49, 43, 1);
	background-color: rgba(238, 238, 238, 1);
}

div.asl_s.searchsettings {
	background-color: #6dcced;
	background-image: linear-gradient(185deg, #6dcced, #68aec7);
	background-image: -webkit-linear-gradient(185deg, #6dcced, #68aec7);
	background-image: -moz-linear-gradient(185deg, #6dcced, #68aec7);
	background-image: -o-linear-gradient(185deg, #6dcced, #68aec7);
	background-image: -ms-linear-gradient(185deg, #6dcced, #68aec7);
	background-image: linear-gradient(185deg, #6dcced, #68aec7);
	background-image: -webkit-linear-gradient(185deg, #6dcced, #68aec7);
	background-image: -moz-linear-gradient(185deg, #6dcced, #68aec7);
	background-image: -o-linear-gradient(185deg, #6dcced, #68aec7);
	background-image: -ms-linear-gradient(185deg, #6dcced, #68aec7);
	box-shadow: 2px 2px 3px -1px #000;
}

div.asl_s.searchsettings .asl_option_label {
	font-weight: bold;
	font-family: Open Sans;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox {
	background-color: #222;
	background-image: linear-gradient(180deg, #222, #36373a);
	background-image: -webkit-linear-gradient(180deg, #222, #36373a);
	background-image: -moz-linear-gradient(180deg, #222, #36373a);
	background-image: -o-linear-gradient(180deg, #222, #36373a);
	background-image: -ms-linear-gradient(180deg, #222, #36373a);
}

div.asl_s.searchsettings fieldset .categoryfilter {
	max-height: 200px;
	overflow: auto;
}

div.asl_s.searchsettings fieldset legend {
	padding: 5px 0 0 10px;
	margin: 0;
	font-weight: normal;
	font-family: Open Sans;
	color: #1f1f1f;
	font-size: 13px;
	line-height: 15px;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
