roomsWrapper{
	width: 640px;
}

.roomsLeftWrapper{
	position: relative;
	width: 470px;
	height: 845px;
	float: left;
	color:#A9A495;
}

.roomsRightWrapper{
	position:relative;
	top: 0px;
	left: 10px;
	width: 146px;
	float: left;
	color:#A9A495;
	font-size: 14px;
	
}

.roomsLeftIntroText {	
	float:left;
	margin:5px;
	/*width:240px;*/
	font-size: 15px;
}

.roomsLeftIntroImage{
	width: 200px;
	float:left;	
	margin-top: 5px;
}

.roomsLeftIntroImage img{
	border: 2px solid #fff;
}

.roomsInfoWrapper{
	width: 460px;
	float: left;
	margin-left: 5px;
	margin-top: 13px;	
}

.roomsInfoText{
	width: 190px;
	float: left;	
	margin-right: 5px;		
}

.roomsInfoText b{
	font-size: 13px;	
}

.roomsInfoImage{
	width: 260px;
	float: left;
		
}

.roomsInfoImage img {
	position:relative;
	left:22px;
	margin:40px 5px 0 0;
	border: 2px solid #fff;
}

.priceList{
	width: 460px;
	//height: 200px; 
	float: left;
} 

.roomsTitles{
	font-family: cursive;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.priceListTable table, .priceListTable table tr{
	width: 355px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	color: black;	
}
.priceListTable table td{
	height: 20px;
}

.lineRoomsVertical{
	position:absolute;
	height:815px;
	width:1px;
	top:15px;
	right:172px;
	background:#484138 none repeat scroll 0 0;
}


.lineRooms1{
	position: relative;
	float:left;
	background: url(../images/line.gif) top left repeat-x;
	width: 445px;
	height: 2px;
	margin-top: 16px;
	margin-bottom: 12px;
}

#buttonReservation{
	position:relative; 
	width:81px; 
	top:-106px; 
	left:360px;	
}
#buttonReservation a{
	text-decoration: none;
}

#buttonReservation button{
	position: absolute;
	width: 100px; 
	height: 106px;
}

.roomsSmallTitles, .roomsSmallTitles a{
	font-family: cursive;
	font-size: 16px;
}
.roomsSmallTitles a{
	text-decoration: underline;
}
.roomsSmallTitles a:hover {
	color: gray;
}

.roomsSmallTitles a:visited {
	color: gray;
}
