@charset "UTF-8";
/* CSS Document */
/*

	Colors:
	Aqua: #5bc3d3 (newly revised for increased highlights)
	Tafoon: #49182d
	Tafari Black: #1d0610
	Tafari Gray: #7a6d78
*/

html, body {
    height: 100%;
}

body{
	background: #fafafa url('../img/bg.jpg') repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: .625em;
	color:#1d0610;
}
.clear{clear:both;}

.wrapper {
    
}
.push {
    height: -11em;
}

.cake-debug {background-color:orange; padding:20px; font-size:13px;}


#container{
	width: 960px;
	/*margin: 0 auto;*/
	/*	min-height: 100%;
   		height: auto !important;
    	height: 100%; */
    	margin: 0 auto 20px;
}

#container p{
	font-size: 1.4em;
}

#container p.small{
	font-size: 1em;
	line-height:1.45em;
}

#container.home{
	margin: 0 auto;
}

#container.destination{
	margin: 0 auto;
}



#logo{
	float: left;
	height: 170px;
	width: 200px;
}

#header{
	padding-bottom: 10px;
}

/*#header ol{
	list-style: none;
	height: 40px;
	line-height: 44px;
	float: left;
	margin-left: 20px;
	width: 740px;
	color: #7a6d78;
}

#header ol li a{
	color: #fff;
	font-weight: normal;
}

	#header ol li{
		padding: 0 10px;
		margin-right: 10px;
		height: 40px;
		float: left;
		display: block;
		font-size:1.5em;
		background: url('../img/step-bg-trans.png') no-repeat top;
	}
	
	#header ol li.allow{
		background-position:50% bottom;
	}
	#header ol li.allow a{
	    color:#fff;
	    font-weight:normal;
	}
	#header ol li.allow a:hover{
	    color:#5bc3d3;
	}
	#header ol li.active{
		background: none;
	    color:#fff;
	}*/
	
	#header .reset{
	    background: none;
	    float:right;
	    text-align:right;
        width:200px;
		line-height:35px;
		margin-bottom:0;
	}
	#header .reset a{color: #7a6d78;}
	#header .reset a:hover{color: #5bc3d3;}
	#header .reset img{
		margin:5px 4px 0 0;
		float:right;
	}
	#header .reset span img{
		margin-top:12px;
	}

#stepsContainer{
	float: left;
	margin: 30px 0 5px 10px;
	width: 375px;
}

#stepsContainer li{
	display:inline;
	padding:0 20px;
	color:#c3c3c3;
	font-size:3em;
	font-weight:bold;
}

#stepsContainer li a{color: #c3c3c3;}
#stepsContainer li a:hover{color: #49182d;}
#stepsContainer li.active{color:#7a6d78;}
#stepsContainer li.stepDesc{
	color:#7a6d78;
	display:block;
	text-transform:uppercase;
	font-size:1.4em;
	margin-top:10px;
	padding:0;
}

#ipaScoreCont{
	width:325px;
	padding:8px 10px;
	background:#fff;
	float:right;
	margin-top:20px;
}

#ipaScoreCont ul li{
	display:block;
	float:left;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	font-size:.9em;
}
#ipaScoreCont ul li.yourScore{
	width:115px;
	font-size:1.2em;
	line-height:45px;
}

#ipaScoreCont ul li span{
	color:#49182d;
	font-weight:bold;
	font-size:3.6em;
	display:block;
	
}

#ipaScoreCont ul li.immersion{width:65px;}
#ipaScoreCont ul li.participation{width:77px;}
#ipaScoreCont ul li.adventure{width:65px;}

#bird{
	height: 90px;
	background: url('../img/bird2-trans.png') no-repeat;
	float: left;
	margin: 10px 0 5px 10px;
	width: 730px;
}

#birdHome{
	height: 70px;
	background: url('../img/bird-small-trans.png') right no-repeat;
	float: right;
	text-align: center;
	padding: 50px 0 0;
	width: 370px;
}

	#bird p{
		padding: 10px 5px 10px 10px;
		width: 605px;
		color:#1d0610; 
	}

#tripInfo{
	width: 730px;
	float:left;
	padding-left: 10px;
}

	#tripInfo ul{
		font-size: 1.3em;
	}

		#tripInfo ul li{
			margin: 0 20px 0 10px;
			width:330px;
			display: block;
			float: left;
		}

#main{clear:both;}

#footer{
	background-color: #1d0610;
	height: 150px;
	clear: both;
}

