html *{
  margin:0;
  padding:0;
  border:0;
  text-decoration:none;
}

body{
  width:800px;
  background:#999 url('../images/body_bg.png');
  margin:0 auto;
  position:relative;
}

body .backwards{
  unicode-bidi:bidi-override;
  direction:rtl;
}

.lnk{
    display:none;
}

.cim a{
  color:#333333;
  font:normal 12px Arial;
  text-decoration:underline !important;
}

.cim a i{
  font-style:normal;
}

.cim a:hover{
  color:#774186;
}

.maindiv{
  float:left;
  width:778px;
  padding:11px;
  background:#fff;
  position:relative;
}

/*///////////////////////HEAD/////////////////////////////////////////*/

.head{
  position:relative;
  float:left;
}

#mmhh{
  position:absolute;
  top:25px;
  right:190px;
}

.head .heading{
  float:left;
  width:276px;
  height:74px;
  background:#5f276e url('../images/head_left.png') 0 0 no-repeat;
  padding:10px 0 0 12px;
}

.heading h1{
  color:#fff;
  font:bold 20px Times;
}

.heading em{
  float:left;
  font:bold 14px Times;
  color:#fff;
}

.head img{
  float:left;
}

.head ul{
  float:left;
  list-style-type:none;
  height:25px;
  width:100%;
}

.head ul li{
  float:left;
  position:relative;
  height:25px;
  border-right:1px solid #fff;
  overflow:hidden;
}

.head ul li a img{
  z-index:1;
}

.head ul li a span, .head ul li a b{
  font:bold 12px Arial;
  color:#fff;
  position:absolute;
  text-align:center;
  padding-top:4px;
  top:0;
  left:0;
  z-index:10;
  cursor:pointer;
}

.head ul li a b{
  top:25px;
}

.head ul li a{
  float:left;
  position:relative;
  height:25px;
}

.head ul li a:hover{
  top:-25px;
  background:transparent;
}


#about, #about span, #about b{
  width:97px;
}

#trav, #trav span, #trav b{
  width:189px;
}

#curr, #curr span, #curr b{
  width:130px;
}

#cont, #cont span, #cont b{
  width:151px;
}

#mapp, #mapp span, #mapp b{
  width:74px;
}

#money_bottom{
  position:absolute;
  left:288px;
  top:109px;
  z-index:100;
}

.head .langs{
  float:left;
}

.head .langs a{
  text-align:center;
  float:left;
  width:22px;
  font:normal 11px Arial;
  padding-top:3px;
  color:#333;
}

.head .langs b{
  float:left;
  padding:0 3px;
  color:#333;
}

.head .langs a:hover{
  font-weight:bold;
  color:#663075;
}

.cim{
  float:right;
  padding:0 15px 0 0;
  margin:15px 0;
  width:180px;
  font:normal 11px Arial;
  color:#333;
}

.cim img{
  float:left;
}

.cim span{
  float:left;
  height:20px;
  width:155px;
  padding:3px 0px 0px 5px;
}

/*/////////////////////////////CONTENT///////////////////////////////////////*/

.leftcont{
  position:relative;
  float:left;
  width:559px;
  padding:15px 0 0 0 ;
  border-right:1px dotted #493017;
  z-index:1000;
}

.leftcont h2{
  float:left;
  font:bold 16px Arial;
  color:#cbb367;
  border-bottom:1px dotted #493017;
  padding:0 0 4px 50px;
}

.leftcont .table{
  float:left;
  width:542px;
  margin-top:20px;
}

.table .th{
  float:right;
  border-bottom:1px dotted #493017;
  width:490px;
}

.table .th h4{
  font:bold 12px Arial;
  padding-bottom:4px;
  float:left;
  color:#cbb367;
}

.table .th .val{
  text-align:left;
  width:277px;
  padding-left:12px;
}

.table .th .purch{
  text-align:right;
}

.table .th .sale{
  float:right;
  padding-right:5px;
  color:#663075;
}

