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

/* ------- common styles ------- */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

body {
	color: #000;
	font: normal 14px Arial, Helvetica, sans-serif;
}

#body_content div,p,span,a,h1,h2,h3,h4,li,td,tr {
	line-height:1.3;
}

a {
	color: #0f5da2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.clear {
	clear: both;
}

/* ------- header ------- */

#header_top {
	height: 20px;
	padding-top: 5px;
	overflow: hidden;
	font-size: 12px;
	color: #0f5da2;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

p.header_top_left {
	float: left;
}

p.header_top_right {
	float: right;
}

#header_middle {
	padding-top: 16px;
	overflow: hidden;
}

#header_middle h1 {
	float: left;
	background: url(/img/logo/colour/420x95.png) no-repeat;
	text-indent: -9999px;
	height: 123px;
}

#header_middle h1 a {
	display: block;
	width: 419px;
	height: 81px;
}

#header_middle #testimonials {
	float: right;
	width: 324px;
	margin: 6px 40px 0 0;
	_margin: 6px 20px 0 0;
	background: #c7d9ea;
}

#testimonials p {
	display: block;
	margin: -10px 0;
	padding: 0 40px;
	color: #0f5da2;
	font-style: italic;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.testimonials_top {
	width: 324px;
	height: 21px;
	background: url(../images/testimonials_top-bg.png) no-repeat;
}

.testimonials_bottom {
	width: 324px;
	height: 20px;
	padding-top: 31px;
	background: url(../images/testimonials_bottom-bg.png) no-repeat;
	overflow: hidden;
}

.testimonials_bottom .happyCustomer {
	display: block;
	float: left;
	width: 244px;
	color: #9da29b;
	font-size: 12px;
	text-align: right;
}

.testimonials_bottom .prevNext {
	display: block;
	float: right;
	width: 25px;
	margin-left: 55px;
}

#header_bottom {
	margin-top: 10px;
	*margin-top: 0;
	_margin-top: 10px;
}

#header_bottom #searchSection {
	height: 76px;
	background: url(../images/searchSection-bg.png) repeat-x;
	overflow: hidden;
}

#searchSection #hgroup {
	float: left;
	width: 383px;
	padding-top: 10px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(108, 170, 113, 0.7);
}

#hgroup h2 {
	font-size: 30px;
	font-weight: normal;
}

#hgroup h3 {
	font-weight: normal;
}

#searchSection form {
	float: right;
	width: 577px;
	padding-top: 17px;
	overflow: hidden;
}

#searchSection #s_bar {
	float: left;
	display: block;
	width: 381px;
	height: 43px;
	height: 23px\9;
	background: url(../images/searchField-bg.png) no-repeat;
	margin-right: 32px;
	padding: 0 20px;
	padding: 10px 20px\9;
	border: none;
	/*color: #b8b8b8;*/
	font-size: 24px;
}

#searchSection .searchFieldB {
	float: left;
	display: block;
	width: 381px;
	height: 43px;
	height: 23px\9;
	background: url(../images/searchField-bg.png) no-repeat;
	margin-right: 32px;
	padding: 0 20px;
	padding: 10px 20px\9;
	border: none;
	color: #444;
	font-size: 24px;
}

input.searchButton {
	float: left;
	display: block;
	width: 84px;
	height: 39px;
	margin-top: 2px;
	background-image: url(../images/searchButton-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	_background: url(../images/searchButton-bg.png) no-repeat;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}

input.searchButton:hover {
	background-position: 0 -39px;
}

input.searchButton:active {
	background-position: 0 -78px;
}






/* ------- search box ------- */

.hint {
    color: #AAAAAA;
    font-style: italic;
}


/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #B7B7B7;
	z-index: 100; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 268px;
	color: gray;
}
.ui-datepicker-control {
	background:white;
	padding: 2px 0px;
	display: none;
}
.ui-datepicker-links {
	background: #fff;
	padding: 0;
	height: 0;
	max-height: 0;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}

