@charset "utf-8";
body{
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.clear{
	clear:both;
}
input,select,textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	direction: rtl;
}
.SelectBox select {
	height: 20px;
	width: 139px;
	background:url(../images/select.png) top right no-repeat;
	border:none;
	padding:1px 14px 1px 1px;
}



#SearchRes th, #SearchRes td{
	vertical-align:top;
	padding: 4px;
}
#SearchRes th{
	background-color:#0072c1;
	color:#ffffff;
	padding: 8px 10px;
}
#SearchRes th.Primary{
	background:#0072c1 url(../images/sb-top-right.gif) right top no-repeat;
	width:30px;
}
#SearchRes th.Quote{
}
#SearchRes th.Footer{
	padding:0;
	background:#0072c1 url(../images/sb-bottom-right.gif) right bottom no-repeat;
	height:31px;
}
#SearchRes td{
}
#SearchRes td.Primary{
	padding-top:12px;
	font-weight:bold;
	text-align:center;
	background-color:#e9ecf1;
	color:#557085;
	cursor:pointer;
}
#SearchRes td.Quote{
	padding:5px 10px;
	background-color:#e9ecf1;
	color:#557085;
	overflow:hidden;
	cursor:pointer;
}

#SearchRes td.Ditails{
	color:#557085;
}
#SearchRes .Selected td{
	background:#2abeee;
	color:#ffffff;
}
#SearchRes td.Ditails table{
}
#SearchRes td.Ditails table td{
	white-space: nowrap;
}
#SearchRes td.Ditails table .Title{
	width:70px;
	padding-left:10px;
	color:#0072c1;
	font-weight:bold;
}
#SearchRes td.Ditails table .Label{
	width:140px;
}
#SearchRes td.Ditails h2{
	color:#0072c1;
	font-weight:bold;
	margin:4px 0;
}
#SearchRes td.Ditails a.Additional{
	float:left;
	margin:8px 3px 0px;
	color:#557085;
}
.SelectArrow{
	display:block;
	float:right;
}
.SelectPreArrow{
	display:block;
	float:right;
}
.SelectSpot{
	position:relative;
	width:154px;
}
.SelectArea{
	float:right;
	background:url(../images/selectbg.png) top right repeat-x;
	width:122px;
	padding:3px 0 4px;
	white-space: nowrap;
	overflow: hidden;
	direction:ltr;
	text-align: left;
}
.SelectSpot img{
	border:none;
	float:right;
}
.ResSpot{
	border-left:#333333 1px solid;
	border-right:#333333 1px solid;
	border-bottom:#333333 1px solid;
	background:#FFFFFF;
	position:absolute;
	z-index: 99;
	right:9px;
	top:22px;
	width:122px;
	max-height:150px;
	_height: 150px;
	overflow:auto;
	padding:1px;
}
.ResSpot.Scroll{
	width:140px;
}
.ResSpot a{
	display:block;
	text-decoration:none;
	/*color:#557085;*/
	color: #000000;
	direction: ltr;
}
.ResSpot a:hover{
	background-color:#d2d2d2;
}
.TopSelects{
	float:right;
	margin:20px 0 9px 20px;
	//margin:10px 0 9px 10px;
	position: relative;
}

.TopSelects .selectbox-wrapper {
	right: 0;
	top: 39px;
	position: absolute;
	width: 140px;
	height: 200px;
	overflow: auto;
	z-index: 999;
	background:#fff;
}

.TopSelects.Last{
	margin-left:0;
}
.TopSelects label{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:2px;
	padding:0 6px 0 0;
}
.TopSelects select{
	width:145px;
}
#SearchForm{
	background:#29bdee url(../images/form-right-open.gif) right top no-repeat;
	margin-bottom:20px;
	padding-right:20px;	
	position:relative;
	height: 160px;
	width:950px;

}
#SearchForm.close{
	background-image:url(../images/form-right-closed.gif)
}
#SearchRes{
	width:910px;
	
}
#FreeText{
	/*margin-bottom:18px;*/
	width:720px;
	position:absolute;
	bottom:20px;
}
#FreeText label{
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:2px;
	padding:0 6px 0 0;
}
#FreeText *{
	display:block;
}
#FreeText img{
	float:right;
}
#FreeText input{
	float:right;
	width:700px;
	border:none;
	background:url(../images/textbg.gif) top right repeat-x;
	padding:3px 0 4px;
	direction: rtl;
	text-align: right;
}
#SubmitButton{
	display:block;
	position:absolute;
	bottom:40px;
	top:97px;
	*top:95px;
}
#ResCount{
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:18px;
	//padding-bottom:16px;
}
