
a.account_type {
	display: block;
	width: 130px;
	text-decoration: none;
	text-align: left;
	background-color: #FFF;
	font: 11px tahoma, verdana, arial, sans-serif;
	color: #4E68A4;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000 #000 #000 #000;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
}
a.account_type:hover {
	background-color: #4E68A4;
	color: #FFF;
}

a.bulle {
/*	position: relative;*/
	text-decoration: none; 
}
a:hover.bulle {
	text-decoration: none;
	background: none;
}
a.bulle div {
	display: none;
}
a:hover.bulle div {
	display: inline;
	position: absolute;
right: -170px;
/*
	top: 1.5em;
	left: 0.5em;
*/
	z-index: 20;
	background: #CDCDCD;
	color: #000;
	border: 1px solid #000;
	width: 160px;
	/*text-align:center;*/
	font-size: 9px;
	/*line-height:12px;*/
	padding: 4px;
}

#product_index {
	float: left;
	width: 49.5%;
}
#product_index_clear {
	clear: both;
	margin-bottom: 20px;
}

tr.listout {}
tr.listover {background-color:#E9F4FC;}
tr.listselected {background-color:#D7E9F7;}