/*****************************************************************************
																			//
Styles in the base-layout are: -											//
																			//
Body Styles																	//
Outer wrapper																//
Header 																		//
Footer																		//
News																		//
Bottom Bar																	//
TC Header																	//
TC Search 																	//
TC Call to Action															//
Bookmarks																	//
Product Block																//
Second level - Navigation													//
Top 10's																	//
Destination Guides															//
H1 Main Headers																//
Other Destination information (TC Mag stories, TC Reviews)					//
Product Page - image scroll													//
Destination Page - Container divs											//
																			//
//////////////////////////////////////////////////////////////////////////////



/**************************** Body Styles *******************************/

body {
	font-size: 100%; /* Base font is default 16px */
	line-height:1.125em; /* 16×1.125=18 */
	color: #000;
	background-color:#1c1c1c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

hr {
	border:0;
	border-bottom:1px solid #d7d8d5;
}

/************** Outer Wrapper - Contains all other divs ***************/

#outer-wrapper {
	background-color: #fff;
	color:#000;
	margin: 0 auto 10px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 961px;
	padding:0 8px 10px 10px;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

/************** Header Container & Containing divs ******************/

#header-container {
	/* background-image:url('../images/bg-repeat.gif'); uncomment this if you need a repeating background */
	width:100%;
	text-align: left; /* Redefines the text alignment defined by the body element. */
}

.logo {
	float:left;
	width:260px;
}

.strapline {
	width:690px;
	text-align:right;
	margin:10px 0 0 0;
}

.header-right {
	float:right;
	width:690px;
	margin-top:10px;
}

.flags { 
	width:690px;
	text-align:right;
	float:right;
}

.flags ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.flags ul ul {
	width:80px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.flags li {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; 
}

.flags ul li#text {
	float:right;
	font-size:10px;
	color:#685c53;
	width:100px;
	margin-right:10px;
	padding:0;
	line-height:13px;
}

.flags ul li#aboutus {
	float:right;
	font-size:10px;
	color:#685c53;
	width:60px;
	margin-right:10px;
	padding:0;
	line-height:13px;
}

.flags ul li#contact {
	float:right;
	font-size:10px;
	color:#685c53;
	width:70px;
	margin-right:10px;
	padding:0;
	line-height:13px;
}

/* style the links for the top level */
.flags a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; 
	font-weight:bold; 
	text-decoration:none; 
	color:#000; 
	padding-left:10px; 
	padding-right:0px;
}


/************** Footer Container & Containing divs ******************/

#footer-container {
	/* background-image:url('../images/bg-repeat.gif'); uncomment this if you need a repeating background */
	width:100%;
	text-align: left; /* Redefines the text alignment defined by the body element. */
}

#banner-holder {
	width:100%;
	margin-bottom:10px;
}

.banner-right {
	float:left;
	width:310px;
	border:5px solid #d7d8d5;
}

.banner {
	float:left;
	width:300px;
	border:5px solid #d7d8d5;
	margin-right:10px;
}


/************************** Middle banner offers - 2nd level ******************************/

#banner-middle {
	float:left;
	width:300px;
	border-left:5px solid #d7d8d5;
	border-right:5px solid #d7d8d5;
	border-bottom:5px solid #d7d8d5;
	margin:0 10px 0 0;	
}
	
.main-banner-middle-holder {
	width:275px;
	height:105px;	
	float:left;
	margin: 5px 0;
	}

.banner-middle-holder {
	width:100000px;
	height:100px;
	float:left;
	}
	
.banner-middle-header {
	background-color:#d7d8d5;
	color:#1c1c1c;
	padding:1px 3px 1px 5px;
}
	
.banner-middle-holder ul{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	}
	
.banner-middle-holder ul li{
	height:100px;
	width:253px;
	margin:0 5px 0 0;
	padding:3px 10px 0px 10px;
	float:left;
	display:inline;
	color:#fff;
	background-color:transparent;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	}

.banner-middle-story-left {
	width:148px;
	float:left;
}

.banner-middle-story-right {
	float:left;
	margin-left:5px;
}

.banner-middle-story-title {
	color:#1c1c1c;
	background-color:transparent;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}