#footer a{
	color:#7a6d78;
	font-weight:normal;
}
#footer a:hover{
	color:#fff;
}

/* *** */
a, input.big, #proceedPers button span, #sendMsg button span{
	color: #5bc3d3;
	font-weight: bold;
	text-decoration: none;
}

a.big, input.big{
	font-size:1.6em;
}
a.big:hover, a.selected, a:hover, input.big:hover, #proceedPers .jqTransformButton_hover span, #sendMsg .jqTransformButton_hover span{
	color:#49182d;
}

input.big {
	background-color: transparent;
	cursor:pointer;
}

h1, legend {
	font-size:3.6em;
	float:left;
	margin:30px 0 0 20px;
	width:720px;
	font-weight:normal;	
}

h1.cms {margin-top: 80px;}

h2, h3, h4{color:#1d0610; font-weight:bold;}
h2{
	font-size:2.4em;
}
h3, label{
	font-size:1.8em;
	margin-top: 30px;
}

h4{
	font-size:1.4em;
}

h5{
	font-weight:normal;
	color:#49182d;
	font-size:1.6em;
	margin-bottom:10px;
}

p{
	font-size: 1.4em;
	line-height: 1.4em;
	color:#1d0610;
	margin-bottom:10px;
}

p.small{
	font-size: 1.2em;
	line-height: 1.5em;
}

input, select, textarea{
	/* background-color:#7a6d78; */
	color:#1d0610;
	border:1px solid #ccc;
	font-size:1.4em;
	padding:5px;
	font-family: helvetica, arial, sans-serif;
	outline:none;
}

textarea{
    width:320px;
    font-size:14px;
}

label{
	margin: 0 10px 5px 0;
}

#goBack{float:left;line-height:15px;margin:25px 0; width:400px;}
#header #goBack{margin:7px 0 0 25px;}
.detail #header #goBack, .admin #header #goBack{margin-top:0;}
#header #goBack a.big{font-size:14px;}
#proceedBtn, #proceed, #sendMsg{float:right;width:300px;margin:25px 0;}
#proceedPers button span, #sendMsg button span{font-size:1.2em;}
#proceedPers div.submit{display:inline; margin:0;}
#proceedPers img, #sendMsg img{margin:5px 0 -2px; float:right;}
#goBack img{margin:5px 8px -2px 0;}
#proceed img{margin:5px 0 -2px 8px;}
#submitFormCont #proceedPers{float:none;line-height:15px;margin:25px 25px 25px 480px;width:150px;}
#sendMsg{clear:both;margin-top:50px;}
#sendMsg div.submit{margin-top:25px;padding-top:25px;padding-right:5px;display:inline;}
#proceed p.needDest{color:#7a6d78;font-size:1.6em;font-weight:bold;}

#goBackBtn a{
	float:left;
	margin:25px 0;
	height:27px;
	background:transparent no-repeat top left;
	display:block;
	text-indent:-9999px;
}

#proceedBtn a, #proceedBtn div.submit input, #proceedBtn input{
	float:right;
	border:none;
	height:27px;
	background:transparent no-repeat top left;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	padding:0;
}

#goBackBtn a:hover, #proceedBtn a:hover,  #proceedBtn div.submit input:hover, #proceedBtn input:hover{
	background-position:bottom left;
}

#goBackBtn a.backToMap{
	width:205px;
	background-image:url(../img/buttons/back-to-map.png);
}

#goBackBtn a.backToQuestions{
	width:218px;
	background-image:url(../img/buttons/back-to-questions.png);
}

#goBackBtn a.backToStarters{
	width:266px;
	background-image:url(../img/buttons/back-to-starters.png);
}

#goBackBtn a.backToExperiences{
	width:235px;
	background-image:url(../img/buttons/back-to-experiences.png);
}

#proceedBtn div.submit input.showMeThings{
	width:186px;
	background-image:url(../img/buttons/show-me-things.png);
}
#proceedBtn a.withoutStarter{
	width:213px;
	background-image:url(../img/buttons/proceed-without-starter.png);
}

#proceedBtn a.saveItinerary{
	width:187px;
	background-image:url(../img/buttons/send-to-tafari.png);
}
#proceedBtn div.submit input.submitBtn{
	width:75px;
	background-image:url(../img/buttons/submit.png);
}
#proceedBtn input.sendMessage{
	width:135px;
	background-image:url(../img/buttons/send-message.png);
	margin-right:50px;
}


.instructionImg{
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

/*   Footer   */

#footerContent{
	width:960px;
	margin:0 auto;
	padding-top:20px;
}
#explore, #participate, #beSocial{
	float:left;
	width:150px;
}

