@charset "utf-8";
/* CSS Document */
.demo_wrapper {
    -webkit-right-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.skin7.top .tabs_header {
    margin: 0;
    padding: 0;
    list-style: none
    }
.skin7.top .tab_header_item {
    float: left;
    margin: 0
    }
.skin7.top .tab_content {
    clear: left;
    display: none;
    padding: 5px 20px
    }
/* skin */
.skin7.top.tabs_wrapper {
    /*	border: 1px solid #ccc; */
    }
.skin7.top .tabs_header {
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: 1px
    }
.skin7.top .tab_header_item {
    background: url(../images/tabs_header_top.png) repeat-x;
    margin-right: 2px;
    padding-top: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 9px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 0 solid #ddd;
    height: auto
    }
.skin7.top .tab_header_item.tab_selected {
    background: #fff;
    border-bottom: none;
    height: auto
    }
.skin7.top .tab_header_item.tab_selected a {
    color: #09c
    }
.skin7.top .tab_header_item.first_tab {
    border-left: 0 solid #ccc
    }
.skin7.top .tab_header_item a {
    padding: 40px 40px 40px 40px;
    font: bold 26px Arial, Helvetica, sans-serif;
    line-height: 40px;
    color: #999;
    text-decoration: none;
    outline: 1
    }
.skin7.top .content_holder {
    font: 12px/24px Arial, Helvetica, sans-serif;
    color: #777;
    padding: 5px;
    border: 0 solid #ddd
    }