/* --- live search ---*/
#search {
	position:absolute;
	top: 1px;
	right:1px; /*45*/
}
#googlead {
	position:absolute;
	top:40px;
	left:1px; /*45*/
}
#search input 
{
	border: 1;
	width: 180px;
	height: 25px;
	color: #004566;
	top: 0px;
	right:0px; /*45*/
	font: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	font-weight:normal;
}
#LSResult 
	{
		
		background: #17623B;
		background-color: white;
		top: 1px;
		right:1px; /*45*/
		width:180px;
	}
#LSShadow 
{
	top:1px;
	right:1px; /*45*/
	width: 180px;
	overflow: hidden;
	background-color: white;
	font: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	}
#LSResult a, #LSResult a:hover {
	border: 0;
}
#LSResult ul li a 
{
	color: black;
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	background-image: none;
	text-align: left;
}
#LSResult ul li a:hover {
	text-align: left;
	background-color: #004566; 
	color: white;
}

#LSResult ul, #LSResult ul li {
	background-image: none;
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#LSResult span {
	display: block;
	padding: 5px 5px 5px 5px;
	height: 25px;
	text-decoration: none;
	background-color: #004566;
	text-align: center;
	vertical-align: center;
	color: white;
	font: bold 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
}
#LSResult span a 
{
	color: #ccc;
}
#LSResult span a:hover {
	color: white;
}
#LSResult div {
	background-color: #fff;
}
.pages
{
	font-size: 13px;
}

.pages span.elipses
{
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	background: white;
}

.pages a, .pages span
{
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background: #fff;
}

.pages span.current
{
	border: 1px solid #2E6AB1;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pages a
{
	border: 1px solid #9AAFE5;
	text-decoration: none;
}

.pages a:hover
{
	border-color: #2E6AB1;
}

.pages a.nextprev
{
	font-weight: bold;
}

.pages span.nextprev
{
	color: #666;
}

.pages span.nextprev
{
	border: 1px solid #ddd;
	color: #999;
}
/* --- /live search ---*/

