
	
/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
	position:absolute;	
	z-index:901;
}

div.suggestLayer {
	position: relative;
	top: 0;
	left: 95px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 900;
	background-color: white;
	background: transparent;
	/*opacity: 0.9;
	filter:alpha(opacity=90);*/
}

table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #DBBEBD;
	height: 12px;
	background-color: white;
	color: #173553;
	cursor: pointer;
	border-collapse:separate;
}

table.suggestLayer td {
	padding:4px;
}

tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 2px;
	height: 12px;
}
tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #DBBEBD;
	padding: 3 3 3 5px;
}
td.suggestFooter{
	display:none;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2 15 2 10px;
}
span.suggestTextQueryTyped{
	color: #5C7997;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}
tr.suggestRow1{
	background-color: #CBE0EB;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #173553;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}


*****************************************************************************/
/*** ASN COLUMN ***/
/*****************************************************************************/

#asnColumn {
	float: left;
	width: 155px;
	padding: 60px 5px 40px 10px;
}
* html #asnColumn {
	width: 170px;
}
#asnColumn h2 {
	height:80px;
	text-align:center;
	font-size:18px;
	font-weight:bold!important;
	background-image: url("./images/asn_hint_fr.png");
	background-repeat: no-repeat;
	background-position: top ;
	margin: 0;
}
div.asnGroup h3 {
	text-align:left;
	background-color: #CEE3EF;
	padding:4px;
	border:none;
	border-bottom:1px solid #BDBEBD;	
}

div.asnGroup p {
	margin:0!important;
}

div.asnGroup p.asnElement{
	padding: 4px 0 3px 12px; 
	background-image: url("./images/quad.png");
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0;
	
	background-color:#EEF3F5;
	border-bottom:1px solid #BDBEBD;
}
div.asnGroup p.asnElement span{
	color: #999999;
}
div.asnGroup p.lvl1{
	margin-left: 12px;
}
div.asnGroup p.lvl2{
	margin-left: 25px;
}
div.asnGroup p.selected{
	background-image: url("./images/quad_red_filled.png");
}
div.asnGroup p.selected a{
	color: #AD0E3F;
}
div.asnGroup p.selected a span{
	color: #AD0E3F;
}
div.asnGroup select{
	margin-top: 5px;
	width: 100%;
	border:1px solid #BDBEBD;
	color:#173452;
	font-size:11px;
}
div.asnGroup {
	padding-bottom: 15px;
}