#footer p{
	margin-bottom:3px;
	color:#7a6d78;
	font-size:1.2em;
}

#copyright{
	width:250px;
	text-align:right;
	float:right;
}
#copyright p.credit{
	color: #49182D;
}
/*#copyright p.credit a{
    color: #5bc3d3;
}*/

/*   Questions Page   */

.questions ul#questions_list{
	margin: 30px 0 50px;
}

.questions form ul li{
	line-height:2.4em;
	clear:both;
	padding:15px 0;
}

.questions form ul li span{
	width:615px;
	display:block;
	float:left;
	font-size:1.8em;
	color:#1d0610;
}

.questions form ul li ul{
	float:left;
	width:300px;
}
.questions form ul li ul li{
	display:block;
	width:130px;
	clear:none;
	float:left;
	padding:0;
	line-height:2.4em;
}
.questions form ul li ul li span{
	width:auto;	
}
.questions form ul li ul li input{
	float:left;	
}
.questions form ul li ul li label{
	font-size:1.4em;
	color:#7a6d78;
	margin-left:5px;
	
}

#StartersItinerariesForm{
	margin-left: 40px;
}

.questions form ul li.activities{
	margin-top:40px;	
}
.questions form ul li.activities label{
	float:left;
	width:375px;
}

.questions form ul li.activities input{
	width: 460px !important;
	float: right;
}


#submitFormCont form ul li input, #submitFormCont form ul li textarea {width: 320px !important; float: left;}
#submitFormCont form ul li textarea{height:80px;}

/*   Starters   */

#filterItinHint{
	background-image:url(../img/sketches/filter-the-itineraries.png);
	width:105px;
	height:41px;
	margin:-10px 0 0 200px;
}


/*#immersion, #participation, #adventure{
	width:158px;
	margin-right:41px;
	float:left;
}
*/
#keywords{
	width: 270px;
	float: left;
	padding-right: 5px;
}

#refresh{
	width: 154px;
	height: 77px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: -78px;
}
#refresh_cont1 {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 154px;
	height: 77px;
}
#refresh .submit {
	position: absolute;
	bottom: 0;
	right: 0;
}

#refresh input{background-color:transparent;margin:0;padding:0;}

#filter-container{
	margin:5px 0 0px;
	width:955px;
	background:url(../img/filter-bg.png) repeat-y;
	border:1px solid #c8c8c8;
	padding:13px 0 10px;
	position:relative;
}

#filter-container h4{
	font-weight:normal;
	font-size:1.17em;
}

#filter-container label{
	font-size:1.17em;	
}

#filter-container label img{
	margin-right:4px;
}

#filter-container ul li{
	clear:both;	
	font-size:1.2em;
	line-height:30px;
}
#filter-container ul#ipaFilters{
	width:240px;
	text-align:center;
	float:left;
}

#filter-container ul#ipaFilters label{
	font-weight:bold;
	text-transform:uppercase;
	color:#49182d;
	width:142px;
	margin:0;
	line-height:18px;
	text-align:left;
	display:block;
	float:left;
	padding-left:18px;
}

#filter-container ul#ipaFilters select{
	width:50px;
}
#filter-container select{
	color:#1d0610;
	background-color:#fff;
	font-size:1.17em;
}

#filter-container input{
	color:#1d0610;
	background-color:#fff;
	border:1px solid #ccc;
	outline:none;
	font-size:1.17em;
}

#filter-container ul#dateLocationFilters {
	width:350px;
	padding-left:30px;
	float:left;
}
#filter-container ul#dateLocationFilters li select, #filter-container ul#typeFilters input{width:220px;}

#filter-container ul#dateLocationFilters li h4, #filter-container ul#dateLocationFilters li label, #filter-container ul#typeFilters li h4, #filter-container ul#typeFilters li label{
	display:block;
	width:110px;
	float:left;
	margin:0;
}

#filter-container ul#typeFilters li h4, #filter-container ul#typeFilters li label{
	width:80px;
}

#filter-container ul#dateLocationFilters li a{
	margin-left:10px;	
}

#filter-container ul#typeFilters{
	width:320px;
	float:left;
}
#filter-container ul#typeFilters select, #filter-container ul#dateLocationFilters select{
	border: 1px solid #ccc;
	height: 26px;
	width:232px;
}


