/****************************************************************/
/*																*/
/*	date: 08.05.2007											*/
/*	author: Ahmet Ayabil										*/
/*	last editor: -												*/
/*																*/
/****************************************************************/

#kwsPopup { 
	padding: 2px; 
	border: solid 1px black; 
	position: absolute; 
	top: 150px; 
	left: 260px; 
	width: 171px;
	background: #ccd6e0;
	visibility: hidden;
	z-index: 999;
	overflow: visible;
}

a.kwsEntry, a.kwsEntry:visited {
	color: #333333;
	width: 164px;
	height: auto;
	padding: 1px 1px 1px 4px;
	text-decoration: none;
	border: solid 1px #ccd6e0;
	display: block;
}

a.kwsEntry_activ, a.kwsEntry_activ:visited, a.kwsEntry_activ:hover, a.kwsEntry:active, a.kwsEntry:hover {
	color: #333333;
	width: 164px;
	height: auto;
	padding: 1px 1px 1px 4px;
	text-decoration: none;
	border: 1px solid gray;
	background-color: #eaeaea;
	display: block;
}
