
#hotellist .noresults{
    color: #008ec5;
    overflow: hidden;
    padding: 100px 0px 0px 0px;
    font-size: 15px;
	font-weight: bold;
    transition: max-height 0.5s ease 0s;
	line-height: 30px;
	text-align: center;	
}

#results .overlay {
    background-color: #EDEDED;
    height: 100%;
    opacity: 0.5;
    top: -5px;
    width: 100%;
    z-index: 2;
}

p.loading{
    background: url("../images/spinner-black.gif") no-repeat scroll 25px 16px #000000;
    backgroundXX: url("../images/spinner-black.gif") no-repeat scroll 25px 16px rgba(0, 0, 0, 0.9);
    
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.1;
    margin: 100px auto 0;
    padding: 15px 20px 15px 60px;
    width: 80px;
	position: absolute;
	left: 300px;
	top : 100px; 
	display: none;
	z-index: 1;
	opacity: 1.0;
}

.overlay  p.loading{
	display: block;
}


.avg-night{
    float: left;
}

.from-night {
    float: left;	
}


#hotellist .overlay {
    background: url("/images/spinner-black.gif") no-repeat scroll 25px 16px #000000;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.1;
    margin: 100px auto 0;
    padding: 15px 20px 15px 60px;
    width: 80px;
}

.switchLowSeason, .switchHighSeason{
	width: 150px;
	background: url("../images/refresh_arrow-20.png") no-repeat right 15px top  ;
	font-size: 12px;
	line-height: 18px;
	height: 22px;
}
.collection #resultsbutton.disabled {
	background: none;
	background-color: #474747;
	background: linear-gradient(to bottom, #474747 0px, #606060 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 1px solid #2c2c2c !important;
    color: #d7d7d7 !important;
    cursor: default;
}

.collection .hi-lo {
	background: url("../images/MAP-24.png") no-repeat left top  #fff;
}

.collection .results .more.pagecollection {
    margin-top: 26px;
}
.search-container {
	padding: 30px 0px 0px 0px;
}

#search-form-results .submit {
	background: none;
	background-color: #008ec5;
	background: linear-gradient(to bottom, #008ec5 0px, #0070c5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	color: #ffffff;
	float: right;
	font-size: 18px;
	height: 51px;
	width: 157px;
}

#search-form-results {
	padding : 0px 0px 0px 0px;
}

#adults {
	width: 110px;
}

#children {
	width: 160px;
}
	
#sort-by {
	width: 270px;
}

#slider-range {
	margin: 5px auto 0;
	width: 209px;
}

#search-form-results .input-wrap {
display: block;
float: left;
position: relative;
}

#search-form-results .dates-wrap {
	display: block;
	float: left;
}

#search-form-results .guests-wrap {
	display: inline-block;
	margin-right: 17px;
	vertical-align: top;
}
#search-form-results #search-guests .selected {
	color: #777777;
	line-height: 33px;
	width: 88px;
}
#search-form-results .input-wrap {
    display: block;
    float: left;
    position: relative;
}
#search-form-results .dates-wrap {
    display: block;
    float: left;
}
#search-form-results .dates-wrap input {
    background: url("../images/calendar.png") no-repeat scroll 107px 50% #FFFFFF;
    color: #777777;
    width: 125px;
}
#search-form-results .input-wrap .term {
    width: 305px;
}
.dates-wrap input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #C9CAC6 -moz-use-text-color -moz-use-text-color #C9CAC6;
    border-image: none;
    border-right: medium none;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    color: #252525;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-right: 17px;
    padding-left: 8px;
}
#search-form-results input.checkbox {
    color: #333;
}
#search-form-results input:focus {
    outline-color: #FF8821;
}
#search-form-results .guests-wrap {
    display: inline-block;
    margin-right: 17px;
    vertical-align: top;
}
#search-form-results #search-guests .selected {
    color: #777777;
    line-height: 33px;
    width: 88px;
}
.visible {
   display: block;
}
.hidden {
   color: #F33333;
   display: none;
}
#page-content {
    color: #000000;
    margin-top: 25px;
	margin-bottom: 10px;
    position: relative;
    width: 1040px;
}


