/* 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;
	font-size: 9pt;
}
#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: 10pt;
}

#afCatalogue_tableHeader th {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
th.afCatalogue, #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: 320px;*/
	height: 300px;
	overflow: auto;
	font-size: 10pt;
}

#afCatalogue_table td {
	/*border: 1px solid yellow;*/
	border-bottom: 1px solid #e8e8e8;
	padding: 2px 0px 2px 0px;
	/*margin: 0px;
	overflow: hidden;*/
	font-size: 8pt;
}
#afCatalogue_table td a {
	color: black;
	text-decoration: none;
}
.afCatalogue {
	background-color: none;
}
.afCatalogueOver {
	background-color: #fbfcfd;
}



#catalogFooter {
	background-color: #ebeae8;
	border-top: 1px solid #fbfcfd;
	border-bottom: 1px solid #666666;
	height: 22px;
	font-size: 10pt;
}
#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;
}

