/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* v1.0 customized for son matias by mandarina creativos */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {background:#3a4447;}

#wrapper {background:#ffffff;}

a {color:#1687e8;}

#print_logo {display:none;}
#content,
#header,
#footer {
	padding: 0 10px;
}
#content {
	padding-bottom: 150px;
}
#content,
#header-wrapper,
#footer-wrapper {
	width: 950px;
	margin:0 auto;
}
fieldset.hidden-values {
	display:none;
}
/* inline piped menu */
ul.inline-piped-menu li {
	display: inline;
}
	ul.inline-piped-menu li a {
		border-left: 1px solid #000;
		padding: 0 5px;
		line-height: 1;
	}
	ul.inline-piped-menu li.first a {
		border-left: 0;
		padding-left: 0;
	}

/* self-clear */
.self-clear {
	_height: 1%;
	*display: inline-block;
	_display: block;
}

.self-clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* borde personalizado */

.dashed {
	background: url(../img/dashed.png) repeat-x 0 100%;
	zoom: 1;
}

/* cabeceras */
.plain-header {
	margin-bottom: 5px;
	background: url(../img/headers.png) no-repeat 0 0;
	height: 25px;
	overflow: hidden;
	text-indent: -999em;
}
.dashed-header {
	padding-bottom: 25px;
	background: url(../img/dashed.png) repeat-x 0 26px;
	position: relative;
	*zoom:1;
	overflow: hidden;
}
	.dashed-header span {
		font-size: 19px;
		line-height: 23px;
		color: #394446;
	}
	.js-enabled .dashed-header span {
		color: #fff;
	}
.solid-header {
	height: 36px;
	overflow: hidden;
	text-indent: -999em;
	background: #a5c1cc url(../img/headers.png) no-repeat 0 0;
	margin-bottom: 25px;
}

/* botones */

.m-button {
	border: 0;
	margin: 0;
	padding:0;
	background: #fff;
	overflow: visible;
	cursor: pointer;
}
	.m-button div {
		background: url(../img/buttons.png) no-repeat 0 0;
		overflow: hidden;
		padding: 0 0 0 15px;
		*position: relative;
	}
		.m-button div strong {
			background: url(../img/buttons.png) no-repeat 100% 0;
			white-space: nowrap;
			display: block;
			font-size: 12px;
			font-weight: normal;
			color: #000;
			height: 100%;
			padding: 0 15px 0 0;
		}
			.m-button div strong img {
				vertical-align: middle;
			}
	
	
	button.generic-submit div {
		height: 27px;
	}
		button.generic-submit div strong {
			line-height: 23px;
		}
button.generic-dark-submit {
	background: #3a4447;
}
	button.generic-dark-submit div {
		background-position: 0 -156px;
		height: 27px;
	}
		button.generic-dark-submit div strong {
			background-position: 100% -156px;
			line-height: 23px;
		}

button.account-dark-submit {
	background: #e4e4e4;
}
	button.account-dark-submit div {
		background-position: 0 -196px;
		height: 27px;
	}
		button.account-dark-submit div strong {
			background-position: 100% -196px;
			line-height: 23px;
			color: #fff;
		}

	button.small-submit-1 div {
		background-position: 0 -38px;
		height: 24px;
	}
		button.small-submit-1 div strong {
			background-position: 100% -38px;
			line-height: 21px;
			color: #fff;
		}
	button.small-submit-2 div {
		background-position: 0 -112px;
		height: 24px;
	}
		button.small-submit-2 div strong {
			background-position: 100% -112px;
			line-height: 21px;
			color: #fff;
		}
button.small-submit-3 {
	background: #f6f6f6;
}
	button.small-submit-3 div {
		background-position: 0 -237px;
		height: 24px;
	}
		button.small-submit-3 div strong {
			background-position: 100% -237px;
			line-height: 21px;
			color: #fff;
		}
	button.generic-reset div {
		background-position: 0 -74px;
		height: 24px;
	}
		button.generic-reset div strong {
			background-position: 100% -74px;
			line-height: 21px;
			color: #fff;
		}


#body-overlay {
	background: #fff;

	display: none;
	width: 100%;
	height: 100%;

	position: fixed;
	left: 0;
	top: 0;

	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 1;
}

body.dimmed #body-overlay {
	display: block;
}
	#modal-window {
		width: 100%;
		height: 100%;

		position: absolute;
		left: 0;
		top: 20px;
		z-index: 2;
	}
		#modal-window a.close-modal {
			position: absolute;
			top: -16px;
			left: -17px;
			width: 34px;
			height: 35px;
			background: url(../img/close_modal.png) no-repeat 0 0;
			text-indent: -999em;
			overflow: hidden;
		}
		
		
.modal_view_vid{
	position: absolute;
	width: 121px;
	height: 90px;
	z-index: 1;
	background: transparent;
	cursor: pointer;
}

.jload {
	display: none;
}

.js-enabled .alertJs, .js-enabled .availAlert {
	display: none;
}

.js-disabled #set_avail {
	display: none;
}
#account-data {
	border:1px solid #ccc;
	background: #e4e4e4;
	border-top: 0;
	padding: 25px;
}
	#account-data p.intro {
		color: #333;
		font-size: 14px; 
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	#account-data p.error {
		color: #f00;
		font-size: 12px; 
		font-weight: bold;
		margin-bottom: 15px;
	}#account-guestbook {
	background:#e4e4e4 none repeat scroll 0 0;
	border: solid 1px #ccc;
	padding: 25px;
}

#account-guestbook #comment-list {
	background-color: #fff;
	padding: 15px;
}

#account-guestbook #comment-list dd.comment-del a {
	color: #666;
	display: block;
	margin-top: 5px;
}

#account-guestbook #guest-book-form {
	background-color: #fff;
	padding: 15px;
}

#account-guestbook #guest-book-form label input, #account-guestbook #guest-book-form label textarea {
	width: 580px;
}#account-header {
	background: url(../img/account_header_bg.png) no-repeat 0 0;
	margin: 0 -4px;
	position: relative;
	color: #3a4447;
	*zoom: 1;
}
	#account-header a {
		color: #3a4447;
	}
	#account-header h2 {
		font-size: 32px;
		font-weight: normal;
		padding: 25px 0 15px 25px
	}
	#account-header p.username {
		padding: 0 0 25px 25px;
		font-size: 16px;
		background: url(../img/account_header_bg.png) no-repeat 0 100%;
	}
	#account-header p.questionnaire {
		position: absolute;
		top: 25px;
		right: 25px;
	}
		#account-header p.questionnaire a {
			font-style: italic;
		}
	#account-header dl {
		position: absolute;
		bottom: 25px;
		right: 25px;
	}
		#account-header dt {
			font-size: 13px;
			font-weight: bold;
			color: #fff;
			text-align: right;
			padding-bottom: 3px;
		}
		#account-header dd {
			float:left;
			border-left: 1px solid #3a4447;
			padding-left: 5px;
			margin-left: 5px;
			_display:inline;
		}
			#account-header dd a {
				text-decoration: none;
			}
		#account-header dd.first {
			border-left: 0;
			padding-left: 0;
			margin-left: 0;
		}
 #account-multimedia {
	border:1px solid #ccc;
	background: #e4e4e4;
	border-top: 0;
	padding: 25px;
}
#account-multimedia .header {
	text-align: right;
	position: relative;
	padding-bottom: 5px;
}
	#account-multimedia .header h3 {
		position: absolute;
		left: 0;
		bottom: 0;
		background: #fff;
		border: 1px solid #ccc;
		border-bottom: 0;
		padding: 9px 13px;
		font-size: 14px;
		color: #333;
	}
	#account-multimedia .header form {
		padding-left: 4px;
	}
	#account-multimedia .header form,
	#account-multimedia .header form label,
	#account-multimedia .header fieldset,
	#account-multimedia .header p {
		display: inline;
		vertical-align: middle;
		color: #666;
		font-size: 11px;
	}
	#account-multimedia .header label span,
	#account-multimedia .header fieldset.submit {
		display: none;
	}
		#account-multimedia .header p a {
			border: 1px solid #ccc;
			background: #e4e4e4;
			color: #666;
			text-decoration: none;
			font-size: 12px;
		}
		#account-multimedia .header form select {
			border: 1px solid #ccc;
			background: #fff;
			color: #666;
		}
		#account-multimedia .header p a {
			padding: 2px 4px;
			vertical-align: middle;
		}
#account-multimedia ul {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 0 10px 10px;
	zoom: 1;
	overflow: hidden;
	clear: both;
}
	#account-multimedia ul li {
		float:left;
		padding:0 15px 15px 0;
		position: relative;
	}
	#account-multimedia ul li.n-th-child-7,
	#account-multimedia ul li.n-th-child-4 {
		padding-right: 0;
	}
		#account-multimedia ul li br {
			display: none;
		}
		#account-multimedia ul li img {
			display: block;
		}
		#account-multimedia ul li a {
			position: absolute;
			overflow: hidden;
			cursor: pointer;
		}
			#account-multimedia ul li a span {
				display: none;
			}
		#account-multimedia ul li a.comments {
			background: url(../img/multimedia_comments.png) no-repeat 0 0;
			*background: transparent;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/multimedia_comments.png', sizingMethod='crop');
			width: 25px;
			height: 26px;
			bottom: 2px;
			right: 35px;
			text-align: center;
			line-height: 20px;
			color: #f00;
			font-weight: bold;
			text-decoration: none;
		}
		#account-multimedia ul li.n-th-child-7 a.comments,
		#account-multimedia ul li.n-th-child-4 a.comments {
			right: 20px;
		}
		#account-multimedia ul li a.delete {
			text-indent: -999em;
			background: url(../img/multimedia_delete.png) no-repeat 0 0;
			*background: transparent;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/multimedia_delete.png', sizingMethod='crop');
			width: 16px;
			height: 16px;
			bottom: 10px;
			right: 20px;
		}
		#account-multimedia ul li.n-th-child-7 a.delete,
		#account-multimedia ul li.n-th-child-4 a.delete {
			right: 5px;
		}
		#account-multimedia ul li a.delete:hover {
			background: url(../img/multimedia_delete_over.png) no-repeat 0 0;
			*background: transparent;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/multimedia_delete_over.png', sizingMethod='crop');
		}
#account-multimedia .event-upload-form {
	margin: 10px 0 0;
}

#account-multimedia .multimedia-movies,
#account-multimedia .multimedia-pictures {
	padding:30px 0 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #bebebe;
	position: relative;
}

#account-multimedia .leave-comment {
	color: #333;
}
	#account-multimedia .leave-comment p{
		padding: 40px 0 10px;
	}
	

