/* CSS Document */
html
{
	SCROLLBAR-FACE-COLOR: #2b2a4d;
	SCROLLBAR-HIGHLIGHT-COLOR: #656565;
	SCROLLBAR-SHADOW-COLOR: #656565;
	SCROLLBAR-3DLIGHT-COLOR: #000;
	SCROLLBAR-ARROW-COLOR:  #ffffff;
	SCROLLBAR-TRACK-COLOR: #2e2e2e;
	SCROLLBAR-DARKSHADOW-COLOR: #000;
} 
body 
{
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:10px;
	font:normal 12px Arial;
	color:#fff;
	background:#000 url(../content/images/bg.gif);
}
a {
	outline:none;
}
h1, h2, h3, form {
	margin:0px;
}
img {
	border:none;
}
select, input, textarea {
	font:normal 12px Arial;
	color:#000;
}
p
{
	margin:0;
	padding-top:5px;
	direction:rtl;
}
div, table, span, ul, li, table td, table th
{
	text-align:right;
	direction:rtl;
}
.Clear
{
	clear:both;
}
.HotelImg
{
	display:block;
	float:left;
	width:245px;
	height:153px;
	background:url(../content/images/hotel_bg.gif) center no-repeat;
	text-align:center;
}
.HotelImg img
{
	margin-top:7px;
}
.Hotel
{
	border-bottom:1px dotted #f4990f;
	padding:0 15px 10px 15px;
	margin-bottom:10px;
}
.Hotel h2
{
	font:bold 16px Arial;
	color:#f8c72b;
}
.Hotel table
{
	width:500px;
	float:right;
	color:#b1b1b1;
}
.Hotel table th
{
	vertical-align:top;
	width:60px;
	color:#f9830b;
}