.ui-datepicker-prev {
	position:absolute;
	top: 7px;
	left: 10px;
	width: 20px;
	height: 20px;
	font-size: 10px;
}

.ui-datepicker-prev a {
	display: block;
	padding: 0 !important;
	width: 20px;
	height: 20px;
	background: #fcfcfc url("/img/icon-datepicker-arrows.png") no-repeat 0 0 !important;
}

.ui-datepicker-prev a:hover {
	width: 20px;
	height: 20px;
	background: #fcfcfc url("/img/icon-datepicker-arrows.png") no-repeat 0 -20px !important;
	text-decoration: none;
}

.ui-datepicker-next {
	position:absolute;
	top: 7px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 16px;
}

.ui-datepicker-next a {
	display: block;
	padding: 0 !important;
	width: 20px;
	height: 20px;
	background: #fcfcfc url("/img/icon-datepicker-arrows.png") no-repeat -20px 0 !important;
}

.ui-datepicker-next a:hover {
	width: 20px;
	height: 20px;
	background: #fcfcfc url("/img/icon-datepicker-arrows.png") no-repeat -20px -20px !important;
	text-decoration: none;
}

.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #fcfcfc;
	text-align: center;
	font-weight: bold;
	height: 28px;
	border-bottom: 1px solid #eee;
}
.ui-datepicker-header select {
	background: white;
	color: #3f3f3f;
	border: 0px;
	font-weight: bold;
	height: 20px;
	margin-top: 5px;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: auto; /*100%;*/
}
.ui-datepicker-title-row {
	background: #fcfcfc;
	color: #0a0;
}
.ui-datepicker-days-row {
	background: #fcfcfc;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #444;
	/*border: 1px solid #ddd;*/
}

.ui-datepicker-days-cell a{
	display: block;
	color: #444 !important;
	padding: 7px 11px !important;
}

.ui-datepicker-days-cell a:hover{
	display: block;
	text-decoration: none;
	background: #ccc !important;
}

.ui-datepicker-days-cell-over {
	/*background: #ccc;*/
	/*border: 1px solid #777;*/
}

.ui-datepicker-week-end-cell {
	background: #eee;
}

.ui-datepicker-week-end-cell a:hover {
	background: #ccc !important;
}

.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #eee;
}
.ui-datepicker-title-row a {
	padding: 4px 0 !important;
}
.ui-datepicker-title-row a:hover {
	text-decoration: none;
	background: none !important;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	border: 1px solid #b3c1cf;
	background: #d3e1ef !important;
}
.ui-datepicker-current-day {
	background: #34a23d !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-control a {
	padding: 2px 5px !important;
	color: gray !important;
}
.ui-datepicker-title-row a {
	color: #444 !important;
	font-weight: bold;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 266px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}



/* ------- offers ------- */

#offers {
	width: 960px;
	height: 323px;
	overflow: hidden;
	background: url(../images/offers-bg.png) no-repeat;
}

#offers_left {
	float: left;
	width: 400px;
	margin-top: 65px;
	padding-left: 39px;
}

#offers_left h2 {
	color: #1e68a8;
	font-size: 35px;
	font-weight: normal;
}

#offers_left ul {
	margin-top: 23px;
	line-height: 30px;
}

#offers_left ul li {
	font-size: 18px;
}

#offers_left ul li img {
	padding-right: 10px;
}

#offers_right {
	position: relative;
	float: right;
	width: 515px;
	height: 323px;
	background: url(../images/offers_right-bg.jpg) no-repeat;
}

#offers_right img {
	position: absolute;
	top: 56px;
	left: 124px;
}

#offers_right img.ribbon {
	top: 40px;
	left: 331px;
}

/* ------- mainContent ------- */

#mainContent {
	float: left;
	width: 619px;
	margin: 25px 0 0 10px;
	_margin: 25px 0 0 5px;
}

