body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.4;
	background-color: #ffffff;
	text-align: left;
	background: url(img/custom_avast/background.jpg) center top no-repeat;
}

label{

color: #000000;
font-weight:bold;
}
.orange_bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;	
	color: #F05C29;
	
}
.orange_bold_simple {
	
	font-weight:bold;
	color: #F05C29;
}
.green_bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;	
	/*font-weight:bold;*/
	color: green;
}
.green_bold_simple{
	
	font-weight:bold;
	color: green;
}
hr{
color: #ff9900;
background-color: #ff9900;
border: 0px;
height: 1px;

}
/* LES INCONTOURNABLES -------------------------------------------------------------- */

#ul, ol, dl { /* Evite les soucis de padding et margin avec ie */
	padding: 0;
	margin: 0;
}

h1, h2, h3,  h5, h6 {
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 0px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */

	}
	
H2{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	
}

a img { /* Pas de bordure bleue autour des images avec lien */
	border: none;
}

/* ~~ La définition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sélecteurs qui créent l'effet de survol. ~~ */
a:link {
	color: #000;
	text-decoration: underline; /* à moins que vous ne définissiez un style particulièrement exclusif pour vos liens, mieux vaut prévoir un soulignement, qui garantit une identification visuelle rapide. */
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* ce groupe de sélecteurs offrira à un navigateur au clavier la même expérience de survol que celle d'une personne employant la souris. */
	text-decoration: none;
}
.button {
    border: 1px solid #c0c0c0;
    background: #00AFDF;
	color : #FFF;
	font-size: 14px;
	font-weight: bold;
	padding:5px;
}
.button:hover {
    border: 1px solid #000;
    background: #FA7A15;
	cursor: pointer;
	/*font-weight:bold;*/
	color : #000;
	font-size: 14px;
	padding:5px;
	font-weight: bold;
}
.button_red {    border: 1px solid #c0c0c0;    background: #FF0000;	color : #FFF;	font-size: 14px;	font-weight: bold;	padding:5px;}.button_red:hover {    border: 1px solid #000;    background: #FA7A15;	cursor: pointer;	/*font-weight:bold;*/	color : #000;	font-size: 14px;	padding:5px;	font-weight: bold;}
/* MORPHOLOGIE-------------------------------------------------------------------------------------*/


.container {
	width: 1000px;
	height: 100%;
	margin : 10px auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
	padding  : 0px;
	background-color: #ffffff;	
}
.container_account {
	width: 700px;
	height: 100%;
	margin : 10px auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
	padding  : 0px;
	background-color: #ffffff;	
}
div#fond_haut {
	/*background-image: url(img/custom_avast/fondhaut.jpg);*/
	background-color: #ffffff;	
	min-width:1000px;
	min-height: 10px;
	float: left;
}

div#fond_centre {
	/*background: url(img/custom_avast/fondcentre.jpg) left top repeat;*/
	background-color: #ffffff;	
	float: left;
	width:1000px;
}

div#fond_bas {
	/*background-image: url(img/custom_avast/fondbas.jpg);*/
	background-color: #ffffff;	
	min-height: 15px;
	min-width:1000px;
	color:#FFF;
	vertical-align: bottom;
	float: left;
}
/*
.header {
	
	min-width: 980px;
	min-height: 102px;
	padding-bottom: 10px;
	background-color: #3E4E5D;
}
*/
.sidebar1 {
	float: left;
	width: 240px;
}

.content {
	float: left;
	width: 750px;
	padding-top:10px
}


.sidebar2 {
	display:none;
	float: left;
	width: 200px;
}

.footer {

	padding: 10px 0;
	background: #2b3740;
	position: relative;/* donne hasLayout à IE6 de façon à permettre un effacement correct */
	clear: both; /* cette propriété d'effacement force le .container à comprendre où se terminent les colonnes et à les contenir */
	color: #ffffff;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
.footer a:link {
	color: #ffffff;
	text-decoration: underline; /* à moins que vous ne définissiez un style particulièrement exclusif pour vos liens, mieux vaut prévoir un soulignement, qui garantit une identification visuelle rapide. */
}

.footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

 .footer a:hover, a:active, a:focus { /* ce groupe de sélecteurs offrira à un navigateur au clavier la même expérience de survol que celle d'une personne employant la souris. */
	text-decoration: none;
}

/* ELEMENTS ---------------------------------*/

div#titre_gauche_haut {
	margin-left: 20px;
	/*background: url(img/custom_avast/titre_gauche_haut.jpg) left top no-repeat;*/
	/*background: url(img/custom_avast/box_side/graybox-top.png) left top no-repeat;*/
	background: #eeeeee;
	height:10px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
	
}

div#boite_gauche_centre {
	margin-left: 20px;
	/*background: url(img/custom_avast/boite_gauche_centre.jpg) left top repeat;*/
	/*background: url(img/custom_avast/box_side/graybox-grad.png) left top repeat-x;*/
	background: #eeeeee;
	height:100%;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
}

div#boite_gauche_bas {
	margin-left: 20px;
	/*background: url(img/custom_avast/boite_gauche_bas.jpg) left top no-repeat;*/
	background: #eeeeee;
	height:10px;
	padding-left: 10px;
}

div#boite_centrale_haut {
	/*background: url(img/custom_avast/titre_central.jpg) left top no-repeat;*/
	background: url(img/custom_avast/box/box-bg-top.png) left top no-repeat;
	margin-left: 10px;
	height:11px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	padding-left: 10px;
	/*padding-top: 5px;*/
}
div#titre_centrale{
	background: #FFFFFF;
	margin-left: 20px;
	
	
	padding-left: 10px;
	padding-right: 10px;
	/*height:30px;*/
	color: #000000;
	display:inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	
}
div#boite_centrale_corps {
	/*background: url(img/custom_avast/boite_centrale_corps.jpg) left top repeat;*/
	background: url(img/custom_avast/box/box-bg-middle.png) left top repeat-y;
	/*background: #FFFFFF;*/
	margin-left: 10px;
	min-height:60px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-top: 20px;
	text-align : left;
}
#boite_centrale_corps  A{
color: #379bff;
}