.multimessage{font-size: 10px; font-weight: bold; color: #f00; position: absolute; bottom:25px;left:10px;}
#account-navigation {
	margin-top: 10px;
}
	#account-questionnaire-page #account-navigation ul {
		margin-top: -1px;
		
	}
		#account-navigation ul li {
			float: left;
			width: 122px;
			position: relative;
			border: 1px solid #fff;
			border-top: 0;
			border-left: 0;
			border-right-width: 2px;
			border-bottom-color: #ccc;
		}
		#account-questionnaire-page #content #account-navigation ul li.active {
			bottom: -1px;
			width: 180px;
		}
		#content #account-navigation ul li.last {
			border-right-width: 0;
			width: 166px;
		}
		#account-navigation ul li.active {
			border-left: 1px solid #ccc;
			border-color: #ccc;
			border-bottom-color: #e4e4e4;
			border-right-color: #fff;
			margin: 0 1px;
		}
			#account-navigation ul li a{
				font-size: 14px;
				color: #333;
				text-decoration: none;
				padding: 0 8px;
				display: block;
				background: #A6C2CC;
				border-bottom: 1px solid #fff;
				border-top: 1px solid #A6C2CC;
			}
			#account-navigation ul li.active a{
				background: #e4e4e4;
				border-bottom-color: #e4e4e4;
				border-top-color: #ccc;
				border-right:1px solid #ccc;
			}
				#account-navigation ul li a strong{
					display: block;
					text-align: center;
					padding: 8px 0;
					border-bottom: 1px solid #A6C2CC;
					white-space: nowrap;
				}
				#account-navigation ul li.active a strong{
					border-bottom-color: #bebebe;
				}#account-password {
	border:1px solid #ccc;
	background: #e4e4e4;
	border-top: 0;
	padding: 25px;
}
#account-password br {
	display: none;
}
#account-password p {
	padding: 40px 0 25px;
	color: #666;
	clear: both;
}
#account-password label {
	display: block;
}
#account-password label.lbl-error{
	color: #f00;
	padding-bottom: 15px;
	font-weight: bold;
}
#account-password label.lbl-password-new,
#account-password label.lbl-password-new2 {
	float: left;	
	padding: 20px 20px 0 0;
}
	#account-password label input {
		border: 1px solid #ccc;
		background: #fff;
	}
	#account-password label span {
		display: block;
		color: #333;
		padding-bottom: 2px;
	}
#account-password fieldset.submit {
	padding-top: 40px;
}#account-questionnaire {
	border:1px solid #ccc;
	background: #e4e4e4;
	padding: 25px;
}
#account-questionnaire h3{
	color: #394446;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
#account-questionnaire p{
	color: #333;
}
#account-questionnaire table {
	width: 100%;
	margin-top: 20px;
	background: #fff; 
}
#account-questionnaire table th,
#account-questionnaire table td {
	padding: 10px;
	vertical-align: middle;
}
#account-questionnaire table thead th {
	background: #bababa;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 3px solid #ccc;
}
#account-questionnaire table thead th strong{
	color: #333;
	display: block;
	text-align: left;
	font-size: 12px;
}
#account-questionnaire table tbody th,
#account-questionnaire table tbody td {
	background: url(../img/dashed.gif) repeat-x 0 100%;
}
#account-questionnaire table tbody th {
	text-align: left;
	width: 240px;
}
#account-questionnaire table tbody td {
	text-align: center;
}
#account-questionnaire fieldset.submit {
	margin-top: 20px;
}


#modal-window #account-reservation-detail {
	background: #fff url(../img/leaf.png) no-repeat 98% 5%;
	width: 540px;
	padding: 15px;
	margin: 100px auto 0;
	border: 1px solid #666;
	position: relative;
}
	#account-reservation-detail h2{
		font-size: 20px;
		color: #1586e7;
		font-weight: normal;
	}
	#account-reservation-detail dl.details {
		margin-bottom: 30px;
		padding: 30px 0;
		line-height: 1.4;
	}
		#account-reservation-detail dl.details dt {
			font-weight: bold;
			float: left;
			clear: both;
			padding-right: 4px;
		}
		#account-reservation-detail dl.details .total,
		#account-reservation-detail dl.details .deposit {
			padding-top: 5px;
		}
	#account-reservation-detail div.balance{
		position: relative;
	}
	#account-reservation-detail div.balance form,
	#account-reservation-detail div.balance dl{
		width: 260px;
		margin: 0 0 0 auto;
		text-align: right; 
		border-left: 1px solid #ccc;
	}
	#account-reservation-detail div.balance dl{
		padding: 10px 0 15px;
	}
		#account-reservation-detail div.balance dt{
			position: absolute;
			top: 10px;
			left: 0;
			font-weight: bold;
			font-size: 14px;
		}
		#account-reservation-detail div.balance dd.curr-eur {
			font-size: 26px; 
		}
		#account-reservation-detail div.balance dd.curr-gbp {
			font-size: 18px; 
			color: #4a4a4a;
		}
	#account-reservation-detail div.balance p.terms {
		position: absolute;
		top: 30px;
		left: 0;
		font-size: 11px;
	}
	#account-reservation-detail div.complete p.terms {
		padding: 20px 0;
	}
		#account-reservation-detail p.terms a {
			color: #000;
		}
	#account-reservation-detail div.balance p.printalt {
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 11px;
	}
	#account-reservation-detail div.complete p.printalt {
		*zoom: 1;
		overflow: hidden;
	}
		#account-reservation-detail p.printalt a {
			color: #666;
			text-decoration: none;
			background: url(../img/icons.png) no-repeat 0 -288px;
			line-height: 16px;
			padding-left: 24px;
			float: left; 
		}
	#account-reservations {
	border:1px solid #ccc;
	background: #e4e4e4;
	border-top: 0;
	padding: 25px;
}
	#account-reservations .header {
		background: #fff;
		border: 1px solid #ccc;
		padding: 7px 15px;
	}
	#account-reservations div.paid {
		margin-top: 40px;
	}
		#account-reservations .header * {
			vertical-align: middle;
		}
		#account-reservations .header h2 {
			float: left;
			white-space: nowrap;
			font-size: 16px;
			line-height: 1.4;
			color: #333;
		}
		#account-reservations .header form {
			float: right;
			white-space: nowrap;
		}
			#account-reservations .header form fieldset{
				display: inline;
			}
			#account-reservations .header form p {
				display: inline;
				font-size: 11px;
				color: #666;
				line-height: 1.4;
				padding-right: 4px;
			}
			#account-reservations .header form select {
				background: #fff;
			}
			#account-reservations .header form select,
			#account-reservations .header form input.previous,
			#account-reservations .header form input.next {
				border: 1px solid #ccc;
				color: #666;
			}
			#account-reservations .header form input.previous,
			#account-reservations .header form input.next {
				background: #e6e6e6;
			}
			#account-reservations .header form label span,
			#account-reservations .header form input.paging {
				display: none;
			}
	#account-reservations table {
		width: 100%;
		border: 1px solid #ccc;
		border-top:0;
		border-right:0;
	}
		#account-reservations table th,
		#account-reservations table td {
			text-align: center;
			background: url(../img/dashed.gif) repeat-x 0 100%;
			border-right: 1px solid #ccc;
			padding: 10px;
		}
		#account-reservations table th {
			background-color: #afafaf;
			color: #333;
			font-weight: normal;
		}
		#account-reservations table td {
			background-color: #fff;
			color: #666;
		}
			#account-reservations table td strong {
				color: #333;
				font-weight: normal;
			}
		#account-reservations table th.detail {
			color: #afafaf;
		}
		#account-reservations table th.detail,
		#account-reservations table td.detail {
			text-align: right;
		}
		#account-reservations table.outstanding th.detail,
		#account-reservations table.outstanding td.detail {
			width: 120px;
		}
		#account-reservations table th.mark,
		#account-reservations table td.mark {
			width: 20px;
		}
		#account-reservations table th.amount,
		#account-reservations table td.amount {
			width: 80px;
		}
		#account-reservations table th.cell-id,
		#account-reservations table td.cell-id {
			width: 130px;
		}
		#account-reservations table th.cell-checkin,
		#account-reservations table td.cell-checkin {
			width: 85px;
		}
			#account-reservations table th.detail a,
			#account-reservations table td.detail a{
				background: url(../img/icons.png) no-repeat 100% -250px;
				line-height: 14px;
				padding-right: 17px;
				color: #1687e8;
				text-decoration: none;
				margin-right: 20px;
			}


#association_video {
	margin-top: 25px;
	background: transparent url(../img/association_video.png) no-repeat top left;
	height: 63px;
	padding: 5px 0 0 75px;
	line-height: 1.3em;
}
#association_video h4 a {
	color: #1486e7;
	font-size: 14px;
	font-weight: normal;
}
#association_video a {
	color: #000;
}
#association_video p {
	width: 150px;
}
#association_video span {
	display: block;
}#availability-calendar {
	padding: 20px 5px 15px 4px;
}
	#availability-calendar h2 {
		display: none;
	}
	#availability-calendar table {
		width:100%;
		font-size:12px;
		color: #3a4447;
	}
		#availability-calendar table thead {
/* 			display: none; */
		}
		#availability-calendar table caption {
			background:#a6c2cc;
			font-weight: bold;
		}
			#availability-calendar table caption span {
				padding: 10px 30px;
				position: relative;
				zoom: 1;
				display: block;
			}
				#availability-calendar table caption span a {
					position: absolute;
					color: #3a4447;
					text-decoration: none;
					padding: 5px;
				}
				#availability-calendar table caption span a.previous {
					top: 5px;
					left: 5px;
				}
				#availability-calendar table caption span a.next {
					top: 5px;
					right: 5px;
				}
		#availability-calendar table tbody td p {
			width: 22px;
			height: 22px;
			padding: 5px;
			background: #a6c2cc;
			margin: 4px 0 0 4px;
		}
		#availability-calendar table tbody td p.disabled {
			background: #d2e0e5;
		}

		#availability-calendar table tfoot td p.no-rooms,
				#availability-calendar table tfoot td p.your-selection{
			width: 130px;
		}


		#availability-calendar table tbody td p.few-left,
		#availability-calendar table tfoot p.few-left em {
			background: #c90;
			color:#fff;
		}
			#availability-calendar table tbody td p.few-left em,
			#availability-calendar table tfoot p.few-left em {
				color: #c90;
			}

		#availability-calendar table tbody td p.more-left,
		#availability-calendar table tfoot p.more-left em {
			background: #A6C2CC;
			color:#fff;
		}
			#availability-calendar table tbody td p.more-left em,
			#availability-calendar table tfoot p.more-left em {
				color: #A6C2CC;
			}

		#availability-calendar table tbody td p.your-selection,
		#availability-calendar table tfoot p.your-selection em {
			background: #6c3;
			color:#fff;
		}
			#availability-calendar table tbody td p.your-selection em,
			#availability-calendar table tfoot p.your-selection em {
				color: #6c3;
			}
		#availability-calendar table tbody td p.no-rooms,
		#availability-calendar table tfoot p.no-rooms em {
			background: #c00;
			color:#fff;
		}
			#availability-calendar table tbody td p.no-rooms em,
			#availability-calendar table tfoot p.no-rooms em {
				color: #c00;
			}
		#availability-calendar table tbody td.first p {
			margin-left: 0;
		}
		#availability-calendar table tfoot p {
			padding: 10px 0 0;
			float:left;
			white-space: nowrap;
		}
			#availability-calendar table tfoot p em {
				float:left;
				width: 12px;
				height: 12px;
				margin-right: 5px;
				overflow: hidden;
			}
		#availability-calendar table tfoot p.few-left {
			float:left;
		}
		#availability-calendar table tfoot p.more-left {
			float:left;
		}
		#availability-calendar table tfoot p.no-room {
			clear:both;
		}
		#availability-form {
	background: url(../img/availability_bg.png) no-repeat 0 0;
	margin-top: -46px;
	padding-top: 50px;
	position: relative;
	zoom:1;
	overflow: hidden;
	color: #fff;
}
	#availability-form h2{
		position: absolute;
		font-size: 20px;
		top: 28px;
		font-weight: normal;
		left: 25px;
	}
	#availability-form form{
		background: url(../img/availability_bg.png) no-repeat 0 100%;
		padding:25px;
	}
		#availability-form form legend{
			display: none;
		}
		#availability-form form #availability-date{
			padding: 0 0 8px;
		}
			#availability-form form #availability-date label{
				display: block;
				margin-bottom: 4px;
			}
			#availability-form form #availability-date select{
				margin-right: 4px;
			}
			#availability-form form #availability-date strong{
				padding-right: 5px;
			}
			#availability-form form #availability-date a,
			#availability-form form #availability-date img {
				vertical-align: -2px;
				cursor: pointer;
			}
		#availability-form form #availability-days{
			padding-bottom: 25px;
		}
			#availability-form form #availability-days label span{
				display: block;
				margin-bottom: 4px;
			}
			#availability-form form #availability-days strong{
				padding-left: 5px;
			}
		#availability-form #availability-rooms label {
			padding-bottom: 8px;
			display: block;
		}
			#availability-form #availability-rooms label span {
				padding-right: 4px;
			}
		#availability-form #availability-rooms br {
			display: none;
		}
		#availability-form fieldset.submit{
			padding:20px 0 25px;
		}
		#availability-form p.hotel-closed, #availability-form p.more-days {
			color: red;
			display: none;
			font-size: 11px;
		}
	#availability-form p a{
		color: #fff;
		font-size: 10px;
	}
	#availability-form p.discount{
		margin-bottom: 10px;
	}#availability-info {
	margin-top: 50px;
	padding: 0 5px 0 4px;
}
	#availability-info h2 {
		display: none;
	}
	#availability-info p {
		line-height: 1.4;
		margin-bottom: 20px;
	}#availability-multiple-page #reservation-details {
	margin-bottom: 5px;
}

	#availability-multiple-page #reservation-details div {
		background: #fff;
		border: none;
		padding: 5px 0;
	}

		#availability-multiple-page #reservation-details div dl.room-total {
			display: none;
		}

