#SearchPanel {
	position:absolute;
	display:none;
	margin-top:25px;
}

.dotted {
    border-bottom: 1px dotted;
    line-height: 1.4;
    text-decoration: none;
}

.ico-set {
	margin:5px 0 0 5px;
    padding-left: 22px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #1797d6;
	background-color:transparent;
    font-family: Arial, Helvetica, 'MS Sans Serif', sans-serif;
	font-size:13px;
	float:right;
}

.ico-set:hover {
	background-color:#1797d6;
}

.ico-print {
	background-image:url('/images/btn_Print.gif');
	background-repeat:no-repeat;
	background-position:-3px -3px;
}

.ico-fav {
	background-image:url('/images/btn_Favorites.gif');
	background-repeat:no-repeat;
	background-position:-3px -3px;
}
