
@import url(homepage.css);
@import url(main_nav.css);
@import url(sub_nav.css);
@import url(popup.css);


* {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
	src: url('../fonts/MundoSans.eot');
	src: local('Mundo sans'), url('../fonts/MundoSans.otf') format("opentype");
}

body {
	text-align: center;
	background-attachment: fixed;
	background-image: url('../images/bg.jpg');
	color: #424242;
	line-height: 1.4;
	font-size: 11px;
}

h1 {
	font-size: 23px;
	font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
	color: black;
	font-weight: normal;
	margin-bottom: 10px;
}
	h1 a, h1 a:visited {
		color: black;
	}
	h1 a:hover {
		color: black;
	}
	h1.title_homepage {
		font-size: 21px;
	}
	h1.title_no_margin {
		margin-bottom: 0;
		color: black;
	}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}
	h2 a {
		color: black;
	}
	h2.red {
		font-size: 18px;
		color: #D40D16;
		font-weight: normal;
		font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
	}
	h2.blue {
		font-size: 18px;
		color: #002967;
		font-weight: normal;
		font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
	}
	h2.green {
		font-size: 18px;
		color: #3E7B25;
		font-weight: normal;
		font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
	}
	h2.green_trebuchet {
		font-size: 18px;
		color: #3E7B25;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, Helvetica;
	}
	h2.yellow {
		font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
		font-size: 18px;
		color: #FFA700;
		font-weight: normal;
	}
	h2.blog {
		font-size: 18px;
		color: #FFFFFF;
		font-weight: normal;
	}
	h2.top10 {
		color: #FF9900;
		font-size: 30px;
		font-weight: normal;
		margin-bottom: 0;
		line-height: 0.8;
		padding-bottom: 6px;
	}
 
h3 {
	font-size: 14px;
	/*color: #847742;*/
	color: black;
}
	h3.top10 {
		color: #666666;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	h3.top3 {
		color: #FF9900;
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	h3.blue {
		color: #002967;
		font-weight: normal;
	}
	h3.black {
		font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
		color: black;
		font-weight: normal;
	}

h4 {
	font-size: 11px;
	color: #BBAC73;
}

h5 {
	font-size: 11px;
	color: #000000;
	background: url('../images/li_arrow_grey.gif') no-repeat 2px 5px;
	padding-left: 10px;
}

img { border: 0; outline: none }

p {
	margin: 0 0 10px 0;
	font-size: 12px;
}

ul {
	margin-left: 25px;
	margin-bottom: 10px;
}

ol {
	padding-left: 25px;
	margin-bottom: 10px;
}

img { border: 0 }

a,a:visited {
	color: #CC0000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #3E7B25;
	text-decoration: underline;
}

table {
	font-size: 11px;
}

select, textarea, input {
	font-size: 11px;
	color: #424242;
	border: 1px solid #DCDADA;
	outline: none;
}

input[type="radio"] {
	border: 0;
}

option {
	padding: 0 5px 0 5px;
}

object {
	outline: none;
}


/****************************************************/

#outside_container {
	background: none;
}

#inside_container {
	width: 999px;
	/*margin-left: 1px;*/
	text-align: left;
	position: relative;
	overflow: hidden;
	left: 0;
	background: white;
	min-height: 780px;
}

#header {
	clear: both;
	height: 130px;
	background: url('../images/homepage/header.jpg') no-repeat;
	position: relative;
	margin-bottom: 1px;
}

#navigation_tier1 {
	width: 989px;
	height: 30px;
	background: url('../images/main_nav_bg.jpg') no-repeat;
	position: relative;
	z-index: 0;
}

#topLevelMenu a, #topLevelMenu a:visited, #topLevelMenu a:hover {
	color: white;
	text-decoration: none;
}

#quicklinks {
	float: right;
	padding: 0 9px 0 0;
	.padding: 0 3px 0 0;
}
#quicklinks_label {
	float: left;
	margin: 3px 6px 0 0;
}

#header_spacer {
	clear: both;
	background: url('../images/header_spacer.jpg') no-repeat;
	height: 16px;
	color: #000000;
	font-size: 11px;
}

.corners {
	position: absolute;
	top: 0;
	left: 0;
}

.under_line {
	text-decoration: underline;
}

.mTD, .SUBmTD {
	text-transform: none;
}

div.SUBmTD {
	background: white;
}

.image_border {
	border: 1px solid #BBBCBE;
	padding: 2px;
}

.float_left {
	float: left;
}

.dots_horizontal_grey {
	background: url('../images/dots_horizontal.gif') repeat-x #666666;
	height: 1px;
}
.dots_horizontal_blue {
	background: url('../images/dots_horizontal.gif') repeat-x #002967;
	height: 1px;
}
.dots_horizontal_red {
	background: url('../images/dots_horizontal.gif') repeat-x #D40D16;
	height: 1px;
}
.dots_horizontal_green {
	background: url('../images/dots_horizontal.gif') repeat-x #4C6F35;
	height: 1px;
}
.dots_horizontal_yellow {
	background: url('../images/dots_horizontal.gif') repeat-x #FFA700;
	height: 1px;
}

.dots_vertical {
	background: url('../images/dots_vertical_divider.gif') no-repeat 0 100%;
	width: 1px;
}

.dots_horizontal_divider {
	clear: both;
	padding: 9px 0 9px 0;
}

.separator_blue {
	background: #002967;
	height: 4px;
	margin-bottom: 1px;
}
.separator_red {
	background: #D40D16;
	height: 4px;
	margin-bottom: 1px;
}
.separator_green {
	background: #4C6F35;
	height: 4px;
	margin-bottom: 1px;
}
.separator_yellow {
	background: #FFA700;
	height: 4px;
	margin-bottom: 1px;
}

/* This makes a grey-bordered box  */
.box_grey_header {
	height: 4px;
	overflow: hidden;
	width: 100%;
	background: url('../images/corner_grey_top_right.gif') 100% 0 no-repeat;
}
.box_grey_sides {
	border-width: 0 1px;
	border-style: solid;
	border-color: #B2B2B2;
	padding: 6px 9px 6px 9px;
	/*.width: 100%;*/
}
.box_grey_footer {
	height: 4px;
	overflow: hidden;
	width: 100%;
	background: url('../images/corner_grey_bottom_right.gif') 100% 0 no-repeat;
}

/* This makes a box with a solid grey background */
.box_grey_solid_header {
	height: 3px;
	overflow: hidden;
	width: 100%;
	background: url('../images/box_grey_solid_top_border.gif') 100% 0 no-repeat;
}
.box_grey_solid_sides {
	padding: 4px 6px 4px 6px;
	background: #C0C4C3;
	/*.width: 100%;*/
}
.box_grey_solid_footer {
	height: 3px;
	overflow: hidden;
	width: 100%;
	background: url('../images/box_grey_solid_bottom_border.gif') 100% 0 no-repeat;
}

/* This makes a box with a blue background */
.box_blue_header {
	height: 3px;
	overflow: hidden;
	width: 100%;
	background: url('../images/blue_box_border_top.gif') 100% 0 no-repeat;
}
.box_blue_sides {
	padding: 10px 9px 4px 9px;
	background: #E5E9F0;
	/*.width: 100%;*/
}
.box_blue_footer {
	height: 3px;
	overflow: hidden;
	width: 100%;
	background: url('../images/blue_box_border_bottom.gif') 100% 0 no-repeat;
}

/* This makes a blue-bordered box  */
.blue_bordered_box_header {
	height: 5px;
	overflow: hidden;
	width: 100%;
	background: url('../images/blue_bordered_box_top_border.gif') 100% 0 no-repeat;
}
.blue_bordered_box_sides {
	border-width: 0 2px;
	border-style: solid;
	border-color: #002967;
	padding: 4px 11px 6px 11px;
	/*.width: 100%;*/
}
.blue_bordered_box_footer {
	height: 5px;
	overflow: hidden;
	width: 100%;
	background: url('../images/blue_bordered_box_bottom_border.gif') 100% 0 no-repeat;
}

/* This makes a box with a pink background */
.box_pink_header {
	height: 3px;
	overflow: hidden;
	width: 100%;
	background: url('../images/box_pink_top_border.gif') 100% 0 no-repeat;
}
.box_pink_sides {
	padding: 10px 9px 4px 9px;
	background: #FAE5E5;
	color: black;
}
.box_pink_footer {
	height: 3px;
	overflow: hidden;
	width: 100%;
	background: url('../images/box_pink_bottom_border.gif') 100% 0 no-repeat;
}

/* This makes a yellow-bordered box  */
.box_yellow_header {
	height: 5px;
	overflow: hidden;
	width: 100%;
	background: url('../images/box_yellow_top_border.gif') 100% 0 no-repeat;
}
.box_yellow_sides {
	border-width: 0 2px;
	border-style: solid;
	border-color: #FF9900;
	padding: 4px 11px 6px 11px;
	/*.width: 100%;*/
}
.box_yellow_footer {
	height: 5px;
	overflow: hidden;
	width: 100%;
	background: url('../images/box_yellow_bottom_border.gif') 100% 0 no-repeat;
}

/* This makes a red-bordered box  */
.box_red_header {
	height: 5px;
	overflow: hidden;
	width: 100%;
	background: url('../images/box_red_top_border.gif') 100% 0 no-repeat;
}
.box_red_sides {
	border-width: 0 2px;
	border-style: solid;
	border-color: #CC0000;
	padding: 4px 11px 6px 11px;
	/*.width: 100%;*/
}
.box_red_footer {
	height: 5px;
	overflow: hidden;
	width: 100%;
	background: url('../images/box_red_bottom_border.gif') 100% 0 no-repeat;
}

