﻿
/* CSS Document for British Airways High Life magazine - Build: 26 June 2008 

=>main layout

=>navigation
	=>main navigation
	=>footer navigation

=>content layout
	=>header
	=>page title	
	=>columns
	=>alternative footer
	=>footer
	
=>content elements
	=>article
	=>side column
	=>h1
	=>h2
	=>h3
	=>h4
	=>paragraph
	=>strong
	=>links
	=>images
	=>line	
	=>lists
	=>forms
	=>modules
	=>sifr

=>tools

=>themes
	=>home
	=>destinations
	=>spas	
	=>food and drink
	=>arts and culture
	=>sports and adventure
	=>fashion and shopping
	=>property
	=>news
	=>contributors
	=>results
*/

/* ----- RESET ---------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;	
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.3em;
}

p {	
	margin: 0px 0px 10px 0px;
}

a { 
	text-decoration: none;
	color: #2a2215;	
}

a:hover { 
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}



/* ----- MAIN LAYOUT ---------------------------------------------------------------------------- */

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
	}
	
html {
	background:#fff url(../images/elements/body-bg.png) left 151px repeat-x;
}

body {
    color: #2a2215;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; 
	text-align: center; /* for IE */
    background: transparent url(../images/elements/header-water.jpg) center top repeat-x;
	}
	
.snow { background: transparent url(../images/elements/header-snow.jpg) center top repeat-x; }
.desert { background: transparent url(../images/elements/header-desert.jpg) center top repeat-x; }
.water { background: transparent url(../images/elements/header-water.jpg) center top repeat-x; }

div.clear {
	clear: both;
	}

div.main_wrapper {
	text-align: left; /* reset text alignment */
	width: 940px; /* or a percentage, or whatever */
	margin: 0px auto; /* for the rest */
	position:relative;
	}


/* ----- MAIN NAV ---------------------------------------------------------------------------- */

div.main_navigation_wrapper {
	height: 36px;
	padding: 3px 0px 0px 0px;
	}

div.main_navigation_wrapper ul li  {
	float: left;
	list-style: none;
	margin-right: 5px;
	}	

div.main_navigation_wrapper ul li.last  {
	float: right;
	margin-right: 0px;
	}	

div.main_navigation_wrapper ul li a  {	
	float: left;
	height: 36px;
	text-indent:-9999px;
	}