#filter-container ul#typeFilters li ul li{
	display:inline;	
	margin:2px 2px 2px 0;
	padding-bottom:4px;
}
#clearFilters{
	margin:0 25px 0 80px;
	cursor:pointer;
	color:#1d0610;
	background-color:#fff;
	border:1px solid #ccc;
	outline:none;
	font-size:1.17em;
	float:right;
	width:230px;
}


#filter-container .submit input{
	background-color:transparent;
	border:none;
}

#mainContent{
	clear:both;
	padding:40px 0;	
	position: relative;
	min-height:400px;
}
#mainContent.admin{
    min-height:300px;
}

#mainContent #ajax_loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../img/ajax-loader.gif) no-repeat center;
	z-index: 3;
}
.starter{
	width:301px;
	height:190px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin:0 20px 30px 0;
	position:relative;
	overflow:hidden;
}

.starterHeader{
	width:290px;
	height:23px;
	background:url(../img/starter-box-header.png) no-repeat;
	padding:11px 0 0 11px;
	color:#fff;
	font-size:14px;
}
.starterBody{
	padding:10px;
	width:278px;
	border:1px solid #c8c8c8;
	border-top:none;
	background-color:#e0dee0;
	height:135px;
	position: absolute;  
    top: 34;  
    left: 0; 
}
.starterBody p{height:65px;}
ul.starterCollections{
	margin-top:12px;
	width:250px;
	float:left;
}
ul.starterCollections li{
	display:inline;
	padding-right:8px;
}
.seeInside{
	position:absolute;
	left:90px;
	font-size:1.4em;
	top:134px;
	font-weight:bold;
}
.useStarterCont{position:absolute;left:129px; top:134px;font-size:1.4em;}
.useStarterCont a:hover{color:#fff;}
p.useStarter{height:auto;margin-bottom:0;}

.peelBack{
	position:absolute;
	bottom:0;
	right:0;
}

.showStarterProducts{
	position: absolute;  
    top: 190px;  
    left: 301px; 
	color:#fff;
	background:url(../img/starter-bg2.jpg);
	width:278px;
	height:135px;
	display:block;
	padding:10px;
}

.showStarterProducts ul{
	font-size:1.2em;
	line-height:1.2em;
}
.showStarterProducts ul li{
	margin-top:6px;
}
#moreResults{
	width:940px;
	padding:0 0 2px 21px;
	border-bottom:1px solid #bab3b9;
}

#moreResults span{
	color:#7a6d78;
	margin-right:21px;
	font-size:1.4em;
}

#moreResults span a{
	font-size:1.15em;
}

#moreResults span.current{
    color:#49182d;
    font-weight:bold;
    font-size:1.6em;
}


/*   Experiences   */

#filterExpHint{
	background-image:url(../img/sketches/filter-results.png);
	width:145px;
	height:32px;
	margin:-25px 0 0 200px;
}

#experiencesCont, #submitFormCont{
	width:720px;
	float:left;
}

#experiencesCont #ajax_loading {
	position: relative;
	width: 720px;
	background: url(../img/ajax-loader.gif) no-repeat center;
	z-index: 3;
}

#experiencesCont ul li{
	width:309px;
	height:141px;
	border:1px solid #ccc;	
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin:0 20px 12px 0;
	background:url(../img/experiences-grip-2.png) repeat-y top right #fff;
	padding:0px 17px 0 0px;
	font-size:1.4em;
	line-height:1.2em;
	overflow:hidden;
	position:relative;
}

#experiencesCont ul li.ui-draggable-dragging {
	z-index: 5;
}

#experiencesCont ul li .productImg{
	position:absolute;
	z-index:0;
	top:0;
	left:0;
}

#experiencesCont ul li span.productName{
	display:block;
	position:relative;
	z-index:2;
	font-size:1.2em;
	line-height:1.25em;
}
#experiencesCont ul li span.productName a, #experiencesCont ul li span.productCountry{
	background-color:#fff;
	padding:2px 5px;
	display:block;
	width:300px;
	filter:alpha(opacity=85);  
    -moz-opacity:0.85;  
    -khtml-opacity: 0.85;  
    opacity: 0.85;
}
#experiencesCont ul li span a:hover{color:#49182d;}

#experiencesCont ul li span.productCountry{
	font-style:italic;
	position:relative;
	z-index:2;
	padding-bottom:5px;
}

#experiencesCont ul li.ui-draggable-disabled a, #experiencesCont ul li.ui-draggable-disabled a:hover {
	cursor: default;
	color: #5bc3d3;
}

#experiencesCont ul li a{font-weight:normal;}


#experiencesCont ul li ul.productCollections{
	position:absolute;
	bottom: 5px;
	left:7px;
}

