﻿/*
Site Name: EF Education
Site URL: www.ef.com
Description: Global style sheet. Covers the main framework and common styles.
Version: 1.0
Author: Yacine Belarbi & Steve Persson 
Last updated: 2010-11-17
*/

/* = 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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* = GLOBAL ELEMENTS
---------------------------------------------------*/
 
body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #000
}

body.lang-ja { font-family: "Meiryo"; }
 
a:link {
	color: #000;
	text-decoration: none;
}
 
a:visited {
	color: #000; /*#800080*/
	text-decoration: none;
}
 
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .2em;
	font-size: 13px;
	font-weight: bold;
	color: #606060;
}

h1  {
	margin: 0 0 1em; 
	font-size: 20px;
	font-weight: normal;
	width: 365px;
}

h1.big { font-size: 24px; }

p { margin: 0 4em 1em 0; }

input,
textarea,
select { font: 12px Arial, Helvetica, sans-serif; }

select:focus,
input[type=radio]:focus,
input[type=submit]:focus,
input[type=checkbox]:focus { outline: 1px dotted #333; }

/* = DEFAULT STYLES
---------------------------------------------------*/
 
.alignleft { float: left; }
.alignright { float: right; }
 
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.undl { text-decoration: underline; }

.text-shadow { text-shadow: #000 1px 1px 2px; }

.box-shadow {
	-moz-box-shadow: 0px 0px 8px #333;
	-webkit-box-shadow: 0px 0px 8px #333;
	box-shadow: 0px 0px 8px #333;
}

.rounded {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}

/* = MAIN LAYOUT
---------------------------------------------------*/

#main { position: relative; z-index: 3; }

#container {
	position: relative;
	z-index: 9000;
}

#header { 
	position: relative;
	z-index: 9;
	height: 110px;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #EFEFEF 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#EFEFEF)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EFEFEF',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#EFEFEF 100%); /* opera */
}

.no-cssgradients #header { 
	background: url(/sitecore/__/_images/global/cssSprite_header_dotted-divider.gif) repeat-x;
}

#navigation {
	position: relative;
	height: 26px;
	background: #F1EFED;
	z-index: 100;
	width: 100%;
}

#stage { 
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff;
	overflow: hidden;
	z-index: 90;
}

#mainContent {
	padding: 30px 30px 75px 30px;
	background: #fff;
	position: relative;
	z-index: 80;
}

#footer {
	display: block;
	float: left;
	width: 100%;
	color: #636363;
	position: relative;
	z-index: 98;
	border-top: 1px solid #eaeaea;
	background: #fff;
}

#legal {
	color: #fff;
	font-size: 11px;
	overflow: hidden;
}

#wallpaper {
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1;
}

.squarePattern {
	background: url(/sitecore/__/_images/global/squarePattern_black.png) repeat;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.leftCol { 
	width: 150px;
	padding: 0 30px 0 0;
}

.page { 
	width: 816px;
}

/* = HEADER
---------------------------------------------------*/

#logo {
	float: left;
	margin: 0 0 0 15px;
}

#header strong {
	float: left;
	margin: 30px 0 0 0;
}

#topContact {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 285px;
	color: #999;
	font-size: 11px;
}

	#topContact a { color: #999; }

	#topContact li {
		float: right;
		margin: 0 0 0 15px;
		text-align: right;
		font-weight: bold;
		line-height: 16px;
		white-space: pre;
		padding: 0;
		list-style: none;
	}
	
	#topContact .language {
		float: right;
		padding: 0 0 15px 0;
		margin: 0 0 -31px;
		font: 11px normal Arial, Helvetica, sans-serif;
		color: #999;
		background: none;
		clear: both;
	} 

		#topContact .language a {
			border-left: 1px solid #ccc;
			float: right;
			padding: 0 5px;
		}
	
		#topContact .language .home {
			padding: 0 0 0 15px;
			border: none;
		}
		
		#topContact .language .last { border: none; }
	
	#topContact .phone { 
		float: none; 
		font-size: 18px;
		line-height: 26px;
		background: none;
	    height: 26px;
		margin: 30px 0 0;
		padding: 0;
		direction: ltr;
	}
	
	#topContact .phone i {
	    background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 50% -160px;
	    width: 11px;
	    height: 18px;
	    vertical-align: text-top;
	    display: inline-block;
	    position: relative;
	    margin: 0 10px;
	}
	
	#topContact .phone img { padding-right: 7px; }
	
	.arrow-right {
	    background: url(/sitecore/__/_images/global/arrow_right.gif) no-repeat 0 50%; 
	    width: 4px;
	    height: 6px;
	    display: inline-block;
	    margin: 0 5px;
	    vertical-align: middle;
	}
	
	.dbl-arrow-right {
	    background: url("/sitecore/__/_images/global/arrow_double_right.gif") no-repeat 0 50%; 
	    width: 8px;
	    height: 6px;
	    display: inline-block;
	    margin: 0 5px;
	    vertical-align: middle;
	}	

/* = MAIN NAVIGATION
---------------------------------------------------*/

.central-others #navigation ul,
.FD #navigation ul,
.EFC #navigation ul,
.mainMenu { 
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #efefef;
	width: 100%;
	z-index: 200;
}

.central-others #navigation li,
.FD #navigation li,
.EFC #navigation li,
.mainMenu li {
	margin:0;
	padding: 0;
	list-style: none;
    float: left; 
    padding: 0;
    background: url(/sitecore/__/_images/global/cssSprite_header_dotted-divider.gif) no-repeat 100% -153px;
}

.central-others #navigation li.inactive,
.central-others #navigation li.beforeactive,
.FD #navigation li.inactive,
.FD #navigation li.beforeactive,
.EFC #navigation li.inactive,
.EFC #navigation li.beforeactive,
.mainMenu li.inactive,
.mainMenu li.beforeactive { background: none; }

.mainMenu li.destinations a {
	background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 108% -735px;
	padding: 4px 22px 11px 8px;
}

.mainMenu li.active.destinations a { background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 108% -735px; }

.mainMenu li.active.destinations.dropdown,
.mainMenu li.destinations.dropdown,
.mainMenu li.destinations:hover {
	background: url(/sitecore/__/_images/global/navigation_active_destination.png) no-repeat 50% -4px;
	color: #444444
}

.mainMenu li.destinations:hover a,
.mainMenu li.destinations.dropdown:hover a,
.mainMenu li.destinations.dropdown a { background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 108% -689px; }