/* home */
div.main_navigation_wrapper ul li a.main_nav_home  {	
	width: 52px;
	height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat 0px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_home:hover {	
	background-position: 0px -36px;
	}

div.main_navigation_wrapper ul li.current a.main_nav_home, div.main_navigation_wrapper ul li.current a.main_nav_home:hover {	
	background-position: 0px -72px;	
	height: 36px;
	}

/* news */
div.main_navigation_wrapper ul li a.main_nav_news  {	
	width: 101px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -57px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_news:hover {	
	background-position: -57px -36px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_news, div.main_navigation_wrapper ul li.current a.main_nav_news:hover {	
	background-position: -57px -72px;	
	height: 36px;	
	}

/* destinations */
div.main_navigation_wrapper ul li a.main_nav_destinations {	
	width: 92px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -163px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_destinations:hover, div.main_navigation_wrapper ul li a.activeItem {	
	background-position: -163px -36px;
	}

div.main_navigation_wrapper ul li.current a.main_nav_destinations, div.main_navigation_wrapper ul li.current a.main_nav_destinations:hover {	
	background-position: -163px -72px;
	height: 36px;	
	}
	
/* UK */
div.main_navigation_wrapper ul li a.main_nav_uk  {	
	width: 46px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -260px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_uk:hover {	
	background-position: -260px -36px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_uk, div.main_navigation_wrapper ul li.current a.main_nav_uk:hover {	
	background-position: -260px -72px;
	height: 36px;	
	}

/* spas */
div.main_navigation_wrapper ul li a.main_nav_spas  {	
	width: 98px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -312px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_spas:hover {	
	background-position: -312px -36px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_spas, div.main_navigation_wrapper ul li.current a.main_nav_spas:hover {	
	background-position: -312px -72px;
	height: 36px;	
	}

/* food and drink */
div.main_navigation_wrapper ul li a.main_nav_food  {	
	width: 99px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -416px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_food:hover {	
	background-position: -416px -36px;
	}

div.main_navigation_wrapper ul li.current a.main_nav_food, div.main_navigation_wrapper ul li.current a.main_nav_food:hover {	
	background-position: -416px -72px;	
	height: 36px;	
	}

/* adventure */
div.main_navigation_wrapper ul li a.main_nav_adventure {	
	width: 80px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -521px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_adventure:hover {	
	background-position: -521px -36px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_adventure, div.main_navigation_wrapper ul li.current a.main_nav_adventure:hover {	
	background-position: -521px -72px;
	height: 36px;		
	}

/* shopping */
div.main_navigation_wrapper ul li a.main_nav_shopping  {	
	width: 80px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -607px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_shopping:hover{	
	background-position: -607px -36px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_shopping, div.main_navigation_wrapper ul li.current a.main_nav_shopping:hover {	
	background-position: -607px -72px;	
	height: 36px;	
	}

/* competitions */
div.main_navigation_wrapper ul li a.main_nav_competition  {	
	width: 145px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -692px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_competition:hover {	
	background-position: -692px -36px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_competition, div.main_navigation_wrapper ul li.current a.main_nav_competition:hover {	
	background-position: -692px -72px;	
	height: 36px;	
	}

/* business life */
div.main_navigation_wrapper ul li a.main_nav_business {	
	width: 98px; height: 33px;
	background: url("../images/bg_main_nav_buttons.gif") no-repeat -843px 0px;	
	}

div.main_navigation_wrapper ul li a.main_nav_business:hover {	
	background-position: -843px -36px;	
	}

div.main_navigation_wrapper ul li.current a.main_nav_business, div.main_navigation_wrapper ul li.current a.main_nav_business:hover {	
	background-position: -843px -72px;	
	height: 36px;	
	}
	

/* ----- DESTINATIONS ROLLOVER ---------------- */

div.main_navigation_wrapper .destinationsRollover {
	position:absolute;
	top:187px;
	left:164px;
	background: url(../images/bg_destinations-rollover.png) left top no-repeat !important;
	width:360px;
	height:170px;
	padding:5px 0 0 0;
	margin:0;
	display:none;
	z-index:112;
}

.photoCompetition .destinationsRollover {
	font-size:75%;
	line-height:120%;
}

.showContent {
	display:block !important;
}

div.main_navigation_wrapper .destinationsRollover li {
	width:120px;
	border-bottom:1px solid #9cbdc0;
	float:left;
	padding:8px 0 10px 35px;
	margin:0 10px;
	background-image: url(../images/icons-destination-rollover.gif);
	background-repeat:no-repeat;
}

div.main_navigation_wrapper .destinationsRollover li.destinationAfrica { background-position:0 3px;}
div.main_navigation_wrapper .destinationsRollover li.destinationAsia { background-position:0 -47px;}
div.main_navigation_wrapper .destinationsRollover li.destinationAustralasia { background-position:0 -97px;}
div.main_navigation_wrapper .destinationsRollover li.destinationCaribbean { background-position:0 -143px;}
div.main_navigation_wrapper .destinationsRollover li.destinationEurope { background-position:0 -197px;}
div.main_navigation_wrapper .destinationsRollover li.destinationMiddleEast { background-position:0 -247px;}
div.main_navigation_wrapper .destinationsRollover li.destinationNorthAmerica { background-position:0 -295px;}
div.main_navigation_wrapper .destinationsRollover li.destinationSouthAmerica { background-position:0 -345px;}

div.main_navigation_wrapper .destinationsRollover li.last {
	border-bottom:transparent none;
	float:left;
	margin-right:10px;
}

div.main_navigation_wrapper .destinationsRollover li a {
	text-transform:uppercase;
	color:#457f9d;
	font-weight:bold;
	float:none;
	text-indent:0;
	height:auto;
}



/* ----- CONTENT LAYOUT ---------------------------------------------------------------------------- */


/* ----- HEADER ---------------- */


.header {
	height:151px;
	width:940px;
	overflow:hidden;
}

.header .logo {
	background:url(../images/elements/logo.png) left top no-repeat;
	width:303px;
	height:104px;
	display:block;
	text-indent:-10000px;
	float:left;
	margin:27px 0 0 0;
}

.advert {
	float:right;
	margin:36px 0 20px 0;
}

.headerOptions {
	clear:right;
	float:right;
	width:487px;
}

.textResize {
	font-weight:bold;
	float:left;
	margin:4px 8px 0 0;
}

.headerOptions form {
	margin:0 8px 0 0;
	float:left;
}

.headerOptions input {
	float:left;
	border-left:1px solid #bfbebe;
	border-top:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
	background-color:#fff;
	display:block;
	font-weight:bold;
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	height:15px;
	padding:4px 7px;
	width:162px;
}

.headerOptions .button {
	float:left;
	display:block;
	border:none;
	background:url(../images/btn-search.png) left top no-repeat;
	width:29px;
	text-indent:-10000px;
	position:relative;
	margin:0 0 0 -2px;
	height: 0px;
	padding: 25px 0 0 0;
	overflow: hidden;
	_height: 25px;
	*height: 25px;
	cursor:pointer;
}

.headerOptions .button:hover {
	cursor:pointer;
}

.btnVisitBa {
	float:right;
}

.btnVisitBa a {
	display:block;
	text-indent:-10000px;
	height:25px;
	width:141px;
	background:url(../images/btn-visit-ba.png) left top no-repeat;
}

.btnVisitBa a:hover {
	background-position:left -25px;
}




div.header_wrapper {
	min-height: 151px; /* screen_ie6.css */
	background: url(../images/bg_header.jpg) no-repeat top left;
	}

div.header_wrapper .hdr_logo {
	padding: 18px 0px 0px 12px;
	}

div.header_wrapper .hdr_logo a {
	width: 302px;
	display: block;
	height: 102px;
	}

div.header_wrapper .hdr_right {
	float: right;
	padding: 10px 10px 0px 0px;
	width: 575px;	
	}

div.header_wrapper .hdr_adbanner {
	float: right;
	}

div.header_wrapper .hdr_right .resize {
	float: right;
	padding: 13px 0px 0px 0px;
	margin-right: 25px;
	}

div.header_wrapper .hdr_right .resize span {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right:5px;
	padding-top:3px;
}

div.header_wrapper .hdr_right .resize a {
	margin: 0;
	padding: 0;
	text-indent:-9999px !important;
	float:left;
	height: 25px;
	width: 27px;
	}
	
div.header_wrapper .hdr_right .resize a:hover {
	background-position: 0px -25px !important;
}

div.header_wrapper .hdr_right .resize a.larger {
	background: url(../images/btn_resize-larger.gif) no-repeat 0px 0px;
	}

div.header_wrapper .hdr_right .resize a.smaller {
	background: url(../images/btn_resize-smaller.gif) no-repeat 0px 0px;
	}

div.header_wrapper .hdr_right .resize a.reset {
	background: url(../images/btn_resize-reset.gif) no-repeat 0px 0px;
	}

div.header_wrapper .hdr_right .hdr_search {
	float: right;
	padding: 12px 0px 0px 0px;
	}

div.header_wrapper .hdr_right .hdr_search form {
	display: inline;
	}

div.header_wrapper .hdr_right .hdr_search form #For {
	float: left;
	border: 0px;
	background: url(../images/bg_header_search.gif) no-repeat 0px 0px;
	width: 161px;
	height: 23px;
	padding: 5px 0px 0px 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* 12px */
	}

div.header_wrapper .hdr_right .hdr_search form .button {
	float: left;
	border: 0px;
	width: 27px;
	height: 28px;
	display:block;
	background: url(../images/bg_header_search_button.gif) no-repeat 0px 0px;
	text-indent:-10000px;
	cursor:pointer;
	line-height:0px;
	font-size:0px;
	}

div.header_wrapper .hdr_right .visit{
	float: right;
	padding: 7px 0px 0px 0px;
	}
	
div.header_wrapper .hdr_right .visit a {
	display:block;
	width:129px;
	height:24px;
	background: url(../images/btn_visit_ba.png) no-repeat 0 0;
	text-indent:-9999px;
}
	
/* ----- FOOTER ---------------- */

div.footerBand {
	min-height: 44px; /* screen_ie6.css */
	background: #252525 url(/images/elements/footer_bg.gif) repeat-x 0 0;
	width: 100%;
	margin: 10px 0px 0px 0px;
	text-align: center;
	}

div.footer {
	margin: 0 auto;
	width: 940px;
	}

div.footer ul {
	float: left;
	padding: 15px 0px 0px 10px;
	text-align: left;
	}

div.footer li {
	float:left;
	margin:0 12px 0 0; 
	padding:0 12px 2px 0;
	border-right:1px solid #868686;
	font-weight:bold;
	}

div.footer li.last {
	border:none;
	}

div.footer li a {
	color: #ffffff;
	}

div.footer .copyright {
	float: right;
	color: #ffffff;
	font-weight:bold;
	padding: 15px 19px 0 0;
	}
	
.home .footerBand {
	margin-top: 0;
	}
	 
	
	
/* ----- ALT. FOOTER ------------ */

div.alternative_footer_wrapper {
	min-height: 62px; /* screen_ie6.css */
	background: #deecf7;
	margin: 50px 0px 0px 0px;
	}
	
.ifeImage {
	position: absolute; 
	top: -89px; 
	left: 100px;
}

div.alternative_footer_wrapper .inner_alternative_footer_wrapper {
	text-align: left; /* reset text alignment */
	width: 805px; /* or a percentage, or whatever */
	margin: 0px auto; /* for the rest */ 
	position: relative;
	padding: 14px 0px 0px 260px;
	}

div.alternative_footer_wrapper .inner_alternative_footer_wrapper h2 {
	margin: 0px;
	}

div.alternative_footer_wrapper .inner_alternative_footer_wrapper a.arrow, .hotels a.arrow {
	display: inline;
	}	


/* ----- PAGE LAYOUT -------------------------------------------------------- */

div.content_wrapper {
	padding: 9px 9px 37px 9px;
	background: #ffffff;
	position: relative;
	}

.home div.content_wrapper {
	padding-bottom: 25px !important;
	}

/* ----- 1/3 COLUMN ----------------------- */

div.one_third {
	float: left;
	width: 300px; 
	padding: 0px 0px 0px 7px;
	margin-bottom: 5px;
	}

div.smallArticle div.one_third {
	padding:0 0 0 7px;
}

div.smallArticle .article {
	min-height:500px;
}

.smallArticle .one_third .right_side_padding,
.smallArticle .one_third .relatedArticles,
.smallArticle .one_third .secondAd {
	display:none;
}

.contributors .smallArticle .one_third .right_side_padding,
.contributors .smallArticle .one_third .relatedArticles,
.contributors .smallArticle .one_third .secondAd {
	display:block !important;
}

div.border_right_dark .one_third {
	background: url(../images/bg_border_dark.gif) repeat-y top right;
	padding: 0px 6px 0px 0px;
	}

div.two_thirds .one_third {
	width: 292px;
	padding: 0px 0px 0px 10px; 
	}

div.two_thirds .border_right_dark .one_third {
	background: url(../images/bg_border_dark.gif) repeat-y top right;
	padding: 0px 10px 0px 0px;
	}

div.two_thirds .border_left_dark .one_third {
	background: url(../images/bg_border_dark.gif) repeat-y top left;
	padding: 0px 0px 0px 10px;
	}

div.two_thirds .border_left_light .one_third {
	background: url(../images/bg_border_light.gif) repeat-y top left;
	padding: 0px 0px 0px 10px;
	}

div.right_side_padding .one_third {	
	padding: 0px 0px 0px 7px;
	}

div.three_col_odd .right_side_padding .one_third {	
	padding: 0px 0px 0px 10px;
	}
	
.homeReaderPanel {
	padding:0px 25px 0px 0px !important;
	width:277px !important;
	margin-top: 10px;
}

.homeHolidayPanel {
	padding:0px 15px 0px 15px !important;
	width:272px !important;
}

.holidayPanelTravel {
	margin-bottom:15px;
}


/* ----- 2/3 ----------------------------- */

div.two_thirds {
	float: left;
	width: 605px;
	padding-right: 0;
	}

div.article {
	border-right: solid 1px #b3c6d5;
}

.home div.two_thirds, .results div.two_thirds, .standard div.two_thirds, .news div.two_thirds {
	border-right: none;
	}

div.three_col_odd .two_thirds {	
	width: 610px;
	}


/* ----- 1/2 ----------------------------- */
div.one_half {
	float: left;
	width: 450px;
	}

div.two_thirds .one_half {
	padding: 0px 5px 0px 0px;
	}

div.two_thirds .border_right_light .one_half {
	width: 445px;
	padding: 0px 10px 0px 0px;
	}

div.article .border_right_light {
	clear: left;
}

.contributors .border_right_light, .smallArticle .border_right_light {
	clear: none !important;
}

div.three_col_odd .two_thirds .border_right_light .one_half {
	width: 450px;
	padding: 0;
	}


/* ----- 1/6 ----------------------------- */

div.one_sixth {
	float: left;
	width: 140px;
	}

div.two_thirds .one_sixth {
	padding: 0px 0px 0px 10px;
	}

div.two_thirds .one_third .one_sixth {
	padding: 0px 0px 0px 0px;
	}


div.two_thirds .border_right_dark .one_third .left .one_sixth {
	padding: 0px 11px 0px 0px;
	}

div.right_side_padding .one_third .right .one_sixth {
	float: right;
	}

div.three_col_odd .two_thirds .one_sixth {
	padding: 0px 10px 0px 0px;
	position: relative;
	}

div.three_col_odd .two_thirds .one_sixth blockquote {
	width: 140px;
	font-size: 140%;
	line-height: 100%;
	color: #6a6a6a;
	line-height: normal;
	text-align: right;
	margin-top: 10em;
	padding: 6px 0;
	border-top: solid 1px #6a6a6a;
	border-bottom: solid 1px #6a6a6a;
	}

div.three_col_odd .two_thirds .one_sixth .secondary-image {
	width: 140px;
	font-size: 92%;
	text-align: right;
	line-height: 1.2em;
	margin-top: 30em;
	}

div.three_col_odd .two_thirds .one_sixth div.holder {
	width: 140px;
	background-color: red;
	height: 10px;
	clear: both;
	}

div.three_col_odd .one_third .one_sixth {
	width: 120px;
	}

div.three_col_odd .one_third .border_right_light .one_sixth {
	width: 120px;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	background: url(../images/bg_border_light.gif) repeat-y top right;
	}


/* ----- RELATED ARTICLES COLUMN -------------------------------------------------------- */
	
.relatedArticles {
	clear:both;
	margin:14px 0 24px 0;
	float:left;
	width:300px;
	}
	
.relatedArticles .articleSell {
	padding-right: 10px;
	}

.relatedArticles h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	line-height: 120%;
	color: #2a2215;
	text-transform: none;
	font-weight: normal;
	}



/* ----- CONTENT ELEMENTS------------------------------------------------------------------------- */


/* ----- SECTION TITLE ---------------------------------------------------------------------------- */

div.section-ttl {
	height: 69px;
	background: #ede5d3 url(/images/elements/hdr-gradient.png);
	margin-bottom: 2em;
	width: 920px;
	}
	
div.section-ttl h1 {
	font-size: 200%;
	text-transform: uppercase;
	display: inline;
	}

div.section-ttl h1.sub-section-ttl {
	font-size: 170%;
	position:relative;
	top: -1px !important;
	left: -5px !important;
}

div.section-ttl .title-wrapper {
	padding: 16px 0 0 16px;
	}

div.section-ttl ul {
	padding: 1px 0 0 0;
	}

div.section-ttl li {
	display: inline;
	background: url(../images/elements/bullet-brown.gif) 0 3px no-repeat;
	line-height: 100%;
	padding-left: 13px;
	margin-right: 18px;
	}

img.hdr-sponsor {
	float: right;
	}



/* ----- ARTICLE TYPOGRAPHY ---------------------------------------------------------------------------- */

	.travelEssentials {
		background-color:#e3f0f9;
		padding:14px 14px 24px 14px;
		margin:0 0 7px 0;
		width:422px;
		float:left;
		clear:both;
	}
	
	.travelEssentials .wayToGo { background:url(../images/icons/icons.png) left -597px no-repeat; padding-left:42px; margin:0 0 14px 0; }
	.travelEssentials .baMiles { background:url(../images/icons/icons.png) left -717px no-repeat; padding-left:42px;}
	
	.travelEssentials p {
		margin:0 !important;
		color:#424242;
		font-size:1em !important;
		font-family:Arial, Helvetica, sans-serif !important;
	}
	
	.travelEssentials p.btnBookNow {
		margin:14px 0 0 0 !important;
	}
	
	.travelEssentials a {
		font-weight:bold;
	}
	
	.tweetLikePanel {
		clear:both;
		margin:24px 0 0 0;
		padding:0 0 5px 0;
		border-bottom:1px solid #d7e3ea;
		float:left;
		width:450px;
	}

	.tweetLikePanel li {
		float:left;
	}

	.podcast {
		width:609px;
		float:left;
		margin:0 0 20px 0;
	}
	
	.podcast .audio {
		background: url(../images/podcast-bg.gif) left top no-repeat;
		padding:94px 0 0 0;
	}
	
	div.hero_caption_tall {
		margin: 5px 0px 20px 0px !important;
		width:250px;
		float:left;
	}
	
	.photoTitle {
		width:inline;
	}
	
	.podcastOptions ul {
		float:right;
		width:350px;
	}
	
	.podcastOptions li {
		margin-top:5px;
		float:right;
		width:175px;
	}
	
	.arrowSubscribe {
		background: url(../images/arrow_subscribe-podcast.gif) top no-repeat;
	}
	
	.arrowDownload {
		background: transparent url(../images/arrow_download-video.jpg) no-repeat scroll 0 -1px !important;
		text-indent:3px !important;
		font-size:0.9em;
		float:right;
	}
	
	.arrowSubscribe {
		background: transparent url(../images/arrow_subscribe-podcast.jpg) no-repeat scroll 0 -1px !important;
		text-indent:3px !important;
		font-size:0.9em;
		float:right;
		margin-right:10px;
	}
	
	.videoSize {
		float:right;
		color: #999999;
		text-decoration:none;
		font-size:0.9em;
		margin-left:5px;
	}


h2.title{	/* sifr */
	font-size: 267%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a2215;
	text-transform: none;
	line-height: normal;	
	margin: 2px 0 8px 0;
	}

div.comp-form h2.title {
	margin: 0 0 8px 0;
	font-size: 1.5em;
}
	
h2.date {
	color: #666;
	margin-bottom: 0.2em;
	font-weight: normal;
	text-transform: none;
	}

.two_thirds h2.date {
	display:inline;
}
	
.one_sixth h2.date {
	display:block;
	margin:0 !important;
}

.destinationHeadline {
	margin-bottom:1em !important;
	margin-top:-0.4em;
	font-size:150% !important;
}	

span.articlePage {
	color: #999;
	font-size:80%;
	text-transform:uppercase;
}

.one_sixth .standfirst {
	margin-top:0.5em;
}
	
	
div.intro {
	border-right: none;
	}
	
.standfirst {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a2215;
	font-size: 130%;
	line-height: 130%;
	margin: 0 0 0.5em 0;
	font-style: italic;
	}
	
.vimeoContent {
	display:block;
	margin-bottom:30px;
}
	
.smallArticle .standfirst {
	font-size: 150%;
	line-height: 130%;
	}
	
.article p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	line-height: 150%;
	margin: 0 0 1.5em 0;
	}

.article .paging a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	line-height: 150%;
	margin:0 0 0 14px;
}

.article .paging p {
	margin: 0;
	}
	
.article h3 {
	font-weight: normal;
	text-transform: none;
	font-size: 170%;
	margin-bottom: 0.8em;
	font-family: georgia, serif;
	}
	
.article h4, .competitionArticle h4 {
	font-weight: bold;
	text-transform: none;
	font-size: 125%;
	font-family: georgia, serif;
	margin-bottom: 0;
	}

.shareThisPanel {
	padding:7px 0 10px 0;
	border-top:1px solid #424242;
	border-bottom:1px solid #424242;
	float:left;
	clear:left;
	width:140px;
	margin: 4px 0 0;
}

.shareThisPanel li {
	float:left;
}

.shareThisPanel a {
	float:left;
	margin:0 8px 0 0;
	width:32px;
	height:32px;
	background:url(../images/icons/icons.png) left top no-repeat;
	text-indent:-10000px;
}

.shareThisPanel .shareTwitter a { background-position: left -120px; }
.shareThisPanel .shareFacebook a { background-position: left -360px; }
.shareThisPanel .shareEmail a { background-position: left -480px; }
	
.readersWrite h3 {
	margin-bottom: 0.4em;
	}
	
.readersWrite h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
	}
	
.readersWrite p {
	margin-bottom: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
.readersWrite li {
	border-bottom: solid 1px #b1c9d3;
	margin-bottom: 1.2em;
	}

.rWrite span.category {
	color:#E6272E;
}

.rWrite a.submissions {
	margin-top:10px;
}

.two_thirds .two_thirds .intro h2.date {
	margin-top:4px !important;
} 
	
div.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	float:left;
	width:450px;
	padding:8px 0 10px 0;
	margin:10px 0;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	}

.pageLeftButtons {
	float:left;
}

.pageRightButtons {
	float:right;
}

/* ----- =>side column */

div.sidecol {
	width: 170px !important;
	padding-right: 10px;
	}

.sidecol h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #3b6c8b;
	}

.sidecol h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
	}
	
.sidecol p {
	margin-bottom: 1em;
	font-size: 100%;
	}
	
.sidecol ul {
	margin-bottom: 1em;
	}
	
.sidecol li {
	background: url(/images/elements/bullet-blue-sq.gif) 0 5px no-repeat;
	text-indent: 12px;
	}
	

/* ----- =>h2 */

h2 {
	font-size:1em;
	color:#424242;	
	text-transform: uppercase;		
	margin: 0px 0px 6px 0px;
	font-weight:bold;
	}
	
h2.interface {
	font-size:1.75em;
	color:#353535;
	text-transform:none;		
	margin: 0 0px 8px 0px;
	font-weight:normal;
	line-height:120%;
}


/* ----- =>h3 */
h3 {
	font-size: 100%;
	color: #2a2215;
	text-transform: uppercase;
	margin: 0px;
	}

h3.large {
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	margin: 0px 0px 8px 0px;
	}


h3.large span
{	
	font-weight: normal;
}

h3.large span.lower
{
	text-transform: none;
}

h3.medium
{
	font-size: 150%; /* 18px */
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-transform: none;
	line-height: normal;
}

h3.small
{
	font-size: 118%; /* 14px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a2215;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
}

h3.flight_info
{
	font-size: 118%; /* 14px */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #3b6c8b;
}


h4 {
	font-size: 92%; /* 11px */
	color: #2a2215;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin: 0px;
}

h5 {
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	margin:0;
	padding:0;
}


/* ----- =>paragraph */

p.margin_increase {
	margin: 0px 0px 20px 0px;
}

.home .home-contributors .one_sixth p.margin_increase {
	padding-right:10px
}

p.margin_decrease {
	margin: 0px 0px 5px 0px;
}

p.lineheight_increase {
	line-height: 1.5em;
}


/* ----- =>strong */
strong.upper {
	text-transform: uppercase;
}


/* ----- =>links */
a.arrow {
	background: url(../images/bg_link_arrow.gif) no-repeat 0px 2px;
	padding: 0px 0px 0px 14px;
	display: block;
	font-weight:bold;
	color:#3b6c8b;
	}

.relatedArticles .arrow {
	clear:both;
	float:left;
	width:286px;
}


/* ----- IMAGES ---------------------------------------------------------------------------- */


div.image_padding {
	padding: 0px 0px 10px 0px;
	float:left;
	}

.image_padding a {
	float:left;
}

div.image_padding .image_padding_high {
	padding-bottom:5px;
}
	
div.hero img {
	border-bottom: 1px solid #2a2215 !important;
	padding-bottom: 3px;
	}

div.hero_caption_wide {
	margin: 2px 0px 20px 0px;
	font-size: 92%;
	}

div.hero_caption_tall {
	margin: 2px 0px 20px 150px;
	font-size: 92%;
	}

.photoCredit {
	color: #999999;
	}
	
.secondary-image .photoCredit {
	display: block;
	margin-top: 4px;
	}

div.logo_for_print {
	display: none;
	}
	
.article ol {
	margin: 0 0 1.5em 0;
	font-size:100%;
	list-style-type:decimal;
	padding-left:18px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:125%;
	line-height:150%;
}

.article ol li{
	margin-bottom:5px;
}


/* ----- =>line */
.hr_light {
	clear: both;
    border-top: 1px solid #d5cec2;
    height: 1px;
    font-size: 0px;
    margin: 10px 0px 10px 0px;
}

.hr_dark {
	clear: both;
    border-top: 1px solid #2a2215;
    height: 1px;
    font-size: 0px;
    margin: 10px 0px 10px 0px;
}

.hr_lowmarg_light {
	clear: both;
    border-top: 1px solid #d5cec2;
    height: 1px;
    font-size: 0px;
    margin: 5px 0px 20px 0px;
}

.hr_lowmarg_dark {
	clear: both;
    border-top: 1px solid #2a2215;
    height: 1px;
    font-size: 0px;
    margin: 5px 0px 15px 0px;
}

.hr_highmarg_light {
	clear: both;
    border-top: 1px solid #d5cec2;
    height: 1px;
    font-size: 0px;
    margin: 15px 0px 3px 0px;
}

.hr_highmarg_dark {
	clear: both;
    border-top: 1px solid #2a2215;
    height: 1px;
    font-size: 0px;
    margin: 15px 0px 3px 0px;
}



/* normal */
div.normal_list ul {
	padding: 30px 0px 0px 0px;
}

div.indent .normal_list ul {
	float: right;
	width: 575px;
	padding: 0px;
}

div.normal_list ul li {
	position: relative;
	padding: 0px 0px 10px 0px;
}

div.normal_list ul li strong {
	margin: 0px;
	font-size: 117%; /* 14px */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #2a2215;
}

div.normal_list ul li div {
	text-align: right;
	position: absolute;
	left: -30px;
	top: 0px;
	font-size: 167%; /* 20px */
	text-transform: uppercase;
	padding: 3px 7px 0px 0px;
	width: 23px;
}


/* --- COUNTRIES -------------------------------------------------------------------- */

a.jumpLink {
	margin-bottom:20px;
}

div.country_list ul {	
	width: 600px;
	padding: 0;
	border-top: 1px solid #2a2215;
	}

div.country_list ul li {
	border-bottom: 1px solid #2a2215;
	margin-left: 155px;
	padding: 5px 0px;	
	}

div.country_list ul li.highlight {
	position: relative;
	}

div.country_list ul li.highlight div {
	position: absolute; 
	left: -155px;
	top: 0px;
	font-size: 180%; /* 18px */
	text-transform: uppercase;
	width: 155px; padding: 4px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

div.country_list ul li.last {
	margin-left: 0;
	padding-left: 155px;
	}
	
	
/* ----- =>articl gallery */

.gallery {
	width: 450px;
	padding-bottom: 4px;
	margin-top: 5px;
	background: url(../images/elements/hr-gallery.gif) no-repeat left 99px;
	float: left;
	}
	
.gallery img {
	padding-right: 10px;
	}
	
p.gallery_caption {
	padding-right: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:92%;
	margin: 5px 0 15px;
	float: right;
	}


/* --- PAGINATION -------------------------------------------------------------------- */

#breadcrumbs {
	color:#333;
    left: 26px;
    position: absolute;
    top: 53px;
}

#breadcrumbs a {
	color:#333;
	background: url(../images/bg_panel_link_arrow.gif) no-repeat scroll 0 4px transparent;
    line-height: 100%;
    padding: 0 5px 0 11px;
}

#breadcrumbs a.first {
	padding:0 5px 0 0;
	background:none;
}

#breadcrumbs span {
	color:#333;
	padding: 0 0 0 11px;
	background: url(../images/bg_panel_link_arrow.gif) no-repeat scroll 0 4px transparent;
}


div.pagination_arrow ul li {
	display: inline;
	padding: 0px 0px 0px 8px;
	}

div.pagination_next_prev {
	padding: 0px 0px 0px 0px;
	}

div.pagination_next_prev ul li, div.pagination_next_prev ul li a {
	display: inline;
	text-transform: none;
	}

div.pagination_next_prev ul li {	
	float: left;
	color: #2a2215;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
	}

div.pagination_next_prev ul li.previous {
	text-align: left;
	}

div.pagination_next_prev ul li.next {
	text-align: right;
	}


/* pagination alpha */
div.pagination_alpha ul {
	padding: 0 0 12px 0;
	border-bottom: 1px solid #b1c9d3;
	}

div.pagination_alpha ul li {
	display: inline;
	border-left: 1px solid #2a2215;
	padding: 0px 0px 0px 7px;
	margin: 0px 5px 0px 0px;
	}

div.pagination_alpha ul li.first {
	border: 0px;
	padding: 0px;
	}

div.pagination_alpha ul li.current a {
	font-weight: bold;
	}

div.pagination_alpha ul li a {
	text-transform: uppercase;
	}


/* print send */
div.print_send ul li, div.print_send ul li a {
	display: inline;
}

div.print_send ul li {
	padding: 0px 20px 0px 0px
}



/* ----- =>forms */
div.form {
	padding: 0px 0px 20px 0px;
}

div.form select {
	float: left;
	width: 240px;
	font-family: Arial;	
	font-size: 100%;
}

div.form button {
	float: left;
	border: 0px;
	background: url(../images/bg_form_search_button.gif) no-repeat 0px 0px;
	height: 26px;
	width: 45px;
	cursor: pointer;
	margin-left: 5px;
}



/* page number */
div.page_no {
	float:left;
	vertical-align:top;
}

div.page_no span {
	float:left;
}

div.page_no label,
div.page_no form label
{
	padding: 0px 5px 0px 30px;
	float:left;
}

div.page_no input,
div.page_no form input
{
	width: 40px;
	font-family: Arial;	
	font-size: 100%;
	float:left;
	
}

div.page_no input.goButton {
	margin: -2px 0 0 5px;
	height:25px;
	width:39px;
}


/* ----- =>modules */
div.module_wrapper
{
	padding: 0px;
	margin: 0px;
}
	
/* ---------- SECTION LANDING PAGE --------------------------------------------- */

.featureSell {
	padding: 0 10px 0 5px !important;
	width: 135px !important;
	}
	
.featureSell h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 190%;
	line-height: 110%;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 8px 0;
	}
	
.featureSell h2.date {
	color: #2a2215;
	margin-bottom: 2px;
	}
	
.featureSell .standfirst {
	font-size: 110%;
	font-style: normal;
	}

.articleSell {
	float: left;
	width: 140px;
	padding: 0px 11px 0px 0px;
	}

div.articleSell h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 115%;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	text-transform: none;
	}

div.sectionArticles .last {
	padding-right: 0;
	}

.recentStoriesTitle {
	margin: 16px 10px 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #2a2215;
	}

.recentStoriesTitle h2 {
	margin: 0 0 3px 0;
	padding-top: 3px;
	}
	
.moreStories {
	background: url(/images/bg_link_arrow.gif) no-repeat 0 2px;
	display: block;
	padding-left: 15px;
	clear: both;
	float: right;
	width: 138px;
	}
	
.relatedArticles .moreStories {
	float: left;
	width: 280px;
	padding-top: 10px;
	background-position: 0 12px;
	padding-bottom: 10px;
	}

.moreStoriesCountry {
	border-bottom: solid 1px #2a2215;
	padding-bottom: 8px !important;
	}

.lastArticle {
	border-top:none;
}
	
/* --- DESTINATION of the MONTH -------------- */

.dest-module {
	padding: 10px 6px;
	}

.dest-module h2 {
	margin-bottom: 10px;
	overflow: auto;
	}

.dest-module h3 {
	margin: 0 0 7px 0;
	font-size: 180%;
	text-transform: none;
	font-weight: normal;
	font-family: georgia, sans-serif;
	line-height: 110%;
	}

.dest-module .thumb {
	margin-bottom: 1em; 
	}
	

/* shade */
div.shade {
	background: #fcf3e4;
}

div.shade .module_wrapper .increase_padding_low {
	padding: 0px 0px 30px 0px;
}

div.shade .module_wrapper .increase_padding_high {
	padding: 0px 0px 160px 0px;
}

div.shade .module_wrapper .info {
	padding: 10px;
}

div.shade .module_wrapper .info .side div {
	float: left;
	width: 140px;	
}	
	

/* -- =>image left one half */
div.module_wrapper .img_left_one_half {
	padding: 0px 0px 15px 0px;
}

div.module_wrapper .img_left_one_half  h3.large {
	font-size: 150%; /* 18px */
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-transform: none;
	line-height: normal;
	margin: 0px 0px 8px 0px;
}

div.module_wrapper .img_left_one_half .image {
	float: left;
	width: 150px;
}

div.module_wrapper .img_left_one_half .text {
	float: right;
	width: 295px;
}

/* -- =>image left one third */
div.module_wrapper .img_left_one_third {
	padding: 0px 0px 15px 0px;
}

div.module_wrapper .img_left_one_third .image {
	float: left;
	width: 145px;
}

div.module_wrapper .img_left_one_third .text {
	float: right;
	width: 125px;
}

div.shade .module_wrapper .img_left_one_third {
	padding: 0px 10px 15px 10px;
}

div.shade .module_wrapper .img_left_one_third .image {
	float: left;
	width: 150px;
}

div.shade .module_wrapper .img_left_one_third .text {
	float: right;
	width: 130px;
}



/* shop */
.shop {
	background: #FCF3E4 url(../images/bg_md_multicolour.gif) no-repeat bottom left;
	padding: 20px 18px 25px 18px;
	font-size: 92%; /* 11px */
	line-height: 1.2em;
	float:left;
}

.shop .arrow {
	font-weight:normal;
	color:#2a2a2a;
}

.shop .upper div {
	float: left;
	width: 128px;
}

.shop .upper div.description {
	padding: 0px 0px 0px 8px;
}

.shop .lower {
	padding: 10px 0px 0px 0px;
}

.shop .lower .left {
	float: left;
	background: #f9d1ae url(../images/bg_product_bottom.gif) no-repeat bottom left;
	padding: 0px 0px 4px 0px;	
	margin: 0px 0px 15px 0px;
	width: 128px;
}

.shop .lower .right {
	float: right;
	background: #f9d1ae url(../images/bg_product_bottom.gif) no-repeat bottom left;
	padding: 0px 0px 4px 0px;	
	margin: 0px 0px 15px 0px;
	width: 128px;
}

.shop .lower .product  {
	background: #f9d1ae url(../images/bg_product_top.gif) no-repeat top left;
	padding: 9px 13px 0px 13px;
	min-height: 180px; /* screen_ie6.css */
}

.shop .lower .product p {
	margin: 0px;
}

.shop .lower .product .strike {
	text-decoration: line-through;
}

.shop .floatRight {
	padding: 0px 17px 0px 0px
}



/* find flights and hotels */

.find_flights_hotels
{
	background: #e0eef8 url(../images/bg_md_flights_hotels.gif) no-repeat 93px 15px;
	padding: 65px 0px 20px 0px;
	float:left;
	margin:0 0 10px 0;
}

.find_flights_hotels div
{
	float: left;
	width: 135px;	
	padding: 0px 10px 0px 0;	
}

.find_flights_hotels .left
{
	padding: 0px 10px 0px 10px;	
}


/* contributor */
div.module_wrapper h3.contributor {
	padding: 6px 5px;
	margin: 0;
	background: #c5dee9 url(/images/contrib-title-bg.gif);
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 134%;
}


/* --- SEARCH RESULTS ---------------------------------------------------------------------------- */


/* sort by */


h2.secondary {
	font-size: 120%;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 5px 2px;
	color: #97afb9;
	}

div.sort_by {
	height: 36px;
	background: url(/images/elements/sortby_bg.gif) 0 0;
	}
	
div.sort_by .sortForm {	
	padding: 7px 8px 0 0;
	}
	
div.sort_by label {	
	margin-right: 4px;
	}
	
div.sort_by span {	
	margin-left: 4px;
	}
	
div.sort_by .sortBySimple, div.sort_by .sortBy {	
	float: right;
	}
	
.results .sortForm span, .results .sortForm label {
	float:left;
	}

/* results */

.resultItem {
	border-bottom: 1px solid #b1c9d3;
	padding: 20px 0 10px 0;
	}

.newsListing .firstItem, .blogListing .firstItem { padding-top:0 !important; }
.newsListing .lastItem, .blogListing .lastItem { border-bottom: transparent none !important; }

.resultItem h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 150%;
	margin: 0 0 0.4em 0;
	}

.blogListing .resultItem h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:97%;
	margin:0 0 2px 150px;

}

.resultItem p {
	line-height: 140%;
	margin-bottom: 0;
	}

.resultItem em, .resultItem em a {
	color: #999999;
	}

.resultItem img {
	float: right;
	margin: 0 15px 10px 15px;
	}

.searchResultsBottom {
	padding-top: 8px;
	}


/* ---------- =>sifr */

 .sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	} 

