#searchInput
{
direction:ltr;
}
.textInput .fa
{
	direction:ltr;
}
.EnmStatusBar {
	font:11px Tahoma;
	background-color:rgb(236,245,255);
	border-top: 1px solid #AEBFCF;
	padding:2px 5px 1px 5px;
	line-height:1.6em;
	text-align:left;
	direction:rtl;
	} 
.boxHeaderMap {
	text-align:left;
	padding-left:25px;
	direction: ltr;
	font:11px Tahoma;
	color:#000;
	height:20px;
	background: url(../images/box_header.gif) no-repeat left top;
}
.boxBodyMap {
	background-color:rgb(252,253,255);
	border-right:1px solid #C5DCF2;
	border-left:1px solid #C5DCF2;
	direction:rtl;
	width:758px;
}
#accordion {
	width: 204px;
	height:400px;
	overflow:auto;
	position:relative;
	background:#FCFDFF;
	}
span.toggler {
	display:block;
	color: #000;
	height:20px;
	margin:0;
	padding: 4px 5px;
	background:#FCFDFF url(../images/delimiter.gif) repeat-x 0 100%;
	font:11px Tahoma;
	text-align:right;
	direction:rtl;
	cursor:pointer;
}
.element {
	background:#eee;
}
ul.elementList {
	list-style:none;
	padding:0 5px 10px 0;
	margin:0;
}
ul.elementList li a {
	font:10px Tahoma;
	color:#000;
	text-decoration:none;	
	line-height:1.9em;
	display:block;
	width:100%;
	text-align:right;
}
ul.elementList li a:hover {
	background:#ABE6FE;
}
ul.elementList li a span {
	color:#3399ff;
}
#mapContainer {
	position:relative;
	border:1px solid #666;
	width:545px;
	height:410px;
}	
#btnsContainer {
	position:absolute;
	width:34px;
	height:16px;
	top:3px;
	right:3px;
	z-index:3;
}
#map {
	position:absolute;
	top:0;
	left:0;
}
#loading {
	position:absolute;
	top:180px;
	left:250px;
	width:70px;
	height:70px;
	background:url(../images/loading_bg.gif) no-repeat 0 0;
	z-index:5;
}
#legend {
	position:absolute;
	top:0;
	left:0;
	width:545px;
	height:410px;
	background:url(../images/map_legend.gif) no-repeat 70px 150px;
	z-index:6;
	display:none;
	cursor:pointer;
}
#star {
	position:absolute;
	top:194px;
	left:262px;
	width:22px;
	height:22px;
}
.navMap {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	background:#F4E4D4 url(../images/navmap1.gif) no-repeat;
	width: 180px;
	height:130px;
	border:2px solid #fff;
	cursor:pointer
}
.navMap2 {
	background:#F4E4D4 url(../images/navmap2.gif) no-repeat;
}
.down, .up {float:left; margin-right:1px; width: 16px; height:16px; outline:none; display:block;}

.down {
	background:url(../images/down.gif) no-repeat 0 0;
}
.down:hover {
	background:url(../images/down.gif) no-repeat 0 -19px;
}
.up {
	background:url(../images/up.gif) no-repeat 0 0;
}
.up:hover {
	background:url(../images/up.gif) no-repeat 0 -19px;
}
.viewFinder1, .viewFinder2, .viewFinder3, .viewFinder4 {	
	position:absolute;
	border:2px solid #666;
	top:100px;
	left:50px;
	background-color:#CCC;
	opacity:0.7;
	filter:alpha(opacity=70);
	overflow:hidden;
}
.viewFinder4 {width:6px; height:5px;}
.viewFinder3 {width:8px; height:6px;}
.viewFinder2 {width:12px; height:9px;}
.viewFinder1 {width:24px; height:18px;}
#regionsSelector {
	position:absolute;
	bottom:6px;
	right:6px;
	width:150px;
	height:30px;
	background:url(../images/regions_option_bg.gif) no-repeat top right;
	font:10px Tahoma;
	color:#000;
	vertical-align:middle;
	text-align:right;
	padding:0 5px;
	z-index:10;
	display:none;
}
#compass {
	position:absolute;
	top:5px;
	left: 5px;
	width:90px;
	height:120px;
}
#compassBG {
	position:absolute;
	top:0;
	left:0;
	width:90px;
	height:120px;
	background:url(../images/compass_bg.gif) no-repeat 0 0;
	opacity:0.8;
	filter:alpha(opacity=80);		
}
#arrows {
	position:absolute;
	top:8px;
	left:4px;
	width:80px;
	height:80px;
	background: url(../images/arrows_bg.gif) no-repeat 0 0;

}
a#toTop, a#toRight, a#toBottom, a#toLeft {
	position:absolute;
	display:block;
	width:21px;
	height:21px;
	background:url(../images/arrows.gif) no-repeat 0 0;
	outline:none;
}
a#toTop {top: 3px; left:30px; background-position:-25px 3px;}
a#toRight {top: 30px; right:3px; background-position:-50px -25px;}
a#toBottom {top: 55px; left:30px; background-position:-25px -50px;}
a#toLeft {top: 30px; left:3px; background-position:3px -25px;}
a#toTop:hover {background-position:-25px -70px;}
a#toRight:hover {background-position:-50px -98px;}
a#toBottom:hover {background-position:-25px -123px;}
a#toLeft:hover {background-position:3px -98px;}