#availability-multiple-page div.mroom {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

	#availability-multiple-page div.mroom label {
		padding-left: 15px;
	}

#availability-multiple-page #content-body button.generic-dark-submit {
	background-color: #fff;
}

	#availability-multiple-page #content-body button.generic-dark-submit div {
		background-position: 0 0;
	}

		#availability-multiple-page #content-body button.generic-dark-submit div strong {
			background-position: 100% 0;
		}

div.room-photo-list p {
	color: #ccc;
	font-size: 26px;
	width: 200px;
	margin-left: 85px;
}

div.room-photo-list p span {
	display: block;
}

div.room-item-form fieldset {
	margin-bottom: 5px;
}
#modal-window #client-login {
	background: #fff url(../img/leaf.png) no-repeat 98% 5%;
	width: 420px;
	padding: 15px;
	margin: 100px auto 0;
	border: 1px solid #666;
	position: relative;
}
	#client-login br {
		display: none;
	}
	#client-login h2 {
		color: #1687E8;
		font-size: 32px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#client-login p {
		color: #666;
	}
	#client-login p.log_err {
		color: #f00;
		padding-top: 5px;
	}
	#client-login p.forgot-password {
		margin: 5px 0 50px;
	}
		#client-login p.forgot-password a {
			color: #1586E7;
			font-size: 10px;
		}
	#client-login p.register-now {
		font-size: 14px;
	}
		#client-login p.register-now a {
			color: #f90;
		}
	
		
	#client-login form {
		margin-top: 20px;
	}
		#client-login form fieldset.login-data {
			width: 325px;
			float:left;
		}
			#client-login form fieldset.login-data label {
				width: 160px;
				float:left;
			}
				#client-login form fieldset.login-data label span {
					display: block;
					font-weight:bold;
					line-height:18px;
				}
				#client-login form fieldset.login-data label input {
					width: 142px;
					background: #fff;
					border: 1px solid #ccc;
					height: 18px;
					padding: 2px 4px;
				}
	
		#client-login form fieldset.submit {
			float:left;
			padding-top: 18px;
		}
			#client-login form fieldset.submit button div strong span {
				width: 9px;
				height: 15px;
				background: url(../img/icons.png) no-repeat 0 -247px;
				text-indent: -999em;
				display: block;
			}
#client-login .submit button img {
	*margin-top: 6px;
}

#client-login .lostpass{
	position: absolute;
	width: 420px;
	height: 120px;
	background: #fff;
	top:86px;
	display: none;
}

#client-login .loader{
	margin-top:22px;
	margin-left:12px;
}/*
	The following fixes png-transparency for IE6.  
	It is also necessary for png-transparency to cooperate with the fade transition in IE7 & IE8
	
	Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.  
	Colorbox preloads navigation hover classes to account for this.
*/
#cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
#cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
#cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
#cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
#cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
#cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
#cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
#cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9998; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(../img/colorbox/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(../img/colorbox/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(../img/colorbox/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../img/colorbox/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(../img/colorbox/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(../img/colorbox/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(../img/colorbox/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(../img/colorbox/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; right:0; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#1490f7;}
        #cboxNext{position:absolute; bottom:0px; left:55px; color:#1490f7;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; top:-25px; left:-25px; display:block; background:url(../img/colorbox/close.png) no-repeat transparent; width:34px; height:35px; text-indent:-10000px; z-index:9999;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
#comment-list {
	line-height: 1.4;
}
	#comment-list li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
		#comment-list dl  {
			zoom:1;
		}
			#comment-list dt.comment-by,
			#comment-list dt.comment-from,
			#comment-list dt.comment-comment {
				display: none;
			}
			#comment-list dd.comment-by,
			#comment-list dd.comment-from,
			#comment-list dt.comment-sent,
			#comment-list dd.comment-sent {
				display: inline;
			}
			#comment-list dd.comment-by {
				background: url(../img/icons.png) no-repeat 0 -133px;
				padding-left: 15px;
				color: #1486e7;
				font-weight: bold;
			}
			#comment-list dd.comment-from {
				color: #666;
				font-weight: bold;
			}
			#comment-list dd.comment-comment {
				margin:10px 0 5px;
			}
			#comment-list .comment-sent {
				color: #999;
			}#contact-page #content-body p {
	margin-bottom: 15px;
	color: #333;
}

#contact-page #content-body p.fieldreq {
	font-style: italic;
	margin: 30px 0 55px 0;
	font-size: 11px;
}

#contact-page #content-body form {
	overflow: hidden;
	background: url(../img/dashed.gif) repeat-x bottom left;
	padding-bottom: 35px;
}

#contact-page #content-body form label, #contact-page #content-body form label input, #contact-page #content-body form label textarea {
	float: left;
}

#contact-page #content-body form label input, #contact-page #content-body form label textarea {
	background-color: #f4f4f4;
	border: solid 1px #ccc;
	width: 220px;
}

#contact-page #content-body form label textarea {
	width: 660px;
	max-width: 660px;
	max-height: 90px;
}

#contact-page #content-body form label {
	width: 170px;
	padding: 0 65px 15px 0;
}

#contact-page #content-body form button.m-button,#contact-page #content-body form input.m-button {
	clear: both;
	float: left;
	margin-top: 15px;
}

#contact-page #content-body form button.m-button div,#contact-page #content-body form input.m-button div {
	background-position: 0 -38px;
}

#contact-page #content-body form button.m-button div strong,#contact-page #content-body form input.m-button div strong {
	background-position: 100% -38px;
	color: white;
	display: block;
	height: 20px;
	line-height: 20px;
}

#contact-page #content-body form label.email, #contact-page #content-body form label.comments {
	clear: both;
}

#contact-page #content-body p.contactError{
	padding-top: 20px;
	color: #FF0000;
	font-weight: bold;
}

#contact-page .errorForm {border:2px solid red !important;}#content {
	position: relative;
}
#content-body {
	width: 665px;
	float: right;
	padding: 15px 5px 25px;
	position: relative;
}
#content-sidebar {
	width: 255px;
	float: left;
	padding-bottom: 25px;
}
#entertainment {
	color: #333;
	line-height: 1.4;
}
	#entertainment #intro-image {
		margin: 0 -5px 30px;
		background: url(../img/entertainment/big.jpg) no-repeat 0 0;
		height: 344px;
	}
	#entertainment h2 span{
		background-position: 0 -573px;
	}
	#entertainment p {
		margin-bottom: 18px;
	}
	
	#entertainment #entertain {
		background: url(../img/entertainment/entertainment.jpg) no-repeat;
		height: 151px;
		margin-top: 40px;
	}#event-description {
	margin-top: 30px;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	#event-description img {
		float: left;
		margin: 0 15px 6px 0;
	}
	#event-description p {
		line-height: 1.4;
		color: #666;
		margin-top: 13px;
	}
	#event-description h3 {
		font-size: 16px;
		color: #000;
		text-transform: uppercase;
	}
		#event-description h3 em {
			font-size: 13px;
			color: #a5c0cc;
			font-style: normal;
			display: block;
			padding-top: 4px;
		}

#event-detail {
	
}
	#event-detail .header{
		border-bottom: 1px solid #aeaeae;
		position: relative;
	}
		#event-detail .header h2{
			border: 1px solid #afafaf;
			-moz-border-radius-topright: 8px;
			-moz-border-radius-topleft: 8px;
			-webkit-border-top-right-radius: 8px;
			-webkit-border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			border-top-left-radius: 8px;
			
			border-bottom: 0;
			
			float: left;
		}
			#event-detail .header h2 span{
				border-bottom: 1px solid #fff;
				position: relative;
				top: 1px;
				display: block;
				padding: 12px 20px;
				font-size: 15px;
				color: #666;
				text-decoration: none;
				width: 129px;
				height: 20px;
				overflow: hidden;
				text-indent: -999em;
				background: url(../img/headers.png) no-repeat 20px -43px;

			}
			#event-detail .header h2 span.news{
				background: url(../img/headers.png) no-repeat 20px -435px;
			}


		#event-detail .header a{
			color: #1587e8;
			font-weight: bold;
			position: absolute;
			top: 15px;
			right: 5px;
			text-decoration: none;
			background: url(../img/icons.png) no-repeat 0 -321px;
			padding: 5px 0 5px 20px;
		}
#event-detail #comments-header {
	zoom: 1;
	overflow: hidden;
	padding-bottom: 8px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
	#event-detail #comments-header span {
		background: url(../img/icons.png) no-repeat 100% -413px;
		padding-right: 25px;
		font-size: 25px;
		font-weight: normal;
		color: #1486e7;
		float: left;
	}

#event-detail-page .more-comments {
	padding-bottom: 55px;
}
	#event-detail-page .more-comments a {
		color: #1385e6;
	}
#event-detail-page #guest-book-form {
	background: transparent;
}
#event-movies {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
	#event-movies div {
		margin-bottom: 30px;
		zoom: 1;
		overflow: hidden;
	}
		#event-movies div h4 {
			float: left;
			background: url(../img/icons.png) no-repeat 100% -380px;
			border-right: 1px solid #999;
			padding-right: 41px;
			margin-right: 15px;
			font-size: 25px;
			font-weight: normal;
			color: #f90;
		}
		#event-movies div p {
			line-height: 25px;
			color: #1486e7;
			font-weight: bold;
		}

#event-movies #movie{
	height: 80px;
	overflow: hidden;
	padding: 10px 0 20px 0;
	width: 675px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}

#event-movies #movie div.center img {
	float: left;
	display: block;
	padding: 0 30px 15px 0;
}

