﻿/*Weather*/
.mod-weather-vert
{
    width: 242px;
}
.mod-weather-horz
{
    width: 668px;
}
.mod-weather-vert .cms-module-view,
.mod-weather-horz .cms-module-view
{
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-weight: bold;
}
.mod-weather-horz li
{
    float: left;
}
.mod-weather-vert p
{
    padding: 6px 6px 4px 6px;
    text-align: center;
}
.mod-weather-horz p
{
    padding: 6px;
    text-align: center;
}

.mod-weather-horz .cms-module-view
{
    padding: 4px;
}
.geo-weather p
{
    padding: 6px 6px 4px 6px;
    text-align: center;
}
/*End Weather*/

/*# region Geo Reviews */
.mod-geosubmitreview .cms-module-main {
    padding: 10px;
    margin-bottom: 10px;
}
.mod-geosubmitreview .cms-module-inner {
    padding: 10px;
    background: #FFF;
}
.mod-geosubmitreview .rating-container {
    border-top: 1px solid #CCC;
}
    .mod-geosubmitreview .rating-container .col {
        float: left;
        width: 207px;
    }
.mod-geosubmitreview .hotel-summary {
    width: 320px;
}
    .mod-geosubmitreview .hotel-summary h2 {
        margin-top: 16px;
        margin-bottom: 10px;
    }
.mod-geosubmitreview .hotel-image {
    margin-right: 16px;
}
.mod-geosubmitreview .hotel-summary div {
    padding: 0 0 5px 0;
}
    .mod-geosubmitreview .hotel-summary div strong,
    .mod-geosubmitreview .hotel-summary div .goldStar,
    .mod-geosubmitreview .hotel-summary div .greyStar {
        vertical-align: middle;
    }
.mod-geosubmitreview .subratings {
    margin: 20px 0 0 0;
}
    .mod-geosubmitreview .subratings .rating-control {
        display: inline-block;
        vertical-align: top;
    }
        .mod-geosubmitreview .subratings .rating-control img {
            vertical-align: middle;
        }
    .mod-geosubmitreview .rating-container .subratings label {
        display: block;
        line-height: 18px;
    }
.mod-geosubmitreview .recommend-rating label {
    display: inline-block;
    width: 135px;
    vertical-align: middle;    
}
.mod-geosubmitreview .rating-container .recommend-rating label {
    display: inline-block;
}
.mod-geosubmitreview .rating-container .recommend-rating .recommend-label {
    background: url("/assets/images/sprites/thumb-sprite.png") no-repeat 0 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-indent: -9999px;
    margin: 0;
    display: inline-block;
}
    .mod-geosubmitreview .recommend-rating .recommend-label.rec-up {
        background-position: 0 0;
    }
    .mod-geosubmitreview .recommend-rating .recommend-label.rec-down {
        background-position: -25px 0;
    }

.mod-geosubmitreview .recommend-rating .rec-up.rec-on {
    background-position: 0 -26px;
}
.mod-geosubmitreview .recommend-rating .rec-down.rec-on {
    background-position: -25px -25px;
}
.mod-geosubmitreview .recommend-rating input {
    display: none;
}
        .mod-geosubmitreview .subratings label span {
            color: #e32121;
            font-weight: bold;
            font-size: 11px;
        }
    .mod-geosubmitreview .customer-rating span {
        color: #e32121;
        font-size: 32px;
        font-weight: bold;
    }
        .mod-geosubmitreview .customer-rating span span {
            font-size: 50px;
        }
    .mod-geosubmitreview .subratings input[type='text'] {
        width: 495px;
        border: 1px solid #CCC;
        border-radius: 3px;
        padding: 5px;
    }
    .mod-geosubmitreview .comments textarea {
        background: none repeat scroll 0 0 transparent;
        border: 1px solid #CCCCCC;
        border-radius: 3px 3px 3px 3px;
        display: inline-block;
        float: none;
        vertical-align: bottom;
        width: 606px;
    }
.mod-geosubmitreview .cms-module-inner h3 {
    font-size: 14px;
    color: #4D4D4D;
    font-style: italic;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 6px;
}
.mod-geosubmitreview .cms-module-inner p {
    margin-top: 10px;
    font-size: 11px;
}
.mod-geosubmitreview .trip-summary p {
    font-size: 11px;
}
.mod-geosubmitreview .trip-summary label {
    margin-right: 8px;
}
.mod-geosubmitreview .comments label {
    vertical-align: top !important;
    line-height: 24px !important;
}
.mod-geosubmitreview .rating-error label {
    color: #FF0000;
}
.mod-geosubmitreview .btn-submit {
    width: 88px;
    background-position: -100px 0;
}
    .mod-geosubmitreview .btn-submit:hover {
        background-position: -100px -30px;
    }

.facilityAsterix {
    display:block;
    clear:left;
    padding-top: 10px;
}
/*# endregion */