#mainContent h3 {
	display: block;
	width: 599px;
	height: 38px;
	padding: 10px 0 0 20px;
	background: url(../images/h3-bg.png) repeat-x;
	border: 1px solid #c7d9ea;
	border-bottom: none;
	color: #0957a4;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}

/* ------- destinations ------- */

#destinations {
	background: #f9fcfc url(../images/destinations-bg.png) repeat-x;
}

.destinations_row {
	width: 601px;
	padding: 12px 9px;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
	overflow: hidden;
}

.destinations_row .dest {
	float: left;
	width: 300px;
	overflow: hidden;
}

.dest .dest_img {
	position: relative;
	float: left;
	width: 130px;
	height: 110px;
}

.dest_img img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.dest_img img.transparent_bg {
	top: 0;
	left: 0;
}

.destinations_row .dest_info {
	float: right;
	width: 170px;
}

.dest_info h4 {
	padding-top: 8px;
	color: #34a23d;
	font-size: 18px;
}

.dest_info h5 {
	color: #0f5da2;
	font-weight: normal;
}

.dest_info h4 a {
	padding-top: 8px;
	color: #34a23d;
	font-size: 18px;
}

.dest_info h5 a {
	color: #0f5da2;
	font-weight: normal;
}

.dest_info p {
	padding: 8px 10px 0 0;
	font-size: 12px;
}

#dest_more {
	width: 601px;
	padding: 12px 9px;
	background: #f0f6f7;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
	overflow: hidden;
}

#dest_more h4 {
	padding-left: 11px;
	color: #0f5da2;
	font-size: 18px;
	font-weight: normal;
}

#dest_more .dest_more_column {
	float: left;
	width: 177px;
	padding: 11px;
	color: #0f5da2;
	line-height: 1.3;
}

.dest_more_column a {
	color: #34a23d;
}

.dest_more_column a.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

#destinations #destinations_bottom {
	width: 621px;
	height: 11px;
	background: url(../images/destinations_bottom-bg.png) no-repeat;
}

a.all {
	display: block;
	width: 601px;
	text-align: right;
	padding: 10px 10px 20px;
	background-color:white;
}

/* ------- Most Recently Viewed (mrv)------- */

#most_recently_viewed {
	background: #f9fcfc url(../images/destinations-bg.png) repeat-x;
}

.mrv_row {
	width: 601px;
	padding: 12px 9px;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
	overflow: hidden;
}

.mrv_row .mrv {
	float: left;
	width: 300px;
	overflow: hidden;
	position: relative;
}

.mrv .mrv_img {
	position: relative;
	float: left;
	width: 130px;
	height: 110px;
}

.mrv_img img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.mrv_img a img{
	width: 110px;
	height: 90px;
}

.mrv_img img.transparent_bg {
	top: 0;
	left: 0;
}

.mrv_info h4 {
	padding-top: 7px;
	color: #34a23d;
	font-size: 16px;
	height: 40px;
	overflow: hidden;
}

.mrv_info h5 {
	color: #0f5da2;
	font-weight: normal;
}

.mrv_info h4 a {
	color: #34a23d;
}

.mrv_info h5 a {
	color: #0f5da2;
	font-weight: normal;
}

.mrv_info p {
	padding: 0px 10px 0 0;
	font-size: 11px;
	position: absolute;
	bottom: 7px;
	left: 130px;
}

.mrv .price {
	font-weight:bold;
	font-size:14px;
}



#most_recently_viewed #mrv_bottom {
	width: 621px;
	height: 11px;
	background: url(../images/destinations_bottom-bg.png) no-repeat;
}

/* ------- Most Recently Viewed Variation ------- */



.mrv_row .mrv_two {
	float: left;
	width: 300px;
	overflow: hidden;
}

.mrv_two .mrv_two_img {
	position: relative;
	float: left;
	width: 160px;
	height: 120px;
}

.mrv_two_info{
	overflow: hidden;
}

