
.bold {
    font-weight: bold;
}

#hotel-search {
    width: 250px;
    float: left;
    background: #5a5a5a; /* Old browsers */
    background: url('../images/star.png') bottom left no-repeat, -moz-linear-gradient(top, #5a5a5a 0%, #1C1C1C 100%); /* FF3.6+ */
    background: url('../images/star.png') bottom left no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5a5a), color-stop(100%,#1C1C1C)); /* Chrome,Safari4+ */
    background: url('../images/star.png') bottom left no-repeat,  -webkit-linear-gradient(top, #5a5a5a 0%,#1C1C1C 100%); /* Chrome10+,Safari5.1+ */
    background: url('../images/star.png') bottom left no-repeat, -o-linear-gradient(top, #5a5a5a 0%,#1C1C1C 100%); /* Opera11.10+ */
    background: url('../images/star.png') bottom left no-repeat, -ms-linear-gradient(top, #5a5a5a 0%,#1C1C1C 100%); /* IE10+ */
    filter: url('../images/star.png') bottom left no-repeat, progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#1C1C1C',GradientType=0 ); /* IE6-9 */
    background: url('../images/star.png') bottom left no-repeat, linear-gradient(top, #5a5a5a 0%,#1C1C1C 100%); /* W3C */
    color: #fff;   
    border: 1px solid #3C3C3C !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 375px;
    display: block;    
}

#hotel-search #search {
    padding: 18px 18px 5px 18px; 
    clear: both;   
}

#hotel-search select {
    margin: 0px;
}

#hotel-search #search form {
    display: block;
}

#hotel-search #search h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    text-shadow: 2px 2px #000;
    line-height: 20px;
    text-align: left;
}

#search div#sale {
    margin: 10px 0px 5px 0px;
    text-align: left;
}

#search div#sale span {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 10px 0px 0px 5px;
    line-height: 13px;
    font-size: 11px;
    text-shadow: 2px 2px #000;
}

#search div#sale span#percent {
    font-size: 30px;
    line-height: normal;
    padding: 10px 0px 0px 0px;
    position: relative;
    top: -8px;
}

#search div#sale span:first-child {
    line-height: normal;
    padding: 0px;
    height: 47px;
}

#hotel-search table select {
    width: 55px;
    padding: 2px 2px 2px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#hotel-search-params table table div {
    font-size: 10px;
}

#hotel-search-params table table select {
    width: 40px;
}

#hotel-search-params table table td {
    padding: 0px 0px 0px 3px;
    color: #fff;
    font-size: 12px;
}

#hotel-search-params table {
    margin: 0px auto;
}

#hotel-search-params {
    display: inline-block;
}

#hotel-search .align-right {
    text-align: right;
}

#hotel-search #cancellation {
    font-size: 11px;
    padding-bottom: 10px;
    height: 5px;
    line-height: 5px;
    vertical-align: middle;
    text-align: right;
    color: #CBCBCB;
}

#hotel-search #cancellation img {
    position: relative;
    top: 3px;
    right: 2px;
}

#hotel-search #rooms-pretext {
    padding-right: 36px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-shadow: 2px 2px #000;
}

#hotel-search #room-select {
    float: right;
}

#hotel-search select#room-select {
    width: 55px;
}

#hotel-search #call-us {
    font-size: 14px;
    padding: 10px 0px 5px 0px;
    text-align: right;
    color: #fff;
}

#hotel-search .check-in {
    float: left;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 2px 2px #000;
    text-align: left;
}

#hotel-search .check-out {
    float: right;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 2px 2px #000;
    text-align: left;
}

#hotel-search .featured-main-button {
    font-size: 13px;
}

#hotel-search input#check_in, #hotel-search input#check_out {
    padding: 3px 2px;
    width: 85px;
    margin: 5px 0px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ccc url('../images/calendar-small.png') no-repeat 98% 50%;
    cursor: pointer;
}

