/* 
    Document   : core
    Created on : Mar 2, 2010, 2:42:02 PM
    Author     : kelly
    Description:
        Purpose of the stylesheet follows.
*/

@import url("ui-theme.css");

.asterisk {
    padding: 3em 0;
    text-align: right;
}
.text-right {
    text-align: right;
}

input.disabled {
    opacity: 0.4;
    filter:alpha(opacity=40);

}

form#signin, form#order {
    font-size: 1.1em;
}
form#signin b, form#order b {
    display: block;
    padding: 3px;
}
form#order label {
    padding-bottom: 5px;
    float:left;
    width:100%;
}
form#signin .text-right, form#order .text-right {
    padding-right: 7px;
}
form#signin .prepend-12, form#order .prepend-12 {
    padding-left: 51%;
}
form#order .prepend-9 {
    padding-left: 40%;
}
form#signin .submit, form#order .submit {
    display: none;
}


ul.amenities {
    list-style: square inside url('/media/images/check.gif');
}
ul.amenities li {
    padding-bottom: 3px;
}

p.note {
    padding-left: 1.5em;
    margin-top: -0.5em;
    padding-bottom: 1.5em;
    color: #777;
}

ul.checkboxes {
    list-style: none;
}
ul.checkboxes li {
    float:left;
    width: 190px;
    padding-bottom: 10px;
}
ul.criteria label {
    font-size: 1.0em !important;
}
ul.checkboxes label, label.radio, label.checkbox {
    font-size: 1.2em;
    padding-left: 18px;
}
ul.checkboxes label input, label.radio input, label.checkbox input {
    vertical-align: bottom;
    position: relative;
    top: -1px;
    padding: 0;
    margin: 0;
    width: 13px;
    height: 13px;
    *overflow: hidden;
}

a#book-now {
    height: 0;
    display: block;
    padding: 53px 0 0;
    width: 184px;
    margin: 0 0 .5em;
    overflow: hidden;
    background: url(/media/images/book-now.gif) 0 0 no-repeat;
}
a#book-now:hover {
    background-position: 0 -53px;
}

a.details {
    height: 0;
    display: block;
    padding: 53px 0 0;
    width: 148px;
    margin: 0 0 .5em;
    overflow: hidden;
    background: url(/media/images/details.png) 0 0 no-repeat;
}
a.details:hover {
    background-position: 0 -53px;
}
a.details:active {
    background-position: 0 -106px;
}


#more {
    margin: 0 2.8em;
    float:right;
}
hr { border: none; border-top: 1px solid #dedede; margin: 5px 0;}

#map {
    width: 305px;
    height: 305px;
}
div.book {
    padding: 0.75em;
}
div.from {
    display:block;
    color: #5d5d5d;
    font-size: 1.4em;
    padding: 4px 0;
    margin: 0 0 5px 0;
    text-align: center;
    background: #e9eaec;
}

p {
    padding: 0 2em 1em 0;
    font-size: 1.2em;
}

legend {
    padding-bottom: 5px;
}



input[name='arrival'], input.arrival {
    margin-right: 6px;
}

div.force {
    width:900px;
    margin: 0 auto;
    padding-top: 63px;
}
div.navigation {
    width:100%;
    overflow:hidden;
    height: 70px;
    display: block;
    background: url(/media/images/menu-bg.png) 0 0 repeat-x;
    position: relative;
}
div.navigation div {
    width: 900px;
    margin: 0 auto;
}
div.navigation ul {
    clear:left;
    float:left;
    padding-top: 16px;
    margin: 0;
    display: block;
    list-style: none;
    position: relative;
    left: 50%;
    text-align:center;
}

div.navigation ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0 20px;
    padding:0;
    position:relative;
    right:50%;


}
div.navigation ul li a {
    background: url(/media/images/menu.png) 0 0 no-repeat;
    color: #c6c6b7;
    text-decoration: none;
}

div.navigation ul li a {
    padding: 21px 0 0;
    height: 0;
    overflow: hidden;
    display: block;
    float:left;
}

div.navigation ul li a:hover {
    background-position: 0 -21px;
}

div.navigation ul li.menu-item_book-my-vacation a {
    width: 146px;
    background-position: 0 0;
}

div.navigation ul.root-page_book-my-vacation li.menu-item_book-my-vacation a,
div.navigation ul li.menu-item_book-my-vacation a:hover {
    background-position: 0 -21px;
}

div.navigation ul li.menu-item_destinations a {
    width: 108px;
    background-position: -146px 0;
}

div.navigation ul.root-page_destinations li.menu-item_destinations a,
div.navigation ul li.menu-item_destinations a:hover {
    background-position: -146px -21px;da
}

