﻿.tour_navigator {
	float: right;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
	margin-left: 20px;
	border: 1px solid #C0C0C0;
    border-bottom-width: 0px;
	position: relative;
	top: 4px;
}

.tour_navigator a:link, .tour_navigator a:active, .tour_navigator a:visited {
	color: #6093FF;
	padding: 0px 10px 0px 10px;
}

.tour_navigator a:hover {
	color: #ff7625;
}

.tour_manual {
	float: right;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	border: 1px solid #C0C0C0;
    border-bottom-width: 0px;
	background-color: #ff7625;
	color: #F0F8FF;
	position: relative;
	top: -1px;
}

.tour_manual:hover {
	background-color: #DAEBFE;
	color: #ff7625;
	cursor: pointer;
}

.tour_image_panel {
	background-repeat: no-repeat; 
	background-position: center top;
}

.tour_video_panel {
	padding: 5px 0px 36px 0px;
}

.tour_main_image {
	background-position: center 3px;
	padding-top: 290px;
}

.tour_standard_image {
	padding-top: 290px;
}

.tour_bottom_image {
	background-position: center 30px;
	padding-top: 130px;
	padding-bottom: 30px;
	margin: auto;
	width: 500px;
	border: 1px #6093FF solid;
	position: relative;
}

.tour_text_panel {
	margin: 0px 30px 0px 30px;
}

.tour_tip_panel {
	margin: 30px 50px 0px 50px;
	padding: 10px;
	border: 1px #6093FF solid;
	position: relative;
}

.tour_tip_heading {
	display: block;
	color: #ff7625;
	font-size: 16px;
	font-weight: bold;
}

.tour_standard_column {
	float: left;
	width: 50%;
}

#tour_menu_column {
    float: left;
    width: 200px;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: left; 
    position: relative;   
}

#tour_content_column {
    float: right;
    width: 750px;
    height: 100%;
    padding-top: 25px;
    text-align: left;    
}

#tour_tab_panel {
	width: 155px;
	margin: 10px 0px 25px 20px;
	border: 1px #C0C0C0 solid;
	position: relative;
}

.tour_tab {
	color: #ff7625;
	padding: 10px;
	text-align: center;
	border-bottom: 1px #DAEBFE solid;
}

.tour_tab:hover {
	background-color: #DAEBFE;
	cursor: pointer;
}

.tour_special_tab {
	background-color: #ff7625;
	color: #F0F8FF;
	padding: 10px;
	text-align: center;
}

.tour_special_tab:hover {
	cursor: pointer;
}

.tour_spacer {
	height: 70px;
}

.tour_bottom_block_spacer {
	height: 30px;
}

.guide_detail {
	float: left;
	width: 200px;
	position: absolute;
}

.guide_legend_frame {
	width: 250px; 
	margin: auto;
}

.guide_legend_entry {
	border-bottom: 1px #c0c0c0 solid;
	margin-bottom: 5px;
}

.guide_legend_icon {
	float: left; 
	background-repeat: no-repeat; 
	width: 24px; 
	height: 24px;
}

.guide_legend_text {
	float: right; 
	width: 210px;
}