.mainMenu li.destinations.dropdown a { color: #444444 }

.central-others #navigation li a,
.FD #navigation li a,
.EFC #navigation li a,
.mainMenu li a {
	float: left;
	color: #777;
	text-decoration: none;
	padding: 4px 8px 11px;
	font-weight: bold;
	line-height: 19px;
}

.central-others #navigation .active a,
.central-others #navigation .active a:hover,
.FD #navigation .active a,
.FD #navigation .active a:hover,
.EFC #navigation .active a:hover,
.EFC #navigation .active a,
.mainMenu li.active.destinations,
.mainMenu .active a:hover,
.mainMenu .active.destinations a,
.mainMenu .active a { 
	background: url(/sitecore/__/_images/global/navigation_active.png) no-repeat 50% -4px;
	color: #fff;
}

.mainMenu .active.inactive a { background: url(/sitecore/__/_images/global/navigation_active_noarrow.png) no-repeat 50% -4px; }

.central-others #navigation li a:hover,
.FD #navigation li a:hover,
.EFC #navigation li a:hover,
.mainMenu li a:hover { color: #444; }

.central-others #navigation .last,
.FD #navigation .last,
.EFC #navigation .last,
.mainMenu .last {
    float: right;
    background: none;  
}

.central-others #navigation .last a,
.FD #navigation .last a,
.EFC #navigation .last a,
.mainMenu .last a {
	padding: 4px 0 0 0; 
}

.central-others #navigation .last a:hover,
.FD #navigation .last a:hover,
.EFC #navigation .last a:hover,
.mainMenu .last a:hover { text-decoration: none; }

/* = Destination dropdown
---------------------------------------------------*/

.dest_dropDown {
	position: absolute;
	left: 0px;
	top: 26px;
	width: 814px;
	background: #333;
	padding: 20px 0;
	background: #F4F3F2;
	border: 1px solid #fff;
	display: none;
	z-index: 199;
}

.language ul {
	padding: 0 0 15px 30px; 
	position: static;
	width: auto;
	border: none;
}

.language li {
	margin:0;
	padding: 0;
	list-style: none;
}

.language li a { color: #666; }
#page .language li a { color: #333; }

.language li a i.arrow-right { 
    visibility: hidden; 
    margin: -1px 5px 0 -10px; 
}

.language li a:hover { color: #000; }
.language li a:hover i.arrow-right { visibility: visible;  }


.language h4 a {
	font-size: 12px; 
	color: #384a5c; 
	margin: 1px 5px 0;
	vertical-align: middle;
	display: inline-block;
}
.language h4 i {
    width: 23px;
    height: 23px;
   	background: url("/sitecore/__/_images/global/cssSprite_flags_dest_dropdown.png") no-repeat scroll 0px -152px transparent;
    display: inline-block;
    vertical-align: middle;
}

	/* = Mainmenu dropdown and destionations flag sprite
	---------------------------------------------------*/

	.language .united-states { background-position: -3px -14px; }
	.language .canada { background-position: -3px -64px; }
	.language .united-kingdom { background-position: -3px -114px; }
	.language .ireland { background-position: -3px -164px; }
	.language .malta { background-position: -3px -214px; }
	.language .south-africa { background-position: -3px -264px; }
	.language .australia { background-position: -3px -314px; }
	.language .new-zealand { background-position: -3px -364px; }
	.language .singapore { background-position: -3px -414px; }
	.language .france  { background-position: -3px -464px; }
	.language .spain { background-position: -3px -512px; }
	.language .germany { background-position: -3px -562px; }
	.language .italy { background-position: -3px -612px; }
	.language .ecuador { background-position: -3px -664px; }
	.language .costa-rica { background-position: -3px -712px; }
	.language .china { background-position: -3px -764px; }
	.language .belgium { background-position: -3px -812px; }
	
	/* Summer Jobs Specific Blank Flag*/
	.language .host-families, .language .residential-centres { background-position: -3px 20px; }

.dest_dropDown .category { display: none; padding: 10px 20px 0; }
.dest_dropDown .noCategory { display: block; }

.dest_dropDown .categoryListing {
	margin: 0 20px 10px 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
}

	.dest_dropDown .categoryListing a {
		color: #9d9d9d;
		margin: 0 5px 0 0;
		padding: 0 27px 0 0;
		font-weight: bold;
		background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 100% -741px;
	}
	
	.dest_dropDown .categoryListing a.active {
		color: #384a5c; 
		background-position: 100% -695px;
	}

/* = STAGE SECTION
---------------------------------------------------*/

#stage-image {
    width: 814px;
    display: inline;
}

#stage .stage-title {
    position: absolute;
    top: 38px;
    left: 34px;
}

#slideshow-wrap {
	position: relative;
	height: 440px;
	width: 814px;
	overflow: hidden;
}

#spot-items { position: relative; }

#spot-items li .stage-title { display: none; }
#spot-items li.active .stage-title { display: block; }

#spot-items li {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	padding: 0; 
	margin:0;
	padding: 0;
	list-style: none;	
}

#spot-list {
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 816px;
	z-index: 100;	
	background: url(/sitecore/__/_images/global/cssSprite_stagebuttons.png) repeat 0 0; 
}

	#spot-list td {
		height: 79px;
		vertical-align: middle;
		color: #fff;
		font-size: 14px;
		text-align: center;	
		line-height: 16px;
	}
	
	#spot-list td a {
		color: #fff; 
		display: table;
		height: 79px;
		cursor: pointer;
	}
	
	#spot-list td a span { display: table-cell; vertical-align: middle; }
	
	#spot-list td a:hover { text-decoration: none; }

    #spot-list .current,
	#spot-list td:hover {
		text-decoration: none;
		cursor: default;
		background: url(/sitecore/__/_images/global/cssSprite_stagebuttons.png) repeat;
	}
	
	#spot-list.col_1 { background-position: 0 0 ; }
		#spot-list.col_1 td,
		#spot-list.col_1 td a { width: 814px; }
		#spot-list.col_1 td:hover,
		#spot-list.col_1 .current { background-position: 0 -89px; }

	#spot-list.col_2 { background-position: 0 -179px ; }
		#spot-list.col_2 td,
		#spot-list.col_2 td a { width: 407px; }
		#spot-list.col_2 td:hover,
		#spot-list.col_2 .current { background-position: 0 -268px; }

	#spot-list.col_3 { background-position: 0 -358px; }
		#spot-list.col_3 td,
		#spot-list.col_3 td a { width: 272px; }
		#spot-list.col_3 td:hover,
		#spot-list.col_3 .current { background-position: 0 -447px; }
	
	#spot-list.col_4 { background-position: 0 -537px; }
		#spot-list.col_4 td,
		#spot-list.col_4 td a { width: 204px; }
		#spot-list.col_4 td:hover,
		#spot-list.col_4 .current { background-position: 0 -626px; }

	#spot-list.col_5 { background-position: 0 -721px ; }
		#spot-list.col_5 td,
		#spot-list.col_5 td a { width: 150px; }
		#spot-list.col_5 td:hover,
		#spot-list.col_5 .current { background-position: 0px -810px; }

		#spot-list.col_5 .promo,
		#spot-list.col_5 .promo a { width: 215px; }
	
		#spot-list.col_5 td.promo:hover,
		#spot-list.col_5 td.promo.current { background-position: 100% -810px; }
	
			#spot-list.col_5 td.promo a span {
				padding: 0 10px 0 40px;
				background: url(/sitecore/__/_images/global/promo_star.png) no-repeat 10px 50%;
			}

#mainContent #stageTextImage { 
	margin: 0 0 20px 0;
	height: auto; 
}

#stageTextImage { height: 70px; }

/* Stage media styles */

#stage-menu {
	position: absolute;
	left: 50%;
	top: 250px;
	z-index: 100;
	height: 71px;
	width: 220px;
	margin: 0 0 0 -110px;
}

	#stage-menu ul {
		float: right;
		padding: 3px 0;
		width: 220px;
		text-align: center;
	}
	
		.borderradius #stage-menu ul {
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			background: rgb(0, 0, 0) transparent;
			/* RGBa with 0.6 opacity */
			background: rgba(0, 0, 0, 0.5);			
		}
		
		.no-borderradius #stage-menu ul {
			/* For IE 5.5 - 7*/
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
			/* For IE 8*/
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";		
		}
	
	#stage-menu li {
		display: inline-block; 
		vertical-align: top;
		/* IE7 fix, this so the icons can aligned center with text-align attr on parent ul */
		*display: inline; 
		zoom: 1;  
		margin:0;
		padding: 0;
		list-style: none;		
	}
	
	#stage-menu li a {
		color: #fff;
		display: block;
		padding: 0 5px;
		height: 65px;
		width: 60px;
		position: relative;
		background: url(/sitecore/__/_images/global/cssSprite_stagemediaIcons_big.png) no-repeat;
	}

	#stage-menu li a span { visibility: hidden; }

	#stage-menu li #start-button { display: none; }
	
	#stage-menu li #video-button { background-position: -232px -106px; }
		#stage-menu li #video-button:hover { background-position: -232px -211px; }
		#stage-menu li #video-button:active,
		#stage-menu li #video-button.active { background-position: -232px -1px; }
		
	#stage-menu li #location-button { background-position: -116px -106px; }
		#stage-menu li #location-button:hover { background-position: -116px -211px; }
		#stage-menu li #location-button:active,
		#stage-menu li #location-button.active { background-position: -116px -1px; }
		
	#stage-menu li #picture-button { background-position: 0px -106px; }	
		#stage-menu li #picture-button:hover { background-position: 0px -211px; }	
		#stage-menu li #picture-button:active,
		#stage-menu li #picture-button.active { background-position: 0px -1px; }			
	
	#stage-menu li a:hover { text-decoration: none; }

	#stage-menu li a.active span { visibility: hidden; text-decoration: none; }

#stage-menu.clicked {
	bottom: 0;
	left: 0;
	top: auto;
	width: 100%;
	background: #333;
	height: 40px;
	padding: 0;
	margin: 0;
}

	#stage-menu.clicked ul {
		width: 120px;
		padding: 0 365px 0 328px;
		position: relative;
		background: none;
		text-align: right;		 
	}
	
	#stage-menu.clicked li a {
		position: static;
		height: 40px;
		background: url(/sitecore/__/_images/global/cssSprite_stagemediaIcons_small.png) no-repeat;
		width: 40px;
		padding: 0px;
		display: block;
		float: left;
	}

	#stage-menu.clicked li a:hover span {
		visibility: hidden;
	}

	#stage-menu.clicked li a.active span { 
		background: none;
		visibility: visible; 
		left: 460px;
		top: 2px;
		width: auto;
		text-align: left;
		padding: 9px 0 9px 20px;
		border-left: 1px solid #666;
		cursor: default;
		position: absolute;
	}

	#stage-menu.clicked li #start-button { 
		position: absolute;
		right: 0px;
		display: block;
		background: #1b1b1b url(/sitecore/__/_images/global/closebutton_stage-menu.gif) no-repeat 50%;
		height: 40px;
		top: 0;
	}

	#stage-menu.clicked li #start-button span { display: none; }
				
	#stage-menu.clicked li #video-button { background-position: -82px -40px; }
		#stage-menu.clicked li #video-button:hover { background-position: -82px -80px; }
		#stage-menu.clicked li #video-button:active,
		#stage-menu.clicked li #video-button.active { background-position: -82px 0px; }
		
	#stage-menu.clicked li #picture-button { background-position: 0px -40px; }
		#stage-menu.clicked li #picture-button:hover { background-position: 0px -80px; }
		#stage-menu.clicked li #picture-button:active,
		#stage-menu.clicked li #picture-button.active { background-position: 0px 0px; }
		
	#stage-menu.clicked li #location-button { background-position: -41px -40px; }	
		#stage-menu.clicked li #location-button:hover { background-position: -41px -80px; }	
		#stage-menu.clicked li #location-button:active,
		#stage-menu.clicked li #location-button.active { background-position: -41px 0px; }		