.banner-middle-story-title a{
	color:#1c1c1c;
	background-color:transparent;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}

.banner-middle-story-body {
	color:#1c1c1c;
	background-color:transparent;
	font-size:12px;
	line-height:16px;
	margin-top:5px;
}

.banner-middle-story-price {
	color:#1c1c1c;
	background-color:transparent;
	font-size:12px;
	line-height:20px;
	margin-top:5px;
}

.banner-middle-story-more {
	color:#73808b;
	font-size:10px;
	text-align:right;
}

.offer-left-arrow {
	width:12px;
	float:left;
}

.offer-right-arrow {
	width:12px;
	float:left;
}

/************************** news css ******************************/

.news-header {
  background-color:#d7d8d5;
  color:#333333;
  padding:5px 0 5px 10px;
}

#news-container {
	width:961px;
	height:135px;
	background-color:#fff;
	float:left;
	margin-bottom:10px;
	border-bottom:3px solid #1c1c1c;
	border-top:3px solid #1c1c1c;
	}
	
.main-news-holder {
	width:936px;
	height:130px;	
	float:left;
	margin: 5px 0;
	}

.news-holder {
	width:100000px;
	height:130px;
	float:left;
	}
	
.news-holder ul{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	}
	
.news-holder ul li{
	height:123px;
	width:297px;
	border:1px solid #DDDDDD;
	margin:0 5px 0 0;
	padding:0 5px;
	float:left;
	display:inline;
	color:#fff;
	background-color:transparent;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	}
	

.news-holder ul li a{
	height:130px;
	margin:0 5px 0 0;
	padding:0;
	float:left;
	display:inline;
	color:#fff;
	background-color:transparent;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	}

.news-holder ul li a:hover{
	margin:0 5px 0 0;
	background-color:transparent;
	text-decoration:none;
	}
	
.left-arrow {
	width:12px;
	float:left;
}

.right-arrow {
	width:12px;
	float:left;
}

.news-story-title {
	color:#73808b;
	background-color:transparent;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}

.news-story-body {
	color:#CCCCCC;
	background-color:transparent;
	padding:5px;
	font-size:12px;
}

.news-story-body a{
	color:#1c1c1c;
	background-color:transparent;
	font-size:12px;
	width:50px;
}

.news-story-body a:hover{
	color:#dddddd;
	background-color:transparent;
	font-size:12px;
	width:50px;
}

/************ Bottom bar ****************/

#bottom-bar {
	background-color:#c7c2bc;
	color:#333333;
}


.bottom-bar-right {	float:right;text-align:right;width:950px;}
/* hack to correct IE5.5 faulty box model */
* html .bottom-bar-right {float:right;text-align:right;width:950px; w\idth:950px;}
/* remove all the bullets, borders and padding from the default list styling */
.bottom-bar-right ul {padding:0;margin:0;list-style-type:none;}
.bottom-bar-right ul ul {width:80px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.bottom-bar-right li {float:left;}
/* style the links for the top level */
.bottom-bar-right a {display:block;font-family: Arial, Helvetica, sans-serif;font-size:10px; font-weight:bold; text-decoration:none; color:#000; padding-left:14px; padding-right:14px;}

.bottom-bar-right a:hover { text-decoration:underline; }


/************** TC Header ******************/

#tc-header {
	width:100%;
	margin-bottom:7px;
}

.tc-header-left {
	width:840px;
	margin:0 0 6px 0;
	background-image:url(/Images/BackGrad.jpg);
	background-color:#F9C756;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:3px 0 3px 10px;
	float:left;
}

.tc-header-left h1 {
	font-size:14px;
	font-weight:bold; 
	margin-top:4px;
}

.tc-header-left h2 {
	font-size:28px; 
	padding:5px 0 6px 0;
}

* html .tc-header-left h1 {
	font-size:14px;
	font-weight:bold; 
	margin-top:4px;
}

* html .tc-header-left h2 {
	font-size:28px; 
	padding:7px 0;
	line-height:18px;
}

#tc-header-left-nav {
	float:left;
	padding:5px;
	width:840px;
	color:#fff;
	background-image:url(/Images/Css/grad-grey.jpg);
	background-repeat:repeat-x;
	background-color:#c7c2bc;
}

