@charset "UTF-8";
/* Hotels Near To Styles */

body {
	background: url(/images/bg_map.gif) no-repeat fixed center top;
	padding: 0px; 
	margin: 0px; 
	font-family: Arial, "Helvetica", sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;	
}

h3 {
	margin: 0px;
	padding: 0px;	
}

p {
	margin: 0px;
	padding: 0px;	
}


	#main_container {
		display: block; 
		clear: both; 
		margin: 0 auto;
		width: 980px; 
		background: #FFF;
	}
	
		#main_wrap {
			width: 960px; 
			padding: 10px;
			overflow: hidden;
		}
		
			#header {
				display: block; 
				clear: both; 
				height: 123px; 
				width: 960px; 
				background: url(/images/header.jpg) no-repeat top left;
				margin: 0px;
				padding: 0px;
				overflow: hidden;
			}
			
				#header a.logo {
					display: block;
					height: 60px;
					width: 360px;
					float: left;
					margin-top: 55px;
				}
				
				#header ul {
					dislay: block;
					width: 500px;
					height: 30px;
					margin-left: 425px;
					margin-top: 85px;
					list-style: none;
					overflow: hidden;
					padding: 0px;
				}
				
					#header li {
						float: right;
					}
					
						#header li a {
							display: block;
							font-family: Arial, "Helvetica", sans-serif;
							font-weight: bold;
							color: #FFF;
							padding: 5px;
							text-align: center;
							text-decoration: none;
							margin-left: 20px;
							font-size: 14px;
						}
						
							#header li a:hover {
								background: #FFF;
								-moz-border-radius: 3px; 
								-webkit-border-radius: 3px;
								color: #333;
							}
							
							#header li a:active {
								background: #CCC;
								-moz-border-radius: 3px; 
								-webkit-border-radius: 3px;
								color: #333;
							}
							
					#left_sidebar {
                                                position: relative;
						display: block;
						width: 282px;
						margin-top: 15px;
						float: left;
                                                overflow: hidden;
					}
					
						.searchContainer {
							display: block;
							width: 282px;
							overflow: hidden;
						}
						
							.searchContainer a { /* Defines The Standard State Of Unselected Button */
								display: block;
								float: left;
								height: 24px;
								color: #FFF;
								background: url(/images/tabBg.jpg) repeat-x center left;
								font-family: Arial, "Helvetica", sans-serif;
								font-size: 13px;
								padding: 7px 8px 0px 8px;
								text-decoration: none;
								font-weight: normal;
								margin-right: 3px;
								-moz-border-radius-topright: 3px;
								-moz-border-radius-topleft: 3px;
								-webkit-border-top-right-radius: 3px;
								-webkit-border-top-left-radius: 3px;
							}
							
								.searchContainer a:hover { /* Defines the hover state of the unselected button */
									background: url(/images/tabBg_offHover.jpg) repeat-x center left;
								}
							
								a.searchContainerBtnSelected { /* Defines the selected button */
									background: url(/images/tabBg_select.jpg) repeat-x center left;
								}
								
								a.searchContainerBtnSelected:hover { /* Ensures the hover state of the selected button looks the same as its unhovered counterpart */
									background: url(/images/tabBg_select.jpg) repeat-x center left;
								}
								
						.searchBox { /* This is the class defining the actual search box */
							display: block;
							clear: both;
							background: #475C68;
							width: 262px;
							-moz-border-radius-topright: 5px;
							-webkit-border-top-right-radius: 5px;
							padding: 10px 10px 0px 10px;
							overflow: hidden;
						}
						
							.searchBox p {
								font-size: 13px;
								color: #CCC;
								padding-bottom: 5px;
							}
						
							.locSearchText {
								display: block;
								width: 170px;
								height: 17px;
								float: left;
								padding: 5px;
								border: none;
								background: #FFF;
								-moz-border-radius-topleft: 5px;
								-webkit-border-top-left-radius: 5px;
								-moz-border-radius-bottomleft: 5px;
								-webkit-border-bottom-left-radius: 5px;
							}

                                                        .hotelSearchText {
								display: block;
								width: 250px;
								height: 17px;
								float: left;
								padding: 5px;
								border: none;
								background: #FFF;
								-moz-border-radius: 5px;
								-webkit-border-radius: 5px;
							}
							
							.hotelSearchBtn {
								display: block;
								width: 80px;
								height: 27px;
								border: none;
								background: url(/images/orangeBtn.jpg) repeat-x center left;
								padding: 0px;
								color: #FFF;
								font-weight: bold;
								-moz-border-radius-topright: 5px;
								-webkit-border-top-right-radius: 5px;
								-moz-border-radius-bottomright: 5px;
								-webkit-border-bottom-right-radius: 5px;
							}
							
								.hotelSearchBtn:hover {
									background: url(/images/orangeBtn_hover.jpg) repeat-x center left;
								}
								
							.starOff {
								display: block;
								float: left;
								height: 19px;
								width: 19px;
								background: url(/images/starOff.png) no-repeat center center;
								margin-right: 3px;
                                                                cursor: pointer;
							}
							
								.starOff:hover{
									background: url(/images/starOn.png) no-repeat center center;
								}
							
							.starOn_med {
								display: block;
								float: left;
								height: 19px;
								width: 19px;
								background: url(/images/starOn_med.png) no-repeat center center;
								margin: 0px;
							}
							
							/* .starOff_med { //styles not needed but included for reference
								display: block;
								float: left;
								height: 19px;
								width: 19px;
								background: url(/images/starOff_med.png) no-repeat center center;
								margin-right: 2px;
							}
							
								.starOff_med:hover{
									background: url(/images/starOn_med.png) no-repeat center center;
								} */
							
							.starOn {
								display: block;
								float: left;
								height: 19px;
								width: 19px;
								background: url(/images/starOn.png) no-repeat center center;
								margin-right: 3px;
                                                                cursor: pointer;
							}
						
						.searchBoxEnd {
							display: block;
							clear: both;
							background: url(/images/starRatingTop.jpg);
							width: 282px;
							height: 10px;
						}
						
						.searchBoxStar {
							display: block;
							clear: block;
							width: 262px;
							background: #6F8089;
							padding: 5px 10px 5px 10px;
							overflow: hidden;
						}
                                                .filterSeparator{
                                                    background:none repeat scroll 0 0 #6F8089;
                                                    display:block;
                                                    width:283px;
                                                }
                                                    .filterLine{
                                                        margin : 0px;
                                                        height: 1px;
                                                        width:283px;
                                                    }


						
							.searchBoxStar p, .searchBoxPrice p {
								color: #FFF; 
								font-size: 13px; 
								float: left; 
								margin: 0px; 
								padding: 3px 0px 0px 0px;
							}						
							.starContain {
								float: right; 
								padding-bottom: 3px;
							}

						.searchBoxPrice {
                                                    display: block;
                                                    clear: block;
                                                    width: 262px;
                                                    background: #6F8089;
                                                    padding: 5px 10px 5px 10px;
                                                    overflow: hidden;
                                                    -moz-border-radius-bottomright: 5px;
                                                    -webkit-border-bottom-right-radius: 5px;
                                                    -moz-border-radius-bottomleft: 5px;
                                                    -webkit-border-bottom-left-radius: 5px;
                                                }
                                                        #slider{
                                                            margin-left: 3px;
                                                        }

							.priceSliderContainer {
                                                            float: right;
                                                            padding-bottom: 3px;
							}
                                                        
                                                        #minSliderContainer, #maxSliderContainer{
                                                            width: 262px;
                                                            height : 40px;
                                                            display: block;
                                                        }

                                                        #maxPriceSlide, #minPriceSlide{
                                                            margin:10px;
                                                            display: block;
                                                            width: 262px;
                                                        }

							
						.infobox { /* This is the class defining the actual search box */
							display: block;
							width: 282px;
							overflow: hidden;
							margin-top: 10px;
						}
						
							a.infoboxBtn { /* Defines The Standard State Of Unselected Button */
								display: block;
								float: left;
								height: 24px;
								color: #FFF;
								background: url(/images/tabBg.jpg) repeat-x center left;
								font-family: Arial, "Helvetica", sans-serif;
								font-size: 13px;
								padding: 7px 8px 0px 8px;
								text-decoration: none;
								font-weight: normal;
								margin-right: 3px;
								-moz-border-radius-topright: 3px;
								-moz-border-radius-topleft: 3px;
								-webkit-border-top-right-radius: 3px;
								-webkit-border-top-left-radius: 3px;
							}
							
								a.infoboxBtn:hover { /* Defines the hover state of the unselected button */
									background: url(/images/tabBg_offHover.jpg) repeat-x center left;
								}
							
								a.infoboxBtnSelected { /* Defines the selected button */
									display: block;
									float: left;
									height: 24px;
									color: #FFF;
									background: url(/images/tabBg_select.jpg) repeat-x center left;
									font-family: Arial, "Helvetica", sans-serif;
									font-size: 13px;
									padding: 7px 8px 0px 8px;
									text-decoration: none;
									font-weight: normal;
									margin-right: 3px;
									-moz-border-radius-topright: 3px;
									-moz-border-radius-topleft: 3px;
									-webkit-border-top-right-radius: 3px;
									-webkit-border-top-left-radius: 3px;
								}
								
								a.infoboxBtnSelected:hover { /* Ensures the hover state of the selected button looks the same as its unhovered counterpart */
									background: url(/images/tabBg_select.jpg) repeat-x center left;
								}
								
								a.infobox1Btn { /* Defines The Standard State Of Unselected Button */
								display: block;
								float: left;
								height: 24px;
								color: #FFF;
								background: url(/images/tabBg1.jpg) repeat-x center left;
								font-family: Arial, "Helvetica", sans-serif;
								font-size: 13px;
								padding: 7px 8px 0px 8px;
								text-decoration: none;
								font-weight: normal;
								margin-right: 3px;
								-moz-border-radius-topright: 3px;
								-moz-border-radius-topleft: 3px;
								-webkit-border-top-right-radius: 3px;
								-webkit-border-top-left-radius: 3px;
								position: absolute;
							}
							
								a.infobox1Btn:hover { /* Defines the hover state of the unselected button */
									background: url(/images/tabBg1_offHover.jpg) repeat-x center left;
								}
							
								a.infobox1BtnSelected { /* Defines the selected button */
									display: block;
									float: left;
									height: 24px;
									color: #333;
									border-top: 1px solid #CCC;
									border-left: 1px solid #CCC;
									border-right: 1px solid #CCC;
									border-bottom: none;
									background: url(/images/tabBg1_select.jpg) repeat-x center left;
									font-family: Arial, "Helvetica", sans-serif;
									font-size: 13px;
									padding: 7px 8px 0px 8px;
									text-decoration: none;
									font-weight: normal;
									margin-right: 3px;
									-moz-border-radius-topright: 3px;
									-moz-border-radius-topleft: 3px;
									-webkit-border-top-right-radius: 3px;
									-webkit-border-top-left-radius: 3px;
									position: relative;
								}
								
								a.infobox1BtnSelected:hover { /* Ensures the hover state of the selected button looks the same as its unhovered counterpart */
									background: url(/images/tabBg1_select.jpg) repeat-x center left;
								}
								
								.infobox ul {
									list-style: none;
									margin: 0px;
									padding: 0px;
									display: block;
									clear: both;
									width: 282px;
								}
									
									.infobox ul li {
										display: block;
										width: 280px;
										overflow: hidden;
										border-left: 1px solid #CCC;
										border-right: 1px solid #CCC;
										border-top: 1px dashed #999;
										display: block;
										clear: both;
									}
									
										#featured, .infobox ul li.featured {
											background: #475C68;
											-moz-border-radius-topright: 5px;
											-webkit-border-top-right-radius: 5px;
											color: #FFF;
											border: none;
											width: 282px;
										}
										
											#featuredTitle,.infobox ul li h3 a.featuredTitle {
												color: #FFF;
												font-size: 15px;
											}
											
											#featuredImage, .infobox ul li img.featuredImage {
												display: block;
												border: none;
												float: left; 
												width: 105px;
												height: 84px;
												margin: 10px;
												border: 1px solid #000;
											}
										
										#featuredp {
											display: block;
											width: 150px; 
											float: left;
										}
										
										#featuredsup {
											font-weight: bold;
											font-size: 10px;
										}
										
										#featuredspan {
											font-weight: bold;
											font-size: 19px;
										}
										
										#featuredsub {
											font-weight: normal;
											font-size: 10px;
											float: none;
											margin-right: 6px;
										}


										
										.infobox ul li img {
											float: left;
											margin: 10px;
											border: 1px solid #000;
											width: 75px;
											height: 61px;
										}

                                                                                .infobox ul li .starRating {
                                                                                        border: none;
											width: 70px;
											height: 14px;
                                                                                        margin: 6px 0px;
										}
										
										.infobox ul li h3 {
											margin-top: 10px;
										}
											
										.infobox ul li h3 a {
											text-decoration: none;
											font-size: 13px;
											color: #333;
										}
										
											.infobox ul li h3 a:hover {
												 text-decoration: none;
											}
										
										.infobox ul li #starBox, .infobox ul li .starBox {
											display: block;
											float: left;
											width: 96px;
										}
										
										.infobox ul li p {
											display: block;
										}
										
											.infobox ul li p sup {
												font-size: 8px;
											}
											
											.infobox ul li p span {
												font-weight: bold;
											}
											
											.infobox ul li p sub {
												float: right; 
												font-size: 10px;
												clear: right;
												margin-right: 6px;
											}
                                                                                        
										#bottomOfSide {
											height: 5px;
											border-left: 1px solid #CCC;
											border-right: 1px solid #CCC;
											border-bottom: 1px solid #CCC;
											margin-bottom: 15px;
											-moz-border-radius-bottomright: 5px;
											-moz-border-radius-bottomleft: 5px;
											-webkit-border-bottom-right-radius: 5px;
											-webkit-border-bottom-left-radius: 5px;
										}
										
										a.orangeBtnSide {
											display: block;
                                                                                        float: left;
											background: url(/images/orangeBtn.jpg) repeat-x left center;
											height: 18px;
											border: none;
											color: #FFF;
											-moz-border-radius: 3px;
											-webkit-border-radius: 3px;
											text-decoration: none; 
											font-weight: bold;
											font-size: 13px;
											padding: 3px 8px 0px 8px;
											margin: 4px 10px 12px 0;
										}
										
										a.orangeBtnSide:hover {
											background: url(/images/orangeBtn_hover.jpg) repeat-x left center;
										}

                                                                                a.textLink{
                                                                                        float: left;
                                                                                        font-size: 13px;
                                                                                        color: #475C68;
                                                                                        padding: 5px 5px 10px 0px;
                                                                                        text-decoration: none;
                                                                                        font-weight: bold;
                                                                                        clear: right;
                                                                                }

                                                                                a.textLink:hover{
                                                                                        text-decoration: underline;
                                                                                }
											
										.smallStar {
											display: block;
											height: 14px;
											width: 14px;
											background: url(/images/starOff_med.png) no-repeat top left;
										}
					
					#map_canvas {
						display: block;
						width: 660px;
						height: 630px;
						margin-top: 0px;
						background: #FC0;
						float: right;
						overflow: hidden;
						border: 2px solid #BBBBBB;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
					}
					
					.hotelsCatHeader {
						width: 100%;
						height: 39px;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						background: url(/images/gradDiag.png) repeat-x center left;
						clear: both;
					}
					
						.hotelsCatHeader h3 {
							color: #FFF;
                                                        margin-top: 10px;
							padding-top: 10px;
							padding-left: 15px;
							font-weight: bold;
							font-size: 15px;
						}
						
					.listcontainer {
						display: block; 
						clear: both;
						overflow: hidden;
					}
					
						.listcontainer ul {
							float: left;
							list-style: none;
							margin: 5px 0 5px 5px;
							padding: 5px 0px 0px 8px;
						}
						
							.listcontainer ul li {
								padding: 0px;
								margin: 0px;
								width: 260px;
								margin-right: 10px;
								font-size: 13px;
							}
							
								.listcontainer ul li a {
									line-height: 135%;
									color: #354650;
								}
								
									.listcontainer ul li a:hover {
										color: #DE8613;
									}
									
					.nearestcontainer {
						display: block;
						clear: both;
						overflow: hidden;
						margin: 0 auto;
                                                padding-left: 8px;
					}
					
						.nearestcontainer ul {
							list-style: none;
							margin: 0px;
							padding: 0px;
							float: left;
							margin-right: 15px;
							margin-bottom: 15px;
						}
						
							.nearestcontainer ul li {
								display: block;
								border: 1px solid #CCC;
								margin-top: 15px;
								width: 449px;
                                                                height: 100px;
								padding: 5px;
								-moz-border-radius: 5px;
								-webkit-border-radius: 5px;
								overflow: hidden;
							}
                                                                #attrRight{
                                                                        margin-right: 0px;
                                                                }

								.nearestcontainer ul li img {
									display: block; 
									height: 84px;
									width: 105px;
									float: left;
									margin-right: 10px;
								}
								
								.nearestcontainer ul li h3 {
									display: block;
									font-size: 14px;
									font-weight: bold;
									clear: right;
								}
								
								.nearestcontainer ul li p {
									font-size: 13px;
									color: #333;
								}
								
					#map_legend_container {
						width: 665px;
						height: 190px;
						margin-top: 11px;
						float: right;
					}
					
						#further_info {
                                                        position: absolute;
                                                        top: 31px;
                                                        left: 0px;
							background: #FFF;
							border: 1px solid #CCC;
							clear: both;
							padding: 10px;
							overflow: hidden;
							-moz-border-radius-bottomright: 5px;
							-moz-border-radius-bottomleft: 5px;
							-webkit-border-bottom-right-radius: 5px;
							-webkit-border-bottom-left-radius: 5px;
							-moz-border-radius-topright: 5px;
							-moz-border-radius-topleft: 0px;
							-webkit-border-top-right-radius: 5px;
							-webkit-border-top-left-radius: 0px;
						}
						
							#further_info img {
								display: block;
								width: 120px;
								height: 96px;
								float: left;
                                                                border: 1px solid #666;
                                                                margin: 4px;
							}
							
							#further_info h2 {
                                                                font-size: 18px;
								float: right;
								text-align: left;
								width: 500px;
                                                                padding-bottom: 5px;
							}
							
							#further_info p {
								font-size: 13px;
								float: right;
								text-align: left;
								width: 500px;
							}

                                                        #legend{
                                                                position: absolute;
                                                                top: 31px;
                                                                left: 0px;
                                                                background: #FFF;
                                                                border: 1px solid #CCC;
                                                                clear: both;
                                                                padding: 10px 0px 10px 10px;
                                                                overflow: hidden;
                                                                width: 650px;
                                                                -moz-border-radius-bottomright: 5px;
                                                                -moz-border-radius-bottomleft: 5px;
                                                                -webkit-border-bottom-right-radius: 5px;
                                                                -webkit-border-bottom-left-radius: 5px;
                                                                -moz-border-radius-topright: 5px;
                                                                -moz-border-radius-topleft: 0px;
                                                                -webkit-border-top-right-radius: 5px;
                                                                -webkit-border-top-left-radius: 0px;
                                                        }
                                                                #legend ul{
                                                                       list-style: none;
                                                                       padding: 0px;
                                                                       margin: 0px;
                                                                }

                                                                #legend ul li{
                                                                        float: left;
                                                                        width: 150px;
                                                                        color: #333333;
                                                                        font-size: 13px;
                                                                        font-weight: bold;
                                                                        padding-right: 5px;
                                                                }

                                                                #legend ul li p{
                                                                        float: left;
                                                                        padding: 14px 5px 0 5px;
                                                                }

                                                                #legend ul li img{
                                                                        float: left;
                                                                        width: 34px;
                                                                        height: 34px;
                                                                        padding: 5px;
                                                                }
							
			.hotelTopTitle {
				display: block;
				float: right;
				width: 650px;
				color: #333;
				font-size: 20px;
				padding-top: 10px;
				padding-bottom: 3px;
			}

                        .hotelTopTitle2 {
				display: block;
				color: #333;
				font-size: 20px;
				padding-top: 10px;
				padding-bottom: 10px;
                                margin-left: 5px;
                                padding-left: 5px;
                                border-bottom: 1px dashed #666;
			}

                        .subAddress {
				display: block;
				float: right;
				width: 650px;
				color: #888888;
				font-size: 13px;
                                font-weight: bold;
				border-bottom: 1px dashed #666;
				padding-bottom: 10px;
			}
			
			.homePageTitle {
				display: block;
				width: 660px;
				color: #333; 
				font-size: 20px;
				padding-top: 12px;
				padding-bottom: 10px;
				float: right;
			}

                        .legalHolder{
                                padding: 10px 5px 10px 10px;
                                font-size: 13px;
                                color: #333333;
                        }

                        .legalHolder p{
                                line-height: 20px;
                        }
			
			#middle_column {
				width: 395px;
				float: right;
				overflow: hidden;
				margin-right: 11px;
				margin-top: 10px;
			}
			
			#right_column {
				width: 244px;
				float: right;
				overflow: hidden;
				margin-top: 10px;
			}
			
				.large_side {
					display: block;
					width: 240px;
					height: 198px;
					border: 1px solid #333;
					clear: both;
                                        overflow: hidden;
				}
				
				.thumb_side {
					width: 44px;
					height: 37px;
				}
				
				.side_address{
					color: #666;
					font-size: 13px;
					font-weight: bold;
					display: block;
					clear: both;
					padding-top: 8px;
					padding-bottom: 8px;
				}

                                #imgGallery{
                                        margin-bottom: 4px;
                                        height: 44px;
                                }
				
				#googlemap_side {
                                        clear: both;
                                        margin-top: 5px;
                                        width: 240px;
                                        height: 199px;
					margin-top: 5px;
					padding: 0px;
					border: 1px solid #666;
				}

                                #streetview_side {
                                        clear: both;
                                        margin-top: 5px;
                                        width: 240px;
                                        height: 480px;
					margin-top: 5px;
					padding: 0px;
					border: 1px solid #666;
				}

                                #googlemap_attrmain {
                                        width: 380px;
                                        height: 330px;
					margin: 0 0 15px 0;
					padding: 0px;
					border: 1px solid #666;
				}

				.facilitiesHeading {
					color: #333;
					font-weight: bold;
					margin-top: 10px;
				}
				
				.facilitiesList {
					color: #666;
					font-size: 14px;
				}
				
					.facilitiesList li {
						padding-bottom: 5px;
					}
					
				#informationContainer {
					clear: both;
					margin: 0px;
					padding: 0px;
					overflow: hidden;
				}       

					#informationContainer table {
						margin: 0px;
						padding: 0px;
						font-family: helvetica;
                                                border-spacing: 0;
                                                border-collapse: collapse;
					}

                                                #tripAdvisor{
                                                        width: 386px;
                                                        clear:both;
                                                        padding-bottom: 15px;
                                                }
                                                
						.tableTitle {
							font-size: 14px;
							font-weight: bold;
							width: 100px;
							color: #333;
						}
						
						.tableDescription {
							font-size: 14px;
							font-weight: normal;
							color: #333;
							line-height: 135%
						}

                                                        #infoBottomRow{
                                                                vertical-align: middle;
                                                                height: 30px;
                                                                background: url(/images/bggradreview.jpg) no-repeat;
                                                        }

							.tableDescription sup {
								font-size: 11px;
							}
							
							.price {
								font-size: 24px; 
								font-weight: bold;
							}
							
							.pernight {
								font-size: 14px;
								font-weight: normal;
							}
                                                        
				a.biggerbtn {
					padding: 5px 26px 5px 26px;
                                        margin: 4px 10px 12px 0;
					font-size: 15px;
                                        color: #FFF;
                                        background: url(/images/orangeBtn.jpg) repeat-x left center;
					float: right;
					clear: both;
                                        height: 18px;
                                        font-weight: bold;
                                        border: none;
                                        text-decoration: none;
                                        -moz-border-radius: 5px;
                                        -webkit-border-radius: 5px;
				}

                                a.biggerbtn:hover {
                                        background: url(/images/orangeBtn_hover.jpg) repeat-x left center;
                                }
				
			#otherNearTo {
				width: 100%;
				clear: both;
				padding: 15px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				/* border: 1px solid */
			}
				
				
			