.video-tool-tip {
	display: none;
	background: #ccc;
	border: 1px solid #bbb;
	font-size: 11px;
	height: 40px;
	width: 160px;
	padding: 5px;
	color: #333;
	z-index: 101;
}

#stage-items {
	position: relative; 
	width: 814px; 
	height: 350px;
}

#cat-names {
	color: #fff;
	font-size: 13px;
	display: block;
	overflow: hidden;
}

	#cat-names span {
		color: #494949;
		float: left;
		width: 142px;
		padding: 0 0 1px;
		color: #fff;
	}
	
	#videoshow-wrap,
	#location-wrap,
	#picture-wrap {
		position: absolute;
		width: 814px;
		height: 350px;
		top: 0;
		left: 0;
		overflow: hidden;
		visibility: hidden;
	}
	
	#videoshow-wrap { display: none; }
	
		#stage-items #picture-wrap, 
		#stage-items #videoshow-wrap {
			background: #091a29;
			text-align: center; 
		}	

		#stage-items .viewer {
			display: inline-block;
			zoom: 1;
			*display: inline;
			width: 470px;
			height: 350px;
			padding: 25px 0 0;
			background: url(/sitecore/__/_images/global/stagemedia_video_bg.gif) no-repeat 50% 0;
			cursor: pointer;
		}

		#stage-items .scroll-wrap {
			display: inline-block;
			zoom: 1;
			*display: inline;
			position: static;
			vertical-align: top;
			padding: 25px 0 0;
			text-align: left;
		}
		
		#stage-items #videoshow-wrap .scroll-wrap { padding: 19px 0 0; }

		#stage-items .scrollable { 
			height: 260px; 
			width: 140px; 
			float: left;
			clear: none;
			position: relative;
		}
		
		#stage-items  #picture-wrap .scrollable {
			width: 160px;
		}
		
		#stage-items  #picture-wrap .scrollable .jspContainer.ajaxloader {
			background: url(/sitecore/__/_images/global/ajax-load-blue-bg.gif) no-repeat 50% 110px;
		}
		
		#stage-items .viewer img,
		#stage-items .viewer div { left: 25px; }		

	#stage-items .viewer div { display: none; }
	#stage-items .viewer .first { display: block; } 

		#stage-items .scrollable a.link {
			background: #22313f;
			border: 2px solid #22313f;
			position: static;
			width: 94px;
			padding: 9px;
			height: 58px;
			margin: 0 0 6px;
			display: block;
			cursor: pointer;
		}
		
		.borderradius #stage-items #videoshow-wrap .scrollable a.link { 
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;					
		}
		
		#stage-items #picture-wrap .scrollable a.link { 
			position: relative;
			overflow: hidden;
			height: 73px; 
			width: 126px; 
			padding: 0;		
			margin: 0 0 15px;
			border: 2px solid #091a29;
		}
		
		#stage-items #picture-wrap .scrollable a.link.active,
		#stage-items .scrollable a.link.active { border-color: #fff; }
		
		#stage-items .scrollable a.link.active { background-position: 0 0; }
		
		#stage-items .scrollable a.link span {
			position: relative;
			float: left;
			overflow: hidden;
			width: 95px;
			height: 58px;
		}
		
		#stage-items .scrollable a.link span.playbutton {
			background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 0px -1004px;
			width: 32px;
			height: 23px;
			display: block;
			margin: -40px 0 0 32px;
		}
		
		#stage-items .scrollable a.link img {
			right: 0; 
			bottom: -10px;
			width: 107px;
			position: absolute;
		}
		
			#stage-items  #picture-wrap .scrollable a.link img {
				top: -9px;	
				left: -11px;
				width: auto;
			}


#stage #location-wrap #map {
	width: 814px;
	height: 310px;
}

#stage #map-wrapper { position: relative; }

#stage #map-wrapper #map { 
	width: 814px; 
	height: 350px; 
	background: url(/sitecore/__/_images/global/on_submit.gif) no-repeat 50% 50%;
}

/* Stage map styles */

#infoWindowLogo
{
    height:30px;
    font-size: 18px;
    border-bottom: 1px solid black;
    padding: 3px 0 3px 40px;
    margin-bottom: 5px;
    background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) 0 -635px no-repeat;
    vertical-align:middle;
}

#mapDirPanel {
    position: absolute;
    top: 0;
    left: -256px;
    width: 250px;
    color: #000;
	box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;    
    border-bottom: 1px solid #CCCCCC;
}

#dirOriginWrap {
	padding: 3px 5px;
	border: 1px solid #fff;
	border-color: #CCCCCC #CCCCCC #999999; 
	margin: 0 0 10px;
}

	#dirOriginWrap input {
		width: 100%;
		border: none;
		background: #fff;
		padding: 0px;
	}

#mapDirPanelHdr {
    background: #fff;
    font-weight: bold;
    height: 379px;	
    width: 250px;
}

#mapDirPanelHdr1 {
	background: #E8ECF9;
	padding: 6px 10px;
	display: block;
}

#mapDirPanelCls {
    position: absolute;
    top: 8px;
    right: 0px;
    cursor: pointer;
    width: 14px;
    height: 17px;
    background: url(/sitecore/__/_images/global/directionsArrows.gif) no-repeat;
    text-indent: -9999px;
}

	#mapDirPanelCls.panelHidden {
		right: -20px;
		background: url(/sitecore/__/_images/global/directionsArrows.gif) no-repeat 0 100%;
		box-shadow: 0 0 4px #000;
		-webkit-box-shadow: 0 0 4px #000;
		-moz-box-shadow: 0 0 4px #000;  			
	}
	
#mapDirPanelEntry {
	padding: 10px;
	width: 230px;
	float: left;
}
		
#mapDirPanelText {
    padding: 5px;
    height: 231px;
    overflow-y: scroll;
    background: #FFFFFF;
    width: 240px;
    float: left;
}	

#mapDirPanelHdr2 { cursor:pointer; }
#mapDirPanelEntry span { cursor:pointer; }



#mapLinkCont {
	margin-top: 10px; 
	float: left; 
	width: 100%; 
}

#mapLinkCont span {
	float: left;
    cursor: pointer;
    color: Blue;
    padding: 0 5px 0 0;
    border-right: 1px solid #000;
    margin: 0 5px 0 0;
}
#mapLinkCont span:hover { text-decoration: underline; }
#mapLinkCont .streetviewButton { border: none; }
 
#stage #map-wrapper .city-picker {
	position: absolute;
	top: 35px;
	right: 5px;
	z-index: 1000;
} 

/* = mainContent
---------------------------------------------------*/

