body {
	background: #052b4d;
	color: #fff;
}

/* Clear Floats */
.main-content:before,
.mytrip-page:before,
.dir-category:before,
.dir-filters:before,
.dir-listing:before {
	content: " ";
	display: table;
}
.main-content:after,
.mytrip-page:after,
.dir-category:after,
.dir-filters:after,
.dir-listing:after {
	clear: both;
	content: " ";
	display: table;
}

#page-wrap {
	background: url(/img/theme_2011/bg.gif) repeat-x;
}

body.home #page-wrap {
	background: url(/img/theme_2011/bg2.gif) repeat-x;
}

/* Links */

a:link,
a:visited {
	color: #fff0bc;
}

a:hover {
	color: #fff0bc;
}

a.whitelink:link,
a.whitelink:visited {
	color: #ffffff;
}

a.whitelink:hover {
	color: #ccebff;
}

/* Basic Text */

p {
	font-size: 12px;
	color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
}

ol,
ul {
	color: #ffffff;
}

#colorbox,
#colorbox p,
#colorbox h1,
#colorbox h2,
#colorbox h3,
#colorbox h4,
#colorbox h5,
#colorbox h6,
#colorbox ol,
#colorbox ul {
	color: #000000;
}

#colorbox a {
	color: #003366;
}

li a:link,
li a:visited {
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

hr {
	background-color: #2683d6;
	border-width: 0;
	color: #2683d6;
	height: 1px;
	line-height: 0;
	page-break-after: always;
	text-align: center;
	width: 100%;
}

.a_to_z_links {
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
}
.a_to_z_links a {
	color: #95bbdd;
	text-decoration: none;
}
.a_to_z_links a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.a_to_z_links .unused {
	color: #153b5d;
}

.center {
	text-align: center;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
img.pull-left {
	margin: 0 20px 20px 0;
}
img.pull-right {
	margin: 0 0 20px 20px;
}
.text-center {
	text-align: center;
}

/* Scroll To Top */

#scrolltotop {
	background: #0D5DA4;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
	bottom: -10px;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 15px 15px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	z-index: 4;
	-moz-transition: bottom 250ms ease-in-out;
	-webkit-transition: bottom 250ms ease-in-out;
}


#scrolltotop:hover {
	background: #5e8f2a;
}

#scrolltotop.offscreen {
	bottom: -100px;
	-moz-transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

/* Header */

.top-header-image {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #03223e no-repeat;
	overflow: hidden;
}

.top-branson {
	background-image: url(/img/headers/header_branson.jpg);
	position: relative;
}

#spn-header-search-branson {
	position: absolute;
	top: 40px;
	left: 190px;
	font-size: 14px;
	font-weight: bold;
	color: #7d90a1;
}
#spn-header-info-text {
	position: absolute;
	top: 95px;
	left: 180px;
	width: 325px;
	text-align: center;
}
#spn-header-info-text .header-phone {
	font-size: 16px;
	font-weight: bold;
}

div.theme-bcom-header {
	background: url(/img/slide/branson-header-billy-dean.jpg);
}
div.slider-wrapper {
	position: relative;
}
div.slider-wrapper div.phone-overlay {
	bottom: 20px;
	position: absolute;
	right: 20px;
	z-index: 100;
}

/* Navigation */

#social-icons {
	float: right;
	margin-top: 13px;
	margin-right: 15px;
}

#social-icons img {
	margin-right: 4px;
	/* -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	*/
}

#social-icons img:hover {
	opacity: 1;
	/* -webkit-transform: scale(1.5) rotate(360deg);
	-moz-transform: scale(1.5) rotate(360deg);
	*/
}

#chat-home-header {
	top: 50px;
	position: absolute;
	right: 170px;
	z-index: 100;
}

#chat-nothome-header {
	bottom: 15px;
	position: absolute;
	right: 15px;
	z-index: 100;
}

.mob-social,
.mob-mytrip,
.desk-hide{
	display: none;
}

.nav-line {
	border-bottom: 1px solid #000000;
}

.mobile-nav {
	display: none;
	float: right;
}

/* Navigation Menu */
#menu {
	height: 49px;
	margin-left: 15px;
	float: left;
	font-size: 12px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
}
#menu > ul {
	position: relative;
}
#menu > ul ul {
	position: absolute;
	display: none;
	z-index: 9999;
	width: 200px;
	background-color: #0D5DA4;
	border-right: 8px solid #011a30;
	border-bottom: 8px solid #011a30;
	border-left: 8px solid #011a30;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 0;
	margin-left: -8px;
}

#menu.no-js ul > li:hover > ul {
	display: block;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu > ul > li {
	display: inline;
	float: left;
}

/* all nav links */
#menu a {
	display: block;
	color: #fff;
	line-height: 49px;
	text-decoration: none;
	padding: 0 10px 0 14px;
}
#menu a.current {
	background-color: #052B4D;
}
/* top level links */
#menu > ul > li > a {
	font-weight: bold;
}
#menu > ul > li:hover > a {
	background-color: #094479;
}
/* submenu links */
#menu > ul ul li > a {
	border-bottom: 1px solid #0a5394;
	line-height: 34px; color: #fff0bc;
}
#menu > ul ul li:hover > a {
	background-color: #2380D2;
}
/*
.menu-drop {
	background-image: url(/img/menu_drop.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 38px;
}
*/

/* 3 Banners */

.threebanners {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.threebanners a:link,
.threebanners a:visited {
	display: block;
	margin: 0;
	border: 10px solid #81919f;
	-webkit-transition: all .2s ease-in-out;
}

.threebanners a:hover {
	border: 10px solid #66c5eb;
}

.threebannermarl {
	margin-left: 122px;
}

/* Headers */

.linkzone-a {
	height: 180px;
	width: 170px;
	float: left;
}

.linkzone-b {
	height: 180px;
	width: 340px;
	float: right;
}

.main-header {
	width: 940px;
	height: 190px;
	overflow: hidden;
}

.main-headerl {
	width: 940px;
	height: 300px;
	overflow: hidden;
}

/* Embed Container */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	/*height: 0;*/
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Video Page */

.video-width {
	width: 558px;
	height: 333px;
}

.homevideo {
	width: 110px;
	height: 70px;
	margin-bottom: 5px;
	border: 5px solid #3a9ddc;
	display: block;
}

.homevideo:hover {
	border: 5px solid #FFF0BC;
}

.rcol-video {
	width: 150px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #042542;
	margin-left: 25px;
}

.rcol-video a:link img {
	border: 5px solid #3a9ddc;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.rcol-video a:visited img {
	border: 5px solid #042542;
}

.rcol-video a:link img:hover {
	border: 5px solid #FFF0BC;
}

.rcol-video a:link,
.rcol-video a:visited {
	text-decoration: none;
	color: #ffffff;
}

.rcol-video a:hover {
	color: #FFF0BC;
	text-decoration: underline;
}

.videobox {

}

.videobox div {
	float: left;
	width: 150px;
	height: 185px;
	padding: 10px;
	text-align: center;
}

.videobox div img {
	display: block;
}

.videobox a:link img {
	margin-bottom: 5px;
	display: block;
	width: 140px;
	border: 5px solid #3a9ddc;
}

.videobox a:hover img {
	border: 5px solid #FFF0BC;
}

.videobox a:visited img {
	border: 5px solid #042542;
}

.videobox p a:link, .videobox p a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
}

