/* @group reset */

* { margin:  0; padding: 0; }
ul { list-style: none; }
p { margin: 10px 0;font-size:1.2em;}
a img, frameset { border: none; }

/* @end */
/* @group utility */

.clear {
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}
.row:after, .clearfix:after, .content-header:after, #content-wrap:after, .cols-wrap:after, .util-links:after, .footer-links:after, .footer-countries:after, .col-feature:after, .action-box:after, .member-stats:after, .history-tabs:after, .tab-content:after, .hotel-spotlight:after, .nav-breadcrumb:after, .room-row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.list_desc {
	min-height:30px;
    font-size:1.2em;
}
.checkout-content-row-sub .form-fields label {margin-bottom: 0px !important;}
h2, h3, h4, h5 { }
h2 { font-size: 185%; margin: 25px 0; }
h3 { font-size: 150%; margin: 15px 0; }
h4 { font-size: 135%; margin: 15px 0; }
h5 { font-size: 115%; margin: 5px 0; }
small { font-size: 90%; }
hr { color:#ddd;clear:both;float:none;width:100%;height:1px;margin:12px 0;border:none}
div.hr { color:#ddd;clear:both;float:none;width:100%;height:1px;margin:12px 0;border:none}
div.hr hr { display:none}
.add_top, #add_top { margin-top: 15px; }
.add_bottom, #add_bottom { margin-bottom: 15px; }
.no_bottom { margin-bottom: 0; padding-bottom: 0; }
.no_top { margin-top: 0; }
.no_border { border: 0; }
.left { float: left; }
img.left { margin: 0 15px 15px 0; }
.right { float: right !important; }
img.right { margin: 0 0 15px 15px; }
.text_right { text-align: right; }
.hide { display: none; }
.show { display: block; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
input.button { 
	border: 0;
	outline: none;
	cursor: pointer;
}
fieldset { border: 0; }

/* @end */
/* @group links */

a, a:link { color: #43756F; text-decoration: underline; }
a:visited {text-decoration: underline;}
a:hover { text-decoration: none; }
a:active { }
a[class], a[id]{ outline:none; }

/* @end */

/* @group form elements */
form label {
	color: #666;
	font-weight: bold;
	display: block;
}
form input { 
	font-size: 12px;
	border: 1px solid #e3e4e4;
	padding: 4px 5px;
	background: #fff url(../../../images/no/shared/bg-input.jpg) bottom left repeat-x;
	float: left;
	height: 15px;
	font-style: normal;
	color: #333;
}
input.blur{
	font-style: italic;
	color: #ccc;
}
form p { 
	margin: 0px 0px 10px 0px;
}
form a { 
	color:  #493a15;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
form a:hover { 
	text-decoration: underline;
}

/* @group buttons */
input.button.btn-light { 
	font-weight: bold;
	display: block;	
	float: left;
 	padding: 0 8px 0 0; 
 	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
input.button.btn-green::-moz-focus-inner, input.button.btn-light::-moz-focus-inner, input.button.btn-dark::-moz-focus-inner { border: 0; }

input.button.btn-light { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% 0 no-repeat;
	color: #919294;
}
input.button.btn-light:hover { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -31px no-repeat;
	color: #333;
}
input.button.btn-light:active { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -62px no-repeat;
	color: #333;
}
input.button.btn-light span, input.button.btn-comfort span { 
	display: block;
	white-space: nowrap; 
  	position: relative; 
  	height: 23px; 
  	line-height: 23px; 
	padding: 0 0 0 8px; 
}
input.button.btn-light span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0 0 no-repeat;
}
input.button.btn-light:hover span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -31px no-repeat;
}
input.button.btn-light:active span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -62px no-repeat;
}
input.button.btn-large::-moz-focus-inner {
	border: 0;
}
input.button.btn-large {
	font-weight: bold;
	display: block;	
 	padding: 0 18px 0 0; 
 	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	font-size: 12px;
	color: #d2e8e9;
	margin-left: -5px;
	background: url(../../../images/no/shared/btn-largeRight.png) 100% 0 no-repeat;
}
.col-reservations input.button.btn-large, .tab-content input.button.btn-large {
	background-color: #9ACBCC;
}
a.btn-large {
	font-size: 12px;
	color: #d2e8e9;
	font-weight: bold;
	display: block;
	float: left;
	height: 42px;
	margin-right: 5px;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	background: url(../../../images/no/shared/btn-largeRight.png) 100% 0 no-repeat;
}
/*#tab-room a.btn-large, #tab-resv a.btn-large {float: right}*/
#tab-resv input {width:225px}
input.btn-large:hover, a.btn-large:hover {
	background: transparent url(/images/no/shared/btn-largeRight.png) 100% -42px no-repeat;
	text-decoration: none;
}
input.btn-large:active, a.btn-large:active {
	background: transparent url(/images/no/shared/btn-largeRight.png) 100% -84px no-repeat;
}
input.button.btn-large span { 
	display: block;
	white-space: nowrap; 
  	position: relative; 
  	height: 42px; 
  	line-height: 42px; 
	padding: 0 0 0 20px; 
	/*margin-top: -1px;*/
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) 0px 0px no-repeat;
}
a.btn-large span {
	display: block;
  	line-height:20px; 
	padding: 10px 0px 10px 20px;
	margin-top: 0px;
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) 0 0 no-repeat;
	color: #d2e8e9;
}
a.btn-off span{
	color: #7aa8a2;
}
input.button.btn-large:hover span, a.btn-large:hover span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) 0 -42px no-repeat;
	text-decoration: none;
}
input.button.btn-large:active span, a.btn-large:active span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) 0 -84px no-repeat;
}
a.btn-light{ 
	font-size: 1.1em;
	font-weight: bold;
	display: block;	
	float: right;
	height: 23px;
	margin-right: 6px;
	padding-right: 13px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
a.btn-light { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% 0 no-repeat;
	color: #919294;
}
a.btn-light:hover { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -31px no-repeat;
	color: #333;
}
a.btn-light:active { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -62px no-repeat;
	color: #333;
}
a.btn-light span{ 
	display: block;
	line-height: 13px;
	padding: 5px 0 5px 13px;	
}
a.btn-light span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0 0 no-repeat;
	color: #919294;
	white-space: nowrap;
}
a.btn-light:hover span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0 -31px no-repeat;
	color: #333;
}
a.btn-light:active span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0 -62px no-repeat;
	color: #333;
}


.btn-dark, input.button.btn-dark{
	background: #69a099 url(../../../images/no/shared/btn-dark.png) bottom left repeat-x;
	color: #fff;
	text-transform: uppercase;
}
a.btn-dark:hover, input.button.btn-dark:hover{
	background: #69a099 url(../../../images/no/shared/btn-dark-hover.png) top left repeat-x;
}
.quality .btn-dark, .quality input.button.btn-dark {
	background: #e76731 url(../../../images/no/quality/btn-dark.gif) bottom left repeat-x;
}
.quality-resort .btn-dark, .quality-resort input.button.btn-dark {
	background: #9c9879 url(../../../images/no/quality-resort/btn-dark.gif) bottom left repeat-x;
}
.clarion .btn-dark, .clarion input.button.btn-dark {
	background: #9b9999 url(../../../images/no/clarion/btn-dark.gif) bottom left repeat-x;
}
.clarion-collection .btn-dark, .clarion-collection input.button.btn-dark {
	background: #97327a url(../../../images/no/clarion-collection/btn-dark.gif) bottom left repeat-x;
}
.comfort .btn-dark, .comfort input.button.btn-dark {
	background: #e4358b url(../../../images/no/comfort/btn-dark.gif) bottom left repeat-x;
}

.comfort a.btn-dark:hover, .comfort .btn-dark:hover{
	background: #e32570 url(../../../images/no/comfort/btn-dark-hover.gif) top left repeat-x;
}
.quality a.btn-dark:hover, .quality .btn-dark:hover{
	background: #e54722 url(../../../images/no/quality/btn-dark-hover.gif) top left repeat-x;
}
.quality-resort a.btn-dark:hover, .quality-resort .btn-dark:hover{
	background: #847f57 url(../../../images/no/quality-resort/btn-dark-hover.gif) top left repeat-x;
}
.clarion a.btn-dark:hover, .clarion .btn-dark:hover{
	background: #848181 url(../../../images/no/clarion/btn-dark-hover.gif) top left repeat-x;
}
.clarion-collection a.btn-dark:hover, .clarion-collection .btn-dark:hover{
	background: #7e2259 url(../../../images/no/clarion-collection/btn-dark-hover.gif) top left repeat-x;
}

.checkbox {
	margin-right: 5px;
}

.radiobutton {
	margin-right: 5px;
}

table.checkbox-table input {
    margin-right: 5px;
}

table.radiobutton-table input{
	margin-right: 5px;
}


/* @end */

/* @end */

/* @group =base */
body  { 
	font: 62.5% Arial, Helvetica, Sans-Serif;
	background: url(../../../images/no/shared/bg-body.png) top center repeat-y;
	text-align: center;
	color: #4a473b;
}
#wrapper-content { 
	position: relative;
	z-index: 1;
	background: url(../../../images/no/shared/bg-wrapperContent.png) top center repeat-x;
}
#wrapper-inner { 	
	background: url(../../../images/no/shared/bg-wrapperInner.png) top center no-repeat;
}
#wrapper-main { 
	width: 860px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #fff;
}

/* @group -header */
#header { 
	position: relative;
	background: url(../../../images/no/shared/bg-header.png) 0 center no-repeat;
	color: #fff;
	height: 175px;
	z-index: 100;
}

/* @group hotel logo */

#logo {
	background: url(../../../images/no/shared/bg-logo.png) 0 0 no-repeat; 
	position: absolute;
	top: 55px;
	left: -5px;
	z-index: 100;
	width: 192px;
	height: 100px;
}
#logo h1 {
	position: relative;
}
#logo h1 a {
	width: 158px;
	height: 50px;
	top: 25px;
	left: 50%;
	margin-left: -74px; /* half of the width */
	position: absolute;
	display: block;
	background: url(../../../images/no/shared/logo-choice-scandinavia.png) center no-repeat; 
}
#header h1 a {
	display: block;
	text-indent: -9000em;	
	outline: none;
}
#header h1 a:hover { background-color: transparent; }

/* @end */


/* @group logo drop down menu */

#logo-menu {
	display: none; /* hide for default logo*/
	background: transparent url(../../../images/no/shared/ico-logo-menu.png) top right no-repeat; 
	text-indent: -9000px;
	width: 145px;
	margin-left: -72px; /* half of the width */
	left: 50%;
	position: absolute;
	/*bottom: 0px;*/
	top: 96px;
	z-index: 900;
	height: 20px; 
}
#logo-menu.open {
	background: transparent url(../../../images/no/shared/ico-logo-menu.png) right -20px no-repeat;
}
#logo-links {
	position: absolute;
	background: #fff;
	top: 115px;
	left: 100px;
	padding: 10px;
	border: 1px solid #ccc;
	display: none;
	z-index: 111;
	width: 160px;
}
#logo-links li {
	padding-left: 10px;
	margin-left: 5px;
	background: url(../../../images/no/shared/icons.png) 0 -42px no-repeat;
	font-size: 1.2em;
	margin-bottom: 10px;
}
#logo-links a {
	color: #333;
	text-decoration: none;
}
#logo-links a:hover {
	text-decoration: underline;
}
#logo-links h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	margin: 5px 0px 10px 0px;
}
/* @end */
/* @group brand links */
#brand-links {
	font-size: 1.1em;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 15;
	color: #e0dfdb;
}
#brand-links li { float: left; border-right: 1px solid #666; padding: 0px 10px;}
#brand-links li.last { border: 0; padding-right: 0; }
#brand-links li a { text-decoration: none;color: #666; }
#brand-links li a:hover { text-decoration: underline; }

/* @end */

/* @group utility box */
#util{
	font-size: 1.1em;
	padding-top: 16px;
	position: absolute;
	top: 18px;
	right: 10px;
	z-index: 15;
	color: #e0dfdb;
	text-align: right;
}
#util form {
  position: absolute;
  right: 0;
  top: 0;
}
#util .language li.lang{ 
	border-right: 0; 
	padding-right: 0; 
	position: relative;
	height: 12px;	
	padding: 2px 0px 2px 15px;
}
body #util .language li.lang, body .greeting, body .greeting a, body .footer-countries a{
	color: #517b76;		
}
#util .language li.lang span {
	padding: 2px 35px 2px 15px;
	background: #e2e3e5 url(../../../images/no/shared/bg-langDown.png) 90% 50% no-repeat;
	margin-left: 5px;
	cursor: pointer;
	color: #565657;
	text-align: left;
}
#util .language li.lang span.open { background: #97999c url(../../../images/no/shared/bg-langUp.png) 90% 50% no-repeat; color: #fff;}
#util .language li a { color: #565657; }
#util .language li a:hover { background-color: transparent; }
#util .language li ul {
	position: absolute;
	top: 100%;
	right: 0;
	background: #97999c;
	width: 95px;
	text-align: left;
}
#util .language li ul li {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#util .language li ul li a {
	display: block;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #787b7e;
	color: #fff;
	text-decoration: none;
}
#util .language li ul li a:hover { background: #787b7e; color: #fff;}
#util .util-links  { float: right; margin-top: 5px;  }
#util .util-links li { float: left; border-right: 1px solid #666; padding: 0px 10px;}
#util .util-links li.last { border: 0; padding-right: 0; }
#util .util-links li a { color: #666; }
/* @end */

.greeting {
	font-size: 1.2em;
	position: absolute;
	top: 155px;
	right: 0px;
	color: #517b76;
	text-align: right;
	width: auto;
	width: 645px;
}
span.intro {
	font-weight: bold;
	font-size: 1.17em;
}
.greeting a { color: #666; }

/* @group search */
#search {
	width: 227px;
	height: 25px;
	background: url(../../../images/no/shared/bg-search.png) 0 0 no-repeat;
	position: absolute;
	top: 80px;
	right: 40px;
	z-index: 10;
}
#search input {
	float: left;
	width: 170px;
	border: 0;
	padding: 5px;
	height: 14px;
	font-size: 1.2em;
}
#search input.button {
	width: 29px;
	height: 24px;
	background: url(../../../images/no/shared/btn-search.png) 0 0 no-repeat;
	text-indent: -9000px;
	cursor: pointer;
	outline: none;
}
#search input.button:hover {
	background: url(../../../images/no/shared/btn-search.png) 0 -24px no-repeat;
}
#search label { display: none; }
/* @end */

a.view-map { 
	width: 53px;
	height: 25px;
	background: url(../../../images/no/shared/bg-viewMap.png) center left no-repeat;
	position: absolute;
	top: 80px;
	right: -5px;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1em;
	cursor: pointer;
}
a.view-map span { 
	float: right;
	padding-left: 25px;
}
/* @end */

/* @group -navigation */
#nav {
	position: absolute;
	height: 74px;
	width: 902px;
	left: -21px;
	top: 75px;
	list-style-type: none;
	background: #949597 url(../../../images/no/shared/bg-nav.png) 0 0 no-repeat;
}
#nav-links {
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 210px;
}
#nav-links li {
	float: left;
	text-align: center;
}
#nav-links li a {
	color: #fff;
	padding: 10px;
	height: 20px;
	display: block;
	float: left;
	font-size: 1.4em;
	text-decoration: none;
	outline: none;
}
#nav-links li a:hover, #nav-links li a.selected {
	background: url(../../../images/no/shared/bg-nav.png) 50% -74px no-repeat;
}
#nav-links #subnav-links {
	position: absolute;
	top: 40px;
	left: 0;
	width: 680px;
}
#nav-links #subnav-links a {
	color: #333;
	font-size: 1.2em;
	padding-bottom: 0px;
}
#nav-links #subnav-links a:hover, #nav-links #subnav-links a.selected {
	background: none;
	text-decoration: underline;
}


/* @end */

/* @group -footer */
#footer {
	width: 820px;
	clear: both;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #dae1e1;
	background: url(../../../images/no/shared/bg-footer.png) 0 0 repeat-x;
	position: relative;
}
#footer h2 {
	position: absolute;
	right: 40px;
	top:  -10px;
}
#footer h2 a {
	width: 158px;
	height: 50px;
	display: block;
	text-indent: -9000em;	
	outline: none;	background: url(../../../images/no/shared/logo-choice-footer.png) center no-repeat; 
}
.footer-links { margin-bottom: 45px; }
.footer-links li {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #666;
}
.footer-links li.first { padding-left: 0; }
.footer-links li.last { border-right: 0; }
.footer-links a { font-size: 1.2em; color: #666; }
.footer-countries ul {
	float: left;
	width: 22%;
	line-height: 1.8em;
}
.footer-countries ul.last { float: left; width: 12%; }
.footer-countries a {
	font-size: 1.1em;
	color: #517b76;
	text-decoration: none;
}
.footer-countries a {
	font-size: 1.1em;
	color: #517b76;
	text-decoration: none;
}
.footer-countries a:hover { text-decoration: underline; }

/* @end */	

/* @end */

/* @group =pages */

#content-wrap{ margin-top: 10px; }
#column-main{
	float: right;
	width: 560px;
}
#column-aside {
	float: left;
	width: 287px;
	background: transparent;
}
#column-main.wide {width: 640px;}
#column-aside.thin { width: 200px; }