div#boite_centrale_bas {
	/*background: url(img/custom_avast/boite_centrale_bas.jpg) left top no-repeat;*/
	background: url(img/custom_avast/box/box-bg-bottom.png) left top no-repeat;
	
	margin-left: 10px;
	min-height:30px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/*padding-left: 10px;*/
}

div#titre_droite_haut {
	background: url(img/custom_avast/titre_droite_haut.jpg) left top no-repeat;
	margin-left: 9px;
	height:29px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}

div#boite_droite_centre {
	margin-left: 10px;
	background: url(img/custom_avast/boite_droite_centre.jpg) left top repeat;
	height:100%;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	width:174px;
}

div#boite_droite_bas {
	margin-left: 10px;
	background: url(img/custom_avast/boite_droite_bas.jpg) left top repeat;
	height:30px;
	padding-left: 0px;
	width:179px;
}

/* Style pour les onglets */
.conteneur_onglet
{
	/*display:inline-block;
	margin-left:10px;
	margin-right:10px;*/
	padding-left:15px;
	width:735px;

}/*
.onglet
{
	display:inline-block;
	margin-left:0px;
	margin-right:3px;
	padding:8px;
	border:1px solid black;
	cursor:pointer;
	
	font-size :11px;
}*/
/*
.onglet_0
{
	background:#bbbbbb;
	border-bottom:1px solid black;
	padding:8px;
	
	margin-right:0px;
}
.onglet_1
{

	background-color:#FFFFFF;
	border-bottom:0px solid black;
	padding-bottom:9px;
	margin-right:0px;
}*/
.contenu_onglet
{

	background-color:#FFFFFF;
	/*border:1px solid black;*/
	border :1px dotted #C5CBCF;
	margin-top:-1px;
	margin-left:0px;
	padding:10px;
	display:none;
	
	font-size :11px;
}

.box_big_price
{
	/*background-color:#E0E0E0;*/
	
	background-color:#f0f0f0;
	/*border:1px solid black;*/
	margin-top:0px;
	margin-left:0px;
	padding:10px;
	
	
	
}
.big_price_orange
{
	font-size :34px;	font-weight :bold;	color : #F05C29;}
.big_price_vert
{
	font-size :34px;
	font-weight :bold;
	color : #00a800;
}
.small_price  /* pour les prix avec  une promo */
{
	font-size :22px;
	font-weight :bold;
	color : #F05C29;
}
.small_price_vert  /* pour les prix avec  une promo */
{
	font-size :14px;
	font-weight :bold;
	color : #00a800;
}
.small_price_orange  /* pour les prix avec  une promo */{	font-size :14px;	font-weight :bold;	color : #F05C29;}
.sup { vertical-align: super; 
font-size :14px;
	font-weight :bold;
	color : #00a800; } 
.choice_qte
{

	/*background-color:#E0E0E0;*/
	background-color:#f0f0f0;
	/*border:1px solid black;*/
	margin-top:00px;
	margin-left:0px;
	padding:10px;

	
	font-size :12px;
}
/* Style Panda */
#tableDetail .even{
background-color:#e9ecf1;}
#tableDetail .odd{
background-color:#f1f2f6;}
#tableDetail .trhover,#tableDetail .selected{
background-color:#c5e1f3;}
#tableDetail th{
padding:2px 2px 0 2px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}
#tableDetail td{
padding:2px;
	cursor:default;

	}
.text{
	
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	
}

.left {
float:left;
width:355px;
padding:0px;
}

.right {
float:right;
/*margin-top:20px;*/
margin-right:0px;

width:355px;
}
h5{color:#000000; margin:15px 0 8px 0; font-size:1.1em; padding:0px 7px;background-image: url(img/custom_avast/picto/cuerpo_h5.gif); background-repeat:no-repeat; background-position:0 4px;}

 #boite_centrale_corps ul li
	{
	margin:0;
	padding:0;
	padding-left:15px;
	list-style-type:none;
	/*background:transparent url(img/custom_avast/picto/00IM_bullet.gif) no-repeat scroll 2px 5px;*/
	background:transparent url(img/custom_avast/picto/cuerpo_h5.gif) no-repeat scroll 2px 5px;
	}


.tabText{float:right;
	margin-top:2px;
	width:260px;
	
}

.tabNumber{
height:55px;
width:70px;
margin-top:5px;

}

.characteristic{
overflow:hidden;
}
/*div.anx-externalContent p
	{
	margin:0 0 10px 0;
	font-size:1.1em;
	}*/

/* Style pour le tableau composant inclus/non inclus sur la fiche du produit */
.check_title {

	font-size :12px;
	font-weight :bold;
	color : #000000;
}

.check_ok {
	margin-left: 10px;
	background: url(img/custom_avast/check_ok.png) left top no-repeat;
	height:20px;
	padding-left: 25px;
	 background-position:0 3px;
	text-align : left;
	/*width:179px;*/
}
.check_nok {
	margin-left: 10px;
	background: url(img/custom_avast/check_nok.png) left top no-repeat;
	height:20px;
	padding-left: 25px;
	 background-position:0 3px;
	text-align : left;
	/*margin-bottom: 10px;*/
	/*width:179px;*/
}
/*  DEBUT CSS pour table COMPARATIF */
#table-comparative td {
border-bottom:2px dotted #E0E0E0;
padding:10px 0px;
}

div.hidden-details, div.displayed-details {
/*background:url(img/custom_avast/roll-mas-menos.gif) top left no-repeat;*/
background:url(img/custom_avast/picto/cuerpo_h5.gif) left top no-repeat;
background-position:0 5px;
padding-left:10px;
padding-bottom:3px;
}
div.displayed-details {
background-position:0px -20px;
}

#table-comparative td.comparative-headline div:hover {
cursor:pointer;
}

