v\:* {
behavior:url(#default#VML);
}
    
div#google-map
{
width: 100%;
height: 410px;
background: #99B3CC;
overflow: hidden;
}

div.map-tooltip
{
color: #080808;
text-align: left;
white-space: nowrap;
margin: 0;
padding: 2px 0.5ex;
border: 1px solid #555;
font-weight: bold;
font-size: 10px;
background: #ffffff;
MozOpacity: 0.9;
filter: alpha(opacity=90);
opacity: 0.9;
}

div.map-progress-bar-container
{
border: 1px solid #272727;
}

div.map-progress-bar-container div.map-progress-bar-content
{
border: 1px solid #5D5D5D;
background: url(img_frontend_google_maps/loading_box_bg.gif) repeat-x top left #323232;
}

div.map-progress-bar-container div.map-progress-bar-content div
{
height: 36px;
width: 130px;
background: url(img_frontend_google_maps/progress_bar.gif) no-repeat center center;
}

div.map-info-box-container
{
border: 1px solid #424141;
}

div.map-info-box-container div.map-info-box-content
{
border: 1px solid #BED10F;
background: url(img_frontend_google_maps/too_many_points_box_bg.gif) repeat-x top left #9FBE04;
height: 36px;
}

div.map-info-box-container div.map-info-box-content div
{
width: 130px;
color: #ffffff;
font-weight: bold;
font-size: 11px;
text-align: center;
padding-top: 4px;
}

/* marker popup */
div.marker-body
{
text-align: left;
padding: 0px;
margin: 0px;
width: 434px;
font-size: 11px;
}

div.marker-body div.title
{
clear: both;
background: url(img_frontend_google_maps/popup_title_bg.gif) repeat-x top left #010101;
font-weight: bold;
height: 23px;
line-height: 23px;
padding: 0 5px;
border: 1px solid #1A1A1A;
border-bottom: none;
border-bottom: none;
color: #77AD00;
}

div.marker-body div.title div
{
float: left;
}

div.marker-body div.title div#MarkerPopupClose
{
float: right;
width: 14px;
height: 14px;
cursor: pointer;
margin-top: 4px;
background: url(img_frontend_default/dialog_close.png) no-repeat center center;
}

div.marker-body div.content
{
clear: both;
padding: 5px;
background: #333333;
color: #FFFFFF;
border: 1px solid #1A1A1A;
width: 422px; 
height: 343px; 
overflow-y: scroll;
z-index: 999;
}

div.marker-body div.content div.multi-odd
{
clear: both;
padding: 3px;
background: #2A2A2A;
height: 18px;
}

div.marker-body div.content div.multi-even
{
clear: both;
padding: 3px;
background: #1D1D1D;
height: 18px;
}

div.marker-body div.content div.multi-odd div,
div.marker-body div.content div.multi-even div
{
float: left;
line-height: 16px;
}

div.marker-body div.content div.multi-odd div.icon,
div.marker-body div.content div.multi-even div.icon
{
width: 24px;
height: 18px;
}

div.marker-body div.details-content
{
clear: both;
background: #333333;
color: #FFFFFF;
border: 1px solid #1A1A1A;
width: 432px; 
height: 353px; 
overflow-y: scroll;
position: relative;
z-index: 999;
}

div.marker-body div.with-button
{
height: 319px !important;
}

/* back button */
div.marker-body div.back-button-container
{
padding: 5px 3px 5px 3px;
background: #1C1C1C;
}

div.marker-body div.back-button-container button
{
background: none;
border: none;
padding: 0;
margin: 0;
cursor: pointer;
width: 100%;
}

div.marker-body div.back-button-container button div
{
height: 22px;
line-height: 22px;
background: url(img_frontend_google_maps/button_wide_left.gif) no-repeat top left;
}

div.marker-body div.back-button-container button div div
{
margin-left: 5px;
padding: 0 20px 0 15px;
height: 22px;
line-height: 21px;
background: url(img_frontend_google_maps/button_wide_right.gif) no-repeat top right;
color: #252525;
font-size: 11px;
font-weight: bold;
}

div.marker-body div.back-button-container button div div span
{
position: relative;
top: -1px;
}

/* rating */
div.marker-body div.rating-wrapper
{
background: #262626;
padding: 5px;
}

div.marker-body div.rating-wrapper div.rating-container
{
border: 1px solid #1A1A1A;
}

div.marker-body div.rating-wrapper div.rating-container div.rating
{
height: 15px;
padding: 5px;
border: 1px solid #4D4D4D;
font-size: 12px;
background: url(img_frontend_google_maps/rating_bg.gif) repeat-x;
}

div.marker-body div.rating-wrapper div.rating-container div.rating div
{
float: left;
}

div#mpRatingContainer
{
padding-left: 10px;
}

/* rater */
ul.star-rating, ul.star-rating a:hover, ul.star-rating a:active, ul.star-rating a:focus, ul.star-rating li.current-rating
{
background: url(img_frontend_google_maps/stars.gif) left -1000px repeat-x;
}

ul.star-rating
{
position: relative;
top: -1px;
width: 75px;
height: 17px;
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
background-position: left top;
}

ul.star-rating li
{
display: inline;
}

ul.star-rating a,
ul.star-rating li.current-rating
{
position: absolute;
top: 0;
left: 0;
text-indent: -1000em;
height: 18px;
line-height: 18px;
outline: none;
overflow: hidden;
border: none;
}

ul.star-rating a:hover, ul.star-rating a:active, ul.star-rating a:focus
{
background-position: left bottom;
}

ul.star-rating a.one-star
{
width: 20%;
z-index: 6;
}

ul.star-rating a.two-stars
{
width: 40%;
z-index: 5;
}

ul.star-rating a.three-stars
{
width: 60%;
z-index: 4;
}

ul.star-rating a.four-stars
{
width: 80%;
z-index: 3;
}

ul.star-rating a.five-stars
{
width: 100%;
z-index: 2;
}

ul.star-rating li.current-rating
{
z-index: 1;
background-position: left center;
}	

/* images */
div.marker-body div.details-content div.pictures-container
{
background: #262626;
}

div.marker-body div.details-content div.pictures-container div.pictures
{
height: 65px;
vertical-align: middle;
text-align: left;
width: 398px;
overflow: auto;
padding: 2px;
margin: 0 6px;
}

div.marker-body div.details-content div.pictures-container div.pictures a img
{
margin: 1px;
}

/* tabs */
div.marker-body div.details-content div.tabs-section
{
background: url(img_frontend_google_maps/google_maps_hor_sep.gif) repeat-x bottom #262626;
}

div.marker-body div.details-content div.tabs-section ul
{
margin-left: 5px;
}

div.marker-body div.details-content div.tabs-section ul li h4 a
{
min-width: 30px;
padding: 0 8px 0 3px;
}

/* details table */
div.marker-body div.details-content div.details-tab
{
background: #333333;
padding: 5px;
}

div.marker-body div.details-content table.golf-course-details
{
width: 403px;
}

div.marker-body div.details-content table.golf-course-details tr td
{
padding: 3px 5px;
text-align: left;
vertical-align: middle;
background: #2A2A2A;
font-size: 11px;
}

div.marker-body div.details-content table.golf-course-details tr td.header
{
color: #FFFFFF;
padding: 4px 5px;
background: #1C1C1C;
font-weight: bold;
font-size: 11px;
}

div.marker-body div.details-content table.golf-course-details tr td.caption
{
width: 33%;
}

div.marker-body div.details-content table.golf-course-details tr td.data
{
width: 67%;
}

div.marker-body div.details-content table.golf-course-details tr td.top
{
vertical-align: top;
}

div.marker-body div.details-content table.golf-course-details tr td.centered
{
text-align: center;
}

div.marker-body div.details-content table.golf-course-details tr td.highlight
{
background: #6D9F00;
color: #ffffff;
}

div.marker-body div.details-content table.golf-course-details tr td.highlight a
{
color: #ffffff;
}

div.marker-body div.details-content table.golf-course-details tr td.no-bg
{
background: none !important;
}

div.marker-body div.details-content table.golf-course-details tr td div.justified
{
text-align: justify;
}

div.marker-body div.details-content table.golf-course-details tr td.hotel
{
padding-left: 25px;
background: url(img_frontend_google_maps/hotel.gif) no-repeat scroll 3px center #6D9F00;
color: #ffffff;
vertical-align: middle !important;
}

div.marker-body div.details-content table.golf-course-details tr td.rental-cars
{
padding-left: 25px;
background: url(img_frontend_google_maps/rent_car.gif) no-repeat scroll 3px center #6D9F00;
color: #ffffff;
vertical-align: middle !important;
}

div.marker-body div.details-content table.golf-course-details tr td.flights
{
padding-left: 25px;
background: url(img_frontend_google_maps/airport.gif) no-repeat scroll 3px center #6D9F00;
color: #ffffff;
vertical-align: middle !important;
}

div.marker-body div.details-content table.golf-course-details tr td.discount
{
padding-left: 25px;
background: url(img_frontend_google_maps/discount.gif) no-repeat scroll 3px center #6D9F00;
color: #ffffff;
vertical-align: middle !important;
}

/* reviews */
div.marker-body div.details-content table.golf-course-details tr td div.comments-header
{
background: url(img_frontend_google_maps/comments.png) no-repeat  top left;
padding-left: 40px;
height: 32px;
}

div.marker-body div.details-content div.info-container
{
border: 1px solid #1A1A1A;
}

div.marker-body div.details-content div.info-container div
{
padding: 7px;
border: 1px solid #3F3F3F;
font-size: 11px;
text-align: center;
background: #2A2A2A;
}

div.marker-body div.details-content div.comment blockquote
{
padding: 5px 0;
margin: 0px;
}

div.marker-body div.details-content div.comment blockquote span
{
padding: 2px 4px 0 4px;
line-height: 1.4;
color: #FFFFFF;
}

div.marker-body div.details-content div.comment blockquote span.open
{
background: url(img_frontend_google_maps/q_white_left.png) no-repeat bottom right;
padding: 0 0 0 16px; 
}

div.marker-body div.details-content div.comment blockquote span.close
{
background: url(img_frontend_google_maps/q_white_right.png) no-repeat bottom right;
padding: 0 0 0 16px; 
}

div.marker-body div.details-content div.comment span.small
{
font-size: 11px;
color: #6C6C6C;
}

div.marker-body div.details-content div.comment span.normal
{
color: #CCCCCC;
}

div.marker-body div.details-content div.odd blockquote span
{
color: #AFAFAF;
}

div.marker-body div.details-content div.odd blockquote span.open
{
background: url(img_frontend_google_maps/q_dark_left.png) no-repeat bottom right;
padding: 0 0 0 16px; 
}

div.marker-body div.details-content div.odd blockquote span.close
{
background: url(img_frontend_google_maps/q_dark_right.png) no-repeat bottom right;
padding: 0 0 0 16px; 
}

div.marker-body div.details-content div.report-row
{
text-align: right;
}

div.marker-body div.details-content div.report-row a
{
font-size: 11px;
color: #77AD00;
font-weight: bold;
}

div.marker-body div.details-content div.report-row a:hover
{
color: #BEFC35;
}

/* add review popup */
div#mpModalLayer
{
display: none;
position: absolute;
top: 0px;
left: 0px;
background-color: #000000;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
overflow: hidden;
z-index: 9000;
}

div#mpModalDialog
{
position: absolute;
width: 400px;
z-index: 9999;
font-size: 11px;
}

div#mpModalDialog div.title
{
clear: both;
background: url(img_frontend_default/modal_dialog_title_bar_bg.gif) repeat-x bottom #080808;
color: #ffffff;
font-weight: bold;
height: 23px;
line-height: 23px;
padding: 0 5px;
border: 1px solid #666666;
border-bottom: none;
}

div#mpModalDialog div.title div
{
float: left;
}

div#mpModalDialog div.title div#mpModalClose
{
float: right;
width: 14px;
height: 14px;
cursor: pointer;
margin-top: 4px;
background: url(img_frontend_default/dialog_close.png) no-repeat center center;
}

div#mpModalDialog div.content
{
clear: both;
padding: 5px;
background: #666666;
color: #FFFFFF;
font-size: 12px;
border: 1px solid #8F8F8F;
}

div#mpModalDialog div.content div.buttons
{
clear: both;
padding-top: 5px;
}

div#mpModalDialog div.content textarea#GolfCourseReviewText
{
width: 381px;
}

div#mpModalDialog button.alternate div
{
height: 22px;
line-height: 22px;
}

/* big img */
div.marker-body div.details-content div#mpBigImg
{
padding: 1px;
}

div.marker-body div.details-content div#mpBigImg div.image-description
{
padding: 3px 1px 1px 1px;
}

div.marker-body div.details-content div#mpBigImg div.image-description span.image-title
{
font-size: 12px;
font-weight: bold;
}

div.marker-body div.details-content div#mpBigImg div.image-description p
{
padding-top: 4px;
}

