/**
*/

#searchblock form {display: none;}

#breadcrumb {
	position: absolute;
	top: -50px;
	left: 0px;
	width: 100%;
	height: 50px;
	display: block;	
}
	.breadcrumbText {
		color: #c0c0c0;
		font-weight: bold;
	}
				
.bcBulletGray {
	padding-left: 2px;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	width:36px;
	height:37px;
	background:url(../gfx/ci/breadcrumb_icon_grey.gif) no-repeat;
}

.bcBulletOrange {
	padding-left: 2px;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	width:36px;
	height:37px;
	background:url(../gfx/ci/breadcrumb_icon_yellow.gif) no-repeat;
}