/********************************** GADGETS **************************************/
#gadgets {
	/*margin: 4px 0 12px 0;*/
	margin: 4px 0;
	width: 300px;
	position: relative;
}
	.gadget_box_sides {
		border-width: 0 1px;
		border-style: solid;
		border-color: #3E7B25;
		background: #9FBD92;
		color: #1C3B10;
		padding: 8px 7px 6px 8px;
		/*.width: 100%;*/
	}
	.gadget_subscribe {
		width: 193px;
		margin: 0 0 0 5px;
		color: #1C3B10;
		border: 1px solid #3E7B25;
	}
	#subscribe_for_great_deals_closed {
		cursor: pointer;
	}
		#subscribe_for_great_deals_closed .dash {
			margin-right: 5px;
			float: left;
		}
		#subscribe_for_great_deals_closed .de {
			font-size: 13px;
			line-height: 1;
			margin: -3px 0 0 0;
			float: left;
			width: 270px;
		}
	#subscribe_for_great_deals_open {
		width: 300px;
		cursor: pointer;
	}
	.change_settings {
		text-align: right;
	}
		.change_settings a, .change_settings a:visited {
			color: #356533;
			font-size: 10px;
		}
	
	#gaq_title {
		cursor: pointer;
	}
	
	.common_questions_box {
		width: 267px;
		height: 179px;
		overflow: auto;
		background: #FFFFFF;
		padding: 7px 5px 0 11px;
	}
		.topic {
			font-weight: bold;
			color: black;
		}
			.topic span {
				padding-left: 10px;
			}
		.common_questions_box ul {
			margin-left: 30px;
			list-style: none;
			font-size: 12px;
		}
			.common_questions_box a, .common_questions_box a:visited {
				color: #333333;
			}
		#practical_info li {
			background: url('../images/li_arrow_blue.gif') no-repeat 0 4px;
			padding-left: 11px;
		}
		#health_and_safety li {
			background: url('../images/li_arrow_red.gif') no-repeat 0 4px;
			padding-left: 11px;
		}
		#personal_requirements li {
			background: url('../images/li_arrow_yellow.gif') no-repeat 0 4px;
			padding-left: 11px;
		}
		#assistance li {
			background: url('../images/li_arrow_green.gif') no-repeat 0 4px;
			padding-left: 11px;
		}
				
	.did_you_find_your_answer_box {
		background: #B8CEAD;
		padding: 8px 9px 8px 9px;
		font-size: 12px;
	}
		.did_you_find_your_answer_box a, .did_you_find_your_answer_box a:visited {
			color: #000100;
		}
	
	#gaq_open_expert {
		width: 275px;
		margin-left: 2px;
	}
		.ask_an_expert_box {
			background: white;
			padding: 1px;
		}
		#call_centre {
			background: #CCDBC5;
			margin: -1px 0 1px 0;
			padding: 6px 8px 6px 8px;
		}
			#call_centre a, #call_centre a:visited {
				color: #1C3B10;
			}
		#fundi {
			border-top: 1px solid #9FBD92;
			padding: 6px 8px 6px 8px;
		}
			#fundi select {
				font-size: 11px;
				color: #424242;
				border: 1px solid #A1BB94;
				background: #CCDBC5;
				width: 184px;
				margin: 0 26px 0 0;
			}

#gadget_call_us {
	background: url('../images/gadget_call_us_bg.gif') no-repeat;
	font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	color: white;
	padding: 4px 0 2px 29px;
}
	#gadget_call_us .number {
		font-size: 17px;
		color: #F2F6F0;
		padding-left: 8px;
	}

/************************************************************************/

#icons_print_email {
	float: right;
	width: 27px;
}

a.red_dots, a.red_dots:visited {
	background: url('../images/red_dots_underline.gif') repeat-x 0 15px;
}
a.red_dots:hover{
	background: none;
}

.related_image {
	float: left;
	width: 213px;
	margin: 0 15px 10px 0;
}

/********************** TOP TAB STYLES *********************/

#top_tabs {
	background: url('../images/top_tabs.jpg') no-repeat;
	width: 999px;
	/*height: 40px;*/
	line-height: 1;
}

	#top_tabs a, #top_tabs a:visited {
		color: white;
		text-decoration: none;
	}	
		#top_tabs a:hover {
			text-decoration: underline;
		}	

#top_tab_traveller_active {
	float: left;
	width: 82px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: black;
}
	#top_tab_traveller_active_product {
		display: none;
	}
	
#top_tab_traveller_inactive {
	float: left;
	width: 82px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

#top_tab_trade_active {
	float: left;
	width: 58px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: black;
}

#top_tab_trade_inactive {
	float: left;
	width: 58px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

#top_tab_business_tourism_active {
	float: left;
	width: 120px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: black;
}

#top_tab_business_tourism_inactive {
	float: left;
	width: 120px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

#top_tab_media_active {
	float: left;
	width: 138px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: black;
}
#top_tab_media_inactive {
	float: left;
	width: 138px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

#top_tab_stakeholder_active {
	float: left;
	width: 96px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: black;
}
#top_tab_stakeholder_inactive {
	float: left;
	width: 96px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

#top_tab_research_active {
	float: left;
	width: 79px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: black;
}
#top_tab_research_inactive {
	float: left;
	width: 79px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

#top_border {
	float: left;
	width: 512px;
	height: 34px;
	padding: 6px 10px 0 0;
	.padding: 6px 0 0 0;
	/*text-align: right;*/
	color: white;
	font-size: 11px;
}

#choose_language {
	float: left;
	width: 200px;
	margin-left: 100px;
	/*.margin-left: 50px;*/
}
	#choose_language select {
		border: 1px solid #005479;
		background: #5E92AA;
		color: white;
	}
	#choose_language .text {
		float: left;
		font-size: 11px;
		margin: 2px 5px 0 0;
	}

#search {
	width: 213px;
	float: left;
	margin-left: 16px;
}
	.search_box {
		float: left;
		border: 1px solid white;
		padding: 0;
		margin: 0;
	}
	#search input.box {
		border: 1px solid #005479;
		background: #5E92AA;
		color: white;
	}
	#search input.button {
		border: none;
	}

/********************** MAIN CONTENT STYLES *********************/

#main_content {
	background: url('../images/dots_vertical_divider.gif') no-repeat 683px 100%;
	width: 979px;
	padding-left: 10px;
}
	/*#main_content a, #main_content a:visited {
		color: #CC0000;
		text-decoration: none;
		background: url('../images/red_dots_underline.gif') repeat-x 0 15px;
	}
	#main_content a:hover {
		color: #3E7B25;
		text-decoration: none;
		background: none;
	}*/

#main_column {
	float: left;
	width: 669px; 
	padding: 5px 0 5px 0;
	position: relative;
}

#main_column1 {
	float: left;
	width: 669px; 
	padding: 5px 0 5px 0;
}

#main_column2 {
	float: left;
	width: 300px;
	padding-left: 10px;
}

#main_column3 {
	float: left;
	width: 128px;
}

#main_column1a_1b {
	background: url('../images/dots_vertical_divider.gif') no-repeat 345px 100%;
	margin-top: 13px;
}

#main_column1a {
	float: left;
	width: 339px;
	padding: 0 10px 0 0;
	margin: 0 4px 10px 0;
	.margin: 0 4px 0 0;
}

#main_column1b {
	float: left;
	width: 313px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#breadcrumb_trail {
	color: #7F7F7F;
	font-size: 10px;
	padding: 4px 0 0 0;
	margin: 0 0 20px -4px;
}
	#breadcrumb_trail a, #breadcrumb_trail a:visited {
		font-size: 10px;
		color: black;
		text-decoration: none;
		font-weight: normal;
		padding: 0 6px;
	}
	#breadcrumb_trail a:hover {
		color: #ED1D24;
	}
	.breadcrumb_separator {
		margin: 3px 0 0 0;
		width: 1px;
		height: 20px;
		float: left;
		background: url('../images/breadcrumb_trail_separator.gif') no-repeat;
	}

#my_trip_planner, #my_trip_planner_ie6 {
	position: relative;
	left: -3px;
}

#special_offers {
}
	#special_offers .image {
		float: left;
		width: 90px;
		position: relative;
	}
	#special_offers .text {
		float: left;
		width: 188px;
		margin-left: 10px;
		line-height: 1.2;
	}
	#special_offers h2 {
		font-size: 14px;
		color: #5E5E5E;
		margin: 0;
		width: 156px;
	}
		#special_offers h2 a, #special_offers h2 a:visited {
			color: #5E5E5E;
		}
	#special_offers h2.red {
		font-size: 18px;
		color: #D40D16;
	}
	#special_offers p {
		margin: 0;
		clear: both;
	}
	#special_offers .price {
		color: #D40D16;
		font-weight: bold;
		font-size: 14px;
	}
	#special_offers .more_button {
		float: right;
		margin: -14px 0 0 0;
	}
	

/************************* MY SOUTH AFRICAN STORY *********************/

#my_south_african_story {
	margin: 0 0 10px 0;
}

#my_sa_story {
	background: #CCD4E1;
	padding: 7px 6px 0 10px;
	font-size: 11px;
	color: #031023;
}
	#my_sa_story .image {
		float: left;
		width: 90px;
		position: relative;
	}
	#my_sa_story .text {
		float: left;
		width: 166px;
		margin-left: 20px;
		position: relative;
		letter-spacing: -0.5px;
	}
	#my_sa_story .quote_marks {
		float: left;
		position: absolute;
		top: 8px;
		left: -11px;
	}
	#my_sa_story p {
		margin: 7px 0 0 0;
	}
	#my_sa_story .name {
		color: #5E6D84;
		font-style: italic;
	}

/************************* BLOG *********************/

#homepage_blog, #latest_blog {
	margin: 5px 0 10px 9px;
	.margin: 5px 0 0 9px;
	color: black;
}
	#homepage_blog .image, #latest_blog .image {
		float: left;
		width: 90px;
		position: relative;
	}
	#homepage_blog .text, #latest_blog .text {
		float: left;
		width: 195px;
		margin-left: 10px;
	}
	#homepage_blog h2 {
		font-size: 21px;
		font-weight: normal;
		margin: 0 0 5px 0;
	}
	#latest_blog .text {
		width: 185px;
	}

	#homepage_blog h1, #latest_blog h1 {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 5px;
		line-height: 1.2;
	}