#mainContent #page {
	z-index: 9999;
}

	#page a:link,
	#page a:visited { color: #264a78; }
	
	#page a:hover {
	    color: #264a78;
	    text-decoration: underline;
	}
	#page ul { padding: 0 0 0 15px; }
	#page ul li { list-style: disc; }
	#page ul ul li { list-style: circle; }
	#page ul ul ul li { list-style: square; }
	#page ol li { list-style: decimal; }
	
	#page ul.hs-destinations li { list-style: none; }
	
	#page table {
		width: 100%;
		margin: 0 0 1em;
		vertical-align: top;
	}
	
	#page caption { display: none; }
	#page th { text-align: left; }
	#page tr.odd,
	#page tr.odd td { background: #f8faf8; }
	
	#page dl {
		width: 100%;
		margin: 0 0 1em;
		overflow: hidden;
	}
	
	#page dt {
		float: left;
		width: 20%;
		font-weight: bold;
	}

	#page dd {
		float: left;
		width: 80%;
	}
	
	#page cite,
	#page blockquote,
	#page code {
		display: block;
		margin: 0 0 1em;
		overflow: hidden;
	}
	
	/* UP specific FAQs show/hide */
	#page #faqs { position:relative; }
    #page #faqs h3  { cursor:pointer; padding: 0 0 5px; }
    #page #faqs div   { position:relative; }
    #page #faqs div p  { padding:0; margin-bottom:15px; }
    
    /* Summerjobs specific destinations show/hide */
    #page #current-jobs h4  { cursor:pointer; padding: 0 0 5px; }
	
	/* Course table layout */

	.coursesTable th,
	.coursesTable td {
		padding: 2px 4px;
		text-align: left;
	}
	.coursesTable td.w150 { width: 150px; }

	.coursesTable td.pad { padding-bottom: 20px; }

	.coursesTable .coursename { width: 180px; font-weight: bold; }
	.coursesTable .highlight { border-top: 2em solid #fff; }
	.coursesTable .highlight td { background: #eee; }
	.coursesTable .first { border: 0; }
	
	/* Price overview table */
	
	.price-overview .price-unit { width: 19%;  }
	.price-overview .price-course { width: 27%; }
	
	.price-overview th,
	.price-overview td { padding: 3px 4px; }
	
	/* Course extras table */
	
	.course-extras th,
	.course-extras td {
	    width: 50%;
	    padding: 7px 4px;
	}

	/* Departures table */
	
	.departures { margin: 0 0 2m; }
	

	/* Destination accreditations */
	
	#page ul.accreditations-image-list {
		padding: 0px;
		float: left;
		width: 100%;
	}	
	
	#page ul.accreditations-image-list li {
		margin: 0;
		padding: 0;
		float: left; 
		list-style: none; 
	}
	
	#page ul.accreditations-image-list li img { padding: 15px 15px 0; }

/* Sub navigation */

#subNavigation {
	padding: 6px 0;
	float: left;
	width: 100%;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #ECECEC;
     behavior: url(/sitecore/__/_css/PIE.htc);	
}

#subNavigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subNavigation li span {
	display: block;
	padding: 1px 0 3px 10px;
	font-weight: bold;
	color: #666;
}

#subNavigation li a {
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #777;
	border-top: 1px solid #f3f3f3;	
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #e5e5e3;
	border-right: 1px solid #e5e5e3;
	background: #ececec;
}

#subNavigation .active a { 
	background: #546479; 
	text-decoration: none;
	color: #fff;
	border-top-color: #546479;
	border-bottom-color: #4f586a;
	border-left-color: #546479;
	border-right-color: #546479;	
}

	#subNavigation li a:hover {
		background: #f1f1f1 url(/sitecore/__/_images/global/arrow_right.gif) no-repeat scroll 97% 50%;
		text-decoration: none;
		border-top-color: #f1f1f1;
	}
	
	#subNavigation .active a:hover { 
		background: #546479; 
		border-top-color: #546479;
	} 

		#subNavigation .active li a,	
        #subNavigation li li a { 
	        font-size: 12px;
	        color: #777;
	        padding: 5px 5px 5px 20px;
	        border-top-color: #fff;
	        border-bottom-color: #ddd; 
			border-left-color: #e5e5e3;
			border-right-color: #e5e5e3;	             
	        background: #f8f8f7;
        }
        
		#subNavigation .active li a:hover,
        #subNavigation li li a:hover {
            background: #ececec;     
	        border-top-color: #f3f3f3; /* alt #9BA2AE */
	        border-bottom-color: #ccc; /* alt #657284 */            
        }

#page .destination-category {
    float: left;
    width: 100%;
}

.language {	margin: 0; }
	
	.language h4 a {
	    color: #555;
	    margin: 1px 7px;
	    vertical-align: middle;
	    display: inline-block;
	}
	
	.language h4 i.flag { vertical-align: middle;}
	
	.language ul {
		padding: 0 0 15px 31px;
		list-style: none;
	}
	
	.language li { 
		margin: 0 0 4px; 
		padding: 0;
		list-style: none;	
	}
	
	.language li a { color: #333; }

	
/* Main content list with border */

#page .list,
#page .list-border {
	display: inline-block;
	width: 100%;
	margin: 0 0 1em;
	padding: 0;
	overflow: hidden;
}

#page .list li,
#page .list-border li {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	clear: both;
}

#page .list-border .left,
#page .list-border .right {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}

/* Main content image list items */

#page .image-list,
#page .image-list-border,
#page .image-list-large-border,
#page .image-list-small,
#page .image-list-large {
	display: inline-block;
	width: 100%;
	margin: 0 0 1em;
	padding: 0;
}

#page .image-list li,
#page .image-list-border li,
#page .image-list-large-border li,
#page .image-list-small li,
#page .image-list-large li {
	display: inline-block;
    position: relative;
	margin: 0;
	text-align: left;
	list-style: none;
	clear: both;
}

#page .image-list .left,
#page .image-list-border .left { padding: 0 0 0 165px; }
#page .image-list .left-no-img,
#page .image-list-border .left-no-img { padding: 0 0 0 85px; }

#page .list .left { padding: 0 0 0 85px; }

#page ul .left img {
	position: relative;
	float: left;
}

#page ul .right img {
	position: relative;
	float: right;
}

#page .image-list .left img,
#page .image-list-border .left img { margin: 0 0 15px -165px; }

#page .image-list .right,
#page .image-list-border .right {
	padding: 0 165px 0 0;
	text-align: left;
}
#page .image-list .right-no-img,
#page .image-list-border .right-no-img {
	padding: 0 85px 0 0;
	text-align: left;
}

#page .image-list .right img,
#page .image-list-border .right img { margin: 0 -165px 15px 15px; }

#page .image-list-border .left,
#page .image-list-border .right {
	margin: 0 0 15px 165px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}

#page .image-list-large-border li {
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	width: 357px;
	float: left;
}

#page .image-list-large-border .left { padding: 0 0 15px 210px; }
#page .image-list-large-border .right { padding: 0 210px 15px 0; }
#page .image-list-large-border .left img { margin: 0 0 0 -210px; }
#page .image-list-large-border .right img { margin: 0 -210px 15px 15px; }

#page .image-list-small .left { padding: 0 0 0 115px; }
#page .image-list-large .left { padding: 0 0 0 210px; }
#page .image-list-small .left img { margin: 0 0 15px -115px; }
#page .image-list-large .left img { margin: 0 0 15px -210px; }

#page .image-list-small .right { padding: 0 115px 0 0; }
#page .image-list-large .right { padding: 0 210px 0 0; }
#page .image-list-small .right img { margin: 0 -115px 15px 15px; }
#page .image-list-large .right img { margin: 0 -210px 15px 15px; }

#page .image-list ul,
#page .image-list-border ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.image-list li li,
.image-list-border li li { padding: 0 0 0 115px; }

.image-list li li img,
.image-list-border li li img {
	position: relative;
	float: left;
	margin: 0 0 15px -115px;
}

.list-border .staff { padding: 10px 0 0 100px; }

.list-border .staff img.staffImage { margin: 5px 0 0 -100px; }


/* Course page */

#page .course-info {
	background: #fdfdfd;
	/*border: 1px solid #ccc;*/
	padding: 10px;
	margin-bottom: 15px;
}

#page .course-grouped {
	border-bottom: 1px solid #ccc;
}

#page .course-group {
	margin: 4px 0;
	font-weight: bold;
}

#page .course-name img { cursor: pointer; }

#page .course-name { font-weight: bold; }

/* Pricing page */

#page #price-date-table-group {
	position: relative; 
	color: #666;
	float: left;
	width: 100%;
}

#page #price-date-table-group .overlay {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    	
	opacity: 0.7;
    filter: alpha(opacity = 70); 
    z-index: 10;
}

#page #price-date-table-group .ajaxloader {
	position: absolute;
	top: 50%;
	left: 50%;	
	z-index: 15;
}

#page #price-date-table-group h1 { margin: 20px 0 0; }

#page .price-date-table th { border-bottom: 1px solid #aaa; }

#page .price-date-table td,
#page .price-date-table th { padding: 5px 8px; }

#page .available-destinations,
#page .departure-points {
	font-size: 13px; 
	font-weight: bold; 
	color: #606060; 
	padding-right: 10px; 
	float: left;
	padding-top: 4px;
}

	#page .available-destinations {
		font-size: 12px; 
		font-weight: normal;
		padding: 4px 0 0 0; 
	}

#page #available-destinations-wrap,
#page #departure-points-wrap {
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	margin-left: 10px;
	float: left;
}

	#page #available-destinations-wrap { float: right; }

#page #available-destinations-wrap select,
#page #departure-points-wrap select {
	background: none;
	border: none;float: left;
	color: #666;
}

	#page #available-destinations-wrap select option.country { background: #ddd; }