/* LOCATION CARD STYLES */

#locCardContainer{
        margin-top: 35px;
        margin-left: -21px;
	width: 290px;
}

#locCardContainer_tl{
        height: 27px;
        width: 27px;
        background: url(/images/locCard/bg-tl.png) no-repeat;
}

#locCardContainer_t{
        height: 27px;
        background: url(/images/locCard/bg-top.png) repeat-x;
}

#locCardContainer_tr{
        height: 27px;
        width: 27px;
        background: url(/images/locCard/bg-tr.png) no-repeat;
}

#locCardContainer_contents{
        background: url(/images/locCard/bg-main.png);
}

#locCardContainer_l{
        width: 27px;
        background: url(/images/locCard/bg-l.png) repeat-y;
}

#locCardContainer_r{
        width: 27px;
        background: url(/images/locCard/bg-r.png) repeat-y;
}

#locCardContainer_beak{
        margin-left: 27px;
        width: 334px;
        height: 57px;
        background: url(/images/locCard/bg-bott.png) no-repeat;
}

#locCardContainer_bl{
        height: 2px;
        width: 27px;
        background: url(/images/locCard/bg-l.png) no-repeat;
}

#locCardContainer_b{
        height: 2px;
        background: url(/images/locCard/bg-main.png);
}

#locCardContainer_br{
        height: 2px;
        width: 27px;
        background: url(/images/locCard/bg-r.png) no-repeat;
}

