.shadetabs{
padding: 3px 2px 2px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
}

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

li#tab1 a{
background: url('/images/description.gif') no-repeat;
float: left;
}

li#tab3 a{
background: url('/images/livraison.gif') no-repeat;
float: left;
}

li#tab2 a{
background: url('/images/taille.gif') no-repeat;
float: left;
}

li.selected#tab1 a {
background: url('/images/description_over.gif') no-repeat;

}

li.selected#tab3 a {
background: url('/images/livraison_over.gif') no-repeat;

}

li.selected#tab2 a {
background: url('/images/taille_over.gif') no-repeat;

}

/*
.shadetabs li.selected a{ 
background: red url('/images/livraison_over.gif') top left repeat-x;
border-bottom-color: white;
}
*/

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 300;
margin-bottom: 1em;
padding: 3px;
}

.tabcontent{
display:none;
}

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