/* @override http://localhost/css/modules.css */

.module {
	margin-bottom: 1px;
	font-family: Verdana,Helvetica,Sans-Serif;
}

.module.border-thin {
	border: solid 1px #ccc;
}
.module.border-thick {
	border: solid 3px #eee;
}
.module.opaque {
	background-color: #eee;
	border: solid 3px #eee;
}
.module.opaque h3 {
	border-color: #fff;
}
.module.plain {
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	background-color: #fff;
}

.module.scrolling {
	background-color: #fff;
}
.module.scrolling h3 {
	margin-top: 10px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	border-bottom: none!important;
}
.module.scrolling .scroller {
	border: solid 3px #eee;
	height: 200px;
	overflow: auto;
}


.module.ticket {
	font-size: 1.1em!important;
	line-height: 1.4em!important;
	padding: 5px;
}
.module.ticket label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.module.ticket select {
	font-size: 1.0em;
	float: left;
	margin: 0 5px 0 0;
}

.module.ticket input {
	font-size: 1.0em;
}

.module.ticket p {
	font-size: 1.1em;
	padding: 4px 0 0 0;
	margin-bottom: 0;
}

.module.campaign-capture fieldset {
	background-color: transparent!important;
	border: none!important;
	margin: 0!important;
	padding: 0!important;
}

.module.campaign-capture p {
	margin-bottom: 0!important;
}

.module.campaign-capture .email-field {
	text-align: center;
    max-width: 380px;
    line-height: 2.5em;
}

.module.campaign-capture .email-field label {
    display:block;
    float: left;
    width: 164px;
}

.module.campaign-capture .email-field input {
	width: 164px;
}

.module.campaign-capture .email-field button {
	margin-top: 3px!important;
}


.flash-container {
	background: url('../img/cms-placeholders/video-required.png') no-repeat 0px 6px;
	height: 301px;
	width: 361px;
	padding: 6px 0 0 0;
	z-index: -1;
}

.module h2,
.module h3 {
	font-size: 1.3em;
	margin: 5px 5px 0px 5px;
	border-bottom: dotted 1px #d9d9d9;
	padding-bottom: 5px;
	font-weight: bold;
}

.module p, .module ul {
	margin-bottom: 10px;
	padding: 5px;
	line-height: 1.4em;
    font-size: 11px;
}

.module ul li ul {
	font-size: 1.0em;
	line-height: 1.4em;
}
.module ul li ul li ul {
	font-size: 1.0em;
	line-height: 1.4em;
}
.module ul li ul li ul li ul {
	font-size: 1.0em;
	line-height: 1.4em;
}

.module .call-to-action {
	background: url(../img/callToActionBgs/gray.png) no-repeat right center;
	padding: 0 10px 0 5px;
	height: 18px;
	line-height: 18px;
	margin: 0px 5px 5px 5px;
	color: #fff;
	font-weight: bold;
	float: left;
	clear: right;
}

.module ul {
	margin-left: 5px;
	margin-right: 5px;
}
.module ul li {
	padding-left: 10px;
	background: url(../img/common/arrowRight.gif) no-repeat left 6px;
}

.module .gallery {
	padding: 4px 0 0 5px;
}

.module .gallery a img {
	margin-right: -2px;
	display: inline;
	border: 0;
}

.module table {
	width: 99%;
	margin: 0 auto 10px auto;
	padding: 0;
	font-size: 11px;
	line-height: 1.4em;
	border-bottom: #ddd solid 1px;
}
.module table th {
	text-align: left;
	background-color: #ddd;
	font-weight: bold;
	color: #fff;
	padding: 3px 5px 4px 5px;
}
.module table td {
	border: none;
	padding: 2px 5px 2px 5px;
}

.module table .left {
	text-align: left;
}
.module table .center {
	text-align: center;
}
.module table .right {
	text-align: right;
}

.module table .top {
	vertical-align: top;
}
.module table .middle {
	vertical-align: middle;
}
.module table .bottom {
	vertical-align: bottom;
}

.module table .w10 {
	width: 10%;
}

.module table .w15 {
	width: 13%;
}

.module table .w20 {
	width: 20%;
}
.module table .w30 {
	width: 30%;
}
.module table .w40 {
	width: 40%;
}
.module table .w50 {
	width: 50%;
}
.module table .w60 {
	width: 60%;
}
.module table .w70 {
	width: 70%;
}
.module table .w80 {
	width: 80%;
}
.module table .w90 {
	width: 90%;
}
.module table .w100 {
	width: 100%;
}

.module table.alerts-table {
	margin: 0 0 10px 0;
	border-bottom: solid 1px #ccc;
}

.module table.alerts-table tr.days {
	border-bottom: solid 1px #ccc;
}

.module table.alerts-table tr.days td {
	text-align: center;
	font-weight: bold;
	padding: 3px 10px;
}

.module table.alerts-table tr.altrow {
	background: #efefef;
}

.module table.alerts-table td {
	padding: 3px 10px;
	text-align: center;
	vertical-align: middle;
}

.module table.alerts-table td:first-child {
	text-align: left;
}

.module-image-vertical {
	display: inline;
}
.module-image-horizontal {
	float: left;
	margin: 0 8px 0 0;
	border-right: 1px solid #FFF;
}

