@charset "utf-8";

#Tree-Nav-Inner {
	width: 100%;
	height: 34px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.TreeNavSpecial#Tree-Nav-Inner {
	background-repeat: no-repeat;
}


/* ----- ----- Attractions */


.MainTitle {
	width: 975px;
	background-repeat: no-repeat;
	background-position: 0px 12px;
	clear: both;
	height: 75px;
}
.MainTitleSpecial {
	width: 975px;
	background-repeat: no-repeat;
	background-position: 0px -34px;
	clear: both;
	height: 75px;
}

.Attraction {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.Attraction .Side {
	width: 235px;
}
.Attraction .Side .MainImage {
	width: 235px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 300px;
}
.Attraction .Side .MainImageSpecial {
	width: 235px;
	background-repeat: no-repeat;
	background-position: 0px -109px;
	padding-top: 300px;
}
.Attraction .Main {
	width: 740px;
	background-color: #FFFFFF;
}
.Attraction .Main .MainImage {
	width: 740px;
	background-repeat: no-repeat;
	background-position: -235px 0px;
}
.Attraction .Main .MainImageSpecial {
	width: 740px;
	background-repeat: no-repeat;
	background-position: -235px -109px;
}


/* ----- Main Page */

.MainPage {
	width: 740px;
}

.MainPage .tabbertab {
	clear: both;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.MainPage .ui-tabs-panel {
	clear: both;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.MainPage .InnerPage {
	width: 740px;
	padding-bottom: 3px;
}
.MainPage .InnerPage .ColWide {
	width: 505px;
}
.MainPage .InnerPage .ColThin {
	width: 235px;
}
.MainPage .InnerPage .ColFull {
	width: 740px;
}
.MainPage .Divide {
	height: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 8px;
	clear: both;
}
.MainPage .ColWide .Divide {
	margin-top: 12px;
	margin-right: 2px;
	margin-left: 7px;
}
.MainPage .DivFull {
	margin-top: 6px;
	margin-right: 15px;
	margin-left: 7px;
}


/* ----- Page Texts */

.TitleLarge h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding-top: 14px;
	padding-bottom: 11px;
	padding-left: 6px;
}
.TitleLarge h3 {
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
	margin: 0px;
	padding-top: 14px;
	padding-bottom: 11px;
	padding-left: 6px;
}
.TitleSmall h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.Text {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.Text h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
.Text h4.Top {
	padding-top: 11px;
}
.Text h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.Text h5 span {
	font-size: 11px;
}
.Text p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.Text p a:hover {
	text-decoration: underline;
}
.Text p strong {
	color: #222222;
	font-weight: bold;
}
.Text p.NextTab {
	text-align: right;
	line-height: 24px;
}
.Text p.NextTab a {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.Text .Image {
	background-color: #F4F4F4;
	margin-top: 3px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.Text .ImageRight {
	float: right;
	margin-left: 14px;
	width: 196px;
}
.Text .ImageLeft {
	float: left;
	margin-right: 14px;
	width: 196px;
}
.Text .ImageFull {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	width: 414px;
}
.Text .Image .Img {
	margin: 0px;
}
.Text .Image img {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.Text .Image .Ttl {
	font-size: 11px;
	color: #666666;
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 16px;
}
.Text .ImageLeft .Ttl {
	text-align: left;
}
.Text .ImageRight .Ttl {
	text-align: right;
}
.Text .Image a .Ttl {
	color: #666666;
}
.Text .Image .Ttl a {
	color: #666666;
}
.Text .Image a:hover .Ttl {
	text-decoration: underline;
}
.Text .Image .Cpy {
	font-size: 10px;
	color: #999999;
	line-height: 15px;
}

.Images {
	width: 188px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
}
.Images .Img {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.Images img {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	padding: 3px;
}

.PhotoGallery {
	width: 650px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.PhotoGallery .Img {
	display: none;
}
.PhotoGallery .Clkd {
	display: block;
}

.Video {
	width: 650px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.Video .Text p.NextTab {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ----- Main Title Icons etc */

.ReviewRating {
	padding-top: 11px;
	padding-right: 10px;
}
.ReviewRating a {
	width: 142px;
	height: 25px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -0px;
	float: right;
}
.ReviewRating a:hover {
	background-position: 0px -30px;
}
.ReviewRating a span.Score {
	height: 25px;
	padding-left: 85px;
	background-image: url(images/z3_tabreviews_stars.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
.ReviewRating a span#Score0 {
	background-position: 54px 0px;
}
.ReviewRating a span#Score1 {
	background-position: 54px -30px;
}
.ReviewRating a span#Score2 {
	background-position: 54px -60px;
}
.ReviewRating a span#Score3 {
	background-position: 54px -90px;
}
.ReviewRating a span#Score4 {
	background-position: 54px -120px;
}
.ReviewRating a span#Score5 {
	background-position: 54px -150px;
}
.ReviewRating a span#Score6 {
	background-position: 54px -180px;
}
.ReviewRating a span#Score7 {
	background-position: 54px -210px;
}
.ReviewRating a span#Score8 {
	background-position: 54px -240px;
}
.ReviewRating a span#Score9 {
	background-position: 54px -270px;
}
.ReviewRating a span#Score10 {
	background-position: 54px -300px;
}

.QuickIcons ul {
	clear: both;
	margin: 0px;
	float: right;
	list-style-type: none;
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.QuickIcons li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-size: 11px;
	color: #666666;
	cursor: help;
	float: right;
}
.QuickIcons li span.Box {
	background-image: url(images/z3_brief_advicebkgnd.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 21px;
	line-height: 16px;
}
.QuickIcons li span.Icon {
	background-repeat: no-repeat;
	background-position: 5px 4px;
	display: block;
	height: 21px;
	float: left;
}
.QuickIcons li.Warning span.Icon {
	background-image: url(images/z0_adviceicons_warning.png);
	padding-left: 17px;
}
.QuickIcons li.Closed span.Icon {
	background-image: url(images/z0_adviceicons_closed.png);
	padding-left: 18px;
}
.QuickIcons li.Restriction span.Icon {
	background-image: url(images/z0_adviceicons_restriction.png);
	padding-left: 17px;
}
.QuickIcons li.Height span.Icon {
	background-image: url(images/z0_adviceicons_height.png);
	padding-left: 17px;
}
.QuickIcons li.EMH span.Icon {
	background-image: url(images/z0_adviceicons_emh.png);
	padding-left: 17px;
}
.QuickIcons li.DontMiss span.Icon {
	background-image: url(images/z0_adviceicons_dontmiss.png);
	padding-left: 18px;
}
.QuickIcons li.Fastpass span.Icon {
	background-image: url(images/z0_adviceicons_fastpass.png);
	padding-left: 22px;
}
.QuickIcons li.Times span.Icon {
	background-image: url(images/z0_adviceicons_times.png);
	padding-left: 17px;
}
.QuickIcons li.Pin span.Icon {
	background-image: url(images/z0_adviceicons_pintrading.png);
	padding-left: 21px;
}
.QuickIcons li.Photo span.Icon {
	background-image: url(images/z0_adviceicons_photo.png);
	padding-left: 22px;
}
.QuickIcons li.DiningService span.Icon {
	background: none;
	padding-left: 3px;
}
.QuickIcons li.DiningService {
	cursor: auto !important;
}
.QuickIcons li.CharacterMeal span.Icon {
	background-image: url(images/z0_adviceicons_charactermeal.png);
	padding-left: 22px;
}
.QuickIcons li.Vegetarian span.Icon {
	background-image: url(images/z0_adviceicons_vegetarian.png);
	padding-left: 20px;
}
.QuickIcons li.HalfStandard span.Icon {
	background-image: url(images/z0_adviceicons_dining_hb_standard.png);
	padding-left: 26px;
}
.QuickIcons li.HalfPlus span.Icon {
	background-image: url(images/z0_adviceicons_dining_hb_plus.png);
	padding-left: 26px;
}
.QuickIcons li.HalfPremium span.Icon {
	background-image: url(images/z0_adviceicons_dining_hb_premium.png);
	padding-left: 26px;
}
.QuickIcons li span.End {
	background-image: url(images/z3_brief_advicebkgnd.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 4px;
	display: block;
	float: left;
	height: 21px;
}
.QuickIcons li span.AdviceText {
	display: none;
}
.QuickIcons li span.AdviceText a {
	color: #444444;
}
.QuickIcons li span.AdviceText a:hover {
	text-decoration: underline;
}
.QuickIcons li:hover span.AdviceText {
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	padding-right: 2px;
	padding-left: 3px;
}
.QuickIcons span.VisibleText {
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	padding-right: 2px;
	padding-left: 3px;
}


/* ----- Sidebar bits n bobs */

.SideImage {
	margin-left: 12px;
}

ul.Gallery {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
}
ul.GOverview {
	padding-top: 19px !important;
}
ul.Gallery li {
	float: left;
	height: 97px;
	width: 88px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
ul.Gallery li a img {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	padding: 3px;
}
.ColThin ul.Gallery {
	margin-bottom: 0px;
	margin-left: 12px;
}
.ColThin ul.Gallery li {
	margin-left: 14px;
}
.ColWide ul.Gallery {
	margin-bottom: 9px;
	margin-left: 8px;
}
.ColWide ul.Gallery li {
	margin-left: 10px;
}
.PhotoGallery ul.Gallery {
	margin-bottom: 9px;
	margin-left: 8px;
}
.PhotoGallery ul.Gallery li {
	margin-left: 10px;
}

ul.PhotosMagiques {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
ul.PhotosMagiques li {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	list-style-type: none;
	text-align: right;
}
ul.PhotosMagiques li a {
	color: #888888;
	background-image: url(../images/global/icon_externallink.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 16px;
}
ul.PhotosMagiques li a span {
	color: #666666;
}
ul.PhotosMagiques li a:hover span {
	text-decoration: underline;	
}

ul.Bullets {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding: 0px;
	clear: left;
}
ul.Bullets li {
	color: #444444;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.Trivia li {
	font-size: 13px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: -500px 0px;
	padding-left: 26px;
}
ul.Trivia li .Small {
	font-size: 11px;
}
.ColThin ul.Trivia li {
	font-size: 12px;
	line-height: 17px;
	padding-right: 2px;
}
ul.Tips li {
	font-size: 13px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 26px;
}
ul.Tips li.Related,ul.Tips li.Similar,ul.Tips li.Alternate {
	background: none !important;
}
ul.Tips li.Related span,ul.Tips li.Similar span,ul.Tips li.Alternate .Ttl {
	font-weight: bold;
}
ul.Tips li.Alternate .Lng {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 3px 2px;
}
ul.Tips li.Alternate .FR {
	background-image: url(images/z0_adviceicons_fr.png);
}

ul.Advice li {
	font-size: 12px;
	line-height: 17px;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-right: 2px;
}
ul.Advice li a {
	color: #333333;
}
ul.Advice li.Restriction {
	background-image: url(images/z0_adviceicons_restriction.png);
	background-position: 3px 3px;
}
ul.Advice li.Closed {
	background-image: url(images/z0_adviceicons_closed.png);
	background-position: 3px 3px;
}
ul.Advice li.Warning {
	background-image: url(images/z0_adviceicons_warning.png);
	background-position: 3px 3px;
}
ul.Advice li.Height {
	background-image: url(images/z0_adviceicons_height.png);
	background-position: 3px 3px;
}
ul.Advice li.Disabilities {
	background-image: url(images/z0_adviceicons_disabilities.png);
	background-position: 3px 3px;
}
ul.Advice li.Times {
	background-image: url(images/z0_adviceicons_times.png);
	background-position: 3px 3px;
}
ul.Advice li.CharacterMeal {
	background-image: url(images/z0_adviceicons_charactermeal.png);
	background-position: 1px 3px;
}
ul.Advice li.Vegetarian {
	background-image: url(images/z0_adviceicons_vegetarian.png);
	background-position: 2px 2px;
}
ul.Advice li.HalfStandard {
	background-image: url(images/z0_adviceicons_dining_hb_standard.png);
	background-position: 0px 3px;
}
ul.Advice li.HalfPlus {
	background-image: url(images/z0_adviceicons_dining_hb_plus.png);
	background-position: 0px 3px;
}
ul.Advice li.HalfPremium {
	background-image: url(images/z0_adviceicons_dining_hb_premium.png);
	background-position: 0px 3px;
}
ul.Bullets li strong {
	color: #444444;
	font-weight: bold;
}
ul.Bullets li a:hover {
	text-decoration: underline;
}


/* ----- ----- Sidebar */

.SideBar {
	width: 215px;
	clear: both;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ViewLandMap {
	height: 33px;
	width: 215px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
.ViewLandMap a {
	height: 33px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.ViewLandMap a span {
	line-height: 34px;
	padding-left: 25px;
}
.ViewLandMap a:hover {
	background-position: 0px -35px;
}
.ViewDates {
	height: 33px;
	width: 215px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
.ViewDates a {
	height: 33px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.ViewDates a span {
	line-height: 34px;
	padding-left: 40px;
}
.ViewDates a:hover {
	background-position: 0px -35px;
}
.NewButton {
	height: 33px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.Facts {
	width: 215px;
	clear: both;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ebede3;
}
.Facts .Top {
	width: 215px;
	background-repeat: no-repeat;
	background-position: 0px -70px;
	height: 5px;
}
.Facts .End {
	width: 215px;
	background-repeat: no-repeat;
	background-position: 0px -85px;
	height: 5px;
}
.Facts ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 10px;
	list-style-type: none;
}
.Facts li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}
.Facts li h5 {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 1px;
}
.Facts li p {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	color: #333333;
	font-weight: normal;
}
.Facts li.Sponsor p {
	font-size: 11px;
	line-height: 16px;
}
.Facts li.Sponsor p span {
	font-weight: bold;
}
.Facts li.Summary p {
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}
.Facts li a {
	color: #333333;
}
.Facts li a:hover {
	text-decoration: underline;
}

.Ratings {
	width: 215px;
	clear: both;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f3f3f3;
}
.Ratings .Top {
	width: 215px;
	background-repeat: no-repeat;
	background-position: 0px -95px;
	height: 5px;
}
.Ratings .End {
	width: 215px;
	background-repeat: no-repeat;
	background-position: 0px -110px;
	height: 5px;
}
.Ratings ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 10px;
	list-style-type: none;
}
.Ratings li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Ratings li h5 {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 3px;
}
.Ratings li.Category,.Ratings li.Merchandise {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: -5px -360px;
	padding-left: 25px;
}
.Ratings li.Wait {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 67px;
	margin-bottom: 2px;
	font-style: italic;
}
.Ratings li.Other {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin-bottom: 2px;
}
.Ratings li.Category a,.Ratings li.Wait a,.Ratings li.Price a,.Ratings li.Merchandise a {
	color: #333333;
}
.Ratings li.Category a:hover,.Ratings li.Wait a:hover,.Ratings li.Price a:hover,.Ratings li.Merchandise a:hover {
	text-decoration: underline;
}
.Ratings li.W0 {
	background-position: -5px -140px;
}
.Ratings li.W1 {
	background-position: -5px -160px;
}
.Ratings li.W2 {
	background-position: -5px -180px;
}
.Ratings li.W3 {
	background-position: -5px -200px;
}
.Ratings li.W4 {
	background-position: -5px -220px;
}
.Ratings li.W5 {
	background-position: -5px -240px;
}
.Ratings li.Age {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 73px;
	margin-bottom: 2px;
}
.Ratings li.A1 {
	background-position: -5px -260px;
}
.Ratings li.A2 {
	background-position: -5px -280px;
}
.Ratings li.A3 {
	background-position: -5px -300px;
}
.Ratings li.A4 {
	background-position: -5px -320px;
}
.Ratings li.A5 {
	background-position: -5px -340px;
}
.Ratings li.Price {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 60px;
}
.Ratings li.P1 {
	background-position: -5px -380px;
}
.Ratings li.P2 {
	background-position: -5px -400px;
}
.Ratings li.P3 {
	background-position: -5px -420px;
}
.Ratings li.P4 {
	background-position: -5px -440px;
}
.Ratings li.P5 {
	background-position: -5px -460px;
}


/* ----- ----- Pop-up Map */

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	z-index:2;
	width: 760px;
}
.PopupBorder {
	background-image: url(images/popupmap_borders.png);
	width: 760px;
}
.PopupBorder#PopupTop {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 20px;
}
.PopupBorder#PopupMid {
	background-position: -760px 0px;
	background-repeat: repeat-y;
}
.PopupBorder#PopupEnd {
	background-position: -1520px 0px;
	background-repeat: no-repeat;
	height: 20px;
}
#PopupMap {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.PopupLocation {
	background-repeat: no-repeat;
}
.PopupLocation .PopupEmbed {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 650px;
	padding-top: 30px;
	padding-bottom: 10px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #fff;
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
#tooltip.type {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}


#PopupMap h3 {
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin: 0px;
}
#PopupMap h3 a {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	float: right;
}
#PopupMap h3 a:hover {
	text-decoration: underline;
}

a#popupContactClose {
	right:-12px;
	top:-12px;
	position:absolute;
	color:#333333;
	font-weight:bold;
	display:block;
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-image: url(images/popupmap_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a#popupContactClose:hover {
	background-position: 0px -50px;
}


/* ----- ----- Tabs */

ul.tabbernav {
	margin: 0px;
	padding-top: 270px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	clear: both;
}
ul.tabbernav li {
	padding: 0px;
	list-style-type: none;
	height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.tabbernav li a {
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
ul.tabbernav li a .L {
	line-height: 30px;
	display: block;
	float: left;
	height: 30px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
}
ul.tabbernav li a .R {
	line-height: 32px;
	display: block;
	float: left;
	height: 30px;
	padding-right: 12px;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
}
ul.tabbernav li a:hover .L {
	background-position: left -35px;
}
ul.tabbernav li a:hover .R {
	background-position: right -35px;
}
ul.tabbernav li.tabberactive a .L {
	background-position: left -70px;
}
ul.tabbernav li.tabberactive a .R {
	background-position: right -70px;
}


/* ----- New Tabs */

ul.ui-tabs-nav {
	margin: 0px;
	padding-top: 270px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	clear: both;
}
ul.ui-tabs-nav li {
	padding: 0px;
	list-style-type: none;
	height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.ui-tabs-nav li a {
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
ul.ui-tabs-nav li a .L {
	line-height: 30px;
	display: block;
	float: left;
	height: 30px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
}
ul.ui-tabs-nav li a .R {
	line-height: 32px;
	display: block;
	float: left;
	height: 30px;
	padding-right: 12px;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
}
ul.ui-tabs-nav li a:hover .L {
	background-position: left -35px;
}
ul.ui-tabs-nav li a:hover .R {
	background-position: right -35px;
}
ul.ui-tabs-nav li.ui-state-active a .L {
	background-position: left -70px;
}
ul.ui-tabs-nav li.ui-state-active a .R {
	background-position: right -70px;
}