.mrv_two_img img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.mrv_two_img a img{
	width: 140px;
	height: 120px;
}

.mrv_two_img img.transparent_bg {
	top: 0;
	left: 0;
}

.mrv_two_info{
	position: relative;
	height: 120px;
}
.mrv_two_limit {
	max-height:55px;
	overflow: hidden;
}

.mrv_two_info h4 {
	padding-top: 8px;
	color: #34a23d;
	font-size: 18px;
}

.mrv_two_info h5 {
	color: #0f5da2;
	font-weight: normal;
}

.mrv_two_info h4 a {
	padding-top: 8px;
	color: #34a23d;
	font-size: 18px;
	word-wrap: break-word;
}

.mrv_two_info h5 a {
	color: #0f5da2;
	font-weight: normal;
}

.mrv_two_info p {
	padding: 0px 10px 0 0;
	font-size: 12px;
	position: absolute;
	bottom: 5%;
	left: 0px;
}

.mrv_two .mrv_two_price {
	font-weight:bold;
	font-size:14px;
}


/*===============================
*	Packages
===============================*/

#mainContent h3 {
	display: block;
	width: 599px;
	height: 38px;
	padding: 10px 0 0 20px;
	background: url(../images/h3-bg.png) repeat-x;
	border: 1px solid #c7d9ea;
	border-bottom: none;
	color: #0957a4;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}

section.packages {
	width: 940px;
	margin: 20px 0 40px 10px;
	border: 1px solid #c7d9ea;
}

section.packages h3 {
	display: block;
	background: url(../images/h3-bg.png) repeat-x;
	padding: 10px 0 5px 20px;

	font-size: 24px;
	font-weight: 400;
	text-shadow: 1px 1px 0 #fff;
	color: #0957a4;
}

section.packages h3 a {
	color: #0957a4;
	text-decoration: none;
}

section.packages .packages-body {
	margin: 15px;
}

section.packages .row {
	position: relative;
	margin: 0 -15px;
}

section.packages .row .package {
	float: left;
	display: table;
	position: relative;
	width: 298px;
	height: 220px;
	margin: 0 0 15px 15px;
	overflow: hidden;
}

section.packages .row .package .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;

	background-position: center;
	background-repeat: none;
	background-size: 100%;

	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

section.packages .row .package .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

section.packages .row .package .inner h4 {
	font-size: 28px;
	color: #fff;
}

section.packages .row .package.two-thirds {
	width: 596px;
}

section.packages .row .package.top-left-corner {
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

section.packages .row .package.top-right-corner {
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

section.packages .row .package.bottom-left-corner {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

section.packages .row .package.bottom-right-corner {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}



section.packages .row .float-right {
	margin: 0 15px;
	text-align: right;
}

section.packages .row a:hover .package .bg {
	background-size: 101%;
	-webkit-filter: brightness(0.9);
	-o-filter: brightness(0.9);
	filter: brightness(0.9);
}



/* ------- collections ------- */

.collections {
	width: 942px;
	margin: 25px 0 0 10px;
}

.collections h3 {
	display: block;
	width: 920px;
	height: 38px;
	padding: 10px 0 0 20px;
	background: url(../images/h3-bg.png) repeat-x;
	border: 1px solid #c7d9ea;
	border-bottom: none;
	color: #0957a4;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}

.collections_body{
	background: #f9fcfc;
	padding-left: 27px;
	padding-top: 25px;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
	clear:both;
}

.collection{
	display:block;
	float: left;
	width: 280px;
	padding-bottom: 30px;
	padding-right: 20px;
	vertical-align: top;
}

.collections .figure{
	width: 280px;
	height: 187px;
}

.collections img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.collections .description{
	width: 280px;
	color: #333;
}

.collections .description h4{
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 12px;

}

.collections_bottom{
	width: 942px;
	height: 30px;
	background: url(../images/featured_bottom-bg.png) no-repeat;
	margin-bottom: 60px;
}

/* ------- latest_testimonials ------- */

#latest_testimonials {
	background: #f9fcfc url(../images/latest_testimonials-bg.png) repeat-x;
}

#latest_testimonials .latest_testimonials_row {
	width: 581px;
	padding: 15px 19px;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
}

.latest_testimonials_row p.latest_testimonials_quote {
	font-style: italic;
}

.latest_testimonials_row p.latest_testimonials_author {
	padding-top: 10px;
	text-align: right;
}

p.latest_testimonials_author img {
	padding-right: 10px;
}

#latest_testimonials .latest_testimonials_row_bottom {
	width: 581px;
	height: 2px;
	margin: 15px auto -15px;
	background: url(../images/latest_testimonials_row_bottom-bg.png) repeat-x bottom center;
}

#latest_testimonials #latest_testimonials_bottom {
	width: 621px;
	height: 11px;
	background: url(../images/latest_testimonials_bottom-bg.png) no-repeat;
}

