* { margin: 0px; padding: 0px;}
input, textarea, select { outline: none; }
.clear { clear: both; }
.block_search { margin-bottom: 10px; }
.block_search input[type='text'], .block_search select {
	width: 208px;
	padding: 5px 0px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	margin-top: 10px;
	text-indent: 5px;
}
.block_search select { 
	width: 208px; 
	padding: 5px;
}
.block_search input[type='button'],
.block_search input[type='submit'] {
	background: #e1651f;
	border: none;
	padding: 4px 8px;
	border-radius: 3px;
	color: #FFF;	
	cursor: pointer;
	margin-top: 10px;
}
.block_search input[type='button']:hover { color: #222; }
.block_wrapper i {
	display: inline-block;
	float: left;	
	width: 20px;
	height: 20px;
	margin: 5px;
	cursor: pointer;	
	box-shadow: 1px 1px 2px #666;	
}

.block_wrapper ul li { 
	display: block; 
	text-align: center;
}
.block_wrapper ul li a {
	line-height: 14px;
	color: #333; 
	display: block;
	padding: 5px 5px 5px 18px;	
	background: url(checkbox_bg.png) no-repeat 0px 8px;
	text-align: left;
}
.block_wrapper ul li a:hover, .block_wrapper ul li a.active { background: url(checkbox_bg.png) no-repeat 0px -22px; }
.block_wrapper ul li a.active:hover { background: url(checkbox_bg.png) no-repeat 0px -52px; }*/
.block_wrapper ul li img {
	border: none;
	cursor: pointer;
	padding: 5px 0px;
}
.block_wrapper ul li span {	
	color: #999; 
	margin-left: 5px;	
}
.block_wrapper .block_price {
	position: absolute;
	top: 15px;
	font-size: 11px;	
	width: 100%;
}
.block_wrapper .block_price label.lowest {
	float: left;
	margin-left: -10px;
}
.block_wrapper .block_price label.highest {
	float: right;
	margin-right: -10px;
}
.block_wrapper #min {
	width: 87px;	
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666;
	padding: 5px 0px;
}
.block_wrapper #max {
	width: 87px;	
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666;
	padding: 5px 0px;
}
.block_wrapper span.arrow {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 4px 5px 0px 6px;
	background: url(arrow.png) no-repeat;
}
.block_wrapper span.arrow2 {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 4px 40px 0px 40px;
	background: url(arrow.png) no-repeat;
}
.block_wrapper div.slide_bottom {
	width: 188px;
	float: left;
	margin: 10px
}
.block_wrapper div.wrap_bottom {
	float: left; 
	width: 210px; 
	margin-right: 10px;
	margin-left: 5px;
}
.block_wrapper div.slide_top {
	width: 250px;
	float: left;
	margin: 10px
}
.block_wrapper div.wrap_top {
	float: left; 
	width: 270px; 
	margin: 0px 20px 0px 30px;
}
.block_wrapper div.wrap_top #min, .block_wrapper div.wrap_top #max { width: 83px; }
.block_wrapper h2.title_properties {
	font-size: 13px;
	color: #222;
	margin: 10px 0px 5px 0px;
	background: url(toggle_arrow.gif) no-repeat 2px 6px;
	text-indent: 17px;
}
.block_wrapper a.reset_icon, .block_wrapper a.reset_icon2, .block_wrapper a.reset_icon3 {
	background: url(reset_icon.png) no-repeat 0% 50%;
	font-size: 11px;
	color: #222;
	padding: 5px 0px 5px 16px;
	display: block;	
	margin-top: 10px;
}

img.ajax_loader {
    display: block;
    margin: 10px auto;
}
img#ajax_loader {
    position: fixed;
    top: 10px;
    left: 50%;
    z-index: 99991;
}
#overlay {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9999;
	background: #f0f0f0;
	opacity: 0.3;
	position: fixed;
	top: 0px;
	left: 0px;
}