/***************** CSS RESET ************* */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
*/
.l { float: left; }

img {	border:none;}

ul, p, form {margin: 0; padding: 0;}

/************/
/* sign up for special offers */
/************/


.special_offers_holder {
	padding-top:10px;
}

.special_offers_caption {
	clear:left;
	font-family:"Georgia";
	font-size:18px;
	color:black;
	padding-left:20px;
	margin-top:10px;
	width:250px;
}

.special_offers_text {
	clear:left;
	font-family:sans-serif;
	font-size:12px;
	color:black;
	margin-left:20px;
	margin-top:5px;
	width:250px;
}

.special_offers_form {

	margin-top:5px;
	margin-left:20px;
	clear:left;
}

.special_offers_input_row {
	height:30px;
}

.special_offers_label {
	float:left;
	font-family:sans-serif;
	font-weight:bold;
	margin-top:4px;
	width:90px;
}

.special_offers_input_holder {
	float:left;
	margin-left:12px;
	width:148px;
}

.special_offers_input {
	float:right;
	width:130px;
	border: 1px solid #ccc5bd;
	padding:2px;
}

.special_offers_sign_up_button_holder {
	width:249px;
}


.special_offers_sign_up_button {
	float:right;
	background:#d82e2f;
	border:1px solid #b11919;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;	
	color:white;
	font-weight:bold;
	text-align:center;
	
}	

/************************ BKE TEMPLATES ************************/

#netaffinity_form {
	font-family:sans-serif;
	font-size:10px;
	margin:0 0 30px;
	overflow:hidden;
	padding:10px;
	width:250px;
}

#netaffinity_form .search_title {
	color:black;
	float:left;
	font-family:"Georgia";
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	text-align:left;
	width:220px;
}

.date_input {
	clear:both;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:7px 0 0 0px;
	padding:5px 10px;
	background:#62544b;
	border:1px solid #342a24;
}

#netaffinity_form label {
	clear:left;
	color:black;
	float:left;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	/*margin-bottom:3px;
	margin-right:20px;*/
	margin-top:6px;
	padding-top:0;
	text-align:left;
	width:65px;
}

/************* REVIEWS *****************/

#review{
	padding:25px 10px 20px 10px;
	border-bottom:1px dotted #3B262B;
	position:relative;
	clear:both;
}
#reviewsWrapper{
	margin-right:10px;
	width:607px;
	margin-left: 118px;
	margin-bottom:25px;
}

#review h2{
	color:#906b2f;
	font-size:20px;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 10px 0px;
}


p.date{
/*float:right;*/
padding:0px;
margin:5px 0px 0px 0px;
}

p.total{
float:right;
color:#aeaeae;
font-size:12px;
padding:0px;
margin:5px 0px 0px 0px;
}

img.r{
margin-top:5px;
}
.clear{
clear:both;
}
.reviewElement{
/*border-bottom:1px solid #e1e1e1;*/
position:relative;
}
.reviewElement p{
	line-height:normal;
	padding:7px 0px 7px 0px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #3E292E;

}
.starR{
	float:right;
	margin-top:6px;
	position:relative;
}

#prosCons{
	margin:10px 0px 0px 0px;
	color:#bbb;
	font-size:11px;
	position:relative;
}

#pros2{
position: relative;
float:left;
 width:100%; 
}

#cons2{margin-left:52%;}

.total{
/*	background-color:#990033;*/
/*	color:#000;*/
}
#ratingBox{
	float:right;
	color:#fff;
	font-size:16px;
	background:#430415;
	height:27px;
	width:47px;
	background-repeat:no-repeat;
	padding-top:10px;
	overflow:visible;
	margin-top:9px;
	text-align:center;
	position:relative;
	font-weight:bold;
}

#review_pagination a:hover, #review_pagination a.review_pagination_on {
	background:#E5373A;
	border:1px solid #E5373A;
	color:#FFFFFF;
}

#review_pagination a {
	margin:0 2px 0 0;
	padding-top:2px;
	border:1px solid #444;
	color:#666;
	display:block;
	float:left;
	font-family:Tahoma,Verdana,Arial;
	font-size:10px;
	font-weight:normal;
	height:15px;
	text-align:center;
	text-decoration:none;
	width:15px;
}

