
/* Map
------------------------*/

#searchResultsMap,
#availabilityView {
	float:left;
	margin:20px 0 0 0;
	width:648px;
	}

#searchResultsMap .column {
	float:left;
	padding:0 20px 0 0;
	}

#searchResultsMap a.row {
	float:none;
	width:auto;
	}

/* Results
------------------------*/

#tdViewButtons {
	background:url(/custom/templates/page/inner/images/border.png) repeat-x 0 100%;
	float:left;
	width:648px;
	}

#tdViewButtons .on,
#tdViewButtons .off {
	float:left;
	margin:0 3px 0 0;
	}

#tdViewButtons .print.off {
	float:right;
	}

#tdViewButtons .off {
	margin:0 3px 1px 0;
	}

#tdViewButtons .on {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background:#fff;
	border:1px #e8e8e8 solid;
	border-width:1px 1px 0 1px;
	color:#3c99d2;
	display:block;
	padding:10px 11px;
	}

#tdViewButtons .off a {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background:url(/custom/templates/page/inner/images/off.png) repeat-x 0 100% #3c99d2;
	color:#fff;
	display:block;
	padding:11px 12px 9px 12px;
	}

#tdViewButtons .list.on span,
#tdViewButtons .list.off a span {
	background:url(/custom/templates/page/inner/images/viewList.png) 0 50% no-repeat;
	padding:0 0 0 18px;
	}
	
#tdViewButtons .map.on span,
#tdViewButtons .map.off a span {
	background:url(/custom/templates/page/inner/images/viewMap.png) 0 50% no-repeat;
	padding:0 0 0 18px;
	}

#tdViewButtons .grid.on span,
#tdViewButtons .grid.off a span {
	background:url(/custom/templates/page/inner/images/viewGrid.png) 0 50% no-repeat;
	padding:0 0 0 18px;
	}

#tdViewButtons .calendar.on span,
#tdViewButtons .calendar.off a span {
	background:url(/custom/templates/page/inner/images/viewCalendar.png) 0 50% no-repeat;
	padding:0 0 0 18px;
	}
	
#tdViewButtons .print.on span,
#tdViewButtons .print.off a span {
	background:url(/custom/templates/page/inner/images/viewPrint.png) 0 50% no-repeat;
	padding:0 0 0 18px;
	}

#results .qualmarkSort {
	display:none;
	}

#results .productName,
#results .priceFrom,
#results .pointName {
	float:left;
	}

#results .productName span img,
#results .priceFrom span img,
#results .pointName span img {
	float:right;
	padding:6px 0 0 0;
	}

#itineraryMap {
	border:0;
	height:500px;
	margin:20px 0 0 0;
	width:648px;
	}

#itineraryMapList a.row {
    float: none;
    width: auto;
	}


ol#itineraryMapList {
    background:none;
    border:0;
    margin:12px 0 0 0;
    padding:0 0 0 40px;
    text-indent:inherit;
	}

ol#itineraryMapList li {
    font-size:inherit;
    margin:0;
    padding:0;
	}

#results .listing {
	border-bottom:1px #e8e8e8 solid;
	float:left;
	}

#tourism-data.travel-planner #results .listing {
	border-bottom:1px #e8e8e8 solid;
	border-top:0;
	}

#results .listing:nth-child(even) {
   background-color:#edf5f7;
	}

#results .tdSortCols,
#results .listing ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:648px;
	}

#results .tdSortCols {
	padding:12px 0;
	}

#results .tdSortCols label {
	float:left;
	padding:0 4px 0 12px;
	}

#results.events .listing ul {
	background:none;
	}

#results .listing ul li {
	float:left;
	}

#results .listing ul li.Price .priceCurrency {
	font-size:10px;
	}

#results .productName,
#results .listing ul li.Name {
	font-size:15px;
	width:400px;
	}

#results .priceFrom,
#results .listing ul li.Price {
	width:146px;
	}

#results .pointName,
#results .listing ul li.Location {
	width:102px;
	}

#results .listing ul li.Ratings {
	float:right;
	width:142px;
	}

#results .listing ul li.Ratings.SkiField {
	text-align:right;
	width:auto;
	}

#results .listing ul li.Date {
	float:right;
	width:248px;
	text-align:right;
	}