/* @group reservations */
.col-reservations {
	float: left;
	width: 287px;
	height: 310px;
	background: #9acbcc; 
}
.action-box { background: #9acbcc;  }
.section-box {
	padding: 10px;
	margin: 10px 0px;
}
.section-box h4 {
	color: #666;
	margin: 10px 0px;
	font-size: 1.4em;
}
.section-box p {
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}
.section-box p span {
	color: #333;
	font-size: 1.5em;
	text-transform: uppercase;
}
.section-box li { margin-bottom: 10px; }
.section-box a {
	color: #336666;
	font-size: 1.2em;
}
.find_room {margin-top: 10px}
.find_room table {margin-right: 0px}
.resv-tabs {  height: 41px; }
.resv-tabs li {  float: left; }
.resv-box {  padding: 10px 20px; }
.resv-box-sub { background: #9acbcc; margin-bottom: 10px; }
.resv-box-sub form { padding: 10px 20px;  }
.resv-box-sub h4 { margin: 0;  padding: 10px 0px 10px 20px; color: #fff; background: #517b76;}
.resv-box form label, .resv-box-sub form label {  font-size: 12px; }
.resv-box-sub form label { color: #333; }
.resv-box form input, .resv-box-sub form input  {  border: 0; }
.resv-box form p, .resv-box-sub form p {  margin: 5px 0; display: block; }
.resv-box form input.resv-num {  width: 227px; }
.resv-box p.single, .resv-box-sub p.single, .resv-box p.location, .resv-box-sub p.location {display: block; height: 35px; float:left;}
.resv-box p.question, .resv-box-sub p.question {  float: left; width: 227px; height:25px; margin: 5px 0 0 0;font-size: 10px !important}
.resv-box p.question span label{
	width: 70px;
	padding-right: 10px;
	float: left;
	font-size: 1em;
}
.resv-box p.question span input{
	width: 130px;
	float: left;
}
.resv-box a.showInput, .resv-box p.question span label{
	line-height: 22px;
}
.resv-box input.location {  width: 200px; }
.resv-box-sub input.location, .resv-box-sub  .spec-offer {  width: 145px; }

.resv-box p.check-date {  float: left; }
.resv-box-sub p.check-date {  float: left; }
.resv-box input.check-in, .resv-box input.check-out, .resv-box-sub input.check-in, .resv-box-sub input.check-out {  width: 80px; }
.resv-box input.check-in {width: 80px;}

.resv-box p.resv-num {  float: left; width: 237px; }
.resv-box p.stack {  width: 75px; float: left; }
.resv-box-sub p.stack {  width: 50px; float: left; text-align: center; }
.resv-box-sub p.stack label {
	color: #333;
}
.resv-box p.stack select, .resv-box-sub p.stack select { min-width: 50px; }
.resv-box-sub .s-adults {
	clear: both;
	margin-right: 5px;
}
.resv-box-sub #s-kids {
	margin-right: 5px;
}
.resv-box p.program, .resv-box-sub p.program{  float: left; }
.resv-box select.rate-program {  width: 200px; }
.resv-box-sub select.rate-program {  width: 150px; }

a#best-rate { 
	float: left;
	display: block;
	background: url(../../../images/no/shared/ico-bestRate.png) 0 -25px no-repeat;
	padding: 5px 0px 5px 30px;
	width: 95px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 12px
}
.resv-box-sub a#best-rate{
	color: #333;
/*	margin-left: 10px; */
}
.resv-tabs li a {
	margin: 0;
	height: 19px;
	cursor: pointer;
	float: left;
	text-decoration: none;
	font-size: 1.2em; /* CHSSEAM-336*/
	font-weight: bold;
	overflow: hidden;
}
.resv-tabs li a {
	color: #4d7671;
	background: #779893 url(../../../images/no/shared/bg-tabs.jpg) 0 0 no-repeat;
}
.resv-tabs li a:hover {
	background: #779893 url(../../../images/no/shared/bg-tabs.jpg) 0 -49px no-repeat;
}
.resv-tabs li a:active{
	background: #779893 url(../../../images/no/shared/bg-tabs.jpg) 0 0 no-repeat;
}
.resv-tabs li a.current, .resv-tabs li a.current:hover  {
	background: #9acbcc;
	color: #517b76;
}
.resv-tabs li.first a {
	width: 110px;
	padding: 13px 5px 8px 20px;
}
.resv-tabs li.last a { 
	width: 126px;
	padding: 13px 8px 8px 18px;
}
.submit-buttons, p.search-buttons { 
	float: left;
	width: 100%;
	color: #fff;
}
p.search-buttons input.button {  float: right; }
input.button.check-availability { 
	background: url(../../../images/no/shared/btn-checkAvail.png) no-repeat scroll top right;
	width: 167px;
	height: 42px;
}
input.button.check-availability:hover { 
	background: url(../../../images/no/shared/btn-checkAvail-hover.png) no-repeat scroll top right;
}
input.button.check-availability:active { 
	background: url(../../../images/no/shared/btn-checkAvail-active.png) no-repeat scroll top right;
}
/* @end */

/* @group middle column boxes */
.cols-wrap {
	margin: 10px 0px 20px 0px;
	position: relative;	
	background: #eff5f5 url(../../../images/no/shared/bg-cols.png) 0 0 repeat-y;
}
.cols-wrap-sub { 
	background: #fff url(../../../images/no/shared/bg-subCols.png) repeat-y;
}
.col-box { 
	width: 285px;
	float: left;
	position: relative;
	height:160px;
}
.col-box a.btn-light, .col-mid form {
	position: absolute;
	bottom: 13px;
}
.col-box a.btn-light {
	right:  20px;
}
.col-box img {
	vertical-align:text-top;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.col-top { 
	height: 14px;
	width: 860px;
	display: block;
	background: url(../../../images/no/shared/bg-colTop.jpg) top left no-repeat;
}
.col-bottom { 
	height: 14px;
	width:860px;
	display: block;
	background: url(../../../images/no/shared/bg-colBottom.jpg) no-repeat;
	position: absolute;
	left: 0px;
	bottom: -14px;
}
.col-mid {  padding: 10px 20px 40px 20px; }
.col-tab {  padding: 0px 20px 30px 20px; }
.col-tab p {  margin: 0 0 10px 0; font-size: 1.2em; }
.col-mid h3, .club-tabs {  margin: 0 0 10px 0; }
.col-mid p {padding: 0;margin: 0 0 10px 0;font-size: 1.2em; line-height: normal !important}
*html .col-mid p {font-size: 11px}
/* @group icons in middle column container */

.mid  {  width: 290px; }
.picture-frame { 
	background-repeat: no-repeat;
	overflow: hidden;
	width: 67px;
	height: 67px;
	float: left;
	background: url(../../../images/no/shared/bg-frame-sm.png) no-repeat;
	position: relative;
}
.picture-frame img { 
	position: absolute;
	top: 10px;
	left: 9px;
}

/* @end */

/* @group choice-club containers */

.club-box { 
	background: #fff url(../../../images/no/shared/bg-clubBox.png) bottom right no-repeat;
	width: 100%;
	height: 160px;
}
.club-tabs {  height: 31px; }
.club-tabs li { float: left; }
.club-tabs li a {
	height: 21px;
	margin: 0;
	cursor: pointer;
	float: left;
	color: #56807b;
	background: #e0e7e7 url(../../../images/no/shared/bg-col-tabs.png) 0 0 no-repeat;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}
.club-tabs li a.current { 
	color: #493a15;
	background: #eff5f5 url(../../../images/no/shared/bg-col-tabs.png) 0 -40px no-repeat;
}
.col-box a#joinclub-tab {
	width: 128px;
	padding: 10px 20px 0px 20px;
}
.col-box a#login-tab { 
	width: 76px;
	padding: 10px 20px 0px 20px;
}

/* @group club-box in col-reservations */
.club-box li a.current { 
	color: #493a15;
	background: #fff;
}
.club-box a#login-tab { 
	width: 133px;
	padding: 10px 20px 0px 15px;
	margin-left: 1px;
}
.club-box a#joinclub-tab { 
	width: 77px;
	padding: 10px 20px 0px 20px;
}
.club-box .col-tab {  padding-bottom: 0px; }
p.card-number, p.password {  float: left; width: 237px; }
.cols-wrap a.forgot-password { 
	font-size: 1em;
	font-style: italic;
	color: #517b76;
	float: left;
	text-decoration: none;
}
a.forgot-password:hover {  text-decoration: underline; }
.submit-buttons input.button {  float: right; }

/* @end */
#tab-login label { 
	float: left;
	font-size: 1em;
	width: 60px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: right;
}
#tab-login input {  width: 140px; }
#tab-login input.button {  font-size: 1.1em; }

/* @end */

/* @group choice-updates container */

.col-box input#sign-up { 
	width: 150px;
	font-size: 12px;
	margin-right: 6px;
}
.col-box input.button.btn-sign-up {  font-size: 1.1em; }
.col-mid label {  display: none; }

/* @end */

/* @end */

/* @group card tabs */

.col-feature {
	font-size: 1.3em;
	float: left;
	width: 573px;
	background-color: #FFF;
}
.club-feature {
	color: #517b76;
	padding: 15px 15px 15px 11px;
	width: 547px;
	background: #fff url(../../../images/no/shared/bg-cardFeature.png) bottom right repeat-y;
	min-height: 450px;
}
.club-feature a { color: #666; }
.club-feature a.input.button { color: #666; font-size: 0.92em; }
.club-feature a:hover { color: #000; }
.club-feature-cards {
	list-style-type: none;
	width: 136px;
	float: left;
}
.club-feature-cards a { 
	width: 136px;
	display: block;
	background-image: url(../../../images/no/shared/club-featureCards.jpg);
	height: 76px;
	text-indent: -9999px;
}
a#blue-card { background-position: 0 0; }
a#blue-card:hover, a#blue-card.current  { background-position: -136px 0; }
a#silver-card {	height: 73px; background-position: 0 -76px; }
a#silver-card:hover, a#silver-card.current { background-position: -136px -76px; }
a#gold-card { height: 74px; background-position: 0 -149px; }
a#gold-card:hover, a#gold-card.current { background-position: -136px -149px; }
a#platinum-card { height: 77px; background-position: 0 -223px; }
a#platinum-card:hover, a#platinum-card.current { background-position: -136px -223px; }
.club-advantages {
	width: 355px;
	float: right;
	padding-right: 20px;
}
.club-advantages h2 { margin: 0 0 15px 0; }
.club-advantages ul { list-style-type: disc; margin: 0 10px 0 32px ; }
.club-advantages ul li { padding-left: 10px; margin: 0 0 9px 0; }

/* @end */
/* @group club forms */
.club-form { padding: 20px; }
.club-form p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.club-form h2, .club-form h3 { width: 100%; }
.club-form h2 {
	margin: 10px 0px 20px 0px;
	padding: 0 0 10px 0;
	font-size: 1.6em;
	color: #56807b;
	/*width: 745px;*/
	background: url(../../../images/no/shared/bg-header-dark-green.jpg) 0px bottom no-repeat;
}
.club-form h3, .club-form h4, .form legend {
	font-size: 1.4em;
	float: left;
	width: 100%;
	margin-top: 0;
}
.form legend span {
	width: 745px;
	display: block;
}
.club-form h3, .form legend span {
	padding: 0;
	font-weight: bold;
	color: #999;
}
.error-message, .error-message a { color: #cc0000; }
.error-message ol { padding-left: 40px; }
.success-message { font-style: italic; }
.form fieldset {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.form legend {
	display: block;
	margin-left: -7px;
	margin-bottom: 20px;
	font-size: 1.4em;
}
.form legend.subtitle a {
	font-size: 1em;
	color: #333;
}
.form legend.subtitle span {
	color: #333;
	background: none;
	padding-bottom: 0px;
	font-size: 0.865em;
}
.club-form .buttons{
	clear: both;
	margin-top: 20px;
	padding-top: 30px;
	/*width: 630px;*/
	background: url(../../../images/no/shared/bg-header-dark-grey.jpg) 0px top no-repeat;
}
.steps { padding: 10px; }
.buttons input.button{ float: left; }
.buttons a {
	color: #56807b;
	font-weight: normal;
	text-decoration: none;
}
.buttons a:hover { text-decoration: underline; }
.steps li {
	float: left;
	padding: 0px 10px;
}
.steps li.first { border-right: 1px solid #999; }
.steps li.last { border: none; }
.form-fields {
	list-style-type: none;
	float: left;
}
.form-fields li, .form-fields .multi-field, .form-fields label { width: 600px;//width: 700px; }
.club-form:after, .form-fields .multi-field:after, .form-fields:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.form-fields li {
	float: left;
	/*margin-bottom: 10px;*/
	position: relative;
}
.form-fields label {
	color: #333;
	margin-bottom: 10px;
	float: left;	
	padding-right: 10px;
	margin-right: 30px;
	position: relative;
}
.form-fields label.month-select, .form-fields label.day-select { margin-right: 0px; }
.form-fields input.text {
	width: 250px;
	border: 1px solid #abc3c4;
	float: none;
}
.form-fields input.checkbox {
	border: 0;
	float: none;
	background: none;
}
.form-fields select {
	width: 80%;
	float: left;
	border: 1px solid #abc3c4;
	padding: 3px;
	background: transparent url(../../../images/no/shared/bg-input.jpg) bottom left repeat-x;
}
.form-fields input.radio {
	margin-right: 5px;
	border: 0;
	line-height: 1em;
	background: none;
}
.form-fields span.optional{
	color: #999;
	font-size: 0.834em;
}
.form-fields span.note {
	width: 240px;
	position: absolute;
	display: block;
	right: -260px;
	top: 5px;
	color: #999;
	font-size: 0.834em;
	line-height: 1em;
}
.form-fields label.small span.label {
	right: -220px;
	top: 25px;
}
.form-fields label.large span.label {
	right: -260px;
	top: 25px;
}
.form-fields p.label { margin: 0 0 10px 0; }
.form-fields label input.text { width: 100%; }
.form-fields label.title { line-height: 1.8em; }
.form-fields label.title, .form-fields p.label {
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
}
.form-fields label.sub-title {
	font-size: 1.1em;
	font-weight: normal;
}
.form-fields .multi-field, .form-fields .multi-field label { float: left; }
.form-fields .inline-field label, .form-fields .inline-field input {
	float: none;
	width: auto;
	display: inline;
}
.form-fields label.small { width: 15%; }
.form-fields label.medium { width: 33%; }
.form-fields label.large { width: 65%; //width: 400px;}
.form-fields p.help{
	width: 300px;
	color: #999;
	font-size: 1em;
	float: left;
	position: absolute;
	left: 420px;
	top: 20px;
}
.form-fields p.company{
	top: -50px;
}
span.searching{
	font-size: 1em;
	color: #999;
}

span.searching{
	font-size: 1em;
	color: #333;
	padding: 10px;
	display: block;
}
span.searching img{
	vertical-align: middle;
	margin-right: 10px;
}
.search-results{
	float: left;
	margin: 10px 0px;
	width: 600px;
}
.search-results h5{
	margin-bottom: 10px;
	width: 100%;
}
.search-results li{
	margin-bottom: 0px;
	font-size: 12px;
}
.form-fields .search-results label.title{
	margin-bottom: 0px;
	font-size: 1em;
}
.form-fields .no-bottom{
	margin-bottom: 0;
	padding-bottom: 0;
}
/* @end */

/* @group hotel tabs */

#tabs-hotel {
	margin: 20px 0 -37px 0;
	border-bottom: 1px solid #d8d7d7;
	padding-bottom: 4px;
	z-index: 50;
	position: relative;
	clear: both;
}
#tabs-hotel li {
	height: 36px;
	float: left;
}
#tabs-hotel a {
	display: block;
	height: 35px;
	float: left;
	text-decoration: none;
	color: #636363;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	position: relative;
	outline: none;
}
#tabs-hotel a span {
	display: block;
	height: 15px;
	float: left;
	padding: 10px 8px;
	background: #f5f3f3 url(../../../images/no/shared/bg-tabs-hotel-a.png) 0 0 no-repeat;
	cursor: pointer;
}
/*#tabs-hotel {background: transparent url(../../../images/no/shared/bg-tabs-hotel-a.png) right 5px no-repeat;}*/
#tabs-hotel a:hover {
	text-decoration: underline;
}
#tabs-hotel a:hover span {
	background: url(../../../images/no/shared/bg-tabs-hotel-a.png) 0 -50px no-repeat;
}
#tabs-hotel a.current {
	height: 50px;
	color: #336666;
	margin: -4px 0 0 0;
	border-bottom: none;
	z-index: 50;
	position: relative;
	top: 4px;
	background: url(../../../images/no/shared/bg-tabs-hotel-current-a.png) bottom center no-repeat;
	background-color: transparent;
}
#tabs-hotel a.current span, #tabs-hotel a.current:hover span {
	height: 20px;
	color: #336666;
	padding: 15px 10px ;
	background: url(../../../images/no/shared/bg-tabs-hotel-current-span.png) right top no-repeat;
}
#tab-content-hotel {
	background-color: #FFFFFF;
	padding: 35px 5px 10px 5px;
	border-top: 1px solid #d8d7d7;
	z-index: 1;
	position: relative;
}
.tab-body a {
	color: #336666;
}

