#rsepro_ajax {
	width: 95%;
	margin-bottom: 0;
}

.rsepro_search_ajax {
	width: 100%;
	position: relative;
}

.rsepro_ajax_container {
	position: absolute;
	width: 100%;
	margin-left: 4px;
    margin-top: 2px;
}

.rsepro_ajax_list {
	list-style: none outside none !important;
    padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #C8C8C8;
	background: none repeat scroll 0 0 #1E1E1E;
	opacity: 0.75;
	z-index: 9999;
	width: 98%;
	border: 1px solid transparent;
	overflow: hidden;
	position: relative;
	display: none;
}

.rsepro_ajax_list li a {
	color: #FFF;
	padding: 2px;
	text-decoration: none !important;
	display: block;
}

.rsepro_ajax_list li a:hover {
	color: #FFF;
	padding: 2px;
	text-decoration: none !important;
	background: none repeat scroll 0 0 transparent;
}

.rsepro_ajax_list li {
	padding: 2px;
}

.rsepro_ajax_list .rsepro_ajax_close {
	float: right;
    height: 16px;
    width: 16px;
}

.rsepro_ajax_list .rsepro_ajax_close a {
	height: 16px;
    width: 16px;
}

.rsepro_search_form {
	width: 100%;
}

.rsepro_search_form p label {
	display: block;
	font-weight: bold;
}

.rsepro_search_form #rskeyword {
    width: 85%;
}

.rsepro_search_form .rs_date .input-append {
	display: inline;
}

.rsepro_search_form .rsepro_search_form_button {
	background: url("../../../../components/com_rseventspro/assets/images/searchicon.png") no-repeat scroll 0 0 transparent;
	border: medium none;
    cursor: pointer;
    height: 16px;
    width: 16px;
	vertical-align: middle;
	margin-left: -25px;
}

.rsepro_search_form label {
	display: block;
	font-weight: bold;
}

.rsepro_search_form div {
	margin-bottom: 5px;
}

#rsepro_ajax_loader_j4 {
	position: absolute;
    right: 20px;
    top: 12px;
}

#rsepro_ajax_loader_j3 {
	position: absolute;
    right: 0;
    top: 7px;
}

.rsepro_search_form .slider {
	width: 180px !important;
}

.rsepro-module-price-label {
	text-decoration: underline;
}

#rscategories, #rslocations {
	height: auto;
}

#rslocations_chosen, 
#rscategories_chosen {
	width: 100% !important;
}

.slider .tooltip.top.in {
  opacity:1;
}

@media (min-width: 768px) and (max-width: 979px) {
	.rsepro_search_form .slider {
		width: 140px !important;
	}
}