#table-comparative td .comparative-details {
/*display:none;*/
}

#table-comparative .selectedcolumn {
	border-top:7px solid;
}
#table-comparative th.av {
	border-color:#56a629;
}
#table-comparative th.nt {
	border-color:#9fc6e3;
}
#table-comparative th.is {
	border-color:#0267ad;
}
#table-comparative th.gp {
	border-color:#bf1134;
}
#table-comparative .av-cell {
background-color:#56a629;
border:2px solid #FFFFFF;
border-top:none;
}
#table-comparative .nt-cell {
background-color:#9fc6e3;
border:2px solid #FFFFFF;
border-top:none;
}
#table-comparative .is-cell {
background-color:#0267ad;
border:2px solid #FFFFFF;
border-top:none;
}
#table-comparative .gp-cell {
background-color:#bf1134;
border:2px solid #FFFFFF;
border-top:none;
}
#table-comparative .av-cell-off {
background-color:#457b25;
border:2px solid #FFFFFF;
border-top:none;
}
#table-comparative .nt-cell-off {
background-color:#7792a7;
border:2px solid #FFFFFF;
border-top:none;
}
#table-comparative .is-cell-off {
background-color:#085082;
border:2px solid #FFFFFF;
border-top:none;
}
#table-comparative .gp-cell-off {
background-color:#8d132c;
border:2px solid #FFFFFF;
border-top:none;
}

#table-comparative .boton_expand, #table-comparative .boton_contra {
	color:#FFFFFF;
	cursor:pointer;
	height:32px;
	display:block;
	font-size:10px;
	text-decoration:none;
	padding-left:7px;
	text-align:left;
}
#table-comparative .boton_expand {
	/*background:url(img/custom_avast/boton_expand.gif) left no-repeat;*/
	background:url(img/custom_avast/picto/cuerpo_h5.gif) left no-repeat;
}
#table-comparative .boton_expand div{
	/*background:url(img/custom_avast/boton_expand_right.gif) right no-repeat;*/
	background:url(img/custom_avast/picto/cuerpo_h5.gif) left no-repeat;
	display:block;
	padding-right:10px;
	padding-top:5px;
	height:27px;
}
#table-comparative .boton_contra {
	/*background:url(img/custom_avast/boton_contra.gif) left no-repeat;*/
	background:url(img/custom_avast/picto/cuerpo_h5.gif) left no-repeat;
}
#table-comparative .boton_contra div{
	/*background:url(img/custom_avast/boton_contra_right.gif) right no-repeat;*/
	background:url(img/custom_avast/picto/cuerpo_h5.gif) left no-repeat;
	display:block;
	padding-right:10px;
	padding-top:5px;
	height:27px;
}


/* FIN CSS pour table COMPARATIF */
/* CSS POUR INFOBULLE */
a.tooltip em {
    display:none;
	
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
	font-size:12px;
}
a.tooltip:hover em {
 
	font-style: normal;
	font-weight: normal;
    text-align:left;
    display: block;
    position: absolute;
    top: 30px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
   /*width:300px;*/
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    /*background: transparent url(img/custom_avast/infobulletop00.gif);*/
    margin:0;
    padding: 0;
    border: 0; 
	font-weight: normal;
}


/*Code du menu horizontal souligné*/

#underlinemenu{
margin: 0;
padding-right: 30px;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: right;
font-weight: bold;
font-size: 12px;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

/*règle pour IE. Supprime la marge extra basse*/
* html #underlinemenu ul{
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}

/*Les liens tels que vous voulez qu'ils apparaissent*/
#underlinemenu ul li a{
float: right;
color: gray;
font-weight: bold;
padding: 2px 13px 4px 13px;
text-decoration: none;
/*image de séparation des rubriques avec son adresse*/
background: white url(img/custom_avast/picto/menudivide.gif) top right repeat-y;
}

/*Ici, c'est pour le configurer le survol des liens*/
#underlinemenu ul li a:hover{
color: #F05C29;
background-color: #F3F3F3;
border-bottom: 4px solid #F05C29;
padding-bottom: 0;
}
/* -----------------------------   CSS pour PANIER et LISTING -----------------------------------------------*/

table#panier {
/*background-color:#8d132c;*/
border:0px solid #000;
width : 100%;
padding : 5px;
}

#listing A{
color : #000;

}
#listing {
/*background-color:#8d132c;*/
width : 100%;
color:#000;
/*border:1px solid #000;*/
padding : 0px;
}
.head_panier{
	background-color:#e8e8e8;
	font-size : 12px;
	padding:5px;
	font-weight:bold;
}
.head_listing{
	background-color:#e8e8e8;
	color:#000;
	font-size : 12px;
	padding:2px;
	font-weight:bold;
}
.ligne_panier{
font-size : 12px;
/*border-top : 1px solid #000;*/
border-top:1px dotted #C5CBCF;
}
.ligne_panier_option{
font-size : 12px;
/*border-top : 1px solid #000;*/
}
.ligne_listing{
font-size : 11px;

border-top : 1px dotted #C5CBCF;
padding:2px;
}
.ligne_listing_bis{
font-size : 11px;
background-color:#f0f0f0;
border-top : 1px dotted #C5CBCF;
padding:2px;
}
.ligne_listing_over td {
cursor : pointer;
background-color:#c6e2ff;
/*font-size : 11px;
border-top : 1px dotted #C5CBCF;*/
}
table#bloc_total {
/*background-color:#8d132c;*/
/*width:290px;*/
border:0px solid #000;
padding : 5px;
}
.bloc_lib { /* Libelle bloc total */
	font-size : 14px;
	text-align : right;
	width:310px;
	font-weight:bold;
}
.bloc_price { /* Prix bloc total */
	font-size : 14px;
	text-align : right;
	width:130px;
	font-weight:bold;
}