.module img.user-photo {
	margin: 0 0 0 9px;
	padding: 3px;
	background: white;
	border: solid 1px #ccc;
}

.module iframe {
	width: 100%;
	margin: 5px 0;
}


/* holiday page module start */
.module.holidays p {
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.module.holidays ul {
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

/*.module.holidays {
	background: url(/summerHoliday.jpg);
	border: 1px solid #FFF;
}*/

.module.holidays h3 {
	border-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 0px;
	padding: 10px 0px;
}

.module.holidays .accommodationName {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #da2338;
	padding-left: 3px;
}
.module.holidays .accommodationPrice {
	padding-top: 8px;
	padding-bottom: 8px;
}
.module.holidays div.rating,
.modules.holidays .rating
 {
	display: inline;
	float: left;
	margin-left: 4px;
	padding-bottom: 19px;
	overflow: hidden;
	width: 130px;
}
.modules.holidays .searchResult div.rating {
	height: 30px;
	margin-left: 0;
}
.modules.holidays .searchResult .rating p {
	color: #a1a1a1;
	margin-bottom: 5px;
}
.overall-ratings {
	border-bottom: dotted 1px #D9D9D9;
	overflow: hidden;
	margin: 10px 0 10px 10px;
}
.searchResult .overall-ratings {
	margin: 0 0 10px 0;
}
.module.holidays .lists .rating p,
.module .lists .customer-rating p,
.searchResult .customer-rating p {
	color: #A1A1A1;
	padding: 0;
	margin: 0 0 5px 0;
}
.module .customer-rating,
.searchResult .customer-rating {
	display: inline;
	float: right;
	overflow: hidden;
	text-align: right;
	width: 180px;
}
.searchResult .customer-rating {
	padding-top: 10px;
}
.module.holidays .grey {
	color: #a1a1a1;
	font-size: 11px;
}
.module.holidays .star,
.modules.holidays .star {
	display: block;
	float: left;
	width: 14px;
	height: 15px;
	text-indent: -3000px;
	background: url(/img/holidays/star.gif) no-repeat;
}
.module .lists .customer-rating p.rating,
.searchResult .customer-rating p.rating {
	background-image: url(/img/holidays/accommodation-ratings/thumbs-sprite.gif);
	background-repeat: no-repeat;
	display: inline;
	float: right;
	height: 16px;
	padding-right: 83px;
	padding-top: 2px;
	text-align: right;
	width: 80px;
}

.module .lists .customer-rating p.rating-0,
.searchResult .customer-rating p.rating-0 {
	background-position: 90px -125px;
}

.module .lists .customer-rating p.rating-1,
.searchResult .customer-rating p.rating-1 {
	background-position: 90px -100px;
}

.module .lists .customer-rating p.rating-2,
.searchResult .customer-rating p.rating-2 {
	background-position: 90px -75px;
}

.module .lists .customer-rating p.rating-3,
.searchResult .customer-rating p.rating-3 {
	background-position: 90px -50px;
}

.module .lists .customer-rating p.rating-4,
.searchResult .customer-rating p.rating-4 {
	background-position: 90px -25px;
}

.module .lists .customer-rating p.rating-5,
.searchResult .customer-rating p.rating-5 {
	background-position: 90px 0px;
}

.customer-rating .explained {
	display: inline-block;
	clear: right;
}

.module.holidays ul.accommodationFacilities, .modules.holidays ul.accommodationFacilities {
	padding-left: 0px;
	background-image: none;
	margin: 0  0 4px 8px;
}

.module.holidays ul.accommodationFacilities li, .modules.holidays ul.accommodationFacilities li {
	padding: 2px 1px 4px 0px;
	background: none;
	margin: 0px;
}

.module.holidays ul li.facility, .modules.holidays ul li.facility {
	float: left;
	width: 20px;
	height: 14px;
	background-position: right top;
	text-indent: -3000px;
}

.module.holidays .feature {
	padding: 15px 0px;
	margin: 0 0 0 6px;
}

.module.holidays .feature ul {
	padding: 0px;
}
.module.holidays .feature ul li {
	background-image: none;
	list-style-type: square;
	padding-left: 0px;
	margin-left: 12px;
/*  width: 180px;*/
}

.module.holidays #mainFacilities {
	width: 165px;
	float: left;
}

.module.holidays #otherFacilities {
	width: 165px;
	float: right;
}

.module.holidays .lists p {
	margin-left: 5px;
}

.module.holidays .calendars p {
  padding-bottom: 20px;
}

.module.holidays .shortList {
	padding-top: 15px;
	padding-bottom: 10px
}
.module.holidays .shortList a {
	color: #da2338;
	text-decoration: underline;
}
.module.holidays .accommodationAddress, .accommodationPrice {
	color: #4e8fc8;
}
.module.holidays .accommodationName, .module.holidays .accommodationPrice {
	border: none;
}

.module.holidays .largeSpan {
	display: inline;
	float: left;
	width: 340px;
}
/*.module.holidays .smallSpan {
	display: inline;
	float: left;
	width: 180px;
}*/
.module.holidays .hotelDesc {

}
.module.holidays .hotelLoc {
	background: url(/img/holidays/accomodation-location.gif) top left no-repeat;
	float: right;
	width: 194px;
	border-bottom: solid 1px #d9d9d9;
	padding: 10px 156px 10px 10px;
	position: relative;
}