#results .productName span,
#results .priceFrom span,
#results .pointName span,
#results .listing ul li.Name p,
#results .listing ul li.Price p,
#results .listing ul li.Location p,
#results .listing ul li.Ratings p,
#results .listing ul li.Date p {
	float:left;
	padding:10px 0 10px 12px;
	margin:0;
	}

#results .listing ul li.Date p {
	float:none;
	padding:10px 12px;
	}

#results .listing ul li.Name p {
	padding:10px 12px;
	}

#results .listing ul li.Ratings p {
	padding:10px 0 0 12px;
	}

#results .listing ul li.Ratings.SkiField p {
	padding:10px 12px;
	}

#results .description {
	border-top:1px #e8e8e8 solid;
	float:left;
	min-height:150px;
	position:relative;
	}
	
#results .description img {
	position:absolute;
	top:12px;
	left:12px;
	}

#myItineraryCalendarBody {
	float:left;
	margin:0 0 20px 0;
	width:648px;
	}

#myItineraryCalendarBody h3 {
	border-top:0;
	margin:0;
	}

ul#external-events {
	list-style:none;
	padding:0;
	margin:20px 0;
	}

ul#external-events li {
	background:url(/custom/templates/page/inner/images/viewDrag.png) no-repeat 6px 50% #3C99D2;
	color:#fff;
	cursor:move;
	font-size:11px;
	border-radius:4px;
	margin:0 0 6px 0;
	padding:6px 6px 6px 26px;
	}

#results .description img.kids4free {
	margin:0 0 0 10px;
	position:static;
	}

#results .description {
	width:648px;
	}

#results .description p {
	padding:12px 12px 40px 191px;
	}

#results.planner .description p {
	padding:12px 12px 0 191px;
	}

#tourism-data.travel-planner #results .description p {
	padding:12px 12px 0 191px;
	}

#results .description .itineraryNote {
	padding:0 0 37px 0;
	}

#tourism-data.travel-planner #results .description .addDates td {
	padding:0 0 11px 0;
	}

#tourism-data.travel-planner #results .description img.ui-datepicker-trigger {
	position:static;
	}

#results .travelPlannerAddRemoveButtons {
	bottom:12px;
	left:191px;
	position:absolute;
	}

#results a.travelPlannerAddButton,
#results .travelPlannerSaving,
#results a.travelPlannerRemoveButton {
	background:url(/custom/templates/page/inner/images/trip-planner-add.png) 0 50% no-repeat;
	bottom:0;
	font-family:'Nunito', sans-serif;
	font-size:12px;
	left:0;
	padding:4px 0 4px 22px;
	position:absolute;
	text-transform:uppercase;
	white-space:nowrap;
	}

#results a.travelPlannerRemoveButton {
	background:url(/custom/templates/page/inner/images/trip-planner-remove.png) 0 50% no-repeat;
	}

#results .plannerAddDates a,
#results .plannerAddNote a,
#results .plannerChangeDates a,
#results .plannerRemoveNote a {
	background:url(/custom/templates/page/inner/images/trip-planner-add.png) 0 50% no-repeat;
	font-family:'Nunito', sans-serif;
	font-size:12px;
	padding:4px 0 4px 22px;
	text-transform:uppercase;
	white-space:nowrap;
	}

#results .travelPlannerRemoveButton a,
#results .plannerChangeDates a,
#results .plannerRemoveNote a {
	background:url(/custom/templates/page/inner/images/trip-planner-remove.png) 0 50% no-repeat;
	}

#results .plannerAddDates,
#results .plannerChangeDates {
	bottom:16px;
	position:absolute;
	right:12px;
	}

#results .addDates {
	padding:0 12px 18px 191px;
	}

#results .addNote {
	background:none;
	border:0;
	margin:0;
	padding:0 12px 18px 191px;
	}

#results .addNote table,
#results .addNote textarea {
	border-collapse:collapse;
	width:435px;
	}

#results .plannerAddNote,
#results .plannerRemoveNote {
	bottom:16px;
	position:absolute;
	right:126px;
	}

#results .description .learnMore {
	bottom:16px;
	position:absolute;
	right:0;
	}