/*  HEADER */
#menu_account {
	margin: 0px auto 0px;
	width: 700px;
	height: 55px;
	text-align: left;
	position: relative;
	background-color: #ffffff;	
	
	
	}
	
	
#menu_account DIV.topmenu {
	position: absolute;
	top: 0px;
	width: 715px;
	/*right: 25px;*/
	}
	
/*  header - orange main menu */	
#menu_account DIV.mainmenu {
	background: transparent url(img/custom_avast/header/topmenu-blue-bg.png) top center repeat-x;
	height: 40px;
	line-height: 40px;
	/* overflow: hidden; */
	}

#menu_account DIV.mainmenu SPAN.tm-shadow {
	position: absolute;
	top: -3px;
	right: 0px;
	display: block;
	height: 3px;
	background: transparent url(img/custom_avast/header/topmenu-shadow.png) center top repeat-x;
	overflow: hidden;
	}
#menu_account DIV.mainmenu SPAN.tm-shadow-bottom {
	position: absolute;
	bottom: -3px;
	right: 0px;
	display: block;
	height: 3px;
	background: transparent url(img/custom_avast/header/topmenu-shadow.png) center bottom repeat-x;
	overflow: hidden;
	}		
	
#menu_account DIV.mainmenu SPAN.tm-left {
	position: absolute;
	top: -3px;
	left: -12px;
	width: 12px;
	height: 46px;
	background: transparent url(img/custom_avast/header/topmenu-blue.png) left top no-repeat;
	}
#menu_account DIV.mainmenu SPAN.tm-right {
	position: absolute;
	top: -3px;
	right: -12px;
	width: 12px;
	height: 46px;
	background: transparent url(img/custom_avast/header/topmenu-blue.png) right top no-repeat;
	}
#menu_account DIV.mainmenu UL {
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
#menu_account DIV.mainmenu UL LI {
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
	color: #000;
	border-left: 1px solid #84c1ff;
	border-right: 1px solid #0080ff;
	}
#menu_account DIV.mainmenu UL LI.first {
	border-left: none;
	}
#menu_account DIV.mainmenu UL LI.last {
	border-right: none;
	}
	
#menu_account DIV.mainmenu UL LI A {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px 15px 0px;
	line-height: 40px;
	font-weight: bold;
	}
#menu_account DIV.mainmenu UL LI A:hover,#menu_account DIV.mainmenu UL LI A.menu_account_actif, #menu_account DIV.mainmenu UL LI A.active {
	color: #fff;
	background-color: #303741;
	}	

#menu_account DIV.mainmenu UL LI A.menu_account_inactif {
	color: #c0c0c0;
	/*background-color: #303741;*/
	}
/*  HEADER */
#header {
	margin: 0px auto 0px;
	width: 1000px;
	height: 96px;
	text-align: left;
	position: relative;
	background-color: #ffffff;	
	
	
	}
	
#header IMG.logo {
	position: absolute;
	left: 10px;
	top: 5px;
	}
#header IMG.callback {
	position: absolute;
	left: 185px;
	top: 30px;
	}	
#header DIV.topmenu {
	position: absolute;
	top: 20px;
	right: 15px;	
	}
	
/*  header - orange main menu */	
#header DIV.mainmenu {
	background: transparent url(img/custom_avast/header/topmenu-bg.png) top center repeat-x;
	height: 40px;
	line-height: 40px;
	/* overflow: hidden; */
	}

#header DIV.mainmenu SPAN.tm-shadow {
	position: absolute;
	top: -3px;
	right: 0px;
	display: block;
	height: 3px;
	background: transparent url(img/custom_avast/header/topmenu-shadow.png) center top repeat-x;
	overflow: hidden;
	}
#header DIV.mainmenu SPAN.tm-shadow-bottom {
	position: absolute;
	bottom: -3px;
	right: 0px;
	display: block;
	height: 3px;
	background: transparent url(img/custom_avast/header/topmenu-shadow.png) center bottom repeat-x;
	overflow: hidden;
	}		
	
#header DIV.mainmenu SPAN.tm-left {
	position: absolute;
	top: -3px;
	left: -12px;
	width: 12px;
	height: 46px;
	background: transparent url(img/custom_avast/header/topmenu-orange.png) left top no-repeat;
	}
#header DIV.mainmenu SPAN.tm-right {
	position: absolute;
	top: -3px;
	right: -12px;
	width: 12px;
	height: 46px;
	background: transparent url(img/custom_avast/header/topmenu-orange.png) right top no-repeat;
	}
#header DIV.mainmenu UL {
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
#header DIV.mainmenu UL LI {
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
	color: #000;
	border-left: 1px solid #feda79;
	border-right: 1px solid #d27d22;
	}
#header DIV.mainmenu UL LI.first {
	border-left: none;
	}
#header DIV.mainmenu UL LI.last {
	border-right: none;
	}
	
#header DIV.mainmenu UL LI A {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px;
	line-height: 40px;
	font-weight: bold;
	}
#header DIV.mainmenu UL LI A:hover, #header DIV.mainmenu UL LI A.active {
	color: #fff;
	background-color: #303741;
	}	
	
