
@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;
}

body {
	text-align: center;
	background: url('../images/body_bg.jpg') repeat-x #2A2D36;
	color: #424242;
	line-height: 1.4;
	font-size: 11px;
}

h1 {
	font-size: 23px;
	color: black;
	font-weight: normal;
	/*margin-bottom: 18px; This is for when the sIFR is working*/
	margin-bottom: 10px;
}
	h1 a, h1 a:visited {
		color: black;
	}
	h1 a:hover {
		color: black;
	}
	h1.homepage {
		
	}
	h1.title_no_margin {
		margin-bottom: 0;
		color: black;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	/*margin-bottom: 0; This is for when sIFR is working*/
	margin-bottom: 10px;
}
	h2.red {
		font-size: 18px;
		color: #D40D16;
		font-weight: normal;
	}
	h2.blue {
		font-size: 18px;
		color: #002967;
		font-weight: normal;
	}
	h2.green {
		font-size: 18px;
		color: #3E7B25;
		font-weight: normal;
		margin-bottom: 0;
	}
	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;
	}

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;
}

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


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

#outside_container {
	background: url('../images/homepage/background.jpg') no-repeat 50% 0;
}

#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: 0px;
}

#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;
}

#search {
	width: 190px;
	float: right;
	.float: none;
}
	.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;
	}

#search_again {
	float: left;
	width: 215px;
	margin-left: 93px;
}
	#search_again .text {
		float: left;
		margin-right: 10px;
	}

.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;
}

.box_grey_header {
	height: 2px;
	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: 2px 3px 1px 3px;
	/*.width: 100%;*/
}
.box_grey_footer {
	height: 4px;
	overflow: hidden;
	width: 100%;
	background: url('../images/corner_grey_bottom_right.gif') 100% 0 no-repeat;
}

/********************************** HOMEPAGE *************************************/

#homepage_experience_this {
	background: url('../images/experience_this_bg.gif') no-repeat;
	/*height: 169px;*/
	padding: 10px 5px 24px 12px;
}
	#homepage_experience_this .image {
		float: left;
		width: 126px;
		margin-right: 9px;
		position: relative;
	}
	#homepage_experience_this .text {
		float: left;
		width: 184px;
	}
	#homepage_experience_this h1 {
		font-size: 12px;
		font-weight: bold;
		color: #002967;
		margin-bottom: 10px;
	}
		#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;
	}

#homepage_explore_here {
	margin: 10px 0 6px 6px;
}
	#homepage_explore_here .text {
		float: left;
		width: 210px;
		height: 265px;
		padding: 3px 5px 3px 2px;
	}
	#homepage_explore_here h1 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin: 0 0 4px 6px;
		height: 29px;
	}
		#homepage_explore_here h1 a, #homepage_explore_here h1 a:visited {
			color: black;
		}
	#homepage_explore_here p {
		font-size: 11px;
		color: black;
		padding: 5px 5px 0 6px;
		margin-bottom: 0;
	}
	#homepage_explore_here .image {
		width: 213px;
		height: 118px;
	}

#share_this_button {
	float: right;
	width: 130px;
	height: 25px;
	padding: 20px 15px 0 0;
}

/********************************** GADGETS **************************************/
#gadgets {
	margin: 4px 0 5px 0;
	width: 300px;
}
	.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;
	}
	.change_settings {
		text-align: right;
	}
		.change_settings a, .change_settings a:visited {
			color: #356533;
			font-size: 10px;
		}
	
	.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;
			}

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

#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/homepage/top_tabs.jpg') no-repeat;
	width: 999px;
	/*height: 40px;*/
}

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

#top_tab_traveller {
	float: left;
	width: 82px;
	height: 28px;
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: black;
}
	#top_tab_traveller a, #top_tab_traveller a:visited {
		color: black;
		text-decoration: none;
		cursor: text;
	}
	
#top_tab_research {
	float: left;
	width: 74px;
	height: 28px;
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

#top_tab_contact_us {
	float: left;
	width: 86px;
	height: 28px;
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

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

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

#main_content {
	background: url('../images/dots_vertical_divider.gif') no-repeat 683px 100%;
	width: 989px;
	padding-left: 10px;
	/*min-height: 480px;*/
	/*	height: auto !important;
	height: 480px;*/
}

#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: #7F7F7F;
		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;
	}
	#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 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 *********************/

#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;
	}

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

.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;
	}

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

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

#product_list_brief {
	/*margin: 0 0 10px 8px;*/
	padding: 0 14px 10px 14px;
}
	#product_list_brief ul {
		list-style: none;
		padding: 0;
		margin: 8px 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_image {
		margin-bottom: 8px;
	}
	
	#product_flags {
		background: #F0F0F0;
		padding: 5px 5px 1px 5px;
		margin: 15px 0;
	}
	
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;
	}

