/* $Id: crumbtrailcomponent.css,v 1.2 2004/04/15 10:51:09 tim.parry Exp $ */

#crumbtrailComponentOuter {
	margin: 0px 8px 0px 8px;
	background-color: #E1E1E1;
	color: black;
	border: 1px solid #999;
}

#crumbtrailComponentInner {
	padding: 4px;
}

#crumbtrailComponentSearch {
	float: right;
}

#crumbtrailComponentDescription {
	font-weight: bold;
}

