@charset "utf-8";
/* CSS Document */

#rooms .bottomShadow{
	/*padding-left: 30px;*/
	
	padding-top:10px;
	/*padding-right: 30px;*/
}

.bottomShadow {
	background-image: url(../images/bottom-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 475px;
	width: 964px;
	/*padding-left: 50px;*/
	padding-bottom: 30px;
	/*margin-left: -32px;*/
	overflow: hidden;
}

.wsHouseRooms {
	margin: 0;
}

.roomListContainer {
	position: relative;
	min-height: 1000px;
}

.wsHouseRooms > li {
	list-style: none;
}

.roomImgLink {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: block;
}

.roomImgLink .linkIcon {
	bottom: 9px;
	right: 3px;
}

.linkIcon {
    background-image: url("../images/link-arrow4.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
    width: 16px;
}

.wsRoomHoverImage {
	/*text-align:right;	*/
}

.roomImgLink img {
    border: 1px solid #9E743F;
    box-shadow: none;
    padding: 2px;
    margin-bottom: 0;	
    /*margin-left:13px;*/
}



.wsRoomDetailContainer {
	display: none;
	width: 635px;
	position: absolute;
	top: 0px;
	/*right: -83px;*/
	margin:0px 0 0 330px;
}

.roomOverInfo {
	display: block;
	/*background-image: url(../images/room-accom-bkg.png);
	background-repeat: repeat-x;
	background-position: 0 0;*/
	min-height: 150px;
	padding: 20px 0 0 0;
}

.dragonflyRoom {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: -40px 50%;
	/*width: 300px;*/
	padding-left: 5px;
}

.roomListTitleContainer {
	background-image: url(../images/room-list-bkg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin-bottom: 3px;
	line-height: 100%;
	padding: 5px;
	/*width: 315px;*/
	cursor: pointer;
}

.roomListTitleContainer:hover{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-image: url(../images/room-active-bkg.gif);
}

.active .roomListTitleContainer {
	cursor: inherit;
}

h3.roomListTitle {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #362f23;
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 7px;
}

.active .roomListTitleContainer {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-image: url(../images/room-active-bkg.gif);
}
.active .roomListTitleContainer:hover {
	background-image: url(../images/room-list-bkg.gif);
	background-repeat: repeat-y;
}

.roomLinks {
	margin-left: 30px;
	margin-bottom: 2px;
	display: none;
}

.roomLinks a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 3px;
	text-decoration: none;
}

.roomOverInfo li {
	line-height: 125%;
	margin-bottom: 9px;
}

.roomOverAccom ul {
	margin-left: 15px;
}

h4.roomOverTitle {
	display: block;
	clear: both;
	margin-bottom: 14px;
}

h4.roomOverTitle a {
	font-size: 32px;
	color: #763C1F;
	letter-spacing: 0.04em;
	text-decoration: none;
}

h4.roomOverTitle a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(153,159,119,1);
}

h4.roomOverTitle .roomOverRate {
	float: right;
	display: block;
	color: #5A4A42;
	font-size: 16px;
	letter-spacing: normal;
}

#rooms .bottomShadow {
	background-image: none;
}


.roomImageWrapper {
    display: block;
    float: right;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
    width:480px;
}

#prevImg {
	left:3%;	
}

#nextImg {
	right:3%;
	background-position:-69px 0 ;	
}


.wsRoomDetail {
    display:none;
}