/* sous catégories */
.sub { /*hidden*/
	margin-bottom:	0px;
	margin-top:	10px;
        padding-bottom:15px;
}

/* couleur de fond de la liste des sous catégories */
tr.subContent {
	background-color:	#181717;
}

/* image de fond des catégories sur la page d'index */
.subIndexCat {
background: url('http://www.lecteurmp3.net/mp3-img/lecteur-mp3-fm.gif') no-repeat bottom;
height:43px;
background-color:#424343;
width:160px;
}

.subIndexCat a:hover {
color:#CAFA5E;
}

/* couleur de fond d'un groupe dans la liste des produits */
.pGroup {
	background-color:	#CAFA5E;
	color:	#666666;
font-weight:bold;
}

td.img {
background-color:#FFFFFF;
}


/* couleur de fond 1 dans cette liste */
tr.pRow1 {
	background-color:	#E6E6E6;
color:#333333;

}

tr.pRow1 a, tr.pRow1 a:hover, tr.pRow2 a, tr.pRow2 a:hover {
color:#666;
}

/* couleur de fond 2 dans cette liste */
tr.pRow2 {
	background-color:	#F3F3F3;
}

/* couleur de fond 1 au passage de la souris dans cette liste */
tr.pRow1:hover {
	background-color:	#D7D7D7;
}

/* couleur de fond 2 au passage de la souris dans cette liste */
tr.pRow2:hover {
	background-color:	#D7D7D7;
}

/* nom 1 du produit dans cette liste */
tr.pRow1 td.name {/*hidden*/
	/*border-top: 1px dotted #000000;
	border-right: 0px;
	border-bottom: 1px dotted #000000;
	border-left: 1px dotted #000000;*/
color:#333333;
}

/* nom 2 du produit dans cette liste */
tr.pRow2 td.name {/*hidden*/
	border: 0px;
}

/* prix 1 du produit dans cette liste */
tr.pRow1 td.price {/*hidden*/
	border-top: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 0px;
	text-align:	right;
font-weight:bold;
}

/* prix 2 du produit dans cette liste */
tr.pRow2 td.price {/*hidden*/
	border: 0px;
	text-align:	right;
font-weight:bold;
}

/* aucun produit affiché */
.noResult {
	background:	#666;
color:#FFF;
	padding:	10px;/*hidden*/
	width:		100%;/*hidden*/
	border-bottom:	5px solid #CAFA5E;
}

/* navigation par pages: couleur de fond */
#pcNav {
	background-color:	#666666;
	border-top:				1px solid #2c1747;/*hidden*/
	border-bottom:		1px solid #2c1747;/*hidden*/
	padding:					2px;/*hidden*/
	font-size:					14px;/*hidden*/
	width:						99%;/*hidden*/
	text-align:					center;/*hidden*/
	margin-top:				2px;/*hidden*/
	margin-bottom:		2px;/*hidden*/
	white-space:			nowrap;/*hidden*/
}

/* navigation par pages: style des liens */
#pcNav a {/*hidden*/
	font-weight:	bold;
}

/* navigation par pages: style des onglets */
#pcNav .previous,
#pcNav .previousLink,
#pcNav .next,
#pcNav .nextLink {/*hidden*/
	width:					90px;
	text-align:				center;
	text-transform:	uppercase; 
}

/* navigation par pages: couleur de fond des onglets */
#pcNav .previousLink,
#pcNav .nextLink {
	background-color:	#535252;

}
#pcNav .previousLink a,
#pcNav .nextLink a{
color: #FFFFFF;
font-weight:bold;}

/* navigation par pages: couleur de fond des onglets inactifs */
#pcNav .previous,
#pcNav .next {
	background-color:	#535252;
}

#pcNav .previous,
#pcNav .next {
	background-color:	#535252;
color:#999;
}
