/*****************************************************************************
																			//
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;
	background-image:url(/Images/css/tile.jpg);
	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: 980px;
	padding:0;
}

/************** 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:250px;
	margin:10px 0 10px 10px;
}

.strapline {
	width:690px;
	text-align:right;
	margin:10px 0 0 0;
}

.header-right {
	float:right;
	width:690px;
	margin:10px 5px 0 0;
}



/************** 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:5px;
}

.banner {
	float:left;
	margin-right:10px;
}

.banner-right {
	float:left;
	margin:0;
}



/************************** 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%;
}

.tc-header-left {
	color:#ffffff;
	padding:7px 0 7px 10px;
	float:left;
}

.tc-header-left h1 {
	font-size:14px;
	font-weight:bold; 
}

.tc-header-left h2 {
	font-size:28px; 
}

.tc-header-left p {
	font-weight:bold; 
}

#tc-header-left-nav {
	float:left;
	padding:5px;
	width:970px;
	color:#fff;
	background-color:#fbaf18;
}

* html #tc-header-left-nav {
	float:left;
	padding:6px;
	width:980px;
	color:#fbaf18;
}

#tc-header-left-holder {
	background-image:url(/Images/css/grad.jpg);
	background-color:#d8e665;
	background-repeat:repeat-x;
	width:980px;
	float:left;
}

#tc-header-img {
	float:left;
}


/***************** Bookmarks ************************/

.bookmark-links {
	background-color:#eeeeee;
	clear:both;
}

.bookmark-links ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.bookmark-links ul li {
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;

}

.bookmark-links ul li#bookmark{
	display:block;
	padding:10px;  
	font-size:12px;
	font-weight:bold;
}

.bookmark-links ul li a {
	display:block;
	padding:10px;  
	font-size:10px;
}

.bookmark-links ul li a:hover {
	display:block;
	padding:10px;
	font-size:10px;
	background-color:#c7c2bc;
}


/************** 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:225px; 
	height:40px; 
	font-size:1em; 
	float:left; 
	background-color:#F7F7F7; 
	min-height:340px;
}

* html .leveltwo-left {
	width:225px; 
	w\idth:225px; 
	float:left; 
	min-height:340px;
}

.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;
}

.leveltwo-right {
	width:755px;
	float:left;
}

#main-container {
	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-image:url(/Images/css/grad-grey.jpg);
	background-color:#dddad7;
	background-repeat:repeat-x;
	color:#ffffff;
}

.mainhead-tc {
	padding:5px 10px;
	margin:0;
	background-image:url(/Images/css/grad-grey.jpg);
	background-color:#dddad7;
	background-repeat:repeat-x;
	color:#ffffff;
}

.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:430px;
	height:123px;
	background-color:#fff;
	float:left;
	margin:5px 0 10px 10px;
	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:405px;
	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:530px;
	margin:0 9px 0 0;
	float:left;
}

* html #destination-left {
	width:495px;
	margin:0 14px 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-image:url(/Images/css/grad.jpg);
	background-color:#d8e665;
	color:#ffffff;
	text-decoration:none;
}

.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-image:url(/Images/css/grad.jpg);
	background-color:#d8e665;
	color:#ffffff;
	text-decoration:none;
}


/*************** 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/css/grad.jpg);
	background-color:#d8e665;
	margin-bottom:5px;
	padding:5px 10px;
	background-repeat:repeat-x;
}

#cta-home1 h2 {
	font-size:1.4em;
	font-weight:normal;

}

#cta-subpage {
	background-image:url(/Images/css/grad.jpg);
	background-color:#d8e665;
	padding:5px 10px;
	background-repeat:repeat-x;
}

#cta-subpage 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;
}


/**************** SUB MENU ****************************/

.submenu {
	padding:0;
	background-image:url(/Images/css/grad-grey.jpg);
	background-color:#dddad7;
	background-repeat:repeat-x;
	color:#685c53;
	font-size:12px;
	font-weight:bold;
}

.submenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.submenu ul li {
	float:left;
}

.submenu ul li a{
	padding:5px 10px;
	display:block;
	background-image:url(/Images/css/grad-grey.jpg);
	background-color:#dddad7;
	background-repeat:repeat-x;
	color:#685c53;
}

.submenu ul li a:hover{
	padding:5px 10px;
	display:block;
	background-image:url(/Images/css/grad.jpg);
	background-color:#d8e665;
	color:#ffffff;
}

.submenu ul li#index a{
	padding:5px 10px;
	display:block;
	background-image:url(/Images/css/grad-dkgrey.jpg);
	background-color:#d8e665;
	color:#ffffff;
}

.submenu ul li#index a:hover{
	padding:5px 10px;
	display:block;
}


/**************** SUB MENU TC page****************************/

.submenu-tc {
	padding:0;
	background-image:url(/Images/css/grad-grey.jpg);
	background-color:#dddad7;
	background-repeat:repeat-x;
	color:#685c53;
	font-size:12px;
	font-weight:bold;
}