.module.holidays .hotelLoc strong { color: #000; }

.module.holidays .hotelLoc a {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.module.holidays p.accommodationAddress {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #666;
}
.module.holidays .accomodationDesc {
	padding: 10px 6px 0 6px;
	margin-bottom: 15px;
}
.module.holidays .accommodationMapText {
	background: url(/img/holidays/map_bottom_line.jpg) repeat-x;
}
.module.holidays .clearLeft {
	clear: left;
}

.module .explained,
.module .rate {
	background-color: #fbfcfd;
}

.module .ratings h3 {
	background: url(/img/holidays/accommodation-ratings/h3-bg.gif) repeat-x;
	margin-bottom: 10px;
	padding: 3px 0 0 10px;
}

.module .ratings h3 a {
	background: url(/img/holidays/accommodation-ratings/plus-minus-buttons.gif) no-repeat 305px 0px;
	display: block;
	height: 20px;
	text-decoration: none;
}

.module .ratings h3 a.closed {
	background-position: 305px -30px;
}

.module .ratings p {
	padding-left: 10px;
	margin-bottom: 10px;
}

.module .ratings .row {
	clear: left;
	height: 1%;
	overflow: hidden;
}

.module .ratings .row p {
	display: inline;
	float: left;
	width: 210px;
}

.module .ratings .row div.rating {
	display: inline;
	float: right;
	padding: 0 0 10px 0;
	overflow: hidden;
	width: 90px;
}

.module .ratings .last-child {
	margin-bottom: 5px;
}

.module .ratings .row div.rating a  {
	display: inline;
	float: left;
	width: 13px;
	height: 0;
	font-size: 1em;
	padding-top: 16px;
	text-indent: -2000px;
	padding-left: 2px;
	overflow: hidden;
	background-image: url(/img/holidays/accommodation-ratings/single-thumbs-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

.module .ratings .row div.rating a:hover,
.module .ratings .row div.rating a.rated {
	background-position: 0px 0px;
}

.module .ratings form .submit {
	display: block;
	width: 65px;
	height: 0;
	font-size: 1em;
	padding: 23px 15px 15px 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/img/btns/submit-grey.gif) no-repeat;
}

.module.holidays #calendars {
	background: url(/img/hero-cal/header.gif) 3px 0px no-repeat;
  overflow: hidden;
  padding-bottom: 3px;
  width: 360px;
  position: relative;
	margin-left: 5px;
}

.module.holidays #calendars-alt {
	width: 175px;
  position: relative;
}

.module.holidays #calendars-alt #check-in, .module.holidays #calendars-alt #check-out {
	background: url(/img/hero-cal/header.gif) left top no-repeat;
}


.module.holidays #accommodationName {
	color: #ca6e0c;
	font-size: 18px;
	font: Verdana, sans-serif;
	font-weight: bold;
	width: 713px;
	padding: 0 0 15px 0;
	margin: 5px 0 0 10px;
	border-bottom: dotted 1px #d9d9d9;
}


#filterResults {
	background: url(/img/holidays/filter-top.gif) top left no-repeat #fbfcfd;
	width: 160px;
	float: right;
	padding: 48px 10px 10px 10px;
}

#filterResults label,
#filterResults p {
	color: #5f87be;
	font-weight: bold;
}

#filterResults input {
	width: 150px;
	margin: 6px 0 10px 0;
	border: solid 1px #6f8baa;
	height: 17px;
}

#filterResults #diff_calender input {
	width: 120px;
	margin: 6px 0 10px 0;
	border: solid 1px #6f8baa;
	float: left;
	height: 15px;
	padding-top: 2px;
}

#filterResults #diff_calender .up,
#filterResults #diff_calender .down {
	float: left;
	margin-top: 6px;
}

#filterResults #submitBtn {
	width: 75px;
	height: 22px;
	margin: 6px 0 5px 5px;
	border: none;
}

#filterResults select {
	width: 152px;
	margin: 6px 0 10px 0;
}

#filterResults #selectAll {
	color: #000;
	text-decoration: underline;
	padding: 0;
	margin: 2px 5px 0  5px;
	font-size: 10px;
	cursor: pointer;
}

#filterResults #accommodations-select {
	margin: 13px 0 0 5px;
}

#filterResults #accommodations-select span {
	margin: 0;
	padding: 0 0 0 22px;
	height: 22px !important;
	height: 12px;
	width: 125px;
	font-size: 10px;
	color: #000;
	display: block;
}

#filterResults #accommodations-select span.inputLabel {
	padding: 2px 0 0 0;
	margin: 0;
	width: 125px;
	position: relative;
}

