/*  ALL CSS RELATED TO MULTI-SEARCH.
	2011-11-13 Dvir
										*/

.search_block_main select {
	height:16px;
	line-height:16px;
}

.search_block_main input {
	height:19px;
	line-height:19px;
}
								
div.multi-search {
	display:none;
	position:absolute;
	z-index:900;
	margin-top: 8px;
	margin-right:-4px;
}


div.fullscreengray {
	display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	background:#333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
	position: fixed;
	z-index:9000;
}

div.grayout-msg-text {
	display:none;
	position:absolute;
	z-index:1100;
}
.alpha60 {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
div.grayout-msg {
	display:none;
	position:absolute;
	z-index:999;
	margin-right:-60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;	
}
div.grayout-msg-flat {
	display:none;
	position:absolute;
	z-index:999;
	border-radius: 5px 0px 5px 5px;
	-moz-border-radius:  5px 0px 5px 5px;			
	-webkit-border-radius: 5px 0px 5px 5px;	


}

div.multi-search-tab {
	display:block;
	position:absolute;
	top:-44px;
	right:0;
	height:44px;
	min-width:40px;
	max-width:400px;
	background:#fff;
	border:1px solid #ff4e00;
	border-bottom:0;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius:  5px 5px 0px 0px;
	padding-top:0px;
	padding-left:2px;
	padding-right:2px;
	font:12px arial,verdana;
	z-index:800;	
}

div.multi-search-tab span.txt {
	display:block;
	margin-top:0;
	padding-right:2px;
	font:12px arial;
	color:#000;
}
div.multi-search-box span.type-header,div.multi-search-box-flat span.type-header  {
	display:block;
	font:14px arial;
	padding-right:4px;
	font-weight:bold;
	color:#000;
}		
div.multi-search-tab div.leftcurv {
	position:absolute;
	bottom:0;
	left:-5px;
	width:5px;
	height:5px;
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/tabcurv_left.png)  no-repeat;
}	
div.multi-search-tab div.rightcurv {
	position:absolute;
	bottom:0;
	right:-5px;
	width:5px;
	height:5px;
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/tabcurv_right.png)  no-repeat;
}		
div.multi-search-box {
	display:block;
	position:relative;
	background:#fff;	
	border:1px solid #ff4e00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;			
	border-radius:5px;
	padding:6px;
	padding-left:0;
	padding-right:0;
	padding-bottom:40px;
	left:60px;
}
div.multi-search-box-flat {
	display:block;
	position:absolute;	
	background:#fff;	
	border:1px solid #ff4e00;
	border-radius: 5px 0px 5px 5px;
	-moz-border-radius:  5px 0px 5px 5px;			
	-webkit-border-radius: 5px 0px 5px 5px;
	padding:6px;
	padding-left:0;
	padding-right:0;
	padding-bottom:40px;
	right:0;
}		
div.multi-search-box div.inner-gray , div.multi-search-box-flat div.inner-gray {
	position:relative;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border:2px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	background:#f6f6f6;
	padding:2px;
	padding-top:2px;
	padding-right:5px;
	margin-top:7px;
	font:14px arial;	
	color:#000;
}
div.multi-search-box div.inner-gray div.scrollable , div.multi-search-box-flat div.inner-gray div.scrollable {
	display:block;
	margin:3px;
	overflow-y: auto;
}
div.multi-search-box  span.oheader,div.multi-search-box-flat span.oheader  {
	display:block;
	clear:both;
	margin-bottom:5px;
	font:14px arial;
	font-weight:bold;
	color:#ff5501;
}

div.v-separator1 {
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/box_v_spr1.png) 0px 0px no-repeat;
}
div.limit-note {
	position:absolute;
	top:1px;
	left:30px;
	font:12px arial;
	color:#000;
}
div.multi-search-box div.ms-close , div.multi-search-box-flat div.ms-close {
	position:absolute;
	top:2px;
	left:3px;
	width:16px;
	height:17px;
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/multisearch_close.png) no-repeat;
	cursor:pointer;
}
div.select-btn{
	display:block;
	position:absolute;
	bottom:-5px;
	left:8px;
	width:49px;
	height:34px;
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/multisearch_select_btn.png) no-repeat;
	cursor:pointer
}
div.icon-btns {
	position:absolute;
	height:15px;	
	bottom:12px;
	right:6px;			

}
div.icon-clearall {
	display:inline;
	min-width:14px;
	height:15px;			
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/multisearch_icon_clear.png) top right no-repeat;
	padding-right:14px;
	font:11px arial;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	margin-left:5px;
}
div.icon-selectall {
	display:inline;
	min-width:14px;
	height:15px;			
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/multisearch_icon_selall.png) top right no-repeat;
	padding-right:14px;
	font:11px arial;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	margin-left:5px;
}
div.icon-ie7 {padding-right:20px}
input.check-box {
	clear:both;
	font:12px arial;
	color:#000;
}
div.multi-search-element {
	display:block;
	overflow:hidden;
	border:1px solid #000;
	font:12px arial;
	line-height:150%;
	height:16px;
	padding:2px;
	color:#111;
	position:relative;
	cursor:pointer;
	background:#fff;
}

