.englishflag A {
 /*chemin de l’image par rapport au dossier skin*/ 
background-image:url(../images/flag_united_kingdom.gif); 
/*position (X,Y) de l’image par rapport au coin en haut à gauche de l’onglet*/ 
background-position:0px 0px; /*non répétition de l’image*/ 
background-repeat:no-repeat; 
/*hauteur (px) de la zone qui contient l’image*/ 
height:16px ; 
/*largeur (px) de la zone qui contient l’image*/ 
width:50px ; }

.englishflag SPAN {
 display:none; 
}

.englishflag A:hover { 
/*chemin de l’image par rapport au dossier skin*/ 
background-image:url(../images/button_validate.gif)!important; 
/*position (X,Y) de l’image par rapport au coin en haut à gauche de l’onglet*/ 
background-position:0px 0px!important; 
/*non répétition de l’image*/ 
background-repeat:no-repeat!important; }

.axvdocsearchnobutton .actions-area { padding:8px 8px 5px 8px;  }
.axvdocsearchnobutton .actions-area .button-area {display:none;}
.axvdocsearchnobutton .actions-area .button-area IMG {display:none;}
.axvdocsearchnobutton .actions-area .button-area .action-refresh {display:none;}
.axvdocsearchnobutton .actions-area .button-area .action-refresh SPAN {display:none;}