#event-movies div.arrowright, #event-movies div.arrowleft{
	width: 35px;
	text-indent: -10000px;
	height: 100%;
	cursor: pointer;
}

#event-movies div.center {
	width: 600px;
	padding-left: 5px;
	float:left;
}

#event-movies div.arrowleft {
	background: url(../img/gallery/left_arrow.gif) no-repeat center;
	float:left;
}

#event-movies div.arrowright {
	background: url(../img/gallery/right_arrow.gif) no-repeat center;	
	float: right;
	right: 5px;
}

#event-movies .vid_cont div.vcon{
	padding: 0 10px 0 10px;
	float: left;
}


#event-photos {
	margin-bottom:20px;
	padding-bottom: 20px;
}
	#event-photos div {
		margin-bottom: 30px;
		zoom: 1;
		overflow: hidden;
	}
		#event-photos div h4 {
			float: left;
			background: url(../img/icons.png) no-repeat 100% -351px;
			border-right: 1px solid #999;
			padding-right: 45px;
			margin-right: 15px;
			font-size: 25px;
			font-weight: normal;
			color: #666;
		}
		#event-photos div p {
			line-height: 25px;
			color: #1486e7;
			font-weight: bold;
		}


#event-photos #public{
	height: 80px;
	overflow: hidden;
	padding: 15px 0 15px 0;
	width: 675px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}

#event-photos div.arrowright, #event-photos div.arrowleft{
	width: 35px;
	text-indent: -10000px;
	height: 100%;
	cursor: pointer;
}

#event-photos div.arrowleft {
	background: url(../img/gallery/left_arrow.gif) no-repeat center;
	float:left;
}

#event-photos div.center {
	width: 600px;
	padding-left: 5px;
	float:left;
}

#event-photos div.center img {
	float: left;
	display: block;
	padding: 0 13px 15px 0;
}

#event-photos div.arrowright {
	background: url(../img/gallery/right_arrow.gif) no-repeat center;	
	float: right;
	right: 5px;
}


.event-upload-form {
	margin-top: 15px;
	margin-bottom: 5px;
}
	.event-upload-form label span {
		padding-right: 5px;
	}
	.event-upload-form fieldset.submit {
		display: none;
	}

	.event-upload-form input{
		color: #666;
		width: 400px;
		border: 1px solid #999;
		background: #f0f0f0;
	}

	.event-upload-form .videowarn{
		padding: 0;
		color:#000;
	}#events-list {
	padding: 45px 0 0;
}
#events-list p {
	color: #333;
	line-height: 1.4;
	margin-top: 15px;
	font-size: 12px;
}
#events-list ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
	#events-list ul li div {
		position: relative;
	}
		#events-list ul li div img {
			height: 134px;
			display: block;
		}
		
		#events-list ul li div h2,
		#events-list ul li div ul {
			position: absolute;
			left: 190px;
		}
		#events-list ul li div h2 {
			top: 0;
			font-weight: normal;
		}
			#events-list ul li div h2 a {
				font-size: 16px;
				color: #000;
				display: block;
				text-decoration: none;
				text-transform: uppercase;
			}
				#events-list ul li div h2 a em {
					font-size: 13px;
					color: #a5c0cc;
					font-style: normal;
					display: block;
					padding-top: 4px;
				}
		#events-list ul li div ul {
			bottom: 0;
			color: #999;
			line-height: 22px;
		}
			#events-list ul li div ul li {
				background: url(../img/icons.png) no-repeat;
				padding-bottom: 0;
				margin-bottom: 0;
			}
			#events-list ul li div ul li.photo {
				background-position: 0 -59px;
				text-indent: 24px;
			}
			#events-list ul li div ul li.video {
				background-position: 0 -82px;
				text-indent: 21px;
			}
			#events-list ul li div ul li.comments {
				background-position: 0 -105px;
				text-indent: 18px;
			}
#events-navigation {
	border-bottom: 1px solid #afafaf;
}
#events-navigation ul {
	float: left;
	position: relative;
	z-index: 2;
	zoom: 1;
	top: 1px;
}
	#events-navigation ul li {
		float: left;
		zoom: 1;
		border: 1px solid #afafaf;
		margin-right: 1px;
		background: #96b0b9 url(../img/tab_gradient.png) repeat-x 0 0;
		
		-moz-border-radius-topright: 8px;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-right-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}
	#events-navigation ul li.active {
		background: #fff;
	}
		#events-navigation ul li a {
			padding: 12px 20px;
			display: block;
			font-size: 15px;
			color: #fff;
			text-decoration: none;
			position: relative;
			top: 1px;
			border-bottom: 1px solid #afafaf;
		}
		#events-navigation ul li a.out {
			padding: 12px 50px;
		}
		#events-navigation ul li.active a {
			color: #666;
			border-bottom-color: #fff;
		}
#events-out {
	padding: 45px 0 0;
}
#events-out p {
	color: #333;
	line-height: 1.4;
	margin-top: 15px;
	font-size: 12px;
}
#events-out ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
	#events-out ul li div {
		position: relative;
	}
		#events-out ul li div h2,
		#events-out ul li div ul {
			position: absolute;
			left: 190px;
		}
		#events-out ul li div h2 {
			top: 0;
			font-weight: normal;
		}
			#events-out ul li div h2 a {
				font-size: 16px;
				color: #000;
				display: block;
				text-decoration: none;
				text-transform: uppercase;
			}
				#events-out ul li div h2 a em {
					font-size: 13px;
					color: #a5c0cc;
					font-style: normal;
					display: block;
					padding-top: 4px;
				}
		#events-out ul li div ul {
			bottom: 0;
			color: #999;
			line-height: 22px;
		}
			#events-out ul li div ul li {
				background: url(../img/icons.png) no-repeat;
				padding-bottom: 0;
				margin-bottom: 0;
			}
			#events-out ul li div ul li.photo {
				background-position: 0 -59px;
				text-indent: 24px;
			}
			#events-out ul li div ul li.video {
				background-position: 0 -82px;
				text-indent: 21px;
			}
			#events-out ul li div ul li.comments {
				background-position: 0 -105px;
				text-indent: 18px;
			}
#events p.events-paging,#events p.events-paging-news {
	text-align: right;
	padding: 14px 0;
}
#events #events-navigation p.events-paging {
	background: url(../img/headers.png) no-repeat 0 -43px;
	background-position: 280px 10px;
}

#events #events-navigation p.events-paging-news {
	background: url(../img/headers.png) no-repeat 0 -43px;
	background-position: 100px -370px;
}

	#events p.events-paging a {
		color: #666;
		background: #e6e6e6;
		font-size: 10px;
		border-left: 2px solid #fff;
		padding: 3px 4px;
		text-decoration: none;
	}
	#events p.events-paging a:hover,
	#events p.events-paging a.active {
		color: #fff;
		background: #387dbc;
	}
#facebook {
	margin-top: 30px;
	padding-bottom: 30px;
}
#facebook a {
	display: block;
	text-indent: -10000px;
	height: 35px;
	background: transparent url(../img/facebook.png) no-repeat top left;
}#facilities {
	line-height: 1.4;
	font-size: 12px;
	color: #333;
}
	#facilities #intro-image {
		margin: 0 -5px 30px;
		background: url(../img/facilities/big.jpg) no-repeat 0 0;
		height: 344px;
	}
	#facilities #header-hotel span {
		background-position: 0 -413px;
	}
	#facilities #header-room span {
		background-position: 0 -454px;
	}
	#facilities #header-restaurant span {
		background-position: 0 -493px;
	}
	#facilities #header-bar span {
		background-position: 0 -532px;
	}
	#facilities h3 {
		font-size: 14px;
		color:#A5C0CC;
		font-weight: normal;
		margin-bottom: 18px;
	}
	#facilities p,
	#facilities dd {
		margin-bottom: 18px;
	}
		#facilities dt {
			font-weight:bold;
		}
			
	#facilities #hotelfac {
		background: url(../img/facilities/hotel.jpg) no-repeat;
		height: 136px;
		margin: 10px 0 75px 0;
	}
	
	#facilities #roomfac {
		background: url(../img/facilities/room.jpg) no-repeat;
		height: 181px;
		margin: 10px 0 75px 0;
	}
	
	#facilities #restfac {
		background: url(../img/facilities/restaurant.jpg) no-repeat;
		height: 200px;
		margin: 10px 0 45px 0;
	}
	
	#facilities #cartefac {
		background: url(../img/facilities/carte.jpg) no-repeat;
		height: 227px;
		margin: 10px 0 75px 0;
	}
	
	#facilities #barfac {
		background: url(../img/facilities/bar.jpg) no-repeat;
		height: 229px;
		margin: 10px 0 0 0;
	}#modal-window #faq {
	background: #fff url(../img/leaf.png) no-repeat 98% 5%;
	width: 420px;
	padding: 45px 35px;
	margin: 100px auto 0;
	border: 1px outset #666;
	position: relative;
	color: #333;
	-moz-border-radius: 10px;
}

#modal-window #faq h3 {
	margin-bottom: 10px;
	font-size: 14px;
}#footer {
	background: #3a4447;
	padding-top: 30px;
	padding-bottom: 80px;
	color: #cdcdcd;
}
	#footer a {
		color: #cdcdcd;
	}
	#footer-wrapper {
		position: relative;
	}

#footer .copyright {
	padding-left: 45px;
	line-height: 25px;
}
#footer .mandarina-creativos {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 25px;
	background: url(../img/icons.png) no-repeat 0 0;
	overflow: hidden;
}
	#footer .mandarina-creativos a{
		display: block;
		text-indent: -999em;
	}
	
#footer-actions {
	padding-left: 45px;
	margin-top: 25px;
	line-height: 1.4;
}
#gallery-page #content-body #lastest {
	background: url(../img/gallery/lastest.jpg) no-repeat;
	height: 260px;
	overflow: hidden;
	padding: 75px 0 15px 0;
	width: 675px;
	margin: 0 0 15px -5px;
}


#gallery-page #content-body .allgal, #gallery-page #content-body #events, #gallery-page #content-body #public, #gallery-page #content-body #movie  {
	height: 80px;
	overflow: hidden;
	padding: 0 0 15px;
	width: 675px;
}

#gallery-page #content-body .allgal div.title{
	float: left;
	color: #fff;
	font-size: 14px;
	top:10px;
	left:40px;
	position: absolute;
}

#gallery-page #content-body #events {
	background: url(../img/gallery/events.jpg) no-repeat;
}

#gallery-page #content-body #movie {
	background: url(../img/gallery/movie.jpg) no-repeat;
	height: 95px;
}

.movie-padding{
	padding-top: 50px;
}

#gallery-page #content-body div.dashed {
	width: 100%;
	margin: 15px 0 25px;
}

#gallery-page #content-body h2 {
	clear: both;
}

#gallery-page #content-body div.arrowright, #gallery-page #content-body div.arrowleft {
	width: 35px;
	text-indent: -10000px;
	height: 90px;
	cursor: pointer;
}

#gallery-page #content-body div {
	float: left;
	overflow: hidden;
	position: relative;
}

#gallery-page #content-body div.caption {
	position: absolute;
	top: 15px;
	left: 525px;
	color: #333;
	float: none;
}

#gallery-page #content-body #lastest div.caption{
	left: 415px;
	top: 35px;
}

#gallery-page #content-body #public div.caption{
	left: 415px;
}

#gallery-page #content-body #public span {
	background:#fff;
	padding:0;
}

#gallery-page #content-body #movie div.caption {
	left: 405px;	
}