#experiencesCont ul li ul.productCollections li{
	display:inline;
	background: none;
	width:28px;
	height:32px;
	margin:0 5px 0 0;
	padding:0;
	line-height:normal;
	background:none;
	border:none;
}

#experiencesCont ul li ul.productCollections li img {
	float: none;
	margin: 0;
}

#customItineraryCont, #detailHighlightsCont{
	float:right;	
	width:227px;
}

#customItineraryCont{
	right:0;	
}

#customItineraryHeader, #detailHighlightsHeader{
	width:210px;
	height:22px;
	padding:10px 0px 0 10px;
	background:url(../img/custom-itinerary-header.png) no-repeat top left;
	font-size:1.6em;
	color:#fff;
}
#customItineraryHeader span, #customItinerary ul li span{float:left;}
#customItineraryHeader a{
    color:#7a6d78;
    font-weight:normal;
    font-size:.8em;
    float:right;
    padding:2px 10px 0 0;
}
#customItineraryHeader a:hover{color:#5bc3d3;}
#customItinerary, #detailHighlights{
	background:url(../img/custom-itinerary-bg.png) repeat-y;
	width:227px;
	padding:10px 0 40px;
}

#detailHighlights{ min-height:300px; }

#customItinerary ul{ min-height: 300px; }

#customItinerary ul li{
	width:199px;
	height:auto;
	margin:4px 1px;
	background-color:#fff;
	padding:9px;
	font-size:1.2em;
	overflow:hidden;
}

#customItinerary ul li.dragHelp{
	width:181px;
	text-align:center;
	margin:35px 0 0 10px;
	border: dashed 1px #7a6d78;
	background-color:#e0dee0;
}

#customItinerary ul li a{
    font-weight:normal;
   /* color:#1d0610;*/
}

#customItinerary ul li a.remove{
	font-weight:normal;
	font-size:.86em;
	float:right;
	color:#5bc3d3;
	font-size:1.2em;
}
#customItinerary ul li a:hover.remove, #customItinerary ul li a:hover{color:#49182d;}

#customItineraryBot, #detailHighlightsBot{
	width:227px;
	height:35px;
	background:url(../img/custom-itinerary-bot.png) no-repeat top left;	
}


/*  Submit   */

#submitFormCont form ul li{
	margin-bottom:15px;	
	overflow:hidden;
	zoom:1;
	clear:both;
	/*height:50px;*/
}
#submitFormCont form ul li label, #submitFormCont form ul li span{
	width:310px;
	display:block;
	float:left;
}
#submitFormCont form ul li span{
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:0;
}

#submitFormCont form ul li ul{
	float:left;
	width:300px;
}
#submitFormCont form ul li ul li{
	display:block;
	width:90px;
	clear:none;
	float:left;
	padding:0;
	line-height:2.4em;
	margin:0;
}
#submitFormCont form ul li ul li span{width:auto;float:left;}
#submitFormCont form ul li ul li input{float:left;}
#submitFormCont form ul li ul li label{
	font-size:1.4em;
	color:#7a6d78;
	margin-left:5px;
	width:auto;
	float:left;
}
li#formToShow{
    display:none;
}
#submitFormCont form ul li#formToShow ul{
    float:none;
    width:auto;
    margin-left:310px;
}
#submitFormCont form ul li#formToShow ul li{
    width:400px;
    clear:both;
	margin-bottom:10px;
}

#submitFormCont form ul li#formToShow ul li label{
    font-size:1.6em;
	color:#1d0610;
    margin:0;
    width:120px;
	display:block;
	float:left;
}
#submitFormCont form ul li#formToShow ul li input, #submitFormCont form ul li#formToShow ul li .jqTransformInputWrapper{
    width:208px !important;
    float:left;
}

.confirm #submitFormCont{
    width:650px;
 	margin-top:0;
    padding-right:70px;
}
.confirm #submitFormCont p{line-height:1.8em;}
.confirm #submitFormCont h3{
    padding-top:30px;
    margin-bottom:8px;
}

/*   DETAILS   */

.detail #goBack, .admin #goBack{
	line-height: 44px;
	float: left;
	margin:0 0 0 20px;
	font-size:1.4em;
	display:block;
	width:730px;
}
.detail #goBack a:hover{
	color:#fff;	
}

.detail h1{
	font-size:3.6em;
	float:left;
	margin:30px 0 0 20px;
	width:720px;
	font-weight:normal;
}