* html #tc-header-left-nav {
	float:left;
	padding:6px;
	width:840px;
	color:#ffffff;
}

#tc-header-left-holder {
	width:850px;
	float:left;
	margin-right:10px;
}

#tc-header-img {
	float:left;
}

.tc-header-left h2 a {	
	COLOR: #ffffff
}

#tc-header-left-nav a: hover
{
	background-color:#fff;
	color:#c7c2bc;
}


/***************** Bookmarks ************************/

* html .bookmark-links {
	background-color:#e0ded9;
	padding:7px 10px;
	margin:10px 0 10px 0;
}

.bookmark-links {
	background-color:#e0ded9;
	padding:7px 10px;
	margin:5px 0 10px 0;
}

*:first-child+html .bookmark-links {
	background-color:#e0ded9;
	padding:7px 10px;
	margin:10px 0 10px 0;
}

.bookmark-links ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.bookmark-links ul li {
	float:left;
}

.bookmark-links a {
	display:block;
	padding-left:10px; 
	padding-right:14px;  
	font-size:12px;
}

.bookmark-links a:hover {
	display:block;
	padding-left:10px; 
	padding-right:14px; 
	font-size:12px;
}


/************** TC SEARCH divs ******************/

#tc-search {
	width:100%;
	margin-bottom:10px;
}

#tc-search-left {
	float:left;
	width:75px;
}

#tc-search-right {
	float:left;
	width:855px;
	height:60px;
	margin:0 0 0 10px;
	background-color:#d7d8d5;
	color:#fff;
}

/***************** TC Call to action ********************/

#tc-cta {
	background-color:#fbaf18;	
	padding:10px;
	margin-bottom:10px;
}

/*********************** PRODUCT BLOCK ***************************************/

.product-block {
	width:100%;
}

.product-block-header {
	background-color:#73808b;
	color:#FFFFFF;
	padding:10px;
	font-weight:bold;
	font-size:14px;
}

.product-block-body {
	padding:10px 0 0 0;
	margin:0 0 10px 0;
}

.product-block-body-bottom {
	padding:10px 0 0 0;
	margin:0;
}

.product-detail {
	width:312px;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #1c1c1c;
	background-color:#FFFFFF;
}

.product-detail-r {
	width:311px;
	float:left;
	margin:0;
	border:1px solid #1c1c1c;
	background-color:#FFFFFF;
}

.product-detail-left {
	width:197px;
	padding:10px;
	float:left;
}

.product-detail-left-r {
	width:196px;
	padding:10px;
	float:left;
}

* html .product-detail-left-r {
	width:190px;
	padding:10px;
	float:left;
}

.product-detail-right {
	float:left;
	width:95px;
}

.product-detail-bottom {
	width:312px;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #1c1c1c;
	background-color:#FFFFFF;
}

.product-detail-r-bottom {
	width:311px;
	float:left;
	margin:0;
	border:1px solid #1c1c1c;
	background-color:#FFFFFF;
}

/************ other hotels - on product page *********************/

.product-detail-hotel {
	width:100%;
	margin-bottom:10px;
	background-color:#1c1c1c;
}

.product-detail-left-HOTEL {
	width:270px;
	padding:10px 10px 13px 10px;
	float:left;
	background-color:#1c1c1c;
}

.product-detail-left-r-HOTEL {
	width:131px;
	padding:10px;
	float:left;
}

.product-detail-right-HOTEL {
	float:left;
	width:150px;
	padding:0;
	background-color:#1c1c1c;
}

/************** other hotels - one generic page at the bottom *******************/

.stock-left {
	width:146px;
	float:left;
	padding:8px 8px 6px 8px;
}

.stock-right {
	width:150px;
	float:left;
}

.stock-left-r {
	width:145px;
	float:left;
	padding:7px 8px 7px 8px;
}

/********** Second level - Navigation *******************/

.leveltwo-left {
	width:185px; 
	height:40px; 
	font-size:1em; 
	margin-right:10px; 
	float:left; 
	background-color:#F7F7F7; 
	min-height:350px;
}