/* NEW CODE FROM VIGET, 2010-12-1 */

.amenities_sm {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}

.amenities_list {
  overflow: hidden;
}

.amenities_list li {
  float: left;  
  padding: 1px 0;
  width: 300px;
}

/* END NEW CODE */


.tab-wrap {
	position: relative;
}
.tab-header {
	position: relative;
	left: 0px;
	top: 0px;
}
.tab-header a.full-view {
	font-size: 1.2em;
	color: #336666;
	text-decoration: none;
}
a.btn-largeGrey {
	background: #e9e7e8 url(../../../images/no/shared/btn-large-grey.png) bottom repeat-x;
	padding: 10px;
}

.tab-header a.view-gallery {
	font-size: 1.4em;
	color: 	#336666;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 180px;
}
.tab-body {
	float: left;
	padding: 15px;
}
.tab-wrap{
	float: left;
	width: 100%;
}
.tab-body h3, .tab-body h4{
	margin: 0 0 5px 0;
}
.tab-body h4 {
	font-size: 1.2em;
}
.tab-body p {
	margin: 0px 0px 20px 0px;
	font-size: 1.2em;
}

/* @group hotel header */
.hotel-header {
	position: relative;
}

.hotel-header a{
	color: #666666;
	text-decoration: none;
}

.hotel-header a:HOVER {
	text-decoration: underline;
}

/* @group header utility */

.util-hotel {
	position: absolute;
	top: 0px;
	right:0px;
}
.util-hotel li {
	float: left;
	font-size: 1.2em;
	margin-left: 10px;
}
.util-hotel a {
	padding: 3px 0px 3px 20px;
	display: block;
}
.util-hotel a.share {
	background: url(../../../images/no/shared/icons.png) 0 3px no-repeat;
}
.util-hotel a.print {
	background: url(../../../images/no/shared/icons.png) 0 -22px no-repeat;
}

/* @end */
.hotel-header h3 {
	font-weight: bold;
	color: #666;
	font-size: 1.4em;
	margin: 0;
}
.hotel-header h4 {
	font-size: 2em;
	color: #333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	background: url(../../../images/no/shared/bg-header-light-grey.jpg) -230px bottom no-repeat;
}
.hotel-header ul.hotel-address, .hotel-header ul.hotel-phone {
	color: #666;
	font-size: 1.2em;
	float: left;
	margin-right: 40px;
	line-height: 1.6em;
    width:30%;
}	
.util-hotel a, .hotel-header ul.hotel-address a, .hotel-header ul.hotel-phone a {
	color: #336666;
}
.reviews-tripAdvisor {
	/*width: 205px;
	margin-left: 20px;
	position: absolute;
	right: 30px;
	display: block;*/
    float: left;
    width: 160px;
}

/* @group hotel preview header */

.hotel-preview { padding: 10px 0 10px 140px; }
.hotel-preview .reviews-tripAdvisor{ right: 10px; }
.hotel-preview h4{ background: none; }
.hotel-preview h4 img {
	vertical-align: middle;
	margin-right: 5px;
}
.hotel-preview a.hotel-img {
	background: transparent none repeat scroll 0 0;
	float: left;
	margin-left: -140px;
	padding: 0;
	text-decoration: none;
}
.hotel-preview a.hotel-img img{
	background: #fff;
	border: 1px solid #a3a4a8;
}

/* @end */


/* @end */
/* @end */

/* @group club member center */
.member-center {
  	padding: 5px 0 5px 10px;
	float: right;
	background-color: #FFF;
}
.member-center h2 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #336666;
	font-size: 2em;
	background: url(../../../images/no/shared/bg-header-light-green.jpg) -220px bottom no-repeat;
	padding-bottom: 10px;
}
.member-stats {
  	overflow: hidden;
	background: url(../../../images/no/shared/bg-member-stats.png) top center;
	clear: both;
	margin-bottom: 15px;
}
.member-stat {
  width: 128px;
  float: left;
  text-align: center;
  margin-right: 15px;
}
.member-stat-last {
  margin-right: 0;
}
.member-stat-header {
  height: 25px;
  margin: 7px 10px 20px 10px;
  font-size: 1.1em;
}
.member-stat-number {
  color: #2d6a65;
  font-size: 2.4em;
  font-weight: bold;
  display: block;
  line-height: 18px;
  text-decoration: none;
}
.member-stat-number strong {
  display: block;
  text-decoration: underline;
}
.member-center .tab-content div {
  background: #f3f3f3;
  padding: 10px;
}
.history-table { color: #666666; width: 100%;}
.history-table td, .history-table th {
  padding: 10px; 
  width: 50px;
  background-color: #e8eced;
  font-weight: 300;
}
.content-row td { padding: 10px 10px 10px 20px; }
.spacer-row td, .header-row th, .footer-row td { border-left: 10px #f3f3f3 solid; }
.spacer-row td, .spacer-row th{ height: 10px; position: relative; padding: 5px; }
th.first { width: auto; border: 0; background-color: transparent; }
.content-row td, .content-row th { background: #FFF; }
.member-center .tab-content caption{ display: none; }
.header-row, .footer-row, .header-row th, .footer-row th, .header-row td, .footer-row td {
  font-weight: 700;
}

/* @group member card level */

.member-center p.card-level {
	color: #999;
	font-size: 1.1em;
	background: url(../../../images/no/shared/bg-cardLevel.png) no-repeat;
	width: 112px;
	height: 56px;
	text-align: center;
	float: left;
	padding: 10px;
}
.member-center p.card-level span {
	margin-left: 5%;
	padding-left: 40px;
	margin-top: 10px;
	color: #333;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background: url(../../../images/no/shared/ico-card-gold.png) left no-repeat;
}

/* @end */

.member-name {
	float: right;
	width: 415px;
}
.member-name p {
	color: #366761;
	font-size: 2.4em;
}
.member-name a {
	font-size: 0.42em;
	color: #769692;
	text-decoration: none;
}
.member-name a:hover {
	text-decoration: underline;
}
.member-name li {
	color: #666;
	float: left;
	border-right: 1px solid #666;
	padding: 0px 5px;
	font-size: 1.2em;
}
.member-name li a {
	font-size: 0.865em;
}
.member-name li.first {
	padding-left: 0;
}
.member-name li.last {
	border: none;
	padding-right: 0;
}
.history-tabs {
	background: #eeeded;
	height: 34px;
}
.history-tabs li {
	float: left;
	font-size: 1.2em;
}
.history-tabs li a {
	padding: 10px;
	display: block;
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}
.history-tabs li a.current { background: #f3f3f3; }
.history-content { font-size: 1.2em; }
/* @end */

.col-content {
	width: 430px;
	float: left;
}

.col-content-sub {
	width: 200px;
	float: right;
}
/* CHSSEAM-336 */
.col-content p {
    font-size: 1.2em;
}

.col-content p.intro {
	color: #333;
	/*font-size: 1.2em;*/
	line-height: 1.8em;
	padding: 10px;
}
h3.col-header {
	background: #d8d6d6;
	padding: 8px;
	margin: 0 0 10px 0;
	color: #43756f;
	font-size: 1.6em;
}

/* @group weather box */

.weather-box {
	text-align: center;
	color: #666;
	font-size: 1.1em;
	background: url(../../../images/no/shared/bg-cardLevel.png) no-repeat;
	padding: 6px;
	width: 125px;
	height: 65px;
	margin: 20px auto 0 auto;
}
.weather-box h5 {
	padding: 0px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.weather-box img {
	float: left;
	padding: 5px;
}
.weather-box p {
	color: #333;
	margin: 0 auto;
	font-size: 14px;
}
.weather-box p span { font-weight: bold; }

/* @end */

/* @group getting started box */

.get-started h4 {
	font-size: 1.6em;
	color: #6a6a6a;
	padding-left: 10px;
	margin-bottom: 10px;
}
.get-started ol {
	color: #6a6a6a;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.get-started ol, .get-started a {
	color: #43756f;
}
.get-started h5 {
	color: #6a6a6a;
	margin-bottom: 10px;
}
.get-started h5, .get-started ol, .get-started p {
	padding-left: 40px;
	padding-right: 10px;
	font-size: 1.2em;
}

/* @end */

a.ad {
	display: block;
	margin-bottom: 10px;
}

/* @group breadcrumb pagination */
.nav-breadcrumb {
	list-style: none;
	background-color: #e5e5e5;
	margin-bottom: 10px;
}
.nav-breadcrumb li {
	float: left;
	font-size: 1.1em;
	/*padding: 4px 14px;*/
}
.nav-breadcrumb li, .nav-breadcrumb li a {
	color: #43756F;
	text-decoration: none;
}
body.comfort .nav-breadcrumb li, body.comfort .nav-breadcrumb li a {
  color: #212282;
	text-decoration: none;
}

body.clarion .nav-breadcrumb li, body.clarion .nav-breadcrumb li a {
  color: black;
	text-decoration: none;
}

.nav-breadcrumb li.selected { font-weight: bold; }
/* @end */

/* @group hotel search results */
h3.results-header {
	font-size: 1.6em;
	color: #333;
	font-weight: normal;
}
h3.results-header span {
	font-weight: bold;
	color: #336666;
}
body.comfort h3.results-header span{
	color: #212282;
}
body.clarion h3.results-header span{
	color: black;
}

#sorting {
	background: url(../../../images/no/shared/bg-header-dark-grey.jpg) -180px bottom no-repeat;
	padding-bottom: 10px;
	position: relative;
}
#sorting a.results-email {
	background: url(../../../images/no/shared/ico-mail.png) left center no-repeat;
	padding-left:20px;
	position: absolute;
	right: 0px;
	top:  -30px;
}
#sorting p, #sorting a, a.results-email {
	color: #999;
	text-decoration: none;
	font-size: 1.1em;
}
#sorting a {
	margin: 0px 5px;
	font-size: 1em;
}
#sorting a:hover {
	text-decoration: underline;
}
#sorting p {
	margin: 0 10px 0 0;
}
#sorting p.right a {
	background: url(../../../images/no/shared/bg-sort-up.png) left center no-repeat;
	margin-left:15px;
	padding-left:15px;
	margin: 0 0 0 10px;
}
#sort-map, #sort-names { display: none; margin-left: -9000em; padding-top: 10px; width: 100%; }
#sorting p.right a.sort-open { background: url(../../../images/no/shared/bg-sort-down.png) 0 50% no-repeat; }

/* @end */

/* @group listings for tabs, hotel, and meeting */

.listing {
	border-bottom: 1px solid #a3a4a8;
	padding: 20px 0px 30px 140px;
	width: 460px;
	padding-left:160px;
}

.listing a.list-img {
    float: left;
    text-decoration: none;
    margin-left: -140px;
    /* CHSSEAM-436: #200 Show numbers in hotel list [CHI]
	/*background: transparent none repeat scroll 0 0;
	padding: 0;*/
    font-weight: bold;
    position: relative;
    text-align: center;
}
.listing-results{
	min-height:110px;
}
.listing-hotel { padding:20px 0 30px 140px; }
.listing-hotel a.list-img { margin-left: -140px; }
.listing-activity {
	padding:15px 0 20px 160px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
}
.listing-activity a.list-img { margin-left: -160px; }
.listing-activity-first { border: none; }
.listing-meeting{ padding:20px 0 40px 140px; width: 290px;}
.listing-meeting-first{ border-top: 1px solid #a3a4a8; }
.listing-meeting a.list-img { margin-left: -140px; }
.listing p.rates {
	width: 145px;
	float:right;
	margin:0 0 5px 10px;
	padding:8px;
	border: 1px solid #a3a4a8;
	background: #e8e6e6;
	text-align: center;
	padding: 8px;
	font-size: 1.5em;
	color: #4f4e4e;
}
.listing p.rates span {
	color: #a09f9f;
	font-size: 0.9em;
}
.listing p.rates a.choose-rate {
	float: none;
	font-size: 1em;
}
.listing p.rates a.choose-rate span { color: #fff; }
a.list-img img {
	background: #fff;
	border: 1px solid #a3a4a8;
}
.list-hd img {
	vertical-align: middle;
	margin-right: 5px;
}
.list-hd h4 {
	margin: 0 0 10px 0;
	color: #666;
	font-size: 120%;
}
.list-hd p.address {
	color: #666;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}
.list-desc p, .tab-body .listing p {
	line-height:1.6em;
	font-size: 1.1em;
	color: #333;
	margin: 0 0 10px 0;
}
.services li {
	float: left;
	margin-left: 10px;
}
.services li img.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	width: 21px;
	height: 21px;
}

.hotel-spotlight { background: #f2f2f2; }
.hotel-featured {
	float: left;
	padding: 10px;
	width: 300px;	
}
.hotel-featured h4{
	margin: 10px 0;
}

/* @end */

/* @group room pricing table */

/* @group room table tabs */

.room-tabs {
	background: url(../../../images/no/shared/bg-room-border.png) bottom left repeat-x;
	padding-left: 25%;
	height: 40px;
	margin-bottom: -20px;
}
.room-tabs li { float: left; }
.room-tabs li a{
	width: 135px;
	height: 30px;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}
.room-tabs li a span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}

.room-tabs li a {
	background: url(/images/no/shared/bg-room-tabs.png) 0 -103px no-repeat;
}
.room-tabs li a:hover {
	background: url(/images/no/shared/bg-room-tabs.png) 0 -152px no-repeat;
}
.room-tabs li a.prepaid-tab {
	background: url(/images/no/shared/bg-room-tabs.png) 0 0px no-repeat;
}
.room-tabs li a.prepaid-tab:hover {
	background: url(/images/no/shared/bg-room-tabs.png) 0 -49px no-repeat;
}

.room-tabs li a.current, .room-tabs li a.current:hover{
	background:#F3F2F2 none repeat scroll 0 0;
	float: left;
}
.room-tabs li a:active { background: #f3f2f2; }
/* @end */

.room-type {
	margin-top:20px;
	text-align:left;
	padding:10px;
	color:#4A473B;
}
.table-top {
	background: #f3f2f2;
	overflow: hidden;
}
.table-top, .table-bod { padding: 0 8px; }
.table-bod { background: #f3f2f2; }
.room-type h5, .room-desc {
	float: left;
	padding: 10px;
	width: 110px;
}
.room-desc h5 {
	font-size: 1.1em;
	margin: 0;
}
.room-desc p {
	font-size: 1em;
	margin: 0;
}
.room-forward, .room-back {
	height: 26px;
	position: absolute;
	text-indent: -9000em;
	top: 7px;
	width: 25px;
}
.room-forward, .room-forward:hover {
	background: #333 url(../../../images/no/shared/bg-arrow-forward.png) no-repeat 0 50%;
	right: 70px;
}
.room-back, .room-back:hover {
	background: #333 url(../../../images/no/shared/bg-arrow-back.png) no-repeat 0 50%;
	left: 113px;
}
.room-mask {
	height: 500px;
	left: 130px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 407px;
}
.room-row {
	overflow: hidden;
	position: relative;
	background: #fff;
}
.room-row.odd {
	background:	#f8f8f8 url(../../../images/no/shared/bg-room-row-odd.png) center repeat-x;
}
.room-slider {
	background: url(../../../images/no/shared/bg-room-row.png) repeat;
	float: left;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.table-top .room-slider { background: none; }
.room-mask ul { height: 100%; }
.room-mask ul li {
	float: left;
	font-size: 1.1em;
	line-height: normal;
	padding: 40px 0;
	text-align: center;
	width: 58px;
	color: #43756F;
	font-weight: bold;
}
.room-mask li.ex-date{
	color: #ccc;
	font-weight: normal;
}

.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;
}

.table-top .room-mask { left: 138px; }
.table-top .room-mask ul li {
	font-weight: bold;
	padding: 5px 0;
	width: 58px;
}
p.disclaimer{
	padding: 10px;
	margin: 0;
	color: #999;
}
.room-row p.book-it {
	position: absolute;
	right: 5px;
	top: 10px;
	text-align: center;
}
.room-row p.book-it input.button {
	padding: 4px 6px;
	font-size: 1.1em;
}
.room-row p.book-it span.sub-total {
	font-size: 1em;
	color: #999;
	display: block;
	margin: 10px 0px;
}
/* @end */

/* @group optional packages */
.optional-packages {
	float: left;
	width: 100%;
}

.optional-packages h4{
	color: #336666;
	font-size: 1.6em;
	background: url(../../../images/no/shared/bg-header-light-green.jpg) -220px bottom no-repeat;
	margin: 0px;
}
.package-option{
	padding: 10px 0px 10px 80px;
	width: 20%;
	float: left;
}
.package-option a.package-image{
	margin-left: -80px;
	float: left;
	background: url(../../../images/no/shared/bg-frame-med.png) no-repeat;
	width:  87px;
	height: 87px;
}
.package-option a.package-image img{
	position: relative;
	top: 10px;
	left: 11px;
}
.package-option p{
	padding: 10px 0px;
	margin: 0;
}
.package-option p a{
	font-size: 12px;
	color: #43756F !important;
	font-weight: bold;
}
/* @end */

/* @group general styles */
.general h2{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #336666;
	font-size: 2em;
	background: url(../../../images/no/shared/bg-header-light-green.jpg) -220px bottom no-repeat;
	padding-bottom: 10px;
}
.general h3{
	font-size: 1.6em;
	color: #43756f;
	margin: 0 0 10px 0;
}
.general h4{
	font-size: 1.6em;
	color: #6a6a6a;
	margin: 0 0 10px 0;
}
.general h5 {
	color: #6a6a6a;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
.general p{
	font-size: 1.2em;
	line-height: 1.4em;
}
.general ul {
	font-size: 1.2em;
	padding-left: 20px;
	margin-bottom: 10px;
}
.general ul li{
	background: url(../../../images/no/shared/bg-sort-up.png) left center no-repeat;
	padding-left: 20px;
}
.general ol {
	font-size: 1.2em;
	color: #6a6a6a;
	padding-left: 40px;
	margin-bottom: 10px;
}
.general ol, .general a{ color: #43756f; }
/* @end */

/* @group comfort styles */
body.comfort a, body.comfort a:link {
	color: #212282;
}
body.comfort #logo {
	background: url(../../../images/no/comfort/bg-logo.png) 0 0 no-repeat; 
	top: 40px;
	width: 146px;
	height: 131px;
	position: relative;
}
body.comfort #logo h1 a {
	width: 94px;
	height: 86px;
	top: 20px;
	left: 50%;	
	margin-left: -47px; /* half of the width */
	background: url(../../../images/no/comfort/logo.gif) center no-repeat; 
}
body.comfort #logo-menu {
	display: block; /*show menu*/
	width: 125px;
	margin-left: -62px; /* half of the width */
}
body.comfort #nav {
	background: #949597 url(../../../images/no/shared/bg-nav.png) 0 -114px no-repeat;
}
body.comfort #nav-links {
	left: 170px;
}
body.comfort #nav-links li a:hover, body.comfort #nav-links li a.selected{
	background: url(../../../images/no/shared/bg-nav.png) 50% -188px no-repeat;
}
body.comfort .section-box h4 {
	color: #17215e;
	margin: 10px 0px;
	font-size: 1.4em;
	padding-bottom: 10px;
	background: url(../../../images/no/comfort/bg-header.jpg) -580px bottom no-repeat;
}
body.comfort .section-box ul {
	padding-right: 20px;
}
body.comfort .section-box a {
	color: #666;
}

