/* CSS Document */
#btnPopupNewsletter {
	display: none;
}
#afventesOnglets {
	height: 24px;
	overflow: hidden;
	padding-left: 50px;
}
#afventesOnglets ul {
	height: 24px;
	margin: 0px;
	margin-top: 5px;
}

#catalogTools {
	margin-top: 1px;

	float: right;
}
#catalogTools div {
	float: left;
}
#catalogJourV {
	width: 110px;
	height: 23px;
	overflow: hidden;
	background-image: url(../../img/afventes/seljourbg.gif);
	text-align: center;
}
#catalogJourV select {
	font-size: 9px;
	margin-top: 2px;
}

#catalogHeader {
	border-top: 1px solid #666666;
	background-color: #ebeae8;
	border-bottom: 1px solid #fbfcfd;
	height: 20px;
	overflow: hidden;
	font-size: 8pt;
}

#afCatalogue_tableHeader th {
	font-size: 10px;
	vertical-align: top;
}
#afCatalogue_tableHeader th, #afCatalogue_tableHeader th a {
	color: #666666;
	text-decoration: none;
}
#afCatalogue_tableHeader th a:hover {
	text-decoration: none;
}

#afCatalogueContainer {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 250px;
	overflow: auto;
}

#afCatalogue_table td {
	border-bottom: 1px solid #e8e8e8;
	padding: 2px 0px 2px 0px;
	font-size: 8pt;
}
#afCatalogue_table td a {
	/*color: #666666;*/
	color: black;
	text-decoration: none;
}
#afCatalogue_table td a.shortLabel {
	border-bottom: 1px dotted #999999;
}

.afCatalogue {
	background-color: none;
}
.afCatalogueOver {
	background-color: #fbfcfd;
}

#catalogFooter {
	background-color: #ebeae8;
	border-top: 1px solid #fbfcfd;
	border-bottom: 1px solid #666666;
	height: 22px;
}
#catalogFooter td {
	vertical-align: top;
	padding: 0px;
	font-size: 8pt;
	/*width: 33%;*/
}
#catalogFooter td div {
	display: inline;
}
#catalogFooter form, #catalogFooter select {
	display: inline;
	margin: 0px auto;
	padding:0px;
	width: auto;
}
#catalogFooter input { 
	font-size: 8px;
}
#catalogFooter select {
	font-size: 9px;
}
#catalogSearch {
	text-align: center;
}
#catalogSearch a {
	color: #666666;
}
#catalogPager {
	float: right;
}

#statsBox {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #999999;
}
#statsTitle {
	background-color: #ebeae8;
	border-bottom: 1px solid #cccccc;
	color: #006341;
}
#statsBox table.stats {
	width: 100%;
}
#statsBox table.stats th {
	font-size: 10px;
	text-align: right;
	/*color: #333333;*/
	color: #006341;
	font-size: 8pt;
}
#statsBox table.stats td.firstRowSpacer {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 1px;
}
#statsBox table.stats td {
	text-align: right;
	/*color: #333333;*/
	color: #006341;
	font-size: 8pt;
}
#statsBox table.stats tr.secondRow td {
	text-align: right;
	font-size: 9px;
	color: #999999;
}
