/* vertical tabs */
.vertical_tabs {background:#fff;border:1px solid #c2c2c2;overflow: hidden;border-radius:3px;}
.vertical_tabs.tabbable .nav {float:left;width:25%;border-right:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;margin:0 0 -1px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;/* box-sizing:border-box; */}
.vertical_tabs.tabbable .nav>li {border-top:1px solid #c2c2c2;}
.vertical_tabs.tabbable .nav>li>a {line-height:20px; padding-left:5px; font-weight:bold; text-transform:uppercase; color:#595959; background: #ffffff;
background: -moz-linear-gradient(left,  #ffffff 73%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(73%,#ffffff), color-stop(100%,#ededed));
background: -webkit-linear-gradient(left,  #ffffff 73%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 73%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 73%,#ededed 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 73%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );}
.vertical_tabs.tabbable .nav>li>a>span {padding: 6px 7px 7px 7px; background:#646464; margin-right: 5px;line-height: 1;display: inline-block; vertical-align: middle; margin-top: -1px;
-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.vertical_tabs.tabbable .nav>li>a>span span {margin: 0; vertical-align: middle;}

.vertical_tabs.tabbable .nav>li>a:hover,
.vertical_tabs.tabbable .nav>li.active>a { color:#cd2122; }
.vertical_tabs.tabbable .nav>li.active>a { background:#fff; margin-right: -1px;}
.isie.ie9 .vertical_tabs.tabbable .nav>li.active>a { background:#fff; filter:none;}
.vertical_tabs.tabbable .nav>li.active>a>span,
.vertical_tabs.tabbable .nav>li>a:hover>span { background:#cd2122; }
.vertical_tabs.tabbable .nav>li:first-child {border-top:0;}
.vertical_tabs.tabbable .tab-content {float:left;width:75%;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

.vertical_tabs.tabbable .tab-content
{border:none}
