/* LAYOUT */
#page { margin:0 auto; padding:0; width:100%; text-align:left;}
#header { color:#FFF; clear:both; margin:0 0 15px 0; padding:0; width:100%; overflow:hidden; position:relative;}
	#header .padding { width:926px; border-top:5px solid #ccff02; border-bottom:1px solid #474747; margin:0 auto; padding:0; }
		#header #logo {padding:15px 0 10px 0;}
#container { width:926px; margin:0 auto; }
	#wrapper { float:left; width:100%; }
		#content { background:#000000; margin: 10px 240px 0 155px; }
	#subnav { float:left; margin-left:-100%; width:150px; }
	#additional { float:right; margin-left:-100%; width:228px;}

#footer { color:#FFF; background:#060d16; clear:both; margin:15px 0 0 0; padding:0; font-size:0.94em; width:100%;}
	#footer .padding {width:926px; margin:0 auto; padding:5px 0;}

	#footer .links {display:block; float:left; padding:14px 0 0 0; margin:0; list-style:none;}
	#footer .links li {display:inline; padding:0; margin:0;}
	#footer .links a {display:block; float:left; padding:0 10px 0 9px; margin:0; border-left:1px solid #6a6c6f; text-decoration:none; color:#6a6c6f; line-height:0.8em;}
	#footer .links a:hover, #footer .links a:active, #footer .links a:focus {color:#FFF;}
	#footer .links li.first a, #footer .links li:first-child a {padding-left:0; border:0;}

	#footer .sponsors {display:block; float:right; margin:0; padding:0; list-style:none;}
	#footer .sponsors li {display:inline; padding:0; margin:0;}
	#footer .sponsors a {display:block; float:left; margin:5px 0 5px 20px; padding:0; overflow:hidden;}
	#footer .sponsors .sps-gi a {height:24px; width:67px; background:url(../images/logo-guest-invest-link.gif) 0 0 no-repeat; border: 0;}
	#footer .sponsors .sps-ica a {height:27px; width:80px; background:url(../images/logo-ica-link.gif) 0 0 no-repeat; border: 0;}
		#footer .sponsors a:hover, #footer .sponsors a:active, #footer .sponsors a:focus {background-position:0 -100px;}
	#footer .sponsors span {position:absolute; top:-9999px; left:-9999px;}
	
body#home {}
	#home #content { margin: 0 240px 0 0; }

body#lower {}
	#lower #wrapper { float:left; width:686px; }
		#lower #content { float:right; width:453px; background:#000; margin:0; }
		#lower #subnav { float:left; width:228px; margin:0; }
	#lower #additional { float:right; margin:0;}
	
/* FORMAT */
abbr, acronym, dfn { cursor:help; border:0; }
a abbr, a acronym, a dfn { cursor:pointer; }
pre, address { margin:0; padding:0; }
p, blockquote { margin:0; padding:0 0 1em 0; line-height:1.2em; }
img { border:0; }


/* FORMAT > fonts */
body, input, textarea, select { font-family:Arial, Helvetica, sans-serif; }
h1, h5, h6 { font-family:"Arial Narrow", Arial, Helvetica, sans-serif; }
h2, h3, h4 {font-family: Arial;}
em, i { font-style:italic; }
strong, b { font-weight:bold; }
dfn { font-style:normal; }
cite { font-style:italic; }
code, kbd, pre { font-family:"Courier New", Courier, mono; font-size:1em; }


/* ANCHORS 
a { text-decoration:underline; color:#F00;outline:none; }
a:link { color:#ccff02; }
a:visited { color:#ccff02; }
a:hover { color:#FFF; }
a:active { color:#FFF; }*/