* html .leveltwo-left {
	width:185px; 
	w\idth:185px; 
	margin-right:10px; 
	float:left; 
	min-height:350px;
}

.leveltwo-left ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	width:100%;
}

.leveltwo-left a {
	color:#1c1c1c; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-decoration:none; 
	padding:5px 10px; 
	margin:0; 
	display:block;
}

.leveltwo-left a:hover {
	background:#73808b; 
	color:#fff; 
	display:block;
	text-decoration:none;
}

.leveltwo-left li#current a{
	background:#73808b; 
	color:#fff; 
	display:block;
}

/* second level map page */
.leveltwo-left-map {
	width:185px; 
	height:40px; 
	font-size:1em; 
	margin-right:10px; 
	float:left; 
	background-color:#F7F7F7; 
	min-height:410px;
}

* html .leveltwo-left-map {
	width:185px; 
	w\idth:185px; 
	margin-right:10px; 
	float:left; 
	min-height:410px;
}

.leveltwo-left-map ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	width:100%;
}

.leveltwo-left-map a {
	color:#1c1c1c; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-decoration:none; 
	padding:5px 10px; 
	margin:0; 
	display:block;
}

.leveltwo-left-map a:hover {
	background:#73808b; 
	color:#fff; 
	display:block;
	text-decoration:none;
}

.leveltwo-left-map li#current a{
	background:#73808b; 
	color:#fff; 
	display:block;
}

/**************** Second Level - top other *************/

#top-container {
	height:350px;
	margin-bottom:10px;
}

#top-container-homepage {
	height:350px;
	margin-bottom:10px;
}

.leveltwo-right {
	width:755px;
	float:left;
	border:5px solid #d7d8d5;
}

#main-container 
{
	margin-top: 5px;
	margin-bottom:10px;
}

#leveltwo-main {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

#top-map-container {
	margin:10px 0;
}

/***************** Top 10's ************************/

.top10-container {
	margin-bottom:10px;
}

.top10-header {
	width:100%;
	background-color:#1c1c1c;
	color:#fff;
}

.top10-header-number {
	width:35px;
	float:left;
	padding:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#73808b;
	text-align:center;
}

.top10-header-left {
	float:left;
	padding:13px 0 7px 20px;
}

.top10-header-right {
	text-align:right;
	padding:10px;
}

.top10-body {
	background-color:#d7d8d5;
	color:#000;
	padding:10px;
}

.top10-body-left {
	line-height:20px;
	font-size:14px;
}

.top10-body-right-grey {
	width:250px;
	float:right;
	border:5px solid #c7c2bc;
	margin-left:10px;
}

.top10-body-right-bottom {
	width:250px;
	float:right;
	border:5px solid #fff;
	margin-top:10px;
}


/******************* Destination Guides *******************/

.dest-guide {
	background-color:#f8f8f8;
	margin:0 0 10px 0;
	padding:5px 0 0 0;
}

.dest-guide-ul ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	width:100%;
}

.dest-guide-ul li {
	margin:0 0 5px 0; 
	float:left;
}

.dest-guide-ul a {
	color:#1c1c1c; 
	text-decoration:none; 
	margin:0 0 5px 0; 
	padding:5px 0 5px 10px;
	width:230px; 
	font-size:12px;
	display:block;
}

.dest-guide-ul a:hover {
	background:#73808b; 
	color:#fff; 
	display:block;
	text-decoration:none; 
}

/**************************** H1 Main Headers *************************/

.mainhead {
	padding:5px 10px;
	margin:0 0 10px 0;
	background-color:#c7c2bc;
	color:#685c53;
}

.mainhead-guide {
	padding:5px 10px;
	margin:0;
	background-color:#d7d8d5;
	color:#73808b;
}

.mainhead-product {
	padding:5px 10px;
	margin:0 0 5px 0;
	background-color:#d7d8d5;
	color:#73808b;
}

.subhead {
	padding:5px 10px;
	margin:0 0 10px 0;
	background-color:#eeeeee;
	color:#73808b;
}

.mainhead-prodpage {
	padding:0 0 0 0;
	margin:0 0 15px 0;
}