#gallery-page #content-body div.caption a {
	color: #333;
}

#gallery-page #content-body div.arrowleft {
	background: url(../img/gallery/left_arrow.gif) no-repeat center;
}

#gallery-page #content-body div.center {
	width: 600px;
	padding-left: 5px;
}

#gallery-page #content-body div.center img {
	float: left;
	display: block;
	padding: 0 13px 15px 0;
}

#gallery-page #content-body #movie div.center img {
	float: left;
	display: block;
	padding: 0 30px 15px 0;
}

#gallery-page #content-body div.arrowright {
	background: url(../img/gallery/right_arrow.gif) no-repeat center;
	float: right;
	right: 5px;
}

#gallery-page .vid_cont div.vcon{
	padding: 0 10px 0 10px;
}
#gallery-page .vid_cont {width:87%; overflow:hidden;}

#public div.hiddenup,#movie div.hiddenup{
	display:none;position:absolute;width:650px;height:80px;background:#fff;z-index:1;margin-left:10px;display: none;left:0px;top:0;
}

#movie div.hiddenup{
	height: 100px;
	top:0;
}

.dashed-header-album {
	padding-bottom: 25px;
	background: url(../img/dashed.png) repeat-x 0 26px;
	position: relative;
	*zoom:1;
	overflow: hidden;
	text-align:right;
}

.dashed-header-album .FontJazz-font {
	float:left;
}

#gallery-page #content-body div.caption-allbum {left:410px; top:10px; font-weight:normal; width:250px;}

#gallery-page #content-body .allGallAlbum,
#gallery-page #content-body #movie.movieGallery {
	background-image:none;
	height:155px;
	overflow: hidden;
	padding: 0 0 15px 0;
	margin-bottom:55px; 
}
#gallery-page #content-body #movie.movieGallery .modal_view_vid {margin-bottom:10px;}
#gallery-page #content-body #movie.movieGallery .vcon {width:121px;}

#gallery-page #content-body .allGallAlbum div.center span {display:block; background: url(../img/gallery/bg-album.gif) no-repeat; width:80px; height:95px; padding:10px 0 0 10px;}
	#gallery-page #content-body .allGallAlbum div.center ul {width:20000px; background:#fff;}
	#gallery-page #content-body .allGallAlbum div.center ul li {display:block; float:left; width:120px; margin-right:5px; line-height:15px;}
	#gallery-page #content-body #movie.movieGallery ul li {margin-right:20px;}
	#gallery-page #content-body .allGallAlbum div.center ul li strong,
	#gallery-page #content-body #movie.movieGallery ul li strong {display:block; padding-top:10px; color:#1490f7; margin-bottom:5px;}
	#gallery-page #content-body .allGallAlbum div.center ul li small {color:#666;}#guest-book #intro-image {
	margin: 0 -5px 30px;
	background: url(../img/guest-book/big.jpg) no-repeat 0 0;
	height: 344px;
}
#guest-book #guest-book-content {
	padding: 20px;

	border: 1px solid #afafaf;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	border-radius: 8px;
	border-top-left-radius: 0;

	clear: both;
	
	position: relative;
	z-index: 1;
	zoom: 1;
}
#guest-book-form {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	#guest-book-form label {
		display: block;
		position: relative;
	}
		#guest-book-form label span {
			position: absolute;
			top: 5px;
			left: 5px;
			color: #666;
		}
		#guest-book-form label input,
		#guest-book-form label textarea {
			color: #666;
			width: 600px;
			border: 1px solid #999;
			background: #f0f0f0;
			margin-bottom: 10px;
		}
	#guest-book-form fieldset.submit {
		padding-top: 10px;
	}
.logs{font-weight: bold; padding: 10px 0 10px 0;}
.logs a{color:#666;text-decoration: none;}
.logs a:hover{color:#666;text-decoration: underline;}

#guest-book-navigation {
	zoom:1;
	overflow: hidden;
	background: url(../img/headers.png) no-repeat -25px -682px;
	position: relative;
	z-index: 2;
	zoom: 1;
	top: 1px;
}
	#guest-book-navigation li {
		float: left;
		zoom: 1;
		border: 1px solid #afafaf;
		margin-right: 1px;
		background: #96b0b9 url(../img/tab_gradient.png) repeat-x 0 0;
		
		-moz-border-radius-topright: 8px;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-right-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}
	#guest-book-navigation li.active {
		background: #fff;
	}
		#guest-book-navigation li a {
			padding: 12px 20px;
			display: block;
			font-size: 15px;
			color: #fff;
			text-decoration: none;
			position: relative;
			top: 1px;
			border-bottom: 1px solid #afafaf;
		}
		#guest-book-navigation li.active a {
			color: #666;
			border-bottom-color: #fff;
		}
#guest-book-paging {
	zoom: 1;
	overflow: hidden;
}
	#guest-book-paging p.intro {
		line-height: 14px;
	}
	#guest-book-paging p.intro {
		color: #666;
		font-size: 11px;
		float: left;
	}
	#guest-book-paging p.pages {
		float: right;
	}
		#guest-book-paging p.pages a {
			color: #666;
			background: #e6e6e6;
			font-size: 10px;
			border-left: 2px solid #fff;
			padding: 3px 4px;
			text-decoration: none;
		}
		#guest-book-paging p.pages a:hover,
		#guest-book-paging p.pages a.active {
			color: #fff;
			background: #387dbc;
		}
#header {
	background: #a6c2cc url(../img/header_bg.png) repeat-x 0 100%;
	padding-top: 40px;
	padding-bottom: 18px;
}
	#header h1 {
		background: url(../img/sonmatiasbeach.png) no-repeat 0 0;
		width: 353px;
		height: 69px;
		overflow: hidden;
		float: left;
	}
		#header h1 a {
			display: block;
			width: 353px;
			height:	69px;
			text-indent: -999em;	
		}

#loaderlayer{position:absolute; width: 100%; height: 100%; font-size: 25px; color:#fff;background: #000;display: none;z-index: 998; text-indent:-10000px ;}
.layercont {width: 545px; height:263px; padding: 20px 0px; background:transparent url(../img/bg-loading.png) no-repeat top left; position:absolute; z-index:1000; top:25%; left:25%; visibility:hidden;}
.layercont h2 {color:#1485e6; width:280px; font-size:20px; padding:30px 0 0 45px;}
.layercont h2 span {font-size:36px;}
.layercont p {font-size:14px; padding:85px 0 0 195px; color:#000; background:transparent url(../img/loading-bg.gif) no-repeat 45px 85px; height:35px;}
.layercont img {position:absolute; top:207px;}
.layercont img#load0 {left:10px;}
.layercont img#load1 {left:43px;}
.layercont img#load2 {left:76px;}
.layercont img#load3 {left:109px;}
.layercont img {margin-left:35px;}#header-actions {
	float: right;
}
	#header-actions a {
		color: #3a4447;
		text-decoration: none;
		font-weight: normal;
	}
	#header-actions span.client-login {
		font-weight: bold;
		color: #3a4447;
	}
	#header-actions a.client-login,
	#header-actions span.client-login {
		line-height: 23px;
		background: url(../img/icons.png) no-repeat 100% -30px;
		float: right;
		padding-right: 33px;
	}
	#header-actions ul {
		clear: both;
		float: right;
		padding-top: 10px;
	}
		#header #header-actions ul li a {
			border-color: #3a4447;
		}
		
		#header-actions ul li select {
			margin-right: 15px;
		}

#home-comments {
	margin-bottom: 60px;
}
#home-comments h2 span {
	background-position: 0 -40px;
}

#home-comments p.more-comments a {
	font-weight: bold;
	color: #666;
}

#home-comments p.full-comment a,
#guest-book-content p.full-comment a {font-style:italic; font-size:12px; font-weight:bold; color:#FF9F0F; text-decoration:underline; padding:5px 0 12px 0; display:block;}

.comment-hidden {display:none;}#home-news h2 span {
	background-position: 0 -5px;
}

	#home-news ul .back{
		position: absolute;
		float: left;
		left: 0;
	}


	#home-news ul li{
		position: relative;
		zoom: 1;
		line-height: 1.4;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
		#home-news ul li li{
			border-bottom: 0;
			padding-bottom: 0;
			margin-bottom: 0;
			line-height:24px;
		}
		#home-news ul li h3{
			padding-top: 5px;
			color: #a5c0cc;
			letter-spacing: 1px;
		}
			#home-news ul li h3 a{
				color: #000;
				letter-spacing: 0;
			}
		#home-news ul li p{
			margin-bottom: 15px;
			color: #333;
		}
		#home-news ul ul li a{
			color: #999;
			background: url(../img/icons.png) no-repeat 0 0;
			text-decoration: none;
			font-weight: bold;
		}
		#home-news ul li.photos {
			padding-bottom: 0px;
		}
			#home-news ul li.photos a{
				background-position: 0 -63px;
				padding-left: 25px;
			}
		#home-news ul li.videos a{
			background-position: 0 -86px;
			padding-left: 21px;
		}
		#home-news ul li.comments a{
			background-position: 0 -110px;
			padding-left: 18px;
		}
		
		
		#home-news ul img.photo-video{
/* 			padding-left: 140px; */


			
		}
#home-news p.more-news a {
	font-weight: bold;
	color: #666;
}#home-page-columns {
	padding: 0 5px;
}
	#home-page-columns .home-page-column {
		float: left;
		width: 315px;
		margin-right: 25px;
	}
	#home-page-columns #home-page-column2 {
		margin-right: 0;
	}#home-photos h2 {
	background-position: 0 28px;
}
	#home-photos h2 span {
		background-position: 0 -72px;
		height: 28px;
	}
#home-photos ul {
	overflow: hidden;
}
	#home-photos ul li {
		padding: 0 8px 8px 0;
	}
	#home-photos ul li.nth-child-4 {
		padding-right: 0;
	}
	#home-photos ul li,
	#home-photos ul li a {
		float:left;
	}
		#home-photos ul li a img{
		display:block;
		}
#home-photos p.more-photos a,
#home-photos p.add-photos a {
	font-weight: bold;
	color: #666;
	line-height: 1.8;
}
.bgPic strong {background: url(../img/camera-icon.gif) no-repeat top right; display:block;}.js-disabled #home-slideshow {
	display: none;
}