/* a.locCardClose { */

#locCardContainer_close{
    width: 12px;
    height: 12px;
    background: url(/images/locCard/card_close.png) no-repeat;
    cursor: pointer;
    margin-left: -28px;
    margin-top: 25px;
}

	.locCardImg {
		float: left;
		width: 105px;
		height: 81px;
		margin-right: 10px;
		border: 1px solid #CCC;
	}

	#locCardContainer_contents h3 {
		color: #FFF;
		font-size: 14px;
                margin-bottom: 5px;
                margin-right: 10px;
	}

	#locCardContainer_contents p {
                float: left;
		color: #FFF;
		font-size: 13px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

		#locCardContainer_contents p sup {
			font-size: 10px;
		}

		#locCardContainer_contents p span {
			font-size: 18px;
			font-weight: bold;
		}


.locText{
    width: 155px;
    margin-left: 120px;
}

.locText p{
    float: none;
    width: 155px;
}

.locCardStars{
    width: 70px;
    height: 14px;
}

.cardOrangeBtn{
    display: block;
    float: left;
    clear: both;
    background: url(/images/orangeBtn.jpg) repeat-x left center;
    height: 18px;
    border: none;
    color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 8px 0px 8px;
    margin: 5px 0 12px 0;
}

.cardOrangeBtn:hover {
    background: url(/images/orangeBtn_hover.jpg) repeat-x left center;
}

