#maintab {
    border-bottom: 3px solid #074f88;
    margin-bottom: 2px;
}

.shadetabs{
    
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font-weight: bold; 
    font-size: 12px;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
    display: inline;
    margin: 0;
}

.shadetabs li a{
    float: left;
    width: 126px;
    height: 24px;
    line-height: 22px;
    text-decoration: none;
    margin-right: 2px;
    color: #fff;
    background: white url(shade.png) top left repeat-x;
    text-align: center;
}

.shadetabs li a:visited{
    color: #fff;
}

.shadetabs li a:hover{
    color: #fff;
}

.shadetabs li.selected{
    position: relative;
    top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
    background-image: url(shadeactive.png);
    width: 126px;
    /*height: 25px;
    line-height: 23px;*/
    /*border-bottom-color: white;*/
    border-bottom-color: #074f88;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
    
    margin-bottom: 0;
    padding: 10px;
    font-size: 12px;
    background: #fff url(/img/produit-tab-bg.png) top left repeat-x;
}



.tabcontent{
    display:none;
    padding: 10px;
}

@media print {
    .tabcontent {
        display:block!important;
    }
}