.sIFR-hasFlash h2.title, .sIFR-hasFlash h2.sidecol, .sIFR-hasFlash h3.contrib-sifr, .sIFR-hasFlash h3.contrib-sifr-bold {
	visibility: hidden;
}

.sIFR-hasFlash h1.section-ttl, .sIFR-hasFlash h1.sub-section-ttl {
	visibility: hidden;
}


/* ----- =>tags */

.tags {
	margin-top:10px;
}

.tags a {
	font-style:italic;
}

.tags p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 100%;
	margin-bottom: 0.8em;
	}

.tags h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}


/* ---------- =>tools */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.spacer {
    clear: both;
    height: 8px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

.debug {
	border: 1px solid red !important;
}

.nodisplay {
    display: none !important;
}

.noborder {
	border: 0px !important; 
}

/* ---------- PAGE SPECIFIC STYLES ------------------------------------------------------------------------ */

/* ---------- HOMEPAGE ---------------------------------------------------------------------- */

.home .floatRight img {
	padding-bottom: 15px;
	 }

	
.home-features .item, .latest-stories .item {
	clear:left;
	padding-bottom:24px;
	border-bottom:1px solid #d7e3ea;
	margin:0 7px 7px 0;
	}

.home-features .item > a {
	float:left;
}

.home-features .last, .latest-stories .last {
	border:none;
}

.home-features .item h4, .latest-stories .item h4 {
	text-transform: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.9em;
	margin:0 0 0 148px;
	position:relative;
	}

h4.sectionFood a { color:#d35a02; }
h4.sectionDestinations a { color:#145887; }
h4.sectionAdventure a { color:#438649; }
h4.sectionUK a { color:#ec232b; } 
h4.sectionHotels a { color:#569FA3; }
h4.sectionShopping a { color:#D9469D; } 
h4.sectionCompetitions a { color:#7A9B06; }
.latest-stories .item h4.sectionCaribbean a { color:#1f76a7;}
.latest-stories .item h4.sectionEurope a { color:#329b4e;}
.latest-stories .item h4.sectionNorthAmerica a { color:#5792be;}
.latest-stories .item h4.sectionSouthAmerica a { color:#9977a1;}
.latest-stories .item h4.sectionAsia a { color:#71b458;}
.latest-stories .item h4.sectionAfrica a { color:#d38b35;}
.latest-stories .item h4.sectionMiddleEast a { color:#eeca74;}
.latest-stories .item h4.sectionAustralasia a { color:#6ebcab;}


.home-features .item h3, .latestBlogPost h3, .latest-stories .item h3 {
	text-transform: none;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 110%;
	margin: 0 0 3px 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	}
	
.home-features .item p, .latest-stories .item p {
	margin:0 0 0 148px;
	}

.home-features .item p.date, .newsListing .resultItem p.date, .latest-stories .item p.date, .blogListing p.date, .featureSell p.date {
	font-weight:bold;
	margin:5px 0 0 0;
	}

.home-features .item p.comments a, .latestBlogPosts .item p .comments a, .newsListing .resultItem p.comments a, .latest-stories .item p.comments a, .blogListing p.comments a, .featureSell p.comments a {
	font-size:0.9em;
	background: url(../images/icon_comment.png) left 1px no-repeat;
	padding-left:15px;
	line-height:100%;
	margin-bottom:0;
	}

p.comments {
	margin-bottom:0;
}

.home-features .item img, .latest-stories .item img {
	float: left;
	margin-right: 8px;
	padding-top:3px;
	} 
	
.home .shade .module_wrapper {
    border-top: 1px solid #d5cec2;
	}
	
.mpu, .one_third .competition {
	margin: 0 0 7px 0;
	float:left;
	}
	
.hotels-panel {
	clear: both;
	padding: 10px 0 10px 7px;
	border-top: #d5cec2 solid 1px;
	}
	
.hotels-panel .articleSell {
	padding: 0;
	}
	
.hotels-panel .articleSell img {
	margin-bottom: 7px;
	}
	
.hotels-panel .articleSell h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.hotels-panel .articleSell-left {
	margin-right: 9px;
	}
	
.home-contributors .one_sixth {
	background: url(/images/elements/border-blue.gif) 0 0 repeat-y;
	}
	
.home #hero {
	float:left;
	width:455px;
	height:388px;
	overflow:hidden;
	position:relative;
	z-index:2;
}

.home .heroElement {
	position:relative;
	width:455px;
	height:388px;
}

.heroElement .heroCaption {
	width:442px;
	height:57px;
	position:relative;
	margin:-67px 0 0 0;
	_margin:-70px 0 0 0;
	*margin:-70px 0 0 0;
	padding:5px 0 5px 13px;
	background:transparent url(../images/elements/hero-caption-gradient.png) left top no-repeat;
	border:transparent none;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.heroElement .heroDesc {
	width:370px;
	float:left;
}

h1.heroTitle {
	font-weight:normal;
	font-size:2.2em;
	line-height:100%;
	margin:6px 0 2px 0;
	display:block;
	float:left;
}

.heroElement .heroCaption h1 a {
	color:#fff;
	text-decoration:none;
}

.heroElement .heroCaption h1 a:hover {
	text-decoration:underline;
}

.heroElement .heroControls {
	float:right;
	width:50px;
	padding:10px 0 5px 15px;
}

.heroElement .heroCaption p {
	font-size:1.2em;
	color:#fff;
	clear:both;
}

.heroElement .heroCaption .heroControls p {
	clear:both;
	color:#d4d4d4;
	margin:0;
	padding:0;
	*margin:-10px 0 0 0;
}

.heroElement .heroControls .heroArrowLeft {
	width:12px;
	height:19px;
	background: transparent url(../images/elements/hero-arrow-left.gif) left top no-repeat;
	display:block;
	margin:0 10px 5px 0;
	text-indent:-10000px;
	float:left;
	padding:0;
	cursor:pointer;
}

.heroElement .heroControls .heroArrowRight {
	width:12px;
	height:19px;
	background: transparent url(../images/elements/hero-arrow-right.gif) left top no-repeat;
	display:block;
	margin:0 0 5px 0;
	text-indent:-10000px;
	float:left;
	padding:0;
	cursor:pointer;
}

.heroElement .heroControls .heroArrowLeft:hover, .heroElement .heroControls .heroArrowRight:hover {
	background-position:0 -19px;
}

div.two_thirds .home-people {
	border-left:1px solid #b0c7d6;
	padding:0 0 8px 9px;
	margin:20px 0 6px 0;
}

.home-people img {
	margin-bottom:10px;
}

.home-features {
	margin:20px 0 12px 0;
}

.home-features-large {
	border-top:1px solid #B0C7D6;
	float:left;
	width:605px;
}

.home-features-large .item {
	padding:11px 0 36px 0;
	border-bottom:1px solid #b3c6d5;
	float:left;
	width:605px;
}

.home-features-large .last {
	border-bottom:none;
}

.imageContainer {
	float:left;
	width:288px;
	margin-right:22px;
	position:relative;
}

.imageContainer a, .imageContainer img {
	float:left;
}

.imageContainer h2 {
	position:absolute;
	background-color:#fff;
	padding:0 4px 1px 0;
}

.home-features-large .item h3 {
	text-transform: none;
	font-weight: normal;
	font-size: 200%;
	line-height: 100%;
	margin:0 0 5px 310px;
	font-family:Georgia,"Times New Roman",Times,serif;
	}

.home-features-large .item p {
	margin:0 0 10px 310px;
	padding-right:20px;
}

.home-features-large .item p.topMargin {
	margin-top:25px;
	font-weight:bold;
}

.home-features-large .item .author, .citySecrets .author {
	font-style:italic;
}

.home-features-large .item .moreSecrets {
	font-weight:bold;
	margin:0 0 4px 0;
}



/* Right column panels */

.rightColPanel {
	background-color:#e3f0f9;
	padding:14px 14px 24px 14px;
	margin:0 0 7px 0;
	width:272px;
	float:left;
}

.rightColPanel p, .rightColPanel h5 {
	margin:0;
	color:#424242;
}

.rightColPanel .floatedImg {
	width:140px;
	height:96px;
	overflow:hidden;
	display:block;
	float:left;
	margin:3px 12px 5px 0;
}

.latestBlogPost .blogPostAuthor {
	margin:0 0 7px 0;
	color:#424242
}

.exclusiveOffer {
	margin: 0 0 24px 152px;
}

.bookOnline, .twitterPanel, .rssPanel {
	padding:0 0 0 43px;
	background:url(../images/icons/icons.png) left 2px no-repeat;
}

.bookOnline {
	clear:both;
}

.btnBookNow {
	margin:8px 0 0 0 !important;
}

.btnBookNow a {
	display:block;
	text-indent:-10000px;
	width:223px;
	height:32px;
	background:url(../images/btn-book-now.png) left top no-repeat;
}	

.btnBookNow a:hover {
	background-position:left -32px;
}

.twitterPanel { background-position:left -118px; margin-bottom:16px; }
.rssPanel { background-position:left -238px; }

.one_third .competition a {
	float:left;
}

.newsListing .resultItem a.arrow, .blogListing a.arrow {
	background:transparent url(../images/bg_panel_link_arrow.gif) no-repeat scroll 0 9px;
	padding:8px 0 8px 8px;
	font-size:0.9em;
	line-height:100%;
}

.newsListing p {
	padding-right:15px;
}

.newsListing .resultItem {
	border-bottom:1px solid #e6e2da;
	padding-bottom:20px;
}

.moreStoriesPanel {
	margin:25px 0 30px 0;
	padding:10px 0 0 0;
	border-top:1px solid #000;
	float:left;
}

.two_thirds .moreStoriesPanel {	width:605px; }
div.one_half .moreStoriesPanel { width:450px; }

.photoCompetitionLink {
	display:block;
	float:left;
	background:url(../images/photocompetition-banner.gif) left top no-repeat;
	width:300px;
	height:121px;
	text-indent:-10000px;
	margin:5px 0 15px 0;
}

.photoCompetitionLink:hover {
	background-position:left -121px;
}

.rightColumnList {
	float:left;
	margin:0;
	padding:15px 0 10px 0;
	border-bottom:1px solid #2A2215;
	width:300px;
}

.lastList {
	border-bottom: transparent none;
}

.rightColumnList ul {
	margin:0;
	padding:0;
}

.rightColumnList ul li {
	list-style-type:none;
	background:url(../images/bg_panel_link_arrow.gif) no-repeat scroll 0 4px;
	padding:0 0 10px 12px;
}

.most-read {
	border-left:1px solid #fff;
	background-color:#515151;
	padding:12px 1px 12px 9px !important;
	width:139px !important;
	color:#fff;
	height:364px;
}

.most-read h2 {
	color:#fff;
}

.mostReadList {
	width:139px;
	float:left;
	clear:both;
	margin:2px 0 0 0;
}

.mostReadList li {
	background:url(../images/elements/most-read-numbers.png) left 3px no-repeat;
	padding:0 5px 6px 25px;
	width:109px;
	border-bottom:1px solid #868686;
	margin:0 0 4px 0;
	min-height:18px;
}

.mostReadList .item2 { background-position:left -98px; } 
.mostReadList .item3 { background-position:left -197px; } 
.mostReadList .item4 { background-position:left -298px; } 
.mostReadList .item5 { background-position:left -399px; } 
.mostReadList .item6 { background-position:left -498px; border:none; } 

.mostReadList a {
	color:#fff;
}

.blogListingLeft {
	padding-right:7px;
	border-right:1px solid #b3c6d5;
}

.blogListing {
	width:292px !important;
	padding-bottom:15px !important;
}

.blogListing .resultItem {
	border-bottom:1px solid #e6e2da;
	margin-right:5px;
	padding-bottom:15px;
}

.blogListing .authorPanel {
	float:left;
	margin:0 10px 5px 0;
	width:140px;
}

.blogListing .authorPanel img {
	float:none;
	margin:0 0 5px 0;
}

.blogListing p, .blogListing h3 {
	margin-left:150px !important;
}

.blogListing .authorPanel p {
	margin:0 !important;
}

.blogListing h2 {
 clear:both;
 display:block;
 text-indent: -10000px;
 height:10px;
 margin:0 0 8px 0;
}

.blogListing h2 a {
 display:block;
 text-indent: -10000px;
 height:10px;
}

.hHighlifeBlog { background: url(../images/txt_highlife-blog.gif) left top no-repeat; }
.hHotelSpaBlog { background: url(../images/txt_hotel-spa-blog.gif) left top no-repeat; }
.hFoodDrinkBlog { background: url(../images/txt_food-drink-blog.gif) left top no-repeat; }
.hShoppingBlog { background: url(../images/txt_shopping-blog.gif) left top no-repeat; }
.hAdventureBlog { background: url(../images/txt_adventure-blog.gif) left top no-repeat; }
.hUKBlog { background: url(../images/txt_uk-blog.gif) left top no-repeat; }
.hOnAssignment { background: url(../images/txt_on-assignment.gif) left top no-repeat; }
.hJohnSimpson { background: url(../images/txt_john-simpson.gif) left top no-repeat; }
.hWhyILove { background: url(../images/txt_why-i-love.gif) left top no-repeat; }
.hNotesFromTraveller { background: url(../images/txt_notes-from-a-traveller.gif) left top no-repeat; }
.hBePacking { background: url(../images/txt_packing.gif) left top no-repeat; }
	
.hLatestBlogPosts {
	clear:both;
	display:block;
	background: url(../images/txt_latest-blog-posts.gif) left top no-repeat;
	text-indent: -10000px;
	height:10px;
	margin:12px 0 0 10px;
	}

.uk .hLatestBlogPosts { background: url(../images/txt_latest-blog-posts-uk.gif) left top no-repeat; }
.hotels-and-spas .hLatestBlogPosts { background: url(../images/txt_latest-blog-posts-hotels.gif) left top no-repeat; }
.food-and-drink .hLatestBlogPosts { background: url(../images/txt_latest-blog-posts-food.gif) left top no-repeat; }
.adventure .hLatestBlogPosts { background: url(../images/txt_latest-blog-posts-adventure.gif) left top no-repeat; }
.shopping .hLatestBlogPosts { background: url(../images/txt_latest-blog-posts-shopping.gif) left top no-repeat; }

	
.hMostRecentPosts {
	clear:both;
	display:block;
	background: url(../images/txt_most-recent-posts.gif) left top no-repeat;
	text-indent: -10000px;
	height:10px;
	width:120px;
	margin:0 0 15px 0;
}

.hHighlifeBlogs {
	clear:both;
	display:block;
	background: url(../images/txt_highlife-blogs.gif) left top no-repeat;
	text-indent: -10000px;
	height:10px;
	width:93px;
	margin:0 0 15px 0;
}

.hLatestStories {
	clear:both;
	display:block;
	background: url(../images/txt_latest-stories.gif) left top no-repeat;
	text-indent: -10000px;
	height:10px;
	margin:0 0 10px 0;
}

.uk .hLatestStories { background: url(../images/txt_latest-stories-uk.gif) left top no-repeat; }
.hotels-and-spas .hLatestStories { background: url(../images/txt_latest-stories-hotels.gif) left top no-repeat; }
.food-and-drink .hLatestStories { background: url(../images/txt_latest-stories-food.gif) left top no-repeat; }
.adventure .hLatestStories { background: url(../images/txt_latest-stories-adventure.gif) left top no-repeat; }
.shopping .hLatestStories { background: url(../images/txt_latest-stories-shopping.gif) left top no-repeat; }

h3.dsq-h3-addcomment {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	clear:both;
	display:block;
	background: url(../images/txt_leave-comment.gif) left top no-repeat;
	text-indent: -10000px;
	height:10px;
	margin:0 0 10px 0;
}

	
/* ---------- STANDARD PAGES ---------------------------------------------------------------------- */

.standard .two_thirds a {
	color:#145887;
}
	
/* ---------- terms conditions --------------- */

.termsConditions h3 {
	font-family:georgia,serif;
	font-size:150%;
	font-weight:normal;
	text-transform:none;
	margin-bottom:10px;
	margin-top:40px;
}

.termsConditions p {
	margin-bottom: 8px !important;
}

/* ---------- sitemap --------------- */
	
.level0on ul{
	margin-top:15px;
}

.level0on li{
	list-style-type:none;
}

.level0on a{
	color:#2A2215 !important;
	font-size:1.4em;
	line-height:130%;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin-bottom:2px;
	margin-left:5px;
}

li.level0on a:hover{
	color:#312E07 !important;
}

li.level0on ul li.level1, li.level0on ul li.level1on {
	width:131px;
	float:left;
	background-color:#fbf9f6;
	margin:1px !important;
	padding:10px 5px 10px 10px;
	min-height:79px;
}

li.level0on ul li.level1:hover, li.level0on ul li.level1on:hover {
	background-color:#f0ece6;
}

li.level0on ul li.level1 a, li.level0on ul li.level1on a {
	color:#635338;
	letter-spacing:0.2px;
	font-size:1.3em;
}

li.level0on ul li{
	margin-bottom:0px !important;
}

li.level0on ul li a {
	margin-left:0px !important;
}

li.level0on ul li.level1 ul li.level2 a{
	font-size:1em;
	text-transform:none;
	margin:0;
	color:#2A2215;
}

li.level0on ul li.level1 ul li.level2 ul li.level3 a {
	font-size:0.9em;
	text-transform:none;
	margin:0;
	color:#635338;
}

li.level0on ul li.level1 ul{
	margin-left:15px !important;
	color:#2A2215;
}

li.level0on ul li.level1 ul, li.level0on ul li.level1 ul li.level2 ul {
	margin-top:0px;
}

li.level0on ul li.level1 ul li.level2 ul {
	color:#635338;
}

li.level0on ul li.level1 ul li.level2, li.level0on ul li.level1 ul li.level2 ul li.level3{
	list-style-type:circle !important;
}



/* ---------- DESTINATIONS ---------------------------------------------------------------------- */

.destinations div.section-ttl {
	background-color: #c5dee9; 
	}

.destinations div.section-ttl li {
	background-image: url(../images/elements/blue-square-bullet.gif);
	}

.destinations div.section-ttl a,
.destinations div.three_col_odd .two_thirds .one_sixth blockquote,
.destinations div.pagination_next_prev ul li,
.destinations .sidecol h3,
.destinations a.inline,
.destinations .article h3,
.destinations_mod a,
.destinations .article p a,
.destinations div.paging a {
	color: #3b6c8b;
	}

.recent-dest {
	float: left;
	width: 309px;
	}

.recent-dest .articleSell, .hotels-spas .articleSell {
	padding-left: 0;
	padding-right: 0; 
	width: 140px;
	}

.hotels-spas {
	float: left;
	width: 296px;
	border-bottom: solid 1px #2a2215;
	padding-bottom: 5px;
	}

.hotels-spas .hotels {
	border-bottom: solid 1px #2a2215;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float:left;
	}

.recent-dest .left, .recent-dest .right {
	float: left;
	}

.hotels-spas .left, .hotels-spas .right {
	float: left;
	}

.recent-dest .left {
	width: 154px;
	}

.recent-dest .right {
	border-right: solid 1px #b4c6d4;
	width: 147px;
	}

.hotels-spas .left {
	width: 154px;
	}

.destinations .one-third-col {
	float: left;
	width: 302px;
	}

.destinations .dest-module {
	padding-top: 0;
	margin-top: 0;
	}

#noFlash {
	background: url(/images/flash_map.jpg) no-repeat left top;
	width: 605px;
	height: 331px;
	position: relative;
}

#noFlash a i {
	visibility: hidden;
}

#noFlash a {
	position: absolute;
	text-decoration: none;
}

#mapNAmerica {
	width: 176px;
	height: 162px;
	top: 5px;
	left: 5px;
}

#mapEurope {
	width: 415px;
	height: 129px;
	top: 5px;
	left: 181px;
}

#mapCaribbean {
	width: 90px;
	height: 45px;
	top: 168px;
	left: 95px;
}

#mapSAmerica {
	width: 87px;
	height: 121px;
	top: 213px;
	left: 149px;
}

#mapAsia{
	width: 113px;
	height: 94px;
	top: 134px;
	left: 380px;
}

#mapMEast{
	width: 39px;
	height: 34px;
	top: 156px;
	left: 341px;
}

#mapAfrica{
	width: 91px;
	height: 127px;
	top: 156px;
	left: 252px;
}

#mapAustralasia{
	width: 125px;
	height: 85px;
	top: 228px;
	left: 460px;
}



/* ---------- DISQUS ---------------------------------------------------------------------- */

#disqus_thread {
	clear:both; 
	padding:0;
	float:left;
	width:450px;
}

#disqus_thread #dsq-content h3 {
	font-weight:normal !important;
	margin:0 0 5px 0;
}

#dsq-content #dsq-global-toolbar {
    margin: 0 0 1em 0 !important;
}

h3.dsq-h3-commentcount {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 150%;
	margin: 0 0 10px 0;
	font-weight:normal;
}

#dsq-content #dsq-options {
	margin:3px 0 !important;
	padding:5px 0 5px 0;
	border-bottom:1px solid #e6e2da;
	border-top:1px solid #e6e2da;
}

#dsq-content #dsq-comments .dsq-comment {
	margin:15px 0 0 0 !important;
	padding:0 0 10px 0 !important;
	border-bottom:1px solid #e6e2da !important;
}