.js-enabled #home-slideshow {
	margin:0 -5px 29px -5px;
	background: url(../img/slideshow_shadow_bg.png) no-repeat 0 0;
	height: 344px;
	position: relative;
	visibility: hidden;
}
	.js-enabled #home-slideshow ul {
		background-position: 5px 4px;
		background-repeat: no-repeat;
		width: 673px;
		height: 338px;
	}
		.js-enabled #home-slideshow ul li {
			position: absolute;
			left: 0;
			padding-left: 30px;
		}
		#home-slideshow ul li.photo-1 {
			top: 54px;
		}
		#home-slideshow ul li.photo-2 {
			top: 111px;
		}
		#home-slideshow ul li.photo-3 {
			top: 169px;
		}
		#home-slideshow ul li.photo-4 {
			top: 227px;
		}
		#home-slideshow ul li.active {
			background: url(../img/slideshow_active.png) no-repeat 0 0;
			_background: none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/slideshow_active.png', sizingMethod='crop');
		}
			.js-enabled #home-slideshow ul li a {
				display: block;
				background: url(../img/home/small_shadow.png) no-repeat 0 0;
				_background: none;
				_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home/small_shadow.png', sizingMethod='crop');
				height: 54px;
				width: 76px;
				padding: 5px 0 0 5px;
			}
				.js-enabled #home-slideshow ul li a img {
					display: block;
					border: 1px solid #fff;
					cursor: pointer;
				}
	#home-slideshow .action_btn {
		position: absolute;
		position: absolute;
		left: 30px;
		top: 290px;
		width: 30px;
		height: 30px;
		background: url(../img/home/start_btn.png) no-repeat 0 0;
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home/start_btn.png', sizingMethod='crop');
		overflow: hidden;
		text-indent: -999em;
		cursor: pointer;
	}
	#home-slideshow.running .action_btn {
		background: url(../img/home/pause_btn.png) no-repeat 0 0;
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home/pause_btn.png', sizingMethod='crop');
	}

	.alertJs {color:#fff; font-weight:bold; font-size:25px; background: url(../img/alert-js.jpg) no-repeat; padding:210px 40px 60px 40px; margin-bottom:30px;}/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../img/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../img/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../img/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(../img/ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../img/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(../img/ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../img/ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../img/ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../img/ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../img/ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../img/ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../img/ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../img/ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../img/ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../img/ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../img/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../img/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; cursor: pointer;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
#legal-info {
	color: #333;
}
	#legal-info p {
		margin-bottom: 10px;
	}
#modal-window #legal-info {
	margin: 100px auto 0;
	border: 1px outset #666;
	position: relative;
	-moz-border-radius: 10px;
	width: 480px;
	padding: 10px 0;
	background: #fff url(../img/leaf.png) no-repeat 95% 5%;
}
	#modal-window #legal-info .legal-content {
		padding: 45px 35px;
		height: 310px;
		overflow: auto;
	}

#location-page #content-body p, #location-nobar-page #content-body p {
	margin-bottom: 15px;
	color: #333;
}

div.address {
	margin-top: 35px;
	color: #394446;
}

div.address p span {
	display: block;
}

#location-page .discount, #location-page .conditions {
	display: none;
}

#location-page .print, #location-nobar-page .print {
	background:transparent url(../img/print.gif) no-repeat left center;
}

#location-page .print a, #location-nobar-page .print a {
	padding-left: 25px;
}

#location-nobar-page #content-sidebar, #location-nobar-page #header, #location-nobar-page #footer {
	display: none;
}

#location-nobar-page #content-body {
	width: 100%;
}

#location-nobar-page #content {
	margin: 15px;
}#low-cost-flights-page #departure {
	background-color: #ebebeb;
	padding: 25px;
	border: solid 1px #ccc;
}

#low-cost-flights-page #departure p {
	margin-bottom: 15px;
}

#low-cost-flights-page p#info {
	margin: 15px 0;
	color: #666;
}

#low-cost-flights-page #companies {
	margin-top: 35px;
}

#low-cost-flights-page .company {
	margin-bottom: 35px;
	background: url(../img/dashed.gif) repeat-x bottom left;
	padding-bottom: 35px;	
}

#low-cost-flights-page .company p {
	margin: 15px 0;
}

#low-cost-flights-page .company a {
	color: #999;
}#maintenance-page #content-body p {
	margin-bottom: 15px;
	color: #333;
}

#maintenance-page #content-body p.fieldreq {
	font-style: italic;
	margin: 30px 0 55px 0;
	font-size: 11px;
}

#maintenance-page #content-body form {
	overflow: hidden;
	background: url(../img/dashed.gif) repeat-x bottom left;
	padding-bottom: 35px;
}

#maintenance-page #content-body form label, #maintenance-page #content-body form label input, #maintenance-page #content-body form label textarea {
	float: left;
}

#maintenance-page #content-body form label input, #maintenance-page #content-body form label textarea {
	background-color: #f4f4f4;
	border: solid 1px #ccc;
	width: 220px;
}

#maintenance-page #content-body form label textarea {
	width: 660px;
	max-width: 660px;
	max-height: 90px;
}

#maintenance-page #content-body form label {
	width: 170px;
	padding: 0 65px 15px 0;
}

#maintenance-page #content-body form button.m-button {
	clear: both;
	float: left;
	margin-top: 15px;
}

#maintenance-page #content-body form button.m-button div {
	background-position: 0 -38px;
}

#maintenance-page #content-body form button.m-button div strong {
	background-position: 100% -38px;
	color: white;
	display: block;
	height: 20px;
	line-height: 20px;
}

#maintenance-page #content-body form label.email, #maintenance-page #content-body form label.comments {
	clear: both;
}

#maintenance-page #content-body p.contactError{
	padding-top: 20px;
	color: #FF0000;
	font-weight: bold;
}

#maintenance-page .errorForm {border:2px solid red !important;}#navigation {
	clear: both;
	width: 695px;
	height:26px;
	overflow: hidden;
	margin: 0 0 0 auto;
	font-size: 13px;
	padding-top: 25px;
}
	#navigation li {
		float:left;
	}
		#navigation li a {
			text-decoration: none;
			background: url(../img/nav_tabs_eng.png) no-repeat 0 0;
			height: 26px;
			overflow: hidden;
			text-indent: -999em;
			float:left;
		}
		#navigation.spa li a {
			background: url(../img/nav_tabs_spa.png) no-repeat 0 0;
		}
		#navigation.cat li a {
			background: url(../img/nav_tabs_cat.png) no-repeat 0 0;
		}
		#navigation li.home a {
			width: 34px;
		}
		#navigation.spa li.home a {
			width: 34px;
		}
		#navigation li.home a:hover,
		#home-page #navigation li.active a {
			background-position: 0 100%;
		}
		#navigation li.our-hotel a {
			width: 84px;
			background-position: -35px 0;
		}
		#navigation.spa li.our-hotel a {
			width: 70px;
			background-position: -35px 0;
		}
		#navigation li.our-hotel a:hover,
		#our-hotel-page #navigation li.active a {
			background-position: -35px 100%;
		}
		#navigation li.facilities a {
			width: 84px;
			background-position: -120px 0;
		}
		#navigation.spa li.facilities a {
			width: 90px;
			background-position: -107px 0;
		}
		#navigation li.facilities a:hover,
		#facilities-page #navigation li.active a {
			background-position: -120px 100%;
		}
		#navigation.spa li.facilities a:hover,
		#facilities-page #navigation.spa li.active a {
			background-position: -107px 100%;
		}
		#navigation li.entertainment a {
			width: 118px;
			background-position: -205px 0;
		}
		#navigation.spa li.entertainment a {
			width: 88px;
			background-position: -198px 0;
		}
		#navigation li.entertainment a:hover,
		#entertainment-page #navigation li.active a {
			background-position: -205px 100%;
		}
		#navigation.spa li.entertainment a:hover,
		#entertainment-page #navigation.spa li.active a {
			background-position: -198px 100%;
		}
		#navigation li.events a {
			width: 71px;
			background-position: -324px 0;
		}
		#navigation.spa li.events a {
			width: 71px;
			background-position: -288px 0;
		}
		#navigation li.events a:hover,
		#events-page #navigation li.active a,
		#event-detail-page #navigation li.active a,
		#events-out-page #navigation li.active a {
			background-position: -324px 100%;
		}
		#navigation.spa li.events a:hover,
		#events-page #navigation.spa li.active a,
		#event-detail-page #navigation.spa li.active a,
		#events-out-page #navigation.spa li.active a {
			background-position: -288px 100%;
		}
		#navigation li.guest-book a {
			width: 98px;
			background-position: -396px 0;
		}
		#navigation.spa li.guest-book a {
			width: 118px;
			background-position: -361px 0;
		}
		#navigation li.guest-book a:hover,
		#guest-book-page #navigation li.active a,
		#guest-book-tripadvisor-page #navigation li.active a {
			background-position: -396px 100%;
		}
		#navigation.spa li.guest-book a:hover,
		#guest-book-page #navigation.spa li.active a,
		#guest-book-tripadvisor-page #navigation.spa li.active a {
			background-position: -361px 100%;
		}
		#navigation li.gallery a {
			width: 73px;
			background-position: -495px 0;
		}
		#navigation.spa li.gallery a {
			width: 92px;
			background-position: -481px 0;
		}
		#navigation li.gallery a:hover,
		#gallery-page #navigation li.active a {
			background-position: -495px 100%;
		}
		#navigation.spa li.gallery a:hover,
		#gallery-page #navigation.spa li.active a {
			background-position: -481px 100%;
		}
		#navigation li.low-cost-flights a {
			width: 133px;
			background-position: -569px 0;
		}
		#navigation.spa li.low-cost-flights a {
			width: 130px;
			background-position: -575px 0;
		}
		#navigation li.low-cost-flights a:hover,
		#low-cost-flights-page #navigation li.active a {
			background-position: -569px 100%;
		}
		#navigation.spa li.low-cost-flights a:hover,
		#low-cost-flights-page #navigation.spa li.active a {
			background-position: -575px 100%;
		}
		#our-hotel {
}
	#our-hotel #the-hotel span{
		background-position: 0 -339px;
	}
	#our-hotel #professionals {
		margin-top: 80px;
		padding-bottom: 15px;
	}
		#our-hotel #professionals span {
			background-position: 0 -374px;
		}
	#our-hotel h3 {
		margin: 20px 0;
		color: #333;
	}
	#our-hotel p {
		padding-bottom: 10px;
		color: #333;
		line-height: 1.4;
	}
	#our-hotel #foothotel {
		background: url(../img/hotelfoot.jpg) no-repeat;
		height: 400px;
		margin-top: 45px;
	}
