/***************  styles/modules/pukkaMeetings.viewList.css  ***************/
/* ===== DATA CHART STYLE ===== */

.dataChart
{
	width: 100%;
	text-transform: uppercase;
	border-collapse: collapse;
}

.dataChart thead
{
	background: #AF9B64;
	color: #ffffff;
}

.dataChart tbody
{
	background: #ffffff;
	color: #444444;
}

.dataChart thead td
{
	padding: 4px 2px 3px 2px;
	text-align: center;
	border-bottom: 10px solid #ffffff;
}

.dataChart tbody td
{
	padding: 2px 10px;
	border-bottom: 1px dashed #e0e0e0;
	text-align: center;
}

.dataChart tbody td.title
{
	text-align: left;
}

.dataChart .item .title
{
	font-weight: bold;
}

.moduleOutput .item a.view-link,
.moduleOutput .item a.edit-link
{
	display: block;
}

.moduleOutput .item a.edit-link:hover
{
	text-decoration: underline !important;
}

.moduleOutput .floorplans
{
	width: 120px; height: 100px;
	border: 1px solid #c0c0c0;
	margin: 25px;
	position: relative;
}

.moduleOutput .floorplans img
{
	width: 120px; height: 100px;
}

.moduleOutput .floorplans a.zoom
{
	position: absolute;
	bottom: 0; right: 0;
	z-index: 1;
}

.moduleOutput .floorplans a.zoom img
{
	display: block;
	width: 63px; height: 65px;
	_behavior: url(/iepngfix.htc);
}/***************  libs/jquery/fancybox/jquery.fancybox.css  ***************/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	xxbackground: urlx('./fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	xbackground-image: urlx(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(http://www.hotelescenter.es/templates/main/libs/jquery/fancybox/fancy_title_right.png) repeat-x;
}/***************  styles/template.hotel.css  ***************/
/* LAYOUT FOR TEMPLATE SUBPAGE */

#main-content
{
}