/*  end hotel floating box */
#footer {
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/images/darkFootBg.png) repeat top left;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	color: #FFF;
	margin-bottom: 25px;
}

	#footColLeft {
		width: 265px;
		float: left;
		margin-right: 10px;
		overflow: hidden;
	}
	
		#footColLeft h4 {
			margin: 0px 0px 10px 0px;
			padding: 0px;
			width: 100%;
			clear: both;
			float: left;
			font-size: 15px;
		}
		
		#footColLeft p {
			margin: 0px 0px 10px 0px;
			padding: 0px;
			width: 100%;
			clear: both;
			float: left;
			font-size: 13px;
		}
		
		#footColLeft a {
			text-decoration: none;
			color: #FFF;
			font-weight: bold;
		}
		
			#footColLeft a:hover {
				text-decoration: underline;
			}
	
	#footColRight {
		width: 670px;
		float: left;
		margin-left: 10px;
		overflow: hidden;
	}
	
		#footColRight h4 {
			margin: 0px 0px 10px 0px;
			padding: 0px;
			width: 100%;
			clear: both;
			float: left;
			font-size: 15px;
		}
		
		#footColRight p {
			margin: 0px 0px 10px 0px;
			padding: 0px;
			width: 100%;
			clear: both;
			float: left;
			font-size: 13px;
			text-align: justify;
			line-height: 135%;
		}
		
		#footColRight a {
			text-decoration: none;
			color: #FFF;
			font-weight: bold;
		}
		
			#footColRight a:hover {
				text-decoration: underline;
			}