.mainhead-country {
	padding:5px 10px;
	margin:0 0 10px 0;
	background-color:#685c53;
	color:#ffffff;
}

.mainhead-contact {
	padding:5px 10px;
	margin:0 0 10px 0;
	background-color:#1c1c1c;
}

/*************** Other Destination information (TC Mag stories, TC Reviews) ***************/

.tc-mag-container {
	width:100%;
	margin-bottom:10px;
}

.tc-mag-block {
	margin-bottom:10px;
	background-color:#fbaf18;
}

.tc-mag-block-left {
	width:340px;
	margin-right:10px;
	padding:10px 0 10px 10px;
	float:left;
	background-color:#fbaf18;
}

.tc-mag-block-right {
	width:80px;
	float:left;
} 

/****************** Product Page - image scroll *********************************/

#product-subimg {
	width:440px;
	height:123px;
	background-color:#fff;
	float:left;
	margin:5px 0 10px 0;
	border-bottom:5px solid #685c53;
	border-top:5px solid #685c53;
	}
	
* html #product-subimg {
	width:430px;
	height:123px;
	background-color:#fff;
	float:left;
	margin:5px 0 10px 5px;
	border-bottom:5px solid #685c53;
	border-top:5px solid #685c53;
	}
	
.product-subimg-holder {
	width:415px;
	height:120px;	
	float:left;
	margin:1px 0 0 0;
	}

.product-subimg-news-holder {
	width:2895px;
	height:120px;
	float:left;
	}
	
.product-subimg-news-holder ul{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	}
	
.product-subimg-news-holder ul li{
	height:120px;
	width:150px;
	border:1px solid #DDDDDD;
	margin:0 0 0 5px;
	padding:0px;
	float:left;
	display:inline;
	color:#fff;
	background-color:transparent;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	}
	

.product-subimg-news-holder ul li a{
	height:130px;
	width:117px;
	margin:0 5px 0 0;
	padding:0;
	float:left;
	display:inline;
	color:#fff;
	background-color:transparent;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	}

.product-subimg-news-holder ul li a:hover{
	margin:0 5px 0 0;
	background-color:transparent;
	text-decoration:none;
	}
	
.left-arrow {
	width:12px;
	float:left;
}

.right-arrow {
	width:12px;
	float:left;
}


/****************** Destination Page - Container divs *******************/

#destination-container {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

#destination-left {
	width:505px;
	margin:0 15px 0 0;
	float:left;
}

* html #destination-left {
	width:495px;
	margin:0 15px 0 0;
	float:left;
}

#destination-right {
	width:440px;
	float:left;
}

/**************** destination ul ********************/

.destination-ul ul {padding:0;margin:0;list-style-type:none; width:100%; font-size:14px;}
.destination-ul li {margin:0 0 10px 0;}


/******* Destination Quick Reference ****************/

.destination-basics {
	border:5px solid #CCCCCC;
	padding:5px;
	margin:0 0 10px 0;
}

.dest-short {
	width:133px;
	margin:0 2px 0 3px;
	float:left;
	padding:4px 0;
	text-align:center;
	border:1px solid #e8e8e8;	
}

/******* destination index page ***************/

.destination-index-header {
	background-color:#e8e8e8;
	margin-bottom:10px;
	text-decoration:none;
	padding:10px;
}

.destination-index-content {
	width:100%;
	margin-bottom:10px;
}

.destination-index-content-left {
	width:475px;
	float:left;
	margin-right:10px;
}