#extra-content
{
	float: left; _display: inline;
	margin-top: 357px;
	padding: 25px 10px 0 15px;
	width: 196px;
	position: relative;
	z-index: 1;
	background: url(http://www.hotelescenter.es/templates/main/images/vertical-dotted-separator.gif) no-repeat 0 71px;
}

#extra-content2
{
	float: left; _display: inline;
	margin-top: 357px;
	padding: 93px 10px 0 15px;
	width: 234px;
	position: relative;
	z-index: 1;
}

#extra-content2.alt
{
	background: url(http://www.hotelescenter.es/templates/main/images/vertical-dotted-separator.gif) no-repeat 0 71px;
	
}

#extra-content2.alt .weather-time,
#extra-content2.alt .widgetOutput.pukkaNews
{
	padding-left: 5px;
}

#branding a.group .text-link
{
	position: absolute;
	left: 10px; top: 92px;
	cursor: pointer;
	
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #AB985B;
	text-transform: uppercase;
	font-size: 0.9em;
}

#branding img.logo-noga
{
	position: absolute;
	right: 10px; top: 10px;
}

/* ===== BEST RATE ===== */

#best-rate
{
	position: absolute;
	right: 18px; top: 322px;
	width: 215px; height: 49px;
	padding: 16px 0 0 10px;
	z-index: 1;
	color: #ffffff;
	background: url(http://www.hotelescenter.es/templates/main/images/best-rate-bg.png) no-repeat;
}

#best-rate h2
{
	display: none;
}

#best-rate h3
{
	float: left;
	color: #918977;
	font-size: 1.2em;
	text-align: right;
	line-height: 1;
	margin-right: 10px;
}


#best-rate .widget_bestRate p.price 
{
	float: left;
	width: 10em;
	line-height: 1;
	text-align: center;
}

#best-rate .widget_bestRate p.price .currencySymbol
{
	font-size: 2.1em;
	vertical-align: top;
}

#best-rate .widget_bestRate p.price .amount
{
	font-size: 2.8em;
	font-weight: bold;
	color: #ffffff;
	font-family: Tahoma, Verdana, sans-serif;
}

#best-rate .widget_bestRate p.price .amount .decimals
{
	font-size: 0.6em;
	font-weight: normal;
}

#best-rate .widget_bestRate p.price a:hover
{
	text-decoration: none;
	color: #dbd1b9;
}

#best-rate .book-now
{
	float: left;
	width: 31px; height: 18px;
	padding-top: 3px;
	margin-top: 6px;
	background: url(http://www.hotelescenter.es/templates/main/images/banner-go.png) no-repeat;
	_background: url(http://www.hotelescenter.es/templates/main/images/banner-go.gif) no-repeat;
	
	font-family: "Franklin Gothic", "Arial Narrow", Arial, helvetica, sans-serif;
	font-size: 1em;
	color: #D1C6A7;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
}

#best-rate .book-now:hover
{
	background-position: 0 -21px;
	_background-position: 0 0;
}

#special-offers
{
	position: absolute;
	right: 10px; top: 396px;
	z-index: 1;
}

#michelin-map
{
	width: 544px; height: 578px;
	margin: 0 50px;
	border: none;
}

#google-map
{
	width: 600px; height: 400px;
	margin: 25px auto;
	border: 1px solid #c0c0c0;
}

#google-map p
{
	margin-bottom: 0;
}

#extra-content2 .widgetOutput.pukkaBanners .item
{
	margin-bottom: 10px;
}

/* On hotel pages override the width of the date field in the booking mask, because 'select hotel' is withdrawn */
form.reservation .date
{
	width: 197px !important;
}

form.reservation .date input#date-visual
{
	width: 157px !important;
}

/* ===== WEATHER / TIME BOX ===== */

.weather-time
{
	margin-bottom: 20px;
}

.weather-time h2
{
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 1.7em;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.weather-time img.forecast
{
	width: 27px; height: 21px;
	_zoom: 1;
	_behavior: url(/iepngfix.htc);	
}

.weather-time span.location,
.weather-time span.time,
.weather-time span.temperature,
.weather-time img.forecast
{
	vertical-align: middle;
}

.widgetOutput.pukkaNews,
.widgetOutput.quickLinks
{
	margin-bottom: 20px;
}

.widgetOutput.pukkaNews h2
{
	color: #666666 !important;
}

.widgetOutput.pukkaNews .edit-list-link
{
	display: none;
}/***************  contentBlocks/eBrochureLinks.css  ***************/
.e-brochure-links
{
	width: 387px;
	margin: 20px 10px;
	padding: 5px 1px 5px 10px;
	background: #f0f0f0;
}

.e-brochure-links:after
{
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.e-brochure-links h3
{
	margin: 0 0 10px 5px;
}



.contentBlock.type_eBrochure
{
	float: left;
	margin: 0 9px 9px 0;
	position: relative;
}

.e-brochure-link img.editableLinkIcon {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none !important;
	_display: block;
}
.e-brochure-link:hover img.editableLinkIcon {
	display: block !important;
}
/***************  styles/modules/pukkaBanners.widget_listModuleItems.css  ***************/
/* ===== BANNERS/HIGHLIGHT BOXES ==== */

.widgetOutput.pukkaBanners .item
{
	width: 232px; height: 152px;
	border: 1px solid #ffffff;
	position: relative;
	zoom: 1;
	z-index: 1;
}

.widgetOutput.pukkaBanners .item .title
{
	height: 97px;
	padding: 5px 10px 0 10px;
	background: url(http://www.hotelescenter.es/templates/main/images/banner-header-bg.png) no-repeat center top;
	_behavior: url(/iepngfix_background.htc);
	
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #ffffff;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
}
.widgetOutput.pukkaBanners .item .title a
{
	color: #ffffff;
	text-decoration: none;
	_position: relative;
}

.widgetOutput.pukkaBanners .item .main-image
{
	position: absolute;
	left: 0; top: 0;
	width: 232px; height: 152px;
	z-index: -1;
}

.widgetOutput.pukkaBanners .item .content
{
	height: 45px;
	padding: 5px 50px 0 10px;
	background: url(http://www.hotelescenter.es/templates/main/images/banner-content-bg.png) repeat;
	_behavior: url(/iepngfix_background.htc);
	position: relative;
	z-index: 1;

	color: #ffffff;	
}

.widgetOutput.pukkaBanners .item .view-link,
.widgetOutput.pukkaBanners .item .booking-link
{
	position: absolute;
	z-index: 2;
	right: 12px; bottom: 20px;
	width: 31px; height: 18px;
	overflow: hidden;
	padding-top: 3px;
	background: url(http://www.hotelescenter.es/templates/main/images/banner-go.png) no-repeat;
	_background: url(http://www.hotelescenter.es/templates/main/images/banner-go.gif) no-repeat;
	
	font-family: "Franklin Gothic", "Arial Narrow", Arial, helvetica, sans-serif;
	font-size: 1em;
	color: #D1C6A7;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
}

.widgetOutput.pukkaBanners .item .view-link:hover,
.widgetOutput.pukkaBanners .item .booking-link:hover
{
	background-position: 0 -21px;
	_background-position: 0 0;
}

.widgetOutput.pukkaBanners .edit-list-link
{
	position: absolute;
	top: 0; left: 0;
	z-index: 4;
	color: #c00000 !important;
	background: #e0e0e0;
	padding: 1px 4px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none !important;
	opacity: 0.8;
}

.widgetOutput.pukkaBanners .edit-list-link:hover
{
	text-decoration: underline !important;
}

/* ==== SPECIAL OFFERS ===== */

.special-offers
{
	width: 232px; height: 152px;
	border: 1px solid #ffffff;
}

.special-offers .widgetOutput.pukkaBanners
{
	z-index: 0;
}

.special-offers .widgetOutput.pukkaBanners .item
{
	position: absolute;
	top: 0; left: 0;
	border: none;
	margin: 0 !important;
	display: none;
}

.special-offers .widgetOutput.pukkaBanners .item.first
{
	display: block;
}

.special-offers .pager
{
	position: absolute;
	right: 6px; bottom: 6px;
	z-index: 3;
}

.special-offers .pager a
{
	float: left;
	margin-left: 3px;
	width: 6px; height: 6px;
	overflow: hidden;
	color: #AF9B64;
	background: #AF9B64;
}

.special-offers .pager a.activeSlide
{
	color: #F1EEE4;
	background: #F1EEE4;
}

.special-offers .widgetOutput.pukkaBanners h3.title
{
	text-align: left;
	padding-right: 75px;
}

.special-offers p.price
{
	position: absolute;
	top: 8px; right: 14px;
	z-index: 1;
	line-height: 1;
	font-size: 0.7em;
	color: #ffffff;
}

.special-offers p.price .currency
{
	font-size: 2.1em;
	vertical-align: top;
}

.special-offers p.price .amount
{
	font-size: 2.8em;
	font-weight: bold;
	color: #ffffff;
	font-family: Tahoma, Verdana, sans-serif;
}

.special-offers p.price .amount .cents
{
	font-size: 0.6em;
}
/***************  styles/modules/pukkaNews.widget_listModuleItems.css  ***************/
/* ===== NEWS BOX ===== */

.widgetOutput.pukkaNews h2
{
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 1.7em;
	color: #AF9B64;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.widgetOutput.pukkaNews .item
{
	position: relative;
	zoom: 1;
	z-index: 1;
	padding: 1.5em 3px 0 3px;
	margin-bottom: 12px;
}

.widgetOutput.pukkaNews .item .main-image
{
	margin: 0 -3px 0px -3px;
	border: 1px solid #AF9B64;
}

.widgetOutput.pukkaNews .item .date
{
	position: absolute;
	top: 0; left: 3px;
	color: #AF9B64;
}

.widgetOutput.pukkaNews .item .content
{
	display: inline;
	color: #666666;;
	margin-bottom: 12px;
	line-height: 1.35;
}

.widgetOutput.pukkaNews .item .view-link
{
	color: #AF9B64;
	text-decoration: underline;
	text-transform: lowercase;
}

.widgetOutput.pukkaNews a.list-link
{
	display: block;
	color: #AF9B64;
	font-size: 1.2em;
	text-transform: capitalize;
}

.widgetOutput.pukkaNews a.edit-list-link
{
	float: right;
	color: #c00000;
	background: #e0e0e0;
	padding: 1px 4px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bold;
}/***************  styles/modules/footerQuicklinks.widget_listModuleItems.css  ***************/

.footerQuicklinks
{
	display: inline;
	margin-bottom: 0 !important;
}

.footerQuicklinks .item h3
{
	display: inline;
}
.footerQuicklinks a.edit-list-link
{
	display: none;
}

