#webshop_items_top {	
	margin: 20px 0 0 0;
	height: 48px;
}
#webshop_items_top h1 {
	display: block;
	float: left;
	font-size: 48px;
	text-transform: uppercase;
	margin: 7px 20px 0 -3px;
}
#webshop_items_top h2 {
	display: block;
	float: left;
	font-size: 38px;
	text-transform: uppercase;
	margin: 12px 20px 0 -3px;
}
#webshop_items_top h3 {
	display: block;
	float: left;
	font-size: 28px;
	text-transform: uppercase;
	margin: 16px 20px 0 -3px;
}

#webshop_items_top #webshop_crumbs {
	font-size: 12px;
}
#webshop_crumbs a {
	color: #000;
	background: url(images/arrow_right.png) no-repeat;
	background-position: 100% 5px;
	padding: 0 12px 0 0;
	margin: 0 7px 0 0;
}
#webshop_crumbs span {
	color: #939393;
}
#webshop_items_bottom {
	background: url(images/shadow_bottom.png) repeat-x;
	background-position: left bottom;
}