input[type=text],input[type=password], select, textarea{

border : 1px solid #000000;

}
	/*  header - blue submenu  */	
#header DIV.submenu {
	background-color: #303741;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-right: 20px;		width: 545px;
	}
	
#header DIV.submenu SPAN.corner {
	position: absolute;
	display:block;
	top: 20px;
	width: 10px;
	height: 10px;
	}

#header DIV.submenu SPAN.cl {
	left: 0px;	
	background: transparent url(img/custom_avast/header/submenu-bg.gif) left top no-repeat;
	}	
#header DIV.submenu SPAN.cr {
	right: 0px;
	background: transparent url(img/custom_avast/header/submenu-bg.gif) right top no-repeat;
	}
#header DIV.submenu A.sm-item {
	float: left;
	position:relative;
	left: 10px;
	display: block;
	height: 30px;
	margin: 0px 0px 0px;
	padding: 0px 11px 0px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	}
#header DIV.submenu A.sm-item SPAN.sm-l {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 10px;
	height: 30px;
	}
#header DIV.submenu A.sm-item SPAN.sm-r {
	position: absolute;
	top: 0px;
	right: 0px;	
	display: block;
	width: 11px;
	height: 30px;
	}

#header DIV.submenu A.sm-item:hover, #header DIV.submenu A.block {
	background: transparent url(img/custom_avast/header/submenu-tab-bg.jpg) top center repeat-x;
	color: #303741;
	}
#header DIV.submenu A.sm-item:hover SPAN.sm-l, #header DIV.submenu A.block SPAN.sm-l {
	background: transparent url(img/custom_avast/header/submenu-tab.gif) left top no-repeat;
	}
#header DIV.submenu A.sm-item:hover SPAN.sm-r, #header DIV.submenu A.block SPAN.sm-r {
	background: transparent url(img/custom_avast/header/submenu-tab.gif) right top no-repeat;
	}
	
#header DIV.submenu DIV.sm-text-left {
	position: relative;
	left: 5px;
	height: 30px;
	margin: 0px 0px 0px;
	padding: 0px 5px 0px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	color: #fff;
	}	
#header  DIV.sm-text-right {
	position: relative;
	right: 5px;
	height: 30px;
	margin: 0px 0px 0px;
	padding: 0px 5px 0px;
	line-height: 30px;
	text-decoration: none;
	text-align: right;
	color: #fff;
	}	
	
	
	
	/* TABS */

/*  top navigation  */
#tabs-navigation  {
	border-bottom: 3px solid #303741;
	font-size : 12px;
	
	}

#tabs-navigation DIV.tabnav-shadow  {
	background: transparent url(img/custom_avast/tabs/tabnav-bg.png) center 0px repeat-x;
	height: 4px;
	margin: 0px 10px 0px;
	overflow: hidden;

	}	
	
#tabs-navigation DIV.tabnav-container  {
	background: transparent url(img/custom_avast/tabs/tabnav-bg.png) center bottom repeat-x;
	height: 36px;
	margin: 0px 10px 0px;
	position: relative;
	}
	
#tabs-navigation DIV.tabnav-container   SPAN.tabnav-left {
	position: absolute;
	top: -4px;
	left: -13px;
	width: 13px;
	height: 40px;
	background: transparent url(img/custom_avast/tabs/tabnav.png) left top no-repeat;
	}
#tabs-navigation DIV.tabnav-container  SPAN.tabnav-right {
	position: absolute;
	top: -4px;
	right: -13px;
	width: 13px;
	height: 40px;
	background: transparent url(img/custom_avast/tabs/tabnav.png) right top no-repeat;
	}
#tabs-navigation UL {
	height: 36px;
	margin: 0px;
	padding: 0px;
	}
#tabs-navigation UL LI {
	height: 36px;
	line-height: 36px;
	float: left;
	margin: 0px;
	list-style-type: none;
	/*color: #000;*/
	border-left: 1px solid #feda79;
	border-right: 1px solid #d27d22;
	}
#tabs-navigation UL LI.first {
	border-left: none;
	}
#tabs-navigation UL LI.last {
	border-right: none;
	}
	
#tabs-navigation UL LI A {
	/*color: #000;*/
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px;
	line-height: 36px;
	}
#tabs-navigation UL LI A:hover, #tabs-navigation UL LI A.active {
	color: #fff;
	/*background-color: #303741;	*/
	background-color: #303741;	
	}
	

ul.tabs-navigation-active , li.tabs-navigation-active, a.tabs-navigation-active{
	color: #fff;
	background-color: #303741;
	}	
.tabs-navigation-active  a:hover, a:active, a:focus{
	color: #fff;
	/*background-color: #303741;*/
	}	
	
	/* tab content */
	/*
DIV.tab_content {
	background-color: #fff;
	margin: 0px;
	padding: 20px 10px 0px;
	}
	
DIV.tab_content H3 {
	font-weight: bold;
	margin-bottom: 0px;
	}
*/

/*  end  of tabs - bottom corners  */
DIV#tabs-navigation-end {
	background-color: #fff;
	margin: 0px 10px 0px;
	padding: 0px;
	height: 10px;
	position: relative;
	}

#tabs-navigation-end   SPAN {
	position: absolute;
	display: block;
	top: 0px;
	width: 10px;
	height: 10px;
	}	
	
#tabs-navigation-end   SPAN.tabnav-end-left {
	left: -10px;
	background: transparent url(img/custom_avast/tabs/tabnav-end.png) left top no-repeat;
	}
#tabs-navigation-end SPAN.tabnav-end-right {
	right: -10px;
	background: transparent url(img/custom_avast/tabs/tabnav-end.png) right top no-repeat;
	}
	
	

