/* CSS Document */

/* SEARCH BOX */
.loupe {background: url(./illu/src_loupe2.gif) 0 0 no-repeat #FFF; width:560px;} 
/*.bl {background: url(./illu/src_bl.gif) 0 100% no-repeat; } 
.br {background: url(./illu/src_br.gif) 100% 100% no-repeat; } 
.tl {background: url(./illu/src_tl.gif) 0 0 no-repeat;} 
.tr {background: url(./illu/src_tr.gif) 100% 0 no-repeat; padding:5px; } 
*/
.tr {padding:5px; } 
.zone_white_border {border-top:1px solid #CCC; border-bottom:1px solid #CCC;} 
.zone_white {background: #fff; height:24px; padding-right:2px; } 
.src_btn {margin-left:15px; margin-top:2px; } 
.clear {font-size: 1px;  height: 1px}

.loupe_email_alerts {background: url(./illu/src_loupe.gif) 0 0 no-repeat #494643; width:100%;} 

div.plusMoins {
	width: 13px; 
	height: 13px;
	font-size: 11px;
	text-decoration : none;
	float:left;
	margin-left:6px; 
	margin-top:2px; 
	border:1px solid #ccc; 
	text-align:center; 
	background-color:#eaeaea;
}

div.plusMoins a {
    color: #333;
	background-color:#eaeaea;
}
div.plusMoins a:hover {
    color: #fff;
	background-color:#888;
}
div.plusMoins a:active {
    color: #aaa;
}

.dropDown {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 120px; 
	height:20px;
	margin-bottom:2px; 
	margin-top:2px;
}

/* SUGGESTIONS ADVANCED */
.resultBox {
 position:absolute;
 z-index: 100;
 width:300px; 
 border-bottom:1px solid #bbb;
 border-left:1px solid #bbb; 
 border-right:1px solid #bbb; 
 border-top:0px solid #cccccc; 
 margin-top:0px; 
 background-color:#fff;
}

div.resultLine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:2px;
	text-decoration:none;
	background-color:#fff;
	width: 100%;
}
div.resultLine a:link, div.resultLine a:visited {
	background-color:#DDD;
	text-decoration:none; 
	color:#000; 
}
div.resultLine:hover {
	background-color:#eee;
	text-decoration:none; 
    color: #aa0000;
}

a.resultLineA:link, a.resultLineA:visited, a.resultLineA:hover, a.resultLineA:active {
	text-decoration:none; 
    color: #222;
}
div.emptyResult {
	padding:5px;
	font-family:Verdana; 
	font-size:12px; 
	color:#444; 
	width: 100%;
}

