/******************* 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: #333333;
  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: #9b907d;
  -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: #9b907d;
}

.scroll_tabs_container .scroll_tab_left_button_disabled {

  background-color: #9b907d;
}

.scroll_tabs_container .scroll_tab_right_button {
  height: 40px;
  background-color: #9b907d;
  -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: #9b907d;
}

.scroll_tabs_container .scroll_tab_right_button_disabled{
  color: #fff;
  background-color: #9b907d;
}

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

.scroll_tabs_theme_light {
	height: 41px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdbd9e;
}

.scroll_tabs_theme_light div.scroll_tab_inner {
	height: 42px;

}

.scroll_tabs_theme_light div.scroll_tab_inner span {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	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: #9b907d;
  border-left: 0px;

}



.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over {  /*hover*/
  background-color: #bbb2a4;
  color: #fff;
}

.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: 5px;
}

.scroll_tabs_theme_light .scroll_tab_left_button_over {
  color: #fff;
  background-color: #9b907d;
}

.scroll_tabs_theme_light .scroll_tab_left_button_disabled {
  

}

.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: 5px;
}

.scroll_tabs_theme_light .scroll_tab_right_button_over {
  color: #fff;
  background-color: #9b907d;
}

.scroll_tabs_theme_light .scroll_tab_right_button_disabled{
  color: #fff;
  background-color: #9b907d;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected {
  background-color: #9b907d;
  color:#fff;
}