div.navigation ul li.menu-item_list-property a {
    width: 113px;
    background-position: -254px 0;
}
div.navigation ul.root-page_list-property li.menu-item_list-property a,
div.navigation ul li.menu-item_list-property a:hover {
    background-position: -254px -21px;
}

div.navigation ul li.menu-item_property-owners a {
    width: 145px;
    background-position: -367px 0;
}

div.navigation ul.root-page_property-owners li.menu-item_property-owners a,
div.navigation ul li.menu-item_property-owners a:hover {
    background-position: -367px -21px;
}

div.navigation ul li.menu-item_agents-and-managers a {
    width: 153px;
    background-position: -512px 0;
}

div.navigation ul.root-page_agents-and-managers li.menu-item_agents-and-managers a,
div.navigation ul li.menu-item_agents-and-managers a:hover {
    background-position: -512px -21px;
}



div.presentation {
    background: transparent;
    height: 350px;
    position: relative;
}

div.presentation #banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 622px;
}

div.focal {
    height: 327px;
    position: relative;
}

div.focal .outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 581px;
}

div.presentation .box, div.focal .box {
    background: transparent;
    overflow: hidden;
    padding: 332px 0 0 0;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
div.focal .box {
    padding: 309px 0 0;
}
.clear {
    clear:both;
    width: 100%;
}

#focal {
    padding-bottom: 40px;
}

a.submit, button.submit, input.submit {
    background: url(/media/images/go.gif) 0 0 no-repeat;
    height: 23px;
    overflow: hidden;
    width: 58px;
    padding: 0;
    border: none;
    margin: 10px auto 0;
    display: block;
    cursor: pointer;
}

a.submit {
    height: 0 !important;
    padding: 23px 0 0 !important;
}

a.submit:hover, button.submit:hover, input.submit:hover {
    background-position: 0 -23px;
}
a.submit:active, button.submit:active, input.submit:active {
    background-position: 0 -46px;
}

.shadow {.b
    background: #fff url(/media/images/shadow.jpg) top center no-repeat;
}

#container {
    min-height: 100%;
    position: relative;
}
#content {
    padding-bottom: 160px;
}

#footer {
    width:100%;
    padding: 40px 0 0;
    position: absolute;
    bottom: 0;
    background: url(/media/images/footer.jpg) bottom center no-repeat;
    height: 80px;
    clear:both;
    text-align: center;
    font-size: 1.1em;
}

#footer {
    letter-spacing: 10px;
}
#footer, #footer a {
    color: #efefef;
    font-weight: bold;
}
#footer a {
    letter-spacing: 0;
}
ul.photos {
    float:left;
    width: 309px;
    list-style: none;
}
ul.photos li {
    float:left;
}
ul.photos li a {
    display: block;
    overflow: hidden;
    width: 69px;
    background: #efefef;
    height: 53px;
    padding: 11px 2px;
    clear: none;
    margin: 4px 4px 0 0;
}

ul.photos li a:hover {
    background: #fefefe;
}


#summary
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.1em;
	text-align: left;
	border-collapse: collapse;
        margin: 0;
        width:100%;
}
#summary th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #005289;
	border-right: 30px solid #fff;
	color: #333;
}
#summary td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	color: #222;
}



#rates, 
.itemized
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.1em;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#rates th,
.itemized th
{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 5px 3px;
	border-bottom: 2px solid #005289;
}
#rates td.right,
.itemized td.right {
    text-align: right;
}

#rates td,
.itemized td
{
	border-bottom: 1px solid #ccc;
	color: #222;
	padding: 3px 3px;
}
#rates tfoot tr.bold td,
.itemized tfoot tr.bold td{
    color: #005289;
    font-weight: bold;
}
#rates tfoot td,
.itemized tfoot td {
    border-bottom: none;
    text-align: right;
    color: #999;
}
#rates tbody tr:hover td,
.itemized tbody tr:hover td
{
	color: #005289;
}

#listing-photos {
    width:309px;
    padding: 0;
    height: 160px;
    position: relative;
    overflow:hidden;
}
#listing-photos span {
    width: 2000px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#availability, #availability .inner {
    width:480px;
    height: 170px;
    position: relative;
    overflow:hidden;
}
#availability {
    height: 200px;
}
#availability span {
    width: 2000px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

div#widget_basicSearch {
    overflow: visible;
}

a.availability, a.photo-show {
    display: block;
    width: 16px;
    height: 0;
    padding: 16px 0 0;
    overflow:hidden;
    background: url(/media/images/icons.png) 0 -192px no-repeat;
}