/* ------- aside ------- */

aside {
	float: right;
	width: 281px;
	margin: 25px 10px 0 0;
	_margin: 25px 5px 0 0;
}

aside h3 {
	display: block;
	width: 279px;
	height: 38px;
	padding-top: 10px;
	background: url(../images/h3-bg.png) repeat-x;
	border: 1px solid #c7d9ea;
	border-bottom: none;
	color: #0957a4;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

#accommodations {
	width: 261px;
	padding: 12px 9px;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
	background: url(../images/accommodations-bg.png) repeat-x scroll 0 0 #F9FCFC;
}

#accommodations .acc {
	overflow: hidden;
	margin:10px 0px;
}

#accommodations .acc_img {
	position: relative;
	float: left;
	width: 120px;
	height: 87px;
}

.acc_img img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.acc_img img.transparent_bg {
	top: 0;
	left: 0;
	z-index:1;
}

.acc_img div.square_image {
	z-index:9999;
	height:67px;
	width:100px;
	overflow:hidden;
	background-position:center;
	position:relative;
	top:10px;
	left:10px;
	border:none;
	text-decoration:none;
}

#accommodations .acc_info {
	float: right;
	width: 137px;
}

.acc_info div.top_info {
	height:60px;
}

.acc_info h4 {
	color: #34a23d;
	padding-top: 12px;
	font-size:13px;
}

.acc_info h5 {
	color: #0f5da2;
	font-weight: normal;
	font-size:13px;
}

.acc_info h4 a {
	color: #34a23d;
	padding-top: 12px;
	font-size:13px;
}

.acc_info h5 a {
	color: #0f5da2;
	font-weight: normal;
	font-size:13px;
}

.acc_info p {
	margin-top: -12px;
	padding-right: 10px;
	font-size: 11px;
	text-align: right;
}

.acc_info p .price {
	font-size: 16px;
	font-weight: bold;
}

#accommodations .add_acc {
	display: block;
	width: 204px;
	height: 30px;
	margin-top: 10px;
	padding: 9px 0 0 53px;
	background: url(../images/add_acc-bg.png) no-repeat;
	color: #fff;
	font-size: 17px;
	text-shadow: 1px 1px 0 rgba(15, 93, 162, 0.7);
}

aside #aside_bottom {
	width: 281px;
	height: 11px;
	background: url(../images/aside_bottom-bg.png) no-repeat;
}

aside a.all {
	display: block;
	width: 261px;
	text-align: right;
	padding: 10px 10px 20px;
}

/* ------- favourite variant ------- */

.fav {
	overflow: hidden;
	margin:5px 0px;
}

.fav_img {
	position: relative;
	float: left;
	width: 120px;
	height: 90px;
}

.fav_img img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.fav_img img.transparent_bg {
	top: 0;
	left: 0;
	z-index:1;
}

.fav_img .square_image {
	z-index:9999;
	height:90px;
	width:120px;
	overflow:hidden;
	background-position:center;
	position:relative;
	top:10px;
	left:10px;
	border:none;
	text-decoration:none;
}

