





/* ####################################### */
/* ############ SITE DEFAULTS ############ */
/* ####################################### */


body {
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color			: #111;
	line-height		: 1.5em;
}



/* HEADERS
------------------------------------------------*/

/*
h1,h2,h3,h4,h5,h6 {
}
*/


/* Colors for individual header sizes
h1 { color: }
h2 { color: }
h3 { color: }
h4 { color: }
h5 { color: }
h6 { color: }
*/


.e-common-page_title h1 {
	color: #3679AB;
	margin-bottom: 1em;
	font-size: 2em;
	letter-spacing: -0.035em;
}

.section-directory .e-common-page_title h1 {
	margin-bottom: 0.2em;
}

.e-bodycontent h2 {
	color: #666;
	font-weight: normal;
}

.e-bodycontent h3 {
	color: #111;
	margin-bottom: 0.5em;
}


/* SITE LOGO
------------------------------------------------*/


h1#site-logo {
	width:	340px;
	height:	107px;
	margin: 0;
	padding: 0;
}

/*Dimensions & Position of image logo (used on all pages that are not the home page
img#site-img-logo {
	width:	;
	height:	;
	position: ;
	margin: 0;
	padding: 0;
}*/



/* ####################################### */
/* ################ =LINKS ############### */
/* ####################################### */

/* GLOBAL LINK STYLES
------------------------------------------------*/


a:link,
a:visited {
	color			: #AB4D36;
}

a:hover,
a:focus {
	color			: #4890C5	;
}


/* HIGHLIGHTS / LOWLIGHTS
------------------------------------------------*/
/* Color for elements which are not links but you want to emphasise 
.highlight {	
	color			:	;
}
*/

/* Color for elements which you want to have a faded effect
.fade {	
	color			:	;
}
*/


/* SECTION LINKS
------------------------------------------------*/

/* HEAD PRE 
.e-head-pre a:link,
.e-head-pre a:visited {
}

.e-head-pre a:hover,
.e-head-pre a:focus {
}
*/


/* HEAD 
.e-head a:link,
.e-head a:visited {
}

.e-head a:hover,
.e-head a:focus {
}
*/


/* INNER FOOT
.e-inner-foot a:link,
.e-inner-foot a:visited {
}

.e-inner-foot a:hover,
.e-inner-foot a:focus {
}
*/



.e-foot a:link,
.e-foot a:visited {
	color: #CFE1EF;
}

.e-foot a:hover,
.e-foot a:focus {
}







/* ####################################### */
/* ########## DIRECTORY DISPLAY ########## */
/* ####################################### */


/* CONTINENT LISTING
------------------------------------------------*/




/* COUNTRY LISTING
------------------------------------------------*/





/* CITY LISITING
------------------------------------------------*/






/* ####################################### */
/* ########### VIATOR ########### */
/* ####################################### */



ul li.viator-offer-group h3 {
	display: block;
	background: red;
	height: 33px;
	/* padding-left: 40px; */
	line-height: 33px;
	color: #3679AB;
	margin-bottom: 0.2em;
}

ul li.viator-offer-group li.viator-offer {
	margin-bottom: 1em;
}

ul li.viator-offer-group li.viator-offer h4 {
	font-size: 1em;
	color: #AB4D36;
	margin-bottom: 0.2em;
}

ul li.viator-offer-group li.viator-offer p {
	font-size: 0.9em;
}



/* POWER INLINE STYLES OVERIDE */
li.viator-offer font,
li.viator-offer b {
	color: #111;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}




