#hotel-search .adults-select, #hotel-search .children-select {
    width: 75px;
    padding: 5px 0px 0px 0px;
    font-size: 11px;
    color: #fff;
}

#hotel-search .children-select {
    text-align: right;
}

#hotel-search .children-select span {
    padding-right: 4px;
}

#hotel-search .room-x-container {
    width: 55px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 2px 2px #000;
    color: #fff;
}

#hotel-search input, #hotel-search select {
    background: #ccc;
    border: none;
}

#hotel-search #best-rate {
    padding: 5px 0px 10px 0px;
    text-align: right; ;
}

.featured-button {   
    width: 113px;
    background: #1CA513;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.27, rgb(0,153,0)),
        color-stop(0.6, rgb(77,187,53))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(0,153,0) 27%,
        rgb(77,187,53) 60%
        );

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 1px 1px 1px #000000;
    -moz-box-shadow: 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px #000000;
    font-weight: bold;
    font-size: 13px;
}

.featured-button a:hover {
    background: #65C456;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.27, rgb(51,173,51)),
        color-stop(0.6, rgb(111,200,93))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(51,173,51) 27%,
        rgb(111,200,93) 60%
        );

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 1px 1px 1px #000000;
    -moz-box-shadow: 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px #000000;
    color: #fff;
}

.featured-button a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 12px;
    text-transform: uppercase;
    text-align: center;
}

#search #brg {
    float: left;
    padding-top: 7px;
}

#search #brg span {
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;    
}

#search #brg a{
    text-decoration: none;    
    color: #666;
}

#search #brg a:hover{
    text-decoration: underline;
}

#search .featured-button {
    float: right;
    margin-top: 8px;
}

#search div table {
   text-align: left;
}

#search form {
    display: inline-block;
}

#carousel {
    float: right;
    width: 669px;
    background: #5a5a5a; /* Old browsers */
    background: -moz-linear-gradient(top, #5a5a5a 0%, #1C1C1C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5a5a), color-stop(100%,#1C1C1C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5a5a5a 0%,#1C1C1C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5a5a5a 0%,#1C1C1C 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #5a5a5a 0%,#1C1C1C 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#1C1C1C',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #5a5a5a 0%,#1C1C1C 100%); /* W3C */
    border: 1px solid #3C3C3C !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#featured-main-slider-controls span {
    padding: 0 3px;
}

#featured-main-slider-controls a:hover {
    text-decoration: underline;
}

#featured-main-slider-controls {
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 10;
}

#featured-main-slider-controls,
#featured-main-slider-controls a {
    color: #CCC;
    font-size: 11px;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    background: #111;
}

#featured-main-slider-controls {
    width: 33px;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#featured-main-slider-controls a {
   
}

#featured-main-slider-controls a.prev {
    position: relative;
    top: 4px;
    right: 13px;
}

#featured-main-slider-controls a.next {
    position: relative;
    top: 4px;
    right: 5px;
}

#featured-main-slider .pager li a {
    display: block;
    width: 100%;
    height: 68px;
    border: 1px solid #333333;
    width: 106px;
}

#featured-main-slider .pager li:first-child {
    padding-left: 26px;
    margin-left: 1px;    
}

#featured-main-slider .pager li.last-pager-item {
    padding-right: 26px;
    margin-right: 1px;    
}

#featured-main-slider .pager li {
    list-style: none;
    float: left;
    margin: 1px 1px 1px 0px;
    padding-left: 26px;
    padding-right: 26px
}

#featured-main-slider .pager {
    margin: 0;
}

#featured-main-slider .featured-button {
    width: 134px;
    float: left;
}

#featured-main-slider { 
    position: relative; 
    height: 375px; 
}
#featured-main-slider .viewport { 
    float: left; 
    width: 649px; 
    height: 226px; 
    overflow: hidden; 
    position: relative; 
    margin: 10px; 
}
#featured-main-slider .overview { 
    list-style: none; 
    position: absolute; 
    padding: 0; 
    margin: 0; 
    left: 0; 
    top: 0; 
}

