.p_box_search_head2 .text{
	border: 1px solid #000 !important;
	background: url(images/p_search_input_bg.png);
	padding: 3px;
	margin: 0 5px 0 0 !important;
	font-size: 15px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	width: 300px;
}
.p_box_search_head2 .cat{
	border: 1px solid #000 !important;
	background: url(images/p_search_input_bg.png);
	margin: 0 5px 0 0 !important;
	padding: 2px;
	font-size: 15px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	width: 300px;
}
.p_box_search_head2 .region{
	border: 1px solid #000 !important;
	background: url(images/p_search_input_bg.png);
	padding: 2px;
	font-size: 15px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	width: 200px;
}
.p_box_search_head2 .default-button{
	position: absolute;
	top: 10px;
	right: 20px;
}
.p_box_search_head2 .fieldset{
	margin: 10px 0 0 0;
}
.p_box_search_head2 .fieldset label{
	color: #fff;
	line-height: 16px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: baseline;
}
.p_box_search_head2 .fieldset label input{
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.p_box_search_head2 .fieldset select{	
	width: 158px;
	margin: 0 0px 5px 0 !important;
	border: 1px solid #000;
	background: url(images/p_search_input_bg.png);
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}

.ads_main_nav{
	margin: -10px 0 20px 0;
}



.banner_preview{
	border: 2px dashed #BBBBBB;
	background: #EFEFEF;
	color: #BBBBBB;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	/*cursor: pointer;*/
}
.banner_preview.top{
	height: 80px;
	margin: 0 0 10px 0;
	line-height: 80px;
}
.banner_preview.bottom{
	height: 80px;
	margin: 20px 0 0 0;
	line-height: 80px;
}
.banner_preview.right{
	width: 200px;
	height: 300px;
	margin: 0 0 10px 0;
	line-height: 280px;
}

#belivo_map.min{
	width: 408px;
	height: 200px;
}


.address_map{
	position: relative;
	margin: 0 0 10px 0;
}
.address_map .i-placemark {
	position:absolute;
	width:23px;
	height:46px;
	z-index:100;
	background-image:url(/images/placemark-sprite.png);
	background-position:-4px 100%;
	background-repeat:no-repeat;
}
.address_map.dragging .i-placemark {
	background-position:-94px 100%;
	-webkit-animation:placemark_up .1s steps(3);
	-moz-animation:placemark_up .1s steps(3);
	-ms-animation:placemark_up .1s steps(3);
	-o-animation:placemark_up .1s steps(3);
	animation:placemark_up .1s steps(3);
}
.address_map.dropped .i-placemark {
	-webkit-animation:placemark_down .1s steps(3);
	-moz-animation:placemark_down .1s steps(3);
	-ms-animation:placemark_down .1s steps(3);
	-o-animation:placemark_down .1s steps(3);
	animation:placemark_down .1s steps(3);
}
.address_map .map_wrapper{
	width: 408px;
	height: 200px;
	margin: 0 0 5px 0;
}
.address_map .map_wrapper .map{
	width: 408px;
	height: 200px;
}
.address_map .map_overlay{
	display: none;
	z-index:200;
	position: absolute;
	left: 0; top: 0;
	bottom:0; right: 0;
	background-color:rgba(0,0,0,0.33);
}
.address_map .map_overlay div{
	display:none;
	width:159px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	background-color:#fff;
	-moz-box-shadow:0 1px 2px 0 rgba(24,80,120,0.6);
	-webkit-box-shadow:0 1px 2px 0 rgba(24,80,120,0.6);
	box-shadow:0 1px 2px 0 rgba(24,80,120,0.6);
	margin:-15px 0 0 -80px;
	padding:4px 0 2px;
}
.address_map .map_result{
	display: none;
	line-height: 14px;
	color: #858585;
}
.address_map .map_address_line_confirm{
	color: #1262C3;
	text-decoration: underline;
	cursor: pointer;
}
.address_map .map_address_line_confirm:hover{
	color: #f06939;
}
.address_map .map_success, .address_map  .map_loading, .address_map .map_error{
	display: none;
}
.address_map .map_result.success, .address_map .map_result.success .map_success{
	display: block;
}
.address_map .map_result.error, .address_map .map_result.error .map_error{
	display: block;
}
.address_map .map_result.loading, .address_map .map_result.loading .map_loading{
	display: block;
}

.map_tooltip {
	margin-right:15px;
	font-family: Arial, sans-serif;
	line-height: normal;
}
.map_tooltip td{
	vertical-align: top;
}
.map_tooltip .title{
	font-size: 16px;
	font-weight: bold;
}
.map_tooltip .map_tooltip_price {
	padding-right:18px;
}
.map_tooltip p {
	color:gray;
	font-size:13px;
}