/* Chee's Styles */
#hotelSuggest{
    position: absolute;
    top: 90px;
    left: 9px;
    font-size: 13px;
    color: #2c404b;
    background: #FFFFFF;
    width: 242px;
    padding: 8px;
    display: none;
    border: 1px solid #475C68;
    z-index: 5;
}
    #hotelSuggest ul{
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    #hotelSuggest ul li{
        padding: 3px;
    }

    #hotelSuggest ul li a{
        color: #2c404b;
        text-decoration: none;
    }

    #hotelSuggest ul li a:hover{
        cursor: pointer;
        color: #de8613;
    }

    .sideTextFeat{
        margin-left: 125px;
        margin-right: 5px;
    }

    .sideText{
        margin-left: 95px;
        margin-right: 5px;
    }

    .noRating{
        font-size: 12px;
        color: #666666;
    }

    #starBoxFeatured .noRating{
        color: #BBBBBB;
    }
    
    .sideTextFeat .noRating{
        color: #CCCCCC;
    }

    .noViewed{
       font-size: 13px;
       color: #666666;
       padding: 10px;
    }

    .searchForms{
        margin: 0px;
    }

    #loadImg{
        position: absolute;
        top: 240px;
        left: 300px;
        border: 1px solid #666666;
        visibility: hidden;
    }