#filterResults #accommodations-select span.adult { background: url(/img/holidays/adults_only.gif) top left no-repeat; }
#filterResults #accommodations-select span.leisure { background: url(/img/holidays/leisure_facilities.gif) top left no-repeat; }
#filterResults #accommodations-select span.bar { background: url(/img/holidays/bar.gif) top left no-repeat; }
#filterResults #accommodations-select span.restaurant { background: url(/img/holidays/restaurant.gif) top left no-repeat; }
#filterResults #accommodations-select span.lift { background: url(/img/holidays/lift.gif) top left no-repeat; }
#filterResults #accommodations-select span.entertainment { background: url(/img/holidays/entertainment.gif) top left no-repeat; }
#filterResults #accommodations-select span.fire { background: url(/img/holidays/log_fire_wood_burner.gif) top left no-repeat; }
#filterResults #accommodations-select span.spa { background: url(/img/holidays/spa_facilities.gif) top left no-repeat; }
#filterResults #accommodations-select span.pets { background: url(/img/holidays/pets_accepted.gif) top left no-repeat; }
#filterResults #accommodations-select span.wifi { background: url(/img/holidays/wi_fi.gif) top left no-repeat; }
#filterResults #accommodations-select span.children { background: url(/img/holidays/children_accepted.gif) top left no-repeat; }
#filterResults #accommodations-select span.parking { background: url(/img/holidays/car_parking.gif) top left no-repeat; }
#filterResults #accommodations-select span.shop { background: url(/img/holidays/shop.gif) top left no-repeat; }
#filterResults #accommodations-select span.disabled { background: url(/img/holidays/disabled_friendly.gif) top left no-repeat; }


#filterResults #accommodations-select span input {
	position: absolute !important;
	top: -8px;
	right: -10px;
	width: 22px;
	border: none !important;
}


#filterResults .searchOptions .select-all {
  padding: 4px 0 0 0;
	float: left;
  clear: left;
}

#filterResults .searchOptions .expandCollapse {
	float: right;
}

#filterResults .searchOptions .searchTitles {
	border: 1px solid #d5e3e7;
	padding: 5px;
	margin: 5px;
  overflow: auto;
}

#filterResults .searchOptions .searchTitles h4 {
	font-weight: bold;
}

#filterResults #grading {
	float: left;
	background: url(/img/holidays/gradingBgGradient.gif) left top repeat-x;
	width: 165px;
	padding: 5px;
}

#filterResults #grading select {
  width: 165px;
}

#filterResults #grading strong {
	font-weight: normal;
	padding-top: 3px;
	float: left;
	display: block;
	height: 15px;
}

#accommodations-select-options .inputLabel input,
#locations-select-options .inputLabel input,
#searchable-select-options .inputLabel input {
  border: 0;
}

#accommodations-select-options,
#locations-select-options,
#searchable-select-options {
  padding: 0 0 0 5px;
}

.module.holidays #pageHeading,
.modules.holidays #pageHeading {
	/* background: url(/img/holidays/mainTitleBgGradient.gif) left top repeat-x; */
	background: url(/img/holidays/resultsTop.gif) left top no-repeat;
	width: 723px;
	height: 75px;
}

.module.holidays #pageHeading h2,
.modules.holidays #pageHeading h2 {
  /*font-size: 1.3em;*/
  font-size: 1.8em;
  color: #ca6e0c;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-height: normal;
	background: none;
	border: 0;
  line-height: 1.5;
}

.modules.holidays #returnedResults {
	background: url(/img/holidays/returnedResults.gif) left top repeat-x;
	height: 21px;
	color: #000;
	font-family: Verdana, sans-serif;
	margin-bottom: 0;
	line-height: 1.9em;
	padding-left: 10px;
  width: 521px;
  font-size: 1.1em;
  font-weight: normal;
  padding-top: 1px;
  position: relative;
}

.modules.holidays #returnedResults p.warning {
	width: 511px;
}

.modules.holidays #sortResults {
	padding-left: 7px;
	margin-bottom: 10px;
	width: 531px;
	font-size: 11px;
	font: Verdana, sans-serif;
}

.modules.holidays #sortResults label {
	color: #4c8fc7;
	margin-right: 5px;
}

.modules.holidays #sortResults select {
	color: #000;
	font: Verdana, sans-serif;
}

.modules.holidays #returnedResults p {
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 0;
}

.modules.holidays #returnedResults h3 {
	margin-top: 0;
}

.modules.holidays .searchResult {
	border-bottom: 1px solid #cddce1;
	margin-left: 10px;
	padding: 10px 0 20px 0;
	background: url(/img/holidays/result-bg.gif) left bottom no-repeat;
	display: inline-block;
	min-height: 180px !important;
	height: 1%;
	width: 521px !important;
	width: 521px;
	position: relative;
}

.modules.holidays .searchResult strong {
	font-weight: normal;
	color: #a0a0a0;
}

.modules.holidays .searchResult em {
	font-weight: bold;
	font-style: normal;
}

.modules.holidays .searchResult h4 {
	font: 1.6em Verdana, sans-serif;
	font-weight: bold;
	width: 329px;
}

.modules.holidays .searchResult h4 a {
	color: #ca6e0c;
	text-decoration: none;
}

.modules.holidays .searchResult h4 a:hover {
	text-decoration: underline;
}

.modules.holidays .searchResult .accommImage {
	float: right;
	width: 182px;
	height: 121px;
	text-align: right;
	position: relative;
	margin: 0 0 10px 0;
	border: solid 1px #ccc;
}

.modules.holidays .searchResult .accommodationPrice {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 10px;
	color: #5f87be;
	width: 329px;
}

.modules.holidays .searchResult #moreInfoButton {
	position: absolute;
	bottom: 19px;
	right: 0;
}