body.comfort .resv-box-sub, body.comfort .resv-box-sub h4  { background: #2f3080; color: #fff; }


body.comfort .resv-box-sub h4 { margin: 0;  padding: 10px 0px 10px 20px; }


body.comfort .resv-box-sub form label, body.comfort .resv-box-sub p.stack label { color: #ccc; }




body.comfort .resv-box p.question a {  }


body.comfort .col-reservations form a, body.comfort .col-reservations form label {
	color: #ccc;
}

body.comfort .col-reservations input.button.btn-large, body.comfort .tab-content input.button.btn-large{
	background-color: #2F3080;
}

body.comfort input.button.btn-large, body.comfort a.btn-large {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -126px;
	color: #fff;
}

body.comfort a.btn-large span, body.comfort input.button.btn-large span {
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -126px;
	color: #fff;
}


body.comfort input.button.btn-large:hover, body.comfort a.btn-large:hover {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -168px;
}

body.comfort input.button.btn-large:active, body.comfort a.btn-large:active {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -210px;
}


body.comfort input.button.btn-large:hover span, body.comfort a.btn-large:hover span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -168px;
}


body.comfort input.button.btn-large:active span, body.comfort a.btn-large:active span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -210px;
}


body.comfort input.button.btn-light, body.comfort a.btn-light { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -94px no-repeat;
}

body.comfort input.button.btn-light:hover, body.comfort a.btn-light:hover { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -125px no-repeat;
}

body.comfort input.button.btn-light:active, body.comfort a.btn-light:active { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -156px no-repeat;
}


body.comfort input.button.btn-light, body.comfort a.btn-light { 
	color: #919294;
}


body.comfort input.button.btn-light:hover { 
	color: #919294;
}


body.comfort input.button.btn-light:active { 
	color: #919294;
}


body.comfort a.btn-light:hover { 
	color: #333;
}

body.comfort a.btn-light:active { 
	color: #333;
}

body.comfort input.button.btn-light span, body.comfort a.btn-light span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -94px no-repeat;
	color: #919294;
} 

body.comfort input.button.btn-light:hover span, body.comfort a.btn-light:hover span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -125px no-repeat;
	color: #3F5487;
}


body.comfort input.button.btn-light:active span, body.comfort a.btn-light:active span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -156px no-repeat;
	color: #3F5487;
}


body.comfort #wrapper-content { 
	background: url(../../../images/no/comfort/bg-wrapperContent.png) top center repeat-x;
}

body.comfort #wrapper-inner { 	
	background: url(../../../images/no/comfort/bg-wrapperInner.png) top center no-repeat;
}


body.comfort #header { 
	background: none;
}

body.comfort #util .language li.lang, body.comfort .greeting, .greeting a, body.comfort .footer-countries a { 
	color: #212282;	
}


body.comfort #footer {
	border-top: 1px solid #dae1e1;
	background: url(../../../images/no/shared/bg-footer.png) 0 -250px repeat-x;
}

body.comfort #footer-links a {
	color: #666;
}

body.comfort .col-reservations {
	background-color: #2f3080;
}

body.comfort .resv-tabs li a:active{
	background: #161651 url(../../../images/no/shared/bg-tabs.jpg) 0px -99px no-repeat;
}

body.comfort .resv-tabs li a:hover {
	background: #161651 url(../../../images/no/shared/bg-tabs.jpg) 0px -148px no-repeat;
}

body.comfort .resv-tabs li a, body.comfort .resv-tabs li a  {
	color: #ccc;
	background: #1e1f5b url(../../../images/no/shared/bg-tabs.jpg) 0px -99px no-repeat;
}

body.comfort .resv-tabs li a.current, body.comfort .resv-tabs li a.current:hover, body.comfort .resv-tabs li a.current:active  {
	background: #2f3080;
	color: #ccc;
}

body.comfort .cols-wrap { 
	background: #e9e9f3 url(../../../images/no/shared/bg-cols-comfort.png) 0 0 repeat-y;
}

body.comfort .cols-wrap h3 { 
	color: #DE007B;
}

body.comfort .club-tabs li a {
	color: #3f5487;
	background: #d8d8eb url(../../../images/no/shared/bg-col-tabs.png) 0 -80px no-repeat;
}

body.comfort .club-tabs li a.current { 
	color: #de007b;
	background: #e9e9f3 url(../../../images/no/shared/bg-col-tabs.png) 0 -120px no-repeat;
}



body.comfort .cols-wrap a { 
	color: #3f5487;
}




body.comfort #tabs-hotel a.current, body.comfort #tabs-hotel a.current span, body.comfort #tabs-hotel a.current:hover span {
	color: #cd0160;
}

body.comfort .tab-body a, body.comfort .tab-header a.full-view, body.comfort .util-hotel a, body.comfort .hotel-header ul.hotel-address a, body.comfort .hotel-header ul.hotel-phone a, body.comfort .ui-datepicker-days-row, body.comfort .ui-datepicker-days-cell-over, body.comfort .ui-datepicker-header  {
	color: 	#2F3080;
}


body.comfort a.view-map {
	color: #fff;
}


body.comfort .tab-header a.view-gallery {
	color: #de007b;
}

body.comfort a#best-rate, body.comfort .resv-box-sub a#best-rate {
	color: #d3d3f9;
}

body.comfort a#best-rate {
	background: url(../../../images/no/shared/ico-bestRate.png) 0 -110px no-repeat;
}

body.comfort .ui-datepicker-header, body.comfort .ui-datepicker-days-cell-over {
	background: #d8d8eb;
}
body.comfort .general h2{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #222282;
	font-size: 2em;
	background: url(../../../images/no/shared/bg-header-comfort.jpg) -220px bottom no-repeat;
	padding-bottom: 10px;
}
body.comfort .general h3{
	font-size: 1.6em;
	color: #2F3080;
	margin: 0 0 10px 0;
}
body.comfort .general ol, body.comfort .general a{ color: #3f5487; }

/* @end */

/* @group quality styles */

body.quality a {
	color: #004c6c;
}
body.quality #logo {
	background: url(../../../images/no/quality/bg-logo.png) 0 0 no-repeat; 
	top: 40px;
	width: 146px;
	height: 137px;
	position: relative;
}

body.quality #logo h1 a {
	width: 95px;
	height: 92px;
	top: 20px;
	left: 50%;	
	margin-left: -47px; /* half of the width */
	background: url(../../../images/no/quality/logo.gif) center no-repeat; 
}
body.quality #logo-menu {
	display: block; /*show menu*/
	width: 125px;
	margin-left: -62px; /* half of the width */
	top: 102px;
}
body.quality #logo-links {
	top: 121px;
}
body.quality #nav {
	background: #949597 url(../../../images/no/shared/bg-nav.png) 0px -342px no-repeat;
}
body.quality #nav-links {
	left: 170px;
}
body.quality #nav-links li a:hover, body.quality #nav-links li a.selected {
	background: url(../../../images/no/shared/bg-nav.png) 50% -416px no-repeat;
}
body.quality .section-box h4 {
	color: #004c6c;
	margin: 10px 0px;
	font-size: 1.4em;
	padding-bottom: 10px;
	background: url(../../../images/no/quality/bg-header.jpg) -580px bottom no-repeat;
}
body.quality .section-box ul {
	padding-right: 20px;
}
body.quality .section-box a {
	color: #666;
}

body.quality .resv-box-sub, body.quality .resv-box-sub h4 { background: #005172; color: #fff; }
body.quality .resv-box-sub h4 { margin: 0;  padding: 10px 0px 10px 20px; }
body.quality .resv-box-sub form label, body.quality .resv-box-sub p.stack label { color: #ccc; }
body.quality .resv-box p.question a {  }
body.quality .col-reservations form a, body.quality .col-reservations form label {
	color: #ccc;
}
body.quality .col-reservations input.button.btn-large, body.quality .tab-content input.button.btn-large{
	background-color: #005172;
}
body.quality input.button.btn-large, body.quality a.btn-large {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -252px;
	color: #fff;
}
body.quality a.btn-large span, body.quality input.button.btn-large span {
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -252px;
	color: #fff;
}
body.quality input.button.btn-large:hover, body.quality a.btn-large:hover {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -294px;
}
body.quality input.button.btn-large:active, body.quality a.btn-large:active {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -336px;
}
body.quality input.button.btn-large:hover span, body.quality a.btn-large:hover span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -294px;
}
body.quality input.button.btn-large:active span, body.quality a.btn-large:active span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -336px;
}
body.quality input.button.btn-light, body.quality a.btn-light { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -188px no-repeat;
}
body.quality input.button.btn-light:hover, body.quality a.btn-light:hover { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -219px no-repeat;
}
body.quality input.button.btn-light:active, body.quality a.btn-light:active { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -250px no-repeat;
}
body.quality input.button.btn-light, body.quality a.btn-light  { 
	color: #919294;
}
body.quality input.button.btn-light:hover { 
	color: #919294;
}
body.quality input.button.btn-light:active { 
	color: #919294;
}
body.quality a.btn-light:hover { 
	color: #333;
}
body.quality a.btn-light:active { 
	color: #333;
}
body.quality input.button.btn-light span, body.quality a.btn-light span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -188px no-repeat;
	color: #919294;
}
body.quality input.button.btn-light:hover span, body.quality a.btn-light:hover span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -219px no-repeat;
	color: #3F5487;
}
body.quality input.button.btn-light:active span, body.quality a.btn-light:active span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -250px no-repeat;
	color: #3F5487;
}
body.quality #wrapper-content { 
	background: url(../../../images/no/quality/bg-wrapperContent.png) top center repeat-x;
}
body.quality #wrapper-inner { 	
	background: url(../../../images/no/quality/bg-wrapperInner.png) top center no-repeat;
}
body.quality #header { 
	background: none;
}
body.quality #util .language li.lang, body.quality .greeting, .greeting a, body.quality .footer-countries a { 
	color: #004c6c;	
}
body.quality #footer {
	border-top: 1px solid #dae1e1;
	background: url(../../../images/no/shared/bg-footer.png) 0 -499px repeat-x;
}
body.quality #footer-links a {

	color: #666;
}
body.quality .col-reservations {
	background-color: #005172;
}
body.quality .resv-tabs li a:active{
	background: #005172 url(../../../images/no/shared/bg-tabs.jpg) 0px -198px no-repeat;
}
body.quality .resv-tabs li a:hover {
	background: #003049 url(../../../images/no/shared/bg-tabs.jpg) 0px -247px no-repeat;
}
body.quality .resv-tabs li a, body.quality .resv-tabs li a  {
	color: #ccc;
	background: #00334c url(../../../images/no/shared/bg-tabs.jpg) 0px -198px no-repeat;
}
body.quality .resv-tabs li a.current, body.quality .resv-tabs li a.current:hover, body.quality .resv-tabs li a.current:active  {
	background: #005172;
	color: #ccc;
}
body.quality .cols-wrap { 
	background: #eaeff1 url(../../../images/no/quality/bg-cols.png) 0 0 repeat-y;
}
body.quality .cols-wrap h3 { 
	color: #f15f22;
}
body.quality .club-tabs li a {
	color: #004c6c;
	background: #b6c9d0 url(../../../images/no/shared/bg-col-tabs.png) 0 -160px no-repeat;
}
body.quality .club-tabs li a.current { 
	color: #f15f22;
	background: #eaeff1 url(../../../images/no/shared/bg-col-tabs.png) 0 -200px no-repeat;
}
body.quality .cols-wrap a { 
	color: #004c6c;
}
body.quality #tabs-hotel a.current, body.quality #tabs-hotel a.current span, body.quality #tabs-hotel a.current:hover span {
	color: #f15f22;
}
body.quality .tab-body a, body.quality .tab-header a.full-view, body.quality .util-hotel a, body.quality .hotel-header ul.hotel-address a, body.quality .hotel-header ul.hotel-phone a, body.quality .ui-datepicker-days-row, body.quality .ui-datepicker-days-cell-over, body.quality .ui-datepicker-header  {
	color: 	#004c6c;
}
body.quality a.view-map {
	color: #fff;
}
body.quality .tab-header a.view-gallery {
	color: #f15f22;
}
body.quality a#best-rate, body.quality .resv-box-sub a#best-rate {
	color: #eaeff1;
}
body.quality a#best-rate {
	background: url(../../../images/no/shared/ico-bestRate.png) 0 -194px no-repeat;
}
body.quality .ui-datepicker-header, body.quality .ui-datepicker-days-cell-over {
	background: #b6c9d0;
}
body.quality .general h2{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #005172;
	font-size: 2em;
	background: url(../../../images/no/quality/bg-header.jpg) -220px bottom no-repeat;
	padding-bottom: 10px;
}
body.quality .general h3{
	font-size: 1.6em;
	color: #005172;
	margin: 0 0 10px 0;
}
body.quality .general ol, body.quality .general a{ color: #005172; }



/* @end */

/* @group quality resort styles */

body.quality-resort a {
	color: #605c39;
}
body.quality-resort #logo {
	background: url(../../../images/no/quality-resort/bg-logo.png) 0 0 no-repeat; 
	top: 40px;
	width: 146px;
	height: 137px;
	position: relative;
}