.fav_info {
	float: right;
	width: 120px;
}

.fav_info div.fav_top_info {
	height:60px;
}

.fav_info h4 {
	color: #34a23d;
	padding-top: 12px;
	font-size:13px;
}

.fav_limit {
	max-height:50px;
	overflow: hidden;
}

.fav_info h5 {
	color: #0f5da2;
	font-weight: normal;
	font-size:13px;
}

.fav_info h4 a {
	color: #34a23d;
	padding-top: 12px;
	font-size:15px;
}

.fav_info h5 a {
	color: #0f5da2;
	font-weight: normal;
	font-size:13px;
}

.fav_info p {
	padding-right: 10px;
	font-size: 11px;
	text-align: right;
}

.fav_info p .fav_price {
	font-size: 16px;
	font-weight: bold;
}

/* ------- featured ------- */

#featured {
	width: 940px;
	margin: 0 10px;
}

#featured #featured_title {
	width: 850px;
	height: 38px;
	padding: 10px 70px 0 20px;
	background: url(../images/h3-bg.png) repeat-x;
	border: 1px solid #c7d9ea;
	border-bottom: none;
	overflow: hidden;
	text-shadow: 1px 1px 0 #fff;
}

#featured_title h3 {
	float: left;
	display: block;
	width: 759px;
	color: #0957a4;
	font-size: 24px;
	font-weight: normal;
}

#featured_title #reccommendedBy {
	float: right;
	width: 91px;
	text-align: center;
}

#reccommendedBy p {
	color: #9da29b;
	font-size: 11px;
}

#reccommendedBy #travelGround {
	display: block;
	width: 87px;
	height: 17px;
	background: url(../images/travelGround-bg.jpg) no-repeat;
	text-indent: -9999px;
}

#featured #featured_gallery {
	width: 940px;
	background: #f8fbfc url(../images/featured_pattern.jpg) repeat-x;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
	overflow: hidden;
}

a.featured_prev {
	float: left;
	width: 22px;
	height: 35px;
	margin: 190px 12px 0;
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

a.featured_prev:hover, a.featured_next:hover {
	background-position: 0 -35px;
}

a.featured_next {
	float: left;
	width: 22px;
	height: 35px;
	margin: 190px 12px 0;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

#featured_gallery .featured_gallery_column {
	float: left;
	width: 258px;
	margin-top: 15px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

#featured_gallery .featured_separator {
	float: left;
	width: 2px;
	height: 357px;
	margin: 10px 17px 0;
	background: url(../images/featured_separator-bg.png) no-repeat;
}

#featured_gallery .featured_image {
	z-index:9999;
	height:145px;
	width:229px;
	overflow:hidden;
	background-position:center;
	position:relative;
	top:14px;
	left:15px;
	border:none;
	text-decoration:none;
}

.featured_gallery_column .feat_img {
	position: relative;
	width: 258px;
	height: 174px;
}

.featured_gallery_column .feature_info {
	height: 200px;
}


.feat_img img {
	position: absolute;
	top: 14px;
	left: 15px;
}

.feat_img img.transparent_bg {
	top: 0;
	left: 0;
	z-index:1;
}

.feat_img img.ribbon {
	top: 6px;
	left: 170px;
}

.featured_gallery_column h4 {
	color: #34a23d;
	font-size: 18px;
}

.featured_gallery_column h5 {
	padding-top: 5px;
	color: #0f5da2;
	font-weight: normal;
}

.featured_gallery_column h4 a {
	color: #34a23d;
	font-size: 18px;
}

.featured_gallery_column h5 a {
	padding-top: 5px;
	color: #0f5da2;
	font-weight: normal;
}

.featured_gallery_column .feat_stars {
	padding-top: 10px;
}

.featured_gallery_column p {
	padding: 10px;
	font-size: 12px;
	text-align: justify;
}