.table .rows{
  float:right;
  width:515px;
  margin-top:10px;
  list-style-type:none;
}

.table .rows li{
  float:left;
  position:relative;
  font:normal 12px Arial;
  color:#444;
}

.table .rows li a{
  float:left;
  width:509px;
  padding:1px;
  cursor:pointer;
}

.table .rows li a:hover{
  padding:0 !important;
  border:1px dotted  #6e267b;
}

.table .rows .grey{
  background:#f6f6f6;
}

.table .rows .white{
  background:#fff;
}

.table .rows li img{
  float:left;
  border:3px solid #fff;
}

.table .rows b{
  float:left;
  color:#444;
  padding:7px 0 1px 0;
  height:20px;
  width:36px;
  text-align:right;
}

.table .rows strong{
  float:left;
  font:normal 12px Arial;
  color:#444;
  height:20px;
  padding:7px 0 1px 5px;
  width:250px;
}

.table .rows a span i, .table .rows a span em{
  float:left;
  font:normal 12px Arial;
  color:#444;
  padding:7px 0 1px 0;
  height:20px;
  text-align:right;
  width:60px;
}

.table .rows a span em{
  float:right !important;
  padding-right:5px;
}

.table .rows li .graph{
  display:block;
  background:#fff;
  margin:0;
  padding:0;
}

.gad1, .gad2, .gad3{
  width:530px;
  text-align:center;
  position:relative;
  right:10px;
  float:right;
  padding:0;
  margin:0;
}

.gad1{
  margin:10px 0 5px 0;
}

.gad2{
  margin:15px 0 0 0;
}

.gad3{
  margin:5px 0;
}

.table .rows li .graph img{
  float:left;
  border:0px;
  height:0px;
}

/*////////////////////////////TEXT CONTENT///////////////////////////////*/

.leftcont .textcontent{
  float:left;
  width:520px;
  padding:20px;
}

.leftcont .textcontent .hotelList{
  float:left;
}
.leftcont .textcontent .hotelList img{
  float:left;
  margin:0px 10px 10px 0px;
}


.textcontent p{
  font:normal 14px Arial;
  color:#333;
  width:100%;
  margin:7px 0;
  text-align:left;
  line-height:18px;
}

.textcontent b{
  color:#8e5a9d;
  font:bold 16px Arial;
}

.textcontent a{
  color:#c4a848;
  font:normal 14px Arial;
  text-decoration:underline;
}

.textcontent em{
  font:bold 15px Arial;
  color:#333;
}

.textcontent a:hover{
  color:#836d31;
  text-decoration:none;
}

.textcontent ul{
  padding:0 0 0 10px;
  margin:0 0 10px 0;
  float:left;
  list-style-type:none;
}

.textcontent ul li{
  font:normal 14px Arial;
  color:#333;
  line-height:18px;
  background:transparent url('../images/li_style.png') 0px 7px no-repeat;
  padding:0 0 0 10px;
}

.rightcont{
  position:relative;
  float:right;
  width:210px;
}

.rightcont h2{
  float:left;
  font:bold 16px Arial;
  color:#cbb367;
  border-bottom:1px dotted #493017;
  padding:0 0 4px 15px;
  margin-top:10px;
}

.fast_book{
  visibility:hidden;
  float:right;
  padding:0 15px 0 0;
  margin:15px 0;
  width:180px;
  font:normal 12px Arial;
  text-align:center;
}

.rightcont #load{
  position:absolute;
  left:50%;
  top:60px;
  margin:0px 0px 0px -23px;
}

.fast_book select, .fast_book input {
	font:normal 11px Arial;
	margin:0px;
	padding:0px;
	line-height:18px;  
	height:18px;
	border:1px solid #9e8e52;
}

.fast_book input {
  height:20px;
}

.fast_book form button{
  display:block;
  height:20px;
  background:#8B579A;
  color:#fff;
  text-align:center;
  cursor:pointer;
  width:180px;
  margin-top:2px;
}