.videobox p a:hover {
	color: #FFF0BC;
	text-decoration: underline;
}

.videobox p {
	margin-bottom: 0;
}

/* Basic Tabs */

.basictabs {
	border-bottom: 1px solid #094479;
	overflow: hidden;
	margin-bottom: 20px;
}

.basictabs ul {
	float: right;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.basictabs li {
	float: left;
	margin: 0;
	padding: 0;
}

.basictabs a:link, .basictabs a:visited {
	display: inline-block;
	height: 26px;
	padding: 10px 15px 2px 15px;
	text-decoration: none;
	color: #f4f4f4;
	font-size: 11px;
	border-top: 1px solid #3a9ddc;
	border-left: 1px solid #3a9ddc;
	border-right: 1px solid #3a9ddc;
	background-color: #3a9ddc;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-right: 2px;
	-webkit-transition: all .2s ease-in-out;
}

.basictabs a:hover {
	background-color: #094479;
	border-top: 1px solid #094479;
	border-left: 1px solid #094479;
	border-right: 1px solid #094479;
}

.basictabs li.active a {
	background-color: #094479;
	border-top: 1px solid #094479;
	border-left: 1px solid #094479;
	border-right: 1px solid #094479;
}

/***********************************************************************************

My Trip Tabs

************************************************************************************/

.mytriptabs {
	border-bottom: 1px solid #0D5DA4;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 5px;
}

.mytriptabs ul {
	float: left;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.mytriptabs .mytripactions {
	font-size: 14px;
}

.mytriptabs .mytripviews {
	float: right;
}

.mytriptabs li {
	float: left;
	margin: 0;
	padding: 0;
}

.mytriptabs a:link,
.mytriptabs a:visited {
	background-color: #094479;
	border: 1px solid #0d5da4;
	border-width: 1px 1px 0 1px;
	border-radius: 8px 8px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #f4f4f4;
	display: inline-block;
	font-size: 11px;
	margin: 0 2px 0 0;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mytriptabs .mytripviews .label {
	font-size: 11px;
	padding: 13px 8px 0 0;
}

.mytriptabs .mytripviews a:link,
.mytriptabs .mytripviews a:visited {
	font-size: 11px;
	margin: 8px 2px 0 0;
	padding: 6px 10px;
}

.mytriptabs a:hover,
.mytriptabs a.current {
	background-color: #0D5DA4;
}

/***********************************************************************************

My Trip: Misc

************************************************************************************/

.mytrip-page .showlistbox.removed {
	opacity: .4;
}

/***********************************************************************************

My Trip: List View

************************************************************************************/

.mytrip-simple {
	border-top: 1px solid #015ba7;
	list-style: none;
	margin: 0 0 20px;
}

.mytrip-simple li {
	border-bottom: 1px solid #015ba7;
	list-style: none;
	margin: 0 0 1px;
	padding: 10px;
}

.mytrip-simple a {
	color: #fff;
	font-weight: bold;
}

.mytrip-page a.simple:link,
.mytrip-page a.simple:visited {
	background-color: #6bd655;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding: 2px 8px;
	text-align: center;
	text-decoration: none;
}

.mytrip-page a.simple:hover {
	background-color: #89ec76;
}

.mytrip-page a.simple.mytrip_item {
	background-color: #FF733E;
}

/***********************************************************************************

My Trip: Map View

************************************************************************************/

.mytrip-page .location {
	color: #acd;
	cursor: pointer;
	margin-bottom: 10px;
}

.mytrip-page .location:hover {
	color: #fff;
}

.mytrip-page #map_canvas {
	float: left;
	height: 500px;
	margin: auto;
	width: 600px;
}

.mytrip-page #trip_locations {
	background-color: #153b5d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding: 20px 15px;
	max-width: 320px;
	width: 100%;
}

/***********************************************************************************

My Trip: Share It

************************************************************************************/

.shareit-pill {
	background-color: #05467f;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	max-width: 340px;
	padding: 20px;
	text-align: center;
	width: 100%;
	word-wrap: break-word;
}

.shareit-social {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-bottom: 20px;
	max-width: 400px;
	width: 100%;
}

.shareit-social img {
	margin-bottom: 10px;
	max-width: 100%;
}

.shareit-form {
	float: left;
	max-width: 500px;
	width: 100%;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert>p, .alert>ul {
	margin-bottom: 0;
}
.alert-danger {
	color: #a94442;
	/*background-color: #f2dede;*/
	background-color: #5E8F2A;
	/*border-color: #ebccd1;*/
	border-color: transparent;
}
.alert-danger p {
	/*color: #a94442;*/
	color: #fff;
}
.alert-summer-special {
	margin: 10px 0;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	font-weight: bold;
}
.btn-danger {
	color: #fff;
	/*background-color: #d9534f;*/
	background-color: #fff;
	/*border-color: #d43f3a;*/
	border-color: transparent;
}
.alert-summer-special .btn {
	color: #44681e;
	margin: 0 10px;
	text-decoration: none !important;
}

/* Dynamic Boxes */

.btc-tab-left {
	float: left;
	padding: 10px 0;
}

.btc-tab-right {
	float: right;
	padding: 0 0 10px;
}

.btc-tab-right .btc-tab-info-request {
	text-align: center;
}

.dynamictabs {
	border-bottom: 1px solid #0D5DA4
}

.dynamictabs h2.dynamic-tab-title {
	font-size: 18px;
	overflow: hidden;
	color: #ffffff;
	position: absolute;
	margin-top: 7px;
	font-weight: bold;
}

.dynamictabs ul {
	float: right;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.dynamictabs li {
	float: left;
	margin: 0;
	padding: 0;
}

.dynamicbox-links li span {
	color: #fff;
}

.dynamictabs a:link,
.dynamictabs a:visited {
	display: inline-block;
	height: 25px;
	padding: 10px 15px 2px 15px;
	text-decoration: none;
	color: #f4f4f4;
	font-size: 11px;
	/*
	border-top: 1px solid #0D5DA4;
	border-left: 1px solid #0D5DA4;
	border-right: 1px solid #0D5DA4;
	*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-right: 2px;
	background-color: #094479;
	-webkit-transition: all .2s ease-in-out;
}

.dynamictabs a:hover {
	background-color: #0D5DA4;
}

.dynamictabs-s {
	border-right: 1px solid #094479;
}

.dynamictabs li.active a {
	background-color: #0D5DA4;
}

.dynamicbox-wrapper {
	min-height: 329px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dynamicbox-bottom {
	border-bottom: 1px solid #094479;
	margin-bottom: 10px !important;
}

.dynamicbox-line {
	background: url(/img/theme_2011/line.gif) repeat-y right;
	min-height: 225px;
}

.dynamicbox-story h2 {
	font-size: 20px;
	color: #fff0bc;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.3em;
}

.dynamicbox-story b {
	font-size: 11px;
	color: #ffffff;
}

.dynamicbox-story p {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1.6em;
}

.dynamicbox-links ul {
	color: #3772a7;
	margin-top: 10px;
	margin-bottom: 15px;
}

.dynamicbox-links li {
	margin-bottom: 6px;
}

.dynamicbox-links li a:link,
.dynamicbox-links li a:visited,
.dynamicbox-story a:link,
.dynamicbox-story a:visited,
.dynamicbox-video a:link,
.dynamicbox-video a:visited {
	text-decoration: none;
}

.dynamicbox-links li a:hover,
.dynamicbox-story a:hover,
.dynamicbox-video a:hover {
	text-decoration: underline;
}

.dynamic-tab-content {
	clear: both;
	min-height: 225px;
}

.dynamic-tab-content p.center {
	margin-bottom: 10px;
}

.dynamicbox-info {
	float: left;
	margin-right: 20px;
}

.dynamicbox-info .infobanner-middle {
	float: left;
}

.dynamicbox-info {
	float: right;
}

.dynamicbox-info a:link,
.dynamicbox-info a:visited {
	display: block;
	margin: 0;
	border: 10px solid #81919f;
}

.dynamicbox-info a:hover {
	border: 10px solid #66c5eb;
}

.weather-forecast {
	float: left;
	font-size: 11px;
	text-align: center;
	width: 60px;
}

.weather-forecast .forecast-day {
	font-weight: bold;
}

.weather-forecast .hi {
	color: #A6312A;
	font-weight: bold;
}

.weather-forecast .lo {
	color: #3A9DDC;
	font-weight: bold;
}

.weather-details strong {
	color: #FFF0BC;
}

/* Main Content Box */

.main-content-wrapper {
	background-color: #0d5da4;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.hide-bg .main-content-wrapper {
	background-color: transparent;
}

.main-content-rcol {
	background-color: #09355c;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.main-content-rcol img {
	border: 1px solid #09355c;
}

.main-content-rcol img:hover {
	border: 1px solid #FFF0BC;
}

.main-content-rcol h1,
.main-content-rcol h3 {
	font-size: 18px;
	color: #ffffff;
	margin-left: 5px;
	margin-bottom: 10px;
}

.main-content-rcol li {
	margin-left: 25px;
}

.rcol-ad {
	margin-bottom: 10px;
}

.main-content h1 {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
}

.main-content-col1 {
	margin-left: 0;
}

.main-content-col1 p {

}

.main-content-col2 {
	margin-right: 0;
}

/* Article */

.article h1,
.article .section-title {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 20px;
	margin-top: 10px;
}

.article h2 {
	font-size: 16px;
	color: #ffffff;
}

.article p {
	font-size: 14px;
	line-height: 1.5em;
}

.article p.small {
	font-size: 12px;
	margin-bottom: 5px;
}

.article-image {
	float: right;
	padding: 10px;
	margin: 0 0 20px 20px;
	background-color: #09355C;
	max-width: 300px;
}

.article-image p {
	font-size: 11px;
	margin-bottom: 0;
	text-align: center;
}

.article-image img {
	display: block;
	margin-bottom: 10px;
}

/* Advertise */

.advertise-image-wrap {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 300px;
}

.advertise-image {
	padding: 10px;
	margin: 0 0 20px;
	background-color: #09355C;
}

.advertise-image p {
	font-size: 11px;
	margin-bottom: 0;
	text-align: center;
}

.advertise-image img {
	display: block;
	margin-bottom: 10px;
	max-width: 280px;
}

/* Search Results */

a.search-r-prev:link,
a.search-r-prev:visited,
a.search-r-next:link,
a.search-r-next:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	border: 1px solid #0d5da4;
	float: left;
	padding: 2px 5px 2px 5px;
	width: 30px;
	margin: 0 3px 6px 3px;
	text-align: center;
}

a.search-r-prev:hover,
a.search-r-next:hover {
	text-decoration: underline;
}

.search-r-pages {
	padding-bottom: 15px;
	border-bottom: 1px solid #2683D6;
	margin-bottom: 10px;
	overflow: hidden;
}

a.search-r-pagel:link,
a.search-r-pagel:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #166db9;
	border: 1px solid #075090;
	float: left;
	padding: 2px 5px 2px 5px;
	width: 30px;
	margin: 0 3px 6px 3px;
	text-align: center;
}

a.search-r-pagel:hover {
	background-color: #075090;
}

.search-r-pages span {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #0d5da4;
	border: 1px solid #075090;
	float: left;
	padding: 2px 5px 2px 5px;
	width: 30px;
	margin: 0 3px 6px 3px;
	text-align: center;
}

.search-r-box {
	padding: 15px 15px 5px 15px;
}

.search-r-box h3 {
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 0;
}

.search-r-box p {
	margin-bottom: 5px;
}

.search-r-box a:link,
.search-r-box a:visited {
	color: #FFF0BC;
	text-decoration: underline;
}

.search-r-box a:hover {
	color: #e3ffff;
}

.map-location {
	width: 600px;
	height: 400px;
	margin: 0 auto 20px;
	border: 8px solid #348bdf;
}

.location-details {
	float: left;
}

.directions-form {
	float: right;
	width: 300px;
}

#directions_panel {
	background-color: #fff;
	clear: both;
	margin: 0 auto 20px;
	width: 500px;
}

.branson-map {
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	padding: 10px;
}

.showwrapper {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 10px;
	overflow: hidden;
	background: #052b4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #052b4d 1%, #015ba7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#052b4d), color-stop(100%,#015ba7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #052b4d 1%,#015ba7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #052b4d 1%,#015ba7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #052b4d 1%,#015ba7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #052b4d 1%,#015ba7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052b4d', endColorstr='#015ba7',GradientType=0 ); /* IE6-9 */
}

.show-photos {
	margin-left: 50px;
}

.show-photos img {
	border: 1px solid #015ba7;
	-webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, 0.75);
	box-shadow: 0 7px 21px rgba(0, 0, 0, 0.75);
	height: 125px;
	margin-right: 40px;
	margin-bottom: 20px;
	width: 168px;
}