#dsq-content #dsq-comments .dsq-comment-header {
	background: transparent none !important;
	height:auto !important;
	line-height:130% !important;
}

#dsq-content #dsq-comments .dsq-comment-header cite, #dsq-content #dsq-comments a.dsq-header-time {
	margin:0 !important;
}

#dsq-content .dsq-comment-message {
	padding-right:40px !important;
}

#disqus_thread #dsq-content {
	margin:10px 0 0 0 !important;
	overflow:hidden !important;
	float:left !important;
	width:450px !important;
}	

#dsq-content #dsq-comments .dsq-comment-header .dsq-header-meta {
	font-size:1em !important;
}

.dsq-header-meta {
	padding-left:5px;
}

#dsq-post-add {
	margin:0 0 -50px 0;
	position:relative;
}

#dsq-content #dsq-login .dsq-login-message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	float:left;
	margin-right:5px;
}

a.dsq-brlink { padding:0 0 15px 0 !important; }

	

/* ---------- SPAS ---------------------------------------------------------------------- */

.hotels-and-spas div.section-ttl {
	background-color: #d1eae3;
	}

.hotels-and-spas div.section-ttl ul li a,
.hotels-and-spas div.three_col_odd .two_thirds .one_sixth blockquote,
.ation_next_prev ul li,
.hotels-and-spas .sidecol h3,
.hotels-and-spas .article p a,
.hotels-and-spas .article h3,
.hotels-and-spas .recentStoriesTitle h2,
.hotels-and-spas_mod a,
.hotels-and-spas div.paging a {
	color: #3c9095;
	}