.featured_gallery_column p.feat_price {
	font-size: 11px;
	text-align: center;
}

p.feat_price .price {
	padding-left: 8px;
	font-size: 18px;
	font-weight: bold;
}

#featured_bottom {
	width: 942px;
	height: 11px;
	background: url(../images/featured_bottom-bg.png) no-repeat;
}

.featured_hidden_spacing{
	margin-bottom: -70px;
}

/* ------- footer ------- */

footer {
	margin-top: 20px;
}

#footer_top {
	width: 914px;
	height: 22px;
	padding: 10px 23px;
	background: url(../images/footer_top-bg.jpg) no-repeat;
	overflow: hidden;
	text-shadow: 1px 1px 0 rgba(108, 170, 113, 0.7);
}

#footer_top a.footer_top_link-left, #footer_top p {
	float: left;
	padding-top: 3px;
	color: #fff;
	font-size: 12px;
}

#footer_top .footer_top_separator {
	float: left;
	margin: 0 10px;
	width: 2px;
	height: 23px;
	background: url(../images/footer_top_separator.png) no-repeat;
}

#footer_top #footer_top_follow {
	float: right;
}

#footer_top_follow p {
	padding-right: 10px;
}

#footer_top_follow a img {
	padding: 3px 4px 0 0;
}

#footer_bottom {
	width: 960px;
	height: 65px;
	background: url(../images/footer_bottom-bg.jpg) repeat-x;
	overflow: hidden;
}

#footer_bottom p {
	float: left;
	padding: 13px 0 0 23px;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0 rgba(108, 170, 113, 0.7);
}

#footer_bottom a {
	color: #e5e8e8;
}

#footer_bottom .footer_bottom_row2 {
	font-size: 11px;
}

#footer_bottom #footer_bottom_payment {
	float: right;
	padding: 21px 23px 0 0;
}


/* ------- Auto Complete ------- */
/*
.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	width: 420px;
}

.ac_results ul {
	width: 418px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: white;
}

.ac_results iframe {
	display:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 0px 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 21px;
	overflow: hidden;
	text-align:left;
	color:#999;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
	width:418px;
}

.hint2 {
	color:#bbb;
}

.hint1 {
	color:#bbb;
}

.no_border {
	border:none;
	text-decoration:none;
}

*/

/* ------- City Slicker ------- */

#main_city_slicker {
	margin: 25px 10px 0 10px;
}

#main_city_slicker h3 {
	display: block;
	height: 38px;
	padding: 10px 0 0 20px;
	background: url(../images/h3-bg.png) repeat-x;
	border: 1px solid #c7d9ea;
	border-bottom: none;
	color: #0957a4;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}

#cs_content {
	background: #f9fcfc url(../images/destinations-bg.png) repeat-x;
}

.cs_content_row {
	padding: 0px 9px 60px;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
	overflow: hidden;
}

#cs_content_more {
	padding: 12px 9px;
	background: #f0f6f7;
	border-left: 1px solid #c7d9ea;
	border-right: 1px solid #c7d9ea;
	overflow: hidden;
}

#cs_content_more h4 {
	padding-left: 11px;
	color: #0f5da2;
	font-size: 18px;
	font-weight: normal;
}

#cs_content_more .dest_more_column {
	float: left;
	width: 177px;
	padding: 11px;
	color: #0f5da2;
	line-height: 1.3;
}

#cs_content_more .dest_more_column a {
	color: #34a23d;
}

#cs_content_more .dest_more_column a.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

#cs_content #content_bottom {
	height: 11px;
	background: url(../images/destinations_bottom-bg2.png) no-repeat;
}

.deal_snippet {
	padding:13px;
	border-bottom:1pt solid #999;
	margin-left:10px;
	margin-right:100px;
}

/* Availability Grid */

#overall_grid {
	margin:20px auto auto 50px;
}

.room_name {
	width:250px;
	height:59px;
	border-bottom:1px solid #999;
	background-color:white;
	float:left;
}