/* Ticket Box */

.b-ticket {
	width: 670px;
	height: 205px;
	background-color: #fff;
	border: solid 10px #004899;
	margin-bottom: 15px;
}

.b-ticket-content-wrapper {
	height: 200px;
	background: url(/img/theme_2011/botw_bottom.jpg) no-repeat 0 100%;
}

.b-header-ticket h1 {
	margin: 8px 0 0 0;
	font-size: 15px;
	color: #fff;
}

.b-ticket-content-top {
	overflow: hidden;
	padding: 10px 10px 0 10px;
}

.b-ticket-content {
	height: 100px;
	overflow: hidden;
	padding: 10px 10px 0 10px;
}

.b-ticket-content-top b {
	color: #0052b3;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	padding: 0;
}

.b-ticket-content b {
	color: #0052b3;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	padding: 0;
}

.b-ticket-form {
	border: 2px solid #ccc;
	color: #003366;
	width: 90px;
	font-size: 10px;
}

.b-ticket-form-list {
	font-size: 10px;
}

.b-ticket-tabs {
	height: 24px;
	margin-top: 5px;
	border-bottom: 2px solid #0561c9;
}

#b-ticket-tab-nav {
	margin: 0;
	padding: 0;
	height: 24px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#b-ticket-tab-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#b-ticket-tab-nav a {
	float: left;
	padding: 24px 0 0 0;
	margin: 0 0 0 6px;
	overflow: hidden;
	height: 0px !important;
	height : 24px; /* for IE5/Win only */
}