body.quality-resort #logo h1 a {
	width: 100px;
	height: 94px;
	top: 20px;
	left: 50%;	
	margin-left: -50px; /* half of the width */
	background: url(../../../images/no/quality-resort/logo.gif) center no-repeat; 
}
body.quality-resort #logo-menu {
	display: block; /*show menu*/
	width: 125px;
	margin-left: -62px; /* half of the width */
	top: 104px; 
	left: 75px;
}
body.quality-resort #logo-links {
	top: 123px; /*Always 19px more than logo-menu from the top*/
}
body.quality-resort #nav {
	background:#949597  url(../../../images/no/shared/bg-nav.png) 0 -228px no-repeat;
}
body.quality-resort #nav-links {
	left: 170px;
}
body.quality-resort #nav-links li a:hover, body.quality-resort #nav-links li a.selected {
	background: url(../../../images/no/shared/bg-nav.png) 50% -302px no-repeat;
}
body.quality-resort .section-box h4 {
	color: #4E1D0D;
	margin: 10px 0px;
	font-size: 1.4em;
	padding-bottom: 10px;
	background: url(../../../images/no/quality-resort/bg-header.jpg) -580px bottom no-repeat;
}
body.quality-resort .section-box ul {
	padding-right: 20px;
}
body.quality-resort .section-box a {
	color: #666;
}

body.quality-resort .resv-box-sub, body.quality-resort .resv-box-sub h4 { background: #e7511e; color: #4E1D0D; }
body.quality-resort .resv-box-sub h4 { margin: 0;  padding: 10px 0px 10px 20px; }
body.quality-resort .resv-box-sub form label, body.quality-resort .resv-box-sub p.stack label  { color: #963719; }
body.quality-resort .resv-box p.question a { color: #ccc; }
body.quality-resort .col-reservations form a, body.quality-resort .col-reservations form label {
	color: #963719;
}
body.quality-resort .col-reservations input.button.btn-large, body.quality-resort .tab-content input.button.btn-large{
	background-color: #e7511e;
}
body.quality-resort input.button.btn-large, body.quality-resort a.btn-large {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -378px;
	color: #fff;
}
body.quality-resort a.btn-large span, body.quality-resort input.button.btn-large span {
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -378px;
	color: #fff;
}
body.quality-resort input.button.btn-large:hover, body.quality-resort a.btn-large:hover {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -420px;
}
body.quality-resort input.button.btn-large:active, body.quality-resort a.btn-large:active {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -462px;
}
body.quality-resort input.button.btn-large:hover span, body.quality-resort a.btn-large:hover span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -420px;
}
body.quality-resort input.button.btn-large:active span, body.quality-resort a.btn-large:active span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -462px;
}
body.quality-resort input.button.btn-light, body.quality-resort a.btn-light { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -282px no-repeat;
}
body.quality-resort input.button.btn-light:hover, body.quality-resort a.btn-light:hover { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -313px no-repeat;
}
body.quality-resort input.button.btn-light:active, body.quality-resort a.btn-light:active { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -344px no-repeat;
}
body.quality-resort input.button.btn-light, body.quality-resort a.btn-light { 
	color: #696537;
}
body.quality-resort input.button.btn-light:hover { 
	color: #696537;
}
body.quality-resort input.button.btn-light:active { 
	color: #696537;
}
body.quality-resort a.btn-light:hover { 
	color: #696537;
}
body.quality-resort a.btn-light:active { 
	color: #696537;
}
body.quality-resort input.button.btn-light span, body.quality-resort a.btn-light span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -282px no-repeat;
	color: #696537;
}
body.quality-resort input.button.btn-light:hover span, body.quality-resort a.btn-light:hover span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -313px no-repeat;
	color: #696537;
}
body.quality-resort input.button.btn-light:active span, body.quality-resort a.btn-light:active span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -344px no-repeat;
	color: #696537;
}
body.quality-resort #wrapper-content { 
	background: url(../../../images/no/quality-resort/bg-wrapperContent.png) top center repeat-x;
}
body.quality-resort #wrapper-inner { 	
	background: url(../../../images/no/quality-resort/bg-wrapperInner.png) top center no-repeat;
}
body.quality-resort #header { 
	background: none;
}
 body.quality-resort .footer-countries a { 
	color: #605c39;	
}
body.quality-resort #util .language li.lang, body.quality-resort .greeting, body.quality-resort .greeting a{
	color: #e7511e;
}
body.quality-resort #footer {
	border-top: 1px solid #dae1e1;
	background: url(../../../images/no/shared/bg-footer.png) 0 -749px repeat-x;
}
body.quality-resort #footer-links a {
	color: #666;
}
body.quality-resort .col-reservations {
	background-color: #e7511e;
}
body.quality-resort .resv-tabs li a:active{
	background: #7f7b4a url(../../../images/no/shared/bg-tabs.jpg) 0px -297px no-repeat;
}
body.quality-resort .resv-tabs li a:hover {
	background: #4a4a28 url(../../../images/no/shared/bg-tabs.jpg) 0px -346px no-repeat;
}
body.quality-resort .resv-tabs li a, body.quality-resort.resv-tabs li a  {
	color: #000;
	background: #884127 url(../../../images/no/shared/bg-tabs.jpg) 0px -297px no-repeat;
}
body.quality-resort .resv-tabs li a.current, body.quality-resort .resv-tabs li a.current:hover, body.quality-resort .resv-tabs li a.current:active  {
	background: #e7511e;
	color: #4e1d0d;
}
body.quality-resort .cols-wrap { 
	background: #f0efe4 url(../../../images/no/quality-resort/bg-cols.png) 0 0 repeat-y;
}
body.quality-resort .cols-wrap h3 { 
	color: #7f7b4a;
}
body.quality-resort .club-tabs li a {
	color: #57542f;
	background: #cacabc url(../../../images/no/shared/bg-col-tabs.png) 0 -240px no-repeat;
}
body.quality-resort .club-tabs li a.current { 
	color: #7f7b4a;
	background: #f0efe4 url(../../../images/no/shared/bg-col-tabs.png) 0 -280px no-repeat;
}
body.quality-resort .cols-wrap a { 
	color: #605c39;
}
body.quality-resort #tabs-hotel a.current, body.quality-resort #tabs-hotel a.current span, body.quality-resort #tabs-hotel a.current:hover span {
	color: #7f7b4a;
}
body.quality-resort .tab-body a, body.quality-resort .tab-header a.full-view, body.quality-resort .util-hotel a, body.quality-resort .hotel-header ul.hotel-address a, body.quality-resort .hotel-header ul.hotel-phone a, body.quality-resort .ui-datepicker-days-row, body.quality-resort .ui-datepicker-days-cell-over, body.quality-resort .ui-datepicker-header  {
	color: 	#57542f;
}
body.quality-resort a.view-map {
	color: #fff;
}
body.quality-resort .tab-header a.view-gallery {
	color: #4E1D0D;
}
body.quality-resort a#best-rate, body.quality-resort .resv-box-sub a#best-rate {
	color: #fff;
}
body.quality-resort a#best-rate {
	background: url(../../../images/no/shared/ico-bestRate.png) 0 -278px no-repeat;
}
body.quality-resort .ui-datepicker-header, body.quality-resort .ui-datepicker-days-cell-over {
	background: #cacabc;
}
body.quality-resort .general h2{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #4e1d0e;
	font-size: 2em;
	background: url(../../../images/no/quality-resort/bg-header.jpg) -220px bottom no-repeat;
	padding-bottom: 10px;
}
body.quality-resort .general h3{
	font-size: 1.6em;
	color: #e7511e;
	margin: 0 0 10px 0;
}
body.quality-resort .general ol, body.quality-resort .general a{ color: #e7511e; }



/* @end */

/* @group clarion collection styles */

body.clarion-collection a {
	color: #532e63;
}
body.clarion-collection #logo {
	background: url(../../../images/no/clarion-collection/bg-logo.png) 0 0 no-repeat; 
	top: 40px;
	width: 172px;
	height: 116px;
	position: relative;
}

body.clarion-collection #logo h1 a {
	width: 113px;
	height: 70px;
	top: 20px;
	left: 50%;	
	margin-left: -56px; /* half of the width */
	background: url(../../../images/no/clarion-collection/logo.gif) center no-repeat; 
}
body.clarion-collection #logo-menu {
	display: block; /*show menu*/
	width: 125px;
	margin-left: -62px; /* half of the width */
	top: 80px;
	left: 95px;
}
body.clarion-collection #logo-links {
	top: 99px; /*Always 19px more than logo-menu from the top*/
}
body.clarion-collection #nav {
	background: #949597 url(../../../images/no/shared/bg-nav.png) 0 -570px no-repeat;
}
body.clarion-collection #nav-links {
	left: 195px;
}
body.clarion-collection #nav-links li a:hover, body.clarion-collection #nav-links li a.selected {
	background: url(../../../images/no/shared/bg-nav.png) 50% -644px no-repeat;
}
body.clarion-collection .section-box h4 {
	color: #900028;
	margin: 10px 0px;
	font-size: 1.4em;
	padding-bottom: 10px;
	background: url(../../../images/no/clarion-collection/bg-header.jpg) -580px bottom no-repeat;
}

body.clarion-collection .section-box ul {
	padding-right: 20px;
}
body.clarion-collection .section-box a {
	color: #666;
}

body.clarion-collection .resv-box-sub, body.clarion-collection .resv-box-sub h4 { background: #2c1a10; color: #D7D0AB; }

body.clarion-collection .resv-box-sub h4 { margin: 0;  padding: 10px 0px 10px 20px; }
body.clarion-collection .resv-box-sub form label, body.clarion-collection .resv-box-sub p.stack label { color: #d7d0ab; }
body.clarion-collection .resv-box p.question a { }
body.clarion-collection .col-reservations form a, body.clarion-collection .col-reservations form label {
	color: #d7d0ab;
}
body.clarion-collection .col-reservations input.button.btn-large, body.clarion-collection .tab-content input.button.btn-large{
	background-color: #2c1a10;
}
body.clarion-collection input.button.btn-large, body.clarion-collection a.btn-large {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -504px;
	color: #fff;
}
body.clarion-collection a.btn-large span, body.clarion-collection input.button.btn-large span {
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -504px;
	color: #fff;
}
body.clarion-collection input.button.btn-large:hover, body.clarion-collection a.btn-large:hover {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -546px;
}
body.clarion-collection input.button.btn-large:active, body.clarion-collection a.btn-large:active {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -588px;
}
body.clarion-collection input.button.btn-large:hover span, body.clarion-collection a.btn-large:hover span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -546px;
}
body.clarion-collection input.button.btn-large:active span, body.clarion-collection a.btn-large:active span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -588px;
}
body.clarion-collection input.button.btn-light, body.clarion-collection a.btn-light { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -376px no-repeat;
}
body.clarion-collection input.button.btn-light:hover, body.clarion-collection a.btn-light:hover { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -407px no-repeat;
}
body.clarion-collection input.button.btn-light:active, body.clarion-collection a.btn-light:active { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -438px no-repeat;
}
body.clarion-collection input.button.btn-light, body.clarion-collection a.btn-light { 
	color: #472158;
}
body.clarion-collection input.button.btn-light:hover { 
	color: #472158;
}
body.clarion-collection input.button.btn-light:active { 
	color: #472158;
}
body.clarion-collection a.btn-light:hover { 
	color: #472158;
}
body.clarion-collection a.btn-light:active { 
	color: #472158;
}
body.clarion-collection input.button.btn-light span, body.clarion-collection a.btn-light span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -376px no-repeat;
	color: #472158;
}
body.clarion-collection input.button.btn-light:hover span, body.clarion-collection a.btn-light:hover span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -407px no-repeat;
	color: #F7F5EC;
}
body.clarion-collection input.button.btn-light:active span, body.clarion-collection a.btn-light:active span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -438px no-repeat;
	color: #fff;
}
body.clarion-collection #wrapper-content { 
	background: url(../../../images/no/clarion-collection/bg-wrapperContent.png) top center repeat-x;
}
body.clarion-collection #wrapper-inner { 	
	background: url(../../../images/no/clarion-collection/bg-wrapperInner.png) top center no-repeat;
}
body.clarion-collection #header { 
	background: none;
}
body.clarion-collection .footer-countries a { 
	color: #532e63;	 
}
body.clarion-collection #util .language li.lang, body.clarion-collection .greeting, body.clarion-collection .greeting a {
	color: #a9398a;
}
body.clarion-collection #footer {
	border-top: 1px solid #dae1e1;
	background: url(../../../images/no/shared/bg-footer.png) 0 -999px repeat-x;
}
body.clarion-collection #footer-links a {
	color: #666;
}
body.clarion-collection .col-reservations {
	background-color: #2c1a10;
}
body.clarion-collection .resv-tabs li a:active{
	background: #2c1a10 url(../../../images/no/shared/bg-tabs.jpg) 0px -396px no-repeat;
}
body.clarion-collection .resv-tabs li a:hover {
	background: #2c1a10 url(../../../images/no/shared/bg-tabs.jpg) 0px -445px no-repeat;

}
body.clarion-collection .resv-tabs li a, body.clarion-collection .resv-tabs li a  {
	color: #d7d0ab;
	background: #2c1a10 url(../../../images/no/shared/bg-tabs.jpg) 0px -396px no-repeat;
}
body.clarion-collection .resv-tabs li a.current, body.clarion-collection .resv-tabs li a.current:hover, body.clarion-collection .resv-tabs li a.current:active  {
	background: #2c1a10;
	color: #d7d0ab;
}
body.clarion-collection .cols-wrap { 
	background: #f7f5ec url(../../../images/no/clarion-collection/bg-cols.png) 0 0 repeat-y;
}
body.clarion-collection .cols-wrap h3 { 
	color: #532e63;
}
body.clarion-collection .club-tabs li a {
	color: #57542f;
	background: #eae9d9 url(../../../images/no/shared/bg-col-tabs.png) 0 -320px no-repeat;
}
body.clarion-collection .club-tabs li a.current { 
	color: #a9398a;
	background: #f7f5ec url(../../../images/no/shared/bg-col-tabs.png) 0 -360px no-repeat;
}
body.clarion-collection .cols-wrap a { 
	color: #532e63;
}

body.clarion-collection .tab-header a.view-gallery {
	color: #532e63;
}

body.clarion-collection #tabs-hotel a.current, body.clarion-collection #tabs-hotel a.current span, body.clarion-collection #tabs-hotel a.current:hover span {
	color: #532e63;
}
body.clarion-collection .tab-body a, body.clarion-collection .tab-header a.full-view, body.clarion-collection .util-hotel a, body.clarion-collection .hotel-header ul.hotel-address a, body.clarion-collection .hotel-header ul.hotel-phone a, body.clarion-collection .ui-datepicker-days-row, body.clarion-collection .ui-datepicker-days-cell-over, body.clarion-collection .ui-datepicker-header  {
	color: 	#532E63;
}
body.clarion-collection a.view-map {
	color: #fff;
}

body.clarion-collection a#best-rate {
	background: url(../../../images/no/shared/ico-bestRate.png) 0 -362px no-repeat;
}

body.clarion-collection a#best-rate, body.clarion-collection .resv-box-sub a#best-rate {
	color: #f7f5ec;
}
body.clarion-collection .ui-datepicker-header, body.clarion-collection .ui-datepicker-days-cell-over {
	background: #eae9d9;
}
body.clarion-collection .general h2{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #2c1a10;
	font-size: 2em;
	background: url(../../../images/no/clarion-collection/bg-header.jpg) -220px bottom no-repeat;
	padding-bottom: 10px;
}
body.clarion-collection .general h3{
	font-size: 1.6em;
	color: #a9398a;
	margin: 0 0 10px 0;
}
body.clarion-collection .general ol, body.clarion-collection .general a{ color: #a9398a; }


/* @end */

/* @group clarion styles */

body.clarion a {
	color: #000;
}
body.clarion #logo {
	background: url(../../../images/no/clarion/bg-logo.png) 0 0 no-repeat; 
	top: 40px;
	width: 146px;
	height: 131px;
	position: relative;
}

body.clarion #logo h1 a {
	width: 96px;
	height: 90px;
	top: 20px;
	left: 50%;	
	margin-left: -47px; /* half of the width */
	background: url(../../../images/no/clarion/logo.gif) center no-repeat; 
}
body.clarion #logo-menu {
	display: block; /*show menu*/
	width: 125px;
	margin-left: -62px; /* half of the width */
	top: 101px; 
	left: 75px;
}
body.clarion #logo-links {
	top: 120px; /*Always 19px more than logo-menu from the top*/
}
body.clarion #nav {
	background: #949597 url(../../../images/no/shared/bg-nav.png) 0 -456px no-repeat;
}
body.clarion #nav-links {
	left: 170px;
}
body.clarion #nav-links li a:hover, body.clarion #nav-links li a.selected {
	background: url(../../../images/no/shared/bg-nav.png) 50% -530px no-repeat;
}
body.clarion .section-box h4 {
	color: #000;
	margin: 10px 0px;
	font-size: 1.4em;
	padding-bottom: 10px;
	background: url(../../../images/no/clarion/bg-header.jpg) -580px bottom no-repeat;
}
body.clarion .section-box ul {
	padding-right: 20px;
}
body.clarion .section-box a {
	color: #666;
}

