/*     sous catégories     */
.sub  {/*hidden*/
	margin-bottom: 5px;
	margin-top: 20px;
}

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

/*     image de fond des catégories sur la page d'index     */
.subIndexCat  {
	background: url('http://www.prixou.com/fondcat.png') no-repeat;
}

/*     couleur de fond d'un groupe dans la liste des produits     */
.pGroup  {
	background-color: #cc3300;
	color: #ffffcc;
}

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

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

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

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

/*     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;
}

/*     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;
}

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

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

/*     navigation par pages: couleur de fond     */
#pcNav  {
	background-color: #f2f4f8;
	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: #c0cadd;
}

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


