﻿.media_header, .media_leaf {
	border: 0px #C0C0C0 solid;
	position: relative;
	clear: both;
}

.media_header {
	min-height: 30px;
	top: -32px;
	left: -1px;
}

.media_leaf {
	min-height: 195px;
	margin: 70px 20px 20px 20px;
	border-width: 1px;
	position: relative;
}

.media_leaf_content {
	clear: both;
}

#media_guided_tour_video {
	width: 700px; 
	margin: 18px auto 40px auto;
}

.media_image {
	float: left;
	margin: 8px 0px 40px 40px;
	width: 113px;
	height: 113px;
	border: 1px #C0C0C0 solid;
}

.media_tab, .media_tab_selected, .media_tab_title {
	float: left;
	text-align: center;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	border: 1px #C0C0C0 solid;
	border-left-width: 0px;
	background-color: white;
	font-size: 18px;
	font-weight: normal;
    color: #ff7625;
	position: relative;
}

.media_tab:hover {
	background-color: #DAEBFE;
	color: #ff7625;
	cursor: pointer;
}

.media_tab_selected {
    border-bottom-color: #FFFFFF;
}

.media_tab_title {
	background-color: #F5F5F5;
	color: #6093FF;
	border-left-width: 1px;
}

.media_tab_left_most {
    border-left-width: 1px;
}

.hide {
	display: none;
}