body.clarion .resv-box-sub, body.clarion .resv-box-sub h4 { background: #000; color: #fff; }
body.clarion .resv-box-sub h4 { margin: 0;  padding: 10px 0px 10px 20px; }
body.clarion .resv-box-sub form label, body.clarion .resv-box-sub p.stack label { color: #ccc; }
body.clarion .resv-box p.question a {  }
body.clarion .col-reservations form a, body.clarion .col-reservations form label {
	color: #ccc;
}
body.clarion .col-reservations input.button.btn-large, body.clarion .tab-content input.button.btn-large{
	background-color: #000;
}
body.clarion input.button.btn-large, body.clarion a.btn-large {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -630px;
	color: #fff;
}
body.clarion a.btn-large span, body.clarion input.button.btn-large span {
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -630px;
	color: #fff;
}
body.clarion input.button.btn-large:hover, body.clarion a.btn-large:hover {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -672px;
}
body.clarion input.button.btn-large:active, body.clarion a.btn-large:active {
	background: url(../../../images/no/shared/btn-largeRight.png) no-repeat 100% -714px;
}
body.clarion input.button.btn-large:hover span, body.clarion a.btn-large:hover span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -672px;
}
body.clarion input.button.btn-large:active span, body.clarion a.btn-large:active span { 
	background: transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat 0 -714px;
}
body.clarion input.button.btn-light, body.clarion a.btn-light { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -470px no-repeat;
}
body.clarion input.button.btn-light:hover, body.clarion a.btn-light:hover { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -501px no-repeat;
}
body.clarion input.button.btn-light:active, body.clarion a.btn-light:active { 
	background: url(../../../images/no/shared/btn-lightRight.png) 100% -532px no-repeat;
}
body.clarion input.button.btn-light, body.clarion a.btn-light { 
	color: #000;
}
body.clarion input.button.btn-light:hover { 
	color: #000;
}
body.clarion input.button.btn-light:active { 
	color: #000;
}
body.clarion a.btn-light:hover { 
	color: #000;
}
body.clarion a.btn-light:active { 
	color: #000;
}
body.clarion input.button.btn-light span, body.clarion a.btn-light span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -470px no-repeat;
	color: #000;
}
body.clarion input.button.btn-light:hover span, body.clarion a.btn-light:hover span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -501px no-repeat;
	color: #ccc;
}
body.clarion input.button.btn-light:active span, body.clarion a.btn-light:active span { 
	background: transparent url(../../../images/no/shared/btn-lightLeft.png) 0px -532px no-repeat;
	color: #fff;
}
body.clarion #wrapper-content { 
	background: url(../../../images/no/clarion/bg-wrapperContent.png) top center repeat-x;
}
body.clarion #wrapper-inner { 	
	background: url(../../../images/no/clarion/bg-wrapperInner.png) top center no-repeat;
}
body.clarion #header { 
	background: none;
}
body.clarion .greeting, body.clarion .greeting a, body.clarion .footer-countries a { 
	color: #000;	
}
body.clarion #util .language li.lang  {
	color: #000;
}
body.clarion #footer {
	border-top: 1px solid #dae1e1;
	background: url(../../../images/no/shared/bg-footer.png) 0 -1249px repeat-x;
}
body.clarion #footer-links a {
	color: #666;
}
body.clarion .col-reservations {
	background-color: #000;
}
body.clarion .resv-tabs li a:active{
	background: #333333 url(../../../images/no/shared/bg-tabs.jpg) 0px -495px no-repeat;
}

body.clarion .resv-tabs li a:hover {
	background: #3d3d3d url(../../../images/no/shared/bg-tabs.jpg) 0px -544px no-repeat;
}
body.clarion .resv-tabs li a, body.clarion.resv-tabs li a  {
	color: #fff;
	background: #343636 url(../../../images/no/shared/bg-tabs.jpg) 0px -495px no-repeat;
}
body.clarion .resv-tabs li a.current, body.clarion .resv-tabs li a.current:hover, body.clarion .resv-tabs li a.current:active  {
	background: #000;
	color: #fff;
}
body.clarion .cols-wrap { 
	background: #f4f4f4 url(../../../images/no/clarion/bg-cols.png) 0 0 repeat-y;
}
body.clarion .cols-wrap h3 { 
	color: #666;
}
body.clarion .club-tabs li a {
	color: #000;
	background: #e7e6dd url(../../../images/no/shared/bg-col-tabs.png) 0 -400px no-repeat;
}
body.clarion .club-tabs li a.current { 
	color: #666;
	background: #f4f4f4 url(../../../images/no/shared/bg-col-tabs.png) 0 -440px no-repeat;
}
body.clarion .cols-wrap a { 
	color: #000;
}

body.clarion .tab-header a.view-gallery {
	color: #666;
}

body.clarion #tabs-hotel a.current, body.clarion #tabs-hotel a.current span, body.clarion #tabs-hotel a.current:hover span {
	color: #000;
}
body.clarion .tab-body a, body.clarion .tab-header a.full-view, body.clarion .util-hotel a, body.clarion .hotel-header ul.hotel-address a, body.clarion .hotel-header ul.hotel-phone a, body.clarion .ui-datepicker-days-row, body.clarion .ui-datepicker-days-cell-over, body.clarion .ui-datepicker-header  {
	color: 	#000;
}
body.clarion a.view-map {
	color: #fff;
}
body.clarion a#best-rate, body.clarion .resv-box-sub a#best-rate {
	color: #f4f4f4;
}
body.clarion a#best-rate {
	background: url(../../../images/no/shared/ico-bestRate.png) 0 -446px no-repeat;
}
body.clarion .ui-datepicker-header, body.clarion .ui-datepicker-days-cell-over {
	background: #e7e6dd;
}
body.clarion .general h2{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 2em;
	background: url(../../../images/no/clarion-collection/bg-header.jpg) -220px bottom no-repeat;
	padding-bottom: 10px;
}
body.clarion .general h3{
	font-size: 1.6em;
	color: #333;
	margin: 0 0 10px 0;
}
body.clarion .general ol, body.clarion-collection .general a{ color: #000; }
.icon-calendar{
    position: absolute;
    left: 73px;
    top: 4px; /*display: none;*/
}

		

/* @end */

/* @end */
/* Profile registration */
.checkout-content .wrapper-packages-three .wrapper-thumb {
	width: 115px;
	margin: 10px 8px;
}

.checkout-content .rate-type {
	width: 360px;
}

/* @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: 600px;
	float: left;
}

.checkout-content .column-aside {
	width: 240px;
	float: right;
	font-size: 12px;
}


.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;
}

/* NEW CODE FROM VIGET 2010-11-19 */

.checkout-timer-warning {
  background: #F5E719;
	border-top: 1px solid #e2d510;
	border-bottom: 1px solid #e2d510;
	color: #4A473B;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 10px;
}

/* END NEW CODE */

.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;
}

.reviewLinks {
	font-size: 12px;
	margin-top: 7px;
}
.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;}
.photoContainer .photoLinks {text-align: center;}
.photoContainer .photoLinks  a {font-size: 11px; 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; padding-right: 5px;}
.reviewRating table {padding: 3px 0; width: auto; height: 15px;}
.reviewRating span {white-space: nowrap;}
.tab-body h3 {
	font-size: 15px;
}
.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;}
.commentContainer .author{font-size: 11px; padding: 3px;}

.commentContainer .managementResponse {
    border: 1px solid;
    width: 70%;
    padding: 3px;
}

.commentContainer .managementResponse p {
    font-weight: bold;
    margin-bottom: 5px;
}
.commentContainer div {
	margin-bottom: 7px; 
	margin-top: 15px;
	font-size: 11px;
}
.commentContainer a {font-size: 12px; text-decoration: none;}
.writeReviewContainer {margin-top: 15px;}
.writeReviewContainer .moreReviewsLink {float: right; margin-top: 15px; font-size: 12px;}
.tripAdvisor {font-size: 10px !important;}

.listing-rooms {
	font-size:11px;
	margin-bottom:0;
	text-align:center;
	width:100%;
	background:#F3F2F2 none repeat scroll 0 0;
	color:#4A473B;
}

.listing-rooms .hiddenRooms {
	display: run-in;
}

.listing-rooms tr.rooms-header {
	background:#F3F2F2 none repeat scroll 0 0;
}

.listing-rooms th, .listing-rooms td {
	padding:2px;
	width:7%;
}
.listing-rooms th {
	font-size:1.1em;
}

.listing-rooms td {
	white-space:nowrap;
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #D7D7D7;
}

.listing-rooms .room-number-add {
	padding-left:245px;
}

.room-adults-children {
	margin:10px 0;
}

.listing-rooms .room-number-add h5 {
	float:left;
	font-weight:bold;
	margin: 13px 10px 0 0;
	padding:3px 0;
	
}

.room-adults, .room-children {
	margin-right:10px;
	width:100px;
}

.pull {
	float:left;
}

.room-total-price {
	float:right;
	margin:20px 0;
	padding:10px;
	text-align:right;
}

.sub-total {
	color:#43756F;
	font-weight:bold;
}

.btn-lg{
	font-size:1.1em;
	padding:4px 6px 18px 10px;
}

.room-total-price p {
	float:left;
	font-size:17px;
	font-weight:bold;
	margin:0 20px;
}

table.listing-rooms select, room-adults select, .room-children select {
	max-width:50px;
	width:35px;
}

.listing-rooms .total-cost {
	border-left:1px solid #D7D7D7;
	font-weight:bold;
	width:10%;
}

.listing-rooms .room-type {
	border-right:1px solid #D7D7D7;
	padding:10px 8px;
	text-align:left;
	width:12%;
	white-space:normal;
}

ul.search-list {
	line-height: 18px;
}

ul.search-list input, ul.search-list img {
	margin-right:5px;
	margin-bottom:2px;
	vertical-align:middle;
	float: none;
}

.search-module label, .search-module p.label {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}

.listing-rooms .sub-total {
	border-left:1px solid #D7D7D7;
	font-weight:bold;
	width:5%;
}

/* NEW CODE FROM VIGET, 2010-11-23 */

.listing-rooms .room-number {
	border-left:1px solid #D7D7D7;
	font-weight:bold;
}

.listing-rooms .error-cont {
  position: static;
  width: 40px;
}

/* END NEW CODE */

p.tooltip,.resv-number-info {
	position: absolute;
	padding: 5px 5px 5px 5px;
	background: #fff;
	border: 1px solid #2a6b97;
	z-index: 400;
}

p.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;
}


.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;
}

.aside-content label, .aside-content p.label {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.2em;
}

.aside-content .filterVacancy label{
	color:#4A473B;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:7pt;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.aside-content .amenities-listing li{
	font-size:7pt;
}

.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 !important;
    font-weight: bold;
}

.map-overlay a {
	font-size: 12px;
}

.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;
}

.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;
}

/* @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: -90px;
	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;
}

a.list_img {
	margin-left:-160px;
	float: left;
}

a.list_img img, .check_main img.list_img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E0DFDD;
	padding:5px;
}

.package-detail-content .col-content h3 {
	color:#41736D;
	font-size:1.7em;
}

.package-detail-content .col-content-sub h5 {
	font-size:1.3em;
	margin-bottom:0;
}

.sidebar-section-box h4 {
	background:transparent url(/images/no/shared/bg-header-dark-green.jpg) no-repeat scroll -580px bottom;
	padding-bottom:10px;
}

.sidebar-section-box li {
	float:left;
	font-size:1.2em;
	margin-bottom:10px;
}

.sidebar-section-box li a {
	background:transparent url(/images/no/shared/bg-sort-up.png) no-repeat scroll 0 3px;
	color:#467671;
	float:left;
	font-weight:bold;
	padding-left:15px;
}

.sidebar-section-box li span {
	float:right;
	padding-left:5px;
	text-align:right;
}
.sidebar-section-box li span {
	display:block;
	font-size:1em;
}

.package_listing {
	border-bottom:0 none;
	padding:10px 0 10px 160px;
}

.special-offer-list li a {
	background:transparent url(../../../images/europe/shared/bg-special-offer-list.png) no-repeat scroll 0 5px;
	color:#666666;
	display:block;
	font-size:12px;
	padding-left:15px;
}

#lightbox_title {
	background-color:#E8E8E8;
	height:27px;
}
#TB_ajaxWindowTitle {
	float:left;
	margin-bottom:1px;
	padding:7px 0 5px 10px;
}
#TB_closeAjaxWindow {
	float:right;
	margin-bottom:1px;
	padding:7px 10px 5px 0;
	text-align:right;
}
.lightbox-content {
	padding:20px;
	text-align: left;
/*	margin-left:20px;*/
}
.lightbox-two-cols .section {
  padding-left: 10px;
	width:290px;
}
.two-cols .section {
	float:left;
}
.lightbox-content h2 {
	font-weight:bold;
	margin:0;
	font-size:27px;
	margin-bottom:25px;
}
.lightbox-content h3 {
	border-bottom:1px solid #CCCCCC;
	margin:0 0 10px;
	padding-bottom:10px;
	font-size:20px;
	margin:8px 0 20px;
	font-weight:normal;
}
.lightbox-content ul, .lightbox-content p {
	margin-bottom:20px;
	color:#333333;
	font-size:12px;
	line-height:18px;
}
.lightbox-content ul {
	list-style-position:inside;
}
.lightbox-two-cols .aside {
	width:270px;
	float:right;
}

.srp-box {
	margin-bottom: 20px; 
	padding:15px 0 15px 0;
	/*width: 600px;*/
	background-color: white;
}

.rate-type {
	float: left; 
	width: 300px; 
	/*margin-right: 20px;*/ 
	text-align: left;
	width: 380px;
	padding: 5px;
	border-right: 1px dotted #D7D7D7;
}

.rate-type h4 {
	margin: 0px;
}

.rate-listing {
	float: right; 
	width: 200px; 
	font-size: 9px;
	text-align: left;
}

.rate-listing h6 {
	font-size: 12px;
	margin-bottom: 5px;
}

.rate-listing dt {
	text-align:left; 
	float: left; 
	margin-right: 10px; 
	padding-right: 10px; 
	width: 100px;	
}

.rate-listing dd {
	float: left; 
	font-style: italic;
}