.on-top {
	z-index:999999;
}


div.mytooltip {
	display:none;
	background:#d4d4d4 url(https://images.yad2.co.il/Pic/yad2new/multi_search/mytooltip_grad.png) top left repeat-x;
	border:1px solid #9a9a9a;
	position:absolute;
	z-index:99999;
	padding:5px;
	max-width:340px;
	max-height:340px;
	overflow-y:hidden;
	font:12px arial,tohama,verdana;
	font-weight:normal;
	color:#000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
div.mytooltip  span {
	font-weight:bold;
}

/***************** nadlan yeshuv box  *****************/

div.yeshuv-box {
	display:block;
	position:relative;
	background:#f7f6f6;				
	width:300px;
	height:300px;
}
div.yeshuv-box-scroll {
	display:block;
	width:150px;
	height:258px;
	overflow-y: scroll;
	direction:ltr;
	font:12px arial;
	font-weight:normal;
	color:#000;		
}
div.yeshuv-box-right {
	display:block;
	width:150px;
	height:300px;
}
div.yeshuv-box-autocomplete {
	display:block;
	position:relative;
	z-index:9000;
	direction:rtl;
	width:150px;
	height:36px;
	padding:5px;
	padding-top:1px;
	font:12px arial;
	font-weight:normal;
	color:#000;	
}
div.yeshuv-box-autocomplete input {
	display:block;
	width:135px;
	border:1px solid #666;
	padding:2px;
	font:12px arial;
	font-weight:normal;
	color:#000;	
} 			
div.yeshuv-box-selected {
	direction:rtl;				
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:300px;
	overflow-y:scroll;
	background:#cacdd0;
	font:12px arial;
	font-weight:normal;
	color:#000;		
}
div.yeshuv-inner {
	display:block;
	direction:ltr;
	overflow:hidden;
	white-space:normal;
	float:right;
	width:120px;
	direction:rtl;
	padding:5px;
	padding-right:2px;
}
label.yeshuv-item {
	display:block;
	width:125px;		
	clear:both;
	margin-bottom:3px;
}
label.yeshuv-item input {
	position:relative;
	top:5px;
}
div.yeshuv-sel-title {
	direction:rtl;
	font:12px arial;
	font-weight:bold;
	color:#000;
	padding:3px;
	padding-right:6px;
	text-decoration:underline;				
}
ul.yeshuv-selected {
	direction:rtl;
	margin:7px;
	padding-right:20px;
	list-style:none;
	/*list-style-image: url(https://images.yad2.co.il/Pic/yad2new/multi_search/multiSearch_checked.png);*/
}
	ul.yeshuv-selected li {
	position:relative;
	font-weight:bold;
	margin-bottom:9px;
}
ul.yeshuv-selected li div.li_rem{
	display:block;
	position:absolute;
	top:0;
	right:-20px;
	width:16px;
	height:16px;
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/li_yeshuv_remove.png) no-repeat;
	cursor:pointer;
}
div.yeshuv_lightbox {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:300px;
	height:300px;				
}
div.yeshuv_lightbox_bg {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:300px;
	height:300px;
	background:#333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index:1000;					
}
div.yeshuv_popup1 {
	display:block;
	position:absolute;
	z-index:5000;
	top:0;
	left:0;
	width:300px;
	height:300px;
	background:url(https://images.yad2.co.il/Pic/yad2new/multi_search/yeshuv_popup1.png) center 50px no-repeat;
}
div.yeshuv_popup1 div.pclose {
	display:block;
	position:absolute;
	top:62px;
	left:41px;
	width:17px;
	height:17px;
	cursor:pointer;
}