.room_name .inner {
	margin-left:10px;
	color: #555;
	margin-top:15px;
	font-size:12px;
}

.room_name .voucher_redeem_message_no {
	margin-left:30px;
	color:red;
	font-size:12px;
}

.room_name .voucher_redeem_message_yes {
	margin-left:30px;
	color:green;
	font-size:12px;
}

.availability_grid {
	width:539px;
	height:60px;
	overflow:hidden;
	position:relative;
}

.availability_grid ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width:540px;
	position:absolute;
	left:-1px;
}

.date_list li {
	text-align:center;
	color:#666;
	font-size:13px;
	border-bottom: 1pt solid #999;
	width:60px;
	height:59px;
	background-color:transparent;
}

.avail_list li {
	border-left:1px solid #999;
	font-size:12px;
	width:59px;
	height:59px;
	border-bottom: 1pt solid #999;
	text-align:center;
}

.avail_list li div {
	margin: 20px auto 0px;
}

.avail_list .available {
	background-color:#DDFFDD;
}

.avail_list .not_available {
	background-color:#FFDDDD;
}

.avail_list .past {
	background-color:#F9F9F9;
}

.availability_grid li {
	float:left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.cs_date_selection_div {
	color: #34A23D;
}


/* CitySlicker Nightsbridge Rooms Selection */
.room_type {
	background-color:#f9f9f9;
	width:640px;
	border:1px solid #ccc;
	margin:20px auto;
	padding:0;
	text-align:left;
}

.room_heading {
	font-size:18px;
	font-weight:bold;
	background-color:#eee;
	margin:0;
	border-bottom:2px solid #ccc;
	padding:9px 15px;
}

.room_heading_form {
	font-size:17px;
	font-weight:bold;
	margin:0;
	padding:15px 15px 0px 10px;
}

.room_heading_form .not_redeemable_message {
	color: red;
	font-size:13px;
}

.room_heading_form .redeemable_message {
	color: green;
	font-size:13px;
}

.room_contents {
	margin:0px 10px 10px 10px;
	padding:0;
}

.content_entry {
	margin:5px 10px 5px 0px;
}

.content_entry_title {
	color:#448B37;
	font-weight:bold;
}

.price_title {
	font-weight:bold;
	margin-top:4px;
}

.price_contents {
	color:#448B37;
	font-size:12px;
}

.price {
	font-weight:bold;
	font-size:14px;
}

.number_select {
	margin:0;
	margin-top:12px;
	background-color:#ecebff;
	border-top:2px solid #a3abff;
	padding:15px 15px;
	font-size:17px;
}

.right_column {
	margin:5px 0px;
}

.avail_message {
	margin:0px 35px;
	color:#666;
	font-size:16px;
	text-align:left;
}

.no_avail_message {
	margin:0px 35px;
	color:#444;
	font-size:17px;
	line-height:30px;
}

.no_avail_message a {
	text-decoration:underline;
}

/*For the CitySlicker Nightsbridge summary page:*/
.overall_outside {
	background-color:#f9f9f9;
	border:1px solid #ccc;
	margin:20px auto;
	padding:0;
	}

.overall_outside_bottom {
	background-color:#f9f9f9;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:20px auto;
	padding:0;
	}

.overall_summary {
	margin:10px;
	padding:10px;
	background-color:white;
	border:2pt solid #CCC;
	}

.room_cell {
	border:1pt solid #CCC;
	padding:5px;
	}

.room_cell_double {
	border:1pt solid #CCC;
	padding:5px;
	color:red;
	}

.voucher_div {
	line-height:25px;
	border:1px solid #ccc;
	margin-top:10px;
	background-color:#f9f9f9;
	width:800px;
	}

#voucher_list {
	margin:0px 0px 0px 30px;
}

.voucher_code_input {
	margin-left:10px;
	margin-right:5px;
}

.voucher_code_row {
	margin-top:10px;
}