/* ---------- FOOD & DRINK ---------------------------------------------------------------------- */

.food-and-drink div.section-ttl {
	background-color: #ffe9c6;
	}

.food-and-drink div.section-ttl ul li a,
.food-and-drink div.three_col_odd .two_thirds .one_sixth blockquote,
.food-and-drink div.pagination_next_prev ul li,
.food-and-drink .sidecol h3,
.food-and-drink .article p a,
.food-and-drink .article h3,
.food-and-drink .recentStoriesTitle h2,
.food-and-drink div.paging a,
.food-and-drink_mod a  {
	color: #e67511;
	}


/* ---------- ARTS & CULTURE ---------------------------------------------------------------------- */

.arts-and-culture div.section-ttl {
	background-color: #dcd9f1;
	}

.arts-and-culture div.section-ttl ul li a,
.arts-and-culture div.three_col_odd .two_thirds .one_sixth blockquote,
.arts-and-culture div.pagination_next_prev ul li,
.arts-and-culture .sidecol h3,
.arts-and-culture a.inline,
.arts-and-culture .article h3,
.arts-and-culture .recentStoriesTitle h2,
.arts-and-culture div.paging a,
.arts-and-culture_mod a  {
	color: #67607f;
	}

.arts-and-culture .article p a {	
	color: #7869aa;
	}