#b-ticket-tab-nav a:hover {
	background-position: 0 -24px;
}

#b-ticket-tab-nav a:active,
#b-ticket-tab-nav  a.selected {
	background-position: 0 -48px;
}

#b-ticket-tab-nav-shows a {
	width: 76px;
	background: url(/img/theme_2011/tab_shows.gif) top left no-repeat;
}

#b-ticket-tab-nav-lodging a {
	width: 84px;
	background: url(/img/theme_2011/tab_lodging.gif) top left no-repeat;
}

#b-ticket-tab-nav-attractions a {
	width: 98px;
	background: url(/img/theme_2011/tab_attractions.gif) top left no-repeat;
}

/* Stuff Needed by Scott */

.ui-state-success,
.ui-widget-content .ui-state-success {
	border: 1px solid #39FA2E;
	background: #CFFFD5 url(/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
	color: #242424;
}

.ui-state-success a,
.ui-widget-content .ui-state-success a {
	color: #363636;
}

.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
	font-size: 0.85em;
}

.hidden {
	display: none;
}

/* Indian Point Page */

.body_class_white .main-content-wrapper {
	background-color: #fff;
	color: #000;
}

div.indian-point {

}

.indian-point-header {
	margin-bottom: 20px;
	width: 680px;
}

.indian-point-header-alt {
	width: 680px;
}

div.indian-point p,
div.indian-point li {
	color: #000;
}

ul.indian-point-links {
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.indian-point-links li {
	list-style-type: none;
	margin: 0 0 5px 5px;
	padding: 0;
	float: left;
}

ul.indian-point-links li a {
	display: block;
}

div.indian-point ul.nav {
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 0;
}

div.indian-point ul.nav li {
	float: left;
	width: 85px;
	margin: 0;
	list-style-type: none;
}

div.indian-point ul.nav li a img {
	display: block;
}

div.indian-point div.bread-crumbs {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

div.indian-point div.bread-crumbs ul, div.indian-point div.bread-crumbs ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

div.indian-point div.bread-crumbs ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #000;
}

div.indian-point div.bread-crumbs ul li.first:before {
	content: " ";
}

div.indian-point div.bread-crumbs a {
	font-size: 12px;
	font-weight: normal;
}

div.indian-point h1,
div.indian-point .indian-point-section-title {
	color: #000;
	font-family: times, serif;
	font-size: 26px;
	line-height: 26px;
	padding: 3px 0 3px 35px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 3px solid #213d79;
	background: url('/img/indian-point_right-arrow.gif') no-repeat left center;
	margin: 0 0 20px;
}

div.indian-point h1.listingDetailTitle {
	background-image: none;
	border-bottom: 0;
	padding: 0 0 0 5px;
	margin: 0;
}

div.indian-point ul.links {
	margin: 0 0 20px;
	padding: 0;
}

div.indian-point ul.links li {
	margin: 0;
	/*padding: 0;*/
	padding: 5px;
	list-style-type: none;
	border-bottom: 1px solid #eee;
}

div.indian-point a {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}

div.indian-point table.tournaments {
	border-collapse: collapse;
	margin: 0 0 20px;
	width: 100%;
}

div.indian-point table.tournaments th {
	font-weight: bold;
}

div.indian-point table.tournaments th,
div.indian-point table.tournaments td {
	border: 1px solid #000;
	padding: 5px;
}

div.indian-point div.listingSummary a,
div.indian-point ul.rating a {
	font-size: 10px;
}

div.indian-point ul.rating li.ratingImage a {
	color: #96293F;
}

div.indian-point ul.rating li.ratingImage a:hover {
	color: #609629;
}

div.indian-point div.listingSummary h2 a {
	font-size: 14px;
}

div.indian-point span.controlPhoneShow a {
	color: #96293F;
	font-weight: normal;
}

.realestate-header-image {
	max-width: 100%;
}

a:link.realestate-box,
a:visited.realestate-box,
.realestate-box {
	border: 5px solid #318dde;
	text-align: center;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	background: #1f74bf url(/images/pat_1.gif) repeat-x;
}

a:hover.realestate-box {
	background: rgba(0, 0, 0, .08);
}

a:hover.realestate-box span {
	text-decoration: underline;
}

.realestate-box {
	text-decoration: none;
}
/***********
Home page
**********/
#ci9tBD {
	z-index: 100;
	position: absolute;
}
#sc9tBD {
	display: inline;
}
#sd9tBD {
	display: none;
}
.phone-search-box {
	font-size: 18px;
	text-shadow: 0 0.2em #000;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
}
.inside-phone-search-box {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
}
.tenpx-font {
	font-size: 10px;
}
.phone_hover {
	font-size: 20px;
	font-weight: bold;
}
.searchfield {
	display: block;
	border: 0;
	font-size: 13px;
	padding: 6px;
	cursor: auto;
	outline:none;
	width: 200px;
	float: left;
	color: #999;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 17px;
}
.homesearchboxwrap {
	padding-top: 10px;
	overflow: hidden;
}
.homesearchbox-form {
	margin: 5px auto 0;
	overflow: hidden;
	width: 248px;
}
.homesearchsubmit {
	margin-left: 212px;
	height: 29px;
	width: 36px;
	position: absolute;
	font-size: 0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	border: 0;
	background: url(/img/theme_2011/searchbox.gif);
}
.social-buttons {
	margin-right: 0;
}
.mob-mytrip-bottom {
	margin-bottom: 0;
}
/***********
after the 'else'
***********/
.homesearchboxwrap-else {
	width: 400px;
	margin-left: 186px;
	margin-top: 50px;
	overflow: hidden
}
.homesearchfield-else{
	display: block;
	border: 0;
	font-size: 13px;
	padding: 6px;
	cursor: auto;
	outline:none;
	width: 200px;
	float: left;
	color: #999;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 17px;
}
.trip-planner{
	color: #9de194
}
.mobile-desk-hide{
	font-size: 16px;
	font-weight: bold;
}
.grid_12 {
	margin: 0;
}
.alert-summer-special p {
	font-size: 18px;
}
.div-clear {
	clear: both;
}
.text-center {
	text-align: center;
}
.div-center {
	margin: 0 auto;
}
.hide-overflow {
	overflow: hidden;
}
.bbb {
	font-size: 10px;
	text-align: right;
}
/************
Things to do boxes (home page)
************/
.thingstodoboxwide {
	width: 453px;
	text-decoration: none;
	padding: 10px;
	border-radius: 10px;
	height: 140px;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	background: #5e8f2a no-repeat 0 40px;
	-webkit-transition: all .2s ease-in-out;
}

.thingstodoboxwide h1 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.thingstodoboxwide p {
	font-size: 13px;
}

a.thingstodobox:link,
a.thingstodobox:visited {
	width: 210px;
	text-decoration: none;
	padding: 10px;
	border-radius: 10px;
	height: 140px;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	background: #0d5da4 no-repeat 0 40px;
	-webkit-transition: all .2s ease-in-out;
}

a.thingstodobox:hover {
	background-color: #5e8f2a;
}

.thingstodobox p {
	color: #ffffff;
	margin-top: 0;
	font-weight: bold;
	font-size: 13px;
}

