#maintab {
    margin-bottom: 2px;
    border-bottom: 1px solid #87908c;
}

.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: 137px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    margin-right: 0;
    color: #fff;
    background: #fff url(shade.png) top left no-repeat;
    text-align: center;
    padding-right: 0;
}

.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: #fff url(shadeactive.png) top left no-repeat;
    width: 137px;
    color: #fff;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/

    margin: 0;
    padding: 0;
    font-size: 12px;
    background: #fff url(/img/produit-tab-bg.png) top left repeat-x;
}



.tabcontent{
    display:none;
    padding: 0;
}

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