#blog {
	background: #3E7B25;
	padding: 10px 6px 0 10px;
	font-size: 11px;
	color: #031023;
}
	#blog .image {
		float: left;
		width: 90px;
	}
	#blog .text {
		float: left;
		width: 185px;
		margin-left: 10px;
	}
	#blog h1 {
		font-size: 11px;
		color: white;
		font-weight: bold;
		margin-bottom: 5px;
	}
		#blog a, #blog a:visited {
			color: white;
		}
	#blog p {
		color: #A4C298;
		letter-spacing: -0.5px;
		margin-bottom: 0;
	}
	.name {
		color: white;
		font-style: italic;
	}

/******************* LATEST NEWS AND EVENTS *************************************/

#homepage_news_list {
	margin: 5px 0 0 9px;
	.margin: 0 0 0 9px;
}
	#homepage_news_list h1 {
		font-size: 12px;
		font-weight: bold;
		margin: 5px 0 5px 0;
	}
	#homepage_news_list h2 {
		font-size: 23px;
		font-weight: normal;
		margin: 5px 0 5px 0;
	}
	#homepage_news_list .image_text {
		float: left;
		width: 145px;
	}
	#homepage_news_list .separator {
		float: left;
		width: 10px;
	}

/******************************* LOGIN FORM ***********************************/

.green_box {
	margin-bottom: 10px;
}
	.green_box .top_border {
		background: url('../images/green_box_top_border.gif') 100% 0;
		height: 3px;
	}
	.green_box .content {
		background: #C5D7BD;
		padding: 8px 10px;
		color: black;
	}
		/*.green_box .content a {
			text-decoration: underline;
		}
		.green_box .content a:hover {
			text-decoration: none;
		}*/
		#fundi_user_name {
			font-weight: bold;
		}
		#logout {
			float: right;
			text-transform: uppercase;
		}
		#logout a {
			color: #3E7B25;
		}
	.green_box .bottom_border {
		background: url('../images/green_box_bottom_border.gif') 100% 0;
		height: 3px;
	}

		/*#mainContainer .green_box .content a {
			text-decoration: none;
		}
		#mainContainer .green_box .content a:hover {
			text-decoration: underline;
		}*/

/*********************************************************************/

.blue_box_body {
	background: #B2BED1;
	padding: 0 12px 6px 12px;
	text-align: right;
}
	.blue_box_body select {
		width: 272px;
		border: 1px solid #002967;
		margin-bottom: 12px;
		color: #090E14;
	}

.tab_blue {
	float: left;
	margin-right: 4px;
	background: #CCD4E1 url('../images/tab_blue_right.gif') no-repeat 100% 0;
	font-size: 10px;
}
	.tab_blue a, .tab_blue a:visited {
		color: #003366;
		text-decoration: none;
		display: block;
		padding: 5px 17px 3px 8px;
		background: url('../images/tab_blue_left.gif') no-repeat 0 0;
	}
	.tab_blue a:hover {
		color: #003366;
		text-decoration: none;
	}

.tab_grey {
	float: left;
	background: #E5E9F0 url('../images/tab_grey_right.gif') no-repeat 100% 0;
	font-size: 10px;
}
	.tab_grey a, .tab_grey a:visited {
		color: #666666;
		text-decoration: none;
		display: block;
		padding: 5px 17px 3px 8px;
		background: url('../images/tab_grey_left.gif') no-repeat 0 0;
	}
	.tab_grey a:hover {
		color: #666666;
		text-decoration: underline;
	}

#prev_next {
	text-align: center;
}
	#prev_next table {
		margin: 0 auto;
	}

#prev_page {
	padding-right: 10px;
}

#next_page {
	padding-left: 10px;
}

/*********************************** PRODUCTS ***************************/

.blue_border {
	background: url('../images/directory_search/directory_search_bg.gif') repeat-y;
}

#product_list_brief {
	/*margin: 0 0 0 8px;*/
	padding: 0 14px 10px 14px;
}
	#product_list_brief ul {
		list-style: none;
		padding: 0;
		margin: 4px 0 0 2px;
		width: 280px;
	}
	#product_list_brief li {
		background: url('../images/li_arrow_blue.gif') no-repeat 0 4px;
		padding-left: 15px;
		margin-bottom: 0px;
		font-size: 12px;
	}
	#product_list_brief li a, #product_list li a:visited {
		color: #5E5E5E;
	}
	#product_list_brief li a:hover {
		text-decoration: underline;
	}

#product_list {
}
	#product_list .image {
		float: left;
		width: 150px;
		margin-right: 10px;
	}
	#product_list .text {
		float: left;
		width: 500px;
		color: #666666;
	}
	#product_list h2 {
		font-size: 14px;
		font-weight: bold;
		color: black;
		margin-bottom: 6px;
	}

#product_search_results {
	margin: 18px 0 16px 0;
}

#product_column1 {
	float: left;
	width: 436px;
	margin-right: 16px;
}
	#product_column1 td.label {
		width: 107px;
	}
	#product_column1 h3 {
		margin-top: 10px;
	}
	#product_column1 p {
		font-size: 11px;
	}

#product_column2 {
	float: left;
	width: 213px;
}

	#product_flags {
		background: #E8E8E8;
		color: black;
		padding: 9px 10px 10px 10px;
		margin: 15px 0;
	}
		#product_flags ul {
			margin: 5px 0 0 0;
		}
		#product_flags li {
			background: url('../images/li_arrow_grey.gif') no-repeat 4px 6px;
			padding-left: 13px;
			margin-bottom: 1px;
			list-style: none;
		}
	.satsa_logo {
		float: left;
		width: 85px;
	}
	.tgcsa_logo {
		float: left;
		width: 112px;
		padding: 5px 0 0 0;
	}
		.tgcsa_logo .text {
			font-size: 8px;
			color: #666666;
			padding: 0 1px;
			text-align: center;
		}
	
ul#red_arrow {
	margin-left: 0;
}
	ul#red_arrow li {
		background: url('../images/li_arrow_red.gif') no-repeat 1px 5px;
		padding-left: 14px;
		margin-bottom: 5px;
		position: relative;
		font-size: 12px;
		list-style: none;
	}
	ul#red_arrow li a, ul#red_arrow li a:visited {
		color: black;
	}
	ul#red_arrow li a:hover {
		text-decoration: underline;
	}

input.button {
	border: none;
}

.product_correction {
	background: #3E7B25;
	padding: 10px;
	color: white;
}
	.product_correction a {
		color: white;
		text-decoration: underline;
	}
	.product_correction a:hover {
		text-decoration: none;
	}
	
#product_list table h2, #product_list table p {
	margin-bottom: 0;
}

#product_detail h1 {
	margin-bottom: 3px;
}

#product_detail p.place {	
	margin-bottom: 7px;
}

table#room_table th, table#room_table td {	
	font-size: 11px;
	color: #666666;
	font-style: normal;
}

table#room_table th {
	padding-bottom: 8px;
}

table#room_table td {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 0;
}

table#room_table input {
	height: 14px;
	.height: 16px;
	width: 98px;
	padding: 2px;
}

table#room_table select {
	margin: 0;
	width: 194px;
}

table#room_table input.room_count_button {
	width: auto;
	height: auto;
}

table#room_table img {
	cursor: pointer;
}

table#room_table td.no_border {	
	border: none;
	color: #424242;
}
	
/****** Rooms *****/

/****** Room type *****/

/************************** Travel directory *******************/

#travel_directory_heading {
	margin-top: 4px;
	font-family: "Mundo sans","Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	color: #002967;
	padding: 7px 0 0 15px;
	background: url('../images/directory_search/directory_search_heading_bg.gif') no-repeat;
}

#travel_directory {
	background: url('../images/directory_search/directory_search_bg.gif') repeat-y;
	padding: 9px 14px 15px 14px;
}

#travel_directory_inner {
	width: 250px;
	background: #B2BED1;
	padding: 6px 11px 0 11px;
}

#travel_directory select {
	width: 248px;
	border: 1px solid #002967;
	margin-bottom: 7px;
}

#travel_directory input.button {
	float: right;
}

#travel_directory span#advancedSwitch, #travel_directory span#advancedHide {
	width: 105px;
	cursor: pointer; 
	color: #002967; 
	display: none; 
	font-family: Trebuchet MS, helvetica, sans-serif; 
	font-size: 10px;
	float: left;
}

#travel_directory #advancedForm {
	clear: left;
	display: none;
	padding-top: 15px;
	margin-bottom: 5px;
}

#travel_directory #advancedForm input#productKeywordField, #travel_directory #advancedForm input#suburbField {
	width: 200px;
	.width: 196px;
	border: 1px solid #A4ABB1;
}

table td.adv_check {
	padding: 0 0 5px 0;
}


/*----- For Product homepage -----*/

#product_homepage_search {
	float: left;
	width: 495px;
	background: #3E7B25;
	position: relative;
	height: 194px;
}

#product_homepage_search_inner {
	padding: 9px 12px 7px 12px;
}

#product_search_info {
	float: left;
	width: 244px;
	font-size: 12px;
	color: #FFFFFF;
}

#product_search_info p {
	margin-top: 12px;
}

#product_search_info ul {
	margin: 0;
}

#product_search_info ul li {
	list-style-type: none;
	background: url('../images/directory_search/bullet.gif') no-repeat 0 4px; 
	padding-left: 12px;	
}

#product_search_form {
	float: left;
	width: 227px;
}

