.shopping_cart_navi {
height:40px;
margin:10px 0 25px;
}
.shopping_cart_navi.lang_49 {
	background-image:url("/img/custom/webshop/shop_checkout_navi.png");
}
.shopping_cart_navi.lang_44 {
	background-image:url("/img/custom/webshop/shop_checkout_navi_E.png");
}
.shopping_cart_navi.step_1 {
	background-position:0 0;
}
.shopping_cart_navi.step_2 {
	background-position:0 -40px;
}
.shopping_cart_navi.step_3 {
	background-position:0 -80px;
}
.shopping_cart_navi.step_4 {
	background-position:0 -120px;
}
.switch_navi_step {
	float:left;
	height:40px;
	display:block;
}
.switch_navi_step.shopping_cart {
	width:310px;
}
.switch_navi_step.order_overview {
	width:310px;
}
.switch_navi_step.order_finished {
	width:310px;
}
.button_register_or_order {
	background-color:#eee;
border:1px solid #a6a6a6;
color:#666;
cursor:pointer;
font-size:16px;
margin:15px 3px 20px 0;
padding:10px;
	text-align:center;
}
.button_register_or_order.selected {
	background-color:#666;
	border:1px solid #666;
	color:#fff;
}
.icon-arrow-down {
	width:0px;
	height:0px;
	display:inline-block;
	border-top:8px solid #666;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
}
.icon-arrow-down.selected {
	border-top:8px solid #fff;
}
.angle-icons {
	-moz-osx-font-smoothing:grayscale;
display:inline-block;
font-feature-settings:normal;
font-kerning:auto;
font-language-override:normal;
font-size:inherit;
font-size-adjust:none;
font-stretch:expanded;
font-style:normal;
font-synthesis:weight style;
font-variant:normal;
font-weight:normal;
line-height:1;
text-rendering:auto;
}
.angle-icon-down::before {
	content:"\2228";
}
#webshop_login_mask {
	min-height:100px;
}
#webshop_login_mask.loader {
	height:80px;
	background:url("/img/icons/loader-red.gif") transparent no-repeat;
	background-position:center;
	background-color:#FFF;
}
.print_shopping_cart {
	display:none;
}
.button_print_shopping_cart {
	background:#eee url("/img/custom/calculationtool/print_icon.svg") no-repeat scroll left / 30px auto;
	padding-left:35px;
	padding-right:5px;
}