#review_pagination {
	height:30px;
}

#reviewform {
	margin-left:210px;
}

#reviewform input {
	-moz-border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: url("../../images/alert-overlay.png") repeat-x scroll 0 0 #2A060F;
  border: 0 none;
  color: #BDA297;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  outline: 0 none;
  padding: 0 7px 3px 7px;
  position: static;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

/************************ BKE TEMPLATES ********************************/

table {
/*color:#261D10;*/
font-size:13px;
}

.detail {
	display: none;
}

table.roomchoice {
	background: #DEDACF;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

table.roomchoice td {
	padding:4px 0;
	/*font-size:12px;
	color:#fff;*/
}

table.roomsavailability td.tariffname {
	padding:4px 10px;
	background:#f0e5cd;
	color:#000000;
	font-size:16px;
}


table.roomsavailability {
	padding:10px;
	background: none repeat scroll 0 0 #0F2C1A;
  	border: 1px solid #333D32;
	color:#fff;
	font-size:12px;
}

table.roomsavailability td {
	padding:4px 5px;
}

table.roomsavailability tr.alt {
	background: #334431;
}

#content div.panel h1, #content table.roomsavailability h1 { padding:0; margin:0; border:0;}

table.roomlist {
	padding:2px 10px;
/*	border-top:1px solid #fff;
	border-bottom:1px solid #fff;*/
	background:#061A0D;/*#fff;*/
}


table.roomlist td {
	padding:4px 3px;
}


/*table.roomlist td a {
	color:#000;
}*/

table.roomlist td.roomimage {
	font-size:11px;
	line-height:16px;
}


table.roomlist td.roomimage img {
	float:left;
	margin-right:8px;
	border:1px solid #DAC79C;
	padding:5px;
	background: #fff;
}

table.roomlist td.roomdesc {
	background: #fff;
	font-size:11px;
	padding:5px;
}

table.roomlist td.roomtotal {
	background: #fff;
	font-size:11px;
	padding:5px;
}

td.bke_roomheadcell {
	font-size:11px;
	padding:4px;
	font-weight: bold;
}

td.bke_roomheadtotal {
	font-size:11px;
	padding:4px;
	font-weight: bold;
}

.availtableiframe {
	width:603px;
}


table.noavailroomlist {
/*	border-top:1px solid #fff;*/
	border-bottom:1px dotted #333D32;
/*	background:#DEDACF;*/
	padding:4px;
}

table.noavailroomlist td {
	padding:4px;
}


/*table.noavailroomlist td.roomtable {
	background: #fff;
	font-size:11px;
	padding:5px;
}*/

table.noavailroomlist td.roomtable {
  background: none repeat scroll 0 0 #0F2C1A;
  border: 1px solid #333D32;
  font-size: 11px;
  padding: 5px;
}

table.noavailroomlist td.bke_remark {
	font-size:11px;
	padding:5px;
}

table.quicksearch img {
	margin:0 3px;
	vertical-align:top;
}

tr.detail td img {
	margin:5px 10px;
	float:left;
}

.bke_roomfiller {
width:75%;
}

.evt_img img {
    background: #FCFAF6;
    border: 1px solid #DBD5CC;
    float: left;
    padding: 4px;
}
.evt_name {
	font-size:18px;
}
.evt_date {
	font-size:12px;
	margin-bottom:1em;
}
.evt_desc {
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
}
.evt_dur {
	font-size:11px;
	margin-bottom:1em;
}
h1.event {
	text-align:left!important;
	margin:3px 0px 15px 0px!important;
}

table.bke_roomtable {
	background:#F6F5F2 none repeat scroll 0 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

/******************* REVIEWS **************************************/

div#reviewform table {
width:60%;
}

div#reviewform td {
margin:2px;
padding:5px;
text-align:left;
}

.textbox {
font-family:Tahoma,Verdana,Arial;
font-size:11px;
width:400px;
}

#review_pagination {
	height:30px;
}

table.quicksearch {
	font-size:11px;
	border-collapse:collapse;
	float:left;
}

table.quicksearch select {
	font-size: 11px;
}

a.quicksearch_toggle {
}

/****************** NEW BKE STYLES *******************************/



