/* CSS Document */

#rightspace table, #rightspace div {
	margin: 0px auto;
	margin-bottom: 8px;
}

#outilsVentes {
	margin: 0 auto;
	border: 1px solid #c0c0c0;
	width: 135px;
}
#outilsVentes div {
	margin: 0px;
	padding: 0px;
}
#previewBtn {
	border-bottom: 1px solid white;
}
#downloadBtn {
	position: relative;
	border-bottom: 7px solid white;
}

#afventesBlocsHoraires, #afventesBlocsPrevResults {
	margin: 0 auto;
	width: 135px;
	border: 1pw solid #c0c0c0;
	color: #696969;
	/*height: 124px;*/
	/*overflow: hidden;*/
}

#afventesBlocsPrevResults select {
	font-size: 8pt;
}

/* ------- */
a.popupMenuItem {
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #ebeae8;
}
div.submenu {
	position: absolute;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	visibility: hidden;
	width: 170px;
	z-index: 102;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}
div.submenu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	color: #676767;
	padding: 4px;
}
div.submenu a:hover {
	color: #A00141;
	text-decoration: underline;
}

/* --- Lots Favoris --- */
#ventesLotFavorisContainer {
	position: relative;
	width: 144px;
	padding: 0px;
}
#ventesLotFavorisContainer div {
	margin: 0px;
	padding: 0px;
}
#ventesLotsFavorisHeader {
	position: relative;
	width: 144px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../img/afventes/lotfavbloc_headerbg.gif);
	background-position: top left;
	background-repeat: repeat-y;	
}
#ventesLotsFavorisContent {
	position: relative;
	width: 144px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../img/afventes/lotfavbloc_cellbg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	color: #333333;
}
#ventesLotsFavorisFooter {
	position: relative;
	width: 144px;
	height: 14px;
	margin: 0px;
	padding: 0px;
}

/* Telechargements */
#afventeDownloads td {
	background-image: url(../../img/afventes/dl2_cell_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#afventeDownloads td a {
	color: #666666;
	text-decoration: none;
}
#afventeDownloads td a:hover {
	text-decoration: underline;
}