/* Promo page specific styles */

#page h2.promoTitle { 
	width: 100%; 
	height: 18px; 
	overflow: hidden; 
	margin: -3px 0 0 0;
}

#page h2.promoTitle a { color: #666; }

/* Sitemap */

#sitemap ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sitemap ul li.row { clear: left; }

#sitemap ul li {
	float: left;
	width: 179px;
	margin: 0 10px 1em 0;
	list-style-type: none;
}

#sitemap li a { font-weight: bold; }

#sitemap ul ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

#sitemap li li {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#sitemap li li a {
	font-weight: normal;
	color: #264a78;
}

#sitemap li li a:visited { color: #800080; }

#sitemap li li li.nseo {
	margin: 0 0 0 1.1em;
	padding: 0;
}

#sitemap li li li.seo {
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: circle;
}

.callToActionWrapper {
	position: absolute;
	top: 15px;
	right: 30px;
}

.callToActionButton,
.callToActionButton:link {
	background: url("/sitecore/__/_images/global/cssSprite_icons_flags2.gif") no-repeat scroll 100% -788px;
	padding: 7px 34px 9px 0;
	float: right;
	clear: both;
	color: #777;
	font: bold 12px arial;
	margin: 0;
}

#page .callToActionButton:visited { color: #777; }


/* Videopage */

#page .videopage {
	list-style: none;
	padding: 0px;
	margin: 0;
	clear: both;
	float: left; 
	width: 100%;
}	

#page .videopage li {
	float: left;
	margin: 0 0 9px 0;
	height: 135px;
	background: url(/sitecore/__/_images/global/dropshadow.gif) 5px 6px no-repeat;
	text-align: center;
	list-style: none;
}

#page .videopage a {
	float: left;
	padding: 13px; 
	overflow: visible;
	position: relative;
}

	#page .videopage a:hover .title,
	#page .videopage a:hover { text-decoration: underline; }
	 
	#page .videopage a .image { 
		background: #fff;
		width: 114px;
		margin: 0; 
		height: 68px;
		position: relative;
		overflow: hidden;
		float: left;
	}
	
	#page .videopage .playbutton {
		position: absolute; 
		bottom: 31px; 
		left: 56px;
		z-index: 999;
		display: none;
		padding: 6px;
		cursor: pointer;
		width: 20px;
		height: 20px;
		background: url(/sitecore/__/_images/global/playbutton.png) no-repeat;
	}	
		#page .videopage a:hover .playbutton { display: block; }
	
	#page .videopage a .image img { 
		float: left; 
		position: absolute;
		top: -11px; 
		right: 0;
		z-index: 100;
		cursor: pointer;
	}
    #page .videopage.big a .image img { }
	#page .videopage a .title {
		color: #333;
		padding: 0 4px 0 0;
		font-weight: bold;
		font-size: 11px;
		float: left;
		position: absolute;
		top: 95px;
		left: 14px;
		width: 120px;
		cursor: pointer;
	}
	
	#page .videopage.big a .image { width: 249px; height: 90px; }
	#page .videopage.big li {
		width: 276px;
		background: url(/sitecore/__/_images/global/dropshadow_big.gif) 0 0 no-repeat;
		margin: 0;
		height: 154px;
	}	
	
	#page .videopage.big li.right { float: right; }
	
	#page .videopage.big a .title { 
		padding: 10px 0 0;
		width: 250px; 
		text-align: center; 
		top: 114px;
	 }
			
#page .watcher { padding: 0 0 15px 0; }

	#page .watcher p { padding: 15px 0; }

	#page .watcher .share-links { float: left; }
	#page .watcher .share-links span { float: left; }
	
	#page .watcher .allOffersLink { float: right; color: #000; }
	
#page #scrollable {
	position: relative;
	overflow: hidden;
	float: left;
	width: 565px;
	height: 200px;
	padding: 10px 0 0;
	margin: 0;
	color: #000;
}

	#page h2.category { font-size: 16px; }
	#page h3.subcategory { border-bottom: 1px solid #eee; margin: 0 0 10px; font-size: 13px; height:23px; }

	#page #scrollable .items { 	
		width: 20000em;
		position: absolute;
	}
	
	#page #scrollable .items .group { 
		width: 565px; 
		float: left; 
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	#page #scrollable .items .group li { margin: 0; height: 165px; }
	#page #scrollable .items .group a:hover  { background: none; } 
	#page #scrollable .items .group a:hover .playbutton { display: block; }
	
	#page .videopage .browse { 
		background: url(/sitecore/__/_images/global/browsebuttons.gif) no-repeat; 
		width: 15px;
		height: 15px;
		text-indent: -9999px;
		cursor: pointer;
		opacity: 1; 
		filter:alpha(opacity=100);
		position: absolute;
		top: 13px;
		right: 25px;
		padding: 0px;
	}
	
	#page .videopage .browse.disabled { opacity: 0.2; filter:alpha(opacity=20) }
	#page .videopage .browse.next { background-position: 0 100%; right: 0px; }


/* = FOOTER
---------------------------------------------------*/

.footerRow1 { margin: 15px 0; }

.footerRow2 {
	padding: 15px 0; 
	background: #f4f4f4;
	border-top: 1px solid #eeefef;
}

.footerItem {
	padding: 0 30px;
	margin: 0;
}

.footerItem p { margin: 0; }

.footerItem h4 {
	position: relative;
	padding: 0 0 5px;
	font-size: 12px;
	text-transform: uppercase;
}

	.footerItem h4 a { color: #606060;}

.promosItem { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.newsItem { border-left: 1px solid #fff; border-right: 1px solid #fff;  }

	.newsItem a {
		color: #636363; 
		display: inline;
	}
		
.videoItem .videoIcon {
	padding: 0 0 10px 43px;
	display: block;
	color: #777;
	background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 0px -468px;
} 

.videoItem .videoIcon:hover { background-position: 0 -1082px; }

.contactusItem .city-picker-wrap { 
	position: absolute; 
	top: 22px; 
	left: 30px;
	display: inline;
	z-index: 100;
}

.contactusItem { 
	position: relative; 
	color: #636363;
	font-size: 11px; 
}

	.contactusItem h5 {
		font-size: 11px;
		color: #555;
	}	

	.contactusItem .address { margin: 0 0 5px; }
	.contactusItem .address h4 { margin: 0; }
	.contactusItem .address .noCityPicker { margin: 0 0 45px; }

	.contactusItem a { color: #636363; }

.toolBox li {
	margin: 0;
	list-style: none;		
	padding: 0 0 5px;

}
	
	.toolBox a {
		font-weight: bold;
		font-size: 12px;
		color: #777;		
	}	
	
	.toolBox span { padding: 0 11px 0; vertical-align: middle; }
	
	.toolBox .arrow-right { 
	    visibility: hidden; 
	    margin-bottom: 1px
	}
	
	.actionIcon {
	    cursor: pointer;
		display: inline-block;
		width: 25px;
		height: 25px;
		vertical-align: middle;
		background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat;
    }

	.call_now .actionIcon	{ background-position: -4px -210px; }
	.contact_us .actionIcon	{ background-position: -4px -210px; }	
	.free_brochure .actionIcon { background-position: -4px -260px; }
	.infomeetings .actionIcon	{ background-position: -4px -310px; }
	.price_quotation .actionIcon { background-position: -4px -360px; }
	.book_now .actionIcon	{ background-position: -4px -410px; }	
	.test_your_english .actionIcon { background-position:-5px -580px;}
	.email_this_page .actionIcon { background-position:-4px -529px;}
	.ia_contact .actionIcon { background-position: -4px -210px; }
	.dates_tuition .actionIcon { background-position: -4px -310px; }

	.sign_up .actionIcon	{ background-position: -4px -260px; }
	.contactus .actionIcon	{ background-position: -4px -1305px; }	
	.download_free .actionIcon { background-position:-4px -1365px;}
	.order_free .actionIcon { background-position:-4px -1425px;}
	.online_seminar .actionIcon { background-position: -4px -1485px; }
	.teacher_trip .actionIcon { background-position: -4px -1545px; }
	.consultation .actionIcon { background-position: -4px -1664px; }
	
	.toolBox a:hover {
	    color: #444; 
        text-decoration: none;  
    }
    
    .toolBox a:hover i { visibility: visible; }

    .toolBox .hasNumber span { margin: -9px 0 0 0; }
    
    .toolBox .hasNumber .number { 
		margin: 0;
		font-size: 11px;
    }   
    
#latestOffers {
	width: 212px;
	height: 120px;
	position: relative; 
	overflow: hidden;
} 

	#latestOffers li { 
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#latestOffers li a {
		/* IE FIX - Background color is needed on bold elements if elements is faded otherwise the text appears edgy */
		font-weight: bold;
		color: #444;
		line-height: 16px;
		display: block;
		background: url(/sitecore/__/_images/global/promoimage_bg.gif) no-repeat;
	}
	
	#latestOffers li a:hover { text-decoration: none; }
	
	#latestOffers li a span { 
		background: #fff;
	}
	
	#latestOffers li a span:hover { 		
		text-decoration: underline;
		cursor: pointer; 
	}  
	
	#latestOffers li img { 
		padding: 5px;
		margin-bottom: 9px;
		display: block;
	}
	
