/* Tabs
====================================*/
.tabs2-nav {
list-style: none;
margin: 8px 0 0 0;
overflow: hidden;
padding: 0;
width: 100%;
}

.tabs2-nav li {
float: left;
line-height: 23px;
overflow: hidden;
padding: 0;
position: relative;

}


.tabs2-nav li a {
background-color: #f8f8f8;
border: 1px solid #e0e0e0;
border-right: none;
color: #888;
font-weight: 500;
display: block;
letter-spacing: 0;
outline: none;
padding: 0 20px;
text-decoration: none;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
} 

.tabs2-nav li:first-child a { border-left: 1px solid #e0e0e0; }
.tabs2-nav li:last-child a { border-right: 1px solid #e0e0e0; }

.tabs2-nav li.active a { color: #333; font-weight: 500; }
.tabs2-nav li.active i:before  { color: #555; }

.tabs2-nav li i:before { color: #909090; }
.tabs2-nav li span { margin-left: -7px; }
.tabs2-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs2-nav li i {opacity: 0.64; filter: alpha(opacity=64); margin: 10px 0 0 0; }

.tabs2-nav li a:hover  { background: #fff; }

.tabs2-nav li.active a {
    background: #fff;
    border: 1px solid white;
    border-bottom: 2px solid #1396e2;
    font-weight: bold;
}

.tab-content {}
.shop-page .tab-content table p,
.tab-content p { margin: 0px;}
.shop-page .tab-content p {
margin-bottom: 20px;
}
.tabs2-container {
border-top: 1px solid #DEDEDE;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
margin: -1px 0 20px;
overflow: hidden;
width: 100%;
line-height: 21px;
}