/*****************************************/
/*****  w w w . l i t h i s . n e t  *****/
/*****  Design:  www.ccr-design.com  *****/
/*****************************************/


/*****  Search form styling  ***************************************/
#searchform {
	position: relative;
	padding: 0;
	margin: 1em 0 -2.6em 0;
	text-align: right;
}

#livesearch {
	position: relative;
	top: -2.6em;
	margin: 0;
	padding: 0.2em 0.2em 0.2em 1.5em;
	width: 10em;
	border: 1px solid #ccc;
	background: #fff url(../i/lupa.gif) no-repeat 3px 50%;
}
/*******************************************************************/


/*****  LiveSearch layer styling  **********************************/
#LSResults {
	position: absolute;
	right: 1em;
	top: -10px;
	margin: 0;
	padding: 0;
	z-index: 51;
	width: 300px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* IE patch */
}

#LSTop {
	height: 15px;
	width: 300px;
	background: transparent url(../i/ls_top.gif) no-repeat top;
}

#LSBox {
	position: relative;
	background: transparent url(../i/ls_box_bg.gif) repeat-y;
}

#LSBottom {
	height: 10px;
	width: 300px;
	background: transparent url(../i/ls_bottom.gif) no-repeat top;
}

#closeLiveSearch {
	position: absolute;
	top: 0;
	right: 10px;
	width: 11px;
	height: 11px;
}
/*******************************************************************/


/*****  LiveSearch results styling  ********************************/
#LSBox h3 {
	margin: 0 1em 0.5em 1em;
	padding: 0.2em 1em 0.2em 0.2em;
	text-align: left;
	font: bold 1.4em 'Trebuchet MS', Arial, sans-serif;
	border-bottom: 1px solid #aaa;
}

#LSBox h3 span {
	color: #999;
	font: normal 0.7em 'Trebuchet MS', Arial, sans-serif;
}

.LSRow a {
	margin: 0 1em;
	padding: 0.5em;
	display: block;
	text-align: left;
	color: #000;
	border: 1px solid #eee;
}

.LSRow a:visited {
	color: #999;
	padding-left: 1.5em;
	background: #eee url(../i/link-visited.gif) no-repeat 3px 50%;
}

.LSRow a:hover {
	text-decoration: underline;
}

#LSHighlight a {
	color: #000;
	background: #fff;
	border-color: #999;
}

#LSHighlight a:visited {
	background: #fff url(../i/link-visited.gif) no-repeat 3px 50%;
}
/*******************************************************************/