.modules.holidays .searchResult .accommImage .tagBookNow {
	width: 88px;
	height: 78px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img/holidays/tagBookNow.gif) right top no-repeat ;
}

.modules.holidays .searchResult .accommImage .tagOnRequest {
	width: 88px;
	height: 78px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5000;
	/*background: url(/img/holidays/tagOnRequest.png) right top no-repeat ;*/
}

.modules.holidays .searchResult .accommInfo {
	border-top: 1px dotted #d9d9d9;
	width: 329px;
	min-height: 30px;
	margin-top: 9px;
	margin-bottom: 10px;
	overflow: hidden;
}

.modules.holidays .searchResult .accommDetails {
	clear: left;
	float: left;
	width: 160px;
  line-height: 1.4em;
}

.modules.holidays .searchResult .accommDetails ul li {
	margin: 4px 0;
}

.modules.holidays .searchResult .accommFacilities {
	float: right;
	width: 150px;
}

.modules.holidays .searchResult .accommFacilities p {
	line-height: 1.4em;
	margin-top: 5px;
}

.modules.holidays .searchResult .accommInfo ul {
	margin-left: 13px;
	list-style: disc;
	margin-top: 10px;
}

.modules.holidays .searchResult .accommFacilities ul {
	margin: 0px;
	list-style: none;
	padding-bottom: 20px;
}

.modules.holidays .searchResult .accommLinks {
	clear: left;
	padding: 8px 81px 0 0;
	margin-right: 185px;
	text-align: right;
}

.modules.holidays .searchResult .accommLinks .shortlist {
	float: left;
	margin-top: 0;
}

.modules.holidays .rating {
	height: 15px;
	border-bottom: 2px solid #fff;
	padding: 10px 0 0 0;
}

.modules.holidays .page-controls {
  text-align: right;
  	padding: 0;
  	margin: 0;
  	font-family: Verdana, sans-serif;
 	width: 511px;
	position: absolute;
	top: 0 !important;
	top: 5px;
	right: 10px;
}

.modules.holidays .page-controls-bottom {
  text-align: right;
  padding-right: 10px;
  font-family: Verdana, sans-serif;
  width: 511px;
}

.modules.holidays .page-controls-bottom {
	border-bottom: solid 1px #cddce1;
	width: 521px;
	padding: 3px 0;
	margin-left: 10px;
}

.modules.holidays .page-controls input,
.modules.holidays .page-controls-bottom input {
  border: 0;
  background: none;
  color: #4c8fc7;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

.modules.holidays .page-controls span input,
.modules.holidays .page-controls-bottom span input {
	font-weight: bold;
}

.modules.holidays .page-controls input.previous,
.modules.holidays .page-controls-bottom input.previous {
  padding: 0 5px 0 0;
}

.modules.holidays .page-controls input.next,
.modules.holidays .page-controls-bottom input.next {
  padding: 0 0 0 5px;
}

.modules.holidays .page-numbers {
  padding: 5px 0;
}

.module .alert {
	margin: 0px 0px 10px 5px;
	border: 1px solid #CCC;
}

.module .alert h4 {
  font-size: 1.4em;
  padding: 8px 10px 0px 10px;
	color: #4e8fc8;
	font-weight: bold;
  background: url(/img/holidays/holiday-pricing-footer.gif) 0 0;
}

.module .alert p {
	padding: 10px;
}

.module.holidays .prices td,
.module.holidays .prices th {
  padding: 5px 5px;
  vertical-align: middle;
}

.module.holidays .prices th {
    color: #4c8fc7;
    font-weight: normal;
    background: none;
    border: 1px solid #d9d9d9;
    border-width: 1px 0px;
}

.module.holidays .prices .qty {
  width: 50px;
}

.module.holidays .prices tr.alt td {
    background: #f2f7f8;
}

.module.holidays .prices td.price {
    text-align: right;
}

.module.holidays .prices .nowrap {
    white-space: nowrap;
}

.module.holidays .nowrap {
    white-space: nowrap;
    text-align: center;
}

.module.holidays .accordian_content {
    padding: 10px 0px 10px 5px;
}

.module.holidays .prices {
    border: none;
    margin: 0px;
    width: 100%
}

.module.holidays #images {
    padding-bottom: 5px;
    /* height: 240px; */
    /* height: 214px; */
    width: 360px;
    float: right;
    margin: 10px 0 0 0;
}

.module.holidays #requirementsSection {
    margin-top: 10px;
    position: relative;
}

.module.holidays #requirementsSection .loader {
    display: none;
}

.module.holidays #requirementsSection.loading .loader {
    background: url(/img/ajax-loader.gif) 50% 15px no-repeat #fbfcfd;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* holidays confirm page */

.module.holidays .submit {
  overflow: hidden;
  float: right;
  width: 110px;
}

.module.holidays .submit input.continue,
.module.holidays .submit input.add-to-basket {
  background: transparent url(/img/holidays/continue.gif) no-repeat scroll 0 0;
  width: 78px;
  height: 22px;
  text-indent: -5000px;
  border: 0;
  cursor: pointer;
  float: left;
  padding-top: 24px;
}