.allOffersLink {
	background: url(/sitecore/__/_images/global/arrow_orange.png) 97% 50% no-repeat, -moz-linear-gradient(top, #fafafa 0%, #EFEFEF 100%); /* FF3.6+ */
	background: url(/sitecore/__/_images/global/arrow_orange.png) 97% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#EFEFEF)); /* Chrome,Safari4+ */
	background: url(/sitecore/__/_images/global/arrow_orange.png) 97% 50% no-repeat, -webkit-linear-gradient(top, #fafafa 0%,#EFEFEF 100%); /* Chrome10+,Safari5.1+ */
	background: url(/sitecore/__/_images/global/arrow_orange.png) 97% 50% no-repeat, -o-linear-gradient(top, #fafafa 0%,#EFEFEF 100%); /* Opera11.10+ */
	background: url(/sitecore/__/_images/global/arrow_orange.png) 97% 50% no-repeat, -ms-linear-gradient(top, #fafafa 0%,#EFEFEF 100%); /* IE10+ */
	background: url(/sitecore/__/_images/global/arrow_orange.png) 97% 50% no-repeat, linear-gradient(top, #fafafa 0%,#EFEFEF 100%); /* W3C */
    behavior: url(/sitecore/__/_css/PIE.htc);
	display: inline-block;
	padding: 3px 30px 0 10px;
	color: #000;	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 3px #aaa;
	-webkit-box-shadow: 0 2px 3px #aaa;
	box-shadow: 0 2px 3px #aaa;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
}

.no-cssgradients .allOffersLink { /* IE */
	padding: 2px 5px 1px 10px;
	background: #efefef;
}

.allOffersLink:hover { text-decoration: underline; }

	.no-cssgradients .allOffersLink i {
		background: #efefef url(/sitecore/__/_images/global/arrow_orange.png) no-repeat;
		width: 16px;
		height: 16px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 7px;
	}

.promosItem .navi {
	position: absolute;
	top: 2px;
	right: 0;
}

	.promosItem .navi a {
		width: 5px;
		height: 5px;
		float: left;
		margin: 3px;
		background: #e6e6e6;
		display: block;
		font-size: 1px;
		border: 1px solid #c6c6c6;
	}
	
	.promosItem .navi a:hover { background: #ccc; }
	.promosItem .navi .current { background: #999; }	
	
/* Footer social media links */

.socialMediaIcon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/sitecore/__/_images/global/cssSprite_socialMedia_icons.png);
	padding: 0px;
	margin: 0 5px 0 0;
   -webkit-transition:background-position 0.2s ease;  
   -moz-transition:background-position 0.2s ease;  
   -o-transition:background-position 0.2s ease;  
   transition:background-position 0.2s ease; 	
}

.socialMediaIcon:hover { 
   -webkit-transition:background-position 0.2s ease;  
   -moz-transition:background-position 0.2s ease;  
   -o-transition:background-position 0.2s ease;  
   transition:background-position 0.2s ease; 
} 

.socialMediaIcon.cyworld {	background-position:  0px  0px; }
.socialMediaIcon:hover.cyworld { background-position:  0px  -34px; }
	
.socialMediaIcon.facebook { background-position:  0px -68px; }
.socialMediaIcon:hover.facebook { background-position:  0px -102px; }
	
.socialMediaIcon.hi5 {	background-position:  0px -136px; }
.socialMediaIcon:hover.hi5 {	background-position:  0px -170px; }
	
.socialMediaIcon.hyves { background-position:  0px -204px; }
.socialMediaIcon:hover.hyves { background-position:  0px -238px; }
	
.socialMediaIcon.kaixin { background-position:  0px -272px; }
.socialMediaIcon:hover.kaixin { background-position:  0px -306px; }

.socialMediaIcon.mixi { background-position:  0px -340px; }
.socialMediaIcon:hover.mixi { background-position:  0px -374px; }

.socialMediaIcon.orkut { background-position: 0px -408px; }
.socialMediaIcon:hover.orkut { background-position: 0px -442px; }

.socialMediaIcon.renren { background-position:  0px -476px; }
.socialMediaIcon:hover.renren { background-position:  0px -510px; }

.socialMediaIcon.skype { background-position: 0px -544px; }
.socialMediaIcon:hover.skype { background-position: 0px -578px; }

.socialMediaIcon.tuenti { background-position: 0px -612px; }
.socialMediaIcon:hover.tuenti { background-position: 0px -646px; }

.socialMediaIcon.twitter {	background-position: 0px -680px; }
.socialMediaIcon:hover.twitter {	background-position: 0px -714px; }

.socialMediaIcon.vkontake { background-position: 0px -748px; }
.socialMediaIcon:hover.vkontake { background-position: 0px -782px; }

.socialMediaIcon.youKu { background-position: 0px -816px; }
.socialMediaIcon:hover.youKu { background-position: 0px -850px; }

.socialMediaIcon.youtube {	background-position: 0px -884px; }
.socialMediaIcon:hover.youtube {	background-position: 0px -918px; }

.socialMediaIcon.linkedin {	background-position: 0px -952px; }
.socialMediaIcon:hover.linkedin {	background-position: 0px -986px; }

/* Footer bottom */

.footer-legal { 
	padding: 9px 0;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	font-size: 11px;
	overflow: hidden;
}

	.footer-legal .legalItem { 
		margin: 0;
		list-style: none;	
		padding: 0 10px;
		border-right: 1px solid #ddd;
		float: left;
		color: #999999;
	}
	
	.footer-legal #change-country {
		float: right;
		border: none;
		position: relative;
		z-index: 999;
		color: #999999;
		padding: 0 10px;
	}
	
	.footer-legal #change-country:hover { text-decoration: none; }
	.footer-legal #change-country:hover span { text-decoration: underline; }
	
	.footer-legal #change-country img { vertical-align: text-top; padding: 0 5px; }
			
	.countrySelector {
		display: none;
		position: absolute;
		width: 780px;
		padding: 13px;
		z-index: 10000;
		font-size: 12px;
		bottom: 35px;
		right: 4px;
		background: #eee;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		border: 1px solid #ddd;
		-moz-box-shadow: 0 2px 3px #aaa;
		-webkit-box-shadow: 0 2px 3px #aaa;
		box-shadow: 0 2px 3px #aaa;
		min-height: 400px;				
	}

	.countrySelector.loading { 
		background: #eee url(/sitecore/__/_images/global/ajax-load.gif) no-repeat 50% 50%;
	}
		
	.countrySelector #close-change-country-list {
		position: absolute;
		display: block;
		top: 5px;
		right: 5px;
		width: 18px;
		height: 18px;
		padding: 0;
		background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 50% -97px;
	}
	
	.countrySelector h4 {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}

    .countrySelector ul {
		margin: 0 0 5px;
    }
    	
    .countrySelector li {
		list-style: none;
		margin: 0;
		line-height: 20px;
    }
    
	.countrySelector li img { vertical-align: text-top; }
  
	.countrySelector li a:hover { text-decoration: none; }
	
    .countrySelector .sep {padding: 6px; }	
    
	.countrySelector a span { 
		cursor: pointer; 
		padding: 0 7px;
	}	
	
		.countrySelector a:hover span { text-decoration: underline; }

	.countrySelector select {
		width: 100%;
	}

.countrySelector .triangle,
.countrySelector .triangle em{
	position: absolute; 
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}

.countrySelector .triangle {				/* Triangle border */
    border: 0px solid #ddd;
    border-bottom-width: 0;
	border-left: 10px solid transparent;	/* Triangle width */
	border-right: 10px solid transparent;	/* Triangle width */
	border-top-width: 10px;					/* Triangle height */
	bottom:	-10px;
	right: auto;
	right: 20px;
	margin-left: -10px;
}

.countrySelector .triangle em {				/* Triangle front */
	border-left: 9px solid transparent;		/* Triangle width */
	border-right: 9px solid transparent;	/* Triangle width */
	border-top: 9px solid #eee;			/* Triangle height */
	bottom:	auto;
	top: -10px;
	left: -9px;
}


/* Footer city picker dropdown */

.city-picker {
	 position: relative;
	 margin: 0 0 0 -3px;
}

.city-picker .active-city {
	display: block;
	padding: 2px 0 2px 8px;
    color: #333;
	width: 154px;
	font-weight: bold;
	text-decoration: none;
	background: url(/sitecore/__/_images/global/cssSprite_citypicker.png) no-repeat -168px -1px;
	cursor: pointer;
	font-size: 11px;
}

.city-picker .active-city.expanded {
	background: url(/sitecore/__/_images/global/cssSprite_citypicker.png) no-repeat 100% 0;
}

.city-picker .tooltip {
	display: none;
	width: 162px;
	padding: 0 0 8px;
	background: url(/sitecore/__/_images/global/cssSprite_citypicker.png) no-repeat 0 100%;
	z-index: 9999;
}

.city-picker ul li,
#footer-top .city-picker ul li {
	display: inline;
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}

.city-picker ul li a {
	display: block;
	margin: 0 8px 0 6px;
	padding: 2px 2px;
    color: #333;    
}

.city-picker ul li a:hover {
    text-decoration: underline;
	background: #efefee;
}

/* = LEGAL
---------------------------------------------------*/

#legal a { color: #fff; }

/* = OVERLAY
---------------------------------------------------*/

#overlay {
	background: none;
	padding: 20px;
	display: none;
	z-index: 10000;
}

#overlay .contentWrap {
	background: #fff;
	height: 441px;
	width: 500px;
	overflow-y: auto;
	color: #000;
	padding: 15px;
}

