/* Baron Custom Accessories - Search Style Sheet */
/* All associated graphics copyright 2006, Baron Custom Accessories */
/* Last Modified: August 30th, 2006 */

@import url(catalog.css);

#searchbox {
	padding: 10px;
	background-color: #FFA500;
}

.searchresult {
	border: 1px Dashed #999; 
	padding: 10px;
	margin-bottom: 8px;
	text-align: left;
}

.searchnum {
	float: left;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	padding: 0 10px 0 3px;
}

.searchtext {
	float: left;
	color: #666;
}

.searchtext small {
	color: #FF0000;
}

.searchtext a {
	text-decoration: none;
	color: #333;
}

#nosearch {
	text-align: left;
	font-size: 14px;
}

h2 {
	font-size: 18px;
}