.fast_book a{
	height:18px;
	line-height:18px;
	background:#8B579A;
	color:#fff;
	width:180px;
	border:1px solid #5B236B;
	float:left;
	margin-top:2px;
}

.fast_book a:hover{
  background:#fff;
  border:1px solid #8B579A;
  color:#8B579A;
}

.val_count{
  float:right;
  padding:0 15px 0 0;
  margin:15px 0;
  width:180px;
}

.val_count h3{
  font:bold 13px Arial;
  color:#cbb367;
  margin:10px 0 10px 0;
  float:left;
  width:100%;
}

.val_count form{
  float:left;
  width:100%;
  height:110px;
  border:1px dotted #493017;
  background:#eadfed url('../images/change_bg.png') 0 0 no-repeat;
  padding:0 0 15px 0;
}

.val_count form select{
  width:58px;
  margin:10px 0px 0px 20px;
}

.val_count form input{
  width:56px;
  height:18px;
  padding-top:2px;
  margin:10px 0px 0px 20px;
  border:1px solid #9e8e52;
  text-align:center;
}

.val_count form button{
  display:block;
  width:58px;
  height:20px;
  margin:20px 0px 0px 20px;
  background:#e2d393 url('../images/button.png') 0 0 no-repeat;
  font:normal 12px Arial;
  color:#fff;
  text-align:center;
  cursor:pointer;
}

.smalltext{
  font:normal 10px Arial;
  color:#444;
}

.prevtext{
  font:normal 10px Arial;
  color:#444;
  float:right;
  padding:10px 10px 0px 0px;
  width:520px;
}

.rright{
  float:right;
  padding:0 15px 0 0;
  width:180px;
}

.lleft{
  float:right;
  border-top:1px dotted #493017;
  margin-top:10px;
  padding-top:20px;
  width:490px;
}

.foot{
  margin-top:20px;
  float:left;
  width:777px;
  font:normal 12px Arial;
  color:#fff;
  background:#a5a5a5;
  padding:3px 0;
  text-align:center;
}

.foot a{
  color:#fff;
  font:normal 12px Arial;
  text-decoration:underline !important;
}

.foot a:hover{
  color:#774186;
}

.maindiv h6{
  font:bold 12px Arial;
  color:#fff;
  line-height:18px;
  text-align:center;
  float:left;
  margin:0px;
  border:1px solid #5f1f72;
  position:absolute;
  left:11px;
  top:11px;
  z-index:1000;
  padding:0px 5px 0px 5px;
  background:#814c90;
  height:18px;
}

#priceline{
  background:#824d91;
  width:777px;
  height:20px;
  overflow:hidden;
  float:left;
  color:#fff;
  margin-bottom:2px;
  position:relative;
  border-right:1px solid #5f1f72;
  font:normal 12px Arial;
}

#priceline ul{
  position:absolute;
  left:0;
  padding:0;
  margin:0;
  list-style:none;
  height:19px;
  float:left;
}

#priceline ul li{
  float:left;

  height:20px;
  padding-left:8px;
  background:transparent url('../images/val_bg.png');
}

#priceline ul li b{
  float:left;
  width:35px;
  margin-top:2px;
  font:bold 14px Arial;
}

#priceline ul li img, #priceline ul li div{
  float:left;
  line-height:19px;
}

.validate{
  position:relative;
  float:left;
  width:100%;
  bottom:0;
  text-align:center;
  margin:5px 0px 0px 0px;
}

.copyright{
  font:normal 10px Arial;
}

.validate p, .validate a{
  display:inline;
  padding:2px;
}

#clockdiv{
  float:left;
  padding-left:10px;
  color:#fff;
}

.clist{
  float:left;
  width:230px;
  height:80px;
  padding:0px 0px 10px 30px;
}

.clist img{
  float:left;
}

.clist span{
  padding:0px 0px 0px 5px;
  width:205px;
  float:left;
  height:25px;
}


#mediaajanlat b{
  font:normal 12px Arial !important;
}