


/*******************************************
	GOOGLE MINI RELATED
*******************************************/
/*class to display "Search" in the search input field, otherwise this field looks like a login input field
Basically, it places the labeltext 9999 pixels to the left.
*/
.structSearch {
	position:absolute;
	left:-9999px;
}


#searchbox{
	/*border: 1px solid rgb(0, 0, 0); 
	padding: 1px;*/
}

.metaresults {
	margin-top: 20px;
	margin-bottom: 15px;
	/*background-color: #f2f2f2;*/
	padding:4px;
}
#results{
	clear:both;
}
.sponsored{
	display:block;
	background-color:#e8eef6;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size:10px;	
}
.sponsored h1{
	text-align:right;
	margin:0px;
	padding-right:5px;
	font-size:10px;
	font-weight:normal;
}
.sponsored dt{
	font-size:12px;
	font-style:normal;
}
.sponsored dd{
	color:#6D6D6D;
	margin-left:0px;
	margin-bottom:5px;
}
.navigate{
	font-weight: bold;
	color:#000;
}
.navigate #synonym{
	float:left;
	width:50%;
	text-align:left;
	margin-bottom:10px;
}
.navigate .pagego{
	float:right;
	text-align:right;
	width:50%;
}
.navigate .pagego a{
	font-weight:normal;
	color:#6d6d6d;
	text-decoration:none;
}

.navigate .pagego a:hover{
	text-decoration:underline;
}


