.unselectable, .tab .tab-legend > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tab {
  width: 100%;
  margin: 20px 0;
  overflow: hidden; }

.tab > .tab-legend, .tab > .tab-content, .tab-legend > li, .tab-content > li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.tab .tab-legend {
  overflow: hidden; 
	font-family: 'Open Sans', sans-serif;

  }

.tab .tab-legend > li {
  padding: 1em .5em 1em 1.2em ;
  font-size: .9em;
  float: left;
  cursor: pointer;
  color:#666;
  font-weight:500;
  line-height:1.8em;
   }

.tab .tab-legend > li {
	background:#f3f3f3 url(../images/liarow.png) no-repeat 6px 22px;	
	 }

.tab .tab-legend .active {
/*  padding: 13px 15px 15px 15px;
*/  background:#fff url(../images/liarow_hover.png) no-repeat 6px 22px;
  color: #0959a9; }

.tab .tab-content {
  width: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden; }

.tab .tab-content > li {
  position: relative;
  overflow: hidden; }

/*Horizontal specific*/
.tab-horiz .tab-legend {
  width: 100%;
  }

.tab-horiz .tab-legend > li {
  border-bottom: dashed 1px #d1d1d1; }

.tab.tab-horiz .tab-legend .active {
background:#f3f3f3 }

.tab-horiz .tab-legend > li:first-child {
  border-left: solid 1px #CCC; }

.tab-horiz .tab-content {
  width: 100%; }

/*Vertical specific*/
.tab-vert .tab-legend {
  width: 25%;
  float: left;
  border-bottom: dashed 1px #d1d1d1; }

.tab.tab-vert .tab-legend .active {
 /* border-left: solid 3px #dc5147;*/ }

.tab-vert .tab-legend > li {
  width: 100%;
  border-top: dashed 1px #d1d1d1;
  }

.tab-vert .tab-legend > li.active {
  border-right: 0; }

.tab-vert .tab-content {
  width:71%;
  display: block;
  float: right; }

.tab-vert .tab-content > li {
  min-height: 100%;
  display: block; }