div.panel {
  background: none repeat scroll 0 0 #0F2C1A;
  border: 1px solid #333D32;
  padding: 15px;
  margin-top: 10px;
}

/*div.panel {
	background:#fcfaf6;
	border:1px solid #dbd5cc;
	margin: 0 0 10px 0;
	padding:15px;
}*/

div.bookdetails {
	padding:15px 15px 30px 15px;
}

div.bookdetails p {
	margin:5px 0;
}

div.panel h1 {
	margin:0;
	padding:0px 10px;
	font-family:Georgia, Times, serif;
	font-size:18px;
	color:#555555;
	background: none;
	text-align:left;
}

.checkh1 {
	font-size:18px;
	color:#5A5444;
	padding:0;
	margin:0;
	border:0;
}

div.panel h1.perdetail {
	float:left;
	width:47%;
}


div.panel p.desc {
	padding:6px 20px 6px 0px;
	font-size:11px;
}

div.panel p {
/*	padding:6px 20px 12px 20px;*/
	font-size:12px;
/*	color:#30302f;*/
}

div.panel p.note {
	font-size:10px;
	padding:6px 0px 12px 0;
	line-height:14px;
}


div.panel p.roomtype {
/*	padding:6px 20px 4px 20px;*/
	font-size:11px;
	text-align:left;
}

div.panel ul li {
	margin-top:1px;
	padding:0 10px;
	font-size:12px;
/*	color:#504741;*/
	display:inline;
	float:left;
}

div.panel h1.line {
	border-bottom:1px solid #333D32;
	padding:0px 0px 10px 0px!important;
	background: none;
	font-family:Georgia, Times, serif;
	font-size:18px;
	color:#5A5444;
}

div.panel table td.bke_roomfiller {
	border:none;
}

table.roomlist td.td-highlight {
	background: #B4EF9B url(../images/td-highlight-bg.jpg) bottom repeat-x;
	text-align: center;
	border-right:1px solid #DAC79C;
	border-left:1px solid #DAC79C;
	border-bottom:1px solid #DAC79C;
	cursor:pointer;
}

table.roomlist td.td-selected {
	background: green;
	text-align: center;
	border-right:1px solid #DAC79C;
	border-left:1px solid #DAC79C;
	border-bottom:1px solid #DAC79C;
	cursor:pointer;
}

table.roomlist td.td-noavail {
/*	background: red;*/
	text-align: center;
	border-right:1px solid #DAC79C;
	border-left:1px solid #DAC79C;
}

table.roomlist td.td-standard {
/*	background: white;*/
	text-align: center;
	border-right:1px solid #DAC79C;
	border-left:1px solid #DAC79C;
	color:#666;
}

table.roomlist td.td-head {
/*	text-align: center;
	border: 1px solid #dac79c;*/
	border:1px solid #DAC79C;
	font-size:11px;
	font-style:italic;
	text-align:center;
	background:url(../images/td-head-bg.jpg) bottom repeat-x;
}

table.roomlist td.td-head:hover {
	background:#fff;
}

table.roomlist tr.alt {
	background:#fff;
}


.td-quickdrop {
	text-align: center;
	width: 60px;
}
.bke_roomheadcell {
	padding-left: 50px;
	width: 450px;
}
.bke_roomheadtotal, .bke_roomdatatotal {
	text-align: center;
}
div.bke_week_prev {
	text-align: left;
	width: 200px;
	float: left;
}
div.bke_week_prev a {
	font-size:11px;
}

div.bke_week_next a {
	font-size:11px;
}

div.bke_week_next {
	text-align: right;
	width: auto;
	float: right;
}

table.bke_roomtable {
	border:none;
}

tr.bke_roomheadrow {
	border:none;
}

table.bke_roomtable td.bke_remark {
	border:none;
}

table.bke_roomtable td.bke_roomheadcell {
	border:none;
}

table.bke_roomtable td.bke_roomheadtotal {
	border:none;
}

table.bke_roomtable td.bke_roomdatacell {
	border:none;
}

table.bke_roomtable td.bke_roomdatatotal {
	border:none;
}


div.roomdetails {
	padding:15px;
}

div.roomdetails p {
	padding:3px 0px;
	font-size:11px;
}