a.prev {
    float:left;
    background-position: -80px -192px !important;
}
a.next {
    float:right;
    background-position: -48px -192px !important;
}
.calendar {
    width: 156px;
    margin: 0 3px 0 0;
    border: 1px solid #ccc;
    padding-bottom: 2px;
    clear: none;
    float:left;
}
.calendar h6, .calendar em {
    display: block;
    padding: 0.5em 0;
    font-weight: bold;
    font-style: normal;
    font-size: 1.0em;
    text-align: center;
    margin: 0;
    color: #fff;
    background: #005289;
    border: 1px solid #fff;
}
.calendar ul {
    display: block;
    width:154px;
    background: #fff;
    padding: 0 0 0 2px;
    list-style: none;
}
.calendar ul li {
    float:left;
    width: 20px;
    text-align: center;
    height: 14px;
    padding: 3px 0;
    margin: 2px 2px 0 0;
    background: #fff;
    color: #000;
    font-size: 1.1em;
}

.calendar ul li.e {
    color: #fff;
}
.calendar ul li.u {
    background: #ccc;
    color: #000;
    text-decoration: line-through;
}

#waiting {
    background: url(/media/images/loading.gif) 0 0 no-repeat;
    width:16px;
    position: relative;
    left: 216px;
    height: 0;
    padding: 16px 0 0;
    overflow:hidden;
    display: none;
}


.slider {
        margin-bottom: 20px;
}
.labels {
    width: 100%;
    height: 18px;
}

.labels b, .labels em {
    font-weight: bold;
    font-style: normal;
    font-size: 1.0em;

}

.labels b {
    float:left;
}

.labels em {
    float:right;
}

.ui-slider-handle {
    cursor: pointer;
    position: relative;
}

.ui-slider-handle span {
    position: absolute;
    width: 40px;
    font-weight: normal;
    text-align: left;
    color: #555;
    top: 15px;
    left: -25px;
}

.datepicker {
    z-index: 20;
}
body {
    font: 62.5% Trebuchet, Helvetica, sans-serif;
}

#price-mode a {
    color: inherit;
    text-decoration: none;
}
#price-mode a:hover {
    color: #888;
}
#price-mode a.underlined {
    text-decoration: underline;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('/fonts/GOTHAM01.PFB');
	src: local('Gothampre Book'), url('/fonts/GOTHAM01.PFB') format('truetype');
}

@font-face {
	font-family: 'BitstreamVeraSansRoman';
	src: url('/fonts/Vera.eot');
	src: local('Bitstream Vera Sans Roman'), local('BitstreamVeraSans-Roman'), url('/fonts/Vera.ttf') format('truetype');
}


#search-results ul {
    list-style: none;
}

#search-results ul li {
    float:left;
     border-top: 1px solid #dedede; 
    clear: both;
    padding: 10px 0;
    width: 100%;

}

#search-results ul li img {
    float:left;
}

#search-results ul li div.span-74p {
    margin-left: 170px;
    padding: 0;
    float:none;
    width: 72%;
}
#search-results ul li h3 {
    padding: 0;
}

#search-results ul li h4 {
    padding: 0;
    padding-bottom: 5px;
    color: #333;
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
}

ul.criteria {
    list-style: none;
}

ul.criteria li {
    clear: both;
    padding-bottom: 2px;
}
ul.criteria li a {
    background: url(/media/images/checkbox.png) 0 0 no-repeat;
    padding: 2px 0 2px 20px;
    height: 12px;
    display: block;
    overflow: hidden;
}
ul.criteria li a:hover {
    background-position: 0 -64px;
}
ul.criteria li a, ul.criteria li a.in:hover {
    text-decoration: none;

}
ul.criteria li a.in {
    background-position: 0 -16px;
}
ul.criteria li a.in:hover {
    background-position: 0 -80px;
}
ul.criteria li a:hover, ul.criteria li a.in {
    text-decoration: underline;
}
ul.criteria li a.in {
    font-weight: bold;
}

.pointer li, .pointer label, .pointer input {
    cursor: pointer;
}
#destinations-map {
    width: 630px;
    height: 494px;
    display: block;
    position: relative;
      border: 9px solid #E9EAEC;
      margin-bottom: 30px;
}

#destinations-map a {
    position: absolute;
    display: block;
    width: 12px;
    height: 0;
    padding: 12px 0 0;
    background: url(/media/images/bullet.gif) 0 0 no-repeat;
}
#destinations-map a:hover, #destinations-map a.hover  {
    background-position: 0 -12px;
}
#destinations-map a div {
    position: absolute;
    font-size: 1.2em;
    color: #777;
    font-weight: bold;
    bottom: 12px;
    right: 6px;
    background: url(/media/images/bubble.gif) 0 0 no-repeat;
    width: 185px;
    height: 28px;
    padding: 4px 0 0;
    text-align: center;
    display: none;
}
#destinations-map a:hover div, #destinations-map a.hover div {
    display: block;
}
#destinations-map span {
    background: url(/media/images/map-sm.jpg) 0 0 no-repeat;
    width: 630px;
    height: 0;
    overflow: hidden;
    padding: 494px;
    position: absolute;
    top: 0;
    left: 0;
}