.rate-listing a {
	color: #43756F;
}
/*-------------------------CSS for view confirmation----------------------*/
.full-col .section-steps {width:103%; margin-left: -15px; border-right: 1px solid #e3e3e3;} 
.content p, .content ul, .content ol {
	color:#333333;
	font-size:1.2em;
	line-height:18px;
}
.section-steps-step3 {background:transparent url(../../../images/europe/shared/bg-search-crumbs.png) no-repeat scroll 0 -93px !important;}
.section-steps {
	background:transparent url(../../../images/europe/shared/bg-search-crumbs.png) no-repeat scroll 0 0;
	color:#666666;
	height:37px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:20px;
	width:690px;
}

.section-steps li.step-1 {left:38px;}
.full-col .section-steps li {width:230px;}

.section-steps li {
	background:transparent none repeat scroll 0 0;
	float:left;
	font-size:12px;
	position:relative;
	top:10px;
	width:160px;
}
.section-steps li.step-2 {left: 54px;}
.section-steps li.step-3 {left: 62px;}
.section-steps li.step-4 {left: 76px; width: 115px;}
.section-steps li a:hover {text-decoration: underline;}
.section-steps li a {
	color: #666666;
	display: block;
	text-decoration: none;
}
.checkout-content h2 {
	margin-top: 0px;
}
.checkout-content h4 {font-size:14px !important; font-weight:normal;}
.location-title h2 span, .listing-header h4 span {
	color:#777777;
	font-size:10px;
	font-weight:normal;
}
.listing-header h4 {margin: 0px 10px 10px 0px;}
.listing-header h4 a, .listing-header h4 img {
	color:#333333;
	text-decoration:none;
	vertical-align:middle;
}
.listing-rooms tr.rooms-header {background:#E8E8E8 none repeat scroll 0 0;}
.listing-rooms {
	font-size:11px;
	margin-bottom:0;
	text-align:center;
	/*width:100%;*/
}
.listing-rooms caption{
  font-weight:bold;
}
.listing-rooms .room-type {
	border-right:1px solid #D7D7D7;
	padding:10px 8px;
	text-align:left;
	white-space:normal;
	width:30%;
}
.listing-rooms th, .listing-rooms td {

	padding: 5px 3px;
	white-space:nowrap;
	width:7%;
}
.comfort .listing-rooms th, .comfort .listing-rooms td {color: #212282 !important;}
.clarion .listing-rooms th, .clarion .listing-rooms td {color: #333333 !important;}
.clarion .room-total-price span {color: #333333 !important;}

.tab-content-preview .info-secondary {
	color:#777777;
	font-size:11px;
	line-height:16px;
	margin-right:0;
	padding-right:20px;
}
.room-details .listing-rooms td {background:#F3F2F2 none repeat scroll 0 0; padding: 5px 3px;}
.listing-rooms .sub-total {color: #333333 !important;}
.listing-rooms a {
	display:block;
	font-size:10px;
}
.listing-rooms a.cancel {
	display:block;
	margin:10px 0;
}
.optional-packages, .room-types, .packages-offer {
border-top:1px solid #D7D7D7;
}
.optional-packages h5, .packages-offer h5 {
	background:#E9E9E9 none repeat scroll 0 0;
	font-weight:bold;
	margin:0;
	padding:10px;
}
.wrapper-packages {
	float:left;
	margin-top:25px;
	padding:10px;
	width:540px;
}
.wrapper-packages-three, .wrapper-packages {
	background:#F2F2F2 none repeat scroll 0 0;
	border-bottom:1px solid #D9D9D9;
	border-top:1px solid #D9D9D9;
}
.wrapper-thumb {margin-bottom:10px;}
.add-room {margin:5px 10px 25px;}
.utility {margin-bottom:10px;}
.text-right {text-align:right;}
.add-room a {
	background:#4B960B url(../../../images/europe/shared/bg-btn-green.png) repeat-x scroll 0 50%;
	border:1px solid transparent;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 5px;
}
.utility a {
	float:left;
	margin:5px 15px 5px 0;
	padding-left:15px;
	text-decoration: none;
}
.utility a:hover {text-decoration: none;}
.resv-specs li, .room-price-specs li {
	clear:both;
	text-align:right;
}
.resv-specs strong, .room-price-specs strong {
	float:left;
	text-align:left;
}
.content .divider {
	border-bottom:1px solid #D7D7D7;
	margin-bottom:10px;
}
.content .divider, .content .divider-bottom {
	border-bottom:1px solid #D7D7D7;
	padding-bottom:10px;
}
.room-price-estimate-total {
	background: #D8D6D6 none repeat scroll 0 0;
	color: #43756f;
	font-size:16px;
	font-weight:700;
	padding:10px;
}
.room-price-total strong, .room-price-estimate-total strong {
	color:#333333;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.content .fieldset-group h4 {
	background:#D8D6D6 none repeat scroll 0 0;
	color:#43756F;
	font-weight:700;
	margin:0 0 20px;
	padding-left:10px;
}
.fieldset-group {
	background:#F3F2F2 none repeat scroll 0 0;
	margin:0 0 15px;
	padding-bottom:10px;
}
.fieldset-group h4 span {
	background:transparent url(../../../images/europe/shared/bg-fieldset-group-h4-span.png) no-repeat scroll right top;
	display:block;
	padding:10px;
}
.checkout-content h4 {font-size:16px;}
.fieldset-group .two-cols li {
	float:left;
	/*height:50px;*/
	padding:0 0 0px 20px;
	width: 280px;
}
.form-fields .add-bottom {margin-bottom:10px;}
.fieldset-group .two-cols label {font-size: 12px;}
 fieldset-group .two-cols select {width: 270px;}
.fieldset-group .two-cols li.address2 {width:400px;}
.fieldset-group .two-cols li.clear-left, .credit-card li.clear-left {clear:left;}
.wide textarea.text {
	height:100px;
	width:560px;
}
.wide label {font-size: 12px;}
.checkout-content-row-sub .wide li, .credit-card li {
	padding:0 0 0px 20px;
	width:320px;
}
.credit-card label {font-size: 12px;}
.fieldset-group .credit-card img.secure {
	right:20px;
	//right:50px;
	position:absolute;
	top:30px;
}

.fieldset-group .two-cols li.clear-left, .credit-card li.clear-left {clear:left;}
.form-fields .text, .tab-content-table .text {width:320px;}
.selectDateCard {width: auto !important;}
.guarantyPolicy {font-size: 12px;}
.error-cont {
	float:left;
	height:1px;
	min-height:27px;
	position:relative;
	text-align:left;
}
.checkout-content-row-sub .fieldset-group .error-cont, .checkout-content-row-sub .wide .error-cont {width: 260px;}
button.btn-xl, a.btn-xl, .btn-xl {
	font-size:16px;
	padding:8px 10px;
	height: auto !important;
	float: none !important;
}
button.btn-green, a.btn-green, .btn-green {
	background:#4B960B url(../../../images/europe/shared/bg-btn-green.png) repeat-x scroll 0 50%;
	border: 0px solid transparent;
	color:#FFFFFF;
	font-weight:bold;
}
.add-top {margin-top:22px; font-size: 12px;}
.checkout-content p.add-top a.back {
	color:#2F6A92;
	margin-left:15px;
	text-decoration:underline;
}
.form-fields select.text, .tab-content-table select.text {width:270px !important;}
.address2 em {margin-left: 25px;} 
table.listing-rooms select, room-adults select, .room-children select {
	max-width:50px;
	width:35px;
}
.credit-card .error-cont {width: 260px;}
.buttonInput {
	background:transparent url(../../../images/no/shared/input-button-bg.gif) no-repeat scroll 0 0;
	color:#D2E8E9;
	display:block;
	line-height:20px;
	margin-top:0;
	/**padding:10px 0 10px 20px;*/
	width: 180px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	height: 32px;
	padding-bottom: 10px;
	border: 0px;
}
.btn-gray {background:transparent url(../../../images/no/shared/input-button-bg.gif) no-repeat scroll 0 96px !important;}
/*---------------- Errors -------------------*/
.error-float {
	background:#FFE9E9 none repeat scroll 0 0;
	border:1px solid #CC0000;
	font-size:12px;
	font-weight: normal;
	left:104%;
	line-height:16px;
	padding:10px;
	position:absolute;
	top:-10px;
	width:245px;
	z-index:999;
    white-space: normal;
}
.error-arrow {
	background:transparent url(../../../images/europe/shared/bg-error-arrow.png) no-repeat scroll 0 0;
	display:block;
	height:16px;
	left:-9px;
	position:absolute;
	top:12px;
	width:9px;
}
.rooms-available .error-arrow, .room-total-price .error-arrow {
	background:transparent url(../../../images/europe/shared/bg-error-arrow-top.png) no-repeat scroll 0 0;
	display:block;
	height:16px;
	left:50%;
	position:absolute;
	top:-9px;
	width:19px;

}
.rooms-available span {font-weight:bold;}

.rooms-available {
    background: #e6e6e6;
    font-size: 13px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    padding: 20px;
    color: #4A473B;
    /* NEW CODE FROM VIGET 10/13/10 */
      position: relative;
      z-index: 2;
    /* END NEW CODE */
}

/* NEW CODE FROM VIGET 10/13/10 */
#tab-flex {
  /* NEW CODE FROM VIGET 10/13/10 */
  position: relative;
  z-index: 1;  
}
/* END NEW CODE */

.rooms-available .btn-dark {
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	padding: 3px 5px;
}
.rooms-available .btn-dark span {font-weight: normal !important;}
.rooms-available a {
	font-size: 13px;
}

.rooms-available span {
	font-weight: bold;
}

.room-dates h5 {
	font-size: 13px;
	margin: 0;
}

.room-edit-dates a {
	color: #333;
	margin-left: 0px;
}

.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;
}

.selected-cancel-dates .room-dates {
	display: none;
}

.selected-room-dates .room-edit-dates {
	display:none;
}
.room-edit-dates {
	padding: 0px 40px;
}

.room-edit-dates .check-out label, .room-edit-dates .check-in label {
	float:left;
	margin-right:10px;
	padding:5px 0;
	width:90px;
}
.room-edit-dates label {
	font-size:11px;
	font-weight:bold;
}

.room-edit-dates .error-cont input {
	width: 80px;
}
.error-float strong, .error-close {color:#CC0000 !important; font-weight: normal;}
.error-close {
	line-height:normal;
	position:absolute;
	right:10px;
	top:5px;
}
.room-edit-dates .error-float strong, .room-edit-dates .error-close, .listing-rooms .error-close {
	color:#CC0000;
	font-size:12px;
}
.checkout-content a {color: #43756F !important;}
.checkout-confirm h2 {color: #43756F !important;}

.form-info {margin-left: 10px;}
.selected-package {margin-left: -140px;}
.selected-package .selectPackageImg {width: 120px; height: 120px; border: 1px solid #a3a4a8; overflow: hidden; float: left;}
.selected-package .selectPackageContainer {padding-left: 130px;//padding-left: 0px; text-align: left; width: 380px; white-space: normal;}
.selected-package .selectPackageContainer a {font-size: 13px; font-weight: bold;}
.selected-package .selectPackageContainer h4 {font-size: 12px; margin: 5px 0px;}

.selected-package .listing-rooms a {font-size: 11px;}
.hotel-address .last {margin: 10px 0px 5px; font-size: 11px;} 
.room-total-price .btn-dark {
  height: 24px;
  cursor: pointer;
}
/*************CORRECT BREADCRUMP*********************/
ol.nav-breadcrumb div{float: left;}
ol.nav-breadcrumb .level1 {z-index: 4;} 
ol.nav-breadcrumb .level2 {z-index: 3;}
ol.nav-breadcrumb .level3 {z-index: 2;}
ol.nav-breadcrumb .level4 {z-index: 1;}
ol.nav-breadcrumb .level1 .leftLev {padding: 4px 10px 4px 25px; height: 14px; background: #a7a9a9}
ol.nav-breadcrumb .level1 .leftLevSelected{padding: 4px 10px 4px 25px; height: 14px; background: #a7a9a9 4px 5px url(../../../images/no/shared/checked.gif) no-repeat;}
ol.nav-breadcrumb .level1 .rightLev{background: url(../../../images/no/shared/breadcrumb-level1.gif) no-repeat; width: 21px; height: 22px;}
ol.nav-breadcrumb .level1, ol.nav-breadcrumb .level2, ol.nav-breadcrumb .level3 {position: relative; margin-right: -21px;}
ol.nav-breadcrumb .level2 .leftLev {background-color: #b3b4b4; padding: 4px 10px 4px 20px; height: 14px;}
ol.nav-breadcrumb .level2 .leftLevSelected {background: #b3b4b4 10px 5px url(../../../images/no/shared/checked.gif) no-repeat; padding: 4px 10px 4px 30px; height: 14px;}
ol.nav-breadcrumb .level2 .rightLev{background: url(../../../images/no/shared/breadcrumb-level2.gif) no-repeat; width: 21px; height: 22px;}
ol.nav-breadcrumb .level3 .leftLev {background-color: #c5c4c4;  padding: 4px 10px 4px 20px; height: 14px;}
ol.nav-breadcrumb .level3 .leftLevSelected {background: #c5c4c4 10px 5px url(../../../images/no/shared/checked.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}
ol.nav-breadcrumb .level3 .rightLev{background: url(../../../images/no/shared/breadcrumb-level3.gif) no-repeat; width: 21px; height: 22px;}
ol.nav-breadcrumb .level4 .leftLev {background-color: #d7d6d6;  padding: 4px 10px 4px 20px; height: 14px;}
ol.nav-breadcrumb .level4 .leftLevSelected {background: #d7d6d6 10px 5px url(../../../images/no/shared/checked.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}
ol.nav-breadcrumb .level4 .rightLev{background: url(../../../images/no/shared/breadcrumb-level4.gif) no-repeat; width: 21px; height: 22px;}

/**********COMFORT*********/
.comfort ol.nav-breadcrumb .level1 .leftLevSelected{padding: 4px 10px 4px 25px; height: 14px; background: #a7a9a9 4px 5px url(../../../images/no/shared/vcomfort.gif) no-repeat;}
.comfort ol.nav-breadcrumb .level2 .leftLevSelected {background: #b3b4b4 10px 5px url(../../../images/no/shared/vcomfort.gif) no-repeat; padding: 4px 10px 4px 30px; height: 14px;}
.comfort ol.nav-breadcrumb .level3 .leftLevSelected {background: #c5c4c4 10px 5px url(../../../images/no/shared/vcomfort.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}
.comfort ol.nav-breadcrumb .level4 .leftLevSelected {background: #d7d6d6 10px 5px url(../../../images/no/shared/vcomfort.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}

/**********CLARION*********/
.clarion ol.nav-breadcrumb .level1 .leftLevSelected{padding: 4px 10px 4px 25px; height: 14px; background: #a7a9a9 4px 5px url(../../../images/no/shared/vclarion.gif) no-repeat;}
.clarion ol.nav-breadcrumb .level2 .leftLevSelected {background: #b3b4b4 10px 5px url(../../../images/no/shared/vclarion.gif) no-repeat; padding: 4px 10px 4px 30px; height: 14px;}
.clarion ol.nav-breadcrumb .level3 .leftLevSelected {background: #c5c4c4 10px 5px url(../../../images/no/shared/vclarion.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}
.clarion ol.nav-breadcrumb .level4 .leftLevSelected {background: #d7d6d6 10px 5px url(../../../images/no/shared/vclarion.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}

/**********CLARION COLLECTION*********/
.clarion-collection ol.nav-breadcrumb .level1 .leftLevSelected{padding: 4px 10px 4px 25px; height: 14px; background: #a7a9a9 4px 5px url(../../../images/no/shared/vclarion-colleaction.gif) no-repeat;}
.clarion-collection ol.nav-breadcrumb .level2 .leftLevSelected {background: #b3b4b4 10px 5px url(../../../images/no/shared/vclarion-colleaction.gif) no-repeat; padding: 4px 10px 4px 30px; height: 14px;}
.clarion-collection ol.nav-breadcrumb .level3 .leftLevSelected {background: #c5c4c4 10px 5px url(../../../images/no/shared/vclarion-colleaction.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}
.clarion-collection ol.nav-breadcrumb .level4 .leftLevSelected {background: #d7d6d6 10px 5px url(../../../images/no/shared/vclarion-colleaction.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}

/**********QUALITY*********/
.quality ol.nav-breadcrumb .level1 .leftLevSelected{padding: 4px 10px 4px 25px; height: 14px; background: #a7a9a9 4px 5px url(../../../images/no/shared/vquality.gif) no-repeat;}
.quality ol.nav-breadcrumb .level2 .leftLevSelected {background: #b3b4b4 10px 5px url(../../../images/no/shared/vquality.gif) no-repeat; padding: 4px 10px 4px 30px; height: 14px;}
.quality ol.nav-breadcrumb .level3 .leftLevSelected {background: #c5c4c4 10px 5px url(../../../images/no/shared/vquality.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}
.quality ol.nav-breadcrumb .level4 .leftLevSelected {background: #d7d6d6 10px 5px url(../../../images/no/shared/vquality.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}

/**********QUALITY RESORT*********/
.quality-resort ol.nav-breadcrumb .level1 .leftLevSelected{padding: 4px 10px 4px 25px; height: 14px; background: #a7a9a9 4px 5px url(../../../images/no/shared/vquality-resort.gif) no-repeat;}
.quality-resort ol.nav-breadcrumb .level2 .leftLevSelected {background: #b3b4b4 10px 5px url(../../../images/no/shared/vquality-resort.gif) no-repeat; padding: 4px 10px 4px 30px; height: 14px;}
.quality-resort ol.nav-breadcrumb .level3 .leftLevSelected {background: #c5c4c4 10px 5px url(../../../images/no/shared/vquality-resort.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}
.quality-resort ol.nav-breadcrumb .level4 .leftLevSelected {background: #d7d6d6 10px 5px url(../../../images/no/shared/vquality-resort.gif) no-repeat;  padding: 4px 10px 4px 30px; height: 14px;}

#sorting .current {color: #333333;}


.login-container {
	border: 1px solid #cccccc;
	/*border-top: 26px solid #cccccc;*/
	background-color: #e2e3e5;
	margin-top: -7px;
	margin-righ: 0px;
	padding: 10px 5px 5px 10px;
	float: right;
	text-align: left;
	width: 195px;
	//width: 200px;
	//position: relative;
}
.login-container-cc {
    margin-top:-17px;
    //margin-top: -22px;
}
.login-container .loginForm {width: auto !important;}
.login-container input{
	margin-bottom:15px;
	width:80px;
}
.login-container label {
	float: left;
	width: 85px;
	padding-top: 5px;
}

.next-steps{margin: 0px 20px;}
.view-room-types {float: left;}
.view-specials {float: right;}

.next-steps ul li a {text-decoration: underline;}

.rightBar {width: 190px; float: right;}

/* Choice Club - right menu*/
.sidebarContainer {
	width: 170px;
	float: right;
	margin-top: 20px;
}
.dr-pnlbar-h, .dr-pnlbar-h-act {
	background-image: none !important;
	background-color: white;
	padding: 4px 0px 4px 0 !important;	
	color: #517b76 !important;
}
.dr-pnlbar-h a, .dr-pnlbar-h-act a, .sidebarContainer .sidebarSublevel a {
	padding-left: 15px;
	background: url(../../../images/no/shared/bg-sort-up.png) no-repeat center left;
	text-decoration: underline !important;
	font-size: 11px
}
.dr-pnlbar {
	border: 0px !important;
	padding: 0px !important;
	width: 170px;
}
.dr-pnlbar-c {padding: 0px !important;}
.sidebarContainer .sidebarSublevel div {
	padding: 2px 0px 2px 15px;
}
.rich-panelbar-header a {font-weight:normal !important}


.searchResultsContainer {
	width: 450px;
	}
	
.rightBar p.card-level {
	color: #999;
	font-size: 1.1em;
	background: url(../../../images/no/shared/bg-cardLevel-small.gif) no-repeat;
	width: 112px;
	padding: 5px 0px 10px;
}
.rightBar p.card-level span.Gold {
	padding: 6px 0 5px 40px;
	color: #333;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../../../images/no/shared/ico-card-gold.png) left no-repeat;
	zoom: 100%;
}
.rightBar p.card-level span.Silver {
	padding: 6px 0 5px 40px;
	color: #333;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../../../images/no/shared/ico-card-silver.png) left no-repeat;
	zoom: 100%;
}
.rightBar p.card-level span.Blue {
	padding: 6px 0 5px 40px;
	color: #333;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../../../images/no/shared/ico-card-blue.png) left no-repeat;
	zoom: 100%;
}
.rightBar p.card-level span.PLATINUM {
	padding: 6px 0 5px 40px;
	color: #333;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../../../images/no/shared/ico-card-platinum.png) left no-repeat;
	zoom: 100%;
}

.sidebarContainer .sidebarSublevel .subLevelActive {font-weight: bold;}
.classcardLevelContainer {display: block;height:105px;}
.bonusPointsInfo p { font-size: 11px;}
.loading-overlay {height: 45px !important;}
.loading-overlay p {margin-top: 20px !important;}
.errors {color:#CC0000;}

.wrapper-offer-featured {
	background:transparent url(/images/europe/shared/bg-offer-featured.jpg) no-repeat scroll 0 0;
	border-top:1px solid #D7D7D7;
}

.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;
	background:transparent url(/images/europe/shared/bg-offer-featured.jpg) no-repeat scroll 0 0;*/
}

.wrapper-offers-two a.offer-img {
	background:transparent url(/images/no/shared/btn-largeRight.png) no-repeat scroll 100% 0;
	color:#D2E8E9;
	cursor:pointer;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:25px;
	margin-left:-121px;
	margin-right:5px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding-right:20px;
	text-decoration:none;
	width:70px;
}

.wrapper-offers-two a.offer-img span {
	background:transparent url(/images/no/shared/btn-largeLeft.png) no-repeat scroll 0 0;
	color:#D2E8E9;
	display:block;
	float:right;
	line-height:15px;
	margin-top:0;
	padding:5px 0 5px 15px;
	text-decoration:none;
	width:70px;
}

a.offer-img {
	background:transparent url(../../../images/no/shared/btn-largeRight.png) no-repeat scroll 100% 0;
	color:#D2E8E9;
	cursor:pointer;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:25px;
	margin-left:-121px;
	margin-right:5px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding-right:20px;
	text-decoration:none;
}

a.offer-img:active span, a.offer-img:hover span {
	background:transparent url(../../../images/no/shared/btn-largeLeft.png) no-repeat scroll 0 -84px;
}

a.offer-img:active, a.offer-img:hover {
	background:transparent url(/images/no/shared/btn-largeRight.png) no-repeat scroll 100% -84px;
}

.wrapper-offers-two a.offer-img img {
	padding: 5px 4px 4px 5px;
	background: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.wrapper-offer {
	width: 250px;
	float: left;
	height: 150px;
	padding: 0 20px 0 145px;
}

.wrapper-offers-two .right {
	background: url(/images/europe/shared/bg-wrapper-offers-two.png) 0
		0 repeat-y;
}

.wrapper-offer p {
	font-size: 11px;
}

.wrapper-offer ul {
	list-style-type: none;
	line-height: 18px;
	font-size: 12px;
}

.wrapper-offer ul strong {
	font-weight: normal;
	text-transform: uppercase;
}

.wrapper-offer h4 a {
	color: #517B76;
	font-weight: 700;
	font-size: 16px;
}

.wrapper-offer .meta-data {
	font-weight: 700;
	margin: 0;
}

.content {
	position: relative;
}

.content .divide-above {
	border-top:1px solid #D7D7D7;
	margin-top:25px;
	padding-top:25px;
}


.nav-breadcrumbs {
	position:absolute;
	top:-25px;
}

.nav-breadcrumbs li, .nav-breadcrumbs li a {
	color:#797979;
}

.nav-breadcrumbs li {
	float:left;
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.nav-breadcrumbs li, .nav-breadcrumbs li a {
	color:#797979;
}
.nav-breadcrumbs a {
	background:transparent url(/images/europe/shared/ico-nav-breadcrumb.png) no-repeat scroll 100% 50%;
	display:block;
	margin-right:5px;
	padding-right:10px;
}

.wrapper-offer-header {
	background:transparent url(/images/europe/shared/bg-offer-header.jpg) no-repeat scroll 0 0;
}
.wrapper-offer div.image_offer {float: left;margin-left:45px; width: 90px}
.wrapper-offer img {width: 90px}

//* NEW CODE FROM VIGET, 2010-12-20 */

  .wrapper-offers-group {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ccc;
  }

  .wrapper-offer1 {
    width: 400px;
    padding: 35px 0; 
    float: left
  }

  .wrapper-offer-featured .wrapper-offer-group { 
    border-bottom: 1px solid #D7D7D7;
    padding: 35px 0;
  }
  
  .wrapper-offer-group {
  	border-bottom: 1px solid #D7D7D7;
    padding: 35px 0;
  }
  
  .wrapper-offer-group .right {
	padding-right: 40px;
}

  .wrapper-offer1 div.image_offer {
    float: left;
    padding: 0 10px 0 25px; 
    width: 90px; 
    height: 135px
  }

  .wrapper-offer1 img {
    width: 90px
  }

  .wrapper-offer1 div.text_offer {
    float: left; 
    width: 270px
  }

  .wrapper-offer1 h4 {
    float: left;
    margin-top: 3px;
    padding-left: 10px;
    width: 155px;
  }

  .wrapper-offer1 div.text_offer a.btn-light {
    float: right; 
    margin: 0
  }

  .wrapper-offer1 p,
  .wrapper-offer1 ul {
    clear: both;
    font-size:1.2em;
    padding: 0 0 0 10px;
  }

/* END NEW CODE */

.offer-overview h2, .offer-overview-alt h2 {
	background:transparent url(/images/europe/shared/bg-offer-header-h2.jpg) no-repeat scroll left bottom;
	padding:20px 30px 25px;
	color: #43756F;
}

.offer-details, .offer-details-alt {
	padding-left:300px;
}
/* CHSSEAM-336 */
.offer-details-alt p, .offer-details p {
    font-size:1.2em;
}
.offer-details .main-img, .offer-details-alt .main-img {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	float:left;
	left:12px;
	margin-left:-270px;
	padding:5px 4px 4px 5px;
}

.two-cols .section {
	float:left;
}
.section {
	width:450px;
	padding-left: 40px;
}

.content .divide-above {
	border-top:1px solid #D7D7D7;
	margin-top:25px;
	padding-top:25px;
}

.participating-list ul {
	background:transparent url(/images/europe/shared/bg-dotted-grey.png) repeat-y scroll 250px 0;
	margin-bottom:20px;
	list-style-type: disc;
}

.participating-list li {
	float:left;
	font-size:11px;
	margin:1px 65px 1px 10px;
	width:200px;
}

.participating-list li a {
	float:right;
}

.wrapper-participants h4 a, .participating-list li a {
	color:#43756F;
	font-weight:700;
	text-decoration:underline;
	
}

.two-cols .aside {
	float:right;
}
.aside {
	width:350px;
}

.aside-wrapper {
	background:transparent url(/images/europe/shared/bg-aside-wrapper.jpg) no-repeat scroll 0 0;
}

h2.header-special, h3.header-special, h4.header-special, h5.header-special {
	margin-bottom:10px;
	margin-top:0;
	padding-left:20px;
}

h2.header-special, h3.header-special span, h4.header-special span, h5.header-special {
	display:block;
	padding:5px 0;
}

.wrapper-thumb-med {
	padding-left:100px;
}
.wrapper-thumb {
	margin-bottom:10px;
}

img.thumb-med {
	width:75px;
}

img.frame-thumb {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	padding:5px 4px 4px 5px;
}

.aside-wrapper .wrapper-thumb-med p {
	font-size:10px;
}

ul.amenities-listing li {//height: 20px;}
.leftColumnFromSidebar {float: left; width: 460px;}

/*Card type*/
.statusProgressBarContainer {
	height: 28px;
	width: 424px;
	background: left top url(/images/no/shared/progress-bg.jpg) no-repeat;
	margin-bottom: 5px;
	overflow-y: hidden;
}
.statusProgressBarContainer div {float: left;}
.bedIcon {background: 1px 11px url(/images/no/shared/bed-icon.gif) no-repeat; height: 28px; width: 26px;}

.statusProgressBarContainer .statusProgressBarMeter {
	height: 28px;
	background: left top url(/images/no/shared/progress.jpg) no-repeat;
}
.cardTypes {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #323232; height: 20px;}
.cardTypes div {float: left;}
.cardTypes .blueCard {width: 50px;}
.cardTypes .silverCard, .cardTypes .goldCard {width: 125px;}

.pointsHeader {
	padding: 5px;
	text-align: center;
	font-size: 11px;
	background-color: #e6e4e5;
}
.pointsBody {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #517b76;
}
.personalinforTitle {
	font-size: 11px;
	color: #517b76;
	font-weight: bold;
}
.personalInfor {font-size: 12px; width: 100%; padding: 5px;}

.pointsTable {font-family: Arial, Helvetica, sans-serif; font-size: 12px; border-collapse: collapse; width: 422px;}
.pointsTable th {padding: 3px; background-color: #e6e4e5; color: #333333; text-align: left; border: 3px solid #e6e4e5; border-bottom: 3px solid #f3f3f3;}
.pointsTable td {border: 3px solid #f3f3f3; padding: 3px;}

.floatNone {
	float: none;
}
/*  balance statement  */
table.balance_statement {width: 424px}
.balance_statement td {vertical-align: top; background: #F7F5F6;text-align: center}
.balance_statement td div.pointsBody {height: auto; vertical-align: middle}
.balance_statement td table.personalInfor {border-left: 8px solid white}
.balance_statement td table.personalInfor td {text-align: left; padding: 2px 3px}

.club-form label {
	font-size: 1.2em;
	font-weight: normal;
}

.club-form .decorate label {
	width: 100%;
	font-weight: normal;
	margin-bottom: 3px;
}

.cardLevelInfoContainer {
	font-size: 11px;
	color: #333333;
	margin-right: 7px;
}
.cardLevelInfoContainer strong {margin-left: 5px;}

.cardLevelInfoContainer span.Gold {
	padding: 6px 0px 6px 40px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../../../images/no/shared/ico-card-gold.png) left no-repeat;
	zoom: 100%;
}
.cardLevelInfoContainer span.Silver {
	padding: 6px 0px 6px 40px;
	color: #333;
	background: url(../../../images/no/shared/ico-card-silver.png) left no-repeat;
	position: relative;
	margin-left: 3px;
	zoom: 100%;
}
.cardLevelInfoContainer span.Blue {
	padding: 6px 0px 6px 40px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../../../images/no/shared/ico-card-blue.png) left no-repeat;
	zoom: 100%;
}
.cardLevelInfoContainer span.PLATINUM {
	padding: 6px 0px 6px 40px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../../../images/no/shared/ico-card-platinum.png) left no-repeat;
	zoom: 100%;
}
.horizontalLabelsPos label{
	float:left;
	margin-left:5px;
}
.stepCheckboxes {display: block; height: 35px;}
.stepCheckboxes input {float: left !important; margin-right: 3px;}
.stepCheckboxes label {width: 550px !important; float: left; margin: 0px; padding: 0px; line-height: 1.3em !important;}
.body.comfort .aside-content label {color: #cccccc !important;}
.body.comfort .nav-breadcrumb li, .body.comfort  .nav-breadcrumb li a {color: #212282 !important;}
.body.comfort .nav-breadcrumb li, .body.comfort  .nav-breadcrumb li a {color: #212282 !important;}
/*.col-box {line-height: 15px;}  */
.aside-content input {background: none !important;}
.tab-content h4 {
	color:#666666;
	font-size:1.6em;
	margin:0 0 10px;
	position:relative;
}
.tab-content p {font-size: 11px;}
.benefitCheckbox {
  width:400px;
  margin:5px;
}
.benefitCheckbox label{
  padding-left: 17px;
}

#gen_nav_out {
float:right;
margin:-12px 0 0 0;
padding:0 0 45px;
width:160px;
}

.package_request {
border-top:0 none;
padding:0px 0 0 0px !important;
position:relative;
}

.check_main {
border-top:2px solid #E0DFDD;
margin:0 0 25px;
padding:0px 0px 0 0px !important;
}
form h4 a {color:#43756F}
#tab-content-hotel  {background: #F3F3F3}

body.clarion div.aside-content-wrapper .label {color: white}

.global-error clearfix {color:red;}
.body.comfort .listing-rooms th, .body.comfort .listing-rooms td {color: #212282 !important;}
.comfort .room-total-price span {color: #212282 !important;}
.comfort h4, .comfort  .results-header span {color: #CCCCCC !important;}
.cardLevelInfoContainerFloat {
  float: left;
  margin-left: 5px;
}
.checkout-content-row-sub .fieldset-group li label, .checkout-content-row  .fieldset-group li label {width: 520px !important;}

.body.clarion .listing-rooms th, .body.comfort .listing-rooms td {color: black !important;}
.body.clarion .room-total-price span {color: black !important;}
.body.clarion h4, .body.comfort  .results-header span {color: black !important;}

.userclass {background-color: #cccccc; margin: -8px -3px 3px -8px; padding: 3px 3px 3px 7px; font-size: 18px; color: #5a7f78;}
.userclass a {text-decoration: none;}
.loginCancel {font-weight: normal; }
.passwordRecovery {font-size: 10px;}
.LoginTitleLeft {float: left; color: #67686a; font-size: 15px;}
.LoginTitleRight {float: right;}
.LoginTitleRight a {font-size: 15px;}

/*===================== FIXES ADDED ======================== */
.general li ul ul {
	font-size: 1em;
}
.global-error {
	color:red;
	font-size:1.2em;
}

ul.bullets-blue {
	margin-bottom: 20px;
    font-size: 1.2em;
}

ul.bullets-blue li,ol.bullets-blue li {
	list-style: none;
	padding-left: 20px;
	/*font-size: 1.2em;*/
	background: url(../../../images/europe/shared/bg-list-blue.png) 5px 6px no-repeat;
}

.wrapper-packages .wrapper-thumb {
	font-size: 1.2em;
}

span.listing-number {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background: #2A6B97 url(../images/europe/shared/bg-listing-number.png) repeat-x scroll 0 0;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    left: -5px;
    padding: 2px 8px;
    position: absolute;
    top: -5px;
}

.room-package {
    border-top: none;
}
.room-package h4 {
    background: transparent url(../../../images/no/shared/bg-header-light-grey.jpg) no-repeat scroll -220px bottom;
}
.popup-close {
    line-height:normal;
    position:absolute;
    right:10px;
}
.btn-ie {
    //margin-right:-1px !important;
}
/* CHSSEAM-360: #113 CC right menu [IMG] */
.pnlbar-fix {
    padding-left:15px;
    margin-left:15px;
    background:url(../../../images/no/shared/bg-sort-up.png) no-repeat left center;
}
.pnlbar-fix a {
    padding-left: 0px !important;
	background: none !important;
}
.search-criteria-fix {
	clear:both; padding-top: 5px;
}

.search-criteria-fix label { 
	padding-bottom: 1px;
} 
.editLabelContainer span, .editLabelContainer input, .editLabelContainer label {font-size: 1.2em;}
.editLabelContainer select {border: 1px solid #E3E4E4;}
.alerts {
	background: #FFF8E4 url(../../../images/no/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;
}
.cur {
    font-weight:bold;
}
.contact_link_fix {
    //margin-top:10px;
}
.sublink_selected {
    text-decoration:underline!important;
}
.general a {
	margin-right:5px;
} 
.home-header {
	position: relative;
	z-index: 2;
} 

#search_form_room {
  position: relative;
  z-index: 4000;
}

.search_form_arrival, .search_form_departure, .search_form_offer {
  position: relative;
  z-index: 1000;  
}

/* NEW CODE FROM VIGET, 2010-12-8 */

#search_form_room table {
  position: relative;
}

/* END NEW CODE */

.home-header .search_form_arrival {
  clear: both;
  padding: 0 !important;
}
.search_form_arrival {
  z-index: 3000;
}

.search_form_departure {
  z-index: 2000;
}

.ui-datepicker-div table {
  z-index: 9000;
}