#overlay .header {
    position: relative;
	color: #999;
	padding: 15px;
	background: #eee;
}

#overlay .close {
	position: absolute;
	display: block;
	top: 17px;
	right: 15px;
	width: 18px;
	height: 14px;
	text-indent: -999em;
	background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) no-repeat 50% -97px;
	cursor: pointer;
	overflow: hidden;
}

/* = LANGUAGE SPECIFIC
---------------------------------------------------*/

.lang-ar,
.lang-ar .toolBox li a,
.lang-ar #subNavigation li a,
.lang-fa,
.lang-fa .toolBox li a,
.lang-fa #subNavigation li a { font-size: 15px; }

.lang-ar h1, .lang-ar h2, .lang-ar h3, .lang-ar h4, .lang-ar h5, .lang-ar h6,
.lang-fa h1, .lang-fa h2, .lang-fa h3, .lang-fa h4, .lang-fa h5, .lang-fa h6 { font-size: 16px; }

.lang-ko .language h4 a { line-height: 1.2em; }

/* = CLEARFIX
---------------------------------------------------*/

.clearfix:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Used for Facebook integration */
#fb-root { display:none; }

/* = IE only styles
---------------------------------------------------*/

#stage,
#page ul.list li,
#page ul.list-border li,
#page ul.image-list li,
#page ul.image-list-border li,
#page ul.image-list-small li,
#page ul.image-list-medium li { 
	zoom: 1;
}

/* = Frommers news feed styles
---------------------------------------------------*/
#page .frommers-news-feed {
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	color: #606060;
	padding: 0;
	direction: ltr;
}

.frommers-news-feed li {
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #fff;
	padding: 0;
	background: #f2f2f2 url(/sitecore/__/_images/global/col_fade.gif) 0 0 no-repeat;
	list-style: none;
	position: relative;
}

.frommers-news-feed li i.blue_arrow { 
	background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.png) -7px -1255px no-repeat;
	width:18px;
	height:20px;
	display: block;
	position: absolute;
	top: 16px;
	left: 5px;
}

.frommers-news-feed li.active i.blue_arrow { background-position: -7px -1165px; }

.frommers-news-feed li .intro { 
	padding: 8px 0 8px 50px;
	cursor: pointer;
	position: relative;
}



.frommers-news-feed li .intro .title {
	font-weight: bold;
	color: #6f7278;
	float: left;
	width: 225px;
}

.frommers-news-feed li .intro .date {
	font-weight: bold;
	color: #909090;
	text-align: right;
	width: 200px;
	top: 8px;
	right: 20px;
	float: right;
	position: absolute;
}

.frommers-news-feed li .intro p {
	margin: 0;
	clear: both;
}

.frommers-news-feed li .moreInfo {
	margin: 0 0 0 50px;
	display: none;
}

.frommers-news-feed li .moreInfo .inner { 
	margin: 0 20px 0 0;
	padding: 15px 0;
	border-top: 1px solid #d5d5d5;
	overflow: hidden;
}

.frommers-news-feed li .moreInfo p { margin: 0; }

.frommers-news-feed li .moreInfo img {
	float: left;
	padding: 0 20px 0 0;
}

#moreButton {
	display: block;
	cursor: pointer;
	font: normal 12px arial;
	color: #fff;
	background: #63a4cf;
	border: 1px solid #5092BD;
	text-align: center;
	padding: 10px 0;
}

#page #moreButton:hover { color: #fff; }

/* = jScrollPane styles
---------------------------------------------------*/

.jspContainer{
	overflow: hidden;
	position: relative;
}

.jspPane{ position: absolute; }

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 17px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap { display: none; }

.jspHorizontalBar .jspCap {	float: left; }

.jspTrack {
	background: url(/sitecore/__/_images/global/scrollbar_bg.gif) repeat-y 4px 0;
	position: relative;
}

.jspDrag {
	background: url(/sitecore/__/_images/global/cssSprite_icons_flags2.gif) no-repeat 50% -946px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {	margin: 0 -3px 0 0; }

/* = AYA yearbook styles
---------------------------------------------------*/

#yearbook:hover {
	cursor: pointer;
}

#yearbookOverlay { 

}

#yearbook_slideshow ul { 
	list-style: none;
	padding: 0;
	margin: 0;
	height: 700px;
	width: 490px;
	position: relative;
	overflow: hidden;
	z-index: 999;
}

#yearbook_slideshow ul li {  
	display: none;
	position: absolute;
	background: url(/sitecore/__/_images/global/yearbook_popup_bg.png) no-repeat;
	padding: 34px 32px 32px;
	cursor: pointer;
}
	
	#yearbook_slideshow ul li div { 
		background: url(/sitecore/__/_images/global/yearbook_quote_topleft.gif) no-repeat 0 5px;
		padding: 10px 0 5px 23px;
	}  
	
	.rtl #yearbook_slideshow ul li div { padding: 10px 30px 5px 0; background-position: 100% 5px;  }
	
	#yearbook_slideshow ul li div p {
		background: url(/sitecore/__/_images/global/yearbook_quote_bottomright.gif) no-repeat 100% 100%;
		padding: 0 15px 0 0;	
		color: #352213;
		font-style: italic;
		font-size: 13px;
		margin: 0;
	} 
	
	.rtl #yearbook_slideshow ul li div p { font-style: normal; font-size: 18px; padding:  0 0 0 15px; background-position: 0 100%; }

	#yearbook_slideshow ul li .innerRelative { position: relative; padding: 0; background: none; }

		#yearbook_slideshow ul li .innerRelative .links { 
			position: absolute;
			top: 70px;
			left: 33px;
			padding: 0;
			background: none;
		}
	
		#yearbook_slideshow ul li .innerRelative .links a { 
			background: url(/sitecore/__/_images/global/yearbook_convButton.png) no-repeat;
			width: 270px;
			height: 26px;
			padding: 22px 45px;
			display: block;
			font-size: 17px;
			margin: 0 0 25px;
		}

#yearbook_slideshow strong {
	display: block;
	text-align: center;
	font: 21px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 5px;
}

#yearbook_slideshow .arrows {
	background: url(/sitecore/__/_images/global/yearbook_next_prev_buttons.png) 50% 18px no-repeat;
	width: 90px;
	height: 65px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 38%;
	right: -109px;
	cursor: pointer;
	opacity: 1;
}

.rtl #yearbook_slideshow .arrows { left: -109px; right: auto; background-position: 50% -45px; }

#yearbook_slideshow .arrows:hover { 
	opacity: 0.5;
}

#yearbook_slideshow .arrows.disabled { display: none; }

#yearbook_slideshow .arrows.backward {
	right: auto;
	left: -109px;
	background-position: 50% -45px;
}

.rtl #yearbook_slideshow .arrows.backward { right: -109px; left: auto; background-position: 50% 18px; }


#yearbook_slideshow.simple_overlay {
	display:none;
	z-index:10000;
	width:490px;	
	min-height:600px;

}

#yearbook_slideshow .slidetabs {
	position: absolute;
	z-index: 9999;
	width: 490px;
	text-align: center;
	top: 41px;
}

	#yearbook_slideshow .slidetabs a {
		width: 5px; 
		height: 5px;
		background: #352213;
		display: inline-block;
		margin: 0 5px 0 0;
	}

#yearbook_slideshow .slidetabs a.current { background: orange; }

