@charset "utf-8";
body {
	padding:0px;
	width:auto;
	background-color: #e8e9ea;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html { padding:0; margin:0;}
a:focus { -moz-outline-style: none; outline: none;}
a:active { -moz-outline-style: none; outline: none; }
a { -moz-outline-style: none; outline: none; text-decoration:none;  cursor:pointer !important; cursor:hand;}
a:hover{ text-decoration:underline}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
.clr_csik {
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}

li.bg, .bg { clear:both; border-top:1px solid #e2e2e2; padding:0; margin:10px 0; background:none; line-height:0;}
.top_line {
	background-color: #FFF;
	width: 100%;
	height:32px;
	margin: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.top_line_wrap{width:980px; margin:0 auto}

/* menu */	
.menu {
	height:32px;
	padding:0;
	float: left;
	margin-bottom:10px;
}

.menu a {
	display:block;
	float:left;
	margin:5px 5px 0 0 ;
	color:#333;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:4px 6px 4px 7px;
	text-transform: uppercase;
	white-space: nowrap;
	border: 1px solid #DDD;
	background-image: url(images/butt_bg1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: white 1px 1px;
	
}

.menu a:hover{
	display:block;
	color:#333;
	background-position: left -50px;
	text-decoration:none;
	border: 1px solid #AAA;
	-moz-box-shadow: 0 0 3px -1px #333;
	-webkit-box-shadow: 0 0 3px -1px #333;	
}

.menu a.active{
	background-image: url(images/butt_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-shadow: black 1px 1px;
	font-weight:bold;
	color:#FFF;
}

.main_box {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/* main */
.main {
	width:100%;
	height: 100%;
	
}

/********** header **********/
.header {
	height: 70px;
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
/* logo */
.logo {
	float:left;
	padding:0;
	margin:0;
	width:220px;
}
/*top_sup*/
.top_sup {
	padding:0;
	margin:0;
	width: 760px;
	float: left;
	height: 60px;
}
.top_sup_resize {
	float:left;
	margin:0;
	padding:5px 5px;
	width:620px;
}
.top_sup_resize p {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#949494;
	padding:0px;
	margin:0px;
	text-shadow: white 1px 1px;
}
.top_sup_resize span {
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#333;
	text-shadow: white 1px 1px;
}

.share_buttons{
	float:right;
	width:100px;
	height:18px;
	padding:3px 5px 0 5px;
	margin-top:40px;
	border:1px solid transparent;
}
div.share_buttons:hover{
	border: 1px solid #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px -1px #333;
	-webkit-box-shadow: 0 0 3px -1px #333;
	background-image: url(images/butt_bg1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.share_buttons span{
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#666;
	float:left;
	text-shadow: white 1px 1px;
}


.bz, .tw, .fb{
	width:20px;
	height:18px;
	display:block;
	float:right;
	background-image: url(images/share_buttons.gif);
	background-repeat: no-repeat;
	background-position: -40px -2px;
	}
.tw{background-position: 0px -2px;}
.fb{background-position: -20px -2px;}
a:hover.fb {background-position: -20px -20px;}
a:hover.tw {background-position: 0px -20px;}
a:hover.bz {background-position: -40px -20px;}
/********** block index **********/
.body {
	margin:0;
	width: auto;
	height: 100%;
}
.body h2 { font:normal 18px Arial, Helvetica, sans-serif; color:#393939; padding:15px 5px; margin:0; border-bottom:1px solid #e2e2e2;}
.body p {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
	padding:10px 5px;
	margin:0;
	line-height:1em;
}
.body p span { color:#4392ca;}
.body a { color:#656565; text-decoration:underline;}
.body img { float:left; margin:5px; padding:0;}
.body img.clear { float:none; margin:5px 0; padding:0;}
.body img.floated {float:right; margin:5px; padding:0; }
.left_box {
	display: inline;
	float: left;
}

.left_header, .c_left_header {
	width:194px;
	height: 19px;
	overflow: auto;
	position: relative;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	font-weight:bold;
	-moz-border-radius:5px 5px 0 0 ;
	-webkit-border-radius:5px 5px 0 0;
	text-shadow: white 1px 1px;
}

.left_header a {
	font-size:11px;
	text-decoration:none;
	border: 1px solid trasparent;
}

.lf_l {float:left}
.sort_buttons {
	position: absolute;
	height: 12px;
	width: 50px;
	top: 4px;
	right: 4px;
	
}
.sort_P_active, .sort_R_active, .sort_P_unactive, .sort_R_unactive {
	width:12px;
	height:12px;
	display:block;
	background-image: url(images/small_icons.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;	
	float:right;
	margin:1px;
	border: 1px solid transparent;
	padding:0 2px
}

.sort_R_unactive {background-position:2px -12px;}
.sort_P_unactive {background-position:2px -36px;}
.sort_P_active {background-position:2px -24px;}
.sort_buttons a:hover{
	
	background-color:#fff;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 0 3px -1px #333;
	-webkit-box-shadow: 0 0 3px -1px #333;	
	}

.left  {
	width:200px;
	margin-right: 0px;
	padding: 5px;
	height: 100%;
	overflow: auto;
	position: relative;
	background-color: #f4f4f4;
	border: 1px solid #CCC;

} 
.list_box, .list_box_hover {
	background-color:#F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	position: relative;
	height:60px;
	width: 200px;
	padding:6px 0;
	overflow: hidden;
	z-index: 1;
}
.list_box_hover{
	background-color:#E9E9E9;
}
.list_title {
	position:absolute;
	font-size: 11px;
	font-weight: normal;
	width: 100px;
	height:30px;
	overflow: hidden;
	left:100px;
	top:8px;
}
.list_title a{
	font-size: 11px;
	color:#4392ca;
	font-weight: normal;
	text-decoration:none;
}

.list_title a:active, .list_title a:focus {
 color: #036;
}

.list_thmb{
	position:absolute;
	width:85px;
	height:60px;
	top:8px;
	left:5px;
}
.list_thmb a img, .list_box a img{
  margin:0px; padding:2px; border: 1px solid #ccc;
  -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.play_btn_off {	 position:absolute; left:-1000px;; top:0px}
.play_btn_on {	 position:absolute; left:0px; top:0px}

.list_thmb span {
	z-index:1000; 
	position:absolute; left:-3px; top:-3px; 
	text-decoration:none; padding:1px 2px; 
	background-color: #900; 
	color:#FFF; 
	font-size:8px;
	border: 1px solid #fff; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}
.list_details{
	text-align:right;
	position:absolute;
	width:143px;
	height:40px;
	top: 18px;
	right: 5px;
}
.list_details a {
	text-decoration:none;
	color:#4392ca;
}
.list_views{
	position:absolute;
	text-align:left;
	left: 100px;
	bottom: 8px;
}
#lapozo {
	text-align:center;
	margin:15px 0 10px 0;
}

#lapozo a, #lapozo span{
	width:15px; display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-shadow: white 1px 1px;
	text-decoration:none;
	border:1px solid #aaa;
	padding:2px;
	margin:0 2px;
	color:#333;
	background-image: url(images/butt_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	

}
#lapozo span{
	color:#fff;
	background-image: url(images/butt_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-shadow: black 1px 1px;
}
#lapozo a:hover{
	background-position: left -50px;
	border: 1px solid #aaa;	
	-moz-box-shadow: 0 0 3px -1px #222;
	-webkit-box-shadow: 0 0 3px -1px #222;
}
/*
#lapozo .lapozo_pages, .active_mutat {
	width:15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
	margin:0px 2px;
	border:1px solid #DDD;
	padding:2px 2px;
	color:#3288c5;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.lapozo_prev_next {
	font-size: 15px;
	padding:5px;
	color:#3288c5;
	}
	
#lapozo .lapozo_pages a:hover{ background-color:#ccc;}
#lapozo .lapozo_div a:hover {
	text-decoration: none;
}


.active_mutat {
	
	color:#000;
	background-color:#CCC;
	
	
}*/
.lapozo_result{text-align:center}
.lapozo_result_left{float:left;}
.lapozo_result_right{float:right;margin:0;}

.right_side  {
	width:745px;
	float:left;
	margin-left: 10px;
	display:inline;
}
#right_header, #c_right_header  {
	width:750px;
	height: 17px;
	overflow: hidden;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 2px 5px 5px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	-moz-border-radius:5px 5px 0 0 ;
	-webkit-border-radius:5px 5px 0 0 ;
	text-shadow: white 1px 1px;
} 


#title_line {
	color: #333;
	float: left;
	font-weight:bold;
	margin:3px 5px 5px 5px;
}
.earth_pano_buttons {
	font-size: 11px;
	float: right;
	text-shadow: white 1px 1px;
}
.earth_pano_buttons a {
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid transparent;
	padding:2px 3px 2px 25px;
	margin-top:1px;
}
.earth_pano_buttons a:hover {
	border: 1px solid #AAA;
	background-color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 3px -1px #333;
	-webkit-box-shadow: 0 0 3px -1px #333;	
}
#show_eart_btn a, #show_eart_btn a{
	text-decoration:none;
	padding-top:2px;
	
	
}
#show_eart_btn {
	color:#555;
	background-image: url(images/google_earth.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#show_pano_btn {
	color:#555;
	background-image: url(images/camera.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	margin-right:5px;
}



#map_in_box, #form_box {
	width:760px;
	height:500px;
	border: 1px solid #CCC;
	position:relative;
	overflow:hidden;
}
#map3d {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	position: relative;
}
#pano {
	position: absolute;
	z-index: 1001;
	height: 100%;
	width: 100%;
	left: -1300px;
	top: 0px;
	
}
#map_alatt {
	margin: 15px 0;
	color:#333;
}
#leiras_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #e8e9ea;
	text-align: justify;
}
#leiras_text a {
	font-size: 9px;
	color: #36c;
	text-decoration: none;
	display: inline;
	margin-left: 15px;
}
.jobb_hirdetes {
	float:right;
	width:210px;
	height:390px;
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	margin:45px 0 0 0;
	padding:16px 0 0 0;
	background-image: url(images/uaeflag1.png);
	background-position: 115px 340px;
	background-repeat: no-repeat;
}
.jobb_hirdetes p{
	margin:0 auto;
	width:80px;
	padding:4px 4px 4px 22px ;
	background-color:#eceef5;
	border:1px solid #cad4e7;
	color:#3b5998;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(images/felki.gif);
	background-repeat: no-repeat;
	background-position: 7px 3px;
}
.jobb_hirdetes span{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:center;
	display:block;
	margin:10px auto 0px auto;
	width:140px;
	padding:10px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	color:#555555;
}
.jobb_hirdetes_text{
	margin:10px 15px; padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#555555;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
}
.jobb_hirdetes_tel, .jobb_hirdetes a{
	padding-left:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#3b59a8;
	text-decoration:none;
}

/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * {
	color:#666;
}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:normal 13px  Tahoma, Geneva, sans-serif; color:#6e6e6e; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:430px; border:1px solid #d7d7d7; margin:5px 0; padding:5px 2px; height:15px; background:#fff;}
#contactform textarea {
	width:430px;
	border:1px solid #d7d7d7;
	margin:10px 0;
	padding:2px;
	background:#fff;
	height:100px;
}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 100px; border:0; color:#FFF;}

.pre_footer{
	background-image: url(images/footerbg_05.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#EEE;
	text-shadow: white 1px 1px;
	margin-top: 15px;
	}
.pre_footer_box{
	width:190px;
	float:left;
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.pre_footer_box h2{
	padding:0px;
	margin:5px 0;
	font-size: 16px;
	color:#444;
	}
.pre_footer_box ol{
	margin:0;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	}
.pre_footer_box a{
	color: #666;
	}
.pre_footer_box a:hover{
	text-decoration:none;
	color:#3288c5;
	
	}


.footer {
	width: 100%;
	padding:10px 0px;
	background-color:#d1d1d1;
	background-image: url(images/footerbg_08.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	text-shadow: white 1px 1px;
}
.footer_resize , .pre_footer_resize{
	width:970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.footer p {
	margin:0;
	padding-top:10px;
	float:right;
	color:#666;
	font:normal 11px Arial, Helvetica, sans-serif;
	display: block;
	text-align:right;
}
.footer_menu {
	margin: 0px;
	padding: 0px;
	float: left;
	color: #3288c5;
	font:normal 11px Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footer a {
	color:#3288c5;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer a:hover { text-decoration:underline;}

#form_box {height:100%; background-color:#f4f4f4; width:100%}
.inbox {
	padding:10px 20px; color:#333; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:125%; height:700px
	}
.inbox h2 {margin:0; padding:0 5px 5px 0}
.inbox p{font-size:13px; padding:10px 10px;line-height:125%}
.inbox p span {text-align:right;margin-right:0; float:right;; color:#666}
#lg_txt{font-size:10px; line-height:150% ;padding:0;margin:0; text-align:right}
#lg_txt span { text-align:right;margin-right:0; float:right;; color:#666}
.cap {margin-top:10px; float:left;}
.butt{padding:2px 30px; margin:10px 0 30px 0; color:#333}

.c_left_header, #c_right_header {width:100%; padding-left:0px; padding-right:0px}