.detail h2, h3{
	font-weight:normal;
	color:#1d0610;
}
#details{
	float:left;
	width:690px;
	margin-right:10px;
}



#experiencePhotos{
	width:673px;
	height:377px;
	padding:12px 0 0 12px;
	background:url(../img/experience-photos-bg.png) no-repeat;
}

#experiencePhotos #mainImage{
	width:473px;
	height:355px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

#experiencePhotos ul{
	width:180px;
	float:left;
}
#experiencePhotos ul li{
	float:left;
	width:80px;
	height:60px;
	overflow:hidden;
	margin: 0 10px 10px 0;
}
#details #bird{
	height: 90px;
	background: url(../img/bird-detailsPg-trans.png) no-repeat transparent;
	float: left;
	margin: 10px 0 25px;
	width: 690px;
}

#details #bird p{
	padding: 6px 10px 10px;
	width: 564px;
	color: #7a6d78;
	font-size: 1.55em;
	line-height: 1.4em;
}

#details .section{
	padding:25px 0;	
	border-bottom:1px solid #e0dee0;
}
#details .section ul, .errorCont ul{
    font-size:1.4em;
    list-style:disc inside;
    line-height:1.6em;
}

.detail h3{
	font-weight:bold;
	margin:0 0 20px;
	color:#49182d;
}
.detail h4{
	margin-bottom:4px;
	color:#1d0610;
}
.detail p{
	line-height:1.6em;
	
}

#detailHighlights{
	padding-top:0;	
}
ul#filterRatings{
	background-color:#fff;
	width:187px;
	padding:8px 15px 18px;
	margin:0 0 10px 1px;
}

ul#filterRatings li{
	color:#49182d;
	text-transform:uppercase;
	font-size:1.4em;
	font-weight:bold;
	clear:both;
	padding:8px 0;
}
ul#filterRatings li span.ipaLabel{float:left;padding-bottom:8px;}
ul#filterRatings li span.ipaVal{
	font-size:1.6em;
	float:right;
	font-weight:normal;
	margin-top:-5px;
}

#detailHighlights p{
	margin-left:15px;
}

#detailHighlights p img{
	margin-right:3px;	
}

ul#highlights{
	padding:15px;
	font-size:1.4em;
}

ul#highlights li{
	color:#49182d;
	margin-bottom:15px;
}
ul#highlights li span{
	text-transform:uppercase;
	color:#1d0610;
	display:block;
	margin-bottom:3px;
}

ul#highlights li img{
	margin-right:6px;	
}

#tabs{
	margin-bottom:20px;
	font-size:1.4em;
}
a.tab {
	display:inline-block;
	background-color:#49182d;
	color:#FFFFFF;
	padding:5px 10px;
	text-decoration:none;
	margin-right:3px;
}
a.tab:hover {
	background-color:#1d0610;
}
a.tab-active {
	display:inline-block;
	background-color:#5bc3d3;
	color:#FFFFFF;
	padding:5px 10px;
	text-decoration:none;
	margin-right:3px;
}

/*   STATIC PAGES   */

#bodyContent{
	margin:0 0 10px;
	width:960px;
	float:left;
	display:block;
}

#homeContent{
	width: 432px;
	float: left;
}

.homeImage {
	float: right;
	width: 432px;
}

#homeContent p{
	font-size: 1.25em;
	line-height:1.4em;
}

#main.home{
	min-height: 450px;
	margin: 0;
}

#main #container{margin-bottom:0;}
.home h1{
    padding-top:40px;
}

.home #start{
    position:absolute;
    top:120px;
    right:10%;
    text-align:center;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:15px 5px;
}
.home #start a{
	color:#49182d;
	font-size:2em;
}
.home #start span{margin-top: 14px; display:block;}
.home #start img{padding-left: 5px; float:none;}

.static h3{
    margin:30px 0 10px;
    color:#49182d;
}
.static #main{
	min-height:450px;
}
/*   LIST PAGES   */

#destCont{
	margin-bottom:10px;	
	position:relative;
}

#destCont h2{
	margin-bottom: 10px;
}

#destCont ul {
	margin-bottom: 30px;
}

#destCont ul li{
	display: block;
	font-size: 1.4em;
	line-height: 1.6em;
}

.list ul#destList{
	width:960px;
	margin-top:15px;
}
.list ul#destList li{
	width:220px;
	padding:10px 5px;
	display:block;
	float:left;
	font-size:1.4em;
}

.list ul#destList li:hover{
	background-color:#eef3f4;
}
.list ul#destList li:hover a{
    color:#49182d;
}

	
.noMargin{margin:0;}

