@CHARSET "UTF-8";

.crumbs{
	width:				100%;
	padding-bottom:		10px;	
}

.crumbs a{
	width:				100%;
	color:				#4B5256;
	text-decoration:	none;
	font:				normal 10px Verdana;
	background:			url('../images/crumb_separator.jpg') no-repeat center right;
	padding-right:		10px;
	text-transform:		Capitalize;
}

.crumbs a.last{
	background:			none;
}

.crumbs h1{
	padding-top:		20px;
	color:				#0093D7;
	font-size:			16px;
	text-transform:		uppercase;
	font-weight:		bold;
	margin:				2px 2px 10px 2px;		
}

.crumbs ul{
	float:				right;
	list-style:			none;
	display:			block;
	border:				0px;	
	padding:			0 5px 0 5px;
}

.crumbs ul li{
	height:				19px;
	display:			table-cell;
	float:				left;
}

.crumbs ul li a{
	display:			block;
	float:				left;
	background:			none;		
	text-decoration:	none;
	height:				19px;
}

.crumbs ul li div{
	display:			none;
	position:			absolute;
	margin:				0;
	padding:			0;
	border:				1px solid #000000;
	background:			#FFFF99;
	padding:			3px;
	margin:				-17px 0 0 -30px;
}

.bgreen ul{
	border:				1px solid #A4CB4A;
	padding:			10px;
}

.crumbs ul li p{
	display:			inline;
	line-height:		20px;
	margin:				10px 10px 0 0px;
	font-weight:		bold;
}

.crumbs ul li:hover div{	
	display:			block;
}

.crumbs ul li.print a{
	background:			url('../images/toolbar/drukuj.gif') no-repeat bottom left;
	width:				19px;	
}

.crumbs ul li.newsletter a{
	background:			url('../images/toolbar/newsletter.gif') no-repeat bottom left;
	width:				29px;		
}

.crumbs ul li.email a{
	background:			url('../images/toolbar/email.gif') no-repeat bottom left;
	width:				27px;		
}

.crumbs ul li.rss a{
	background:			url('../images/toolbar/rss.gif') no-repeat bottom left;
	width:				18px;
}

.crumbs ul li.csep a{
	background:			url('../images/toolbar/sep.jpg') no-repeat bottom left;
	width:				2px;	
	padding:			0 5px 0 5px;
}