@charset "utf-8";
/*
------------------------------------------------------------
UBERGOODNESS v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
MINI SEARCH
------------------------------------------------------------
*/

/* Mini search */
.mini-search { 
/*	position:absolute; 
	top:0; right:0;*/
/*	float:left;
	width:215px;
	height:20px; 
	padding:5px; 
	background:white; */
	width:202px;
	height:38px;
	padding-top:12px;
	padding-left:28px;
	float:right;
	background:url(../images/search-bg.png) top left no-repeat;
	margin-top:45px;
}

.mini-search-icon {
	height:30px;
	width:20px;
	background:white url(../images/searchicon-1.png) 0px 5px no-repeat;
	float:left;
}

.ms-corner-left {
	height:30px;
	width:11px;	
	background:url(../images/minisearch-left.png) bottom left no-repeat;
	float:left;
}

.ms-corner-right {
	height:30px;
	width:11px;	
	background:url(../images/minisearch-right.png) bottom left no-repeat;
	float:left;

}
.mini-search .input-text { 
	/*width:150px;*/ 
	margin-right:0px; 
	color:#CEBCA4;
	background:none!important;
	border:none!important;
}
.search-autocomplete { 
	z-index:999; 
}
.search-autocomplete ul { 
	border:1px solid #5c7989; 
	background-color:#f9f5f0; 
}
.search-autocomplete li {
	border-bottom:1px solid #f4eee7; 
	padding:2px 8px 1px 8px;
	cursor:pointer; 
}
.search-autocomplete li .amount { 
	float:right; 
	font-weight:bold; 
}
.search-autocomplete li.odd { 
	background-color:#fffefb; 
}
.search-autocomplete li.selected { 
	background-color:#f7e8dd; 
}