.module.holidays .submit input.add-to-basket {
  background: transparent url(/img/holidays/add-to-basket.gif) no-repeat scroll 0 0;
  width: 106px;
}

.module.holidays #travelers {
	padding: 0 0 20px 0px;
}

.module.holidays #travelers .travel-row {
    padding: 3px 0;
    float: left;
    clear: both;
    width: 520px;
}

.module.holidays .traveler-notes textarea {
  border: 1px solid #999999;
  background: #FFF url(/img/common/textboxBg.gif) repeat-x 0 0;
  width: 99%;
  height: 80px;
  padding: 3px;
}

.module.holidays #travelers .travel-row select,
.module.holidays #travelers .travel-row input {
  margin: 0 4px 0 0;
  font-size: 11px;
}

.module.holidays #travelers .travel-row input {
  width: 112px;
  height: 17px;
  padding: 1px 3px 0 3px;
}

.module.holidays #travelers .travel-row select {
	height: 20px;
}

.module.holidays #travelers .travel-row select.title {
	width: 65px;
}

.module.holidays #travelers .travel-row select.day,
.module.holidays #travelers .travel-row select.month,
.module.holidays #travelers .travel-row select.year {
	margin-right: 4px;
}

.module.holidays #travelers .travel-row a.remove-traveler-row {
  cursor: pointer;
  background: url(/img/holidays/delete.gif) bottom left no-repeat;
  width: 20px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  text-indent: -3000px;
  overflow: hidden;
}

.module.holidays #travelers .travel-row a.remove-traveler-row:hover {
	background-position: top left;
}

.module.holidays p.more {
    text-align: right;
}

.module.holidays p.more a {
  background: url(/img/holidays/add.gif);
  width: 45px;
  height: 22px;
  display: inline-block;
  text-indent: 45px;
  overflow: hidden;
}

/* advanced search on its own */
#advancedSearch .search {
  width: 724px;
  overflow: auto;
}
#advancedSearch .search h2 {
  background: url(/img/holidays/mainTitleBgGradient.gif) left top repeat-x;
  margin-bottom: 6px;
  color: #6189C0;
  font-size: 1.5em;
  padding: 4px;
}

#advancedSearch .search #calendars-alt {
  float: left;
}

#advancedSearch .search #grading  {
  width: 533px;
  margin: 0 0 0 3px;
  padding-bottom: 0;
}

#advancedSearch .search #grading strong {
  padding: 8px 8px 4px 4px;
}

#advancedSearch .search #grading #accommodationsRate-field {
  float: left;
}

#advancedSearch .search #grading #accommodationsQ {
  float: left;
  margin-top: 4px;
}

#advancedSearch .search .searchOptions {
  width: 183px;
  float: left;
}

#advancedSearch .search .searchOptions .searchTitles {
  border: 0;
  background: transparent url(/img/holidays/gradingBgGradient.gif) repeat-x 0 0;
  padding: 8px;
}

#advancedSearch .search #accommodations-select-options,
#advancedSearch .search #locations-select-options,
#advancedSearch .search #searchable-select-options {
  padding: 0 0 0 10px;

}

#advancedSearch .search #search {
  clear: both;
  float: left;
}

#advancedSearch .search .search-btn {
  padding: 20px 0 0 0;
}

.module.holidays p, .module.holidays ul {
    font-size: 1.1em;
}

.holidays p.nodates {
/*    padding-left: 10px;*/
font-weight: bold;
    color: #4889c3;
    border-bottom: 2px solid #4889c3;
    padding: 5px 0px 8px 0px;
    margin: 0px 5px 5px 5px;

}

.holidays p.warning {
    background: #F79309;
    color: white;
    padding: 8px 10px;
}

.module.holidays h3.accordion_toggle
{
   /* background: url(/img/holidays/holidays_expander.gif); */
   font-size: 1em;
   padding: 0;

}

.accordion_content, .module.holidays h3.accordion_toggle {
	padding: 5px 5px 0 0;
}

.module.holidays h3.accordion_toggle a {
    display: block;
    cursor: hand;
    text-decoration: none;
    color: #4889c3;
    background: url(/img/holidays/arrow.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 5px 5px 0px 0;
    overflow: hidden;
    height: 16px;
}

.module.holidays h3.accordion_toggle.active a{
    background-position: top right;
}

.module.holidays h3.accordion_toggle.single a {
    background: none;
}

.module.holidays h3.accordion_toggle.more a {
	color: #CC0000;
}

.module.holidays .adjustable {
    float: left;
	border: 1px solid #7f9db9;
	height: 16px;
	width: 18px;
	padding: 2px;
	text-align: center;
}

.module.holidays p.message {
    background: url(/img/holidays/holidays_message.gif) #3987C9;
    font-weight: bold;
    color: #FFF;
    padding: 3px 5px;
    margin: 0px 0px 0px 10px;
}

.module.holidays .prices-footer,
.module.holidays .prices tr.last-child td {

}

.module.holidays .prices-footer {
    border: solid 1px #71a6d3;
}

.module.holidays h3.seperator {
	border-bottom: dotted 1px #d9d9d9;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.module.holidays .totalrow td {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

.module.padded {
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	background-color: #fff;
}


#holidayDetails {
	background: url(/img/holidays/holiday-details-top.gif) top left no-repeat #fbfcfd;
	width: 713px;
	position: relative;
	margin: 20px 0;
	text-align: left;
	padding: 0;
}

/*#holidayDetails p {
	padding: 0 10px;
	margin: 10px 0;
}*/

/*#holidayDetails p.nodates {*/
/*  margin-top: 94px;*/
/*}*/

#holidayDetails a#backIndex {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer !important;
	width: 105px;
	height: 22px;
}