/*--- Visibility ---*/
/*
.hide{
	display:none;
}

.hidden{
	visibility:hidden;
}

.visible{
	visibility:visible;
}

.block{
	display:block;
}

.inline{
	display:inline;
}
*/
/*--- END Visibility ---*/

/* CSS Document */

#col-right { min-height: 470px; } * html #col-right { height: 470px; }

#col-right H2 {
	border-bottom: 1px solid #ff9900;
	padding-top: 10px;
	}

 #right-navigation UL {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	width:100%;
	margin: 0;
	padding: 0px 0px 5px;
}
 #right-navigation UL UL {
	padding: 0px;
}
 #right-navigation UL UL UL {
	padding: 0px;
}

#right-navigation  UL LI {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	display:none;
	padding: 0px;
	margin: 0px;
}

#right-navigation  UL LI.block{
	display:block;
	
}

#right-navigation  UL LI A {
	display:block;
	margin: 0px;
	padding: 4px 0 4px 15px;
	color:#303740;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dotted #C5CBCF;
}

#right-navigation   a.last,  a.last_potencial{
	border-bottom:none;
}

#right-navigation  a:hover {
	background-color:#F0F1F2;
}

#right-navigation LI.active A {
	font-weight:bold;
	background-color:#F0F1F2;
	/*background-color:#b7dbff;
	background-color:#ff972f;*/
}
/* condition for IE7  */
#right-navigation LI.active LI A {
	font-weight: normal;
	background-color: transparent;
}

 #right-navigation UL LI A {
   /*text-transform: uppercase;*/
}


 #right-navigation UL UL LI A {
  	/*padding-left: 45px;*/
  	padding-left: 25px;
	text-transform: none;
}

 #right-navigation UL UL UL LI A {
  	/*padding-left: 65px;*/
  	padding-left: 25px;
	text-transform: none;
}
/*
_container H2 {
	color:#50585F;
	margin:0 0 5px 15px;
	font-weight:normal;
	font-size:16px;
}

_container H3 {
	color:#50585F;
	margin:0 0 5px 15px;
	font-weight:bold;
	font-size:12px;
}

_container .reviews_item{
	margin:5px 15px 15px 15px;
	padding:0;
}
*/
/*  for IE6 */
* html #right-navigation ul li{
	height: 15px;
}/*
DIV#col-right {
	float: right;
	position: relative;
	width: 230px;
	background: transparent url(img/custom_avast/col-right-bg.png) right top no-repeat;
	}*/
	
	/*   STYLE pour les description courte sur fiche details produits  */
 DIV#info {

	/*position: absolute;*/

	/*left:210px;*/

	padding-bottom: 5px;
	

	/*width: 410px;*/

	/*min-height: 195px; */

  /*_height: 195px;*/

}
 DIV#info H2 {
 font-size:12px;
 }
	DIV#info  UL LI {

	font-weight: bold;

	color: #000;

	}	

 DIV#info  ul.checks_img li{

  font-size:11px;

	font-weight: normal;

}
DIV#info  ul.checks_img li{

  font-size:11px;

	font-weight: normal;
padding-left: 30px;
padding-top: 5px;
}

	ul.checks_img{
	list-style-image:url(img/custom_avast/picto/list-item.jpg);
	margin: 0px 0px 10px 10px;
	padding: 0px;
	
}

ul.checks_img li{
	margin-top:5px;
	margin-left:5px;
	font-size:12px;
	font-weight:normal;
	line-height:22px;
	/*background-position: left top;*/
	background-repeat: no-repeat;
	list-style:none;
	list-style-image:none;
	/*padding-left:10px;*/
}

/*  ICONS - defines just image, position etc. is defined in table types in common css  */



.antispyware-s {

	background-image: url(img/custom_avast/picto/antispyware-s.png) !important;

	}

.antispyware-m {

	background-image: url(img/custom_avast/picto/antispyware-m.png) !important;

	}

	

.bootscan-s {

	background-image: url(img/custom_avast/picto/bootscan-s.png) !important;

	}

.bootscan-m {

	background-image: url(img/custom_avast/picto/bootscan-m.png) !important;

	}	



.coretech-s {

	background-image: url(img/custom_avast/picto/coretech-s.png) !important;

	}

.coretech-m {

	background-image: url(img/custom_avast/picto/coretech-m.png) !important;

	}



.eye-s {

	background-image: url(img/custom_avast/picto/eye-s.png) !important;

	}		

.eye-m {

	background-image: url(img/custom_avast/picto/eye-m.png) !important;

	}

	

.glass-s {

	background-image: url(img/custom_avast/picto/glass-s.png) !important;

	}

.glass-m {

	background-image: url(img/custom_avast/picto/glass-m.png) !important;

	}	



.hightech-s {

	background-image: url(img/custom_avast/picto/hightech-s.png) !important;

	}	

.hightech-m {

	background-image: url(img/custom_avast/picto/hightech-m.png) !important;

	}



.hightechp-s {

	background-image: url(img/custom_avast/picto/hightechp-s.png) !important;

	}	

.hightechp-m {

	background-image: url(img/custom_avast/picto/hightechp-m.png) !important;

	}	



.maxprotect-s {

	background-image: url(img/custom_avast/picto/maxprotect-s.png) !important;

	}

.maxprotect-m {

	background-image: url(img/custom_avast/picto/maxprotect-m.png) !important;

	}

.maxprotect-l {

	background-image: url(img/custom_avast/picto/maxprotect-l.png) !important;

	}



.nointerupt-s {

	background-image: url(img/custom_avast/picto/nointerupt-s.png) !important;

	}

.nointerupt-m {

	background-image: url(img/custom_avast/picto/nointerupt-m.png) !important;

	}	

	