/* additional JL 12th March*/
#hotelSearch{
    display : block;
}
#hotelSearch{
    display : none;
}

#recent{
    display : none;
}

/* Additonal Hotel Page Styles */
.readMore{
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        color: #333333;
}

#featuresList {
	display: block;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	overflow: hidden;
	list-style-type: circle;
        border-top: 1px dashed #666;
}

	#featuresList li.listHead{
		color: #333;
		font-size: 16px;
		font-weight: bold;
		width: 100%;
		clear: both;
		margin: 10px 0 10px -15px;
        }

	#featuresList li {
		font-size: 13px;
		margin-bottom: 4px;
		margin-right: 10px;
		width: 187px;
		float: left;
	}
#info {
	width: 100%;
	display: block;
	clear: both;
        border-top: 1px dashed #666;
        padding-top:10px;
}
	#info p {
		font-size: 13px;
		color: #333;
		line-height: 135%;
		padding: 0px;
		margin: 0px;
	}

        #info p#infoHead{
                font-size: 16px;
		color: #333;
		padding-bottom: 8px;
        }

#attractionsNearBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #6C8592;
	width: 373px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

	#attractionsNearBox h4 {
		color: #2D3F47;
		font-weight: bold;
		font-size: 15px;
		margin: 0 0 10px 0;
		padding: 0px;
	}

	#attractionsNearBox ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

		#attractionsNearBox li {
			width: 100%;
			clear: both;
			display: block;
			overflow: hidden;
			list-style: none;
		}

			#attractionsNearBox img {
				display: block;
				width: 109px;
				height: 87px;
				border: 1px solid #000;
				float: left;
			}

			#attractionsNearBox h5 {
				font-size: 13px;
				color: #333;
				font-weight: bold;
				float: right;
				width: 255px;
				margin: 0px;
				padding: 0px;
			}

			#attractionsNearBox p {
				font-size: 13px;
				color: #666;
				float: right;
				width: 255px;
			}

			#attractionsNearBox sub {
				font-size: 10px;
				color: #999;
			}

			#attractionsNearBox h6 {
				font-size: 15px;
				font-weight: bold;
				color: #000;
				margin: 0px;
				padding: 0px;
			}

			#attractionsNearBox div {
				float: right;
				width: 255px;
				overflow: hidden;
			}