/* -------- misc ---------- */
#authMessage{
	font-size: 1.4em;
	margin-bottom: 20px;
}

#flashMessage{
	position: absolute;
	top: 70px;
	right: 50px;
	padding: 10px 96px 10px 10px;
	height: 87px;
	width: 310px;
	background: transparent url(../img/bird-small-trans.png) no-repeat;
}

#error-submit{
    padding: 10px 96px 10px 10px;
	height: 87px;
	width: 310px;
	background: transparent url(../img/bird-small-trans.png) no-repeat;
	color:#f00;
    font-weight:bold;
    font-size:1.2em;
}
.message, .error{
    color:#f00;
    font-weight:bold;
}

h3.home{
	font-size: 2.2em;
	margin: 30px 0 15px;
}

.continentBlock{
	float: left;
	width: 200px;
	padding: 0 20px 20px;
}

#listOnly li{
	font-size: 1.4em;
	padding: 0 0 10px;
}
.addthis_toolbox{
    font-size:1.4em;
    line-height:16px;
}

/*   2.3 UPDATES  */
.detail.extratop h1{
	margin-top:75px;
}

#forgotPassword{
	font-size:1.4em;	
}

#welcomeBack{
	float:left;
	margin:10px 30px 0 20px;
	color:#7a6d78;
}

/* -------- HOME --------- */
.splash #backgroundMap{
	position:absolute;
	z-index:-10;
	top:50px;
}

.splash h1{font-size:3em;font-weight:normal;color:#1d0610;margin:95px 0 33px 0px;}

.splash h2{font-size:2.4em;font-weight:normal;color:#1d0610;margin:0 0 10px 10px;}

.splash p#tafariBlurb{font-size:1.6em; line-height:1.375em;margin:0 0 35px 0px;}

#getStartedContent{width:715px;float:right;overflow:hidden;zoom:1;}

#getStarted{margin-left:131px;}

#howItWorks{margin:30px 0;}

#howItWorksSteps{
	background:url(../img/splash/how_bg.png) repeat-x;
	border:1px #aaa solid;
	width:938px;
	height:193px;
	display:block;
	padding:15px 10px 13px;
}
#howItWorksSteps ol{list-style:none;}

#howItWorksSteps li.step{
	display:block;
	float:left;
	text-align:center;
	width:176px;
	margin-right:12px;
}
#howItWorksSteps li.step.last{margin-right:0;}
#howItWorksSteps li.step p{font-size:1.2em; line-height:1.25em;margin:3px 0 0 0;}

#howItWorksSteps li.step#step2 img{margin:11px 0;}
#howItWorksSteps li.step#step3 img{margin:0px 0 3px 0px;}
#howItWorksSteps li.step#step4 img{margin:5px 0;}
#howItWorksSteps li.step#step5 img{margin:13px 0;}