.thingstodobox div {
	height: 137px;
	width: 100%;
}
.marg-rt-zero {
	margin-right: 0;
}
.requestBVG {
	margin-right: 0;
	margin-bottom: 10px;
	float: left;
	border: 0;
}
#thingstodo-live-shows {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_1.jpg); /* 100+ Live Shows*/
}
#thingstodo-stay {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_8.jpg); /* Over 200 Places to Stay */
}
#thingstodo-attractions {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_2.jpg); /* Fun Attractions */
}
#thingstodo-museums {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_5.jpg); /* One Of A Kind Museums */
}
#thingstodo-golf {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_golf.jpg); /* Championship Golf */
}
/*#thingstodo-chopper {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_choppercharter.jpg); Chopper Charter 
}*/
/*#thingstodo-events {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_events.jpg); /* 100's of Events 
}*/
#thingstodo-theme-park {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_3.jpg); /* Award-Winning Theme Park */
	margin-right: 0;
}
#thingstodo-lakes {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_4.jpg); /* 3 Beautiful Lakes */
}
#thingstodo-veterans {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_purpleheart.jpg); /* BRANSON.COM (save the date purple heart) */
}
#thingstodo-shopping {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_6.jpg); /* Amazing Shopping */
}
#thingstodo-eat {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_7.jpg); /* Over 250 places to eat */
}

#thingstodo-festivals {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_festivals.jpg); /* Festivals */
}
#thingstodo-hiking {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_hiking.jpg); /* Hiking */
	margin-right: 0;
}
#thingstodo-fireworks {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_fireworks.jpg); /* Fireworks */
}
#thingstodo-dinner-shows {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_dinnershows.jpg); /* Dinner Shows */
}
#thingstodo-horseback {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_horsebackriding.jpg); /* Horseback Riding */
}
#thingstodo-fine-dining {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_finedining.jpg); /* Fine Dining */
	margin-right: 0;
}
#thingstodo-realty {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_Real-Estate.jpg); /* Good Life Realty */
}
#thingstodo-fishing {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_fishing.jpg); /* World-class Fishing */
	margin-right: 0;
}
#thingstodo-ziplines {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_ziplines.jpg); /* Ziplines */
}
#thingstodo-water-parks {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_waterparks.jpg); /* Water Parks */
}
#thingstodo-go-karts {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_gocarts.jpg); /* Go Karts */
}
#thingstodo-caves {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_caves.jpg); /* Caves */
	margin-right: 0;
}
#thingstodo-wineries {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_wineries.jpg); /* Sailing */
}
#thingstodo-sailing {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_sailing.jpg); /* Sailing */
}
#thingstodo-mini-golf {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_minigolf.jpg); /* Mini Golf */
}
#thingstodo-spas {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_spa.jpg); /* Spas */
	margin-right: 0;
}
#thingstodo-kayaking {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_kayak.jpg); /* Kayaking */
}
#thingstodo-magicians {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_magicians.jpg); /* Magicians */
}
#thingstodo-sightseeing {
	background-image: url(https://media.bransontourismcenter.com/images/btc/thingstodoinbranson_sightseeing.jpg); /*Sightseeing */
}
.center img {
	max-width: 100%;
}
.quickfinder {
	float: left;
	margin-right: 20px;
}
.quickfinder-right {
	float: left;
}
.faq-pages {
	font-size: 12px;
}
.bottom-banners {
	width: 900px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 20px;
}

.showlistbox {
	width: 220px;
	float: left;
	background-color: #015ba7;
	margin: 0 13px 15px 0;
	height: 260px;
	position: relative;
	border-radius: 12px;
}


.showlistbox h3 {
	font-size: 15px;
	color: #ffffff;
	padding: 10px;
}

.showlistboxbut {
	position: absolute;
	top: 220px;
}

.showlistboxbut a:link,
.showlistboxbut a:visited {
	background-color: #059ec7;
	border-radius: 0 0 0 10px;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 110px;
}

.showlistboxbut a.first:hover {
	background-color: #0eb8e6;
}

.showlistboxbut a.second {
	background-color: #6bd655;
	border-radius: 0 0 10px 0;
}

.showlistboxbut a.second:hover {
	background-color: #89ec76;
}

.showlistboxbut a.second.mytrip_item {
	background-color: #ff733e;
}

.showlistboxbut a.full {
	border-radius: 0 0 10px 10px;
	width: 220px;
}

a.largelink:link,
a.largelink:visited {
	padding: 15px 35px 15px 35px;
	background-color: #7ad55f;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 40px;
	text-decoration: none;
}

a.largelink:hover {
	background-color: #51a839;
}

.featured-nav a:link,
.featured-nav a:visited {
	font-size: 18px;
	width: 295px;
	display: block;
	text-align:center;
	padding: 13px 0 13px 0;
	border-radius: 10px;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	text-decoration: none;
	background-color: #015ba7;
}

.featured-nav a:hover {
	background-color: #059ec7;
}

div.featured-nav .selected {
	color: #ffffff;
	background-color: #6bd655;
}

.featured-nav a:last-child {
	margin-right: 0;
}

.showfeaturedbox {
	width: 450px;
	float: left;
	background-color: #015ba7;
	margin: 0 15px 15px 0;
	height: 230px;
	position: relative;
	border-radius: 12px;
}

.showfeaturedbox-right {
	float: left;
	display: block;
	width: 225px;
}

.showfeaturedbox a:link img:hover {
	opacity: 0.8;
}

.showfeaturedbox h3 {
	font-size: 15px;
	color: #ffffff;
	padding: 10px;
}

.showfeaturedboxbut {
	position: absolute;
	top: 190px;
}

.showfeaturedboxbut a:link,
.showfeaturedboxbut a:visited {
	background-color: #059ec7;
	border-radius: 0 0 0 10px;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 225px;
}

.showfeaturedboxbut a.first:hover {
	background-color: #0eb8e6;
}

.showfeaturedboxbut a.second {
	background-color: #6bd655;
	border-radius: 0 0 10px 0;
}

.showfeaturedboxbut a.second:hover {
	background-color: #89ec76;
}

.showfeaturedboxbut a.second.mytrip_item {
	background-color: #ff733e;
}

.showfeaturedboxbut a.full {
	border-radius: 0 0 10px 10px;
	width: 450px;
}

.showcallout {
	clear: both;
	text-align: center;
	padding: 30px 0 30px 0;
}