#holidayDetails .hol-details-header {
	background: url(/img/holidays/hol-details-header.gif) top left repeat-x;
	height: 32px;
	width: 510px;
	padding: 0 0 0 10px;
	color: #4688c1;
	font-weight: bold;
}

#holidayDetails .hol-details-header .arrow {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 21px;
	height: 21px;
	background: url(/img/holidays/arrow.gif) bottom left;
	cursor: pointer;
	overflow: hidden;
}

#holidayDetails #table-holder {
	width: 520px;
	float: left;
	padding-left: 5px;
}

#holidayDetails #table-holder a.continue {
	float: right;
	margin: 10px 0;
}

#holidayDetails table {
	width: 520px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: solid 1px #cddce1;
}

#holidayDetails table th {
	background: white;
	color: #4c8fc7;
	font-weight: normal;
	border-bottom: solid 1px #d9d9d9;
	padding: 2px 10px 8px 10px;
}

#holidayDetails table td {
	padding: 5px 10px;
	color: #707070;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

#holidayDetails table td span {
	color: black;
}

#holidayDetails .accordion_content table td.available {
	color: #789000;
}

#holidayDetails .accordion_content table td.unavailable {
	color: #4C8FC7;
}

#holidayDetails table tr.stripe,
#holidayDetails table tr.alt {
	background: #eaf3f6;
}


#holidayDetails #table-holder table tr td input.quantity-field {
	height: 17px;
	border: solid 1px #6f8baa;
	width: 12px;
	float: left;
}

#holidayDetails  #revise-holiday-dates {
	float: right;
	width: 160px;
	margin-right: 10px;
	margin-top: 3px;
	font-weight: bold;
	color: #4c8fc7;
	margin-bottom: 30px;
	clear: both;
}

#holidayDetails  #revise-holiday-dates label {
	font-size: 10px;
	color: #4c8fc7;
}

#holidayDetails  #revise-holiday-dates input {
	border: solid 1px #6f8baa;
	margin: 5px 0 8px 0;
	height: 17px;
	width: 143px;
}

#holidayDetails  #revise-holiday-dates #diff_calender-input {
	width: 117px;
	float: left;
}

#holidayDetails  #revise-holiday-dates .down,
#holidayDetails  #revise-holiday-dates .up {
	margin-top: 5px;
}


#advanced-search-form {
	background: #fbfcfd;
	width: 703px;
	margin: 0;
	padding: 10px;
}

#advanced-search-form .advanced-search-header {
	background: url(/img/holidays/hol-details-header.gif) top left repeat-x;
	height: 22px;
	padding: 10px 0 0 10px;
	color: #707070;
	font-weight: bold;
	margin-bottom: 12px;
}

#advanced-search-form .form-part {
	width: 165px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#advanced-search-form .form-part label {
	color: #5f87be;
	font-weight: bold;
}

#advanced-search-form .form-part input {
	border: solid 1px #6f8baa;
	margin-top: 5px;
	width: 157px;
}

#advanced-search-form .form-part select {
	width: 165px;
	margin-top: 5px;
}

#advanced-search-form #diff_calender .up,
#advanced-search-form #diff_calender .down {
	float: left;
	margin-top: 5px;
}

#advanced-search-form #diff_calender input {
	float: left;
	height: 17px;
	width: 120px;
}

#advanced-search-form .filterFacilities {
	margin-top: 10px;
	padding-left: 10px;
}

#advanced-search-form .filterFacilities span {
	width: 310px;
	float: left;
	margin: 0px;
	color: #707070;
	padding: 4px 0 0 25px;
	height: 20px;
	position: relative;
}

#advanced-search-form .filterFacilities span span {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

#advanced-search-form .filterFacilities span span input {
	position: absolute;
	top: 0;
	left: 0;
}

#advanced-search-form .filterFacilities span.adult span { background: url(/img/holidays/adults_only.gif) 150px 4px no-repeat; }
#advanced-search-form .filterFacilities span.leisure span { background: url(/img/holidays/leisure_facilities.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.bar span { background: url(/img/holidays/bar.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.restaurant span  { background: url(/img/holidays/adults_only.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.lift span { background: url(/img/holidays/lift.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.entertainment span { background: url(/img/holidays/entertainment.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.fire span { background: url(/img/holidays/log_fire_wood_burner.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.spa span { background: url(/img/holidays/spa_facilities.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.pets span { background: url(/img/holidays/pets_accepted.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.wifi span { background: url(/img/holidays/wi_fi.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.children span { background: url(/img/holidays/children_accepted.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.parking span { background: url(/img/holidays/car_parking.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.shop span { background: url(/img/holidays/shop.gif) top right no-repeat; }
#advanced-search-form .filterFacilities span.disabled span { background: url(/img/holidays/disabled_friendly.gif) top right no-repeat; }