#product_homepage_search_form {
	width: 201px;
	height: 134px;
	background: url('../images/directory_search/product_homepage_form_bg.jpg') no-repeat;
	padding: 5px 13px 30px 13px;
}

	#product_homepage_search_form select {
		width: 200px;
		border: 1px solid #002967;
		margin-bottom: 4px;
	}
	
	#travel_directory #productKeywordField {
		width: 195px;
	}
	
	#product_homepage_search_form #productKeywordField {
		width: 147px;
	}
	
	#product_homepage_search_form input.button {
		float: right;
	}
	
	#product_homepage_search_form span#advancedSwitch, #product_homepage_search_form span#advancedHide {
		width: 105px;
		cursor: pointer; 
		color: #000000; 
		display: none; 
		font-family: Trebuchet MS, helvetica, sans-serif; 
		font-size: 10px;
		float: left;
	}
	
	#product_homepage_search_form #advancedForm {
		clear: left;
		display: none;
		margin-bottom: 5px;
		position: absolute;
		left: 9px;
		top: 199px;
	}
	
	#product_homepage_search_form #adv_form_inner {
		background: #B2CAA8;
		border-left: 3px solid #FFFFFF;
		border-right: 3px solid #FFFFFF;
		width: 442px;
		padding: 0 15px;
	}
	
	#product_homepage_search_form #adv_form_inner h2 {
		font-family: Trebuchet MS, helvetica, sans-serif;
		font-size: 11px;
		color: #336633;
		margin-bottom: 12px;
	}
	
	#product_homepage_search_form #advancedForm input#productKeywordField, #product_homepage_search_form #advancedForm input#suburbField {
		width: 140px;
		border: 1px solid #A4ABB1;
	}

#adv_button_close {
	cursor: pointer;
	margin-top: 30px;
}

/************************** LOGO STYLES ************************/

.logo {
	width: 213px;
}

.logo .sides, .product_image .sides {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px 6px;
}

.product_image {
	float: left;
	width: 213px;
	margin-right: 5px;
	height: 168px;
}


/************************** ARTICLE STYLES ************************/

#article_detail {
	width: 669px;
	position: relative;
}

.image_corners {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.pin_to_map {
	position: absolute;
	top: 5px;
	right: 56px;
}
	.pin_to_map a, .pin_to_map a:visited {
		color: #3E7B25;
	}
	
.pin_to_map_flag {
	float: left;
	width: 20px;
	height: 20px;
}

.pin_to_map_popup_detail {
	position: absolute;
	top: 5px;
	right: 0;
}

#article_list {
}
	#article_list h1 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin: 0 0 4px 0;
	}
	#article_list p {
		font-size: 11px;
		color: black;
		padding: 5px 15px 5px 0;
		margin-bottom: 0;
	}
	.article_list_image {
		float: left;
		width: 126px;
		margin-right: 9px;
		position: relative;
	}
	.article_text {
		float: left;
		width: 204px;
	}

#featured_article_list {
	margin-bottom: 17px;
}
#featured_article {
	background: #D8DFE9;
	padding: 0 10px 1px 4px;
	width: 325px;
}
	#featured_article h1 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin: 0 0 4px 0;
	}
	#featured_article p {
		font-size: 11px;
		color: #051D41;
		padding: 5px 15px 5px 0;
		margin-bottom: 0;
	}
	.featured_article_text {
		float: left;
		width: 190px;
	}

#article_list_no_image {
	position: relative;
	padding-right: 8px;
}
	#article_list_no_image h1 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin: 0 0 4px 0;
	}
	#article_list_no_image p {
		font-size: 11px;
		color: black;
		padding: 0 10px 0 0;
		margin-bottom: 0;
	}

#article_list_brief {
	
}
	#article_list_brief .thumbnail {
		float: left;
		margin: 0 10px 0 0;
		width: 150px;
		height: 113px;
	}
	#article_list_brief .text {
		float: left;
		width: 500px;
	}
	#article_list_brief h2 {
		font-size: 14px;
		font-weight: bold;
		color: black;
	}
		#article_list_brief h2 a, #article_list_brief h2 a:visited {
			color: black;
		}
	#article_list_brief p {
		color: #656565;
		margin: 5px 0;
	}

#article_search_results {
		color: #666666;
}
	#article_search_results h2 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin-bottom: 5px;
	}
	#article_search_results p {
		margin-bottom: 0;
	}
	
	#article_search_results .thumbnail {
		float: left;
		margin: 0 10px 0 0;
		width: 90px;
		height: 75px;
	}
	#article_search_results .text {
		float: left;
		width: 558px;
	}

	#latest_articles .image {
		float: left;
		width: 98px;
		position: relative;
	}
	#latest_articles .text {
		float: left;
		width: 201px;
	}
	#latest_articles h1 {
		font-size: 12px;
		font-weight: bold;
		margin: 0;
	}

.article_strap, h2.strap {
	color: #D40D16;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.article_summary {
	font-style: italic;
	color: #5E5E5E;
	font-size: 13px;
	padding: 0 0 10px 0;
}
	.article_image {
		width: 227px;
	}

#article_column1 {
	float: left;
	width: 213px;
	margin-right: 17px;
}

#article_column2 {
	float: left;
	width: 428px;
}
	#article_column2 p{
		font-size: 12px!important;
	}
	#article_column2 span{
		font-size: 12px!important;
	}

#article_bottom {
	background: url('../images/dots_vertical_divider.gif') no-repeat 443px 100%;
	margin-top: 10px;
	width: 669px;
}

#article_column3 {
	float: left;
	width: 444px;
	margin-right: 6px;
}

#article_column4 {
	float: left;
	width: 214px;
}

#article_additions {
	float: right; 
	width: 180px; 
	margin:0 0 5px 10px;
}

#article_did_you_know {
	width: 180px;
	float: right;
	margin: 0 0 5px 10px;
}
	#article_did_you_know p {
		margin: 0;
	}

.did_you_know_body {
	border-left: 2px solid #FFA700;
	border-right: 2px solid #FFA700;
	background: #FFE7BA;
	padding: 9px 12px 9px 12px;
}

#trip_advisor_distinction {
	margin: 0 0 10px 0;
}

p.image_caption {
	font-size: 11px;
	color: #D40D16;
	margin: 6px 0 0 8px;
}

.copyright {
	font-size: 10px;
	font-style: italic;
	color: #7A7A7A;
	margin: 0 0 0 0;
}

.date {
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

.place {
	font-size: 10px;
	font-style: italic;
	color: #999999;
	margin: 0 0 5px 0;
}

.keyword {
	color: #3E7B25;
}

.article_related_tips {
	background: #E5E9F0;
	padding: 9px 10px 9px 9px;
}
	.article_related_tips p {
		padding-left: 10px;
	}
	.article_related_tips ul {
		margin-left: 10px;
	}
	.article_related_tips li {
		list-style-type: none;
		list-style-position: outside;
	}
	.article_related_tips h2.blue {
		font-size: 16px;
	}

#related_articles {
	background: url('../images/dots_vertical_divider.gif') no-repeat 100% 100%;
}
.related_articles {
	float: left;
	width: 213px;
	padding: 0 9px 20px 0;
}
	.related_articles h1 {
		float: left; 
		width: 185px;
		font-size: 12px;
		color: black;
		font-weight: bold;
		margin-bottom: 5px;
		min-height: 34px;
		height: auto !important;
		height: 34px;
	}
		.related_articles h1 a, .related_articles h1 a:visited {
			color: black;
		}
	.related_articles p {
		padding: 8px 8px 0 8px;
		color: black;
		min-height: 118px;
		height: auto !important;
		height: 120px;
	}
	.related_articles .date {
		font-style: italic;
		color: #707070;
		font-weight: normal;
	}

#highlighted_article {
	margin: 0 0 0 3px;
}
	#highlighted_article h1 {
		font-size: 14px;
		font-weight: bold;
	}
	#highlighted_article p {
		margin: 10px 0 0 0;
	}

#comments {
	margin-bottom: 20px;
}

#comments_close {
	color: #CC0000;
	cursor: pointer;
	margin-top: 20px;
}

#comments_table {
	margin-top: -10px;
}


div.transOFF {width: 100%; background-color: silver; }
div.transON  {width: 100%; background-color: white; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }

.pin {
	float: left;
	margin-right: 4px;
}


.celcius td {
	color: black;
	font-size: 12px;
	width: 20px;
	padding-bottom: 2px;
}
.fahrenheit td {
	color: #999999;
	font-size: 12px;
	padding-bottom: 2px;
}

.teaser {
	font-style: italic;
	color: #5E5E5E;
	font-size: 13px;
	margin: 0 0 16px 0;
}

/********************************** POPUP STYLES *********************/

#popup_detail {
	margin: 13px 0 13px 0;
}
	#popup_detail #pin_to_map {
		right: 7px;
	}
	#popup_detail .header {
		border-bottom: 1px solid #D6D6D6;
		padding: 0 11px;
		margin-bottom: 18px;
	}
		#popup_detail .header h2 {
			font-size: 20px;
			color: black;
			font-weight: normal;
			/*margin-bottom: 18px;*/
			background: none;
			padding: 0;
		}
	#popup_detail .content {
		padding: 0 11px;
	}
		#popup_detail .content .image {
			float: left;
			width: 235px;
			/*margin: 0 12px 8px 0;*/
		}
	#popup_detail h2 {
		background: url('../images/li_arrow_grey.gif') no-repeat 2px 7px;
		padding-left: 10px;
	}
	#popup_detail h2.blue {
		background: none;
		padding-left: 0;
	}
	#popup_detail p {
		/*padding-left: 10px;*/
	}
	#popup_detail table {
		margin: 0 0 10px 5px;
	}
	#popup_detail th {
		text-align: left;
		font-style: italic;
		font-weight: normal;
		font-size: 12px;
		padding-right: 16px;
	}
	#popup_detail .contact a, #popup_detail .contact a:visited {
		background: url('../images/red_dots_underline.gif') repeat-x 0 15px;
	}
	#popup_detail #links_list {
		margin: 5px 0 0 10px;
	}
	
.ccs_textfield_code {
	width: 50px;
}

.select_date {
	font-size: 10px;
}
.select_date .label {
	float: left;
	width: 40px;
}
.select_date .data {
	float: left;
}
/*.select_date select {
	width: 78px;
}*/
#popup_detail .select_date table {
	margin-bottom: 5px;
}

.receive_newsletters .label {
	float: left;
}
.receive_newsletters .data {
	float: left;
	padding-top: 1px;
	.padding-top: 5px;
}


#gps_degree .ccs_textfield {
	width: 25px;
}
#textfield_medium .ccs_textfield {
	width: 136px;
}

.subscribe_to_newsletter {
	margin: 10px 0 0 20px;
}

.results_counter {
	float: right;
}

/************************** EVENT STYLES *************************/