#options {
    position: absolute;
    right: 0;
    top: 72px;
    z-index: 4;
}
#options .section {
    float: left;
}
#sort label {
    color: #000000;
    font-size: 16px;
    margin-right: 5px;
}

.module {
    margin-bottom: 20px;
}
.module .hd h3, .module .bd {
    padding: 12px;
}
#filters {
    font-size: 13px;
}
#filters h3 {
    font-size: 14px;
    font-weight: bold;
}
#filters .bd h3 {
    font-weight: normal;
    margin-bottom: 0.8em;
}
#filters li:hover {
    background-color: #F5F5F5;
}
#filters li.disabled {
    color: #999999;
}
#filters li.disabled:hover {
    background-color: rgba(0, 0, 0, 0);
}
#filters .checkboxes ul {
    margin: 0 -12px;
}
#filters .checkboxes li {
    padding: 0 12px;
     margin-bottom: 0px;
}
#filters .checkboxes .checkbox {
    float: left;
    margin-top: 6px;
}
#filters .checkboxes label {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 4px 0 4px 12px;
}
#filters .checkboxes .name {
    float: left;
    font-size: 13px;
    width: 175px;
    
    line-height: 18px;
    margin: 0px 0px 0px 0px;
    color: #000000;   
}
#filters .count {
    color: #AAAAAA;
    float: right;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
#filters li.disabled .count {
    opacity: 0.5;
}
#filters li.checked .count {
    color: #333333;
}

#destinations-filter .bd {
    padding-bottom: 10px;
}
#destinations-filter .action {
    font-size: 12px;
    font-weight: bold;
    padding: 0 12px 15px;
}

#occupancy-filter .bd {
    padding-bottom: 0;
}
#occupancy-filter #rooms, #occupancy-filter #bedrooms {
    border-bottom: 1px solid #E1E1E1;
}
#occupancy-filter .section {
    padding: 10px 12px;
}
#occupancy-filter label {
    float: left;
    font-size: 15px;
    line-height: 30px;
}

.results-wrap {
    float: right;
    position: relative;
    width: 700px;
}

.results-wrap .matches {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 18px;
    font-weight: 200;
    padding: 20px;
}

.results ul.list {
    margin-top: 15px;
}
.results li {
    margin-bottom: 20px;
}
.results li a.result {
    background-color: #FFFFFF;
    color: #777777;
    display: block;
    overflow: hidden;
    position: relative;
}
.results li a.result:hover {
    background-color: #F9F9F9;
    box-shadow: 0 0 5px #CCCCCC;
    text-decoration: none;
}
.results li a.result:focus {
    border-color: #BBBBBB;
}

.results .search-result {
    position: relative;
}
.results .gallery {
    float: left;
    position: relative;
}

.results .gallery img {
    position: absolute;
    top: 0;
}

.results .gallery .text p {
    overflow: hidden;
    padding-top: 12px;
}

.results .info {
    float: right;
    height: 200px;
    padding: 0 15px;
    position: relative;
    width: 320px;
}
.results .info .wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    color: #515151;
    font-size: 13px;
    line-height: 1.3;
    margin-top: 15px;
    padding: 8px 0;
}

.results .name {
    color: #333333;
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0 3px;
    white-space: nowrap;
}
.results .name span {
    vertical-align: middle;
}

.results .prices {
    bottom: 15px;
    color: #999999;
    font-size: 13px;
    line-height: 30px;
    margin-top: 15px;
    width: 320px;
}
.public .results .prices {
    right: 0;
}

.results .price {
    font-size: 23px;
}

.results .more:hover {
    text-decoration: underline;
}
.results .more {
    color: #008ec5;
    font-size: 16px;
    margin-top: 2px;
    position: absolute;
    right: 20px;
}


#results ul.list {
    margin-top: 20px;
}


#search .no-results-wrap {
    float: right;
    width: 700px;
}
#no-results {
    background-color: #FFFFFF;
    color: #777777;
    padding: 40px;
    width: 620px;
}
#no-results h2 {
    color: #333333;
    font-size: 28px;
    margin-bottom: 26px;
}
#no-results h3 {
    font-size: 12px;
    font-weight: normal;
}
#no-results ul {
    list-style: disc outside none;
    padding-left: 1.5em;
}
#no-results li, #no-results p {
    margin-bottom: 1em;
}
.no-results-wrap .better-results {
    padding: 0 40px !important;
    width: 620px;
}