.showcallout span.larger {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.showcallout span.largerer {
	font-size: 40px;
	font-weight: bold;
}

.showinfobox {
	float: left;
	width: 620px;
}

.showinfolinks {
	float: left;
	width: 250px;
	margin-right: 20px;
	overflow: hidden;
}

.showinfolinks div {
	background-color: #52a7f7;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}

.showinfolinks div h2 {
	margin: 10px 20px 10px 20px;
	font-size: 18px;
	color: #052b4d;
	text-shadow: 0 1px 1px rgba(255,255,255,0.39);
}

.showinfolinks li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	border-bottom: 1px solid #64b2fb;
	display: block;
	overflow: hidden;
}

.showinfolinks li a.current:link,
.showinfolinks li a.current:visited {
	background-color: #348bdf;
}

.showinfolinks li a:link,
.showinfolinks li a:visited {
	display: block;
	text-decoration: none;
	color: white;
	width: 100%;
	padding: 8px 0 8px 20px;
}

.showinfolinks li a:hover {
	background-color: #124270;
}

.showinfolinks li:first-child {
	border-top: 1px solid #64b2fb;
}

.showinfolinks li:last-child {
	margin-bottom: 10px;
}

a.addmore:link,
a.addmore:visited {
	border-radius: 15px;
	background-color: #059dc6;
	display: block;
	float: right;
	padding: 3px 8px 3px 8px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	margin: 5px 0 0 10px;
}

a.addmore:hover {
	background-color: #05c66e;
}

a.addmore_mytrip {
	border-radius: 40px;
	background-color: #059dc6;
	padding: 15px 35px 15px 35px;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	margin: 10px;
}
a.addmore_mytrip:hover {
	background-color: #05c66e;
}

div#at-cv-lightbox-inner {
	overflow-y: auto;
}
a.addthisthing:link,
a.addthisthing:visited {
	background-color: #6bd655;
	border-radius: 10px;
	font-size: 15px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}

a.addthisthing:hover {
	background-color: #89ec76;
}

a.addthisthing.mytrip_item {
	background-color: #FF733E;
}

a.buyticketsbut:link,
a.buyticketsbut:visited {
	background-color: #f6c416;
	border-radius: 10px;
	font-size: 15px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}

a.buyticketsbut:hover {
	background-color: #f5e316;
}

/* Show Calendars */

.show-calendar-month.no_dates {
	opacity: 0.4;
}

.show-calendar-month {
	border: 1px solid #e3e3e3;
	float: left;
	width: 300px;
	margin: 0 0 20px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#btc-calendar-container div:nth-of-type(even) {
	float: right;
}

.show-calendar-month table {
	width: 300px;
	margin-bottom: 0;
}

.month-header {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	padding: 5px 0 5px 0;
}

.day-header {
	text-align: center;
}

.day-num {
	text-align: center;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	padding: 5px 0 5px 0;
}

.day-num:nth-child(8n+1) {
	border-left: none;
}

.month-table {
	background-color: #fff;
	padding: 0 10px 10px 10px;
	width: 600px;
	border-radius: 10px;
	overflow: hidden;
	color: #000;
}

/* Package filter stuff. */

.package-table {
	width: 700px;
}

.package-table td {
	clear: both;
}

ul.btc-tabs {
	margin: 0 10px !important;
	overflow: hidden;
	padding: 0;
}

ul.btc-tabs li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.btc-tabs a {
	background-color: #999;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
	outline: 0;
	padding: 8px 15px 8px 15px;
	position: relative;
	text-decoration: none;
}

ul.btc-tabs a:hover {
	background-color: #666;
	color: #fff;
}

ul.btc-tabs a.current {
	background-color: #94BA65;
	color: #fff;
}

.btc-panes > div {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	display: none;
	min-height: 150px;
	overflow: hidden;
	padding: 30px;
	background-color: #fff;
}

.btc-panes > div.initial {
	display: block;
}

/* End Package filter stuff. */

/* Package stuff. */

.jt-tabs {
	margin: 0;
}

.jt-tabs li {
	margin: 0;
}

.panes {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	color: #2a2a2a;
}

.panes a:link,
.panes a:visited {
	color: #0083f7;
}

.panes a:hover {
	color: #800080;
}

.panes p {
	color: #2a2a2a;
}

.package-items,
.package-items li {
	color: #2a2a2a;
}

.package-seasons {
	border: 3px solid #003B6F;
	border-radius: 5px;
	margin-bottom: 60px;
}

.package_price_was {
	text-decoration: line-through;
}

.nights {
	list-style: none;
	padding: 5px;
	overflow: hidden;
	background-color: #003B6F;
	clear: both;
}

.nights li {
	text-align: center;
	padding: 10px;
	overflow: hidden;
	float: left;
}

.nights li a:link,
.nights li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 8px;
	border-radius: 5px;
}

.nights li a:hover {
	background-color: #025fb0;
}

.nights a.current:link,
.nights a.current:visited {
	background-color: #025fb0;
}

.nights li.pdates {
	color: #fff;
	padding: 8px;
	float: right;
}

.seasons {
	list-style: none;
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding-left: 10px;
}

.seasons li a:link,
.seasons li a:visited {
	padding: 12px 20px 12px 20px;
	background-color: #f1f1f1;
	display: block;
	margin-right: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	text-decoration: none;
	color: #555;
}

.seasons li a:hover {
	background-color: #f1f1f1;
}

.seasons a.current:link,
.seasons a.current:visited {
	background-color: #003B6F;
	display: block;
	padding: 12px 20px 12px 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
}

.pimage {
	padding: 10px;
	border: 1px solid #F1F1F1;
	margin: 20px 10px 10px 10px;
	box-shadow: 0 5px 10px #999;
}

.seasons li {
	text-align: center;
	float: left;
}

div.sold-out {
	width: 800px;
	text-align: center;
	position: absolute;
}

.package-items li a {
	text-decoration: underline;
}

/* Anchor offsets. */

.package-title-anchor {
	margin-top: -30px;
	padding-top: 30px;
	display: block;
}

.package-season-anchor {
	margin-top: -126px;
	padding-top: 126px;
	display: block;
}

/* End package stuff. */

/*Vacation Guide*/

.vac-guide-box {
	background-color: #fff;
	border: 5px solid #318dde;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	width: 600px;
	margin: 0 auto 20px auto;
}

.vac-guide-download {
	float: left;
}

.vac-guide-image {
	float: left;
}

.vacationguide {
	width: 920px;
	height: 500px;
}

.vbutton {
	background-color: #073d6d;
	padding: 8px;
	display: block;
	float: left;
	width: 206px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	border-radius: 5px;
}

.vbutton:hover {
	background-color: #052b4d;
	color: #fff;
}

.vbutton span {
	font-style: italic;
	font-size: 10px;
	color: #888;

}

/** Alerts stuff. */

h2.alert_title {
	font-size: 13px;
	line-height: 20px;
	margin: 20px 0 0;
	padding: 0;
}

.alert_title a {
	background: #0D5DA4;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	display: block;
	margin: 0;
	padding: 10px 20px;
	text-decoration: none;
}

.alert_title a:before {
	content: "+ ";
}

.alert_title.selected a:before {
	content: "- ";
}

.alert_title a:hover, .alert_title.selected a,
.alert_title.selected a:hover {
	background-color: #5E8F2A;
	text-decoration: none;
}

.alert_info {
	padding: 20px 20px 0;
}

.alert_info h3 {
	font-size: 16px;
}

/** End alerts stuff. */

#map_canvas {
	color: #000;
}

/** Info/Request. */