#yearbook_slideshow.efecta {
	width: 1089px;
	height: 663px;
	background: url(/sitecore/__/_images/global/efecta_bg.jpg) no-repeat;
}

#yearbook_slideshow.efecta ul {
	width: 668px;
	height: 602px;
	margin: 0 auto;
	background: url(/sitecore/__/_images/global/efecta_bg_inner.png) no-repeat;
}

#yearbook_slideshow.efecta ul li   
{
	background: none;
	padding: 50px 0 0;
	left: 27px;
	top: 76px;
	direction: ltr;
	margin:0;
	padding: 0;
	list-style: none;	
}

#yearbook_slideshow.efecta ul li b  
{
	display: block; 
	font: bold 20px arial;
	padding: 10px 93px 7px;
} 

#yearbook_slideshow.efecta ul li div {  
	padding: 0 93px;
	background: none;	
}

#yearbook_slideshow.efecta ul li div.innerRelative,
#yearbook_slideshow.efecta ul li div.video {
	padding: 0;
}

#yearbook_slideshow.efecta ul li div.video {  }

#yearbook_slideshow.efecta ul li div p { 
	background: none;
	font-style: normal;
}

#yearbook_slideshow.efecta ul li img 
{
	width: 614px;
	height:	350px;
}

#yearbook_slideshow.efecta .arrows {
	background: #f5f5f5 url(/sitecore/__/_images/global/efecta_nextprev.gif) 11px 50% no-repeat;
	width: 63px;
	height: 130px;
	top: auto;
	position: absolute;
	bottom: 107px;
	right: 237px;
	cursor: pointer;
	opacity: 1;
	z-index: 99999;
}

#yearbook_slideshow.efecta .arrows.backward {
	right: auto;
	left: 238px; 
	background-position: -58px 50%; 
}

#yearbook_slideshow.efecta .arrows:hover { text-decoration: none; }
#yearbook_slideshow.efecta .arrows.backward:active { background-position: -200px 50%; }
#yearbook_slideshow.efecta .arrows.forward:active { background-position: -131px 50%; }

#yearbook_slideshow.efecta .arrows.disabled { background: #f5f5f5; display: block; cursor: default; }

#yearbook_slideshow.efecta .slidetabs {
	text-align: right;
	right: 242px;
	top: 53px;
}

#yearbook_slideshow.efecta .slidetabs a { background: #ccc; width: 8px; height: 8px; }
#yearbook_slideshow.efecta .slidetabs a.current { background: #ff9000; }

#yearbook_slideshow.efecta strong 
{
	position: absolute; 
	background: url(/sitecore/__/_images/global/efecta_logo.png) 0 0 no-repeat;	
	width: 111px;
	height: 41px;
	z-index: 99999;
	top: 36px;
	left: 250px;
	padding: 0;
	overflow: hidden;
	line-height: 9999em;
}

#yearbook_slideshow.efecta  ul li .innerRelative .links { bottom: -126px; top: auto; left: 170px; }

#yearbook_slideshow.efecta ul li .innerRelative .links a {
	border: 1px solid #ccc;
	height: auto;
	background: #eee url(/sitecore/__/_images/global/efecta_arrow.png) no-repeat 98% 60%;
	padding: 2px 5px 0;
	
}

#yearbook_slideshow.efecta span.convButton a {
	width: 130px;
	float: right;
	text-align: left;
	color: #555;
	font-size: 14px;
	padding: 5px 10px 3px 5px;
	background: #f8f8f8 url(/sitecore/__/_images/global/efecta_arrow.png) no-repeat 96% 60%;
	border: 1px solid #ccc;
}

#yearbook_slideshow.efecta span.convButton {
	width: 613px;
	margin: 0 auto;
	display: block;
	text-align: right;
}

#yearbook_slideshow.efecta .close {
	position: absolute;
	top: 15px;
	right: 225px;
	width: 17px;
	height: 17px;
	background: url(/sitecore/__/_images/global/efecta_x.png) no-repeat;
	z-index: 99999;
	cursor: pointer;
}

.rtl #yearbook_slideshow.efecta ul li div p, 
.rtl #yearbook_slideshow.efecta ul li b { direction: rtl; } 

/* = Single Column Course Overview styles
---------------------------------------------------*/
.programmeLinks { width: 756px; }

.programme { 
	float: left;
	margin: 0 0 20px;
}

.programme h2 {
	padding: 12px 0 9px 20px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	border: 1px solid #cfcfcf; 
	background: #eaeced;	
	color: #5b5f66;	
	margin: 0;
    border-bottom: none; 
}

.programme ul {
  border-top: 1px solid #cfcfcf; 
}

	.programmeLinks ul { border: none; }

.programme ul li {
  padding: none;
  margin: 0;
  list-style: none;
}
.programmeLinks ul li { margin: 0 0 15px;   border-top: 1px solid #cfcfcf;  }

.programme ul li.header a { 
	border-top: none;
	font-size: 11px; 
	background: #f7f7f7; 
	cursor: default;
}

		.programme ul li.header a span { padding-top: 7px; padding-bottom: 4px;  }
		
		.programme ul li.header a .course { font-weight: normal; }
		
		.programme ul li.header a:hover { 
			background: #f7f7f7; 
			color: #000; 
			cursor: default; 
			border-color: #cfcfcf;  
			border-top-color: #fff; 
		}
		
		.programme ul li.header a:hover span { border-color: #cfcfcf; }

.programme ul li a {
	display: block;
	padding: 0 0 0 20px;
	border-top: 1px solid #fff;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	color: #000;
	background: #f7f7f7 url(/sitecore/__/_images/global/arrow.gif) no-repeat 100% 50%;
	cursor: pointer;
}

.programmeLinks ul li a { padding: 20px 60px; }

.programme ul li.odd a { background-color: #f1f1f1; }

		.programme ul li a:hover {
			text-decoration: none;
			background: #0e2a42  url(/sitecore/__/_images/global/arrow_active.gif) no-repeat 100% 50%;
			border-color: #0e2a42;
			color: #fff;
		}
		
		.programme ul li a:hover span { border-color: #0e2a42; }
		
		.programme ul li a span {
			display: table-cell; 
			vertical-align: top;
			padding: 12px 0; 
			*display:inline-block;
		}
		
		.programme ul li a .course { 
			width: 210px; 
			font-weight: bold;
			padding: 12px 10px 12px 0;
		}
		
			.programmeLinks ul li a .course { 
				display: block;
				font-weight: normal;
				font-size: 18px;
				padding: 0;
				width: auto;
			}

			.programmeLinks ul li a i { 
				width: 25px;
				height: 25px;
				display: inline-block;
				background: url(/sitecore/__/_images/global/cssSprite_icons_thankyou.png) 0 0 no-repeat;
				vertical-align: top;
				margin: 0 16px 0 -42px;
			}		
			
				.programmeLinks ul li a i.videos { background-position: 0 -1px; }	
				.programmeLinks ul li a i.promotions { background-position: 0 -33px; }					
				.programmeLinks ul li a i.infomeetings { background-position: 0 -63px; }	
				.programmeLinks ul li a i.pricequotation { background-position: 0 -91px; }	
				.programmeLinks ul li a i.eventfeed { background-position: 0 -122px; }	
				.programmeLinks ul li a i.efeclt { background-position: 0 -154px; }	
				.programmeLinks ul li a i.facebook { background-position: 0 -186px; }	
				.programmeLinks ul li a i.linkedin { background-position: 0 -216px; }	
				.programmeLinks ul li a i.upibt { background-position: 0 -154px; }	
				.programmeLinks ul li a i.services { background-position: 0 -251px; }	
				.programmeLinks ul li a i.destinations { background-position: 0 -284px; }	
				.programmeLinks ul li a i.myef { background-position: 0 -319px; }	
				.programmeLinks ul li a i.brochure { background-position: 0 -348px; }	
		
		.programme ul li a .overview { 
			width: 350px; 
			border-left: 1px solid #cfcfcf;
			border-right: 1px solid #cfcfcf;	
			padding: 12px 15px;
		}
		
			.programmeLinks ul li a .overview { 
				display: block;
				padding: 0;
				width: auto;
				border: none;
			}		
		
		.programme ul li a .weeks {
			width: 104px; 
			text-align: center; 
			padding-right: 28px; 
		}
		
.programme ul li.noweeks a .overview {
	border-right: none;
	width: 483px;
} 		

.programme ul li.last a {
	border-bottom: 1px solid #cfcfcf;
}

		.programme ul li.last a:hover { border-bottom-color: #0e2a42; }

.central-others #container,
.FD #legal,
.FD #container {
	width: 816px;
	margin: 0 auto;
}

.EFC #mainContent #page {
	width: 576px;
	float: right;
}