#hideThis{
      visibility: hidden;
      height: 1px;
      float: left;
}

#attrMap{
    display: block;
    width: 420px;
    height: 250px;
    background: #CCC;
    border: 2px solid #888888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

._attrLink{
    font-size: 13px;
    color: #475C68;
    cursor: pointer;
}

._attrLink:hover{
    color: #de8613;
}

.attrImgCaption{
    font-weight: bold;
    padding: 8px 8px;
    text-align: center;
}

/* Map Page filter icons styles */
#attractionFilter{
    margin-left: 150px;
    height: 26px;
    background: url("/images/tabBg1_select.jpg") repeat-x scroll left center transparent;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.afLabel{
    float: left;
    font-size: 13px;
    padding: 2px 8px;
    margin-top: 2px;
    margin-right: 5px;
}

.afIcon{
    margin: 0 0 0 10px;
}

.afIcon img{
    cursor: pointer;
    margin-top: 3px;
}

.afIcon img.htlIcon{
    cursor: default;
    margin-left: 20px;
}

#tooltip{
    display:none;
    background:transparent url(/images/black_arrow.png) no-repeat;
    font-size:13px;
    font-weight: bold;
    height:25px;
    width:160px;
    padding:25px;
    color:#fff;
    text-align: center;
}

#titleIcon{
    float: left;
    margin: 2px 5px 0 0;
}