/* ---------- SPORTS & ADVENTURE ---------------------------------------------------------------------- */

.adventure div.section-ttl {
	background-color: #d0e9c4;
	}

.adventure div.page_title ul li a,
.adventure div.three_col_odd .two_thirds .one_sixth blockquote,
.adventure div.pagination_next_prev ul li,
.adventure .sidecol h3,
.adventure a.inline,
.adventure .article h3,
.adventure .article p a,
.adventure .recentStoriesTitle h2,
.adventure_mod a,
.adventure div.paging a {
	color: #438649;
	}


/* ---------- FASHION & SHOPPING ---------------------------------------------------------------------- */

.shopping div.section-ttl {
	background-color: #eddcea;
	}

.shopping div.page_title ul li a,
.shopping div.three_col_odd .two_thirds .one_sixth blockquote,
.shopping div.pagination_next_prev ul li,
.shopping .sidecol h3,
.shopping a.inline,
.shopping .article h3,
.shopping .article p a,
.shopping .recentStoriesTitle h2,
.shopping_mod a,
.shopping div.paging a {
	color: #d9469d;
	}


/* ---------- COMPETITIONS -------------------------------------------------------------------*/

.competition div.section-ttl {
	background-color: #ebf8c4;
	}

.competition div.page_title ul li a,
.competition div.three_col_odd .two_thirds .one_sixth blockquote,
.competition div.pagination_next_prev ul li,
.competition .sidecol h3,
.competition a.inline,
.competition .article h3,
.competition .recentStoriesTitle h2,
.competition_mod a,
.competitions-and-offers_mod a,
.competition div.paging a {
	color: #7a9b06;
	}

