/* $Id: afResultats.css,v 1.2 2006/02/06 15:27:50 maax Exp $ */
#afCatalogueBox {
	width: 726px;
	height: 200px;
	overflow: auto;
	border-bottom: 4px solid #6B1224;
}
TABLE.afCatalogueHeaders {
	padding: 0;
	border: 0;
	table-layout: fixed;
	width: 726px;
}
TABLE.afCatalogue {
	padding: 0;
	border: 0;
	/*table-layout: fixed; */
	width: 709px;
}
TR.afCatalogue {
	background: none;
}
TR.afCatalogueOver {
	background: #F4DFE0;
}
TH.afCatalogue {
	font-family:arial, helvetica, sans-seriff;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background: #9E1B34;
	color: #FFFFFF;
	vertical-align: top;
}
TH.afCatalogue A.afCatalogue {
	color: #FFFFFF;
	text-decoration: none;
}
.afCatalogueOrderSymb, .afCatalogueOrderSymbActif {
	font-family: webdings;
	color: #FFFFFF;
}
.afCatalogueOrderSymbActif {
	color: #FF0000;
}

TD.afCatalogue, TD.afCatalogueAbsent {
	font-family:arial, helvetica, sans-seriff;
	font-size: 8pt;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: bottom;
	height: 16px;
	overflow: hidden;
}
A.afCatalogueFilter, A.afCatalogueFilterEnabled {
	font-family: webdings;
	font-size: 7pt;
	text-decoration: none;
	color: #999999;
	vertical-align: bottom;
}
A.afCatalogueFilterEnabled {
	color: #9E1B34;
}
TD.afCatalogueAbsent {
	color: #C0C0C0;
}

#afCataloguePager {
	width: 726px;
	height: 20px;
}
TR.afCataloguePager {
}
TD.afCataloguePager {
	font-size: 8pt;
	color: #000000;
	vertical-align: bottom;
}
A.afCataloguePager {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
SELECT.afCataloguePager {
	font-size: 7pt;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
}
FORM.afCatalogueSearch {
	padding: 0px;
	margin: 0px;
}
INPUT.afCatalogueSearch {
	font-size: 7pt;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
}
B.afCatalogueSearchMatch {
	font-size: 8pt;
	color: #9E1B34;
	font-weight: bold;
}

#afCatalogueStatsBox {
	width: 100%;
	text-align: center;
	margin: 16px 0px 8px 0px;
}
table.afCatalogueStats {
	width: 85%;
}
td.afCatalogueStats, td.afCatalogueStatsHeader {
	font-size: 8pt;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
td.afCatalogueStatsHeader {
	text-align: left;
	background-color: #E0E0E0;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	color: 6B1224;
	padding-left: 4px;
}
/*
TABLE.afCatalogueStats {
	width: 100%;
	margin-top: 4px;
}
TD.afCatalogueStats {
	width: 100%;
	text-align: center;
	font-size: 8pt;
	color: #000000;
}
*/