/* remove all the bullets, borders and padding from the default list styling */
.destination-index-content-left ul {padding:0;margin:0;list-style-type:none; width:100%;}
.destination-index-content-left ul ul {width:185px; min-height:511px; width:100%;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/* style the links for the top level */
.destination-index-content-left a {color:#1c1c1c; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; height:30px; line-height:29px; padding:0 10px; margin:5px 10px 5px 0; display:block;}
.destination-index-content-left a:hover {background:#ee2b80; color:#fff;}

.destination-index-content-right {
	width:475px;
	float:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.destination-index-content-right ul {padding:0;margin:0;list-style-type:none; width:100%;}
.destination-index-content-right ul ul {width:185px; min-height:511px; width:100%;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/* style the links for the top level */
.destination-index-content-right a {color:#1c1c1c; font-family: Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; height:30px; line-height:29px; padding:0 10px; margin:5px 10px 5px 0; display:block;}
.destination-index-content-right a:hover {background:#ee2b80; color:#fff;}


/*************** BREADCRUMB ********************/

.breadcrumb {
	margin:0 0 5px 0;
	font-size:10px;
	color:#685c53;
	background-color:#F5F5F5;
	padding:2px 5px;
}

.breadcrumb ul {
	list-style-type:none;
	display:block;
	width:100%;
	padding:0;
	margin:0;
}

.breadcrumb ul li {
	float:left;
}

.breadcrumb ul li a {
	color:#685c53;
}

.breadcrumb ul li a:hover {
	color:#1c1c1c;
	text-decoration:none;
}



#cta-home1 {
	background-image:url(/Images/BackGrad.jpg);
	background-color:#f8c758;
	margin-bottom:5px;
	padding:5px 10px;
	background-repeat:repeat-x;
}

*:first-child+html #cta-home1 {
	background-color:#f8c758;
	margin-bottom:10px;
	padding:5px 10px;
}

* html #cta-home1 {
	background-color:#f8c758;
	margin-bottom:10px;
	padding:5px 10px;
}

#cta-home1 h2 {
	font-size:1.4em;
	font-weight:normal;
}

#cta-home {
	background-color:#f8c758;
	margin-bottom:5px;
	padding:5px 10px;	
}

*:first-child+html #cta-home {
	background-color:#E70033;
	margin-bottom:10px;
	padding:5px 10px;
}

* html #cta-home {
	background-color:#E70033;
	margin-bottom:10px;
	padding:5px 10px;
}

#cta-home h2 {
	font-size:1.4em;
	font-weight:normal;
}

/********** BOTTOM LOGOS ***************************/

.logos {
	padding-bottom:10px;
}

/********** OFFERS *********************************/
.offer-container {
	overflow:hidden;
	height:100%;
	margin-bottom:10px;
	border:1px solid #e0ded9;
}
.offerCta
{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #f4aa00;
	padding:8px 10px;
	margin-bottom:10px;
	text-align:left;
}
.offer-container-left {
	width:363px;
	float:left;
}

* html .offer-container-left {
	width:360px;
	float:left;
}

.offerfull-container-left {
	width:770px;
	float:left;
}

.offer-container-right {
	width:189px;
	float:left;
}

.offer-header {
	background-color:#c7c2bc;
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
}

.offer-price-int {
	padding:5px 10px;
	background-color:#efefef;
}

.cruiseofferblock {
	background-color:#efefef;
	padding:5px;
	margin:0 0 10px;
}

.offer-price {
	padding:5px 10px;
}

.offer-bullets {
	padding:10px;
	background-color:#efefef;
}

.offer-bullets ul {
	padding:0;
	margin:0;
	font-size:12px;
}

.offer-bullets ul li {
	list-style-type:disc;
	margin-left:15px;
}

.offer-overview {
	padding:10px;
}

.offer-overview p{
	font-size:12px;
}

.subhead-nomargin {
	padding:5px 10px;
	background-color:#c7c2bc;
}

.offer-terms {
	text-align:left;
	padding:10px 0 10px 10px;
	
}
.importantInfo
{
	background-color:#990000;
	padding:3px 5px;
	font-weight:bold;
	color:#fff;
}
.offer-terms p{
	font-size:12px;
}

.offer-terms .includes{
	font-size:12px;
	background-color:#efefef;
	padding:5px 0 5px 5px;
}

.offer-col1 {
	width:560px;
	float:left;
}

.offer-col2 {
	width:400px;
	float:left;
	text-align:left;
}

* html .offer-col1 {
	width:567px;
	float:left;
}

.info{ padding: 20px 30px; background-image:url('/Images/error.png'); background-repeat:no-repeat; background-position:10px center; font-size:14px; color:Red; font-weight:bold; background-color:#fffbdf; margin-bottom:10px;}
.info h2 { font-size:18px; margin-bottom:5px;}