.passmanager-l {

	background-image: url(img/custom_avast/picto/passmanager-l.png) !important;

	}

	

.passmanager-s {

	background-image: url(img/custom_avast/picto/passmanager-s.png) !important;

	}



.price-s {

	background-image: url(img/custom_avast/picto/price-s.png) !important;

	color: #0092C5 !important;

	}

.price-m {

	background-image: url(img/custom_avast/picto/price-m.png) !important;

	}	

.price-l {

	background-image: url(img/custom_avast/picto/price-l.png) !important;

	}		



.safeshop-s {

	background-image: url(img/custom_avast/picto/safeshop-s.png) !important;

	}

.safeshop-m {

	background-image: url(img/custom_avast/picto/safeshop-m.png) !important;

	}

.safeshop-l {

	background-image: url(img/custom_avast/picto/safeshop-l.png) !important;

	}

	

.safesurf-s {

	background-image: url(img/custom_avast/picto/safesurf-s.png) !important;

	}

.safesurf-m {

	background-image: url(img/custom_avast/picto/safesurf-m.png) !important;

	}

.safesurf-l {

	background-image: url(img/custom_avast/picto/safesurf-l.png) !important;

	}



.sandbox-s {

	background-image: url(img/custom_avast/picto/sandbox-s.png) !important;

	}	

.sandbox-m {

	background-image: url(img/custom_avast/picto/sandbox-m.png) !important;

	}	

	

.secure-s {

	background-image: url(img/custom_avast/picto/secure-s.png) !important;

	}

.secure-m {

	background-image: url(img/custom_avast/picto/secure-m.png) !important;

	}

.secure-l {

	background-image: url(img/custom_avast/picto/secure-l.png) !important;

	}



.server-s {

	background-image: url(img/custom_avast/picto/server-s.png) !important;

	}

.server-m {

	background-image: url(img/custom_avast/picto/server-m.png) !important;

	}



.central-s {

	background-image: url(img/custom_avast/picto/central-s.png) !important;

	}

.central-m {

	background-image: url(img/custom_avast/picto/central-m.png) !important;

	}



.stayproactive-s {

	background-image: url(img/custom_avast/picto/stayproactive-s.png) !important;

	}

.stayproactive-m {

	background-image: url(img/custom_avast/picto/stayproactive-m.png) !important;

	}

.stayproactive-l {

	background-image: url(img/custom_avast/picto/stayproactive-l.png) !important;

	}	

	

.stopspam-s {

	background-image: url(img/custom_avast/picto/stopspam-s.png) !important;

	}

.stopspam-m {

	background-image: url(img/custom_avast/picto/stopspam-m.png) !important;

	}

.stopspam-l {

	background-image: url(img/custom_avast/picto/stopspam-l.png) !important;

	}

	

.stopzero-s {

	background-image: url(img/custom_avast/picto/stopzero-s.png) !important;

	}

.stopzero-m {

	background-image: url(img/custom_avast/picto/stopzero-m.png) !important;

	}

	

.techcompar-m {

	background-image: url(img/custom_avast/picto/techcompar-m.png) !important;

	}	



.whs-s {

	background-image: url(img/custom_avast/picto/whs-s.png) !important;

	}

.whs-m {

	background-image: url(img/custom_avast/picto/whs-m.png) !important;

	}	

.whs-l {

	background-image: url(img/custom_avast/picto/whs-l.png) !important;

	}		

	
	/* FEATURE - tables used in tabs */



/* Feature border and table */

DIV.feature {

	position: relative;

	width: 100%;

	}

DIV.feature DIV.feat {

	width: 5px;

	height: 5px;

	overflow: hidden;

	background:transparent url(img/custom_avast/picto/feature.gif) left top no-repeat;

	}

DIV.feature DIV.tl {

	position: absolute;

	left: 0px;

	top: 0px;

	background-position:  left top;

	}

DIV.feature DIV.tr {

	position: absolute;

	right: 0px;

	top: 0px;

	background-position:  right top;

	}

DIV.feature DIV.bl {

	position: absolute;

	left: 0px;

	bottom: 0px;

	background-position:  left bottom;

	}	

DIV.feature DIV.br {

	position: absolute;

	right: 0px;

	bottom: 0px;

	background-position:  right bottom;

	}		



DIV.feature TABLE{

	width: 100%;

	border: 5px solid #eaebec;

	background-color: #fff;

	}

DIV.feature TABLE TD {

	padding: 5px 10px 5px 60px;

	height: 66px;

	vertical-align: top;

	}

	

/* feature - icons and notes in headings  */

DIV.feature H3 SPAN {

	font-size: 12px;

	padding-left: 15px;

	}
DIV.feature table tr.pnames th {

    font-size: 14px;

    padding-bottom: 10px;

    background-color: #EAEBEC;

    }

    

DIV.feature table tr.pnames th span {

    font-size: 12px;

    font-weight: normal;

    }

    

DIV.feature table tr.pnames th a {

    color: #303740;

    text-decoration: none;

    }



DIV.feature table tr.pnames th a:hover {

    color: #155c75 ;

    }
	DIV.feature table tr.even td {

    background-color: white;

    }
DIV.feature table tr.odd td {

    
background-color:#f1f2f6;

    }


DIV.feature table tr.title td {

    font-size: 16px;

    }
	/*  tab table with no icons  */	



DIV.feature TABLE.noicon TD {

	padding: 5px 20px 5px;

	height: auto;

	vertical-align: top;



	}

DIV.feature TABLE.noicon TD H2 {

	color: #ed8e00;

	padding: 0px 0px 0px 50px;

	margin: 0px;

	background-position: 0px 0px !important;

	background-repeat: no-repeat;

	height: 42px;

	line-height: 42px;

	}