#inforeq {
	margin: 0 auto;
	width: 620px;
}
#inforeq label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-weight: bold;
	margin-bottom: 20px;
	padding-right: 10px;
	width: 100%;
}
#inforeq label span {
	font-size: 12px;
	font-weight: normal;
}
#inforeq label span.error {
	color: #f00;
}
#inforeq label span.field-note {
	font-size: 11px;
}
#inforeq input[type="text"],
#inforeq select,
#inforeq textarea {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
	font-size: 12px;
	outline: none;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#inforeq button {
	border: none;
	clear: both;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin: 0 auto 20px;
	outline: none;
	padding: 15px 30px;
	background-color: #6bd655;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#inforeq button:hover {
	background-color: #89ec76;
}
#inforeq .first {
	clear: both;
}
#inforeq .col-1-2,
#inforeq .col-1-3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#inforeq .col-1-2 {
	width: 50%;
}
#inforeq .col-1-3 {
	width: 33.3333%;
}
#inforeq .inforeq-newsletter {
	background: rgba(0, 0, 0, .2);
	border-radius: 4px;
	clear: both;
	color: #fe0;
	font-size: 12px;
	font-style: italic;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 5px 5px 5px 30px;
}
#inforeq .inforeq-newsletter label {
	margin-bottom: 0;
}
#inforeq .inforeq-newsletter input {
	float: left;
	margin-left: -20px;
}
#inforeq .inforeq-trust {
	margin: 30px 0 20px;
	text-align: center;
}
#inforeq .inforeq-trust p {
	color: rgba(255,255,255,.8);
	font-size: 28px;
	font-weight: bold;
}
#inforeq .inforeq-trust img {
	border: 0;
	margin-left: 20px;
}

/** End Info/Request. */

/** BVG Request. */

#bvgreq {
	margin: 0 auto;
	width: 620px;
}
#bvgreq label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-weight: bold;
	margin-bottom: 20px;
	padding-right: 10px;
	width: 100%;
}
#bvgreq label span {
	font-size: 12px;
	font-weight: normal;
}
#bvgreq label span.error {
	color: #f00;
}
#bvgreq label span.field-note {
	font-size: 11px;
}
#bvgreq input[type="text"],
#bvgreq select {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
	font-size: 12px;
	outline: none;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#bvgreq button {
	border: none;
	clear: both;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin: 0 auto 20px;
	outline: none;
	padding: 15px 30px;
	background-color: #6bd655;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bvgreq button:hover {
	background-color: #89ec76;
}
#bvgreq .first {
	clear: both;
}
#bvgreq .col-1-2,
#bvgreq .col-1-3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bvgreq .col-1-2 {
	width: 50%;
}
#bvgreq .col-1-3 {
	width: 33.3333%;
}
#bvgreq .bvg-newsletter {
	background: rgba(0, 0, 0, .2);
	border-radius: 4px;
	clear: both;
	color: #fe0;
	font-size: 12px;
	font-style: italic;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 5px 5px 5px 30px;
}
#bvgreq .bvg-newsletter label {
	margin-bottom: 0;
}
#bvgreq .bvg-newsletter input {
	float: left;
	margin-left: -20px;
}
#bvgreq .bvg-trust {
	margin: 30px 0 20px;
	text-align: center;
}
#bvgreq .bvg-trust p {
	color: rgba(255,255,255,.8);
	font-size: 28px;
	font-weight: bold;
}
#bvgreq .bvg-trust img {
	border: 0;
	margin-left: 20px;
}

/** End BVG Request. */

/** Group Packages */
.pack-table {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin: 0 auto 60px;
	width: 800px;
}
.pack-table p,
.pack-table h3,
.pack-table h4,
.pack-table ul,
.pack-table li {
	color: #2a2a2a;
}
.pack-table a {
	color: #0083F7;
}
.pack-table th {
	background: #003B6F;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
}
.pack-left-cell {
	background: #fff;
	border-radius: 0 0 0 5px;
	border-right: 1px solid #e4e4e4;
	padding: 20px 0 40px;
	text-align: center;
	vertical-align: top;
	width: 40%;
}
.pack-left-cell > img {
	border: 1px solid #F1F1F1;
	box-shadow: 0 5px 10px #999999;
	height: 150px;
	margin: 10px;
	padding: 10px;
	width: 190px;
}
.pack-right-cell {
	background: #fff;
	border-radius: 0 0 5px 0;
	padding: 60px 40px 40px 60px;
	vertical-align: top;
}
.pack-preprice {
	color: #2a2a2a;
	font-size: 18px;
	font-weight: bold;
}
.pack-price {
	font-size: 28px;
	color: #00549e;
	font-weight: bold;
	line-height: 1.5;
}
.pack-left-cell .note,
.pack-notes {
	color: #2A2A2A;
	margin: 20px 5px 0;
	font-size: 11px;
}
.pack-included {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #333;
}
.pack-items h4 {
	color: #2A2A2A;
	font-size: 13px;
	margin: 0 0 0;
	padding-left: 30px;
}
.pack-table .package-items,
.pack-table .package-item-options{
	color: #2A2A2A;
	font-size: 13px;
	margin-bottom: 20px;
}
.pack-table .package-item-options {
	list-style: circle;
}
.pack-table .package-item-options li {
	margin-left: 50px;
}
.pack-table .package-items li a,
.pack-table .package-item-options li a {
	text-decoration: underline;
}
.call-to-action {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0;
	text-align: center;
}
/** end Group Packages */

.dining-listing:before {
	content: " ";
	display: table;
}
.dining-listing:after {
	clear: both;
	content: " ";
	display: table;
}
.dining-listing h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.dining-img {
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	float: right;
	margin: 0 0 20px 20px;
}
.dining-menu {
	margin-bottom: 10px;
	overflow: hidden;
}
.dining-menu a {
	background: #059ec7;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 11px !important;
	line-height: 1;
	margin: 0 5px 5px 0;
	padding: 7px 10px;
	text-decoration: none;
}
.dining-menu a:hover {
	background: #0eb8e6;
}

.property-photos img {
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	display: inline-block;
	margin: 0 0 5px;
}