.submenu-tc ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.submenu-tc ul li {
	float:left;
}

.submenu-tc ul li a{
	padding:5px 10px;
	display:block;
	background-image:url(/Images/css/grad-grey.jpg);
	background-color:#dddad7;
	background-repeat:repeat-x;
	color:#685c53;
}

.submenu-tc ul li a:hover{
	padding:5px 10px;
	display:block;
	background-image:url(/Images/css/grad.jpg);
	background-color:#d8e665;
	color:#ffffff;
}

.submenu-tc ul li#index a{
	padding:5px 10px;
	display:block;
	background-image:url(/Images/css/grad-greyopp.jpg);
	background-color:#d8e665;
	color:#ffffff;
}

.submenu-tc ul li#index a:hover{
	padding:5px 10px;
	display:block;
}


/************* Text Container ***************************/

.text-container {
	padding:0 10px;
}

.tc-header-search
{	
	MARGIN-BOTTOM: 10px;
	WIDTH: 100%;
}

/* Holiday Deals Search ======================================================== */
.HolidayDeal {overflow:hidden; height:100%; margin:0 10px 10px; clear:both;}
.HolidayDeal .col1 {float:left; width:387px; margin:0;}
.HolidayDeal .colFull {float:left; width:643px; margin:0;}
.HolidayDeal .colFull p {clear:both; padding:4px 10px; margin:0; font-size:1.1em; line-height:1.1em;}