.event_type {
	font-size: 10px;
	color: #CC0000;
}

#event_did_you_know {
	width: 180px;
	float: right;
	margin: 0 0 5px 10px;
}
	#event_did_you_know p {
		margin: 0;
	}


#featured_event {
}
	#featured_event p strong {
		font-size: 14px;
	}
	#featured_event .italic {
		font-size: 14px;
		font-style: italic;
	}


/************************** NEWS STYLES *************************/

#news_lead_items {
	background: url('../images/news_lead_items_bg.gif') no-repeat;
	width: 659px;
	height: 224px;
	padding: 3px 4px 0 4px;
	margin-bottom: 21px;
}
	#news_lead_items .thumbnail {
		float: left;
		width: 303px;
		height: 220px;
	}
	#news_lead_items .text_inactive, #news_lead_items .text_active {
		float: left;
		width: 340px;
		padding: 9px 4px 0 12px;
		position: relative;
	}
	#news_lead_items .text_active {
		background-color: #BBC6D6;
	}
	#news_lead_items h2 {
		font-size: 18px;
		font-weight: bold;
		color: black;
		margin-bottom: 1px;
		line-height: 1;
	}
		#news_lead_items h2 a, #news_lead_items h2 a:visited {
			color: black;
		}
		#news_lead_items .text_inactive h2 {
			color: #666666;
		}
			#news_lead_items .text_inactive h2 a, #news_lead_items .text_inactive h2 a:visited {
				color: #666666;
			}
	#news_lead_items p {
		color: #333333;
		font-size: 13px;
		margin: 0;
		padding-right: 8px;
		line-height: 1.2;
	}
		#news_lead_items .text_inactive p {
			color: #666666;
		}
	 
	
	.icon_read_more {
		width: 18px;
		height: 18px;
	}
		.text_inactive .icon_read_more {
			background: url('../images/icon_more_red_on_blue.gif') no-repeat;
		}
		.text_active .icon_read_more {
			background: url('../images/icon_more_red_on_purple.gif') no-repeat;
		}
	
#news_lead_item_2 {
	background: url('../images/dots_horizontal_grey.gif') repeat-x;
}

#news_item_arrow_1, #news_item_arrow_2 {
	position: absolute;
	top: 10px;
	left: -10px;
}

#news_list {
		border: 1px solid white;
}
	#news_list .thumbnail {
		float: left;
		margin: 0 10px 0 0;
		width: 150px;
		height: 113px;
	}
	#news_list .text {
		float: left;
		width: 462px;
		margin-bottom: -10px;
	}
	#news_list h2 {
		font-size: 14px;
		font-weight: bold;
		color: black;
		margin-bottom: 2px;
	}
		#news_list h2 a, #news_list h2 a:visited {
			color: black;
		}
	#news_list p {
		color: #666666;
		margin: 4px 0;
	}

#news {

}
	#news .date {
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: #858585;
		margin-bottom: 8px;
	}

.quote {
	float: right;
	width: 160px;
	font-size: 13px;
	font-weight: bold;
	color: #002967;
	position: relative;
	margin: 0 10px 10px 20px;
}

.quote_marks {
	float: left;
	position: absolute;
	top: -5px;
	left: -7px;
}

#news_search_results {
	border: 1px solid white;
	margin: 10px 0 15px 0;
}
	#news_search_results .thumbnail {
		float: left;
		margin: 0 10px 0 0;
		width: 90px;
		height: 75px;
	}
	#news_search_results .text {
		float: left;
		width: 556px;
	}
	#news_search_results h2 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin-bottom: 5px;
	}
		#news_search_results h2 a, #news_search_results h2 a:visited {
			color: black;
		}
	#news_search_results p {
		color: #666666;
		margin: 0;
	}

/************************** VIDEO STYLES ************************/

#video_list {
	margin: 17px 0 0 0;
}
	#video_list h2 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin: 0 0 0 0;
	}
	#video_list .image {
		float: left;
		width: 121px;
		height: 109px;
		background: url('../images/video_thumb_bg.gif') no-repeat;
		padding: 1px 0 0 1px;
	}
	#video_list .text {
		float: left;
		width: 140px;
		margin-left: 10px;
	}
	#video_list p {
		font-size: 12px;
		color: #3C4B45;
		padding: 0 5px 0 0;
		margin-bottom: 0;
	}

#related_video {
	margin: 0 0 0 0;
}
	#related_video h2 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin: 0;
	}
	#related_video .image {
		width: 121px;
		height: 109px;
		background: url('../images/video_thumb_bg.gif') no-repeat;
		padding: 1px 0 0 1px;
	}

#video_search_results {
	background: #CCCCCC;
	padding: 8px 8px 8px 8px;
	font-size: 10px;
	color: black;
}
	#video_search_results p {
	}
	.video {
		float: left;
		width: 136px;
	}
	#video_search_results .image {
		width: 121px;
		height: 109px;
		background: url('../images/video_thumb_bg.gif') no-repeat;
		padding: 1px 0 0 1px;
	}
	.video_separator {
		float: left;
		width: 12px;
	}

#highlighted_video {
	width: 313px;
	margin-left: 4px;
}	
	#highlighted_video h2 {
		font-size: 12px;
		margin: 10px 0 0 0;
	}
	#highlighted_video .button {
		margin: 7px 0;
	}
		
/************************** TOP 10 STYLES ************************/

ol.top10 {
	list-style: none;
	padding-left: 5px;
	margin-bottom: 5px;
}
	ol.top10 li {
		padding-left: 22px;
		margin-bottom: 5px;
	}
	ol.top10 li a, ol.top10 li a:visited {
		color: #5E5E5E;
	}
	ol.top10 li a:hover {
		text-decoration: underline;
	}
	
li.one {
	background: url('../images/li1.gif') no-repeat 0 2px;
}
li.two {
	background: url('../images/li2.gif') no-repeat;
}
li.three {
	background: url('../images/li3.gif') no-repeat;
}
li.four {
	background: url('../images/li4.gif') no-repeat;
}
li.five {
	background: url('../images/li5.gif') no-repeat;
}
li.six {
	background: url('../images/li6.gif') no-repeat;
}
li.seven {
	background: url('../images/li7.gif') no-repeat;
}
li.eight {
	background: url('../images/li8.gif') no-repeat;
}
li.nine {
	background: url('../images/li9.gif') no-repeat;
}
li.ten {
	background: url('../images/li10.gif') no-repeat;
}

.top10_rollover {
	width: 171px;
	position: absolute;
	top: 17px;
	left: 80px;
	z-index: 1000;
}
	ol.top10 p {
		padding: 10px;
		margin: 0;
		background: #FFA700;
		color: #333333;
	}

#top10_search_results {
	color: #666666;
	margin-bottom: 15px;
}
	#top10_search_results .thumbnail {
		float: left;
		margin: 0 10px 0 0;
		width: 90px;
		height: 75px;
	}
	#top10_search_results .text {
		float: left;
		width: 558px;
	}
	#top10_search_results h2 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin-bottom: 5px;
	}
	#top10_search_results p {
		margin-bottom: 0;
	}
	#top10_search_results a, #top10_search_results a:visited {
		background: url('../images/red_dots_underline.gif') repeat-x 0 15px;
	}

#top10_checklist_container {
	background: url('../images/dots_vertical_divider.gif') no-repeat 334px 100%;
	margin-top: 15px;
	width: 669px;
}
	#top10_checklist_odd {
		float: left;
		width: 326px;
		padding-right: 17px;
		margin-bottom: 22px;
	}
	#top10_checklist_even {
		float: left;
		width: 326px;
		margin-bottom: 22px;
	}

ul.top10 {
	list-style: none;
	padding: 0;
	margin: 13px 0 0 0;
}
	ul.top10 li {
		background: url('../images/li_arrow_yellow.gif') no-repeat 1px 5px;
		padding-left: 14px;
		margin-bottom: 5px;
		position: relative;
		font-size: 14px;
		color: #5E5E5E;
	}
	ul.top10 li a, ol.top10 li a:visited {
		color: black;
	}
	ul.top10 li a:hover {
		text-decoration: underline;
	}

.top10_image {
	float: right;
	width: 213px;
}
	.top10_image .more_button {
		display: none;
	}
	
.top10_number {
	float: left;
	width: 43px;
}	

.top10_detail {
	float: left;
	width: 620px;
}
 .top10_detail p {
 	font-size: 11px;
	margin-bottom: 0;
 }

/*********************** ITINERARIES *************************/

#itinerary_list {
	border: 1px solid white;
	margin-top: 10px;
}
	#itinerary_list .thumbnail {
		float: left;
		margin: 0 10px 0 0;
		width: 150px;
		/*height: 113px;*/
	}
	#itinerary_list .logo {
		float: right;
		width: 200px;
		margin: 0 0 5px 5px;
		border: 1px solid #CCCCCC;
	}
	#itinerary_list .text {
		float: left;
		width: 497px;
		margin-bottom: -10px;
	}
	#itinerary_list h2 {
		font-size: 14px;
		font-weight: bold;
		color: black;
		margin-bottom: 2px;
	}
		#itinerary_list h2 a, #itinerary_list h2 a:visited {
			color: black;
		}
	#itinerary_list p {
		color: #666666;
		margin: 4px 0;
	}
	#itinerary_list .region {
		font-size: 12px;
		color: #666666;
		font-style: italic;
		/*clear: both;*/
	}
	#itinerary_list .price {
		color: #D40D16;
		font-size: 14px;
		font-weight: bold;
	}
	
#itinerary {
	margin-top: 10px;
}
	#itinerary h2 {
		margin-bottom: 15px;
		clear: both;
	}
	#itinerary .related_image {
		float: left;
		width: 150px;
		margin: 0 15px 10px 0;
	}
	#itinerary .text {
		float: left;
		width: 500px;
	}

