@CHARSET "UTF-8";

#location-title {
    font-size: 1.7em;
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
    margin-bottom: 0;
    }

/* --------------------------------------------
    LOCATION LIST STYLES
   --------------------------------------------*/

#client-list-left {

    }

#client-list-left .location-count {
    color: #666;
    font-size: 1.3em;
    margin: .5em 0 1em;
    }

.client-location {
    position: relative;
    width: 546px;
    min-height: 250px;
    margin: 25px 0 10px;
    padding: 2px;
    background: transparent url(../images/pro/client_listing_bkg.jpg) no-repeat;
    }

.client-location .key-number {
    position: absolute;
    z-index: 100;
    right: -10px;
    top: -10px;
    }

.client-location .distance {
    position: absolute;
    z-index: 50;
    height: 21px;
    right: 0px;
    top: -21px;
    background: transparent url(../images/pro/client_listing_milage_bkg.gif) no-repeat 0% 0%;
    padding: 0 0 0 14px;
    }

.client-location .distance span {
    background: transparent url(../images/pro/client_listing_milage_bkg.gif) no-repeat 100% 0%;
    padding: 0 14px 0 0;
    height: 21px;
    display: block;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    font-size: .9em;
    width: 75px;
    text-align: center;
    }

.client-location .left .image {
    width: 188px;
    margin: 0 0 1em;
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 1px 0;
	}

.client-location .left .content {
    width: 170px;
    padding: 0 10px 0 8px;
    }

.client-location .right {
    width: 330px;
    padding: 5px 10px;
    }

.client-location h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    }

.client-location h5 {
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 1em;
    }

.client-location .client-type-prices {
    margin: 0;
    font-size: .75em;
    }


/* reservation form */
.client-location .resbox-container {
    position: relative;
    }

.client-location .resbox {
    position: absolute;
    top: -80px;
    left: 0;
    width: 270px;
    z-index: 55;
    }

.client-location .resbox .top {
    padding: 15px 20px 0;
    background: transparent url(../images/pro/resbox_bkg.png) no-repeat;
    position: relative;
    }

.client-location .resbox .bottom {
    height: 30px;
    background: transparent url(../images/pro/resbox_bkg.png) no-repeat left bottom;
    }

.client-location .resbox .close {
    height: 16px;
    width: 16px;
    background: transparent url(../images/pro/close_button.png) no-repeat;
    position: absolute;
    right: 22px;
    top: 16px;
    cursor: pointer;
    }

.client-location .resbox .name {
    background: #f48e1d;
    padding: 1px 8px 4px;
    line-height: 1.25em;
    font-size: .9em;
    }

.client-location .resbox .name strong {
    color: #fff;
    }


.client-location .resbox .form {
    padding: 0 10px;
    }

.client-location .resbox dt {
    font-size: .9em;
    margin: .5em 0 0;
    }

.client-location .resbox dd {
    }

.client-location .resbox input.date {
    width: 90px;
    }

.client-location .resbox select.type {
    width: 100%;
    }

.client-location .resbox select.group {
    width: 40px;
    }

.client-location .resbox .form button {
    /* float: right; */
    }

/* Location Map */
#list-map {
    width: 350px;
    background: #fff;
    padding-top: 10px;
    }

.list-map-fixed {
    position: fixed;
    top: 10px;
    }

#client-list-right {
    padding-top: 40px;
    }

#mapped-locations {
    padding: 1.5em 0;
    }

#mapped-locations h6 {
    font-weight: normal;
    line-height: 2em;
    }

/* Non PRO locations */

#non-pro-locations .location {
    float: right;
    }

#non-pro-locations {
    line-height: 1.25em;
    font-size: .9em;
    color: #333;
    }

#non-pro-locations p {
    margin: .75em 0 0;
    }

#non-pro-locations a {
    text-decoration: none;
    color: #333;
    }

#non-pro-locations strong {
    display: block;
    border-bottom: 1px solid #666;
    }

/* --------------------------------------------
    LOCATION DETAIL STYLES
   --------------------------------------------*/

#client-detail-photo {
    width: 348px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #999;
    margin: 0 0 1.5em;
    }

#location-title small {
    color: #666;
    }

#client-detail {
    padding: 0 10px;
    }

#client-detail h3 {
    margin: 20px 0 5px;
    }

.client-products {
    margin: 0 0 1.5em;
    }

.client-products h4 {
    color: #900;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #999;
    }

.client-products h4 .price, .client-type-prices .price {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
    }

.client-products h4 .price small, .client-type-prices .price small {
    font-weight: normal;
    color: #666;
    font-size: .7em;
    }

.client-products .description {
    margin: 0;
    }

.client-products .options {
    width: 250px;
    float: right;
    text-align: right;
    margin: 0;
    }

.client-products .options li {
    list-style: none;
    }

#location-map {
    border: 3px solid #666;
    }


/* Types */
.client-type-prices {
    margin: 0 10px;
    }

.client-type-prices li {
    list-style: none;
    clear: both;
    }

.client-type-prices li h4 {
    font-weight: bold;
    }

.client-type-prices .price {
    color: #900;
    }

/* --------------------------------------------
    BOOK NOW FORM
   --------------------------------------------*/
.res-form small {
	font-size: .85em;
	}

.res-form .date input {
	width: 85px;
	}
	
/* resbox */
#client-detail-resbox {
    margin: 0 0 1.5em;
    background: transparent url(../images/pro/reservation/client_detail_form_bkg.gif) no-repeat;
    width: 350px;
    }

#client-detail-resbox .foot {
    background: transparent url(../images/pro/reservation/client_detail_form_bkg.gif) no-repeat 0 bottom;
    height: 5px;
    width: 350px;
    }

#client-detail-resbox .name {
    width: 130px;
    padding: 10px;
    float: left;
    line-height: 1.25em;
    }

#client-detail-resbox .name strong {
    color: #fff;
    }

#client-detail-resbox .name h3 {
    margin: 0 0 .5em;
    padding: 0 0 .5em;
    border-bottom: 1px dotted #666;
    }

#client-detail-resbox .form {
    width: 175px;
    padding: 10px;
    float: left;
    }

#client-detail-resbox dt {
    font-size: .9em;
    }

#client-detail-resbox dd {
    margin: 0 0 .5em;
    }

#client-detail-resbox input.date {
    width: 90px;
    }

#client-detail-resbox select.type {
    width: 100%;
    }

#client-detail-resbox select.group {
    width: 40px;
    }

#client-detail-resbox .form button {
    /* float: right; */
    }


.locations-location-index #pro-left, .client-location-index #pro-left {
	width: 630px;
	}

.locations-location-index #pro-right, .client-location-index #pro-right {
	width: 310px;
	}

#locations-by-state table {
	width: 100%;
	}	

#locations-by-state td {
	width: 25%;
	}	


#locations-by-state h3 {
	margin:0;
	}

#locations-by-state h3 a {
	color: #000;
	}

#locations-by-state ul {
	margin: 5px 0 5px 10px;
	}

#citylist {
	margin-top: 10px;
	clear: both;
	}
	
#citylist li {
	float: left;
	margin-right: 10px;
	line-height: 1.25;
	}
	
#citylist li a {
	color: #999;
	text-decoration: none;
	font-size: .8em;
	}
