
ul.tabs {overflow: hidden; height: 54px;}

ul.tabs li {float: left; position: relative; overflow: hidden; line-height: 32px; border: 1px solid #e7e7e7; border-bottom: none;}

ul.tabs li a {display: block;position: relative;outline: none; background: #f3f3f3 url(../images/tab-owerlay.png) repeat-x 0 0px; border-left: 1px solid #f5f5f5; border-right: 1px solid #c5c5c5; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #777; font-size: 22px; padding: 10px 48px 8px 48px;}

ul.tabs li a.first {border-left: 1px solid #f1f1f1;}

ul.tabs li a:hover {background: #eaeaea url(../images/tab-owerlay.png) repeat-x 0 -0px; color: #333;}

ul.tabs li.active a {background: transparent; border-top: 5px solid #c43031; border-bottom: none; border-right: none; border-left: none; color: #555;}

.tab_container {float: left; clear: both; width: 100%;}

.tab_content {padding-top: 30px;}