#search.sem .prices .more {
    margin-top: 14px;
}
.left {
    float: left;
    width: 263px !important;
}
.right {
    float: right;
    width: 740px !important;
}
.shadow {
}

.search-container {
    min-height: 650px;
}
.search-container h1 {
    color: #e1e1e1;
    font-size: 20px;
    margin-bottom: 25px;
}

#filters .title {
    border-bottom: 1px solid #F0F0F0;
    color: #333333;
    height: 48px;
    line-height: 49px;
}
#filters .title h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    text-indent: 12px;
}
#search #footer {
    position: relative;
    z-index: 1;
}

#search-form input:-moz-placeholder {
    color: #777777 !important;
}
#search-form input::-moz-placeholder {
    color: #777777 !important;
}

html header#main .page-container > .search {
    display: none;
}
li.hotel {
    border: 1px solid #282828;
}
.search-result .info {
    padding: 0 15px 0 0;
    width: 358px;
}


.room-list-container {
    background-color: #FFFFFF;
    position: relative;
}
.room-list-tab-container {
    display: none;
}

.room-list-tab-container {
    display: block;
}
.results .info .wrapper {
    margin-top: 6px;
}
.results .home .info .wrapper {
    margin-top: 0;
}
.results .home .prices {
    margin-top: 4px;
}
.results .prices {
    margin-top: 6px;
}
.room-list-tab-container {
    bottom: 0;
    padding-right: 15px;
    position: absolute;
    right: 0;
    text-align: right;
    transition: opacity 0.5s ease 0s;
    width: 335px;
}
.room-list-container .close {
    bottom: 10px;
    color: #8C8C8C;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 10px;
	padding-right: 5px;
}
.room-list-container .images-container img:hover {
    outline: 2px solid #FFA500;
}
.room-list-container .images-container .col1 {
    margin-right: 6px;
}
.room-list-tab-container .tab {
    background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #F0F0F0);
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 1px 1px 0;
    bottom: -1px;
    color: #000000;
    display: inline-block;
    font-size: 11px;
    margin-right: 3px;
    padding: 5px 0 6px;
    position: relative;
    text-align: center;
    width: 150px;
}
.room-list-tab-container .tab.active {
    background: none repeat scroll 0 0 #FFFFFF;
    z-index: 2;
}
.room-list-container .image-area {
    float: left;
    padding-top: 5px;
    width: 350px;
}

.room-list-container .see-details {
    display: inline-block;
    font-weight: bold;
}
.room-list-container .amenities ul {
    padding-left: 5px;
}
.room-list-container ul {
    margin-bottom: 20px;
    padding-left: 15px;
}
.room-list-container li {
    line-height: 1.4em;
    list-style-type: disc;
    margin-bottom: 5px;
}

.room-list-container .no-availability {
    padding: 25px 15px 0;
}
.room-list-container .hd {
    color: #000000;
    font-size: 125%;
    margin-bottom: 8px;
}


.room-list-container .tab-content .loading {
    display: none;
}
.room-list-container .tab-content.loading div {
    display: none;
}
.room-list-container .tab-content.loading .loading {
    color: #888888;
    display: block;
    font-size: 150%;
    padding: 20px;
    text-align: center;
}
.room-list-container .tab-content {
    padding-bottom: 25px;
}

.room-list-container .rates-container {
    padding: 20px;
}

.order-tooltip {
    z-index: 9001;
}

.room-list th {
    border-bottom: 1px solid #ECECEC;
}
.room-list .headings th {
    color: #999999;
    font-size: 13px;
    padding-bottom: 5px;
    text-align: left;
}
.room-list .table-container {
    padding: 0 15px;
}

.txt-rates {
    display: none;
}

.category-list .rates-unavailable-message {
    max-height: 0;
}

.rates-unavailable .rates-unavailable-message {
    max-height: 45px;
}

.table-container {
    padding-top: 35px;
}