#our-suggestions h2 {
	background-position: 0 -140px;
}
#our-suggestions ul li.our-suggestions-result-item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	zoom:1;
}#registration-page #content {
	padding-bottom: 10px;
}
#registration-form h2 span {
	background-position: 0 -646px;
}
	#registration-form a {
		color: #3a4447;
		text-decoration: none;
		font-weight: bold;
	}

	#registration-form a:hover {
		color: #3a4447;
		text-decoration: underline;
		font-weight: bold;
	}

	#registration-form h3 {
		font-size: 13px;
		color: #1687E8;
		margin-bottom: 20px;
		font-weight: normal;
	}

	#registration-form h3.error {
		font-size: 13px;
		color: #f00;
		margin-bottom: 20px;
		font-weight: normal;
	}

	#registration-form br {
		display:none;
	}
	#registration-form fieldset {
		padding-bottom: 20px
	}
		#registration-form fieldset p {
			clear: both;
			margin-bottom: 15px;
			color: #666;
			line-height: 1.2;
		}
	
	#registration-form label span,
	#content #registration-form fieldset.pseudolabel label {
		color: #333;
		display: block;
		float: none;
		padding: 0;
		white-space: nowrap;
	}

	#registration-form fieldset.fld-checks label span {
		display: inline;
	}
	#registration-form fieldset.fld-personal-details label,
	#registration-form fieldset.fld-contact-details label,
	#registration-form fieldset.fld-address label,
	#registration-form fieldset.fld-credentials label,
	#registration-form fieldset.fld-personal-details fieldset.pseudolabel {
		float:left;
		padding: 0 15px 15px 0;
	}
		#registration-form fieldset.fld-personal-details label.lbl-surname {
			clear: left;
		}
		#content #registration-form fieldset.fld-checks label,
		#registration-form fieldset.fld-address label.lbl-street-house {
			float:none;
			display: block;
		}
		#registration-form fieldset.fld-personal-details label.lbl_birthdate,
		#registration-form fieldset.fld-address label.lbl-post-code {
			padding-right: 0;
		}
		#registration-form fieldset.fld-personal-details label.lbl-passport-issue {
			width: 380px;
		}
		#account-data #registration-form fieldset.fld-personal-details label.lbl-passport-issue {
			width: 340px;
		}
		#registration-form fieldset.fld-personal-details fieldset.lbl-first-name select {
			width: 55px;
			border: 1px solid #ccc;
			background: #f4f4f4;
		}
		#registration-form fieldset.fld-personal-details fieldset.lbl-first-name input {
			width: 145px;
		}
		#account-data #registration-form fieldset.fld-personal-details fieldset.lbl-first-name input {
			width: 120px;
		}
		
	#registration-form fieldset.fld-contact-details input,
	#registration-form fieldset.fld-address input,
	#registration-form fieldset.fld-address textarea,
	#registration-form fieldset.fld-credentials input,
	#registration-form fieldset.fld-personal-details input {
		width: 205px;
		border: 1px solid #ccc;
		background: #f4f4f4;
	}
	#account-data #registration-form fieldset.fld-address input,
	#account-data #registration-form fieldset.fld-address textarea,
	#account-data #registration-form fieldset.fld-credentials input,
	#account-data #registration-form fieldset.fld-personal-details input {
		width: 180px;
		border: 1px solid #ccc;
		background: #f4f4f4;
	}
		#registration-form fieldset.fld-address label.lbl-town input {
			width: 175px;
		}
		#registration-form fieldset.fld-address label.lbl-county input ,
		#registration-form fieldset.fld-address label.lbl-country input ,
		#registration-form fieldset.fld-address label.lbl-nation input {
			width: 110px;
		}
		#registration-form fieldset.fld-address label.lbl-post-code input {
			width: 70px;
		}

		#account-data #registration-form fieldset.fld-address label.lbl-town input {
			width: 160px;
		}
		#account-data #registration-form fieldset.fld-address label.lbl-county input ,
		#account-data #registration-form fieldset.fld-address label.lbl-country input ,
		#account-data #registration-form fieldset.fld-address label.lbl-nation input {
			width: 100px;
		}
		#account-data #registration-form fieldset.fld-address label.lbl-post-code input {
			width: 70px;
		}


		#registration-form fieldset.fld-credentials label.lbl-reminder input,
		#registration-form fieldset.fld-address label.lbl-street-house input {
			width: 645px;
		}
		
	form#registration-form fieldset.fld-address textarea {
		width: 645px;
	}
	#account-data form#registration-form fieldset.fld-address textarea {
		width: 600px;
	}
	#content #registration-form fieldset.fld-checks span,
	#content #registration-form fieldset.fld-checks input {
		vertical-align: middle;
	}
	
	#content #registration-form p.error {
		color: #f00;
		margin-top: 15px;
	}
	#content #registration-form .error input,
	#content #registration-form .error textarea {
		border-color: #f00;
	}
	#content #registration-form fieldset.fld-checks .error span {
		color: #f00;
	}
	
	#content #registration-form .can-continue {
		font-size:18px;
	}
		#content #registration-form .can-continue a {
			color:#1687e8;
		}#reservation-breadcrumbs {
	font-size: 13px;
	color: #a1cff5;
	position: absolute;
	top: 15px;
	right: 5px;
}
	#reservation-breadcrumbs h2 {
		display: none;
	}
	#reservation-breadcrumbs ul {
		overflow: hidden;
	}
		#reservation-breadcrumbs ul li {
			float: left;
			background: url(../img/crumbs.png) no-repeat 50% -30px;
		}
		#reservation-breadcrumbs ul li strong {
			background: url(../img/crumbs.png) no-repeat 50% -130px;
			color: #1486e7;
		}
		#reservation-breadcrumbs ul li strong,
		#reservation-breadcrumbs ul li span {
			padding:0 10px 20px 10px;
			display: block;
			font-weight: bold;
		}
		
		#reservation-breadcrumbs ul li.first {
			background-position: 50% 20px;
		}
			#reservation-breadcrumbs ul li.first strong,
			#reservation-breadcrumbs ul li.first span {
				padding-left: 0;
			}
		#reservation-breadcrumbs ul li.last {
			background-position: 50% -80px;
		}
			#reservation-breadcrumbs ul li.last strong,
			#reservation-breadcrumbs ul li.last span {
				padding-right: 0;
			}
#reservation-confirmation {
	margin-top: 50px;
}

#reservation-confirmation table {
	border: solid 1px #ccc;
	color: #666;
}

#reservation-confirmation table table {
	margin-top: 20px;	
}

#reservation-confirmation table.clientinfo {
	border: none;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}

#reservation-confirmation table.clientinfo td {
	border: none;
}

#reservation-confirmation td table td {
	border:  solid 1px #ccc;	
}

#reservation-confirmation strong {
	color: #000;
}

#reservation-confirmation td, #reservation-confirmation th {
	padding: 5px 15px;
}

#reservation-confirmation th {
	color: #1687e8;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

#reservation-confirmation th {
	padding-top: 15px;
}

#reservation-confirmation td.order {
	border-bottom: dotted 1px #ccc;
	padding-top: 15px;
}

#reservation-confirmation table#roomdesc {
	border: none;
	margin: 0;
}

#reservation-confirmation table#roomdesc td {
	border: none;
	padding: 2px;
	width: 65%;
}

#reservation-confirmation p.roomdesc {
	margin-top: 10px;
}

#reservation-confirmation table.prices {
	font-size: 15px;
	margin-bottom: 10px;
}

#reservation-confirmation td.pricedesc {
	background-color:#f3f3f3;
	width: 440px;
}

#reservation-confirmation td.price {
	text-align: right;
	font-size: 18px;
}

#hotelinfo, #cancellations {
	margin-top: 30px;
	padding-bottom:15px;
}

#hotelinfo table.address {
	border: none;
	margin: 10px 0;
}

#hotelinfo table.address td {
	border: none;
	padding: 2px;
}

tr.dots {
	border-bottom: dotted 1px #ccc;
	width: 90%;
}

p.thanks {
	text-align: center;
	padding: 20px 0;
	border-top: dotted 1px #ccc;
	margin-top: 10px;
}

#hotelinfo #location, #hotelinfo #location td {
	border: none;
	padding: 2px;
	margin-bottom: 10px;
}#reservation-details {
	clear: both;
	margin-bottom: 45px;
	padding-top: 10px;
	line-height: 1.3;
}
	#reservation-details h2 {
		background-position: 0 -211px;
	}
	#reservation-details div {
		background: #ebebeb;
		padding: 18px;
		border: 1px solid #ccc;
		position: relative;
	}
		#reservation-details div dl.room-info {
			overflow: hidden;
			zoom:1;
			margin-bottom: 20px;
		}
			#reservation-details div dl.room-info dt {
				font-weight: bold;
				float: left;
				clear: both;
				padding-right:5px;
			}
		#reservation-details div dl.room-supplements {
			padding: 8px 0 0;
		}
		#reservation-details div dl.room-supplements dt {
			font-weight: bold;
			color: #666;
		}
		#reservation-details div dl.room-supplements dd {
			font-weight: bold;
			font-size: 14px;
			color: #666;
		}
		#reservation-details div dl.room-supplements dd strong {
			color: #000;
		}
		#reservation-details div dl.room-total {
			position: absolute;
			left: 230px;
			top: 18px;
			border-left: 1px solid #ccc;
			padding-left: 90px;
		}
			#reservation-details div dl.room-total dt {
				color: #666;
			}
			#reservation-details div dl.room-total dd {
				font-weight: bold;
				color: #4a4a4a;
				line-height: 26px;
				font-size: 16px;
				padding-top: 3px;
			}
				#reservation-details div dl.room-total dd strong{
					font-size: 26px;
					color: #000;
					vertical-align: -3px;
					padding-right: 10px;
				}
			#reservation-payment {
	clear: both;
}

#persdetail {
	border: solid 1px #ccc;
	padding: 20px;
	overflow: hidden;
	/*height: 100%;*/
}

#persdetail dt {
	color: #1687e8;
	margin-bottom: 15px;
}

#persdetail dd {
	margin-bottom: 5px;
}

#persdetail #left, #persdetail #right {
	float: left;
	margin-right: 80px;
}

#persdetail #right dd {
	padding-left: 15px;
}

/* tabla method payment */

#methodpay {
	background: url('../img/methodpay.jpg') no-repeat left;
	margin: 25px 0;
	min-height: 255px;
	height: auto !important;
	height: 255px;
	clear: both;
	padding-left:24px;
	background-color: #ededed;
}

#methodpay table {
	width: 639px;
}

#methodpay #up, #methodpay #down {
	padding:0;
	border: 1px solid #CCCCCC;
}

#fraccionado {
	height: 97px;
}

#methodpay tr {
	height: 35px;
}

#anticipado {
	height: 97px;
	border-top: none;
}

#methodpay th {
	font-weight: normal;
	text-align: left;
}

#methodpay .choose, #typepay .choose {
	background-color: #dcdcdc;
	border: solid 1px #252526 !important;
}

#methodpay .choose th .strong {
	color: #000;
}

#reservation-payment .strong {
	color: #333;
	font-weight: bold;
}

#reservation-payment strong {
	color: #333;
}

#reservation-payment th strong, #typepay strong {
	font-size: 15px;
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#methodpay th, #methodpay td {
	background-color: #ededed;
	border-bottom: solid 1px #ccc;
	padding: 5px 15px;
	color: #999;
}

#methodpay td {
	width: 500px;
	font-size: 14px;
	vertical-align: middle;
}

#methodpay td.price {
	font-size: 18px;
	text-align:right;
	width: 50px;
	background-color: #fff;
}

/* contenedor type payment */

#typepay {
	margin: 25px 0;
	background: url('../img/typepay.jpg') no-repeat left;
	padding: 0 0 0 24px;
	height: 420px;
}

#typepay div {
	background-color: #e4e4e4;
	border: solid 1px #ccc;
	padding: 15px;
}

#typepay #card div, #typepay #paypal div{
	color: #666;
}

#typepay #card  div{
	background: #fff url('../img/visa.jpg') no-repeat 165px 130px;
	height: 165px;
}

#typepay #paypal div {
	background: #fff url('../img/paypal.jpg') no-repeat 460px 25px;
	padding-bottom: 45px;
}

#typepay #sinPaypal div {
	padding-bottom: 45px;
	padding-top: 55px;
	border: 0;
}

#typepay #card input {
	height: 12px;
}

#typepay #paypal p {
	width: 350px;
}

div.checkcond {
	margin: 0 0 10px 0;
}

p.paymargin {
	margin-top: 15px;
}

