/*-------------------
 TAB CONTENT
------------------ */

ul.shade-tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}
ul.shade-tabs li{border:1px solid #e0dadf;background:#2e2e2e;/*background:-webkit-gradient(linear,left top,left bottom,from(#2e2e2e),to(#e0dadf));background:-webkit-linear-gradient(#2e2e2e,#e0dadf);background:-moz-linear-gradient(center top,#2e2e2e 0,#e0dadf 100%);background:-moz-gradient(center top,#2e2e2e 0,#e0dadf 100%);*/display:inline-block;position:relative;z-index:0;/*-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;box-shadow:0 3px 3px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.6);*/margin:0 -5px;padding:0 1em}
ul.shade-tabs li a{display:inline-block;padding:.5em 0;font-weight:bold;color:#ffffff;/*text-shadow:0 1px 0 rgba(255,255,255,0.8);text-decoration:none*/}
ul.shade-tabs li a:hover{text-decoration:none;color:#777}
ul.shade-tabs li.active{background:#fff;z-index:2;border-bottom-color:#fff}
ul.shade-tabs li.active a{color:inherit;text-shadow:inherit}
ul.shade-tabs li.active:before{box-shadow:2px 2px 0 #fff}
ul.shade-tabs li.active:after{box-shadow:-2px 2px 0 #fff}
ul.shade-tabs li:after{border:1px solid #2e2e2e;position:absolute;bottom:-1px;width:5px;height:5px;content:" "}
ul.shade-tabs li:before{left:-6px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e0dadf}

ul.shade-tabs li:after{right:-6px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e0dadf}
ul.shade-tabs:before{position:absolute;content:" ";bottom:0;left:0;border-bottom:1px solid #2e2e2e;z-index:1}
.tabcontent{margin:0 0 2em;padding:0;}