.competition .article p a, .competition .competitionArticle p a, .competition .competitionArticle span a {
	color: #7a9b06;
	}



/* ---------- NEWS ---------------------------------------------------------------------- */

.newsListing h3.recentNews {
	margin-top: 1em;
	padding-bottom: 2px;
	border-bottom: solid 1px #2a2215;
	}



/* ---------- UK ---------------------------------------------------------------------- */

	
.uk div.section-ttl {
	background-color: #ffe2d2;
	}

.uk div.section-ttl li {
	background-image: url(../images/elements/red-square-bullet.gif);
	}

.uk div.page_title ul li {
	border-left-color: #e6272e;
	}

.uk .article p a,
.uk div.section-ttl ul li a, .uk div.three_col_odd .two_thirds .one_sixth blockquote, .uk div.pagination_next_prev ul li, .uk .sidecol h3, .uk a.inline, .uk .article h3, .uk .recentStoriesTitle h2, .uk div.paging a  {
	color: #e6272e;
	}

/* ---------- SEARCH RESULTS ---------------------------------------------------------------------- */

.results div.section-ttl {
	background-color: #ede5d3;
	}
	

/* ---------- competitions ---------------------------------------------------------------------- */

.competitionOfferFeature {
	float:left;
	margin:0 0 30px 0;
}