.rounded {
    margin-bottom: 20px;
}

.error-state {
    display: block;
    width: 92%;
    float:left;

    padding: 1em 0;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;

    margin: 0 0 10px;
    color: #CD0A0A;
    background: #FEF8F6;
    border: 1px solid #CD0A0A;
}
.error-state p {
    padding: 0;
}

.loading {
    display: block;
    width: 96%;
    float:left;

    padding: 40px 0 80px ;
    text-align: center;
    background: #fefefe url(/media/images/loading.gif) 49% 75% no-repeat;

    margin: 0 0 10px;
    color: #000;
    border: 9px solid #E9EAEC;

}


#arrowed-box {
    width: 494px;
    padding: 18px 7px 20px 80px;
    height: 63px;
    background: url(/media/images/arrow-box.gif) 0 0 no-repeat;

}

#thanks {
    display: block;
    border: 1px solid #005289;
    background: #EDF5FA;
    padding: 20px;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.attention {
    border-left: 2px solid #555;
    padding-left: 1em;
    font-size: 1.1em;
    color: #222;
}
/*
.datepickerDisabled a span{
    color:#000;
}*/
.scratch a  {
    background: transparent url(/media/images/cal.gif) 0 -16px no-repeat;
}
.scratch a span {
    text-decoration: line-through;
}
.top-scratch a  {
    background: transparent url(/media/images/cal.gif) 0 -32px no-repeat;
}
.top-scratchbottom-scratch a, .bottom-scratchtop-scratch a {
    background: transparent url(/media/images/cal.gif) 0 -16px no-repeat;
}
.top-scratchbottom-scratch a span, .bottom-scratchtop-scratch a span {
    text-decoration: line-through;
}
.bottom-scratch a  {
    background: transparent url(/media/images/cal.gif) 0 0 no-repeat;
}

a.right, label span.right {
    float:right !important;
}



#cc-err {
   margin-top: 3px;
   display: none;
}
#cc-type {
    float:left;
    padding-top: 3px;
    clear: both;
}
#cc-type div {
    display: block;
    float:left;
    width: 33px;
    height: 0;
    overflow:hidden;
    padding: 21px 0 0;
    background: url(/media/images/cc.gif) 0 0 no-repeat;
    margin-right: 3px;
}

#cc-type .mastercard .visa, #cc-type .amex .visa, #cc-type .discover .visa {
    background-position: 0 -21px;
}
#cc-type span .visa {
    background-position: 0 0;
}

#cc-type .visa .mastercard, #cc-type .amex .mastercard, #cc-type .discover .mastercard {
    background-position: -33px -21px;
}
#cc-type span .mastercard {
    background-position: -33px 0;
}

#cc-type .visa .amex, #cc-type .mastercard .amex, #cc-type .discover .amex {
    background-position: -66px -21px;
}
#cc-type span .amex {
    background-position: -66px 0;
}

#cc-type .visa .discover, #cc-type .amex .discover, #cc-type .mastercard .discover {
    background-position: -99px -21px;
}
#cc-type span .discover {
    background-position: -99px 0;
}

#payment-button {
    padding-left: 50%;
}

#pw-err,#submit-error {
    display: none;
}

/*
@font-face {
	font-family: 'Gotham Light';
	src: local('Gotham Light'), local('Gotham Light'), url('/fonts/GOTHAM-L.PFB') format('truetype');
}

div.navigation ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0 0px;
    padding:0;
    position:relative;
    right:50%;


}
div.navigation ul li a {
    hbackground: url(/media/images/menu.png) 0 0 no-repeat;
    color: #c6c6b7;
    text-decoration: none;
}

div.navigation ul li a {
    padding: 3px 0 0;
    -moz-border-radius: 4px;
    height: 18px;
    font-family: "Gotham Light";
    font-size: 12px;
    overflow: hidden;
    display: block;
    float:left;
}

div.navigation ul li a:hover {
    background-color: #eeeeee;
    color: #565455;
    background-position: 0 -21px;
}
*/
.pagination {
    padding-bottom: 10px;
    z-index: 100;
    overflow: visible !important;
}
.pagination .span-11 {
        overflow: visible !important;
}

.pagination .span-7 {
    text-align: left;
}
.pagination .span-8 {
    text-align: center;
}
.pagination .last {
    text-align: right !important;
}

.rounded-flat {
    margin-bottom: 0 !important;
}
.tag {
    padding: 0;
    margin: 0 0 20px 0;
}
.tag b {
    font-size: 70%;
    color: #444;
    font-weight: normal;
}

#mls {
    position: absolute;
    top: 40px;
    font-size: 1.2em;
    right: 40px;
}