/************************

   SearchLite v1.0
   By Monjurul Dolon

   Customize this CSS
   document to change
   the look of the form
   and results.
************************/


#search{
	display: block;
	float: left;
	color: #0a7ba5;
	width: 100%;
	margin-top: 12px;
	}
	#search .field input{
		border: 1px solid #15a0da;
		color: #0a7ba5;
		background: #fff;
		padding: 2px;
		width: 186px;
		}
		#search .submit input{
			background: #0a7ba5;
			color: #fff;
			font-weight: bold;
			padding: 2px;
			border: none;
			}
	#search a{
		font-weight: normal;
		color: #0a7ba5;
		}
	#search-results {
		width: 226px;
		display: block;
		float: left;
		}
	#search-results ul{
		margin: 8px 0 0 0;
		padding: 0;
		width: 100%;
		display: block;
		float: left;
		}
	#search-results ul li a{
		display: block;
		border: none;
		padding: 5px 0 5px 27px;
		font-weight: bold;
		width: 100%;
		border-top: 1px dotted #a3d0f1;
		background: url(images/page_link.gif) no-repeat 6px 9px;
		}
	#search-results em{
		line-height: 15px;
		font-style: normal;
		font-weight: normal;
		width: 100%;
		}
	#search-results ul li a:hover{
		background: #fff url(images/page_link.gif) no-repeat 6px 9px;
		}	
	#search-results .alt{
		background: #def1ff;
		}
	#search-results #more{
		display: block;
		float: left;
		background: #fff url(images/add.gif) no-repeat 7px 4px;
		width: 100%;
		border-top: 1px dotted #0a7ba5;
		border-bottom: 1px dotted #0a7ba5;
		padding: 5px 0 5px 27px;
		}
	#search-results #more a{
		border-bottom: 1px dotted;
		width: 100%;
		}
	#search-results #more span{
		padding: 0 0 0 70px;
		width: 50px;
		}
	#search .title { }
	#search .date { }
	#search .comments { }
	#search .desc { }