.competitionOfferItem{
	float:left;
	margin:0 0 20px 0;
}

.competitionOfferFeature a img, .competitionOfferItem a img {
	float: left;
	margin-right: 10px;
}

.competitionOfferFeature h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight:normal;
	line-height:110%;
	margin:0 0 12px 0;
	text-transform:none;
}

.competitionOfferItem h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 110%;
	margin:0;
	padding:0;
	text-transform:none;
}

.competitionOfferFeature p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight:normal;
	line-height:140%;
	margin:0 0 7px;
	text-transform:none;
	padding-right:8px;
}

.h2_offersAndCompetitions {
	clear:both;
	display:block;
	background: url(../images/titles/offers-and-competitions.gif) left top no-repeat;
	text-indent: -10000px;
	height:12px;
}

.competitionOfferFeature ul.tags {
	float:left;
	margin: 3px 0px 5px 0;
}

.competitionOfferItem ul.tags {
	float: left;
	margin: 0 0 5px 0;
	width: 435px;
	height:15px;
}

.comp-form ul.tags {
	float: left;
	margin: 0 0 2px 0;
	width: 600px;
	height:15px;
}

ul.tags li {
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	height: 15px;
	margin-right:2px;
	float: left;
}

.competitionOfferFeature ul.tags li.competition {
	width: 130px;
	height: 26px;
	background-image: url(../images/competitions/tag-win-large.gif);
	background-repeat: no-repeat;
	display:block;
	text-indent:-10000px;
	float:none;
	margin-bottom:3px;
}

.competitionOfferFeature ul.tags li.offer { 
	background-image: url(../images/competitions/tag-offer-large.gif); 
	width:130px;
	height:26px;
	margin-bottom:3px;}

ul.tags li.competition { background-image: url(../images/competitions/tag-win.gif); width:34px; }
ul.tags li.exclusive { background-image: url(../images/competitions/tag-exclusive.gif); width:125px;  }
ul.tags li.offer { background-image: url(../images/competitions/tag-offer.gif); width:54px;  }

div.comp-form .one_half {
	margin-left: 140px;
	}

div.readerForm {
	margin-left: 12px;
	}
	
div.comp-form p, div.readerForm p {
	font-size: 110%;
	line-height: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 1.5em 0;
	}

div.readerForm p {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin:0 0 1.5em;
}

div.readerForm .small {
	font-size: 90%;
	color:#999999;
}
	
div.comp-form input, div.readerForm textarea, div.readerForm input, div.readerForm textarea {
	border: solid 1px #a4a29e;
	background-color: #efefef;
	width: 305px;
	padding: 3px;
	/* margin-bottom: 20px; */
	}
	
div.cManagerCheckList table input, div.cManagerCheckList input {
	width:20px;
	float:left;
	border:none;
	margin:1px 0 6px 0;
	padding:0;
}

div.cManagerCheckList {
	margin-bottom:30px;
}

div.cManagerCheckList table label {
	display:inline;
	font-weight:normal;
}

div.readerForm input, div.readerForm textarea {
	margin-bottom: 0 !important;
	}

div.readerForm textarea {
	height: 130px;
	}

div.readerForm .addressColumn {
	width: 290px;
	float:left;
	padding-bottom:10px;
	}
	
div.readerForm .one_half {
	border-top: 1px solid #dcdcdc;
	padding-top:15px;
}

div.comp-form .questions p, div.readerForm .questions p {
	font-size: 100%;
	margin-bottom: 4px;
	}
	
div.comp-form .questions h4, div.readerForm .questions h4, div.readerForm label, div.harrods label, div.philipstv label {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 100%;
	margin: 20px 0 3px 0;
	color: #000000;
	font-weight: bold;
	display:block;
	}
	
div.comp-form .questions label {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 100%;
	margin: 20px 0 3px 0;
	color: #000000;
	font-weight: bold;
	display:block;
	}

div.comp-form .questions table label {
	display:inline;
}

div.comp-form .questions table {
	margin-top:5px;
}
	
div.readerForm #ctl00_ContentPlaceHolder1_ctlLayoutContainer_ctl00_ctl00_ctl00_ctl00_btnSubmit {
	margin-top:15px;
}
	
div.comp-form h3, div.readerForm .one_half h3 {
	font-size: 120%;
	color: #000000 !important;
	font-weight: bold;
	font-family:georgia,serif;
	text-transform:none;
	}

.btnSubmitClass {
	width: 71px;
	height: 26px;
	margin-top: 10px;	
	padding:0 !important;
	background: #fff url('/Images/submit-btn.gif') no-repeat 0 center !important;
	border: 0 !important;
	color: #fff;
	cursor:pointer;
	}

div.comp-form p.terms {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 20px;
	}

div.comp-shade {
	background: #f6ead5;
	padding: 9px;
	float:left;
	margin:0 0 10px;
	}

div.comp-shade h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	text-transform: none;
	padding: 14px 0 5px 0;
	font-weight: normal;
	}
	
div.portrait-article-top {
	float: left;
	width: 605px;
	border: solid 1px red;
	}

.formError {
	color:#ff0009;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	margin-bottom:8px !important;
}

div.subTitle h2.title {
		margin-bottom:2px !important;
	}
	
div.subTitle h3 {
		margin-bottom:12px;
	}