/************************** 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;
}


/************************** ARTICLE STYLES ************************/
.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;
		height:35px;
	}
	#article_list p {
		font-size: 11px;
		color: black;
		padding: 5px 15px 5px 0;
		margin-bottom: 0;
		height:75px;
	}
	.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;
}
	#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;
	}

.article_strap {
	color: #D40D16;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.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_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_did_you_know {
	width: 176px;
	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;
	width: 148px;
	padding: 9px 12px 9px 12px;
}

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;
	}

.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;
	}

#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;
}

/********************************** 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 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 *************************/

#featured_event {
}
	#featured_event p strong {
		font-size: 14px;
	}
	#featured_event .italic {
		font-size: 14px;
		font-style: italic;
	}
	
#event_did_you_know {
	float:right;
	margin:0 0 5px 10px;
	width:180px;
}



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

#event_search {
	padding: 9px 14px 15px 0;
}

.event_search_text {
	float: left;
	width: 500px;
}

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

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

#event_search input.button {
	float: right;
}

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

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

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


/************************** 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;
	}
		#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;
	}
		#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: 557px;
	}
	#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;
	}
	
/************************** 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 .text {
		float: left;
		width: 462px;
		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 {
	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;
}
.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 7px 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_bg.gif') repeat-y;
	width: 636px;
	font-size: 11px;
	color: #000100;
}
	#gallery_caption {
		float: left;
/*		width: 230px;*/
		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;
}

.gallery_thumbnail {
	float: left;
	width: 150px;
	height: 113px;
	margin: 6px 7px 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_bg.gif') repeat-y;
	width: 636px;
	font-size: 11px;
	color: #000100;
}
	#gallery_caption {
		float: left;
/*		width: 230px;*/
		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;
		}
	
/***********************************/

#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-top: 25px;
	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;
	}

	#fact_sheet p.image_caption {
		margin: 6px 0 0 0;
	}

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

/*********************** BANNER ****************************/

.banner_detail {
	text-align: center;
}

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

#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;
}

/********************** 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_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: 172px;
	padding: 0 26px 0 0;
}

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

#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;
}


/********************** 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;
}

#prev_next {
	text-align: center;
}

#prev_next table {
	margin: 0 auto;
}

#prev_page {
	padding-right: 10px;
}

#next_page {
	padding-left: 10px;
}

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

.heading_popular_topics {
	margin: 13px 0 15px 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: 180px;
	padding: 5px 0;
}

td.form_capture_data {
	padding-top: 5px;
}

.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;
}

/********************** 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;
	}

/********************** ADMIN STYLES *********************/

.ccs_category_select li {
	list-style: none;
}

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

#footer {
	clear: both;
	width: 999px;
	background: #2A2D36;
	color: #ABAAAA;
	font-size: 10px;
	padding: 18px 23px 34px 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;
}
#footer a:hover {
	color: #EB1E25;
}

#footer .flag {
	float: left;
	margin: 0 15px 10px 0;
}

.previous {
	float: left;
}

.count {
	float: left;
	margin-top: 2px;
}

.next {
	float: right;
}




/* NEWSLETTER MODLET */

.MB_popup_detail{background:white;padding-bottom:30px;}
.MB_table_header{background-image:url(/ctru/shared/client_scripts/modalbox/header_bg.gif);width:683px;border-color:#999 #CCC #AAA;border-style:solid;border-width:1px 3px;color:#333;font-size:12px;height:22px;margin:0;padding:3px 0;}
.MB_table_header .caption{font-size:12px;font-weight:bold;padding-right:20px;text-align:left;white-space:nowrap;}
.MB_table_header .close{text-align:right;}.MB_table_header .close img{cursor:pointer;padding:0 3px 0 0;}
.MB_table_header .close span{cursor:pointer;font-size:12px;}#subscribeForm{margin:13px 0;}
#subscribeForm .header{padding:0 11px;margin-bottom:18px;border-bottom:#D6d6d6 1px solid;}
#subscribeForm .MB_table{width:660px;margin:0 10px;}
#subscribeForm .MB_table td.heading{background-color:#E4E8EC;color:#000;font-weight:bold;padding:5px;}
#subscribeForm .MB_table td.subsection{padding:10px;}
#subscribeForm .MB_table td.subsection table td.column1{width:165px;}
#subscribeForm .MB_table td.subsection table td.column2{width:260px;}
#subscribeForm .MB_table td.subsection table td input,#subscribeForm .MB_table td.subsection table td select,#subscribeForm .MB_table td.subsection table td textarea{width:200px;}

#CDSWIDLNK, #CDSWIDLNP {
	position: static!important;
}
