body{
	scrollbar-face-color: #9a6335;
	scrollbar-shadow-color: #703d00;
	scrollbar-highlight-color: #caa57d;
	scrollbar-3dlight-color: #caa57d;
	scrollbar-darkshadow-color: #caa57d;
	scrollbar-track-color: #ebd5bc;
	scrollbar-arrow-color: #FFFFFF;
}

UL{
	padding: 0;
	margin: 0;
}

.horizontal_accordion_toggle {
	float: left;
	height: 250px;
	width: 30px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {}

.horizontal_accordion_content {
	height: 250px;
	float: left;
	position: relative;
	overflow:hidden;
	background-color: #ffffff;
	color: #444444;
}

.show_confirm{
	position: absolute;
	width: 100%;
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-align: center;
	bottom: 0;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	left: 0;
	z-index: 9999;
}

#horizontal_container {
	width: 750px;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.show_links{
	background: #703d00;
	width: 100px;
	position: absolute;
	height: 250px;
	color: #FFFFFF;
	z-index: 0;
}

.show_links a,  .show_links a:link {
  color:#FFFFFF;
  text-decoration: none;
}

.show_links a:visited {
  text-decoration: none;
}

.show_links a:hover {
 color:#ebd5bc;
 text-decoration: underline;
}

#show_link_content {height: 195px; width: 450px; overflow-y: auto; margin-right: 20px;}
#show_link_content a{color:#ebd5bc;}
#show_link_content a:hover{color:#FFFFFF;}

.link_content{
	background: #caa57d;
	width: 400px;
	position: absolute;
	height: 250px;
	color: #FFFFFF;
	left: 100px;
	top: 0;
	text-align:right;
}

.show_sections_link{
	text-align:right;
	width:150px;
	margin-top:5px;
	margin-right:5px;
}

.show_sections_link a{color:#FFFFFF;display:block;}
.show_sections_link a:hover{ color:#703d00;}

#sectionsort1 li{padding-top:10px;}
#sectionsort2 li{padding-top:10px;}
#sectionsort3 li{padding-top:10px;}
#sectionsort4 li{padding-top:10px;}