.HolidayDeal .col2 {float:left; width:85px; background-image:url(../images/v2/grad3.jpg); background-color:#837972; background-position:bottom; background-repeat:repeat-x; margin:0; height:155px; padding:0;} 
.HolidayDeal h2{background-color:#d1d0cf; margin:0; padding:5px;}
.HolidayDeal h2 a{font-size:12px;color:#514a45; padding:0; margin:0;}
.HolidayDeal h2 a:hover{color:#bed600;}
.HolidayDeal img {float:left;}
.HolidayDeal .col1 p {clear:both; padding:4px 10px; margin:0; font-size:1.1em; line-height:1.1em;}
.HolidayDeal p.price{color:#8fa00b; font-size:2.0em; font-weight:bold; padding:0 10px;}

.HolidayDeal ul {padding:5px 10px;}
.HolidayDeal ul li {display:block; line-height:1.782em;}

.HolidayDeal .col2 p{text-align:center; line-height:1.4em; color:#fff; font-size:1.1em; margin:0;}
.HolidayDeal .col2 p.from {margin:82px 0 0 0;}
.HolidayDeal .col2 p.price {font-size:1.8em; margin:0 0 5px 0;}
.HolidayDeal .col2 p.FullDetails{padding:5px 0; background-color:#adbb44; display:block; font-size:9px;}
.HolidayDeal .col2 p.FullDetails a{color:#fff; text-transform:uppercase; font-weight:bold;}
.HolidayDeal .col2 p.FullDetails a:hover{color:#454545;}

.column2 {width:370px; float:left;}

.col2nopad ul.paging {width:400px; float:right; text-align:right; padding:5px 0; margin:0 10px 0 5px;}
.col2nopad ul.paging li a {color:#464645; padding:0 3px;} 
.col2nopad ul.paging li a:hover {padding:0 3px;} 
.col2nopad ul.SortBy {float:left; text-align:right; padding:5px 0; margin:0 0 10px 10px;}
.col2nopad ul.SortBy li a {color:#464645; padding:0 3px;}
.col2nopad ul.SortBy li a:hover {padding:0 3px;} 
.col2nopad ul li#active a {font-weight:bold; color:#adbb44; padding:3px;}
.col2nopad ul li.active a {font-weight:bold; color:#adbb44; padding:3px;}
.col2nopad p.SearchCriteria {width:300px; float:left; padding:0; margin:0 0 0 10px; font-size:1.1em; font-weight:bold;}
.col2nopad p.HotelLocation {float:left; font-size:1.1em; padding:3px 10px 0; margin:0;}
.col2nopad p.HotelDetailsLocation {float:left; font-size:1.1em; padding:3px 10px 0; margin:0; width:500px;}
.col2nopad p.StarRating {float:left; width:165px; text-align:right; margin:0; padding:2px 0 0 0;}
.col2nopad p.CallToAction {float:left; background-image:url(../images/v2/grad4.jpg); background-repeat:repeat-x; padding:2px 10px; width:655px; background-color:#958d86; color:#fff; font-weight:bold; font-size:14px; margin:0 0 10px 10px;}
.col2nopad p.CallToAction a {color:#fff;}
.col2nopad p.CallToAction a:active {color:#fff;}
.col2nopad p.CallToAction a:hover {color:#25211f;}
.col2nopad p.BookNow {float:left; background-image:url(../images/v2/grad5.jpg); background-repeat:repeat-x; padding:2px 10px; background-color:#958d86; color:#fff; font-weight:bold;font-size:1.1em; width:85px; text-align:center; text-transform:uppercase; margin:0 0 10px;}
.col2nopad p.BookNow a{color:#fff;}
.col2nopad p.BookNow a:active{color:#fff;}
.col2nopad p.BookNow a:hover{color:#efefef;}
.col2nopad p.BodyCopy {clear:both; padding:0 10px; font-size:1.1em;}
.col2nopad ul.DealFeatures{}
.col2nopad ul.DealFeatures li{margin:0 10px 0;}

.col2nopad {overflow:hidden; height:100%; width:705px; background-color:#fff; float:left; margin:0 0 0 5px; font-size:11px;}
.col2nopad h2 {background-color:#837972; padding:10px; color:#fff;}
.col2nopad h3 {font-size: 1.4em; line-height:1.134em; border-bottom:1px solid #ebe9e5; margin:10px; padding:3px 0; font-weight:bold;}
.col2nopad ul {padding:0 10px 15px;}
.col2nopad ul li{display:inline; font-size:1.1em;}
.col2nopad ul li.country a{display:inline; font-weight:bold; margin-right:10px; padding:0;}
.col2nopad ul li.country a:hover {color:#464645; text-decoration:underline; background-color:transparent;}
.col2nopad ul li a{color:#464645; padding:3px;}
.col2nopad ul li a:hover{display:inline; color:#fff; background-color:#bed600;}

.col2nopad ul.PackageIncludes {padding:0 10px 15px;}
.col2nopad ul.PackageIncludes li{display:block; font-size:1.1em; padding:0 0 8px;}
.col2nopad .nomargin {margin:0 0 5px;}
.DealImage {clear:both;padding:0 10px 10px; overflow:hidden; height:100%;}
#content {overflow:hidden; height:100%; background-color:#ebebeb; width:950px; margin:0 0 15px; padding:5px;}

.col1 {background-color:#fff; float:left; width:239px;}
.col1 p.small {font-size:10px; color:#fff; text-align:center; background-color:#adbb44;}
.col1 p{padding:3px 10px;}
.col1 h2 {background-color:#e9e9e9;}
p.miniheader {padding:5px 10px; background-color:#dfdfde; margin-bottom:5px;}
p.check {margin:0; line-height:10px; padding:0 10px 0 0; margin-left:10px;}
p.bottom {margin:0 0 10px;}
ul.offerpoints {margin:5px 0 0; padding:0 0 0 10px;}
ul.offerpoints li{margin:0; padding:0;display:block;}

a.HoneymoonButtonGold {cursor:pointer; width:228px; height:44px; background:url(../Images/HoneymoonButtonGold.jpg); display:block; text-indent:-9999px; overflow:hidden; outline:none;}
a.HoneymoonButtonGold:hover {background:url(../Images/HoneymoonButtonGoldHover.jpg);}

a.HoneymoonButtonPink {cursor:pointer; width:228px; height:44px; background:url(../Images/HoneymoonButtonPink.jpg); display:block; text-indent:-9999px; overflow:hidden; outline:none;}
a.HoneymoonButtonPink:hover {background:url(../Images/HoneymoonButtonPinkHover.jpg);}

.offer-container {
	overflow:hidden;
	height:100%;
	margin-bottom:10px;
	border:1px solid #e0ded9;
}

.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;
}

.offer-terms .includes{
	font-size:12px;
	background-color:#efefef;
	padding:5px 0 5px 5px;
}

.offer-cols {background-color:#fff;}

.offer-col1 {
	width:545px;
	float:left;
}

.offer-col2 {
	width:400px;
	float:left;
	text-align:left;
}

* html .offer-col1 {
	width:567px;
	float:left;
}

.enquireCTA {background-color:#adbb44; padding:7px 10px; color:#fff; font-weight:bold; font-size:16px; text-transform:uppercase;}

.viewfulloffer {float:right; width:300px; text-align:right; padding:20px 10px 0 0; font-weight:bold;}
.viewfulloffer a:link {background-color:#D0E430; padding:3px 5px; color:#808d17;}
.viewfulloffer a:hover {color:#D0E430; background-color:#808d17;}

.col2 {overflow:hidden; height:100%; width:680px; background-color:#fff; float:left; margin-left:15px; padding:8px; font-size:11px;}
.col2 h2 {background-color:#f7f7f7; padding:10px; color:#464645; margin:0 0 5px;}
.col2 h3 {font-size: 1.4em; line-height:1.134em; border-bottom:1px solid #ebe9e5; margin:10px; padding:3px 0; font-weight:bold;}
.col2 ul {padding:0 10px 15px;}
.col2 ul li{display:inline; font-size:1.1em;}
.col2 ul li.country a{display:inline; font-weight:bold; margin-right:10px; padding:0;}
.col2 ul li.country a:hover {color:#464645; text-decoration:underline; background-color:transparent;}
.col2 ul li a{color:#464645; padding:3px;}
.col2 ul li a:active{color:#464645;}
.col2 ul li a:hover{display:inline; color:#fff; background-color:#bed600;}