#advanced-search-form .filterFacilities span span { background-position: 160px 3px !important; }


.summary-box {
	width: 515px;
	background: url(/img/holidays/summary-header.gif) top left no-repeat;
	padding: 0;
	margin: 20px 0 0 10px;
	position: relative;
}

.summary-box .top-right-button {
	position: absolute;
	top: 10px;
	right: 10px;
}

.summary-box h2 {
	margin-left: 5px;
}

.summary-box #summary-details {
	color: #707070;
	font-weight: bold;
	margin: 0 0 28px 0;
	clear: both;
	padding-top: 10px;
}

.summary-box #summary-details span {
	color: #000;
	font-weight: normal;
	width: 120px;
	float: left;
}

.summary-box table {
	width: 520px;
	margin: 0;
	border: none;
}

.summary-box table.guests {
	background: none;
	clear: both;
	position: relative;
}

.summary-box table.guests th {
	border-bottom: solid 1px #d9d9d9;
	color: #4c8fc7;
	font-weight: normal;
	padding: 15px 10px 5px 10px;
	vertical-align: top;
}

.summary-box #helpIcon {
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: left;
	margin: 0 0 0 10px;
}

.summary-box #helpIcon img {
	cursor: pointer;
}

.summary-box table.guests th,
.summary-box table.guests td {
	background: none;
}

/*.summary-box*/
#flashMessage {
	color: #CC0000;
	margin: 10px 0;
	font-size: 11px;
	padding: 2px 0;
	font-weight: bold;
	clear: both;
	text-align: center;
}

#ResourceSearchForm #flashMessage {
	background: url(../img/common/arrowRight-red.gif) no-repeat scroll 10px 14px transparent;
	border: 1px dotted #D9D9D9;
	padding: 10px 10px 10px 25px;
	font-weight: normal;
	text-align: left;
}

#traveller-notes {
	background: #fbfcfd;
	margin: 10px 0 0 10px;
	padding: 10px 0;
	width: 520px;
	border-bottom: solid 3px #e4eef7;
}

#traveller-notes #ferry-row {
	background: url(/img/holidays/ferry.gif) top left no-repeat #e4eef7;
	height: 3px;
	color: #707070;
	font-weight: bold;
	text-align: right;
	margin-left: -10px;
	width: 510px;
	margin: 20px 0 12px 0;
	padding: 0 10px 0 0;
}

#traveller-notes #ferry-row label {
	margin: 0 10px 0 0;
	padding: 12px 0 0 0;
	float: right;
}

#traveller-notes #ferry-row input {
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
}

#traveller-notes textarea {
	height: 106px;
	border: solid 1px #6f8baa;
	width: 498px;
	margin-left: 10px;
}

#traveller-notes h2,
#traveller-notes p {
	margin: 0 10px;
	padding: 0;
}

.summary-box #help-popup,
.accordion_content #help-popup {
	background: url(/img/holidays/popup.png) top left no-repeat;
	width: 133px;
	height: 57px;
	padding: 12px 20px;
	color: #000;
	line-height: 12px;
	position: absolute;
	right: -25px;
	top: 20px !important;
	top: -20px;
	z-index: 10000;
}

.accordion_content #help-popup {
	background: url(/img/holidays/popup2.png) top left no-repeat;
	height: 192px;
}

.module .fileUpload {
	width: 160px; /* IE7 + Safari */
	width: 160px; /* FireFox ??? */
}

.module img.season-ticket-photo {
	margin: 0 auto;
	padding: 5px;
	background: white;
	border: solid 1px #ccc;
}

*+html .summary-box #help-popup {top:  -20px !important;} /* ie7 */
*+html .accordion_content #help-popup {top:  -20px !important;} /* ie7 */


/* Feefo Module */
.feefo {
/*	-webkit-border-radius: 0 20px 0 0;
	        border-radius: 0 20px 0 0;*/

	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
					background-clip: padding-box;
}

.feefo h3 {
	margin-bottom: 10px;
}

.feefo .rating {
	display: block;
	background: no-repeat -2px 0;
	height: 69px;
	padding-bottom: 10px;
}

#area_2 .feefo
{
    margin-top: 5px;
}

.span-2 .feefo .rating,
.span-3 .feefo .rating,
.span-4 .feefo .rating {
	margin-left: 8px;
}

.feefo .review {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.feefo .star {
	float: left;
	padding-left: 10px;
}

.feefo .date {
	float: right;
	padding-right: 10px;
	padding-top: 3px;
}

.feefo .comments,
.feefo .read-more {
	clear: both;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}

.feefo .social {
	float: right;
	padding-right: 10px;
	overflow: hidden;
}

.feefo .social span,
.feefo .social a {
	display: block;
	float: left;
}

.feefo .social span {
	padding-top: 3px;
}

.feefo .social a {
	background: url(/img/global/small_social_icons.png) no-repeat;
	height: 17px;
	margin-left: 5px;
	overflow: hidden;
	text-indent: -5000px;
	width: 17px;
}

.feefo .social .tweet {
	background-position: -20px 0;
}

.feefo .social .gplus {
	background-position: -40px 0;
}

.feefo .rich-snippet {
	display: none;
}

.online_package img.loading {
    display:block;
    margin-left: auto;
    margin-right: auto;
}