@charset "utf-8";
/* CSS Document */
.rodat_menu_rooms a {
  font-weight: normal;
}

.room-details {

		color: #5d585c;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
		
}

.room-bold-underline {
  text-decoration: underline;
		font-weight: bold;
}
.RboxText {
	min-height: 192px;
}
div.RboxContent {
	
}
/* ------------- GALLERY --------------- */
div.gallerycontent{
	width: 740px;
	padding-top:15px;
	float:left;
}
div.gallery-contentright {
	width: 240px;
	float: right;
}

div.RboxContentGallery {
	font-size: 12px; line-height: 20px;
	padding: 10px;
}
/* BIG */
div.gallerybigcontainer {
	padding:3px;
	border: 1px solid #cccccc;
	float: left;
}
img.gallerybig {
	width: 740px;	
}

/* THUMBS */
a.thumblink {
	padding:3px;
	border: 1px solid #cccccc;
	display: block;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
a.thumblink:hover {
	border: 1px solid #000000;	
}

img.thumbimg {
	width: 125px;
	height: 90px;
}

/* Pagination */
div.thumbpagination {
	margin-bottom:15px;
	margin-right:30px;
	padding:3px;
	float: right;
}

div.thumbpagination a,div.thumbpagination a:visited {
	background: #cccccc;
	padding:3px;
	cursor: pointer;
}
a.paginationselected {
	background: #000000 !important;
}