DIV.feature TABLE.noicon TD H3 {

	margin-left: 0px;

	} 

DIV.feature TABLE.noicon TD P {

	margin-left: 0px;

	} 	
TABLE TR TD.td-c {

     text-align: center;

    }
	
/*  tab table with medium icons */		

DIV.feature TABLE.icon TD H3 {

	margin-left: 0px;

	}

DIV.feature TABLE.icon TD {

	background-position:  5px 5px;

	background-repeat: no-repeat;

	text-align: left;

	}
.select_devise{
height:16px;
font-size:10px;
}#wrapper { width: 640px; margin: 0 auto; padding: 30px 45px; }#inline { display: none; width: 600px; }/*label { margin-right: 12px; margin-bottom: 9px; font-family: Verdana, Arial; color: #000000; font-size: 1.2em; }*/.txt { display: inline-block; color: #676767;width: 420px; font-family: Arial, Tahoma, sans-serif; margin-bottom: 10px; border: 1px dotted #ccc; padding: 5px 9px;font-size: 1.2em;line-height: 1.4em;}.txtarea { display: block; resize: none;color: #676767;font-family: Arial, Tahoma, sans-serif; margin-bottom: 10px; width: 500px; height: 150px;border: 1px dotted #ccc;padding: 5px 9px; font-size: 1.2em;line-height: 1.4em;}.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }#send { color: #dee5f0;display: inline;cursor: pointer;padding: 5px 11px;font-size: 1.5em;font-weight : bold;border: solid 1px #06A406;border-radius: 5px;background: #08BD08; background: -webkit-gradient(linear, left top, left bottom, from(#08BD08), to(#06A406)); background: -moz-linear-gradient(top, #08BD08, #06A406); background: -webkit-linear-gradient(top, #08BD08, #06A406);background: -o-linear-gradient(top, #08BD08, #06A406);background: -ms-linear-gradient(top, #08BD08, #06A406);background: linear-gradient(top, #08BD08, #06A406);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08BD08', endColorstr='#06A406'); }#send:hover {border: solid 1px #000000;background: #0D860D; background: -webkit-gradient(linear, left top, left bottom, from(#08BD08), to(#0D860D)); background: -moz-linear-gradient(top,  #08BD08, #0D860D); background: -webkit-linear-gradient(top, #08BD08, #0D860D);background: -o-linear-gradient(top, #08BD08, #0D860D);background: -ms-linear-gradient(top, #08BD08, #0D860D);background: linear-gradient(top, #08BD08, #0D860D);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08BD08', endColorstr='#0D860D');}#send:active {background: #0D860D; background: -webkit-gradient(linear, left top, left bottom, from(#08BD08), to(#0D860D)); background: -moz-linear-gradient(top,  #08BD08, #0D860D); background: -webkit-linear-gradient(top, #08BD08, #0D860D);background: -o-linear-gradient(top, #08BD08, #0D860D);background: -ms-linear-gradient(top, #08BD08, #0D860D);background: linear-gradient(top, #08BD08, #0D860D);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08BD08', endColorstr='#0D860D');}#send_origine { color: #000000;display: inline;cursor: pointer;padding: 5px 11px;font-size: 1.5em;border: solid 1px #ffffff;border-radius: 5px;background: #D2D0CC; background: -webkit-gradient(linear, left top, left bottom, from(#D2D0CC), to(#D2D0CC)); background: -moz-linear-gradient(top, #D2D0CC, #D2D0CC); background: -webkit-linear-gradient(top, #D2D0CC, #D2D0CC);background: -o-linear-gradient(top, #D2D0CC, #D2D0CC);background: -ms-linear-gradient(top, #D2D0CC, #D2D0CC);background: linear-gradient(top, #D2D0CC, #D2D0CC);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D0CC', endColorstr='#D2D0CC'); }#send_origine:hover {border: solid 1px #000000;background: #B3B1AC; background: -webkit-gradient(linear, left top, left bottom, from(#D2D0CC), to(#B3B1AC)); background: -moz-linear-gradient(top,  #D2D0CC, #B3B1AC); background: -webkit-linear-gradient(top, #D2D0CC, #B3B1AC);background: -o-linear-gradient(top, #D2D0CC, #B3B1AC);background: -ms-linear-gradient(top, #D2D0CC, #B3B1AC);background: linear-gradient(top, #D2D0CC, #B3B1AC);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D0CC', endColorstr='#B3B1AC');}#send_origine:active {/*font-weight : bold;*/background: -webkit-gradient(linear, left top, left bottom, from(#D2D0CC), to(#B3B1AC)); background: -moz-linear-gradient(top,  #D2D0CC, #B3B1AC); background: -webkit-linear-gradient(top, #D2D0CC, #B3B1AC);background: -o-linear-gradient(top, #D2D0CC, #B3B1AC);background: -ms-linear-gradient(top, #D2D0CC, #B3B1AC);background: linear-gradient(top, #D2D0CC, #B3B1AC);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D0CC', endColorstr='#B3B1AC');}.big_price_orange_popup{	font-size :24px;	font-weight :bold;	color : #F05C29;}.small_price_orange_popup  /* pour les prix avec  une promo */{	font-size :11px;	font-weight :bold;	color : #F05C29;}.big_price_vert_popup{	font-size :24px;	font-weight :bold;	color : #00a800;}.small_price_vert_popup  /* pour les prix avec  une promo */{	font-size :11px;	font-weight :bold;	color : #00a800;}.title_bloc_popup_A{	font-size :14px;	font-weight :bold;	color : #000000;	background:#FF9A00;;}.title_bloc_popup_B{	font-size :14px;	font-weight :bold;	color : #000000;	background:#08BD08;;}