#zoomLevels {
	position:absolute;
	top:92px;
	left:12px;
	width: 76px;
	height:22px;
}
a#level1, a#level2, a#level3, a#level4 {
	position:absolute;
	display:block;
	background:url(../images/zoom_btns.gif) no-repeat 0 0;
	outline:none;
}
a#level1 {top: 0; left:0; width:18px; height:18px; background-position:0 0;}
a#level2 {top: 2px; left:20px; width:16px; height:16px; background-position:-20px -2px;}
a#level3 {top: 4px; left:38px; width:14px; height:14px; background-position:-38px -4px;}
a#level4 {top: 6px; left:54px; width:12px; height:12px; background-position:-54px -6px;}
a#level1:hover {background-position:0 -20px;}
a#level2:hover {background-position:-20px -22px;}
a#level3:hover {background-position:-38px -24px;}
a#level4:hover {background-position:-54px -26px;}

a#level1.selected {background-position:0 -20px;}
a#level2.selected {background-position:-20px -22px;}
a#level3.selected {background-position:-38px -24px;}
a#level4.selected {background-position:-54px -26px;}
#mapToolbar {
	width:545px;
	height:24px;
	_width:542px;
	_height:20px;	
	background:url(../images/toolbar_bg.gif) no-repeat top left;
	padding:3px;
	margin:0;
}
a.orderButton {
    color: #444;
    display: block;
	background:#FFE400;
    float: left;

    padding:0 5px 0 5px;
    text-decoration: none;
	direction:ltr;
	outline:none;
}
a.EnorderButton {
    color: #444;
    display: block;
	background:#FFE400;
    float: right;
    padding:0 5px 0 5px;
    text-decoration: none;
	direction:ltr;
	outline:none;
}
a.button {
    color: #444;
    display: block;
    float: right;
    height: 24px;
    padding-right: 5px;
    text-decoration: none;
	outline:none;
}
a.button span, a.orderButton span {
    display: block;
    line-height: 14px;
    padding: 5px 20px 5px 5px;
	font:10px Tahoma;
}
a.button:hover {color:#963}
span.permalink{background:url(../images/permalink_icon.gif) no-repeat center right;}
span.sendto{background:url(../images/sendto_icon.gif) no-repeat center right;}
span.print{background:url(../images/print_icon.gif) no-repeat center right;}
span.help{background:url(../images/help_icon.gif) no-repeat center right;}
span.order{background:url(../images/disc_icon.gif) no-repeat center right;}
span.langbtn
{
	padding-right:0px;
	width:88px;
	background:url(../images/switch-to-farsi-map.gif) no-repeat center right;
	}
a.button span.langbtn{padding-right:0px}
div.delimiter {
	display:block;
	float:right;
	width:3px;
	height:16px;
	background:url(../images/toolbar_delimiter.gif) no-repeat 50% 50%;
	margin: 3px 3px;
}
.boundries {
	font:10px tahoma;
	color:#999;
	width:83px;
	text-align:center;
	float:right;
	padding:10px 0 10px 0;
	line-height:1.6em;
	
}
.boundries a {
	font:11px Tahoma;
	text-decoration:none;
	color:#369;
}

.spacer
{
display:block;
float:right;
}

#kwicksContainer {
	width:765px;
	overflow:hidden;
	background:url(../../images/mapadvbar_bg.gif);
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	width:750px;
	height:72px;
	float:right;
}
#mapadvbarright
{
	float:right;
	height:72px;
	width:5px;
	background:url(../../images/mapadvbar_right.gif) no-repeat;
}
#mapadvbarleft
{
	float:right;
	height:72px;
	width:5px;
	background:url(../../images/mapadvbar_left.gif) no-repeat;
}
.AdvBg
{
	background:url(../../images/mapbarbg.gif) no-repeat;
	width:765px;
	height:75;
}
#kwick { 
	height: 72px;
	position:relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height:72px;
	width:750px;
}
#kwicks {
	position: relative;
	width:750px;
	height:72px;
	margin:0;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 6px;
}
#kwicks .kwick {
	float: right;
	display: block;
	height: 72px;
}
#kwicks .kwick a{
	display:block;
	width:100%;
	height:100%;
}
#kwick_1 {background:url(../images/kwicks/kwick1.gif) no-repeat right top;}
#kwick_2 {background:url(../images/kwicks/kwick2.gif) no-repeat right top;}
#kwick_3 {background:url(../images/kwicks/kwick3.gif) no-repeat right top;}
#kwick_4 {background:url(../images/kwicks/kwick4.gif) no-repeat right top;}
#kwick_5 {background:url(../images/kwicks/kwick5.gif) no-repeat right top;}
#kwick_6 {background:url(../images/kwicks/kwick6.gif) no-repeat right top; margin-left:3px;}