div.roomdetails li {
	padding:3px 10px 3px 0;
	display:inline;
	font-size:11px;
	color:#504741;
}

div.roomdetails li.total {
	font-size:12px;
}


img.border, img.bke_specials_image {
/*	margin:10px;*/
	padding:5px;
	border:1px solid #DAC79C;
	background:#fff;
}

#searchboxpopupmain {
	position: absolute; 
	background-color: lightgreen;
}

div.enhancepanel {
	margin:10px 0;
	padding:15px 0;
	background:#f8f5e6;
	border:1px solid #ece2cf;
}

div.enhancepanel h1 {
	padding:0px 20px;
	font-family:Georgia, Times, serif;
	font-size:18px;
	color:#12437e;
	background: none;
	text-align:left;
}



div.enhancepanel table {
	margin: 10px 20px;
}

div.enhancepanel table td {
	padding:15px;
	border-top:1px solid #ebe0c8;
	border-right:1px solid #ebe0c8;
}

div.enhancepanel table p {
	margin-top:2px;
	font-size:11px;
	color:#737372;
}

div.enhancepanel table a {
	font-family:Georgia, Times, serif;
	font-size:12px;
	color:#12437e;
	font-style: italic;
	text-decoration:underline;
}


div.enhancepanel table tr.alt {
	background: #f2edda;
}

div.enhancepanel table select {
	font-size:11px;
}

div.enhancepanel table ul {
	margin-top:2px;
}

div.enhancepanel table li {
	padding:3px 20px 3px 0;
	display:inline;
	font-size:11px;
	color:#504741;
	float:left;
}

tr.bke_enhance_item_row td {padding-top:3px;}

table.bke_enhance_item_table {
	font-size:11px;
	margin-bottom:4px;
}

table.bke_enhance td.bke_enhance_item_descr {
	color:#000;
	font-size:11px;
	padding-top:8px;
	width:400px;
}

.bke_enhancement_drop {
	font-size:10px;
	margin:0 auto;
	text-decoration:none;
}

td.bke_enhance_cat_checkbox, td.bke_enhance_item_checkbox {
padding-right:5px;
}

td.bke_enhance_cat_title a { font-size:16px; text-decoration:none; color:#342A24;}
td.bke_enhance_cat_title a:hover { text-decoration:none; color:#191411!important;}

div.enh_img img {
    background: #FCFAF6;
    border: 1px solid #DBD5CC;
    padding: 4px;}

/***************** END ENHANCEMENTS ********************/

div.roomdetails img {
	margin:5px 10px;
	padding:5px;
	border:1px solid #DAC79C;
	background:#fff;
}

div.offer { text-align:right;}

div.offer ul {
	margin-top:5px;
}

div.panel div.offer ul li {
	padding:0 10px 0px 0;
	float:left;
	font-weight: bold;
	width:100px;
}
#loader {
	padding-top: 50px;
	height: 200px;
	text-align: center;
}

table.booking {
	margin-left:20px;
	margin-top:10px;
/*	background: #fff;*/
	border-collapse:collapse;
}

table.booking td {
	padding:6px 16px;
	border:1px solid #333D32;
}

table.roomdetail {
	margin-left:20px;
	margin-top:10px;
/*	background: #fff;
	border-top:1px solid #DAC79C;*/
}

table.roomdetail ul li {
	padding:6px 0 6px 1px;
	display:block;
	font-size:16px;
	font-weight: bold;
}

table.roomdetail ul li span {
	font-style: italic;
	font-size:11px;
	font-weight:normal;
}

table.roomdetail td {
	padding:6px;
}

td.title {
/*	font-family:Georgia, Times, serif;*/
	font-size:12px;
	width:210px;
}

td.total {
/*	font-family:Georgia, Times, serif;*/
	font-weight: bold;
	font-size:13px;
}

table.roomdetail tr.totalborder td {
	border-top:1px solid #333D32;
	border-bottom:1px solid #333D32;
}

table.roomdetail tr.totalborder td.total {
	font-size:14px;
}

table.roomdetail tr.totalborder td.ban {
	font-size: 16px;
}

table.roomdetail td.ban {
/*	text-align: center;*/
	background: #333D32;
	font-weight: bold;
	width:80px;
	text-align:center;
	color:#fff;
}

table.roomdetail td.italic {
	text-align: left;
	font-style: italic;
	font-size:11px;
}


table.roomdetail tr.totalborder td.italic {
	font-weight: bold;
}

input.res_text {
	width:175px;
	float:left;
	margin-right: 5px;
}

textarea.res_text {
	width:361px;
/*	float:left;*/
	display: block;
}

/*select.res_drop {
	float:left;
}*/


table label {
	padding-bottom:3px;
/*	float:left;*/
	width:100%;
	display:block;
}

div.personaldetail {
	border-right:1px solid #333D32;
	border-top:1px solid #333D32;
	float:left;
	margin:10px 0 20px 10px;
	padding:10px 0px 20px 0;
  width: 48%;
}

div.personaldetail table {
	text-align:left;
	border-collapse:collapse;
	font-size:12px;
}

div.personaldetail table td { padding:3px 0;}

div.payment {
	border-right:medium none;
	margin-left:0;
	padding-left:15px;
  width: 47%;
}

.cvv input {
	width:50px;
}

div.end {
	margin:10px 0 50px;
}

a.cvvno {
	margin-left:4px;
	font-size:11px;
}

span.newsletter {
	display:inline;float:left;
}

div.agreement {
	padding:20px;
/*	border-top:1px solid #DBD5CC;*/
}

div.lagree {
	padding-top:10px;
	width:330px;
	float:left;
}

div.ragree {
	padding-top:10px;
	padding-left:10px;
	width:300px;
	float:left;
}

#equivalent {
  color: #D8D8D8;
  padding: 0 8px 0;
  text-align: center;
}