#itinerary_search_results {
	border: 1px solid white;
	margin-top: 10px;
}
	#itinerary_search_results .thumbnail {
		float: left;
		margin: 0 10px 0 0;
		width: 90px;
		height: 75px;
	}
	#itinerary_search_results .text {
		float: left;
		width: 557px;
	}
	#itinerary_search_results h2 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin-bottom: 5px;
	}
		#itinerary_search_results h2 a, #itinerary_search_results h2 a:visited {
			color: black;
		}
	#itinerary_search_results p {
		color: #666666;
		margin: 0;
	}
	#itinerary_search_results .region {
		font-size: 12px;
		color: #666666;
		font-style: italic;
	}
	

/*********************** IMAGES ******************************/

.213x118 {
	width: 213px;
	height:118px; 
}	

/*********************** IMAGE GALLERY ***************************/

#gallery_small {
	width: 313px;
	background: #C0C5C3;
	margin-bottom: 12px;
}

.gallery_detail {
	width: 308px;
	height: 259px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #76817C;
}

.gallery_detail_large_image {
	width: 303px;
	height: 220px;
	margin: 0 0 5px 0;
	position: relative;
	border: 1px solid white;
}

.gallery_detail_caption_area {
	padding: 0 0 0 9px;
	font-size: 11px;
	color: #000100;
	line-height: 1.2;
}
.gallery_detail_caption_area a, .gallery_detail_caption_area a:visited {
	color: white;
	text-decoration: none;
}
.gallery_detail_caption_area a:hover {
	text-decoration: underline;
}

#gallery_small_scroll_left {
	float: left;
	cursor: pointer;
}
#gallery_small_scroll_right {
	float: left;
	cursor: pointer;
}

#gallery_thumbnails_container {
	float: left;
	width: 284px;
	height: 94px;
	background: url('../images/gallery_small_thumbnails_bg.jpg') repeat-x;
	overflow: hidden;	
}

#gallery_small_thumbnails {	
	height: 94px;
	width: auto;
}

.gallery_detail_thumbnail {
	width: 90px;
	height: 75px;
	padding: 9px 4px 0 4px;
}

/********/

#gallery_large {
	width: 969px;
	background: url('../images/gallery_large_bg.gif') repeat-y;
	margin-bottom: 15px;
}

#gallery_large_thumbnails_column {
	float: left;
	width: 312px;
}
	#thumbnails_group_scroll_left {
		float: left;
	}
	#thumbnails_group_scroll_right {
		float: right;
	}

#gallery_large_thumbnails_container {
	clear: both;
	width: 312px;
	overflow: hidden;
}

#gallery_thumbnails_table {
	/* width: 1258px;*/
	height: 482px;
}

#gallery_thumbnails_group {
	/*width: 320px;*/
	height: 482px;
}

.gallery_large_detail {
	float: left;
	width: 636px;
	padding: 0 0 0 5px;
	margin-right: 10px;
}

.gallery_large_detail_large_image {
	width: 636px;
	height: 443px;
	margin: 0 0 12px 0;
	text-align: center;
	position: relative;
}

.gallery_thumbnail {
	float: left;
	width: 150px;
	height: 113px;
	margin: 6px 6px 0 0;	
	.margin: 6px 7px 0 0;	
}

.thumbnail_selected {
	border: 1px solid black;
	cursor: crosshair;
}

.thumbnail_caption {
	width: 171px;
	z-index: 2000;
	position: absolute;
	top: 100px;
	left: -10px;
}
	.thumbnail_caption_sides {
		width: 151px;
		padding: 10px;
		background: #EDF1EF;
	}
	.thumbnail_caption h1 {
		font-size: 12px;
		color: #3C4B45;
		font-weight: bold;
		margin: 0;
		width: 140px;
	}
	.thumbnail_caption p {
		width: 140px;
	}


#caption_articles_links {
	background: url('../images/caption_articles_links_bg2.gif') repeat-y;
	width: 636px;
	font-size: 11px;
	color: #000100;
}
	#gallery_caption {
		float: left;
		width: 600px;
		padding: 8px 22px 6px 10px;
	}
		#gallery_caption h1 {
			font-size: 14px;
			font-weight: bold;
			color: black;
			margin: 0;
		}
		#gallery_caption p {
			font-size: 12px;
			color: #202D28;
			margin: 0 0 3px 0;
		}
		
	#gallery_articles {
		float: left;
		width: 180px;
		margin: 9px 25px 8px 0;
	}

	#gallery_links {
		float: left;
		width: 158px;
		margin: 9px 0 0 0;
	}
		#gallery_links h2, #gallery_articles h2 {
			font-size: 12px;
			font-weight: bold;
			color: #3C4B45;
		}
		#gallery_links a, #gallery_links a:visited, #gallery_articles a, #gallery_articles a:visited {
			color: #202D28;
			text-decoration: none;
		}
		#gallery_links a:hover, #gallery_articles a:hover {
			text-decoration: underline;
		}
	


/************************** VIDEO GALLERY ***************************/


.gallery_large_detail_video {
	width: 636px;
	height: 515px;
	margin: 0 0 12px 0;
	text-align: center;
	position: relative;
}

		
/************************** VIRTUAL TOURS GALLERY ***************************/

.gallery_large_detail_virtual_tour {
	width: 634px;
	height: 434px;
	margin: 0 0 12px 0;
	text-align: center;
	position: relative;
	background: black;
}		
	
/***********************************/

#image_search_results {
	margin-bottom: 15px;
}

	#image_search_results .thumbnail {
		float: left;
		position: relative;
		margin: 0 8px 0 0;
		width: 150px;
		height: 113px;
	}
	#image_search_results .text {
		float: left;
		width: 140px;
	}
	#image_search_results h2 {
		font-size: 11px;
		color: black;
		margin: 0;
	}
	#image_search_results p {
		line-height: 1.1;
	}

/************************* LINKS ************************************/

#links_list {
	margin: 0;
	list-style: none;
}
	#links_list li {
		background: url('../images/li_arrow_grey.gif') no-repeat 5px 5px;
		padding-left: 15px;
		margin-bottom: 3px;
	}
	#links_list a, #links_list a:visited {
		color: #5E5E5E;
	}
	#links_list a:hover {
	}

#popular_topics {
	font-size: 14px;
	margin: 0 0 10px 0;
}
	#popular_topics .link {
		float: left;
		width: 156px;
		height: 24px;
		background: url('../images/popular_topics_bg.gif') no-repeat;
		padding: 4px 0 0 9px;
		margin: 0 3px 4px 0;
	}
	#popular_topics a, #popular_topics a:visited {
		color: #131313;
	}	
	
/********************** FACT SHEET **********************/

#fact_sheet {
	margin: 25px 0;
	background: url('../images/dots_vertical_divider.gif') no-repeat 738px 100%;
}
	#fact_sheet .label {
		font-weight: bold;
		width: 145px;
		float: left;
	}
	#fact_sheet .data {
		font-weight: normal;
		float: left;
		width: 305px;
	}
	#fact_sheet .divider {
		clear: both;
		padding: 5px 0;
	}

	#fact_sheet .detail {
		float: left;
		width: 738px;
		margin-right: 20px;
	}
		#fact_sheet .detail .label {
			width: 123px;
		}
		#fact_sheet .detail .data {
			width: 578px;
		}
	#fact_sheet .images {
		float: left;
		width: 213px;
		margin-top: -30px;
	}


#related_facts {
	background: #E5EAF0;
	padding: 10px;
}
	#related_facts div {
		margin-bottom: 10px
	}

/********************** DOCUMENTS ******************/

#document_list {
	margin-top: 20px;
	background: url('../images/dots_vertical_divider.gif') no-repeat 322px 100%;
}
	#document_list .item {
		float: left;
		width: 334px;
	}
	#document_list .icon {
		float: left;
		width: 60px;
	}
	#document_list .text {
		float: left;
		width: 248px;
	}
	#document_list h2 {
		font-size: 14px;
		color: black;
		margin: 0 0 8px 0;
		line-height: 1.1;
	}
		#document_list h2 a {
			color: black;
		}
	#document_list .size {
		font-size: 11px;
		color: #666666;
		margin: 0 0 5px 0;
	}
	#document_list p {
		font-size: 12px;
		color: black;
		margin: 0 0 10px 0;
		padding-left: 0;
	}


/********************** FUNDI **********************/

#tourism_office {
	width: 320px;
	float: left;
	margin-right: 16px;
}
	#tourism_office .sides {
		border-left: 2px solid #003265;
		border-right: 2px solid #003265;
		background: #E5E9F0;
		padding: 9px 12px 7px 12px;
	}
	#tourism_office h2 {
		font-size: 11px;
		margin: 6px 0 4px 0;
	}
	#tourism_office p {
		margin-bottom: 0px;
	}
	#tourism_office b {
		color: #666666;
	}
	#tourism_office a, #tourism_office a:visited {
		color: #000000;
	}
	
#call_centre_box {
	width: 330px;
	float: left;
	margin-bottom: 14px;
}
	#call_centre_box .sides {
		background: #D9E5D3;
		padding: 9px 12px 7px 12px;
		color: #666666;
	}
	#call_centre_box table {
		margin: 2px 0 0 0;
	}
	#call_centre_box td {
		font-size: 18px;
	}
	#call_centre_box a, #call_centre_box a:visited {
		color: #666666;
	}

#change_your_region {
	width: 330px;
	float: left;
}
	#change_your_region .sides {
		background: #FFDC99;
		padding: 9px 12px 10px 12px;
	}
	#change_your_region select {
		margin: 6px 0 0 0;
		width: 229px;
		border: 1px solid #C2C2C2;
	}

#fundi_search_results {
	clear: both;
	padding-top: 20px;
	color: #666666;
}
	#fundi_search_results h2 {
		font-size: 14px;
		font-weight: bold;
		color: black;
		margin-bottom: 5px;
	}
	#fundi_search_results p {
		margin-bottom: 5px;
	}
	#fundi_search_results .italics {
		font-style: italic;
		color: #999999;
		font-size: 11px;
	}
	
	#fundi_search_results .thumbnail {
		float: left;
		margin: 0 10px 0 0;
		width: 90px;
		min-height: 45px; /* This creates the holdng space for the image */
	}
	#fundi_search_results .text {
		float: left;
		width: 558px;
	}
	#fundi_search_results td {
		font-size: 12px;
	}
	#fundi_search_results .label {
		font-weight: bold;
		width: 100px;
		color: #666666;
		padding: 0 0 0 0;
	}