#results .description .learnMore p {
	float:left;
	margin:0 12px 0 0;
	padding:0;
	}
	
.ui-effects-transfer {
	border:2px dotted #333;
	background:rgba(25, 25, 25, 0.1);
	}
	
.searchPageNavigationBottom,
.filter {
	float:left;
	width:648px;
	}

.filter {
	border-bottom:1px #e8e8e8 solid;
	border-top:1px #e8e8e8 solid;
	}
	
.pageNavIntro,
.pageNavPrevious,
.pageNavPages,
.pageNavNext {
	float:left;
	padding:12px 6px 0 0;
	}
	
.pageNavIntro {
	padding:12px 6px 0 12px;
	}
	
/* Detail
------------------------*/

#detail {
	background:url(/custom/templates/page/inner/images/border.png) repeat-y 672px 0;
	float:left;
	width:936px;
	}

#detail #column1 {
	float:left;
	width:672px;
	}

#detail #column1 .previousNext,
#detail #column1 .title,
#detail #column1 .productSpecials,
#detail #column1 .options,
#detail #column1 .introduction,
#detail #column1 .driving-directions,
#detail #column1 .book-online,
#detail #column1 .facilities,
#detail #column1 #driving-directions,
#detail #column1 .googlemap,
#detail #column1 .facilitiesmoreinfo,
#detail #column1 .extra,
#detail #column1 #facilitiestextbox {
	float:left;
	width:648px;
	}

#detail #column2 {
	float:left;
	width:264px;
	}
	
#detail #column2 .padding {
	padding:0 0 0 24px;
	}
	
#detail #column2 .padding.border {
	padding:24px 0 0 24px;
	}

#detail .previousNext {
	background:#edf5f7;
	border:1px #e8e8e8 solid;
	border-width:1px 0;
	margin:0 0 20px 0;
	position:relative;
	}

#detail .previousNext p {
	font-weight:bold;
	margin:0;
	padding:9px;
	}

#detail .previousNext ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:9px;
	top:9px;
	}

#detail .previousNext ul li {
	float:left;
	padding:0 0 0 16px;
	}

#detail #column2 iframe {
	margin:24px 0 0 0;
	}

#detail .options {
	display:none;
	height:48px;
	position:relative;
	width:648px;
	}

#detail .options ul {
	list-style:none;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	}

#detail .options ul li {
	float:left;
	margin:0 10px 0 0;
	}

#detail .options ul li a {
	background:#edf5f7;
	display:block;
	font-family:'Nunito', sans-serif;
	font-size:12px;
	padding:4px 10px;
	text-transform:uppercase;
	white-space:nowrap;
	}

#detail .options  ul li a.travelPlannerAddButton,
#detail .options  ul li .travelPlannerSaving,
#detail .options  ul li a.travelPlannerRemoveButton {
	background:url(/custom/templates/page/inner/images/trip-planner-add.png) 0 50% no-repeat;
	font-family:'Nunito', sans-serif;
	font-size:12px;
	padding:4px 0 4px 22px;
	text-transform:uppercase;
	white-space:nowrap;
	}

#detail .options  ul li a.travelPlannerRemoveButton {
	background:url(/custom/templates/page/inner/images/trip-planner-remove.png) 0 50% no-repeat;
	}

#detail #column1 .productSpecials ul {
	background:#e9ffbf;
	border:1px #94ca2c solid;
	border-radius:4px;
	list-style:none;
	margin:0 0 21px 0;
	padding:0;
	}

#detail #column1 .productSpecials ul li {
	padding:10px;
	}
	
#detail #column1 .productSpecials ul h4 {
	color:#000;
	margin:0;
	}

#detail .introduction {
	min-height:191px;
	}

#detail .introduction img {
	margin:0 0 20px 20px;
	}

#detail #scroller {
	height:181px;
	overflow:hidden;
	}

#detail  .video img {
	display:block;
	margin:8px 0 0 0;
	}

#detail .facilities ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:648px;
	}

#detail .facilities ul li {
	float:left;
	padding:3px 0 18px 32px;
	width:184px;
	}

#detail #driving-directions h4 {
	border-top:1px #e8e8e8 solid;
	color:#a3a3a3;
	font-family:'Nunito', sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:normal;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	text-transform:uppercase;
	}