#equivalent p {
	font-size:11px;
	font-weight:bold;
}

#price-total {
	margin-top:7px;
	background:#061003;
	border:1px solid #333D32;
	color:#fff;
	margin-bottom:7px;
	padding:5px 12px;
}

#price-total p {
	margin-left:20px;
	font-size:16px;
	font-weight:bold;
}

#deposit-due {
	margin-bottom:7px;
/*	border:1px solid #E6E4E4;*/
	color:#000;
	background:#333D32;
	padding:7px 8px 5px;
}

#deposit-due.vouchers {
	background:#061003;
}


#deposit-due p {
	font-size:15px;
	font-weight:bold;
}

#balance-payable {
/*	color:#000;*/
	padding:4px 8px 0px 8px;
}

#balance-payable p {
	font-size:13px;
	font-weight:bold;
	color:#d8d8d8;
}

input.reserve {
	padding: 3px 8px; 
	border: 3px solid #DFD6B7; 
	background: #F2EACE; 
	color: #6F5C1A; 
	cursor: pointer; 
	position: relative;
	font-weight:bold;
}

input.reserve:hover {
	padding: 3px 8px; 
	border: 3px solid #DFD6B7; 
	background: #DFD6B7; 
/*	color: #fff; */
	cursor: pointer; 
	position: relative;
}

.res_check {
	width:20px;
}

#availtableft td.availtablelefth {
height:31px;
}





.flash_message {
	margin-top:20px;
	background:#FCE9C0 url(../images/48x48.png) left no-repeat;
	background-position: 10px; 
	border-top:2px solid #DBAC48;
	border-bottom:2px solid #DBAC48;
	padding: 25px 10px 25px 75px;
	color:#000;
}

#searchbox_wrapper select {border:0; font-size: 11px; height:17px;}
#searchbox_wrapper input {border:0; font-size: 11px; height:17px;}
#searchbox_wrapper input.button {height:28px;}

/* VOUCHERS */

ul#bke_voucher_delivery li {
  display: block;
  float: none;
  padding: 5px 10px;
}

ul#bke_voucher_delivery label {
  display: inline;
}

ul#bke_voucher_delivery li input {
  margin-right: 3px;
}

.panel .mt10 {
  float: right;
}

div.voucherdetails ul li {
  display: block;
  float: none;
}

div.voucherdetails ul li input {
  float: none;
}

div.voucherdetails table.roomlist {
	border: 0;
}

div.voucherdetails table.roomlist td {
	padding: 15px 3px;
}

div.voucherpanel {
  padding: 15px 10px;
}