/********************** GALLERY PANEL **********************/

#gallery_panel {
	float: left;
	width: 158px;
	margin: 0 5px 5px 0;
}
	#gallery_panel .image {
		margin-bottom: 5px;
	}
	#gallery_panel p {
		margin: 0;
		padding: 5px 0 5px 5px;
		line-height: 1.2;
	}
	#gallery_panel a, #gallery_panel a:visited  {
		color: #414141;
	}
	#gallery_panel a:hover  {
		text-decoration: none;
	}
	
.gallery_panel_bg {
	padding: 0 4px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
/********************** CATEGORY LIST **********************/

#category_list {
	font-size: 12px;
	margin: 0 0 10px 0;
}
	#category_list ul {
		list-style: none;
		margin: 0;
	}
	#category_list li {
		float: left;
		display: block;
		width: 156px;
		/*height: 24px;*/
		background: url('../images/popular_topics_bg.gif') no-repeat;
		padding: 4px 0 5px 9px;
		margin: 0 3px 4px 0;
	}
	#category_list b {
		font-weight: normal;
	}	
	#category_list li a, #category_list li a:visited {
		color: #131313;
		background: url('../images/li_arrow_red.gif') no-repeat 0 5px;
		padding-left: 11px;
	}	
	
/*********************** TIPS ****************************/

#tips_categories {
	width: 970px;
	background: url('../images/tips_categories_bg.gif') repeat-y;
}

#tips_categories #category_list {
	font-size: 12px;
	margin: 10px 0 0 0;
	list-style: none;
}
	#tips_categories #category_list li {
		background: url('../images/tips_categories_list_bg.gif') no-repeat;
		padding-left: 16px;
		width: 161px;
	}
		/*#tips_categories #category_list li:hover {
			background: url('../images/tips_categories_list_bg_rollover.gif') no-repeat;
		}*/
	#tips_categories #category_list a, #tips_categories #category_list a:visited {
		background: none;
		display: block;
		padding: 0;
	}
		#tips_categories #category_list a:hover {
			color: #CC0000;
			text-decoration: none;
		}
	#tips_categories #category_list ul ul {
		display: none;
	}
	
	#tips_categories h3 {
		padding: 3px 0 0 41px;
		line-height: 1;
		height: 40px;
	}
	#tips_categories #panel1 h3 {
		background: url('../images/heading_tips_practical_information_bg.gif') no-repeat;
	}
	#tips_categories #panel2 h3 {
		background: url('../images/heading_tips_health_and_safety_bg.gif') no-repeat;
	}
	#tips_categories #panel3 h3 {
		background: url('../images/heading_tips_personal_requirements_bg.gif') no-repeat;
	}
	#tips_categories #panel4 h3 {
		background: url('../images/heading_tips_assistance_bg.gif') no-repeat;
	}

#tips_list {
	
}

#panel1{
	float: left;
	width: 360px;
	padding: 0 22px 0 14px;
}

#panel2{
	float: left;
	width: 171px;
	padding: 0 22px 0 0;
}

#panel3{
	float: left;
	width: 177px;
	padding: 0 18px 0 0;
}

#panel4{
	float: left;
	width: 169px;
}

#tips_detail_container {
	background: url('../images/dots_vertical_divider.gif') no-repeat 395px 100%;
	margin-top: 30px;
	.border: 1px solid white; /* IE hack */
}

#tips_detail {
	background: url('../images/dots_vertical_divider.gif') no-repeat 764px 100%;
}

#tips_column1 {
	float: left;
	width: 380px;
	/*margin: -50px 34px 20px 0;*/
	margin: 0 34px 20px 0;
}

#tips_column2 {
	float: left;
	width: 330px;
	margin-right: 36px;
}

#tips_column3 {
	float: left;
	width: 194px;
}

	#tips_column3 li {
		background: url('../images/li_arrow_grey.gif') no-repeat 5px 5px;
		padding-left: 15px;
		margin-bottom: 3px;
		list-style: none;
		list-style-position: outside;
	}
	#tips_column3 a, #tips_column3 a:visited {
		color: #5E5E5E;
	}

/********************** FAQS **********************/

#faqs_list {
	 margin-top: 10px;
}

.letter {
	float: left;
	margin-top: 4px;
	width: 25px;
	height: 30px;
}

.question {
	font-weight: bold;
}

.answer {
	clear: both;
}

/********************** RESEARCH DOCUMENTS ******************/

.browse_reports_list {
	float: left;
	/*width: 310px;*/
	margin-right: 30px;
	height: 170px;
}

.browse_reports_info {
	background: #E5E9F0;
	padding: 12px 0 0 10px;
}

.browse_reports_info h2 {
	font-size: 13px;
	color: #333333
}

.browse_reports_image {
	float: left;
	margin-right: 9px;
}

.browse_reports_name {
	float: left;
	width: 230px;
}

	/*.browse_reports_list .image {
		float: left;
		width: 90px;
		padding-right: 10px;
	}*/	
	.browse_reports_list .text {
		float: left;
		width: 218px;
		line-height: 1.5;
	}	
	.browse_reports_list h1 {
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	.browse_reports_list p {
		margin-bottom: 5px;
	}	
	.browse_reports_list .read_more_button {
		padding: 5px;
		margin-right: 10px;
		float: right;
	}

/********************** PACKAGES **********************/

#package_detail #logo {
	float: right;
	margin: 10px 9px 15px 0;
	width: 127px;
}

#package_detail .value {
	color: #CD0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#package_detail .details {
	color: #666666;
	font-size: 13px;
	font-style: italic;
}
	#package_detail .details p {
		margin-bottom: 5px;
		font-size: 13px;
	}

#package_detail .image {
	clear: both;
	position: relative;
}

#package_detail .description {
	clear: left;
	font-size: 12px;
	margin-bottom: 25px;
}

#package_detail .box_grey_sides {
	padding: 0 3px;
}

#package_detail .social_link {
	float: left;
	width: 100px;
	margin: 10px 0 15px 0;
}

#package_detail .column1, #ddc_popup_detail .column1 {
	float: left;
	width: 226px;
}
#package_detail .column2, #ddc_popup_detail .column2 {
	float: left;
	width: 440px;
}

/*********************************** DDC ****************************************/

#ddc_list .image {
	float: left;
	width: 98px;
	position: relative;
}
#ddc_list .text {
	float: left;
	width: 169px;
}
#ddc_list h1 {
	margin-bottom: 0;
	font-weight: bold;
	line-height: 1;
}
#ddc_list h1 a {
	color: black;
	font-size: 12px;
}
#ddc_list .text h2 {
	color: #CC0000;
	margin-bottom: 0;
}
#ddc_list h3 {
	font-size: 12px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
}
#ddc_list p {
	margin: 0;
}
#ddc_list font {
	font-size: 14px;
}

	#homepage #ddc_list .image {
		width: 135px;
	}
	#homepage #ddc_list .text {
		width: 189px;
		padding-right: 5px;
		margin-bottom: 20px;
	}
	
	#ddc_column #ddc_list {
		background: url('../images/dots_vertical_divider.gif') no-repeat 322px 100%;
	}
	#ddc_column #ddc_list .image {
		width: 135px;
	}
	#ddc_column #ddc_list .text {
		width: 182px;
		padding-right: 12px;
	}
	#ddc_column #ddc_list h1 a {
		font-size: 14px;
		line-height: 1;
	}
	#ddc_column .text h2 {
		font-size: 16px;
		line-height: 1;
	}

.great_deals_header {
	background: url('../images/heading_great_deals_homepage_bg.gif') no-repeat;
}
	.great_deals_header .view_all_deals {
		float: right;
		font-size: 16px;
		padding: 2px 10px 0 0;
	}
	.view_all_deals a, .view_all_deals a:visited {
		color: white;
	}

#featured_deal {
	background: url('../images/news_lead_items_bg.gif') no-repeat;
	width: 659px;
	height: 224px;
	padding: 3px 4px 0 4px;
	margin-bottom: 21px;
}
	#featured_deal .image {
		float: left;
		width: 303px;
		height: 220px;
		position: relative;
	}
	#featured_deal .text {
		float: left;
		width: 340px;
		padding: 9px 4px 0 12px;
	}
	#featured_deal h1 a {
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}
	#featured_deal h2 {
		font-size: 16px;
		color: #CC0000;
		line-height: 1;
	}
	#featured_deal h3 {
		font-size: 13px;
		color: #666666;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 15px;
	}
	#featured_deal p {
		font-size: 13px;
	}
	#featured_deal .teaser {
		margin: 0;
	}

#great_deals {
	padding: 5px 0 10px 0;
}
	#great_deals .image {
		float: left;
		width: 98px;
		position: relative;
	}
	#great_deals .text {
		float: left;
		width: 176px;
	}
	#great_deals .text h1 {
		font-size: 12px;
		margin: 0 0 3px 0;
		font-weight: bold;
		line-height: 1;
	}
	#great_deals .text h2 {
		color: #CC0000;
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1;
	}
	#great_deals .text p {
		margin: 0 0 3px 0;
	}



/*********************** TESTIMONIALS ***********************/

#testimonial .image {
	float: left;
	width: 100px;
}

#testimonial .text {
	float: left;
	width: 523px;
	padding-bottom: 30px;
}

#testimonial .quote_marks {
	position: static;
}

#testimonial .title {
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
}

#testimonial .copy {
	font-style: italic;
	font-size: 13px;
	color: #666666;
}

#testimonial .author {
	font-weight: bold;
	font-size: 12px;
}


/********************** SEARCH RESULTS **********************/

#search_results #main_content {
	background: none;
	width: 979px;
}

#search_results_bg {
	background: url('../images/dots_vertical_divider.gif') no-repeat 668px 100%;
}

#search_results #main_column {
	width: 659px;
}

#search_results #main_column2 {
	padding-left: 19px;
}

/*********************** HEADINGS ***************************/

.heading_popular_topics {
	margin: 13px 0 15px 0;
}