/* HEADERS */
h1, h2, h5, h6 { margin:0; padding:0; line-height:1em; font-weight:bold; color:#FFF;}
h2, h3, h4 {color: #b7b7b7;}

h1 { font-size:1.6em; text-transform:uppercase; }
h2 { font-size:1.15em; }
	h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {color:inherit;} /* See also ie7.css and sifr-config.js */
	h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {text-decoration:none;}
	h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {text-decoration:underline;}
/*h3 { font-size:1.5em; } */
h3 { font-size:1.3em; }
h4 { font-size:1.25em; }
h5, h6 { font-size:1em; }

#subnav h2, #additional h2 {text-transform:uppercase;}


/* LISTS */
ul, ol, dl { margin:0; padding:0 0 1em 0; }
ul ul, ol ol, ol ul, ul ol { padding:0; margin:0 0 0 2em; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
li { margin:0 0 0 2em; padding:0; }
dt { display:block; float:left; }
dd { margin-left:10em; }


/* TABLES */
caption { display:block; padding:0; margin:0; }
table { border:0px; border-top:1px solid #000; border-left:1px solid #000; width:100%; margin:0 0 20px 0; }
th { border:0px; border-bottom:1px solid #000; border-right:1px solid #000; padding:2px 5px 2px 5px; background-color:#000; color:#fff; }
th.row-header { background-color:transparent; color:#000; }
td { border:0px; border-bottom:1px solid #000; border-right:1px solid #000; padding:2px 5px 2px 5px; }
tr.alt { background-color:#eee; }

/* TABLE - form page */

.greybgtbl td {
	color: #b5b5b5; 
/*	color: #f00; */
	background: #282828;
}

.greybgtbl th {
	background: none;
	font-weight: bold;
	color: #b5b5b5; 
}


/* FORMS  */
form, fieldset, legend { margin:0; padding:0; border:0;}
legend { display:none !important;}
input, select, textarea { font-size:100%; font-size:0.94em; color:#666; background: #fff;}
input.submit {cursor:pointer; color:#FFF;}
input.submit:hover, input.submit:focus {color:#ccff02;}

.label, .input {padding:1px 0;}

#book form {}
	#book .label {float:left; width:85px;padding:3px 0 0 0;}
	#book .short-label {float:left; width:20px;padding:3px 0 0 0;}
	#book .input {float:left;width:115px;margin:0 0 2px 0;}
	/*#book .input {margin-left:70px;}*/
	#book .dates select, #book .dates input {float:left; display:block;margin:0 2px 0 0;}
	#book .input .date-picker {float:left;border:1px solid #000;}
	#book .input .date-picker:hover, #book .input .date-picker:focus {border:1px solid #ccff02;}
	#book select#location {width:99%;}
	#book select#hotel-name {width:99%;}
	#book .col1{float:left;width:52%;}
	#book .col2{float:right;width:45%;}
	#book .cols .input{width:40px;}
	#book .col2 .label{width:45px;}
	
	
	#book #nights{width:30px;}
	#book #book_in_dd{width:80px;}
	#book #book_out_dd{width:80px;}

/*	#book .button {float:right;margin:2px 0;}	 */
	#book .button {float:right;margin:0;}
	
#offers form {}
	#offers h2 {color:#929292;}
	#offers input.text {width:98%; background: #fff;}

#hotel form {}
	#hotel .input {float:left; width:160px;}
	#hotel select {width:99%;} 
	#hotel .button {float:right;margin:2px 0;}


/* FORMS > buttons */
.button {border:1px solid #272727; margin:8px 0 2px 0; background:#151515 url(../images/button-highlight.gif) center center repeat-x; display:block; float:left;}
	.button:hover {border:1px solid #333;}
.button input.submit {display:block; border:2px solid #000; margin:0; padding:0 4px 0 18px; background:transparent url(../images/icon-logo.gif) 6px 4px no-repeat;}
.go input.submit {background:0; padding:0 4px;}


/* SHORTCUTS */
#shortcuts { position:absolute; left:-500px; top:-500px; width:50%; }


/* NAVIGATION */
#navigation { clear:both; margin:0; padding:0 0 10px 0; text-transform:uppercase; color:#CCC; font-size:0.94em;}
#navigation ul { list-style:none; margin:0; padding:0; }
#navigation li { display:inline; margin:0; padding:0; }
#navigation a { color:#CCC; display:block; float:left; width:auto; text-decoration:none; margin:0; padding:0 11px 0 12px; border-left:1px solid #373736; }
#navigation a:hover, #navigation a:active, #navigation a:focus, #navigation .selected a { color:#FFF; }

#navigation li.first a, #navigation li:first-child a {padding-left:0; border:0;}

/* INTRO */
#intro {background:url(../images/dotted-horz-hi.gif) bottom left repeat-x; padding:0 0 10px 0; margin:0 0 15px 0;}


/* BREADCRUMB */
#breadcrumb {margin:0 0 0.8em 0; padding:0; list-style:none; font-size:0.94em;}
#breadcrumb li {display:inline; margin:0; padding:0;}
#breadcrumb a {display:block; float:left; padding-right:5px; margin-right:2px; background:url(../images/fslash.gif) center right no-repeat;}
#breadcrumb a:link, #breadcrumb a:visited {color:#999;}
#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {color:#FFF;}


/* SUB-NAVIGATION */
#subnav {border-top:1px solid /*#F39*/#ccff02;}
#subnav #nav ul {list-style:none; margin:0; padding:5px 0; background:#000; font-size:0.94em;}
#subnav #nav li {margin:0; padding:0; display:inline;}
#subnav #nav li a:link, #subnav #nav li a:visited {display:block; float:none; background:url(../images/arrow-right.gif) 0 4px no-repeat; margin:4px 0; padding:0 0 0 12px; text-decoration:none; color:#999;}
#subnav #nav li a:hover, #subnav #nav li a:active, #subnav #nav li a:focus {background-position:0 -46px; color:#FFF;}


/* HOMEPAGE FLASH ALTERNATIVE */
#flash-alt{background:url(../images/bg-flash-alt.jpg) top left no-repeat;min-height:362px;}
#flash-alt .links{float:left;width:310px;}
#flash-alt .text{float:left;width:300px;padding:100px 0 0 0;}
#flash-alt .text h1{font-size:2.5em;font-weight:normal;margin:0 0 5px 0;}
#flash-alt .text p{font-size:0.94em;}
#flash-alt ul{list-style-type:none;margin:0;padding:0;}
#flash-alt ul li{margin:0;padding:0;}
#flash-alt ul li a{background:transparent url(../images/icon-logo.gif) no-repeat scroll 0pt 3px;text-decoration:none;color:#FFF;font-size:0.94em;padding:0 0 0 12px;}
#flash-alt ul li a:hover{text-decoration:underline;}
#flash-alt .links ul{margin:5px 0 0 40px;}

/* PROMO */
.promo {background:#000;font-size:0.94em;}
.promo h2, .promo p, .promo .links {dsiplay:block; padding: 7px 10px 0 10px;}
.promo h2 {font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:normal;}
.promo h2 a:link, .promo h2 a:visited {color:#FFF; font-weight:bold; text-decoration:none;}
.promo h2 a:hover, .promo h2 a:focus {color:#ccff02;}

.promo a img {border:1px solid #000; margin:9px 9px 0;}
.promo a:hover img {border:1px solid #ccff02;}

/*.promo p {min-height:42px;} */
/*.promo p {min-height:27px;} */
.promo h2, .promo .links a {min-height:23px;} /* See also ie6.css */
.promo p {min-height:41px;}

.promo .links {margin:0 0 10px 0; list-style:none;}
.promo .links li {margin:0; padding:0; display:inline; line-height:1em;}
.promo .links a {display:block; float:left; color:#FFF; text-decoration:none; background:url(../images/icon-logo.gif) 0 2px no-repeat; padding:0 0 0 12px; margin:0 10px 0 0;}
	.promo .links a:hover, .promo .links a:focus {color:#ccff02;}

/* PANEL */
.panel {background:#000 url(../images/shadow.gif) bottom left repeat-x; padding:8px 12px; margin:0;}
.panel h2 {margin:0 0 0.4em 0;}
.panel p, .panel label {font-size:0.94em;}

#book.panel {margin:0; background:#000 url(../images/dotted-horz-lo.gif) bottom left repeat-x;}
#nest-panel {/*background:#000 url(../images/shadow.gif) bottom left repeat-x; padding:0; margin:0;*/ padding: 0; margim: 0;}


/* COLUMNS */
.layout-column-two {}

.layout-column-three {}
	.layout-column-three .col-one, .layout-column-three .col-two {width:33%; float:left; margin-right:0.5%;}
	.layout-column-three .col-three {width:33%; float:right; margin:0;}

.layout-column-five {} /* See also ie6.css */
	.layout-column-five .col{float:left; width:19.5%; margin-right:.5%;}
	.layout-column-five .col.col-five {margin-right:0;}

/* WHATS ON */
#two-col #content {margin: 0 0 0 0; background-color: transparent;}
.feature {list-style-type: none; padding-bottom: 0;}
	
	.feature li {margin: 15px 0 0 0;padding: 0 16px 4px 1px; border-top: 1px solid /*#ff3399*/#ccff02; background: #000 url(../images/shadow.gif) left bottom repeat-x;}  
	.feature li.first {margin-top: 0;}
	.feature img {float: left;}
	.feature .text {float: right; padding-top: 14px; width: 430px;}
	.feature h2 {color: #898989;/* See also ie7.css */ font-family: Arial, Helvetica, sans-serif; font-size: 1.5em;}
	.feature h2.dots {background: url(../images/dotted-horz-hi-2.gif) left bottom repeat-x; padding-bottom: 0.7em;}
	.feature p {color: #bdbdbd; padding: 1em 0 0.5em 0;}
	.feature .date {background: url(../images/dotted-horz-hi-2.gif) left bottom repeat-x; padding: 0.2em 0 1em 0;}
	.feature .button, .content-lower .button, .content-copy .button {border: 1px solid #262626; margin-top: 0;}
	.feature .button a, .content-lower .button a, .content-copy .button a {display:block; border:2px solid #000; margin:0; padding:0 4px 0 18px; background:transparent url(../images/icon-logo.gif) 6px 4px no-repeat; text-decoration: none; color: #fff;}
	.feature .button a:hover, .content-lower .button a:hover, .content-copy .button a:hover {color: #ccff02;}
	.feature .button:hover, .content-lower .button:hover, .content-copy .button:hover {border:1px solid #333;}

	#nest {background: url(../images/shadow.gif) bottom left repeat-x; padding:0 0 3px 0; margin:0;}
	#nest div {background: url(../images/bg-nest.gif) left top repeat-x;}
	#nest div div {padding: 14px 12px;}
	#nest div div p {color: #dbc2b4;}
	#nest div div img { float: right;}
	
	.contentFeature {border-width:1px 0px 0px 0px; border-color:#333; padding:10px 0px; border-style:solid; float:left; width:100%;}
	.contentFeature img {background:none;border:5px solid #343433; margin:0px 10px 0px 0px; display:block; float:left;}
	.contentFeature h3 {margin:0px; padding-bottom:0.7em};
	
	

/* CONTENT PAGE */

/* tabs at top of content area */
#content-tabs {
	clear:both;
	margin:0;
	padding:0 0 10px 0;
	color:#949494;
	font-size:0.94em;
/*	border-bottom: 1px solid #949494; */
/*	margin-bottom: 14px; */
}

#content-tabs ul { 
	list-style-type:none;
	margin:0;
	padding:0;
}

#content-tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#content-tabs ul li a {
	color:#CCC;
	display:block;
	background:none;
	float:left;
	width:auto;
	text-decoration:none;
	margin:0;
	padding:0px 11px 0 12px;
	margin-top: 10px;
	border-left:1px solid #959595;
}

#content-tabs a:hover, #content-tabs a:active, #content-tabs a:focus, #content-tabs .selected a { 
	color:#FFF;
	background: none;
}

#content-tabs li.first a, #content-tabs li:first-child a {
/*	padding-left:0; */
	border:0;
}


#content-tabs2 {
	clear:both;
	margin:0;
/*	padding:0 0 10px 0; */
	padding: 0 0 0 6px; /* See also ie7.css */
	color:#949494;
	font-size:0.94em;
	border-bottom: 1px solid #595959;
/*	margin-bottom: 14px; */
/*	height: 30px;*/
	overflow: hidden; /* Contains descendant floats */
}

#content-tabs2 ul { 
	list-style-type:none;
	margin:0;
	padding:0;
}

#content-tabs2 li {
	float: left;
	margin: 10px 0 10px 5px;
	border-left: 1px solid #959595;
	padding-left: 5px;
	line-height: 1;
/*	display:inline;*/
/*	margin:0; */



/*	padding: 4px 0 4px 0; */




/*	padding-top: 10px; */
/*	margin: 10px 0 10px 0;*/
/*	border: 1px solid #f0f;*/
/*	background: url(../images/tab-left.gif) no-repeat left top ;*/
/*	border: 1px solid #ff0; */
}

#content-tabs2 li:first-child { /* See also ie6.css */
	margin-left: 0;
	border-left-style: none;
	padding-left: 0;
}

.tab-outer {
/*	border: 1px solid #f00; */
	display: inline;
	padding: 2px 0 2px 0;
	margin: 0;
	background: url(../images/tab-left.gif) no-repeat left top ;
}

.tab-inner {
/*	border: 1px solid #0f0; */
	display: inline;
	margin: 0;
	margin-left: 3px;
	background: url(../images/tab-right-large.gif) no-repeat right top;
}



#content-tabs2 ul li a { /* See also ie6.css */
/*	background: url(../images/tab-right-large.gif) no-repeat right top;*/
/*	margin-left: 3px;*/
	color:#CCC;
	text-decoration:none;

	display: block;
	min-height: 20px;
	margin: -10px 0;
	padding-left: 3px;
}

#content-tabs2 ul li a:hover,
#content-tabs2 ul li a.selected {
	background-image: url(../images/tab-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color:#fff;
	text-decoration:none;
}

#content-tabs2 ul li a span {
	display: block;
	padding: 10px 3px 10px 0;
}

#content-tabs2 ul li a:hover span,
#content-tabs2 ul li a.selected span {
	background-image: url(../images/tab-right-really-large.gif);
	background-position: top right;
	background-repeat: no-repeat;
}



#content-tabs2 ul li a.selected {
/*	color:#CCC;
	display:block;*/
/*	background:none; */
/*	background: url(../images/tab-right-large.gif) right top no-repeat; */
/*	float:left;
	width:auto;
	text-decoration:none;*/
/*	margin:0; */
/*	margin-left: 6px;*/
/*	padding:0px 11px 0 12px; */
/*	padding:10px 11px 10px 12px;*/
/*	margin-top: 10px; */
/*	border-left:1px solid #959595; small left vertical separator */
}

#content-tabs2 a:hover, #content-tabs2 a:active, #content-tabs2 a:focus, #content-tabs2 .selected a { 
/*	color:#FFF;*/
/*	background: none; */
}

#content-tabs2 li.first a, #content-tabs2 li:first-child a {
/*	padding-left:0; */
	border:0;
}

.tab-item-outer {
	background: url(../images/tab-left.gif) left top no-repeat;
	border: 1px solid #f00;
	width: auto;
	display: inline;
}

.content-upper {
	margin: 0;
	padding: 0 12px 0 15px;
/*	background: url(../images/dotted-horz-lo.gif) left bottom repeat-x; */
	height: 167px;
}

.content-copy {
	margin: 0;
	padding: 0 12px 0 15px;
/*	background: url(../images/dotted-horz-lo.gif) left bottom repeat-x; */
}

.content-lower {
	padding: 10px 12px 12px 15px;
	margin: 0;
	background: url(../images/dotted-horz-lo.gif) left top repeat-x;
}

.content-upper h2, .content-copy h2 {
	font-size: 1.6em;
	padding: 11px 0 14px 0;
}



.content-lower h3, .content-upper h3 {
	padding: 17px 0 13px 0;
	margin: 0;
}


.content-upper h4, .content-copy h4 {
/*	padding: 17px 0 13px 0; */
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	padding-bottom: 11px;
	margin-top: -14px;
}

.content-lower h4 {
/*	padding: 17px 0 13px 0; */
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	padding-bottom: 11px;
	margin: 0;
}


.content-lower ul, .content-upper ul, .content-copy ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.content-lower ul li, .content-upper ul li, .content-copy ul li {
	padding: 0;
	margin: 0;
}

.content-lower ul li a, .content-upper ul li a, .content-copy ul li a {
	background: url(../images/arrow-right-pink.gif) no-repeat left center; 
	padding-left: 14px;
	text-decoration: none;
	color: #a0a0a0;
}

.content-lower ul li a:hover, .content-upper ul li a:hover, .content-copy ul li a:hover {
	color: #fff;
}


/* areas to be shown/hidden with tab clicks */

#tab-1 {}
#tab-2 {}
#tab-3 {}
#tab-4 {}




/* end areas to be shown/hidden with tab clicks */


/* end content page */



/* CONTENT FORM PAGE */
a.white-section-link {
	background: url(../images/icon-link.gif) no-repeat left center;
	padding-left: 11px;
	text-decoration: none;
}

.content-lower input, .content-lower select, .content-lower textarea,
.content-upper input, .content-upper select, .content-upper textarea,
.content-copy input, .content-copy select, .content-copy textarea { 
	width: 308px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.content-lower input.radio-input,
.content-upper input.radio-input,
.content-copy input.radio-input {
	width: 20px;
}

.content-lower label, .content-lower .text-label,
.content-upper label, .content-upper .text-label,
.content-copy label, .content-copy .text-label
{
	clear: both;
	padding-top: 3px;
	font-size: .94em;
}

.radio-button-label {
	display: inline;
	clear: none;
}

.error {
	color: #ff2e91;
	font-size: .94em;
}


/* end content form page */



/* FOOTER BOOKMARK LINKS */

/*

socialBookMarks" class="sharesb


*|.sharesb *|ul *|li.delicious {
background:transparent url(images/Delicious.gif) no-repeat scroll 0pt;
}
*|.sharesb *|ul *|li.digg {
background:transparent url(images/digg.gif) no-repeat scroll 0pt;
}
*|.sharesb *|ul *|li.reddit {
background:transparent url(images/reddit.gif) no-repeat scroll 0pt;
padding:0pt 0pt 0pt 2px;
}
*|.sharesb *|ul *|li.facebook {
background:transparent url(images/facebook.gif) no-repeat scroll 0pt;
}
*|.sharesb *|ul *|li.stumbleupon {
background:transparent url(images/stumbleupon.gif) no-repeat scroll 0pt;
}
*/

#socialBookMarks {
	padding: 0;
	margin: 0;
}

#socialBookMarks ul {
	padding: 0;
	border: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 10px;
}

#socialBookMarks li {	
	display:inline; margin:0; padding:0;
	margin-left: 12px;
	padding-left: 20px;
}

#socialBookMarks li a {
	color: #6a6c6f;
	text-decoration: none;
}

#socialBookMarks li a:hover {
	color: #fff;
}


ul li.delicious {
background:transparent url(../images/Delicious.gif) no-repeat scroll 0pt;
color: #00f;
}
ul li.digg {
/*background:transparent url(../images/digg.gif) no-repeat scroll 0pt; */
background:transparent url(../images/16x16-digg-guy.png) no-repeat scroll 0pt;
}
ul li.reddit {
background:transparent url(../images/reddit.gif) no-repeat scroll 0pt;
padding:0pt 0pt 0pt 2px;
}
ul li.facebook {
background:transparent url(../images/facebook.gif) no-repeat scroll 0pt;
}
ul li.stumbleupon {
background:transparent url(../images/stumbleupon.gif) no-repeat scroll 0pt;
}

ul li.bookmark {
	margin: 0;
	padding: 0;
/*	color: #b7b7b7; */
	color: #999;
}

/* End footer bookmark links */

/*thumbnails*/
ul.thumbs {lsit-style:none;}
ul.thumbs li{float:left;display:inline;margin-right:5px;margin-bottom:5px;}
ul.thumbs li a{background:none;border:5px solid #343433;padding-left:0;display:block;}
ul.thumbs li a img{padding:1px;background:#000;}
ul.thumbs li a:hover {border-color:#999;}






/* CLEARING */
.clear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clear { display:inline-table; }

/* POSITIONING */
.float-right {float:right;}
.float-left {float:left;}

.align-right {text-align:right;}
.align-left {text-align:left;}

.abs-tr {position:absolute; top:0; right:0;width:100%;}
.abs-br {position:absolute; bottom:0; right:0;width:100%;}

.access {display:block; position:absolute; top:-9999px; left:-9999px;}

#additional br {height:10px; line-height:10px;}
#subnav br {height:5px; line-height:5px;}


/*NEW LINK STYLE FOR BOOKING PANEL*/
#book .links{margin:10px 0 0 0;padding:0;list-style-type:none;}
#book .links li{margin:0;}
#book .links a {display:block; float:left; color:#FFF; text-decoration:none; background:url(../images/icon-logo.gif) 0 2px no-repeat; padding:0 0 0 12px; margin:0 10px 0 0;font-size:0.94em;}

/* FILTERS */
/* hide from IE-mac \*/ .clear, .caption { display: block; } /* end hide from IE-mac */