#detail form.findUs {
	padding:20px 0;
	}

#detail form.findUs input {
	vertical-align:middle;
	}

#detail #column2 strong.facebook,
#detail #column2 strong.twitter,
#detail #column2 strong.youtube {
	background:url(/custom/templates/page/inner/images/social-tourism-data.png) 0 0 no-repeat;
	display:block;
	float:left;
	height:18px;
	margin:0 6px 0 0;
	text-indent:-9999px;
	width:18px;
	}

#detail #column2 strong.facebook {
	background:url(/custom/templates/page/inner/images/social-tourism-data.png) -18px 0 no-repeat;
	}

#detail #column2 strong.youtube {
	background:url(/custom/templates/page/inner/images/social-tourism-data.png) -36px 0 no-repeat;
	}

/* Availability Grid
------------------------*/

#availabilityResults .searchPageNavigationBottom {
	border-top:0;
	}

table.availabilityResults {
	width:100%;
	float:left;
	border-collapse:collapse;
	border:0;
	}
	table.availabilityResults th {
		text-align:center;
		padding:10px 2px;
		border-left:3px #fff solid;
		border-bottom:3px #fff solid;
		}
	table.availabilityResults th.dateHeaderSelected {
		color:#fff;
		background:#1a6ea1;
		}
	table.availabilityResults td {
		text-align:center;
		padding:10px 2px;
		border-left:3px #fff solid;
		border-bottom:3px #fff solid;
		}
	table.availabilityResults  td.labelCol {
		text-align:right;
		}
	table.availabilityResults td.AVAILABLESelected {
		background:#91c43f;
		}
	table.availabilityResults td.AVAILABLE {
		background:#bee792;
		}
	table.availabilityResults td.ONREQUEST {
		background:#f8c282;
		}
	table.availabilityResults td.ONREQUESTSelected {
		background:#ee9b3a;
		}
	table.availabilityResults td.UNAVAILABLESelected {
		color:#cbcbcb;
		background:#757575;
		}
	table.availabilityResults td.UNAVAILABLE {
		background:#e0e0e0;
		}
	table.availabilityResults td.UNKNOWNSelected {
		color:#fff;
		background:#c43f3f;
		}
	table.availabilityResults td.UNKNOWN {
		background:#e79292;
		}
	table.availabilityResults td.viewDetail,
	table.availabilityResults td.bookLink {
		background:#1a6ea1;
		}
	table.availabilityResults td.viewDetail a,
	table.availabilityResults td.bookLink a {
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		}
	
#poweredBy {
	display:none;
	}

#resultsMapOuter #availabilityKey {
	display:none;
	}

#availabilityKey {
	display:block;
	padding:20px 0;
	}
	#availabilityKey .label {
		padding:0 16px 0 4px;
		font-size:11px;
		}
	#availabilityKey .AVAILABLESelected {
		background:#91C43F;
		}
	#availabilityKey .ONREQUESTSelected {
		background:#EE9B3A;
		}
	#availabilityKey .UNAVAILABLESelected {
		background:#757575;
		}
	#availabilityKey .UNKNOWN {
		background:#c43f3f;
		}
	
/* Qualmark
------------------------*/
	
.td_tripadvisor {
	border:3px #589442 solid;
	}

.td_tripadvisor_overall {
	padding:0 9px 9px 9px;
	}

.td_tripadvisor ul {
	list-style:none;
	margin:0;
	padding:0 9px;
	}

.td_tripadvisor ul li {
	border-top:1px #d1dfb8 solid;
	padding:9px 0;
	}
	
.td_tripadvisor  p.readAll {
	background:#589442;
	font-size:11px;
	margin:0;
	padding:9px;
	position:relative;
	}
	
.td_tripadvisor  p.readAll a {
	color:#fff;
	}
	
.td_tripadvisor  p.readAll a.writeReview {
	position:absolute;
	right:9px;
	top:9px;
	}
	
/* Events
------------------------*/
	
#em_filterOptions_bar {
	padding:21px 0;
	}
	
#em_filterOptions_bar select {
	margin:0 0 0 12px;
	}
	
.documents ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.documents ul li {
	padding:0 0 21px 0;
	}
	
#em_BtnResetBounds {
	display:none;
	}
