/******************* BASIC STYLING **********************/
.scroll_tabs_container {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  height: 40px;

}

.scroll_tabs_container div.scroll_tab_inner {
  height: 40px;
}

.scroll_tabs_container div.scroll_tab_inner span {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  color: #4d7c67;
  cursor: pointer;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container .scroll_tab_left_button {
  height: 40px;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_left_button::before {
  content: "\25C0";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_left_button_over {
  background-color: #fff;
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
  color: #4d7c67;
}

.scroll_tabs_container .scroll_tab_right_button {
  height: 40px;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_right_button::before {
  content: "\25B6";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_right_button_over {
  background-color: #fff;
}

.scroll_tabs_container .scroll_tab_right_button_disabled{
  color: #4d7c67;
}

/****************** LIGHT THEME **************************/

.scroll_tabs_theme_light {
	height: 41px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d7c67;
	/*margin-top: 10px;*/
}

.scroll_tabs_theme_light div.scroll_tab_inner {
	height: 42px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span {
	padding-left: 3px;
	padding-right: 3px;
	line-height: 40px;
	font-size: 18px;
	color: #4d7c67;
	cursor: pointer;

}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  background-color: #CCCCCC;
  
 
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;  
  background-color: #fff;
  border-left: 0px;

}



.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over {  /*hover*/
  color: #4d7c67;
  border-top: 1px solid #4d7c67;
  border-right: 1px solid #4d7c67;
  border-left: 1px solid #4d7c67;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over:first-child {
	border-left: none;
	border-right:none;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over:last-child {
	border-left: none;
	border-right:none;
}

.scroll_tabs_theme_light .scroll_tab_left_button {
	height: 40px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.scroll_tabs_theme_light .scroll_tab_left_button::before {
  content: "\25C0";
  line-height: 40px;
  padding-left: 0px;
}

.scroll_tabs_theme_light .scroll_tab_left_button_over {
  color: #4d7c67;
  background-color: #fff;
}

.scroll_tabs_theme_light a {
	color:#4d7c67;
	display: inline-block;
	padding: 0px 20px;
}

.scroll_tabs_theme_light .scroll_tab_right_button {
  height: 40px;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.scroll_tabs_theme_light .scroll_tab_right_button::before {
  content: "\25B6";
  line-height: 40px;
  padding-left: 15px;
}

.scroll_tabs_theme_light .scroll_tab_right_button_over {
  color: #4d7c67;
  
}

.scroll_tabs_theme_light .scroll_tab_right_button_disabled{
  color: #4d7c67;
  background-color: #fff;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected {
  color: #4d7c67;
  border-top: 1px solid #4d7c67;
  border-right: 1px solid #4d7c67;
  border-left: 1px solid #4d7c67;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 0px;

}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected:first-child{
	border:none;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected:last-child{
	border:none;
}

#directions-tabs .scroll_tab_inner .tab_selected:first-child {
	border-left: none;
	border-right:none;
}
#directions-tabs .scroll_tab_inner .tab_selected:last-child {
	border-left: none;
	border-right:none;
}