div.voucherpanel h1 {
	padding-bottom: 10px;
}

#rightprice {
	display:inline;
	float:right;
	font-size:12px;
	padding-top:2px;
}
a.expand { padding-right:8px; position:relative; top:2px;}

p.ratedesc { margin:1em 0;}

/* GROUPED SPECIALS
-------------------------------------------------------------------------*/
.crossell  {
/*	background:#fcfaf6;
	border:1px solid #dbd5cc;
*/	margin:5px;
	padding:15px;
	float:left;
	width:370px;
	height:180px;
	overflow:hidden;
	background:#091B03;
	border:1px solid #313B30;
}

.crossell h1 {text-align:left!important; margin:0!important; margin-bottom:15px!important;}
.crossell a { text-decoration:none;}
.crossell a:hover { text-decoration:none;}
.crossell img { float:left; margin:3px 15px 0 0; padding:4px; border:1px solid #dbd5cc; background:#fcfaf6;}
.crossell img.book { float:none; margin:10px 0 0 0; padding:0; border:0; background:0; float:right;}

.special_offer { position:relative; width:850px; float:left; margin-bottom:10px; background:#0F2C1A;border: 1px solid #333D32;}

.corner-left, .corner-right { width:850px; height:120px; display:block; z-index:1;}
.corner-left { background:url(../images/corner-left.gif) no-repeat left top; margin-bottom:-120px;}
.corner-right { background:url(../images/corner-right.gif) no-repeat right bottom; margin-top:-110px;}

.specialstable {
	padding:0px;
	background:none;
	border:0;
}
.specialstable td {
	padding:5px 10px;
}

.specialstable td img {
	background: #FCFAF6;
    border: 1px solid #DBD5CC;
    padding: 4px;
	margin: 3px 15px 0 0;
}

.specialstable td form img {
	background:none;
    border:0;
    padding:0;
	margin:0;
}

table.specialstable td.tariffnamespecial h1 {
	text-align:left!important;
	margin:10px 0!important;
 }
 
ul.giftvouchergroup { list-style:none; height:50px;}
ul.giftvouchergroup li { float:left;}

 ul.giftvouchergroup li a {
	 display:block;
     border: 1px solid #0F2C1A;
     color: #FFF!important;
     font-weight: bold;
     margin: 0 1px 0 0;
     padding: 5px 10px;
	 text-decoration:none;}
 
ul.giftvouchergroup li a:hover {
	 background: #0F2C1A;
     color: #F7DFA0!important;
     font-weight: bold;
	 text-decoration:none;}
	 
ul.giftvouchergroup li.activevoucher a {
	 display:block;
	 background: #0F2C1A;
	 color: #F7DFA0!important;
     font-weight: bold;
     margin: 0 1px 0 0;
     padding: 5px 10px;}
 
ul.giftvouchergroup li.activevoucher a:hover {
	 background:#2D030D;
    color: #F7DFA0!important;
    font-weight: bold;
}

table.voucher {
	border-top:1px dotted #333D32; 
	margin-top:15px; 
	padding-top:15px;
	width:100%;
}





/* s.carousel */
#offers {
	position:relative;
	padding-left:10px;
}
#offers {
	margin:0px auto !important;
}
#offers ul li {
	background:url(../images/carousel-li.gif) no-repeat;
	overflow:hidden;
	position:relative;
}
#offers ul li .desc {
	width:160px;
	height:70px;
	bottom:-47px;
	position:absolute;
	background:url(../images/alpha-bg.png) no-repeat;
	padding:2px 5px;
	font-size:11px;
	color:#cccccc;
}
#offers ul li .desc .title {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	height:22px;
	padding-top:4px;
	max-width: 150px;
	overflow:hidden;
	max-height:30px;
/*	text-indent:-9999px; */
}
#offers .more {
	display:block;
	width:56px;
	height:17px;
	background:url(../images/read-more.gif) no-repeat top left;
	margin-top:2px;
}
#offers ul li:hover .more {
	background-position:left bottom;
}

#offers ul li a {
	color:#fff;
	text-decoration:none;
}

span.roomsleft {
  border-bottom: 1px dotted red;
  color: red;
  float: right;
  font-size: 11px;
  margin-right: 4px;
}
