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 
{
	min-width:1000px;
	height:100%;
	border:0;
	margin:0;
	padding:0;
	font:normal 12px Arial;
	color:#fff;
	background:#0d0d31;
}
a {
	font:normal 12px Arial;
	color:white;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, form {
	margin:0px;
}
img {
	border:none;
}
table
{
	border-collapse:collapse;
}
select, input, textarea {
	font:normal 12px Arial;
	color:#000;
}
p
{
	margin-top:5px;
	direction:rtl;
}
div, table, span, ul, li
{
	text-align:right;
	direction:rtl;
}
#hotels
{
	margin:0 auto;
}
#hotels td, #hotels th
{
	vertical-align:top;
	padding:10px;
}
.hotels-title
{
	padding:5px 0 5px 0;
}
.hotels-title span
{
	color:#fff;
	font:bold 14px Arial;
	border-bottom:1px solid #fb8116;
}
.hotel-img
{
	display:block;
	width:181px;
	height:131px;
	background:url(../images/img_bg.jpg) center no-repeat;
	text-align:center;
}
.hotel-img img
{
	margin:13px auto;
}


