/* @group reset */
* {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
}

a img,frameset {
	border: 0;
}

img {
	-ms-interpolation-mode: bicubic;
}

/* @end */ /* @group utility */
.clear {
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}

.clear-both {
	clear: both;
}

.row:after,.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h2,h3,h4,h5,h6 {
	font-weight: normal;
}

small {
	font-size: 90%;
}

.add-top {
	margin-top: 20px;
}

.add-bottom {
	margin-bottom: 20px;
}

.pad-right {
	padding-right: 20px;
}

.no-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.no-top {
	margin-top: 0;
}

.no-border {
	border: 0 !important;
}

.no-border-bottom {
	border-bottom: 0 !important;
}

.left,.col-left {
	float: left;
}

img.left {
	margin: 0 20px 20px 0;
}

.right,.col-right {
	float: right !important;
}

img.right {
	margin: 0 0 20px 20px;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.pull {
	float: left;
}

.push {
	float: right;
}

.stay { 
	float: none !important;
	clear: both; 
}

.hide {
	display: none;
}

/* @end */ /* @group forms */
input {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
}

fieldset {
	border: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

select:focus,input:focus {
	
}

button,input.submit {
	cursor: pointer;
	outline: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

button span {
	
}

button:hover {
	
}

button:hover span {
	
}

input.submit {
	margin: 0;
}

.form-fields,.form-info {
	list-style-type: none;
}

.form-fields label,.form-fields p.label {
	font-weight: 700;
	font-size: 11px;
	width: 165px;
	float: left;
}

.form-fields label a,.form-info h5 a {
	font-weight: 300;
}

.form-fields .text, .tab-content-table .text{
	width: 310px;
}

.checkbox {
	margin-right: 5px;
}

.form-fields li {
	padding: 0 0 10px 20px;
}

.form-info li {
	padding: 0 0 10px 20px;
}

.form-fields .add-bottom {
	margin-bottom: 10px;
}

.fieldset-group {
	background: #fff8e5;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
}

.content .fieldset-group h4 {
	background: #ffe9a6
		url(../../images/europe/shared/bg-fieldset-group-h4.png) 0 0 no-repeat
		;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding-left: 10px;
}

.fieldset-group h4 span {
	background:
		url(../../images/europe/shared/bg-fieldset-group-h4-span.png) top
		right no-repeat;
	padding: 10px;
	display: block;
}

.fieldset-group h5 {
	font-weight: 700;
}

.fieldset-group .two-cols li {
	width: 300px;
	float: left;
	padding: 0 0 10px 20px;
	height: 50px;
}

.fieldset-group .two-cols li.clear-left,.credit-card li.clear-left  {
	clear: left;
}

.fieldset-group .two-cols li.address2 {
	width: 400px;
}

.fieldset-group .two-cols li.address2 input {
	margin-right: 10px;
}

.fieldset-group .two-cols label {
	padding: 0 0 3px 0;
	display: block;
}

.fieldset-group .two-cols-special label {
	width: 300px;
	padding: 0 0 3px 0;
	display: block;
}

.fieldset-group .credit-card img.secure {
	position: relative;
	top: 4px;
	left: 6px;
}

.wide li,.credit-card li {
	padding: 0 0 20px 20px;
	width: 350px;
}

.credit-card li.card-type {
	float: left;
	width: 120px;
}

.credit-card li.security-code .text {
	width: 80px;
}

.wide textarea.text {
	width: 600px;
	display: block;
	height: 125px;
}

.wide label,.fieldset-group .credit-card label {
	width: auto;
	float: none;
	padding: 0 0 3px;
	display: block;
}

.fieldset-group .two-cols .text,.fieldset-group .two-cols select {
	width: 270px;
}

.text {
	border: 1px solid #fff;
	padding: 5px;
	background: url(../../images/europe/shared/bg-input.png) 0 0 no-repeat;
}

.text-short {
	width: 125px;
}

.cp-program {
	width: 65px;
	border: 1px solid #fff;
	padding: 5px;
	background: url(../../images/europe/shared/bg-input.png) 0 0 no-repeat;
}

.cp-number {
	width: 200px;
	border: 1px solid #fff;
	padding: 5px;
	background: url(../../images/europe/shared/bg-input.png) 0 0 no-repeat;
}

.fieldset-group .two-cols .short label {
	width: 100%;
}

.fieldset-group .two-cols .short input {
	width: 40px;
}

.fieldset-group .two-cols .short select {
	width: 60px;
}

.fieldset-group .two-cols li.short {
	width: 60px;
}

.fieldset-group .two-cols li.no-float {
	clear: both;
}

.fieldset-group .two-cols li.medium select {
	width: auto;
}

.fieldset-group .two-cols li.medium {
	width: 180px;
}

.fieldset-group .two-cols li.description {
	width: 500px;
}

.fieldset-group .two-cols li.description label {
	width: 100%;
}

.fieldset-group .two-cols li.description input {
	margin-right: 10px;
	float: left;
}

.fieldset-group .two-cols li.description em {
	float: left;
	width: 200px;
}

/*For Firefox*/
button: :-moz-focus-inner {
	border: 0;
}

/* @end */ /* @group links */
a {
	color: #333;
}

a,a:link {
	text-decoration: underline;
}

a:visited {
	
}

a:hover {
	text-decoration: none;
	color: #2f72a0;
}

a:active {
	
}

a.best-rate {
	padding-left: 20px;
	background: url(../../images/europe/shared/ico-best-rate.png) 0 0
		no-repeat;
}

a.more-info {
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: url(../../images/europe/shared/ico-info.png) 0 0 no-repeat;
	outline: none;
}

button.btn-green,a.btn-green,.btn-green {
	background: #4b960b url(../../images/europe/shared/bg-btn-green.png) 0
		50% repeat-x;
	font-weight: bold;
	color: #fff;
	border: 1px solid transparent;
}
a.btn-green {
	text-decoration: none;
	display: block;
	float: left;
}
.corp-listing .btn-green { background: #c00 none; }
.corp-listing .btn-green:hover { border: 1px solid #300; }
button.btn-green:hover,a.btn-green:hover,.btn-green:hover {
	border: 1px solid #3f8206;
}
button.btn-xl,a.btn-xl,.btn-xl {
	padding: 8px 10px;
	font-size: 16px;
}
button.btn-lg,a.btn-lg,.btn-lg {
	padding: 6px 8px;
	font-size: 14px;
}

button.btn-med,a.btn-med,.btn-med {
	padding: 4px 6px;
	font-size: 12px;
}

button.btn-sm,a.btn-sm,.btn-sm {
	padding: 4px 4px;
	font-size: 11px;
	margin: 15px 10px;
}

a.download-pdf {
	background: url(../../images/europe/shared/ico-pdf.png) 0 50% no-repeat;
	padding: 5px 5px 5px 20px;
}

a.cancel,.listing-rooms a.cancel {
	display: inline;
	position: relative;
	margin-left: 15px;
}

.listing-rooms a.cancel {
	display: block;
	margin: 10px 0;
}

a.cancel:hover {
	opacity: .8;
}

/* @end */
hr,.hr {
	
}

.hr-grey-sm {
	background: url(../../images/europe/shared/hr-grey-sm.png) 50% 50%
		no-repeat;
	height: 2px;
	width: 245px;
	display: block;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}

/*.hr hr { display: none; }*/ /* @group base structure */
body {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #333;
}

.wrapper-header {
	min-width: 960px;
	text-align: center;
	background: #2f72a0 url(../../images/europe/shared/bg-header.jpg) bottom
		repeat-x;
	height: 117px;
}

.wrapper-nav {
	min-width: 960px;
	text-align: center;
	background: #ffd14b url(../../images/europe/shared/bg-nav.png) 0 100%
		repeat-x;
}

.content,.footer,.header,.nav {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.header {
	position: relative;
	height: 117px;
}

/* @end */ /* @group header */
.header-logo {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	z-index: 100;
	position: relative;
}

/*
.header-logo h1 a {
	display: block;
	height: 19px;
	width: 446px;
	/	background: url(../../images/europe/shared/logo.png) 0 0 no-repeat; /
	position: absolute;
	top: 65px;
	left: 0;
	/ text-indent: -9999em; /
}*/


.header-logo h1 a{
	display: block;
	height: 70px;
	width: 450px; /*400*/
	background: url(../../images/europe/shared/logo-choice-eur.png) 0 0 no-repeat;
    position: absolute;
    top: 24px;
    left: 0;
    text-indent: -9999em;
}

.header-logo h1 img{
	display: none;
}

.header-logo h1 span {
	position: absolute;	
	display: block;
	width: 320px;
	height: 17px;
	top: 47px;
	left: 205px;
	background: url(../../images/europe/shared/logo-tag-uk.png) 0 0 no-repeat;
}



.header-logo h1 img { /*	display: none;*/
	
}

.logo-hotels {
	margin-bottom: 10px;
	list-style: none;
}

.header .logo-hotels {
	position: absolute;
	top: 20px;
	left: 0;
}

.logo-hotels li {
	float: left;
	margin-right: 5px;
}

.header-utility {
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	z-index: 50;
}

.header-links {
	margin: 20px 0px 15px 0px;
	list-style: none;
	float: right;
}

.header-links li {
	margin-right: 10px;
	font-size: 11px;
	float: left;
}

.header-links li.last {
	margin-right: 0;
}

.header-links li a {
	color: #fff;
	border-bottom: 1px solid #719ebe;
	text-decoration: none;
	display: block;
	padding: 3px;
}

.header-links li a:hover {
	color: #fff;
	border-bottom: 1px solid #719ebe;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* @group language picker */
.header-links li.lang {
	position: relative;
}

.header-links li.lang a {
	padding-right: 15px;
	background: url(../../images/europe/shared/bg-arrow-white-closed.png)
		95% 50% no-repeat;
}

.header-links li.lang a.lang-open {
	padding-right: 15px;
	background: #4782AB
		url(../../images/europe/shared/bg-arrow-white-open.png) 95% 50%
		no-repeat;
	border: 0;
}

.header-links li.lang ul {
	position: absolute;
	top: 100%;
	left: 0px;
	text-align: left;
	background: #4782AB;
}

.header-links li.lang li {
	display: block;
	margin-right: 0;
	width: 100px;
	float: none;
}

.header-links li.lang li a {
	padding: 5px 10px;
	background: none;
	display: block;
	border: 0;
	border-bottom: 1px solid #719ebe;
	font-size: 10px;
}

.header-links li.lang li a:hover {
	background: #fff;
	color: #4782ab;
}

/* @end */ /* @group site search */
.header-search {
	float: right;
	padding: 10px;
	background: #4782ab;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input.search,.newsletter-sign-up {
	color: #9a9a9a;
	font-style: italic;
}

input.search {
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 208px;
	margin-right: 10px;
	float: left;
	border: 1px solid #FFF;
	background: url(../../images/europe/shared/bg-input.png) 0 0 no-repeat;
}

.btn-search {
	background: #53a60c url(../../images/europe/shared/ico-search.png) 15%
		50% no-repeat;
	border: 1px solid #7ca6c3;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 5px 3px 20px;
	font-size: 12px;
}

.btn-search:hover {
	border: 1px solid #FFF;
}

/* @end */ /* @end */ /* @group navigation */
.nav {
	position: relative;
}

.nav ol {
	list-style: none;
	clear: both;
	background: url(../../images/europe/shared/bg-nav-item.png) 0 0
		no-repeat;
	position: relative;
}

.nav li {
	float: left;
	background: url(../../images/europe/shared/bg-nav-item.png) 100% 0
		repeat-y;
	list-style: none;
}

.nav li a {
	padding: 12px 16px;
	color: #333;
	font-size: 14px;
	display: block;
	text-decoration: none;
	float: left;
}

.nav ol li a:hover {
	background: #e7bd44 url(../../images/europe/shared/bg-nav-hover.png)
		bottom right repeat-x;
}

.nav li a.current {
	background: #fff none;
	border-right: 1px solid #b8b8b8;
	padding-right: 15px;
	font-weight: bold;
}

.nav li.current {
	margin-top: -8px;
}

.nav li.current a,.nav li.current a:hover {
	background: #fff none;
	font-weight: bold;
	border-right: 1px solid #b8b8b8;
	padding-top: 20px;
}

.wrapper-nav {
	position: relative;
	z-index: 200;
}

.nav .login {
	position: absolute;
	left: 800px;
	/*right:0px;*/
	top: 8px;
	z-index: 200;
}

.nav .login li {
	background: #FFF8E4;
	position: relative;
}

/* @group login box */
.nav .login label {
	float: left;
	width: 60px;
	font-weight: bold;
	margin-top: 5px;
}

.nav .login input.text {
	font-size: 11px;
	padding: 3px;
}

.nav .login a {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.nav a.login-btn {
	position: relative;
	background: #FFDC78;
	z-index: 1001;
}

.nav a.login-btn:hover {
	background-color: #FFF8E4;
}

.nav a.login-btn {
	background: #ffdc78
		url(../../images/europe/shared/bg-login-arrow-closed.png) 95% 50%
		no-repeat;
	padding: 6px 18px 6px 6px;
	text-decoration: none;
	display: block;
	font-size: 10px;
	border: 1px solid transparent;
}

.nav a.login-open {
	background: #FFF8E4
		url(../../images/europe/shared/bg-login-arrow-open.png) 95% 50%
		no-repeat;
	position: relative;
	border: 1px solid #ffe8a8;
	border-bottom: 1px solid #FFF8E4;
}

.login-container {
	background: #FFF8E4;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 200;
	width: 250px;
	border: 1px solid #ffe8a8;
	margin-top: -1px;
	z-index: 100;
}

.login-container a {
	color: #2A6B97;
}

.login-container h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
}

.login-container h5 a {
	font-size: 11px;
	font-weight: normal;
}

.login-form,.login-tabs {
	padding: 10px;
}

.login-tabs {
	border-top: 1px solid #ffe8a8;
}

.nav .login-tabs a {
	margin-right: 10px;
}

.login-container ul li {
	margin-bottom: 10px;
}

.login-container ul li.last {
	margin-bottom: 0px;
	text-align: right;
	padding-left: 60px;
}

.login-container a.btn-cancel {
	text-decoration: underline;
	margin-top: 5px;
}

.login-container a.btn-cancel:hover {
	text-decoration: none;
}

.login-container .btn-sm {
	margin: 0 10px 0 0;
	float: left;
}

/* @end */ /* @end */ /* @group =content */
.content {
	padding: 70px 0;
	position: relative;
}

.content-no-breadcrumb {
	padding-top: 40px;
}

.content h1 {
	font-size: 27px;
	margin-bottom: 25px;
	font-weight: 700;
}

.content h1+p,.content h2+p,.content h3+p {
	margin-top: -10px;
}

.content h2 {
	font-size: 27px;
	margin-bottom: 25px;
}

.content h3 {
	font-size: 20px;
	margin: 8px 0 20px 0;
}

h3 span.listing-number-results {
	float: right;
	text-align: right;
}

.content h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.content h5,h6 {
	font-size: 12px;
	margin-bottom: 5px;
}

.two-cols .section {
	float: left;
}

.gen-copy-search {
	padding:0 15px;
	width:530px !important;
}

.two-cols .aside {
	float: right;
}

.one-half .section {
	width: 470px;
}

.one-half .aside {
	width: 470px;
}

.section {
	width: 590px;
}

.aside {
	width: 350px;
}

h2.header-special,h3.header-special,h4.header-special,h5.header-special
	{
	background: #ffdc75
		url(../../images/europe/shared/header-special-left.jpg) 0 0 no-repeat;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

h2.header-special,h3.header-special span,h4.header-special span,h5.header-special
	{
	display: block;
	padding: 5px 0px;
	background: url(../../images/europe/shared/header-special-right.jpg)
		100% 0 no-repeat;
}

.aside-wrapper .wrapper-thumb-lg h4 {
	font-size: 13px;
}

.aside-wrapper .wrapper-thumb-med h5 {
	font-size: 12px;
}

.aside-wrapper .wrapper-thumb-med p {
	font-size: 10px;
}

.content p,.content ul,.content ol {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

ul.bullets-blue {
	margin-bottom: 20px;
}

ul.bullets-blue li,ol.bullets-blue li {
	list-style: none;
	padding-left: 20px;
	font-size: 12px;
	background: url(../../images/europe/shared/bg-list-blue.png) 5px 6px no-repeat;
}

.content .divide-above {
	border-top: 1px solid #d7d7d7;
	padding-top: 25px;
	margin-top: 25px;
}

.content .meta-data {
	font-size: 10px;
	color: #777777;
	margin-top: -2px;
}

.content .divider,.content .divider-bottom {
	border-bottom: #d7d7d7 1px solid;
	padding-bottom: 10px;
}

.content .divider {
	border-bottom: #d7d7d7 1px solid;
	margin-bottom: 10px;
}

a.view-map {
	background: url(../../images/europe/shared/ico-map.jpg) 0 50% no-repeat;
	padding-left: 20px;
}

/* @group Lightbox */
.lightbox-two-cols .section {
	width: 290px;
}

.lightbox-two-cols .aside {
	width: 300px;
}

.lightbox-content {
	width: auto;
	padding: 20px;
}

.lightbox-content h2 {
	margin: 0;
	font-weight: bold;
}

.lightbox-content h3 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

.lightbox-content ul {
	list-style-position: inside;
}

.lightbox-content ul,.lightbox-content p {
	margin-bottom: 20px;
}

/* @end */ /* @group tabs */
.tabs {
	border-bottom: 1px solid #d7d7d7;
	padding-left: 10px;
	margin-bottom: 20px;
}

.tabs li {
	float: left;
	list-style: none;
	margin-right: 2px;
	margin-bottom: -1px;
}

.tabs li a {
	display: block;
	padding: 5px 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background: #e5e5e5
		url(../../images/europe/shared/bg-tabs-darkgrey-bottom.png) 100% 100%
		repeat-x;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	zoom: 1;
}

.tabs li a:hover {
	background: #d3d3d3;
}

.tabs li a.current {
	background: #fff;
	position: relative;
	font-weight: bold;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

.tab-content .section {
	float: left;
	width: 380px;
}

.tab-content .aside {
	float: right;
	width: 430px;
}

.tab-content h5 {
	font-weight: bold;
	font-size: 14px;
}

.tab-content a {
	color: #2d6c99;
}

.tab-content a.btn-green {
	color: #fff;
}

/* @end */ /* @group print, share utility */
.utility {
	margin-bottom: 10px;
}

.add-room {
	margin: 5px 10px 25px;
}

.utility a {
	padding-left: 15px;
	float: left;
	margin: 5px 15px 5px 0px;
}

.add-room a {
	background: #4B960B url(../../images/europe/shared/bg-btn-green.png)
		repeat-x scroll 0 50%;
	border: 1px solid transparent;
	color: #FFFFFF;
	padding: 3px 5px;
	font-weight: bold;
}

a.share {
	padding-left: 15px;
	background: url(../../images/europe/shared/ico-share.png) 0 50%
		no-repeat;
}

a.print {
	padding-left: 15px;
	background: url(../../images/europe/shared/ico-print.png) 0 50%
		no-repeat;
}

a.email {
	padding-left: 15px;
	background: url(../../images/europe/shared/ico-email.png) 0 50%
		no-repeat;
}

/* @end */ /* @group thumbnails */
.wrapper-thumb {
	margin-bottom: 10px;
}

img.frame-thumb {
	padding: 5px 4px 4px 5px;
	background: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-right: 5px; 
}

/* @group small thumbnails */
.wrapper-thumb-sm {
	padding-left: 85px;
}

.wrapper-thumb-sm img {
	margin-left: -85px;
	float: left;
}

img.thumb-sm {
	width: 60px;
}

.wrapper-thumb p {
	font-size: 11px;
	line-height: 16px;
}

/* @end */ /* @group medium thumbnails */
.wrapper-thumb-med {
	padding-left: 100px;
}

.wrapper-thumb-med img {
	margin-left: -100px;
	float: left;
}

img.thumb-med {
	width: 75px;
}

/* @end */ /* @group large thumbnails */
.wrapper-thumb-lg {
	padding-left: 140px;
}

.wrapper-thumb-lg img {
	margin-left: -140px;
	float: left;
}

img.thumb-lg {
	width: 115px;
}

.wrapper-thumb-xlg img {
	margin-left: -162px;
	float: left;
}

img.thumb-xlg {
	width: 132px;
}

/* @end */ /* @end */
.aside-wrapper {
	background: url(../../images/europe/shared/bg-aside-wrapper.jpg) 0 0
		no-repeat;
}

.aside-content {
	padding: 10px 20px;
	min-height: 200px;
}

.nav-breadcrumbs {
	position: absolute;
	top: 20px;
}

.nav-breadcrumbs li {
	float: left;
	list-style: none;
	font-size: 12px;
}

.nav-breadcrumbs a {
	background: url(../../images/europe/shared/ico-nav-breadcrumb.png) 100%
		50% no-repeat;
	padding-right: 10px;
	margin-right: 5px;
	display: block;
}

.nav-breadcrumbs li,.nav-breadcrumbs li a {
	color: #797979;
}

/* @group search module */
.two-cols .search-module {
	float: left;
	width: 230px;
}

.two-cols .search-results,.two-cols .content-main {
	float: right;
	width: 690px;
}

.search-results {
	position: relative;
}

.loading-overlay {
	position: absolute;
	left: -10px;
	top: 0;
	background: #fff;
	z-index: 100000;
/*	height: 400px;
	width: 700px;
*/
}

.loading-overlay p {
	text-align: center;
}

.search-module p,.search-module div {
	clear: both;
}

.full-col .section {
	width: 100%;
}

.search-module label,.search-module p.label {
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

.section-header {
	margin-bottom: 10px;
}

.section-header h3 {
	float: left;
}

.section-header h3 span {
	font-size: 16px;
}

.error-header {
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}

.error-header h3 {
	float: none;
	color: #c00;
}

.error-header .rooms-available {
	margin-bottom: 20px;
}

.selected-package {
	//background: #ddedce;
	//padding: 15px 10px 10px 100px;
	border-bottom: 1px solid #E0DFDD;
}

.selected-package p {
	font-size: 11px;
	line-height: 1.3;
	margin: 0 0 5px;
}

.selected-package img {
	display: inline;
	float: left;
	padding: 3px;
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	//margin-left: -80px;
}

.selected-package h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px;
}

.section-header p.number-results {
	float: right;
	text-align: right;
	font-weight: bold;
	margin-top: 2px;
	width: 200px;
}

.section-header p.number-results span {
	font-weight: normal;
	font-style: italic;
}

.search-module h3.header-special {
	background: #ffdc75
		url(../../images/europe/shared/header-special-left.jpg) -5px 0
		no-repeat;
	padding-left: 10px;
	margin-bottom: 0;
	font-size: 18px;
}

.search-module h3.header-special span {
	background: url(../../images/europe/shared/header-special-right.jpg)
		100% 0 no-repeat;
	padding: 8px 0;
}

.search-module .aside-wrapper {
	background: #f0f0f0;
}

.search-module .aside-content-wrapper {
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	width: 228px;
	/*For IE6 because it was not displaying borders and element*/
}

.search-module .aside-content {
	padding: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.search-module .filter-results {
	border-bottom: 1px solid #fff;
}

.search-module input.search-name{
	width: 160px;
}
.search-module input.offer-code {
	width: 100px;
}

.aside-content .error-cont{
	margin-bottom: 8px;
}

.search-module input.offer-code {
	margin-bottom: 10px;
}

.search-module select.offer-code{
	float: right;
	width: 160px;
}

.search-module p.stack,.search-module div.stack {
	float: left;
	clear: none;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	position: relative; /*here*/
    z-index: 1;			/*here*/
}

.search-module h4 {
	margin: 10px 0px 15px 0px;
}

.resv-number {
	text-align: center;
	margin-right: 25px;
	position: relative;
	z-index:20; /* here */
}

.resv-number-last {
	margin-right: 0px;
}

.resv-number select {
	padding: 0px;
	max-width: 50px;
	min-width: 40px;
}

.search-module  select.location-nearby {
	max-width: 190px;
	margin-bottom: 10px;
}

.check-in,.check-out {
	position: relative;
	margin-bottom: 10px;
}

.check-in {
	margin-right: 10px;
}

.check-in input,.check-out input {
	width: 85px;
	position: relative;
}

.check-in .icon-calendar,.check-out .icon-calendar {
	position: absolute;
	left: 80px;
	top: 7px;
}

ul.search-list {
	list-style: none;
	font-size: 11px;
	margin-bottom: 15px;
}

ul.search-list li {
	margin-bottom: 6px;
	padding-left: 20px;
}

ul.search-list input,ul.search-list img {
	vertical-align: middle;
	margin-right: 5px;
}

ul.search-list input {
	margin-left: -20px;
	vertical-align: text-bottom;
}

.dynamic-search-wrapper {
	position: relative;
	z-index: 100;
}

ul.dynamic-search {
	position: absolute;
	top: 100%;
	left: 0;
	width: 297px;
	background: #fff;
	list-style: none;
	border-top: 1px solid #eee;
}

ul.dynamic-search li {
	cursor: pointer;
	border-bottom: 1px solid #eee;
	padding: 3px 8px;
	font-size: 11px;
}

ul.dynamic-search li:hover {
	background: #e0eaf1;
}

.loading-sm-gray {
	position: absolute;
	right: 15px;
	bottom: 0;
	margin-bottom: 3px;
}

.home-header .dynamic-search-wrapper p {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: normal;
}
/* @group - preferred-client dialog*/
.dialog-mask {
	background-color:#FFFFFF;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1000;
}
.dialog-wrapper {
	display:none;
	left:50%;
	position:absolute;
	top:0;
	width:1px;
	z-index:2000;
}
.pref-client-dialog {
	background-color:#FFFFFF;
	border:10px solid #888888;
	font-size:12px;
	left:-143px;
	padding:10px;
	position:absolute;
	text-align:left;
	top:200px;
	width:275px;
}
.pref-client-dialog input {
	margin:0 5px;
}
.pref-client-dialog h2 {
	border-bottom:1px solid #E5E5E5;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
	padding-bottom:10px;
}
.pref-client-dialog .buttons {
	border-top:1px solid #E5E5E5;
	margin-top:15px;
	padding-top:10px;
}
.pref-client-dialog .close-dialog {
	color:#2F72A0;
}
.pref-client-dialog .intro {
	font-size:14px;
	margin-bottom:15px;
}
.pref-client-dialog .note {
	color:#888888;
	font-size:10px;
	margin:5px 0 0;
}
.pref-client-dialog .btn-sm {
	margin:0 5px 0 0;
}
.pref-client-dialog .close-dialog {
	display:inline-block;
	padding:0 0 5px 5px;
}
/* @end */

/* @end */

/* @end */

/* @group destinations main page */
.wrapper-destinations-header {
	background: url(../../images/europe/shared/bg-wrapper-destinations.jpg)
		0 0 no-repeat;
}

.aside-destinations-header {
	float: right;
	width: 240px;
}

.aside-destinations-header h4 {
	margin-bottom: 20px;
}

.aside-destinations-header .wrapper-thumb-med h5 {
	font-size: 12px;
}

.aside-destinations-header .wrapper-thumb-med p {
	font-size: 10px;
}

.tabs-destinations {
	width: 70px;
	float: left;
	padding: 20px 0px 20px 10px;
	list-style: none;
	border: none;
}

.tab-destinations-content,.aside-destinations-header {
	padding: 20px;
}

.capital-city-links a {
	background: url(../../images/europe/shared/bg-capital-city-links-a.png) left center no-repeat;
	display: inline-block;
	padding: 3px 10px 5px 13px;
}

.tab-destinations-content {
	float: left;
	width: 560px;
}

.tab-destinations-content div {
	position: relative;
}

.tab-destinations-content img.image-right {
	position: absolute;
	float: right;
	top: 0px;
	/* The rest of these styles, a margin-left and margin-right, are defined inline */
}

.tab-destinations-content p {
	line-height: 18px;
	padding-right: 200px;
}

.tabs-destinations li {
	float: none;
	margin: 0 0 1px 0;
}

.tabs-destinations li a.current {
	border: 0;
	font-weight: normal;
	background: #ffd14b
		url(../../images/europe/shared/bg-tabs-gradient-right.png) 100% 0
		repeat-y;
}

.tabs-destinations li a {
	padding: 8px 10px;
	background: #fafafa
		url(../../images/europe/shared/bg-tabs-gradient-right.png) 100% 0
		repeat-y;
	display: block;
	text-decoration: none;
	width: 50px;
	font-size: 10px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-right: none;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
}

.tab-destinations-content h2,.border-bottom {
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}

.wrapper-guide div.col {
	width: 285px;
}

.tabs-destinations-list li a {
	padding: 8px 12px;
}

.tab-destinations-list-content .section {
	padding: 20px 0px;
}

.tab-destinations-list-content dl {
	clear: both;
	margin-bottom: 20px;
}

.tab-destinations-list-content dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tab-destinations-list-content dd {
	float: left;
	width: 250px;
	font-size: 12px;
	margin-bottom: 5px;
}

.tab-destinations-list-content dd a {
	padding-left: 15px;
	display: block;
	background: transparent
		url(../../images/europe/shared/bg-special-offer-list.png) no-repeat
		scroll 0px 50%;
}

.tab-destinations-list-content dd a:hover {
	background: transparent
		url(../../images/europe/shared/bg-special-offer-list.png) no-repeat
		scroll 1px 50%;
}

.city-desc {
	padding-right: 370px;
}

.hd-city-guide {
	margin-bottom: 15px;
}

.content .intro-text {
	font-size: 14px;
	line-height: 1.6;
}

.content .city-img {
	float: right;
	display: inline;
	width: 350px;
	margin-right: -370px;
	font-size: 11px;
}

.city-img img {
	padding: 5px;
	background: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 5px;
}

.map-large {
	background: #f0f0f0 url(../../images/europe/shared/bg-map-refine.png)
		770px 0 repeat-y;
	padding: 5px;
	margin-top: 15px;
}

.map-large-wrap {
	float: left;
	width: 760px;
}

.map-overlay {
    position: absolute;
    left: 75px;
    top: 75px;
    padding: 15px 15px 15px 45px;
    width: 390px;
	border: 3px solid #e3e3e3;
	background: #fff;
	font-size: 12px;
}
.map-overlay .map-point-hotel {
    left: 10px;
    top: 15px;
}
.map-overlay .wrapper-thumb {
    margin-bottom: 0;
}
.map-arrow {
    position: absolute;
    display: block;
    right: -16px;
    top: 20px;
    width: 16px;
    height: 21px;
    background: url(../../images/europe/shared/bg-mapOverlay.png) 0 0 no-repeat;
}
.map-overlay .close {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.map-refine {
	float: right;
	width: 160px;
	margin: 10px 5px 0 0;
}

.map-refine h4,.map-refine h5 {
	font-weight: bold;
}

.map-refine h4 {
	padding-bottom: 10px;
	background: url(../../images/europe/shared/bg-dotted-row.png) 0 100%
		repeat-x;
}

.map-refine h5 {
	margin: 10px 0 5px;
}

.map-refine ul {
	list-style: none;
	font-size: 11px;
}

.map-refine li {
	margin: 3px 0;
}

.guide-list {
	margin-top: 40px;
}

.guide-list .section {
	width: 650px;
}

.guide-list .tabs a {
	font-size: 12px;
	padding: 7px 12px;
}

.map-point-list {
	margin: 20px 0;
	list-style: none;
}

.tab-content .map-point-list li {
	float: left;
	width: 175px;
	margin-right: 10px;
	list-style: none;
}

.map-point-list li {
	position: relative;
	padding-left: 30px;
	font-size: 10px;
}

.aside-guide-hotels .map-point-list li {
	margin-bottom: 15px;
}

.tab-content .map-point-list li strong a,.aside-guide-hotels .map-point-list li strong a,.aside-guide-hotels h5 a
	{
	font-size: 14px;
	color: #333;
}

.map-point-other,.map-point-hotel {
	width: 30px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.map-point-other {
	background: url(../../images/europe/shared/bg-map-point-other.png) 0 0
		no-repeat;
}

.map-point-hotel {
	background: url(../../images/europe/shared/bg-map-point-hotel.png) 0 0
		no-repeat;
}

a.VEAPI_Pushpin, a:hover.VEAPI_Pushpin{
	text-decoration: none;
}

.aside-guide-hotels {
	width: 290px;
	float: right;
}

.aside-guide-hotels h3.header-special {
	font-size: 17px;
}

.aside-guide-hotels .map-point-list a,.aside-guide-hotels a {
	color: #2D6C99;
}

.content .hotels-found {
	font-size: 11px;
	margin: -5px 0 15px;
}

.aside-guide-hotels .wrapper-thumb .map-point-hotel {
	display: block;
	float: left;
	position: relative;
	margin-right: 5px;
}

/* @end */ /* @group destinations map page */
.destinations-map .aside {
	float: left;
	background:
		url(../../images/europe/shared/bg-gradient-left-grey-border.jpg) 0 0
		no-repeat;
	padding: 10px 0px;
	width: 385px;
}

.destinations-map .section {
	width: 560px;
	float: left;
	background:
		url(../../images/europe/shared/bg-destinations-list-border.png) 100% 0
		no-repeat;
	padding-right: 7px;
}

.destinations-map .tabs {
	margin-bottom: 0;
}

.destinations-map .section ul {
	position: relative;
	border-right: 1px solid #e5e5e5;
}

.destinations-map .section li {
	background: url(../../images/europe/shared/bg-border-right-grey.png)
		100% 100% no-repeat;
	padding: 10px 20px;
	list-style: none;
	position: relative;
}

.destinations-map .section li span.arrow {
	display: none;
	margin-left: -1px;
}

.destinations-map .section li:hover span.arrow {
	background: url(../../images/europe/shared/ico-arrow-right.png) 0 0
		no-repeat;
	display: block;
	width: 32px;
	height: 69px;
	position: absolute;
	margin-top: -34px;
	top: 50%;
	left: 560px;
}

/* @end */ /* @group room listing table */
.selected-room-dates .room-edit-dates {
	display: none;
}

.selected-cancel-dates .room-dates {
	display: none;
}

.listing-rooms {
	text-align: center;
	font-size: 11px;
	margin-bottom: 0;
	width: 100%;
	/*border-top: 1px solid #d7d7d7;*/
}

.listing-rooms caption {
	padding: 10px 0px;
	border-bottom: 1px solid #d7d7d7;
}

.listing-rooms a {
	color: #2a6b97;
}

.listing-rooms td {
	width: 3%;
	border-bottom: 2px solid #d7d7d7;
}

.listing-rooms .pack-desc-short {
	width: 78%;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	padding: 10px;
}

	font-size: 12px;
}

.listing-rooms .rates-from,.listing-rooms .pack-rates-from {
	width: 22%;
	border-left: 1px solid #D7D7D7;
}

.listing-rooms .pack-desc-short a {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}

.listing-rooms .pack-desc-short a,.pack-rates-from a {
	font-size: 12px;
}

.pack-rates-from a {
	color: #52A50C;
	padding: 5px;
}

.pack-desc-short img {
	float: left;
	background: #fff;
	padding: 3px;
	width: 56px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}

.listing-rooms .room-type {
	width: 30%;
	text-align: left;
	border-right: 1px solid #d7d7d7;
	padding: 10px 8px;
	white-space: normal;
}

.listing-rooms .room-type p {
	margin-top: 0;
}

.listing-rooms .room-type a.more-info {
	margin-right: 5px;
}

.listing-rooms .total-cost {
	width: 40%;
	border-left: 1px solid #d7d7d7;
	font-weight: bold;
}

.listing-rooms .total-cost span {
	display:block;
	padding:3px 0;
}

.listing-rooms .total-cost .btn-green {
	color: #fff;
	margin: 0;
}

.listing-rooms .total-cost a {
	color: #52A50C;
	padding: 5px;
}

.listing-rooms td.total-cost * {
	float: right;
}

.listing-rooms th {
	font-size: 12px;
}

.listing-rooms th,.listing-rooms td {
	padding: 5px;
	width: 7%;
	white-space: nowrap;
}

.listing-rooms td td {
	padding: 0;
}

.listing-rooms tr.rooms-header {
	background: #e8e8e8;
}

.listing-rooms p {
	margin-top: 5px;
	line-height: 14px;
	white-space: normal;
}

.listing-rooms a {
	font-size: 10px;
	display: block;
}

td.week {
	border-bottom: none;
}

/* @end */ /* @group hotel search */
	/* @group search progress breadcrumbs */
.section-steps {
	list-style: none;
	background: url(../../images/europe/shared/bg-search-crumbs.png) 0 0
		no-repeat;
	width: 690px;
	height: 37px;
	margin-bottom: 20px;
	color: #666;
}

.section-steps-step2 {
	background: url(../../images/europe/shared/bg-search-crumbs.png) 0 -46px
		no-repeat;
}

.section-steps-step3 {
	background: url(../../images/europe/shared/bg-search-crumbs.png) 0 -93px
		no-repeat;
}

.section-steps-step4 {
	background: url(../../images/europe/shared/bg-search-crumbs.png) 0
		-138px no-repeat;
}

.section-steps li {
	float: left;
	background: none;
	font-size: 12px;
	width: 160px;
	position: relative;
	top: 10px;
}

.full-col .section-steps {
	width: 100%;
}

.full-col .section-steps li {
	width: 235px;
}

.section-steps li.step-1 {
	left: 38px;
}

.section-steps li.step-2 {
	left: 54px;
}

.section-steps li.step-3 {
	left: 62px;
}

.section-steps li.step-4 {
	left: 76px;
}

.section-steps li a {
	text-decoration: none;
	display: block;
	color: #666666;
}

.section-steps li a:hover {
	text-decoration: underline;
}

/* @end */
.search-map {
	background: #f0f0f0;
	padding: 5px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 40px;
	position: relative;
}

.tab-directions .search-map {
	width: 290px;
	height: 260px;
}

.map-tab {
	padding: 10px 10px 10px 20px;
	background: #f0f0f0
		url(../../images/europe/shared/bg-arrow-grey-open.png) 5px 50%
		no-repeat;
	text-decoration: none;
	position: absolute;
	/*top: 100%;*/
	left: 80%;
}

.search-map-tab {
	top: 270px;
	left: 600px;
}

.directions-map-tab {
	left: 210px;
	background: #f0f0f0
		url(../../images/europe/shared/bg-arrow-gallery-next.png) 10px 50%
		no-repeat;
}

.plan-tab {
	left: 80px;
}

a.directions-map-tab {
	color: #333;
}

.search-sort h5 {
	position: absolute;
	padding: 5px;
}

.tabs-search-sort li .price-sort li a {
	border: none;
	padding: 0;
	text-decoration: underline;
	font-weight: normal;
	color: #2A6B97;
	font-size: 11px;
}

.tabs-search-sort li .price-sort li a:hover {
	text-decoration: none;
}

.tabs-search-sort li a{
	float: left;
}

.price-sort {
	position: relative;
	margin: -10px 0 0 95px;
}

.price-sort h6 {
	font-weight: bold;
	margin: 0;
}

.price-sort h6,.price-sort ul,.price-sort li {
	float: left;
	list-style: none;
}

.price-sort h6,.price-sort li {
	margin-right: 5px;
}

/* @group search sort tabs */
.tabs-search-sort {
	padding-left: 75px;
	border-bottom: 1px solid #c5c5c5;
}

.tabs-search-sort li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #333;
	font-size: 13px;
}

.tabs-search-sort li a.current {
	border-left: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}

/* @end */ /* @end */ /* @group hotel listing */
.listing {
	border-bottom: 2px solid #c5c5c5;
	padding: 25px 0px 35px 120px;
	margin-bottom: 20px;
}

a.listing-image {
	float: left;
	margin-left: -120px;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

img.thumb-listing {
	width: 90px;
	margin-bottom: 5px;
}

span.listing-number {
	position: absolute;
	top: -5px;
	left: -5px;
	background: #2a6b97
		url(../../images/europe/shared/bg-listing-number.png) repeat-x;
	border: 2px solid #fff;
	color: #fff;
	padding: 2px 8px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

.listing-header {
	background: url(../../images/europe/shared/bg-listing-header.jpg) 50%
		100% no-repeat;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	padding: 5px 0px;
}

.listing-header h4 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

.listing-header h4 a,.listing-header h4 img {
	vertical-align: middle;
	text-decoration: none;
	color: #333;
}

.listing-header h4 a:hover {
	color: #2f72a0;
}

.listing-header .award {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
	
}

.listing-rating {
	float: right;
	margin: 5px 0px;
}

.listing-info {
	border-bottom: 1px solid #E0DFDD;
	background: url(../../images/europe/shared/bg-listing-info.png) 0 0
		repeat-y;
}

.listing-amenities,.listing-details,.listing-rates {
	padding: 15px 10px;
}

.listing-details {
	width: 297px;
	float: left;
	padding: 15px 10px 10px 0px;
}

.listing-details a {
	color: #2d6c99;
}

.listing-details .address,.listing-details .distance {
	margin-bottom: 0;
}

.listing-details .address {
	font-size: 11px;
}

.listing-details .address a {
	margin-left: 10px;
}

.listing-details .distance {
	color: #777;
	font-size: 10px;
}

.listing-details .description , .listing-details .description span{
	font-size: 11px !important;
	margin: 5px 0px;
	line-height: 14px;
}

.listing-amenities {
	width: 98px;
	float: left;
}

.listing-rates,.location-rates {
	padding: 10px;
	width: 120px;
	float: left;
	text-align: center;
}

.location-noavailability {
	padding: 10px;
	width: 150px;
	float: left;
}

.listing-rates{
	padding-left: 2px;
	padding-right: 0px;
}

.listing-rates p.title,.location-rates p.title {
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
}

.listing-rates p.title span {
	color: red;
}

.location-noavailability p.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: red;
}

.location-noavailability p.title_message {
	font-size: 11px;
	margin-bottom: 10px;
}

.listing-rates p.listing-price,.location-rates p.listing-price {
	position: relative;
	/*left: -10%;*/
}
.corp-listing .listing-price .price {
    color: #c00;
    position: relative;
}
.listing-rates p span.price,.location-rates p span.price {
	color: #52a50c;
	font-size: 29px;
	padding: 0px 5px;
	position: relative;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	white-space: nowrap;
}

.listing-rates p span.duration,.location-rates p span.duration {
	font-size: 11px;
	color: #333;
	line-height: 12px;
	display: block;
	text-align: center;
}

p.listing-points {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}

/*Old "Continue" link
.location-rates a.continue {
	color: #2d6c99;
	font-size: 13px;
	font-weight: bold;
	display: block;
	position: relative;
}*/ /*p.listing-price-continue {
	width: 110px;
}*/
.listing-rates a.continue,.location-rates a.continue {
	/*margin: 10px 0;*/ /*margin: 5px 0;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.listing-rates a.continue,.location-rates a.continue {
	width: 90px;
	/*margin-left: 10px;*/
}

/*.location-rates a.continue {
	width: 110px;
}*/
.listing a.view-room-types,.listing a.view-specials {
	display: block;
	padding: 5px;
}

.listing a.view-room-types {
	float: left;
	display: block;
	background: url(../../images/europe/shared/bg-arrow-grey-closed.png)
		100% 50% no-repeat;
	padding-right: 15px;
	color: #333;
}

.listing a.view-room-types.open {
	background: url(../../images/europe/shared/bg-arrow-grey-open.png) 100%
		50% no-repeat;
}

.listing a.view-specials {
	float: right;
	display: block;
	color: #2d6c99;
}

a.amenity {
	position: relative;
}
.tooltip {
  font-size: 10px;
  color: #333;
  text-align: left !important;
  font-weight: normal;
}
.tooltip, .resv-number-info {
	position: absolute;
	padding: 5px 5px 5px 5px;
	background: #fff;
	border: 1px solid #2a6b97;
	z-index: 400;
	text-align: left;
}
.tooltip span, .resv-number-info span {
	position: absolute;
	bottom: -10px;
	left: 10px;
	background: url(../../images/europe/shared/bg-tooltip-arrow.png) bottom left no-repeat;
	width:20px;
	display: block;
	height: 10px;
}
.has-tooltip {
    position: relative;
}
.has-tooltip .tooltip {
    bottom: 100%;
    margin-bottom: 10px;
    left: -5px;
    font-weight: normal;
    width: 325px;
    padding: 10px;
    line-height: 125%;
}
.corp-listing .listing-price .has-tooltip .tooltip {
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -80px;
}
.corp-listing .listing-price  p.tooltip span {
	left: 50%;
	margin-left: -10px;
}
.resv-number-tooltip-children,.resv-number-tooltip-adults {
	position: absolute;
	left: 100%;
}
.resv-number-info {
	display: none;
	background: #fff;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 130px;
}

/* @end */ /* @group hotel / location details */
.hotel-header {
	margin-bottom: 40px;
}

.location-title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	padding: 5px 0px 10px 0;
}

.location-title h2 {
	float: left;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0;
}

.location-title h2 img {
	margin-left: 5px;
}

.location-title h2 a,.location-title h2 img {
	vertical-align: middle;
	text-decoration: none;
}

.location-title h2 span,.listing-header h4 span {
	font-size: 10px;
	color: #777;
	font-weight: normal;
}

.location-address,.location-contact,.location-rates, {
	padding: 15px;
}

.location-address {
	width:		  200px;
	padding-left: 0;
	padding-right: 20px;
}

.location-rating {
	float: right;
	margin: 10px 0px;
}

/*.location-details {
	clear: both;
}*/
.location-address {
	background: url(../../images/europe/shared/bg-dotted-grey.png) 100% 0
		repeat-y;
	padding-right: 30px;
	padding-bottom: 0;
}

.location-address,.location-contact {
	float: left;
	font-size: 12px;
	line-height: 18px;
}

.location-address a,.location-contact a {
	color: #2f6a92;
	font-size: 11px;
}

.location-rates, .location-noavailability {
	float: right;
	background: #f0f0f0 url(../../images/europe/shared/bg-dotted-grey.png) 0
		0 repeat-y;
}

.tabs-brochure li a {
	font-size: 11px;
	float: left;
}

.tab-content-brochure h4 { /*margin-top: 18px;*/
	font-size: 18px;
}

.tab-content-brochure h5 {
	margin-top: 20px;
	font-size: 14px;
	clear: both;
}

.tab-content-brochure ul {
	margin-bottom: 10px;
}

.tab-meetings  .section {
	width: 430px;
}

.tab-meetings .aside {
	width: 250px;
}

.tab-meetings .wrapper-thumb p {
	font-size: 12px;
}

.tab-meetings h6 a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.tab-meetings ul {
	color: #333;
}

.tab-meetings h5 {
	margin-bottom: 15px;
}

.tab-meetings .hotel-list li {
	background: url(../../images/europe/shared/bg-list-blue.png) no-repeat
		scroll 0px 6px;
	padding-left: 15px;
	margin-bottom: 3px;
}

.tab-meetings .divider-grey {
	background: #e5e5e5;
	height: 1px;
}

.venue-info {
	background: #f2f2f2;
	font-size: 12px;
	margin-top: 20px;
}

.venue-header {
	background: #e9e9e9;
}

.venue-info th {
	text-align: center;
}

.venue-info td {
	text-align: center;
}

.row-title,th.column-border,td.column-border {
	border-right: 1px solid #e1e1e1;
}

.venue-row td,.venue-row th {
	border-bottom: 2px solid #e1e1e1;
}

.venue-info th,.venue-info td {
	padding: 15px;
}

.venue-info .venu-icon th,.venue-info .venue-icon td {
	padding-bottom: 5px;
}

.venue-header th {
	padding: 10px 15px;
}

.venue-info .capacity {
	display: block;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #b5b5b5;
	text-transform: lowercase;
	margin-top: 5px;
}


.venue-info-canada {
	background: #f2f2f2;
	font-size: 12px;
	margin-top: 20px;
}

.venue-header-canada {
	background: #e9e9e9;
}

.venue-info-canada th {
	text-align: center;
}

.venue-info-canada td {
	text-align: center;
}

.row-title,th.column-border,td.column-border {
	border-right: 1px solid #e1e1e1;
}

.venue-row-canada td,.venue-row-canada th {
	border-bottom: 2px solid #e1e1e1;
}

.venue-info-canada th,.venue-info-canada td {
	padding: 10px;
}

.venue-info-canada .venu-icon-canada th,.venue-info-canada .venue-icon-canada td {
	padding-bottom: 5px;
}

.venue-header-canada th {
	padding: 10px 10px;
}

.venue-info-canada .capacity {
	display: block;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #b5b5b5;
	text-transform: lowercase;
	margin-top: 5px;
}


/* My Comment */ /*.hotel-amenities-list, .hotel-quick-info {
	margin-bottom: 10px;
}*/
.hotel-directions {
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.hotel-list { /*float: left;*/
	background: url(../../images/europe/shared/bg-dotted-grey.png) 200px 0 repeat-y;
	width: 480px;
}

/*.hotel-list-left {
	padding-right: 40px;
	margin-right: 40px;
	background: url(../../images/europe/shared/bg-dotted-grey.png) 100% 0 repeat-y;
}*/
.hotel-list li { /*margin-bottom: 20px;*/
	list-style: none;
	padding-left: 20px;
	font-size: 12px;
	background: url(../../images/europe/shared/bg-list-blue.png) 5px 6px
		no-repeat;
	width: 180px;
	margin-right: 40px;
	float: left;
}

.hotel-amenities-list li {
	width: 180px;
	display: block;
	float: left;
	padding: 3px 0px;
	font-style: italic;
	font-size: 11px;
}

.hotel-amenities-list img {
	vertical-align: middle;
	margin-right: 5px;
}

.hotel-quick-info {
	font-size: 11px;
}

.hotel-quick-info li {
	list-style: none;
	float: left;
	font-size: 11px;
	margin-bottom: 5px;
}

.hotel-quick-info li.odd {
	width: 200px;
}

/* @group gallery */
.gallery-slider img {
	padding: 5px 4px 4px 5px;
	background: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.gallery a {
	float: left;
	padding: 0;
	position: relative;
}

.gallery a.gallery-prev,.gallery a.gallery-next {
	position: absolute;
	top: 40%;
	width: 6px;
	text-indent: -9000em;
	outline: none;
}

.gallery a.gallery-prev {
	left: 0;
	background: #fff
		url(../../images/europe/shared/bg-arrow-gallery-prev.png) no-repeat;
}

.gallery a.gallery-next {
	left: 300px;
	background: #fff
		url(../../images/europe/shared/bg-arrow-gallery-next.png) no-repeat;
}

.gallery a.main-img {
	left: 12px;
	overflow: hidden;
	width: 270px;
	padding: 5px 4px 4px 5px;
	background: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.gallery-slider {
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}

.gallery-slider a {
	margin: 0 4px 0 0;
}

.gallery-mask {
	height: 75px;
	overflow: hidden;
	position: relative;
	width: 280px;
}

.gallery-wrap {
	float: left;
	height: 65px;
	margin: 5px 0 0;
	padding: 0 12px;
	position: relative;
}

.gallery-wrap em {
	text-align: center;
	display: block;
	color: #9c9c9c;
}

/* @end */

.wrapper-guide-header {
	min-height: 288px;
	margin-bottom: 20px;
}
.tabs-brochure-guide {
	padding: 0px 0px 10px 110px;
	list-style: none;
	border-bottom: 1px solid #ebebeb;
}
.tabs-brochure-guide li {
	float: left;
	margin: 0px 10px;
}
.tabs-brochure-guide li a.current{
	border: 0;
	font-weight: bold;	
}

.tabs-brochure-guide li a:hover{
	background: none;
	text-decoration: underline;
}
.tabs-brochure-guide li a {
	font-size: 11px;
	padding: 0;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
 	-moz-border-radius: 0px;
 	background: transparent;
}
.tab-brochure-guide-content {
	padding-right: 20px;
	clear: both;
}
.tab-content-preview {
	float: left;
	width: 160px;
}
.tab-content-info {
	float: right;
	width: 360px;
}
.tab-brochure-guide-content .tab-content-info {
	width: 480px;
}
.tab-content-preview img {
	width: 160px;
}
.tab-content-preview .cost, .tab-content-preview .info {
	margin: 10px 0;
	float: left;
}
.tab-content-preview .info {
	font-size: 11px;
	color: #777;
	line-height: 16px;
	padding-right: 20px;
	margin-right: 20px;
	background: url(../../images/europe/shared/bg-dotted-grey.png) 100% 0 repeat-y;
}
.tab-content-preview .info-secondary {
	font-size: 11px;
	color: #777;
	line-height: 16px;
	padding-right: 20px;
	margin-right: 0px;
}
.tab-content-preview .cost {
	font-size: 20px;
	color: #52a50c;	
	font-weight: bold;
	line-height: 32px;
}
.tab-content-table {
	border-top: 2px solid #d7d7d7;
	width: 100%;
	font-size: 11px;
	margin-top: 20px;
}
.tab-content-table th, .tab-content-table td {
	padding: 5px;
}
.tab-content-table th {
	background: #fff8e2;
	font-size: 12px;
	border-bottom: 1px solid #d7d7d7;
}
.tab-content-table tr.even td {
	background: #efefef;
}
.tab-content-table td.price {
	font-weight: bold;
}
/* @end */ /* @group pick room */
.wrapper-packages-three,.wrapper-packages {
	background: #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}

.wrapper-brochure .wrapper-packages-three {
	border-bottom: 1px solid #d9d9d9;
	border-top: 0;
}

.wrapper-packages h6 {
	background: #e9e9e9;
	margin-bottom: 0;
	padding: 5px 10px;
	font-weight: bold;
}

.wrapper-packages h6 span {
	float: left;
}

.wrapper-packages h6 a {
	float: right;
}

.wrapper-packages h6 a.top {
	color: #333;
}

.wrapper-packages {
	float:left;
	margin-top:25px;
	padding:10px;
	width:540px;
}

.wrapper-packages-three .wrapper-thumb {
	width: 125px;
	float: left;
	margin: 10px;
}

.checkout-content .wrapper-packages-three .wrapper-thumb {
	width: 115px;
	margin: 10px 8px;
}

.wrapper-packages-three .wrapper-thumb-rooms {
	width: 190px;
	margin: 20px;
	float: left;
	min-height: 250px;
	
}

.wrapper-packages-three .wrapper-thumb-rooms p {
	font-size: 11px;
	padding: 10px 5px 0;
}

.wrapper-packages-three .wrapper-thumb-rooms a.btn-sm {
	margin: 5px;
}

.optional-packages,.room-types,.packages-offer {
	border-top: 1px solid #d7d7d7;
}

.optional-packages {
	margin-top: 30px;
}

.optional-packages .wrapper-thumb p{
	padding-left:30px;		
}

.optional-packages h5,.packages-offer h5 {
	font-weight: bold;
	padding: 10px;
	background: #e9e9e9;
	margin: 0;
}

.room-types h5 {
	font-weight: normal;
	padding: 0 0 10px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 10px;
	height: 50px;
}

.room-types h4 {
	font-weight: normal;
	padding: 20px;
	background: #e9e9e9;
	margin: 0;
	font-size: 12px;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}

.optional-packages .wrapper-packages-three {
	border-top: 0;
	border-bottom: 0;
	background: #f2f2f2;
	padding-bottom: 10px;
}

.packages-offer { /*background: #f2f2f2;*/
	
}

.optional-packages a.package-info,.listing-rooms a.rate {
	color: #666;
	font-size: 10px;
	display: block;
}

.optional-packages a.add-package {
	font-size: 10px;
	color: #53a50c;
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

/*.optional-packages tr { text-align: left; }
.optional-packages td { border-bottom: none; }
.optional-packages .wrapper-thumb {
	float: left;
	width: 20%;
}
.optional-packages p { font-size: 11px; }
.optional-packages a { color: #666; }*/
.room-header {
	padding-left: 142px;
}

.room-header .location-title {
	border-bottom: none;
	padding-bottom: 0;
}

.room-header .frame-thumb {
	float: left;
	margin-left: -142px;
}

.room-header .location-title h2 {
	font-size: 18px;
}

.room-header .location-address,.room-header .location-contact {
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	padding-top: 0;
}

.room-details .listing-rooms td {
	background: #f2f2f2;
}

.rooms-available {
	background: #e6e6e6;
	font-size: 13px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	padding: 20px;
}

.rooms-available a {
	color: #2A6B97;
}

.rooms-available span {
	font-weight: bold;
}

.room-dates h5 {
	font-size: 13px;
	margin: 0;
}

.room-edit-dates {
	padding: 0px 40px;
}

.room-edit-dates a {
	color: #333;
}

.room-edit-dates h4,h5 {
	text-align: left;
}

.room-edit-dates h4 {
	color: red;
}

.room-edit-dates label {
	font-weight: bold;
	font-size: 11px;
}

.room-edit-dates a {
	font-size: 10px;
}

.room-edit-dates p {
	float: left;
	margin: 0;
}

.rate-info {
	background: #fff8e4;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.rate-info-secondary {
	margin: 30px 0 0;
	border-top: 1px solid #d7d7d7;
}

.rate-type {
	width: 400px;
	background: url(../../images/europe/shared/bg-dotted-grey.png) 100% 0
		repeat-y;
	padding-right: 20px;
	margin-right: 20px;
	float: left;
}

.rate-type h4 {
	font-size: 15px;
	margin-bottom: 5px;
}

.rate-type h4 span {
	font-size: 17px;
	font-weight: bold;
}

.rate-type p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0;
}

.rate-listing {
	width: 200px;
	float: right;
	font-size: 11px;
}

.rate-listing h6 {
	font-weight: bold;
}

.rate-listing dt {
	float: left;
	padding-right: 10px;
	width: 100px;
}

.rate-listing a {
	color: #2A6B97;
}

.rate-listing dd {
	float: left;
	width: 90px;
	font-style: italic;
	margin-bottom: 5px;
}

.rate-listing dd strong {
	font-style: normal;
}

.checkout-content .rate-type {
	width: 360px;
}

.room-edit-dates .check-out label,.room-edit-dates .check-in label {
	width: 90px;
	float: left;
	margin-right: 10px;
	padding: 5px 0;
}

.room-edit-dates .check-out .icon-calendar,.room-edit-dates .check-in .icon-calendar
	{
	left: 180px;
	position: absolute;
	top: 5px;
}

.room-edit-dates .check-out input,.room-edit-dates .check-in input {
	margin-bottom: 0;
}

.room-details .listing-rooms .room-number {
	width: 5%;
	border-left: 1px solid #d7d7d7;
	font-weight: bold;
}

.room-details-update .listing-rooms .room-number {
	width: 5%;
	text-align: center;
}

.listing-rooms .room-number-add {
	padding-left: 345px;
}

.room-adults-children {
	margin: 10px 0px;
}

.room-adults,.room-children {
	margin-right: 10px;
	width: 100px;
}

.room-extra-bed {
	text-align: left;
	float: left;
}

.room-extra-bed select {
	width: 150px !important;
	max-width: 150px !important;
}

.room-extra-bed-note {
	white-space: normal;
	width: 300px;
}

.listing-rooms .room-number-add h5 {
	margin: 0px 10px 0 0;
	float: left;
	font-weight: bold;
	padding: 3px 0;
}

.room-number-add label {
	margin-right: 2px;
}

.room-details .listing-rooms .sub-total {
	width: 5%;
	border-left: 1px solid #d7d7d7;
	font-weight: bold;
}

.room-details .listing-rooms .has-image {
	padding-left: 120px;
}

.room-details .listing-rooms a.room-image {
	float: left;
	margin-left: -110px;
	position: relative;
	display: inline;
}

.room-details .listing-rooms a.room-image img {
	position: relative;
	width: 85px;
}

.room-details .listing-rooms a span.view-image {
	background: url(../../images/europe/shared/ico-view-image.png) no-repeat
		;
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	top: 70%;
	left: 75px;
}

.room-details .specials {
	color: #2f72a0;
	font-weight: bold;
	font-style: italic;
}

.room-total-price {
	float: right;
	text-align: right;
	padding: 10px;
	margin: 20px 0px;
}

.room-total-price p {
	float: left;
	margin: 0px 20px;
	font-size: 17px;
	font-weight: bold;
}

.room-total-price p span {
	color: #53a60c;
}

.room-total-price p a {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.room-total-price .btn-green {
	float: left;
	font-size: 17px;
}

/* @end */ /* @group checkout */
.checkout-content-row {
	border-bottom: 1px solid #d7d7d7;
	padding: 15px 0 15px 0px;
}

.checkout-content-row-sub {
	border-bottom: 1px solid #d7d7d7;
}

.checkout-content .column-main {
	width: 650px;
	float: left;
}

.checkout-content .column-aside {
	width: 270px;
	float: right;
}

.checkout-content .column-aside {
	width: 270px;
	float: right;
}

.checkout-content-row .listing-header h4 a {
	text-decoration: underline;
	color: #2f72a0;
}

.checkout-content-row .listing-header a,.resv-specs a {
	color: #2f72a0;
}

.checkout-content-row .listing-header h4 a:hover {
	text-decoration: none;
}

.checkout-title { /*float: left;*/ /*margin-left: -230px;*/
	
}

h2.cancelled-reservation {
	color:#CC0000 !important;
}

.checkout-content h2 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 23px;
}

.checkout-content h2 span {
	color: #868686;
}

.checkout-content .confirmation h2 {
	font-size: 26px;
	color: #7DBC49;
}

.checkout-confirm-utility {
	list-style-type: none;
	float: right;
	font-size: 11px;
	padding: 0 0 10px 40px;
}

.checkout-confirm-utility li {
	padding-bottom: 5px;
	color: #2A6B97;
}

.checkout-confirm-utility a {
	color: #2A6B97;
}

.checkout-confirm-utility a.email-reservation {
	background: transparent url(../../images/europe/shared/ico-email.png) 0
		50% no-repeat;
	padding-left: 18px;
}

.checkout-confirm-utility a.print-reservation {
	background: transparent url(../../images/europe/shared/ico-print.png) 1%
		80% no-repeat;
	padding-left: 18px;
}

.checkout-content h3 {
	font-weight: 700;
	font-size: 18px;
}

.checkout-confirm {
	float: left;
	margin-bottom: 20px;
}

.checkout-confirm h2 {
	color: #7DBC49;
	margin-bottom: 0;
	font-size: 28px;
}

.checkout-content h4 {
	font-size: 16px;
}

.checkout-content h4 small {
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
}

.resv-specs,.room-price-specs {
	font-size: 12px;
	list-style: none;
	margin-bottom: 10px;
	line-height: 20px;
}

.resv-specs,.room-price-specs {
	width: 255px;
}

.room-price-specs {
	border-bottom: #d7d7d7 2px solid;
	margin-bottom: 20px;
}

.room-price-total {
	font-size: 16px;
	font-weight: 700;
	color: #7dbc49;
	padding-bottom: 10px;
}

.room-price-total strong,.room-price-estimate-total strong {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
}

.room-price-estimate-total {
	font-size: 16px;
	font-weight: 700;
	color: #7dbc49;
	padding: 10px;
	background: #FFE9A6;
}

.resv-specs li,.room-price-specs li {
	clear: both;
	text-align: right;
}

.resv-specs strong,.room-price-specs strong {
	width: 160px;
	float: left;
}

.resv-specs strong,.room-price-specs strong {
	float: left;
	text-align: left;
}

.checkout-content .listing-header {
	background: none;
	border: 0;
	float: left;
	width: 650px;
}

.checkout-content .listing-header .location-rating {
	float: left;
	padding-left: 20px;
	margin: 0;
}

.checkout-content .listing-header p.address {
	clear: both;
}

.checkout-content p.add-top a.back {
	margin-left: 15px;
	text-decoration: underline;
	color: #2F6A92;
}

.checkout-content p.add-top a.back:hover {
	text-decoration: none;
}

.checkout-content div.next-steps h4 {
	margin: 20px 0;
	font-weight: 700;
}

.checkout-content div.next-steps ul,.checkout-content div.next-steps ol
	{
	font-size: 12px;
}

.checkout-content div.next-steps ol {
	padding-left: 20px;
}

.checkout-content div.next-steps ol li {
	padding-bottom: 5px;
}

.checkout-content div.next-steps ul {
	list-style-type: none;
	float: left;
}

.checkout-content div.next-steps ul.next-steps {
	color: #2A6B97;
	background: transparent
		url(../../images/europe/shared/bg-dotted-grey.png) 100% 0 repeat-y;
	padding: 0 40px 0 0;
	margin-right: 40px;
}

.checkout-content div.next-steps ul.next-steps li {
	padding-bottom: 5px;
}

.checkout-content div.next-steps ul.next-steps li.last {
	padding-top: 10px;
}

.checkout-content div.next-steps ul.next-steps a {
	color: #2A6B97;
}

.checkout-content div.next-steps ul.next-steps a.email-reservation {
	background: transparent url(../../images/europe/shared/ico-email.png) 0
		50% no-repeat;
	padding-left: 18px;
}

.checkout-content div.next-steps ul.next-steps a.print-reservation {
	background: transparent url(../../images/europe/shared/ico-print.png) 1%
		80% no-repeat;
	padding-left: 18px;
}

.checkout-content .next-steps a.return-reservation {
	font-weight: bold;
}

.checkout-content div.next-steps ul.links {
	width: 50%;
}

.checkout-content div.next-steps ul.links li {
	background: transparent url(../../images/europe/shared/bg-list-blue.png)
		no-repeat scroll 0 5px;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
}

.wrapper-caption {
	background: #E8E8E8;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	text-align: center;
}

.wrapper-caption h4 {
	font-size: 13px;
	margin: 18px 0;
}

.wrapper-rate-type {
	background: #FFF8E4;
	padding: 20px;
	margin-bottom: 20px;
}

.wrapper-rate-type div {
	float: left;
	width: 60%;
	padding-right: 30px;
	background: transparent
		url(../../images/europe/shared/bg-dotted-grey.png) repeat-y scroll
		100% 0;
}

.wrapper-rate-type  h3 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 15px;
}

.wrapper-rate-type  h3 strong {
	font-weight: bold;
	font-size: 17px;
}

.wrapper-rate-type  p {
	font-size: 11px;
	line-height: 14px;
}

.wrapper-rate-type  table {
	float: right;
	width: 30%;
	font-size: 11px;
}

.wrapper-rate-type  table a {
	color: #2F72A0;
}

.wrapper-optional-packages-three {
	background: #f2f2f2;
	border-top: 1px solid #d9d9d9;
	margin-top: 20px;
}

.wrapper-optional-packages-three h4 {
	background: #E8E8E8;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

.wrapper-optional-packages-three .wrapper-thumb {
	width: 125px;
	float: left;
	margin: 10px;
}

.wrapper-optional-packages-three .wrapper-thumb span {
	font-size: 10px;
	color: #666;
}

.wrapper-optional-packages-three .wrapper-thumb a.add {
	font-size: 9px;
	color: #53a50c;
	font-weight: bold;
}

.column-aside-module {
	padding-top: 20px;
	width: 255px;
}

.column-aside-module h5 {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.column-aside-module ul {
	list-style: none;
	margin-left: 10px;
}

.column-aside-module li {
	background: url(../../images/europe/shared/bg-arrow-gallery-next.png)
		0px 4px no-repeat;
	padding-left: 15px;
	margin-bottom: 15px;
}

.column-aside-module ul p {
	font-weight: bold;
	margin: 0;
}

.column-aside-module ul p a {
	color: #333;
	font-weight: bold;
}

.column-aside-module ul a {
	color: #52a50c;
}

/* @end */ /* @group offer-details */
.wrapper-offer-header {
	background: url(../../images/europe/shared/bg-offer-header.jpg)
		no-repeat;
}

.offer-overview {
	float: left;
	width: 660px;
	font-size: 12px;
}

.offer-overview h2,.offer-overview-alt h2 {
	padding: 20px 30px 25px 30px;
	background: url(../../images/europe/shared/bg-offer-header-h2.jpg)
		bottom left no-repeat;
}

.offer-details,.offer-details-alt {
	padding-left: 300px;
}

.offer-details .main-img,.offer-details-alt .main-img {
	float: left;
	left: 12px;
	margin-left: -270px;
	padding: 5px 4px 4px 5px;
	background: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.offer-details ul {
	list-style-type: none;
	margin-left: 10px;
}

.offer-details li {
	padding: 0 0 0 20px;
	background: url(../../images/europe/shared/bg-list-blue.png) 0 5px
		no-repeat;
	margin: 0 0 5px 0;
}

.aside-offer {
	float: right;
	width: 240px;
	padding: 30px;
	font-size: 11px;
	line-height: 16px;
}

.aside-offer ul {
	text-align: right;
	list-style-type: none;
}

.aside-offer ul strong {
	text-align: left;
	float: left;
}

.aside-offer dt {
	font-weight: 700;
}

.aside-offer dd,.aside-offer li {
	padding-bottom: 10px;
}

.aside-offer .header {
	font-weight: bold;
}

.wrapper-participants {
	margin-top: 40px;
}

.wrapper-participants h4 a,.participating-list li a {
	text-decoration: underline;
	color: #2f72a0;
	font-weight: 700;
}

.wrapper-participants div.col {
	width: 285px;
}

.participating-list ul {
	background: url(../../images/europe/shared/bg-dotted-grey.png) 250px 0
		repeat-y;
	margin-bottom: 20px;
}

.participating-list li {
	float: left;
	width: 200px;
	font-size: 11px;
	margin: 1px 65px 1px 10px;
}

.participating-list li a {
	float: right;
}

/* @end */ /* @group specials-discounts */
.wrapper-offer-featured {
	border-top: 1px solid #d7d7d7;
	background: url(../../images/europe/shared/bg-offer-featured.jpg)
		no-repeat;
}

.wrapper-offer-featured h3 {
	background: url(../../images/europe/shared/bg-wrapper-offer-h3.png)
		bottom center repeat-x;
	font-weight: 700;
	padding: 15px 25px 25px;
	margin: 0;
	zoom: 1;
}

.wrapper-offer-featured h3 span {
	font-weight: 300;
	font-size: 13px;
	padding-left: 20px;
	color: #777;
}

.wrapper-offers-two {
	border-bottom: 1px solid #d7d7d7;
	padding: 35px 0;
}

.wrapper-offers-two a.offer-img {
	width: 101px;
	float: left;
	margin-left: -121px;
	text-decoration: none;
	display: block;
}

.wrapper-offers-two a.offer-img .btn-sm {
	display: block;
}

.wrapper-offers-two a.offer-img img {
	padding: 5px 4px 4px 5px;
	background: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-right: 5px;
}

.wrapper-offer {
	width: 300px;
	float: left;
	padding: 0 20px 0 145px;
}

.wrapper-offers-two .right {
	background: url(../../images/europe/shared/bg-wrapper-offers-two.png) 0
		0 repeat-y;
	padding-right: 40px;
}

.wrapper-offer p {
	font-size: 11px;
	margin-right: 5px;
}

.wrapper-offer ul {
	list-style-type: none;
	line-height: 18px;
}

.wrapper-offer ul strong {
	font-weight: normal;
	text-transform: uppercase;
}

.wrapper-offer h4 a {
	color: #2f72a0;
	font-weight: 700;
	font-size: 16px;
}

.wrapper-offer .meta-data {
	font-weight: 700;
	margin: 0;
}

.wrapper-brochure .wrapper-offers-two {
	padding-top: 0;
	margin-bottom: 35px;
}

.wrapper-brochure .wrapper-offer {
	width: 200px;
	float: left;
	padding: 0 0 0 105px;
}

.wrapper-brochure .wrapper-offers-two a.offer-img {
	display: block;
	float: left;
	margin-left: -105px;
	text-decoration: none;
	width: 105px;
	text-align: center;
}

.wrapper-brochure .wrapper-offers-two a.offer-img span {
	display: block;
}

.wrapper-brochure  .wrapper-offers-two .right {
	background: transparent
		url(../../images/europe/shared/bg-wrapper-offers-two.png) repeat-y;
	padding-left: 140px;
}

/* @end */ /* @group meetings and events */
.events-header-wrapper {
	margin-bottom: 20px;
}

.events-header {
	background: url(../../images/europe/shared/bg-events-header.jpg)
		no-repeat;
}

.events-steps {
	background: url(../../images/europe/shared/bg-events-steps.png) 0 0
		no-repeat;
	position: relative;
}

.events-steps li {
	float: left;
	width: 250px;
	list-style: none;
	padding: 20px 20px 20px 50px;
	position: relative;
	font-size: 13px;
}

.events-steps li a {
	text-decoration: none;
}

.events-steps li strong {
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: normal;
}

.events-header li strong span {
	position: absolute;
	left: -30px;
	top: 0px;
	display: block;
	width: 26px;
	height: 26px;
}

.events-steps-step2 li.first,.events-steps-step2 li.first strong,.events-steps-step3 li.first strong,.events-steps-step3 li.first,.events-steps-step3 li.second strong,.events-steps-step3 li.second
	{
	font-weight: normal;
	font-style: italic;
}

.events-steps li.first span {
	background: url(../../images/europe/shared/bg-events-crumbs.png) 0px
		-32px no-repeat;
}

.events-steps li.second span {
	background: url(../../images/europe/shared/bg-events-crumbs.png) 0px
		-96px no-repeat;
}

.events-steps li.third span {
	background: url(../../images/europe/shared/bg-events-crumbs.png) 0px
		-160px no-repeat;
}

.events-steps-step1 li.first span {
	background: url(../../images/europe/shared/bg-events-crumbs.png) 0px
		-64px no-repeat;
}

.events-steps-step2 li.second span {
	background: url(../../images/europe/shared/bg-events-crumbs.png) 0px
		-128px no-repeat;
}

.events-steps-step3 li.third span {
	background: url(../../images/europe/shared/bg-events-crumbs.png) 0px
		-193px no-repeat;
}

.events-steps-step1 li.first strong,.events-steps-step2 li.second strong,.events-steps-step3 li.third strong
	{
	font-weight: bold;
}

.events-steps-step2 li.first span,.events-steps-step3 li.first span,.events-steps-step3 li.second span
	{
	display: block;
	background: url(../../images/europe/shared/bg-events-crumbs.png) 0px 0px
		no-repeat;
}

.events-banner {
	padding: 30px 30px 30px 340px;
	background: url(../../images/europe/shared/bg-events-banner.jpg) 0 0
		no-repeat;
}

.events-banner-weddings {
	background:
		url(../../images/europe/shared/bg-events-banner-weddings.jpg) 0 0
		no-repeat;
	margin-bottom: 20px;
}

.events-banner-weddings-cz {
	background:
		url(../../images/europe/shared/bg-events-banner-weddings-cz.jpg) 0 0
		no-repeat;
	margin-bottom: 20px;
}

.events-banner-meetings-cz {
	background:
		url(../../images/europe/shared/bg-events-banner-meetings-cz.jpg) 0 0
		no-repeat;
	margin-bottom: 20px;
}

.events-banner-groups-cz {
	background:
		url(../../images/europe/shared/bg-events-banner-groups-cz.jpg) 0 0
		no-repeat;
	margin-bottom: 20px;
}

.events-banner p {
	font-size: 14px;
	line-height: 22px;
}

.events-banner a.btn-green {
	float: right;
}

.events-header .gradient-horiz {
	background: url(../../images/europe/shared/bg-gradient-horiz.png) 0 0
		no-repeat;
	height: 7px;
	margin-bottom: -6px;
	position: relative;
	z-index: 10;
}

.wrapper-thumb-events {
	padding-left: 150px;
	margin: 40px 0px;
}

.wrapper-thumb-events img {
	margin-left: -150px;
	float: left;
}

.events-content ul,.events-content p {
	line-height: 16px;
}

.planning-content .aside {
	margin-top: 40px;
}

.planning-tools h4 {
	padding: 15px;
	font-size: 17px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.planning-tools h5 {
	font-size: 14px;
	font-weight: bold;
}

.planning-tools p {
	font-size: 12px;
}

.planning-wedding {
	border-top: 1px solid #e5e5e5;
}

.planning-wedding h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.wedding-guide {
	float: left;
	width: 365px;
	padding: 20px 20px 0 0;
	border-right: 1px solid #e5e5e5;
	font-size: 11px;
}

.wedding-guide li {
	margin-bottom: 20px;
	list-style: none;
	padding-left: 20px;
	background: url(../../images/europe/shared/bg-list-blue.png) 5px 6px
		no-repeat;
}

.wedding-guide strong {
	display: block;
	font-size: 13px;
}

.wedding-downloads {
	float: left;
	padding: 20px 0 0 20px;
}

.wedding-downloads .wedding-download-links li {
	list-style: none;
	font-size: 11px;
	margin-bottom: 10px;
}

.wedding-downloads .wedding-download-links li a {
	background: url(../../images/europe/shared/ico-pdf.png) 0 50% no-repeat;
	padding: 5px 5px 5px 20px;
}

.contact-details {
	list-style: none;
	font-size: 12px;
	margin: 20px 0px;
}

.events-listing {
	padding-top: 10px;
	margin-bottom: 10px;
}

.events-listing li {
	list-style: none;
	padding-left: 25px;
	background: url(../../images/europe/shared/ico-calendar.png) 0 0
		no-repeat;
	font-size: 11px;
	margin-bottom: 20px;
	line-height: 16px;
}

.events-listing h5 {
	margin: 0;
}

.contact-information p.sign-up {
	font-size: 11px;
}

.contact-information h4 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	font-size: 17px;
	margin: 10px 0px;
}

.contact-information h5 {
	font-weight: bold;
}

.contact-information input.newsletter-sign-up {
	border: 1px solid #e5e5e5;
	width: 220px;
}

.contact-information .profile-picture {
	float: right;
}

.rfp-header {
	margin-bottom: 20px;
}

.rfp-details li {
	font-size: 12px;
	list-style: none;
	padding-left: 20px;
	background: url(../../images/europe/shared/bg-list-blue.png) 5px 6px
		no-repeat;
	margin: 5px 0;
}

.form-row {
	padding: 20px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.form-row span.required {
	color: #2f72a0;
}

.form-row h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.form-fields ul {
	list-style: none;
}

.form-fields a.add {
	background: url(../../images/europe/shared/ico-add.png) 0 50% no-repeat;
	color: #469800;
	display: block;
	padding-left: 15px;
	float: left;
}

.form-fields .location-select {
	min-width: 250px;
	max-width: 350px;
	margin-bottom: 10px;
}

input.input-dark {
	border: 1px solid #fff;
	padding: 5px;
	background: url(../../images/europe/shared/bg-input-grey.png) 0 0
		no-repeat;
}

.form-fields .event-begin,.form-fields .event-end {
	padding-left: 105px;
}

.form-fields .event-begin label,.form-fields .event-end label {
	margin-left: -105px;
	width: 105px;
}

.multi-field,.tall .multi-field {
	padding: 0px 20px;
	font-size: 11px;
	font-weight: normal;
}

.multi-field .tall-label,.tall .multi-field .tall-label {
	float: left;
	margin: 0 10px 0 0;
	width: 20%;
	font-weight: normal;
}

.event-begin .text,.event-end .text {
	width: 120px;
}

.event-begin .icon-calendar,.event-end .icon-calendar {
	position: relative;
	left: -25px;
	top: 5px;
}

/* @end */ /* @group privileges */
.privileges h2 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.privileges h3 {
	font-size: 17px;
}

.privileges .section {
	width: 640px;
	font-size: 12px;
}

.privileges .section a {
	color: #2f6b95;
}

.privileges-first {
	width: 320px;
	float: left;
	background: url(../../images/europe/shared/bg-dotted-grey.png) 100% 0
		repeat-y;
	padding: 20px 10px 20px 0;
}

.privileges-second {
	float: left;
	padding: 20px;
	width: 270px;
	background: url(../../images/europe/shared/bg-dotted-grey.png) 100% 0
		repeat-y;
}

.privileges-first,.privileges-second {
	min-height: 280px;
}

.privileges .aside {
	padding: 20px;
	width: 270px;
	font-size: 12px;
}

.privileges .aside ul {
	margin-bottom: 20px;
}

.privileges .aside a.btn-lg {
	padding: 5px 30px;
}

.privileges .aside em {
	padding: 5px 10px;
	display: block;
	float: left;
}

.privileges .aside a.btn-login {
	font-size: 15px;
	color: #2f6b95;
	position: relative;
	top: 5px;
}

.privileges-first li,.privileges-second li,.privileges .aside li {
	list-style: none;
	background: url(../../images/europe/shared/bg-special-offer-list.png)
		no-repeat 0px 3px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.privileges-first li.last,.privileges-second li.last {
	background: none;
}

.privileges-card-lg {
	margin-top: -60px;
	margin-left: -20px;
	margin-bottom: 40px;
}

/* @end */ /* @group brand desc */
.brand-title {
	width: 100%;
	padding: 5px 0px 10px 0;
}

.brand-title h2 {
	float: left;
	font-size: 27px;
	margin-bottom: 0;
}

.brand-title h2 img {
	margin-left: 5px;
}

.brand-title h2 a,.brand-title h2 img {
	vertical-align: middle;
	text-decoration: none;
}

.brand-title h2 span,.brand-header h4 span {
	font-size: 10px;
	color: #777;
	font-weight: normal;
}

.wrapper-brand-tabs {
	background: url(../../images/europe/shared/bg-wrapper-guide-header.jpg)
		0 0 no-repeat;
	min-height: 288px;
	margin-bottom: 20px;
	border-top: 1px solid #d7d7d7;
}

.tabs-brands {
	width: 108px;
	float: right;
	padding: 20px 0px 20px 10px;
	list-style: none;
	border: none;
}

.tabs-brands li {
	float: none;
	margin: 0 0 1px 0;
}

.tabs-brands li a.current {
	border: 0;
	font-weight: normal;
	background: #ffd14b
		url(../../images/europe/shared/bg-tabs-gradient-left.png) 0 0 repeat-y
		;
}

.tabs-brands li a {
	padding: 8px 10px;
	background: #fafafa
		url(../../images/europe/shared/bg-tabs-gradient-left.png) 0 0 repeat-y
		;
	display: block;
	text-decoration: none;
	width: 75px;
	font-size: 11px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-right: none;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
}

.tab-brands-content {
	width: 540px;
	padding: 10px 20px 20px 0;
}

.tab-banner-img {
	margin-bottom: 20px;
}

.tab-brands-content ul {
	margin-left: 20px;
}

/* @end */ /* @group home */ /* @group browse tabs/images */
.wrapper-home-browse {
	position: relative;
	height: 320px;
	width: 600px;
	overflow: hidden;
	float: right;
	z-index: 1;
}

.wrapper-home-browse-tabs {
	width: 145px;
	background: url(../../images/europe/shared/bg-home-browse-tabs.png) 0 0
		no-repeat;
	font-size: 10px;
	position: absolute;
	left: 455px;
	height: 290px;
	padding: 15px 0;
	z-index: 100;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.wrapper-home-browse-tabs h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	padding: 0px 15px 10px 30px;
}

.wrapper-home-browse-tabs a {
	text-decoration: none;
	padding: 4px 15px 4px 30px;
	display: block;
	outline: none;
	line-height: normal;
}

.wrapper-home-browse img {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.wrapper-home-browse-tabs a:hover {
	color: #333;
	text-decoration: underline;
}

.wrapper-home-browse-tabs .current a {
	text-decoration: none;
	display: block;
	font-weight: 700;
	background:transparent url(../../images/europe/shared/bg-home-browse-current.png) no-repeat scroll 4px 50%;
}

a.tab-browse {
	width: 470px;
	height: 320px;
	position: absolute;
	color: #FFF;
	display: block;
	text-decoration: none;
	overflow: hidden;
	left: 0;
	top: 0;
}

ul.tabs-home-browse {
	list-style-type: none;
	font-size: 11px;
}

.tab-browse-info {
	background: url(../../images/europe/shared/bg-black-60.png) 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
	padding: 10px 10px;
	font-size: 12px;
	-moz-border-radius: 0 0 0 3px;
	-webkit-border-radius: 0 0 0 3px;
}

.tab-browse-header {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.destination-link {
	text-decoration: underline;
	display: block;
}

a.tab-browse:hover .tab-browse-info {
	background-color: #000;
}

a.tab-browse:hover .destination-link {
	text-decoration: none;
}

/* NEW CODE FROM VIGET, JULY 26, 2010 */
.tab-home-browse-content {
  position: relative;
	z-index: 10;
}

.tab-home-browse-content li {
  display: none;
  height: 320px;
  left: 0;
  position: absolute;
  top: 0;
  width: 600px;
  z-index: 1;
}

.tab-home-browse-content .current {
  display: block;
  z-index: 3;
}

.tab-home-browse-content .previous {
  display: block;
  z-index: 2;      
}

/* END NEW CODE */
/* @end */ /* @group search */
.home-header {
	height: 320px;
	padding-bottom: 35px;
}

.home-header .aside {
	width: 340px;
	float: left;
	height: 320px;
	position: relative;
	z-index: 2;
}

.home-header .wrapper-home-browse {
	position: relative;
	z-index: 1;
}

.home-header .aside-content {
	min-height: 265px;
	height: 265px;
	padding: 15px 15px 0 15px;
	border-bottom: 1px solid #FFFFFF;
}

.home-header .aside-content label {
	color: #FFF;
}

.home-header p {
	margin-bottom: 8px;
}

.home-header p.buttons {
	padding-top: 15px;
}

.home-header .aside-wrapper {
	background: #2f72a0 bottom right no-repeat
		url(../../images/europe/shared/bg-home-aside-wrapper.jpg);
}

.home-header .aside-content-wrapper {
	width: auto;
}

.aside-content .filterVacancy label{
	font-weight: normal;
}

.home-header .resv-tabs {
	list-style-type: none;
	height: 40px;
}

.home-header .resv-tabs li {
	float: left;
}

.home-header .resv-tabs a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	height: 20px;
	float: left;
	background: url(../../images/europe/shared/bg-resv-tabs.png) 0 0;
	text-align: center;
	outline: none;
	cursor: pointer;
}

.home-header a.book-room-tab {
	width: 125px;
}

.home-header a.view-resv-tab {
	width: 155px;
}

.home-header .selected-book-room a.book-room-tab {
	background-position: 0 0;
	font-weight: 700;
	color: #FFF;
}

.home-header .selected-book-room a.view-resv-tab {
	background-position: -155px -0px;
}

.home-header .selected-book-room a.view-resv-tab:hover {
	background-position: -155px -40px;
}

.home-header .selected-view-resv a.book-room-tab {
	background-position: 0 -80px;
}

.home-header .selected-view-resv a.book-room-tab:hover {
	background-position: 0 -120px;
}

.home-header .selected-view-resv a.view-resv-tab {
	background-position: -155px -80px;
	color: #FFF;
	font-weight: 700;
}

.selected-view-resv .book-room-content {
	display: none;
}

.selected-book-room .view-resv-content {
	display: none;
}

.selected-view-resv .buttons {
	padding: 10px 0;
}

.home-header .resv-tabs a:hover {
	text-decoration: underline;
}

.home-header .check-in-day,.home-header .check-out-day {
	width: 110px;
}

.home-header input.search-name {
	width: 285px;
}

.home-header .icon-calendar {
	left: 100px;
}

.home-header .check-out {
	width: 150px;
}

.home-header .resv-number {
	width: 55px;
	text-align: left;
}

.home-header .resv-number select {
	width: 50px;
}

.home-header .special-offer {
	padding-top: 7px;
	margin-bottom: 0;
}

.home-header .special-offer label {
	padding: 0px 15px 0 0;
	float: left;
	width: 130px;
}

.home-header .special-offer input {
	width: 90px;
}

.home-header .submit {
	float: left;
	width: 125px;
	font-size: 15px;
	line-height: normal;
	padding: 4px 0;
	border: 1px solid #60a1cd;
}

.home-header .best-rate {
	float: right;
	display: block;
	padding: 5px 0 10px 25px;
	font-size: 10px;
	background-position: 0 7px;
	color: #FFF;
	background: url(../../images/europe/shared/ico-best-rate-home.png) 0 6px
		no-repeat;
}

.error-float {
	background: #ffe9e9;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	border: 1px solid #c00;
	position: absolute;
	left: 102%;
	top: -10px;
	width: 245px;
	z-index: 999;
}

.error-float strong,.error-close, .short-supply {
	color: #c00;
}

.total-cost .short-supply {
	color:#CC0000;
	display:block;
	font-size:10px;
	padding-top:5px;
}

.short-supply {
	font-weight: bold;
	font-style: italic;    
}

.error-cont {
	position: relative;
	float: left;
	height: 1px;
	min-height: 27px;
	text-align: left;
}

.error-float input {
	background: #c00;
	color: #fff;
	border: 0;
	padding: 3px 6px;
	font-weight: bold;
}

.error-arrow {
	height: 16px;
	width: 9px;
	display: block;
	background: url(../../images/europe/shared/bg-error-arrow.png) 0 0
		no-repeat;
	position: absolute;
	left: -9px;
	top: 12px;
}

.error-close {
	position: absolute;
	right: 10px;
	top: 5px;
	line-height: normal;
}

.rooms-available .error-cont,.room-total-price .error-cont {
	float: none;
	text-align: left;
	font-weight: normal;
}

.rooms-available .error-float,.room-total-price .error-float {
	position: absolute;
	left: -120px;
	top: 30px;
	width: 245px;
	z-index: 999;
	padding: 10px 20px;
	text-align: left;
}

.room-total-price .error-float {
	left: -285px;
	top: 45px;
}

.rooms-available .error-arrow,.room-total-price .error-arrow {
	height: 16px;
	width: 19px;
	display: block;
	background: url(../../images/europe/shared/bg-error-arrow-top.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: -9px;
}

.room-total-price .error-arrow {
	left: 75%;
}

.error-float a {
	color: #CC0000;
	display: inline;
}

.room-edit-dates .error-float strong,.room-edit-dates .error-close,.listing-rooms .error-close
	{
	color: #CC0000;
	font-size: 12px;
}

.room-edit-dates .error-float strong {
	margin-top: 10px;
}

.message-overlay {
	width: 400px;
	background: #fff;
	position: absolute;
	z-index: 900;
	border: 5px solid #2f72a0;
	padding: 10px;
	left: 50%;
	margin-left: -200px;
}

.message-overlay .error-close {
	background: #2f72a0;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
	text-decoration: none;
}

.message-overlay input {
	background: #2f72a0;
	color: #fff;
	border: 0;
	padding: 3px 6px;
	font-weight: bold;
}

/* @end */ /* @group structure */
.wrapper-home-content p,.wrapper-home-content li {
	font-size: 11px;
	line-height: 17px;
}

.wrapper-home-content .clear-both {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
}

.wrapper-home-content .col-left {
	width: 640px;
}

.wrapper-home-content .col-right {
	border-left: 1px solid #e5e5e5;
	width: 304px;
	padding: 0 0 15px 15px;
}

.wrapper-home-content .col-left .col-left {
	width: 304px;
	padding-right: 15px;
}

.wrapper-home-content .col-left .col-right {
	width: 289px;
	padding-right: 15px;
}

.wrapper-home-content h4 {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0;
	background: url(../../images/europe/shared/bg-dotted-horiz.png) bottom
		left repeat-x;
	margin-bottom: 15px;
}

.wrapper-home-content h4 a {
	color: #2f72a0;
}

.wrapper-home-content h5 {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 10px;
}

.wrapper-home-content h5 em {
	font-weight: 300;
	display: block;
}

.wrapper-home-content .section {
	width: auto;
}

.wrapper-home-content .aside .section {
	padding-left: 10px;
}

.special-offer-list {
	list-style-type: none;
}

.special-offer-list li {
	margin-bottom: 5px;
	padding-left: 15px;
	zoom: 1;
}

.special-offer-list li a {
	padding-left: 15px;
	display: block;
	background: url(../../images/europe/shared/bg-special-offer-list.png) 0
		5px no-repeat;
	font-size: 12px;
	color: #666;
}

.special-offer-list li a:hover {
	background: url(../../images/europe/shared/bg-special-offer-list.png)
		1px 5px no-repeat;
}

.special-offer-list strong {
	color: #333;
}

.special-offer-list .price {
	color: #53a60c;
	font-weight: 700;
	font-size: 15px;
}

.important-links {
	background: url(../../images/europe/shared/bg-dotted-horiz.png) 0 0
		repeat-x;
	padding: 15px 0;
	margin: 25px 0 0 0;
}

.important-links .col {
	width: 130px;
	border: none;
}

.important-links ul {
	list-style: none;
}

.email-signup {
	background-color: #ffe9a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
}

.email-signup input {
	margin: 0px;
}

.email-signup .btn-sm {
	float: left;
	margin-left: 5px;
	width: 55px;
}

h4.choice-privileges {
	background-image:none;
	margin:0;
}

h4.choice-privileges-ca-fr {
	background-image:none;
	margin:0;
}

h4.choice-privileges-de {
	background-image:none;
	margin:0;
}

h4.choice-privileges-es {
	background-image:none;
	margin:0;
}

h4.choice-privileges-fr {
	background-image:none;
	margin:0;
}
h4.choice-privileges-it {
	background-image:none;
	margin:0;
}

.choice-privileges a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/europe/shared/hd-choice-privileges.png) no-repeat scroll 0 0;
	display:block;
	height:42px;
	text-indent:-9999px;
}

.choice-privileges-ca-fr a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/ca_fr/hd-choice-privileges.png) no-repeat scroll 0 0;
	display:block;
	height:42px;
	text-indent:-9999px;
}
.choice-privileges-de a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/de/hd-choice-privileges.png) no-repeat scroll 0 0;
	display:block;
	height:42px;
	text-indent:-9999px;
}
.choice-privileges-es a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/es/hd-choice-privileges.png) no-repeat scroll 0 0;
	display:block;
	height:42px;
	text-indent:-9999px;
}
.choice-privileges-fr a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/fr/hd-choice-privileges.png) no-repeat scroll 0 0;
	display:block;
	height:42px;
	text-indent:-9999px;
}
.choice-privileges-it a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/it/hd-choice-privileges.png) no-repeat scroll 0 0;
	display:block;
	height:42px;
	text-indent:-9999px;
}

.section-privileges {
}
.section-privileges .section {
	padding:5px 0 10px;
	position:relative;
}
.section-privileges img.left {
	margin:0 15px 10px 0;
}

.section-priv-logged ul {
	font-size: 13px;
	list-style: none;
	margin-bottom: 10px;
}

.total-priv {
	float: right;
	width: 120px;
	text-align: center;
}

.total-priv strong {
	font-weight: bold;
	font-size: 25px;
	display: block;
	padding: 5px 0 15px;
}

.logged-in {
	position: absolute;
	top: 13px;
	left: 720px;
	font-size: 12px;
	line-height: normal;
}

.guarantee {
	background: url(../../images/europe/shared/bg-guarantee.png) top center
		no-repeat;
	font-weight: 700;
	float: right;
	width: 95px;
	padding-top: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px 10px;
}

.home-thumb {
	padding-left: 70px;
}

.home-thumb img {
	float: left;
	margin: 0 0 0 -65px;
}

/* @end */
.alerts {
	background: #FFF8E4 url(../../images/europe/shared/ico-alert-yellow.png)
		no-repeat 10px 10px;
	border: 1px solid #ffd24b;
	margin: 25px 0;
	padding: 10px 15px 10px 54px;
	font-size: 11px;
}

.alerts h2,.alerts h4,.alerts h3,.alerts h5,.alerts h6 {
	font-weight: bold;
	margin: 0;
}

.alerts ul {
	margin-left: 15px;
}

/* @end */
.gen-copy {
	padding: 0 180px 0 0;
}

.gen-nav {
	background: url(../../images/europe/shared/bg-gen-nav.png) no-repeat 0 100%;
	border-top: 2px solid #7A776C;
	float: right;
	font-size: 11px;
	margin: 0 -180px 0 20px;
	padding: 0 0 45px;
	width: 160px;
	list-style: none;
	position: relative;
}

.gen-nav li a {
	background: url(../../images/europe/shared/bg-gen-nav-link.png) no-repeat -160px
		100%;
	display: block;
	height: 1%;
	line-height: normal;
	padding: 12px 10px;
	text-decoration: none;
}

.gen-nav li a:hover {
	background: url(../../images/europe/shared/bg-gen-nav-link.png) no-repeat 0 100%;
	color: #333333;
}

.gen-nav li.cur a {
	background: #FFFFFF none repeat scroll 0 0;
	font-weight: bold;
}

  /* @group footer */
/* start new code for footer */

.footer {
	background: url(../../images/europe/shared/bg-footer.png) 0 0 repeat-x;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 80px;
}

.footer-header {
	background: #ececec url(../../images/europe/shared/bg-footer-links.png)
		top right no-repeat;
	padding: 10px;
}

.footer-links {
	list-style: none;
	float: left;
	margin: 10px;
}

.footer-links li {
	float: left;
	border-right: 1px solid #333;
	padding-right: 15px;
	margin-right: 15px;
}

.footer .logo-hotels {
	float: right;
	margin-bottom: 0;
}

.footer-policies li.last,.footer-links li.last {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

.footer-links li a {
	color: #333;
	font-size: 12px;
}

.footer-destinations {
	padding: 20px 0 20px 20px;
}

.footer-destinations h3 {
  font-size: 11px;
}

.footer-destinations ul {
	list-style: none;
	float: left;
	font-size: 11px;
	line-height: 18px;
}

.footer-destinations a {
  display: block;
	color: #656565;
	padding: 0 10px 0 10px;
	text-indent: -10px;
	zoom: 1;
}

.footer-destinations div {
  float: left;
  
}

.footer-countries {
  width: 640px;
}

.footer-countries ul {
  padding: 15px 10px 0 0;
  width: 150px;
}

.footer-hotels {
  padding: 0 10px 0 0;
  width: 120px;      
}

.footer-guides {
  width: 160px;
}
    
.footer-destinations h3 {
  height: 15px;
}

/* @group --policies, social, copyright */

  .footer-policies li {
  	float: left;
  	list-style: none;
  	padding-right: 7px;
  }

  .footer-social {
    float: right;
  }

  .footer-social li {
  	float: left;
  	list-style: none;
  	padding-right: 5px;
  	margin-right: 5px;
  }

  .footer-copyright, .footer-policies, .footer-social {
  	padding: 10px 20px;
  	font-size: 11px;
  }

  .footer-copyright {
  	float: left;
  	margin: 0;
  	padding-right: 7px;
  }

  .footer-policies {
    float: left;
    padding-left: 0;
  }

  .footer-social li {
    padding: 0;
  }

  .footer-social li.social-header {
    padding-right: 3px;
  }

  .footer-social a {
    background: url(../../images/europe/shared/bg-footer-social.png) -4px -4px no-repeat;
    display: block;
    padding: 5px 5px 5px 26px;
    position: relative;
    top: -4px;
  }

  .facebook  a       { background-position: -4px   -4px; }
  .facebook a:hover { background-position: -4px  -36px; }
  .twitter a       { background-position: -4px  -68px; }
  .twitter a:hover { background-position: -4px -100px; }

  .footer-copyright,.footer-policies,.footer-copyright,.footer-policies a {
  	color: #323232;
  }
    
    /* @end */
    
  /* @end */

/* end new code for footer */

.footer-ads {
    	clear: both;
    	margin: 10px 0px 10px 0px;
    }

.sidebar-ads {
	clear: both;
	margin: 10px 0px 10px 0px;
}

.global-error ul, .error-header ul{
	font-size:20px;
	margin:8px 0 20px;
	float:none;
	list-style-type:none;
	text-align: center;
	color:#CC0000;
	list-style-position:inside;
}

.logo-foot {
    float: right;
}
.section-header span.corp-rate {
    color: #c00;
    font-weight: bold;
    font-size: 13px;
}

table.listing-rooms select, room-adults select, .room-children select { 
  width: 35px; 
  max-width:50px; 
}

/* Trip Advisor*/
.reviewsAdvisorBlock {
	font-size: 11px;
}
.reviewsAdvisorBlock img {vertical-align: middle; margin-top: -2px;}
.reviewContainer table {width: 450px; font-size: 11px;}
.reviewContainer {float: left;}
.photoContainer {float: right; font-size: 11px; color: #777777;}
.photoContainer .photoLinks {text-align: center;}
.photoContainer .photoLinks  a {font-size: 11px; color: #777777 !important; text-decoration: none;}
.photoLinks table {width: 100%;}
.userPhotos .current {display: block;}
.userPhotos .hidden {display: none;}
.photoLinks .active {text-decoration: underline !important; cursor: pointer;}
.photoLinks a {cursor: default;}
.reviewRating img {margin: 0px; padding:0px; float: left;}
.reviewRating {width: 75px;}
.reviewRating div {padding: 3px 0; width: 100%;}
.reviewRating span {margin-left: 5px;}
.commentContainer div {margin-bottom: 7px; margin-top: 15px;}
.commentContainer div img {float: left; vertical-align: middle;}
.commentContainer div span {font-size: 12px; font-weight: bold; margin-left: 8px; color: #404040;}
.commentContainer span{color: #b0b0b0; font-size: 11px;}
.commentContainer p {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #7a7a7a;
}
.commentContainer a {font-size: 12px; text-decoration: none; color: #9899af !important;}
.writeReviewContainer .moreReviewsLink {float: right; margin-top: 15px; font-size: 12px;}
.tripAdvisor {font-size: 10px !important; color: #b0b0b0;}

/* @end */

.fly-bys { color: #003461; }
.fly-bys img {
    position: relative;
    top: 13px;
    margin-left: 5px;
}
.is-green { color: #7f8a34; }
.is-green img {
    position: relative;
    top: 4px;
    margin-right: 3px;
}
.award {
    margin: 0 0 10px;
    font-size: 13px;
    padding: 10px 0 25px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.award img {
    float: left;
    margin: -10px 10px 0 0;
}
img.award {
    float: left;
    margin: -10px 15px 0 0;
	height:40px;
	border:0px;
}
.non-smoking { color: #000000; }
.non-smoking img {
    position: relative;
    top: 4px;
    margin-right: 3px;
}

ol.gen-ol{
	padding:12px 10px 10px 35px;
}
ol.gen-ol li{
	padding: 3px 0px 3px 0px;
}

#beta-note {
  padding: 10px 60px 15px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  background: #fefebe;
  border-bottom: 1px solid #ffffe7;
}
#beta-note h2 {
  display: inline;
  font-weight: 700;
  font-size: 15px !important;
}
#beta-note a {
  color: #2F72A0;
}
#beta-note .toolbox-close {
  margin: 2px 0 10px 10px;
}

.toolbox-close {
    float: right;
}

.rate-desc {
	font-size: 12px;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	background: #FFF8E4;
}
.rate-desc h4 {
    font-size: 13px;
    margin: 0 0 5px;
}
.rate-desc p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
}

.dr-sb-common-container {
	text-align:left;
}

.green-description {
	position: absolute;
	top: 10px;
	left: 250px;
	padding: 1px 1px 1px 1px;
	background: #fff;
	border: 1px solid #2a6b97;
	z-index: 400; /* here */
	color: #000;
	width: 438px;
}

.green-description span {
	position: absolute;
	bottom: -10px;
	left: 10px;
	background: url(../../images/europe/shared/bg-tooltip-arrow.png) bottom
		left no-repeat;
	width: 20px;
	display: block;
	height: 10px;
}

.helpContent {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-right:8px;
	padding-left:8px;
}

.helpContent a {
	text-decoration: underline;
	color: blue;
}

.awardImg {
	align: left ;
	padding-right:10px;
}

.heading1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.floatLeft{float:left;}
.floatRight{float:right;}

.navmedium {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0000FF; /* blue */
	text-decoration:underline;
	vertical-align:middle;
	text-align:center;
}

li.wider {
	clear: left;
}

.wider label {
	width: auto;
	font-weight: 700;
	font-size: 11px;
	float: left;	
}

/* NEW CODE - JULY 12, 2010 - VIGET LABS */
.destinations-map .section .capital-city-links {
  margin: 10px 0 5px;
  overflow: hidden;
}
.destinations-map .section .capital-city-links ul {
  border: none;
  float: left;
  width: 49%;
}

.destinations-map .section .capital-city-links li {
  background: none;
  margin: 0;
  padding: 0;
}

.destinations-map .section .capital-city-links a {
  background: url(../images/europe/shared/bg-capital-city-links-a.png) 0 5px no-repeat;
  display: block;
  padding: 0 20px 10px 13px;
  zoom: 1;
}
/* END NEW CODE */

/* NEW CODE 7/12/2010 */

.content .divider-top {
	border-top: #d7d7d7 1px solid;
	padding: 10px 0;
}

.content .price-sub {
	border-top: #d7d7d7 1px solid;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	margin: 15px -20px 0 0;
	padding: 5px 10px 0;
	width: 290px;
}

.content .listing-currency {
  clear: both;
  color: #888;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 10px 0 0;
}

.content .listing-rates .listing-currency {
  padding: 5px 10px 0;    
}
  
  /* END */