#featured-main-slider .overview li { 
    float: left; 
    margin: 0; 
    height: 226px; 
    width: 649px; 
}

#featured-carousel .ui-tabs-hide {
    display: none;
}

.featured-main-image {
    float: left;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 5px;
    width: 350px;
    height: 216px;
}

.featured-main-image img {
    border: 1px solid #444444;
}

#featured-pager li a {
    padding: 0px;
}

#featured-pager li.ui-tabs-selected{
	background: #1a1a1a;
}

#featured-pager li.hover, #featured-pager li:hover {
    background: #1a1a1a;
}

#featured-pager li {
    padding: 19px 0px 19px 0px;
}

#featured-pager {
    background: #050505;   
}

.featured-main-category {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin: 8px 0px 15px 0px;    
    text-align: left;
}

.featured-main-title a {
    color: inherit;
    text-decoration: none;
}
.featured-main-title a:hover, .featured-main-title a:active {
    color: #ddd;
}

.featured-main-category span {
    background: #2F2F2F; /* Old browsers */
    background: -moz-linear-gradient(top, #2F2F2F 0%, #525252 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2F2F2F), color-stop(100%,#525252)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2F2F2F 0%,#525252 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2F2F2F 0%,#525252 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #2F2F2F 0%,#525252 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F2F2F', endColorstr='#525252',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #2F2F2F 0%,#525252 100%); /* W3C */
    font-weight: bold;
    padding: 3px 5px;
}

.featured-main-entry {
    color: #fff;
    font-size: 12px;
    text-align: left;
}

.featured-main-entry p:first-child {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    text-shadow: 2px 2px #000;
}

.featured-main-title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 2px 2px #000;
    text-align: left;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/* fixes for homepage */
#show_1, #tour_1, #hotel_1, #club_1, #vip_1 {
    text-align: left;
}

#vip_1 table {
    margin: 0px 10px 10px 10px;
}

#contentTable table table table table p {
    margin: 0px;
}

#tour_1 table {
    margin: 0px 10px 10px 10px;
    padding: 0px;
}
#tour_1 {
    padding: 0px;
    margin: 0px;
}
.borderscontent table td img {
    display: block;
}

#hotel-learn-more-dialog {
    display: none;
    text-align: left;
}

#hotel-learn-more-dialog #header {
    background-color: #9A201D;
    color: #fff;
    font-weight: bold;
    padding: 6px 8px;    
    line-height: 18px;
}

hr.modal-line {    
    border: none;
    border-top: 1px solid #ccc;
    background: none;
    margin: 10px 0px 15px 0px;
    padding: 0px;
    height: 1px;
    line-height: 1px;
}

#hotel-learn-more-dialog .modal-line {
    margin: 10px 60px 0px 60px;    
}

#hotel-learn-more-dialog #logo {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#hotel-learn-more-dialog #logo img {
    position: relative;
    top: 21px;
}

#hotel-learn-more-dialog #logo span#title {
    position: relative;
    top: -31px;
    vertical-align: bottom;
}

.hotel-learn-more-modal-text {
    font-size: 12px;
    margin: 15px 60px 30px 60px;
}

.hotel-learn-more-modal-text ul {
    margin-bottom: 3px;
    margin-top: 3px;
}

#dialog-container a.modal-close-hotel,
#dialog-container a.modal-close-hotel:link,
#dialog-container a.modal-close-hotel:active,
#dialog-container a.modal-close-hotel:visited {color:#fff; font-size:11px; font-weight:bold; position:absolute; text-decoration:none; right:20px; top:8px;}
#dialog-container a.modal-close-hotel:hover {color:#fff;}
#dialog-container a.modal-close-hotel span.x { border: 1px solid #fff; padding: 0px 2px 0px 2px; }