@import url("http://static.dating.lt/design/dkd/portal_header.css");
* {
	text-decoration: none;
	margin: 0;
}

body {
	padding: 5px 0;
	font: normal 90% "Verdana", "Helvetica", sans-serif;
	text-align: center;
	background-color: #FFF;
	color: #000;	
}

span.pseudourl {
	cursor: pointer;
}

a { color: #006CD0; text-decoration:underline;}
a#pages { color: #006CD0; text-decoration:none; border-width: 1px; border-style: solid; border-color: gray}
a:hover { text-decoration:underline; color: #FF6000;}
a:hover#pages {border-width: 1px; border-style: solid; border-color: gray}

#main, #head, #logobann, #lang-plank {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}
#logobann { float: left; margin: 5px 0 0; background: #FFF url('logo_search.gif') no-repeat left top; }
#logobann a#logo { float: left; display: block; width: 210px; height: 99px; text-decoration: none; }
#lang-plank {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border: 1px solid #BFCDD7;
}
#lang-plank a.more-link {
	float: right;
	margin: 5px 10px 0 0;
	padding: 1px;
	color: #006CD0;
	text-decoration: none;
}

table#ads {
	float:right;
	border-left: solid thin #6699CC; 
	margin:0 10px 10px 0;
}

#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	/*width:250px;*/	/* Width of box */
	/*height:180px;*/	/* Height of box */	
	overflow:auto;	/* Scrolling features */
	border:1px solid #006CD0;	/* not Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionExit{	/* Div for *exit* item in list */
	text-align: right;
	text-decoration: underline;
	color:#006CD0; 
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#006CD0;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form{
	display:inline;
}