/*********************** BANNERS ***************************/

#banner_656px_wide {
	width: 656px;
	margin-bottom: 10px;
	clear: both;
}

.banner_detail {
	text-align: center;
	padding: 0 0 5px 0;
}

/********************** iframe TEMPLATE *********************/

body#iframe {
	text-align: left;
	background-image: none;
	background-color: white;
	color: #424242;
	line-height: 1.4;
	font-size: 11px;
}

/********************** EMAIL CAPTURE FORM *********************/

td.form_capture_label {
	width: 155px;
	padding: 5px 0;
}

.ccs_textfield, .ccs_textarea, .cmt_textarea, .cmt_textfield {
	width: 232px;
	color: #666666;
	padding-left: 4px;
}

.ccs_textarea {
	.width: 234px;
	margin-top: 5px;
}

.ccs_dropdown {
	width: 240px;
	color: #666666;
	.padding-left: 4px;
}

.form_capture_buttons input {
	font-size: 11px;
	margin-top: 10px;
}

/********************** EMAIL THIS PAGE *********************/

.email_page {
	position: absolute;
	top: 5px;
	right: 27px;
}

#email_this_page {
	margin: 20px;
}

.email_page_textfield, .email_page_textarea {
	width: 300px;
}

.button_submit {
	border: none;
	margin-top: 10px;
}

/*********************** TABLES ****************************/

td.label {
	color: black;
	padding: 4px 4px 4px 0;
}

td.data {
	color: #666666;
	padding: 4px 4px 4px 0;
}

/*************** HYPERLINKER MODLET ***************/

.hyperlink {
	/*color: #CC0000;*/
	font-style: normal;
	cursor: pointer;
	text-decoration: none;
	background: url('../images/dots_horizontal_grey.gif') repeat-x left 16px;
}

/********************** SITE MAP *********************/

#site_map {
	line-height: 1.3;
}

#site_map ul {
	padding: 0;
	margin: 0 0 20px 10px;
	.margin: 5px 0 20px 10px;
	list-style: none;
}

li.site_map_parent1, li.site_map_child1 {
	background: url('../images/separator_and_dots_red.gif') repeat-x;
	padding-top: 6px;
	font-size: 18px;
	list-style: none;
	list-style-position: outside;
}

li.site_map_child1 a, li.site_map_child1 a:visited, li.site_map_parent1 a, li.site_map_parent1 a:visited {
	color: #D40D16;
	font-weight: normal;
	background: url('../images/icon_more_red_thin.gif') right 4px no-repeat;
	padding-right: 22px;
}

li.site_map_child2, li.site_map_parent2 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 5px;
}
	li.site_map_child2 a, li.site_map_child2 a:visited, li.site_map_parent2 a, li.site_map_parent2 a:visited {
		font-weight: bold;
		color: black;
		background: none;
	}

li.site_map_child3, li.site_map_parent3 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
}
	li.site_map_child3 a, li.site_map_child3 a:visited, li.site_map_parent3 a, li.site_map_parent3 a:visited {
		color: black;
		padding: 0;
		background: none;
		font-weight: normal;
	}

li.site_map_child4 {
	padding-left: 20px;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
}
	li.site_map_child4 a, li.site_map_child4 a:visited {
		color: black;
		padding: 0 0 0 15px;
		font-weight: normal;
	}

/*-------------------- Glossary/Alphabet search --------------------*/

.alphabet {
	float: left;
	/*-font-size: 14px;*/
	width: 18px;
	height: 25px;
	/*font-weight: bold;*/
	text-align: center;
	margin-right: 5px;
	background: #E5EBF0;
}

.alphabet td {
	font-size: 14px;
	font-weight: bold;
}

.alphabet .letter {
	width: 18px;
	height: 25px;
	margin-top: 0;
}

.alphabet a:hover .letter {
	background-color: #3D7B25;
	display: block;
	cursor: pointer; /*-needed for IE-*/
}

.alphabet a {
	color: #7291AB;
}

.alphabet a:hover, .alphabet a:active {
	color: #FFFFFF;
}

#alphabet_results .blue_14 {
	margin-bottom: 3px;
}

#alphabet_results_heading {
	background: #F2F5F7;
	width: 583px;
	padding: 4px 0 4px 10px;
	margin-bottom: 20px;
}

#glossary_term {
	padding: 0 0 15px 10px;
	margin: 0;
}
	#glossary_term h1 {
		font-size: 14px;
		font-weight: bold;
	}
	
/********************** ADMIN STYLES *********************/

.ccs_category_select li {
	list-style: none;
}

/********************** FOOTER STYLES *********************/

#footer {
	clear: both;
	width: 960px;
	background: #2A2D36;
	color: #ABAAAA;
	font-size: 10px;
	padding: 18px 23px 40px 16px;
}
#footer a, #footer a:visited {
	float: left;
	text-decoration: none;
	padding: 0 10px 0 8px;
	color: white;
	background: url('../images/footer_arrow.gif') no-repeat 0 3px;
	height: 14px;
}
#footer a:hover {
	color: #EB1E25;
}

@media screen {
	.dontprint {
	}
}

@media print {
	.dontprint {
		display: none;
		visibility: hidden;
	}
}	



/*****************************Itinerary Styles********************************/

#itinerary_content {
	text-align:left;
	background-color:#FFFFFF;
	width: 500px;
}

#itinerary_title {
	margin-bottom:20px;
	font size: 30px;
	font-weight: bold;
}

#itinerary_table {
	margin-bottom: 20px;
}


/************************* WELCOME CONTINUES / HYBRID TRIPPLANNER *************************/

#loader {
	text-align: center;
	padding: 200px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 989px;
	height: 1000px;
	background: white;
}

#homepage_replace_content {
	padding-top: 5px;
}

#blank #article_detail {
	width: 646px;
	float: left;
	margin: 10px 5px 0 4px;
}
	#blank #article_detail #article_column2 {
		width: 400px;
	}

#welcome_continues_right_column {
	float: left;
	margin: 38px 0 0 0;
	width: 300px;
}

/************************* Facebook ******************************/

#facebook_like {
	height: 69px;
}

#travel_tip_detail {
	padding: 10px;
}

/***MEDIA HOMEPAGE***/

#homepage_experience_this h1.header {
	background: url('../images/heading_experience_this_media_bg.gif') no-repeat;
	color: white;
	font-size: 22px;
	padding: 5px 0 0 10px;
	margin: 0;
}

#homepage_explore_here h1.header {
	color: white;
	font-size: 22px;
	padding: 5px 0 0 10px;
	margin: 0;
	background: url('../images/heading_explore_here_media_bg.gif') no-repeat;
}


#homepage_experience_this {
	width: 323px;
	float: left;
	margin: 0 10px 10px 0;
}
	#homepage_experience_this .border, #homepage_explore_here .border {
		padding: 7px 9px 6px 9px;
	}
	#homepage_experience_this .image, #homepage_explore_here .image {
		width: 303px;
		height: 214px;
		position: relative;
	}
	#homepage_experience_this .text, #homepage_explore_here .text  {
		background: #E4E2E3;
		padding: 10px 10px 0 10px;
		height: 127px;
	}
	
	#homepage_experience_this .pin_to_map_flag, #homepage_explore_here .pin_to_map_flag  {
		height: 26px;
	}
	#homepage_experience_this .text h1 {
		font-size: 18px;
		font-weight: normal;
		color: #002967;
		margin-bottom: 10px;
		line-height: 1.2;
	}
		#homepage_experience_this h1 a, #homepage_experience_this h1 a:visited {
			color: #002967;
		}
	#homepage_experience_this p {
		font-size: 11px;
		color: black;
		padding-right: 5px;
		margin-bottom: 0;
	}

#article_experience_info {
}

#homepage_explore_here {
	width: 323px;
	float: left;
	margin-bottom: 10px;
}
	#homepage_explore_here .text h1 {
		font-size: 18px;
		font-weight: normal;
		color: #D40D16;
		margin: 0 0 4px 6px;
	}
		#homepage_explore_here h1 a, #homepage_explore_here h1 a:visited {
			color: #D40D16;
		}
	#homepage_explore_here p {
		font-size: 11px;
		color: black;
		padding: 5px 5px 0 6px;
		margin-bottom: 0;
	}

.thumbnail_active, .thumbnail_inactive {
	float: left;
	background: #999999;
	padding: 9px 0 5px 7px;
}
.thumbnail_active {
	background: url('../images/homepage_article_arrow.gif') no-repeat 42px 0 #999999;
}
	.thumbnail_active .image_highlight {
		border: 2px solid #CCCCCC;
	}
	.thumbnail_inactive .image_highlight {
		border: 2px solid #999999;
	}


/**** Facebook ****/

.facebook_fanbox .fan_box .connections {
	border-top: 1px solid #D8DFEA !important;
	padding: 10px 0 4px 10px !important;
	min-height: 0px !important;
}

.facebook_fanbox .fan_box .connections .connections_grid {
	display: none !important;
	padding-top: 5px !important;
	visibility: hidden !important;
}

/**** Quarterly Nnewsletter Detail ****/

.quarterly_newsletter_container {
	margin: 0px auto;
	width: 650px;
}

.quarterly_newsletter_content {
	padding: 20px 7px;
	background-color: #FFFFFF;
	width: 636px;
}

#mandela_article_list h2{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#curator_banner_area {
	width: 313px;
}

#product_column1 .social_button {
	background: none repeat scroll 0 0 #CCD4E1;
   float: left;
   margin-right: 6px;
}

iframe.fb_ltr {
   border: medium none;
   height: 26px;
   overflow: hidden;
   padding-top: 2px;
   width: 165px;
}

.social_button div#fb-root {
	display: inline;
}

iframe#fb_like {
   border: medium none;
   height: 26px;
   overflow: hidden;
   padding-top: 3px;
   width: 165px;
}

#product_column1 .social_button iframe, #product_column1 .social_button img {
    float: left;
}

#product_column1 .twitter-share-button {
    padding: 5px 0 0 3px;
}

.rounded_corners {
	border: 0 solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