input.confirm {
	background: url('../img/buttonpay.jpg') no-repeat center;
	display: block;
	height: 36px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;	
	width: 86px;
	text-align: center;
	border: none;
}#reservation-personal-data {
	line-height: 1.4;
}
	#reservation-personal-data h2 span {
		background-position: 0 -181px;
	}
	#reservation-personal-data p {
		font-size: 13px;
		color:#333;
	}
	#reservation-personal-data form p {
		margin-bottom: 5px;
	}
	#reservation-personal-data form a {
		color: #1586e7;
		padding: 5px 5px 0 0;
	}
	#reservation-personal-data form a+a {
		color: #333;
	}
	#reservation-personal-data form.dashed {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	#reservation-personal-data fieldset.user-data {
		margin-top: 25px;
		zoom:1;
		overflow: hidden;
	}
		#reservation-personal-data fieldset.user-data br {
			display: none;
		}
		#reservation-personal-data fieldset.user-data label {
			float:left;
			width: 240px;
			margin-bottom:10px;
		}
			#reservation-personal-data fieldset.user-data label span {
				display: block;
				font-weight: bold;
			}
			#reservation-personal-data #existing-user-form fieldset.user-data label span {
				color: #1687e8;
			}
			#reservation-personal-data #express-booking-form fieldset.user-data label span {
				color: #f90;
			}
			#reservation-personal-data fieldset.user-data label input {
				background: #f4f4f4;
				border:1px solid #ccc;
				width: 220px;
			}
	#reservation-personal-data fieldset.submit {
		padding-top: 20px;
	}
		
	#reservation-personal-data #express-booking-form h3 {
		height: 22px;
		background: url(../img/headers.png) no-repeat 0 -244px;
		overflow: hidden;
		text-indent: -999em;
	}
	
	#reservation-personal-data .wregister {
		overflow: hidden;
	}
	
	#reservation-personal-data .whyregister {
		float: right;
		margin-right: 400px;
	}
	
		#reservation-personal-data .whyregister a {
			display: block;
			padding: 0;
		}#reservation-request {
	color:#333;
}
	#reservation-request h2 span{
		background-position: 0 -276px;
	}
	#reservation-request form p.dashed{
		padding-bottom: 35px;
		margin-bottom: 30px;
		font-size: 13px;
	}
	#reservation-request form fieldset{
		padding-bottom: 35px;
		margin-bottom: 30px;
	}
		#reservation-request form fieldset p{
			padding: 2px 0 10px;
		}
		#reservation-request form fieldset textarea{
			margin-bottom: 10px;
			background: #f4f4f4;
			border:1px solid #ccc;
			width: 598px;
			height: 80px;
		}
		#reservation-request form fieldset.request label,
		#reservation-request form fieldset.additional-supplements h3{
			height: 16px;
			text-indent: -999em;
			background: url(../img/headers.png) no-repeat 0 0;
		}
		#reservation-request form fieldset.request label{
			width: 64px;
			display: block;
			background-position: 0 -311px;
		}
		#reservation-request form fieldset.additional-supplements h3{
			width: 154px;
			background-position: -84px -311px;
		}
		#reservation-request form fieldset.additional-supplements ul{
			float:left;
			width: 32%;
			padding-top: 15px;
		}.room-item-form {
	float:right;
	width: 330px;
	position: relative;
	line-height: 1.3;
}
	.room-item-form p.special-offers {
		position: absolute;
		width: 63px;
		height: 63px;
		background: url(../img/icons.png) no-repeat 0 -168px;
		text-indent: -999em;
		top: 0;
		right: 40px;
	}
	.room-item-form dl.room-info {
		overflow: hidden;
		zoom:1;
		margin-bottom: 30px;
	}
		.room-item-form dl.room-info dt {
			font-weight: bold;
			float: left;
			clear: both;
			padding-right:5px;
		}
	.room-item-form label span {
		font-weight: bold;
		padding-right: 5px;
	}
	.room-item-form dl.room-supplements,
	.room-item-form dl.room-total {
		padding: 8px 0 10px;
	}
	.room-item-form dl.room-supplements dt,
	.room-item-form dl.room-total dt {
		font-weight: bold;
		color: #666;
	}
	.room-item-form dl.room-supplements dd,
	.room-item-form dl.room-total dd {
		font-weight: bold;
		font-size: 14px;
		color: #666;
	}
	.room-item-form dl.room-supplements dd strong {
		color: #000;
	}
	.room-item-form dl.room-total dd strong {
		font-size: 26px;
		color: #000;
	}
	.room-item-form dl.room-total dd.discount {
		color:#ff0000;
	}
		.room-item-form dl.room-total dd.discount span {
			color:#ff0000;
			text-decoration:line-through;
		}
			.room-item-form dl.room-total dd.discount span.dval {
				text-decoration:none;
			}
	.room-item-form .submit {
		padding-top: 10px;
	}
div.room-photo-list {
	float:left;
	width: 310px;
}
	div.room-photo-list ul {
		overflow: hidden;
		zoom: 1;
		border-top: 2px solid #999;
	}
		div.room-photo-list ul li {
			float: left;
			padding-top: 13px;
			border-left: 8px solid #fff;
		}
		div.room-photo-list ul li a,
		div.room-photo-list img {
			display: block;
		}
		div.room-photo-list ul li.active {
			background: url(../img/icons.png) no-repeat 50% -150px;
		}
		div.room-photo-list ul li.first {
			border-left:0;
		}#rooms-and-prices {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 70px;
}
#rooms-and-prices h2 span {
	background-position: 0 -110px;
}
	#rooms-and-prices ul li.availability-result-item {
		padding-bottom: 30px;
		margin-bottom: 30px;
		overflow: hidden;
		zoom:1;
	}#sidebar-events {
	margin-top:30px;
	padding:0 5px 0 4px;
	background: url(../img/light_grey_sidebar_bg.png) no-repeat 4px 36px;
}
	#sidebar-events h2 {
		width: 215px;
		height: 26px;
		overflow: hidden;
		text-indent: -999em;
		background: url(../img/headers.png) no-repeat 0 -609px;
	}
	#sidebar-events ul {
		background: url(../img/light_grey_sidebar_bg.png) no-repeat 0 100%;
		margin-top: 20px;
		padding: 10px 20px 20px;
	}
		#sidebar-events ul ul {
			background: none;
			margin: 0;
			padding: 0;
		}
		#sidebar-events ul li{
			position: relative;
			zoom: 1;
			line-height: 1.4;
			padding-bottom: 25px;
			margin: 0 0 20px;
		}
		#sidebar-events ul li.last{
			padding-bottom: 0;
			margin-bottom: 0;
			background: none;
		}
			#sidebar-events ul li li{
				border-bottom: 0;
				padding-bottom: 0;
				margin-bottom: 0;
			}
			#sidebar-events ul li h3{
				padding-top: 100px;
				color: #1486E7;
				letter-spacing: 1px;
			}
				#sidebar-events ul li h3 a{
					color: #000;
					letter-spacing: 0;
				}
			#sidebar-events ul li p{
				margin-bottom: 15px;
				color: #333;
			}
			#sidebar-events ul ul li a{
				color: #999;
				background: url(../img/icons.png) no-repeat 0 0;
				text-decoration: none;
				font-weight: normal;
				white-space: nowrap;
				zoom: 1;
			}
			#sidebar-events ul li.photos {
				padding-bottom: 5px;
			}
				#sidebar-events ul li.photos a{
					background-position: 0 -63px;
					padding-left: 25px;
				}
			#sidebar-events ul li.videos a{
				background-position: 0 -86px;
				padding-left: 21px;
			}
			#sidebar-events ul li.comments a{
				background-position: 0 -110px;
				padding-left: 18px;
			}
		
		
			#sidebar-events ul ul.photo-video{
				position: absolute;
				top: 0px;
				left: 0;
				padding-left: 135px;
				background-repeat: no-repeat;
				background-position: 0 0;
			
				min-height: 90px;
				_height: 90px;

			
			}
	#sidebar-events p.more-events {
		padding: 15px 5px 80px;
		background: #fff;
	}
		#sidebar-events p.more-events a {
			font-weight: bold;
			color: #1486E7;
		}#sidebar-guest-book {
	margin-top: 30px;
	padding: 0 5px 0 4px;
}
	#sidebar-guest-book p {
		width: 235px;
		line-height: 1.4;
		margin-bottom: 20px;
		color: #333;
	}
#special-offers {
	background: url(../img/blue_sidebar_bg.png) no-repeat 0 26px;
	margin-top: 5px;
	zoom:1;
}
	#special-offers h2 {
		width: 94px;
		height: 95px;
		margin-left:20px;
		_background: none;
		text-indent: -999em;), sizingMethod='crop');
		overflow: hidden;
		text-indent: -999em;
	}
	#special-offers ul {
		background: url(../img/blue_sidebar_bg.png) no-repeat 0 100%;
		padding: 0 5px 25px 4px;
	}
		#special-offers ul li {
			border-top: 1px solid #697c82;
		}
		#special-offers ul li.first {
			border-top: 0;
		}
			#special-offers ul li p {
				padding: 25px;
				border-top: 1px solid #fff;
				line-height: 1.4;
			}
				#special-offers ul li p a {
					font-weight: bold;
					color: #000;
				}
			#special-offers ul li.first p {
				border-top: 0;
			}#thomson-video {
	margin-top:30px;
	padding: 0 5px 0 4px;
}
	#thomson-video h2 {
		width: 142px;
		height: 37px;
		background: url(../img/thomson_logo.png) no-repeat 0 0;
		overflow: hidden;
		text-indent: -999em;
		margin-bottom: 15px;
	}
	#thomson-video p {
		line-height: 1.4;
		padding-bottom: 40px;
	}
		#thomson-video p a {
			font-weight: bold;
			color: #000;
		}#modal-window #view-image {
	background: #fff url(../img/leaf.png) no-repeat 3% 99%;
	width: 600px;
	padding: 15px;
	margin: 100px auto 0;
	border: 1px solid #666;
	height: 450px;
	position: relative;
}

#modal-window #view-image .imgbig{
	margin: 10px 0 0 27px;
}

#modal-window #view-image div{
	width:350px;
	margin: 18px auto;
	color: #777;
	font-size: 12px;
	text-align: center;
}

#modal-window #view-image span.view_name{
	font-weight: bold;
	color: #248ee8;
}
#modal-window #view-video {
	background: #fff url(../img/leaf.png) no-repeat 3% 99%;
	width: 600px;
	padding: 15px;
	margin: 100px auto 0;
	border: 1px solid #666;
	height: 450px;
	position: relative;
}

#modal-window #view-video .imgbig{
	margin: 10px 0 0 27px;
}

#modal-window #view-video div{
	width:350px;
	margin: 18px auto;
	color: #777;
	font-size: 12px;
	text-align: center;
}

#modal-window #view-video span.view_name{
	font-weight: bold;
	color: #248ee8;
}
#w3c-validation {
	position: absolute;
	top: 0;
	right: 0;
	width: 315px;
	overflow: hidden;
	height: 100%;
}
#w3c-validation li {
	padding: 5px;
	display: block;
	float: left;
}
#w3c-validation li a {
	text-indent: -10000px;
	display: block;
	height: 25px;
	width: 70px;
}
#w3c-validation li#xhtml a {
	background: transparent url(../img/xhtml.png) no-repeat;
}
#w3c-validation li#css a {
	background: transparent url(../img/css.png) no-repeat;
}
#w3c-validation li#wai a {
	background: transparent url(../img/wai.png) no-repeat;
}
#warranties {
	margin-top:50px;
	padding: 0 5px 40px 4px;
}
	#warranties h2 {
		color: #666;
		font-weight:normal;
		margin-bottom: 15px;
	}
		#warranties img {
			height: 50px;
			margin-right: 10px;
		}#modal-window #why-register {
	background: #fff url(../img/leaf.png) no-repeat 98% 5%;
	width: 420px;
	padding: 45px 35px;
	margin: 100px auto 0;
	border: 1px outset #666;
	position: relative;
	color: #333;
	-moz-border-radius: 10px;
}

	#why-register h2 {
		color: #1687E8;
		font-size: 24px;
		font-weight: normal;
	}