/*Hotels Attraction Popup Styles*/
.lightBoxWrapForMap {height: 400px;}

#lightBoxWrap {width: 730px; height: 490px; background: #FFF; padding: 15px 0px 0px 25px;}
#lightBoxWrap h1 {display: block; clear: both; color: #000; font-size: 28px;}
#lightBoxWrap h2 {display: block; clear: both; color: #333; font-weight: bold; font-size: 14px; padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px dashed #888888; }
#lightBoxWrap  p {display: block; clear: both; color: #333; font-size: 13px; margin-bottom: 15px; line-height: 130%; text-align: justify;}
#lightBoxWrap .lightBoxLeft {display: block; width: 260px; overflow: hidden; float: left;  height:250px; border: 1px solid #888888;}
#lightBoxWrap .lightBoxLeft .imgBox {display: block; margin: auto; margin-top:8px; border: 1px solid #888888; width: 240px; height: 200px; overflow: hidden;}
#lightBoxWrap .lightBoxRight {display: block; width: 440px; margin-left: 290px;}
#lightBoxWrap .lightBoxRight .lightBoxMapHolder {background: #CCC;}
#lightBoxWrap .lightBoxRight .lightBoxMapCaption {display: block; clear: both; width: 420px; margin-top: 5px;}
#lightBoxWrap .lightBoxRight .lightBoxMapCaption p {color: #333; font-size: 14px; margin-bottom: 10px; line-height: 130%; text-align: center; font-weight: bold;}
#lightBoxWrap .lightBoxBottom {display: block; width: 730px; clear: both; padding-top: 15px; overflow: hidden;}
#lightBoxWrap .lightBoxBottom p {font-weight: bold; padding-top:8px; margin-bottom: 5px; margin-top:10px; border-top: 1px dashed #888888; }
#lightBoxWrap .lightBoxBottom b {font-size: 13px;}
#lightBoxWrap .lightBoxBottom .lightBoxLinkHolder {clear: both; display: block;}
#lightBoxWrap .lightBoxBottom .lightBoxLinkHolder a {display: block; padding: 2px; margin-left: 52px; color: #F90; font-size: 14px; margin-bottom: 10px; line-height: 130%; text-align: justify; float: left; text-decoration: underline; font-weight: bold; text-align: center;}
#lightBoxWrap .lightBoxBottom .lightBoxLinkHolder a:hover {text-decoration: none}


/* Site Map Styles*/

.smSubHeader{
    clear: both;
    color: #333333;
    font-size: 16px;
    padding: 20px 5px 4px 6px;
    margin: 5px 0 8px 5px;
    border-bottom: 1px solid #cccccc;
}

.smList{
    padding-left: 10px;
    list-style: none;
}

.smList li a{
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.smList li a:hover{
    color: #FC7318;
}

.smListBig{
    clear: both;
    padding-left: 10px;
    list-style: none;
}

.smListBig li{
    float: left;
    width: 300px;
}

.smListBig li a{
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.smListBig li a:hover{
    color: #FC7318;
}

.smListAlpha{
    padding-left: 10px;
    list-style: none;
}

.smListAlpha li{
    padding-left: 4px;
    float: left;
}

.smListAlpha li a{
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.smListAlpha li a:hover{
    color: #FC7318;
}
