#tour {
	width:498px;
	min-height:600px;
}
th {
	text-transform:uppercase;
	/*font-variant: small-caps; */
}
#tour_heading {
	margin:0;
	padding:0;
	margin-bottom:5px;
}
#tour_heading img {
	width:75px;
	height:75px;
	float:left;
}
#tour_heading_2 {
	padding:8px 0 8px 0;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
	width:390px;
}
li {
	margin-bottom:8px;
}
form label {
	width:200px;
	display: inline;
	float:left;
	font-weight:600;
	font-size:14px;
	letter-spacing:-.5px;
}
#tour_display {
	clear:both;
	border-top:1px dashed #888;
}
#tour_filter {
	margin:0;
	padding-bottom:5px;
	float:right;
}
form {
	margin-top:0px;
}
#loc_filter_div {
	display:inline;
}
#info {
	position: absolute;
	left:20px;
	top:190px;
	width:410px;
	display: none;
}

.tourshadow {
	width: 430px;
	background: url(../img/shadow.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 0px 14px 12px 6px !important;
	margin: 0px 14px 12px 3px;
	padding: 0px;
	}
.tourbox {position: relative;
	bottom: 6px;
	right: 6px;
	width: 410px;
	margin: 0px;
	padding: 10px;
	background-color: #353535;
	} 
#tour-content-here {width: 388px;
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
	text-align: left;
	overflow:hidden;
	}
#tour-content-here p {
	padding-left:30px;
}
#tour-content-here h4 {
	text-align:center;
}
#tour_nav {
	min-height:15px;
	text-align:center;
	width:498px;
}
#pages {
	display:none;
}
#curr_page {
	display:none;
}
#next_tour_page {
	float:right;
	width:200px;
	text-align:left;
}
#prev_tour_page {
	float:left;
	text-align:right;
	width:200px;
}
