


.moduleBody {
	width: 960px;
	margin: 0;
	position: relative;
}

.moduleBody .itemHolder {
	width: 700px;
	margin-left: 240px;
}

.jsActive .moduleBody .itemHolder {
	overflow: hidden;
}
.moduleBody .itemScroller {
	width: 700px;
	height: auto;
}


.moduleBody .itemsTitleList {
	position: absolute;
	top: 30px;
	left: 0;
	width: 220px;
 }

.moduleBody .itemsTitleList h3 {
	margin: 5px 0 0 0;	
}

.moduleBody .itemsTitleList a{
	color: #FAD698;
	text-transform: uppercase;
}
.moduleBody .itemsTitleList a:hover, .moduleBody .itemsTitleList a.active{
	color: #fff;
}
.jsActive .moduleBody .itemsTitleList a:hover{
	color: #FAD698;
}
.moduleBody .itemPreview {
	margin: 0;
	width: 700px;
	position: relative;
	min-height: 150px;
	_height: 150px;
}

.moduleBody .itemPreview h3 {
	color : #FAD698;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.moduleBody .itemText {
	width: 470px;
	position: relative;
	padding-bottom: 20px;
}

.moduleBody .itemPreviewImage {
	position: absolute;
	top: 15px;
	right: 0;
	border: 1px solid #a88448;
	padding: 4px;
}

.moduleBody .itemPreviewImage img {
	display: block;
	border: 5px solid #310923;
	width: 185px;
	height: 100px;
}

.moduleBody .itemPreviewImageSection a.zoomer img {
	_behavior: url(/png_behavior.htc);
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


.jsActive .contentExtra {
	display: none;
	overflow: hidden;
	width: 470px;
}

.smallThumbs {
	position: absolute;
	top: 140px;
	right: 0;
	width: 208px;
	font-size: 0.9em;
}

.jsActive .smallThumbs {
	display: none;
	overflow: hidden;
}

.smallThumbs img {
	border: 2px solid #a88448;
	margin: 3px;
}

.seeMoreBox {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 200px;
	text-align: right;
}

.itemPreviewBookingLink, .itemPreviewViewLink{
	display: inline;
	white-space: nowrap;
	text-transform: uppercase;
}

.itemPreviewBookingLink {
	border-right: 1px solid #fff;
}

.seeMoreBox a, .seeMoreBox a:visited{
	color: #FAD698;
	text-transform: uppercase;
	padding: 0 5px;
}

body.lang-ar .smallThumbs  {
	left: 0;
	right: auto;
}

body.lang-ar .itemPreviewBookingLink {
	border-right: 0 none;
	border-left: 1px solid #FFFFFF;
}