.styled-img {
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

.more-link {
	display: block;
	width: 150px;
	float: left;
	border-radius: 4px;
	background-color: #0b508d;
	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.lead {
	margin-bottom: 20px;
	font-size: 21px !important;
	font-weight: 200;
	line-height: 1.4 !important;
}

.fa-shadow {
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

/* Tooltip */
.tooltip{
	color: #fff;
	background-color: #052b4d;
	margin: 5px;
	padding: 5px 10px;
	border: 3px solid #031a2f;
	position: absolute;
	overflow: hidden;
	z-index: 9999;
}

.property_title_link {
	text-decoration: none;
	color: #fff !important;
}

/** Directory */

.dir-page {}
.dir-page h1,
.dir-page h4 {
	color: #fff8de;
}
.dir-page h1 {
	margin-top: 5px;
}
.dir-page.dir-page-category h1 {
	float: left;
	margin-right: 15px;
}
.dir-page h4 {
	margin-bottom: 5px;
}
.dir-breadcrumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	font-size: 12px;
	list-style: none;
	margin-bottom: 20px;
	padding: 10px;
}
.dir-breadcrumb > li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.dir-breadcrumb > li+li:before {
	color: #ddd;
	content: "/\00a0";
	padding: 0 5px;
}
.dir-breadcrumb > .active {
	color: #fff;
}
.dir-filters-header {
	color: #fff8de;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}
.dir-filters {
	margin-bottom: 20px;
}
.dir-filters.dir-filters-categories {
	float: left;
	margin-bottom: 20px;
}
.dir-filters .dir-filter {
	float: left;
	margin-left: -1px;
	position: relative;
}
.dir-filters .dir-filter:first-of-type {
	margin-left: 0;
}
.dir-filters .dir-filter:first-of-type .dir-filter-toggle {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 0;
}
.dir-filters .dir-filter:last-of-type .dir-filter-toggle {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.dir-filters .dir-filter .dir-filter-toggle {
	margin-left: -1px;
	padding: 10px 18px;
}
.dir-filter a {
	text-decoration: none;
	outline: none;
}
.dir-filter-toggle:link,
.dir-filter-toggle:visited {
	color: #fff;
}
.dir-filter-toggle {
	background-color: #094479;
	border: 1px solid #09355c;
	color: #333;
	cursor: pointer;
	display: inline-block;
	line-height: 17px;
	margin-bottom: 0;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	vertical-align: middle;
	white-space: nowrap;
}
.dir-filter-toggle:hover {
	background-color: #0d5da4;
}
.dir-filters-categories .dir-filter-toggle {
	background: #51a839;
}
.dir-filters-categories .dir-filter-toggle:hover {
	background: #6bd655;
}
.dir-filter-toggle .caret {
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	margin-top: 8px;
	margin-left: 0;
	vertical-align: top;
	width: 0;
}
.dir-filters .dir-filter ul.dir-filter-menu {
	max-height: 350px;
	overflow-y: scroll;
	width: 250px;
}
.dir-filter-menu {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	/*border: 1px solid #ccc;*/
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
	float: left;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
.open > .dir-filter-menu {
	display: block;
}
.dir-filters li {
	display: table;
	margin: 0;
	padding: 0;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.dir-filter-menu li.parent>a {
	font-weight: bold;
	padding-left: 8px;
	text-transform: uppercase;
}
.dir-filter-menu li>a {
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 15px;
	white-space: nowrap;
}

.dir-filter-menu li>a:hover,
.dir-filter-menu li>a:focus {
	background-color: #eee;
	text-decoration: none;
}
.dir-filter-menu li a.selected {
	background-color: #ddd;
	font-weight: bold;
}
.dir-filter-menu li a.dir-filter-item-disabled {
	color: #ccc !important;
	cursor: default;
	text-decoration: line-through;
}
ul.dir-filter-removal {
	background: #2683d6;
	border-radius: 3px;
	border-top: 1px solid #2683d6;
	clear: both;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 5px 10px;
}
ul.dir-filter-removal li {
	display: inline-block;
	line-height: 20px;
	margin: 0 15px 0 0;
}
ul.dir-filter-removal li a {
	text-decoration: underline;
}
.dir-filter-menu li a .fa,
ul.dir-filter-removal li a .fa {
	margin-right: 3px;
}
.muted {
	color: #999;
}
.dir-page-home .muted {
	color: #ccc;
	font-weight: normal;
}
.price {
	color: #427120;
	font-size: inherit;
}
.price>.price-gray {
	color: #cdcdcd;
}
.dir-category {
	padding: 20px;
}
.dir-category h2 {
	border-bottom: 1px solid #2683d6;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.dir-category ul {
	margin-left: 0;
}
.dir-category li {
	float: left;
	width: 180px;
}
.dir-category li a {
	text-decoration: underline;
}
#dir-listings-wrapper {
	position: relative;
}
#dir-listings-loading {
	position: absolute;
	text-align: center;
	width: 100%;
}
#dir-listings {
	background: #0d5da4;
	border-bottom: 1px solid #2683d6;
	position: relative;
}
.dir-categories-none,
.dir-listings-none,
#dir-listings-unmatched {
	background: #0d5da4;
	color: #fff0bc;
	font-size: 18px;
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}
.dir-listing {
	padding: 20px 60px 20px 20px;
	border-top: 1px solid #2683d6;
}
.dir-listing-left {}
.dir-listing-right {}
.dir-listing-name {
	font-size: 15px;
}
.dir-page .fa-phone {
	color: #fff0bc;
	margin-right: 5px;
}
.dir-listing-detail-left {
	width: 360px;
}
.dir-listing-detail-right {
	width: 300px;
}
.dir-map-caption {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	border: 0;
	padding: 10px;
	text-align: center;
}
.dir-listing-detail-map {
	max-width: 100%;
}
.dir-listing-detail-address {
	font-size: 11px !important;
	margin: 5px 0 0;
}
.fa-ul li.no {
	opacity: 0.5;
}
.dir-connect-links a {
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dir-connect-links .website {
	color: #35465c;
}
.dir-connect-links .website:hover {
	color: #fff;
}
.dir-connect-links .website:hover .fa-inverse {
	color: #35465c;
}
.dir-connect-links .facebook {
	color: #3b5998;
}
.dir-connect-links .facebook:hover {
	color: #fff;
}
.dir-connect-links .facebook:hover .fa-inverse {
	color: #3b5998;
}
.dir-connect-links .twitter {
	color: #55acee;
}
.dir-connect-links .twitter:hover {
	color: #fff;
}
.dir-connect-links .twitter:hover .fa-inverse {
	color: #55acee;
}
.dir-category-button {
	clear: both;
	padding: 20px 0;
	text-align: center;
}

/** end Directory */

/***********************************************************************************

BCOM: Form

************************************************************************************/

.bcom-form button,
.bcom-form input[type="text"],
.bcom-form label,
.bcom-form select,
.bcom-form textarea,
.bcom-form .col-1-2,
.bcom-form .col-1-3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bcom-form .first {
	clear: both;
}

.bcom-form .col-1-2 {
	width: 50%;
}

.bcom-form .col-1-3 {
	width: 33.3333%;
}

.bcom-form label {
	float: left;
	font-weight: bold;
	margin-bottom: 20px;
	padding-right: 10px;
	width: 100%;
}

.bcom-form label span {
	font-size: 12px;
	font-weight: normal;
}

.bcom-form label span.error {
	color: #f00;
}

.bcom-form label span.field-note {
	font-size: 11px;
}

.bcom-form input[type="text"],
.bcom-form select,
.bcom-form textarea {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
	font-size: 12px;
	outline: none;
	padding: 7px 10px;
	width: 100%;
}

.bcom-form button {
	border: none;
	clear: both;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin: 0 0 20px;
	outline: none;
	padding: 15px 30px;
	background-color: #6bd655;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.bcom-form button:hover {
	background-color: #89ec76;
}

/* Pricing Styles */

.price-table-wrapper {
	background-color: #052b4d;
	border-radius: 10px;
	margin: 0 auto 10px;
	max-width: 400px;
	padding: 10px;
	width: 100%
}

.price-table {
	border-collapse: collapse;
	border-color: #ccc;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.price-table .price-title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	padding: 10px 0 20px;
	text-align: center;
}

.price-table tr.type th {
	background-color: #024985;
	color: #e3e3e3;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
	padding: 30px 0 10px;
	text-align: center;
}

.price-table tr.price {
	background-color: #fff;
}

.price-table tr.price td {
	padding: 20px 0 10px;
	text-align: center;
}

.price-table tr.price td span.price {
	color: #444;
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
}

.price-table tr.price td span.tax {
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1;
}

.price-table tr.price td span.box-office {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1;
	margin-top: 10px;
}

.price-table tr.notes td {
	color: #fff;
	font-size: 12px;
	padding: 20px 0 10px;
	text-align: center;
}
.price-heading {
	color: black;
}