#featuredExperiences{overflow:hidden;zoom:1;margin-bottom:25px;}
.featExperience{width:302px;display:block;float:left;margin-right:20px;position:relative;}
.featExperience img{border:1px solid #aaa;}
.featExperience .featKeyInfo{background-color:#fff;display:block;z-index:10;position:absolute;padding:15px;width:270px;margin:1px 0 0 1px;
	filter:alpha(opacity=90);  
    -moz-opacity:0.9;  
    -khtml-opacity: 0.9;  
    opacity: 0.9;  
}
.featExperience .featKeyInfo h4{font-size:1.8em;}
.featExperience .featKeyInfo h4 a{color:#49182d;font-weight:normal;}
.featExperience .featKeyInfo .productCountry{font-style:italic;margin:10px 0 0;}

.featExperience .imgCont{height:200px;overflow:hidden;}
.featExperience.last{margin-right:0;}
.featExperience .ipaDeets{font-size:1.4em;margin:8px 0 10px;}
.featExperience p.productDesc{color:#666;font-size:1.4em;line-height:1.2em;margin:0;}

#startPlanningTrip{float:right;margin-bottom:25px;}

/* -------- admin --------- */

.admin{
    width:960px;
}
span.adminOpts{
    float:right;
    width:50px;
}
.admin form ul li{
    clear:both;
    padding:15px 0;
}
.admin form ul li.submit{
    margin-left:310px;
}
.admin form label{
    width:250px;
    display:block;
    float:left;
    line-height: 1.2em;
}
.admin input, .admin select, .admin textarea{
	background-color:#fff;
	color:#1d0610;
	border:1px solid #ccc;
}

.admin input, .admin textarea{
    width:390px;
    float:left;
}


.admin form .mceLayout{
     width:390px !important;
}
.admin form .mceIframeContainer, .admin form .defaultSimpleSkin{
    /*background-color:#7a6d78;*/
	background-color:#fff;
	color:#1d0610;
}

.admin form select{
   /* background-color:#7a6d78;*/
    background-color:#fff;
	color:#1d0610;
    float:left;
}

.admin ol{
    list-style:none;
    width:750px;
}
.admin ol li{
    clear:both;
    margin:10px 0;
}
.admin ol li p, .starters form ul li p{
    margin-top:8px;
    font-size:1.2em;
}
.admin ol li img, .starters form ul li img{
    float:left;
    margin:10px;
}
ul#steps{
	margin-bottom: 20px;
}

#editPhotos li{overflow:hidden;zoom:1;}
#editPhotos label{
	width:auto;	
}
.actions{
    clear:both;
    font-size:1.2em;
    padding:15px 0;
}

table{
	width: 100%;
}

tr.header{
	background: #7a6d78;
}

th{
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

td{
	padding: 5px 20px 5px 20px;
}

tr.altrow{
	background: #eee;
}

p.stepCommands{
   clear:both;
}

.paging{
    clear:both;
    width:100%;
    font-size: 1.6em;
	margin: 20px 0;
	padding: 10px;
	background: #7a6d78;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.paging .disabled{
    display:block;
}
/*.paging span, .paging .disabled{
	float: left;
	margin-right: 10px;
}*/

#editPhotos ul li img{
	float:left;
	margin-right:10px;
}

#editPhotos div.file input{margin-bottom:10px;}

#editPhotos .deletePhoto{margin-top:10px;display:block;overflow:hidden;height:100%;}
#editPhotos .deletePhoto label{
	font-size:1.3em;
	display:inline;
	margin-bottom:0;
	width:auto;
	float:left;
}
#editPhotos .deletePhoto input{
	width:auto;	
	
}

.admin #collections, #admin #ProductCollections{
	width:390px;	
}

.admin .submit input, .admin input#add, .admin a#add{
	margin-left:260px;
	width:auto;
	background-color:#5bc3d3;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.6em;
	padding:5px;
	color:#1d0610;
	cursor:pointer;
}

#StarterAddForm .submit input{margin:10px 0 15px 260px;}

#box1View, #box2View { width: 300px; float: left; font-size: 1.1em; height: 300px;}
#addRemove{
	float: left;
	padding: 50px 20px;
}
#addRemove button {width: 50px; text-align: center; padding: 2px;}

.admin input.submitFilter{
	width:75px;
	margin-left:10px;
	cursor:pointer;
}
.admin.prodIndex form.prodFiltForm{
	width:470px;
	line-height:1.8em;
	float:left;
	display:block;
	margin-bottom:10px;
	
}
.admin.prodIndex label{
	display:inline;
	padding-top:5px;
	width:auto;
}
.admin input.prodFilter{
	width:170px;
}
.admin input#searchID{
	width:75px;
}
.admin select.prodFilter{
	margin-left:24px;	
}

span.help{
	display: block;
	font-size:1.2em;
	/*padding:6px 0 0 10px;*/
	font-style:italic;
	float:left;
	padding-right: 10px;

}

ul#addSupplier{line-height:1.6em;}
ul#addSupplier li{
	overflow:hidden;zoom:1;
	padding:10px 0px;
}

.mceContentBody{
	font-size:1.4em;	
}
/* --------- JS Degradability -------*/
#experiencesCont ul li img{
    float:right;
    margin-right:5px;
}

#filters select{
    color:#1d0610;
}

.dropShadow {
	-moz-box-shadow: 3px 3px 4px #AAA;
	-webkit-box-shadow: 3px 3px 4px #AAA;
	box-shadow: 3px 3px 4px #AAA;
}

.dropShadow2{
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 5px #CCC;
}
.dropShadow3{
	-moz-box-shadow: 0px 0px 5px #AAA;
	-webkit-box-shadow: 0px 0px 5px #AAA;
	box-shadow: 0px 0px 5px #AAA;
}

/* --------- New Styles -------*/

div.submit input {
	margin: 20px;
}

li.box_array {
	margin-bottom: 30px;
}

li.box_array table {
	width: 388px;
}

li.box_array table td {
	text-align: center;
	padding: 5px 10px;
}


li.box_array table input {
	width: 50px;
}

thead tr td {
	font-weight: bold;
}

.labeldiv {
	width: 260px; float: left;
}
