input.bestellung, textarea.bestellung {
    margin: 3px;
}

.dol_even{
	background-color: #ffffff;
}
.dol_odd{
	background-color: #dddddd;
}
div#dol_form_wrapper{
	width: 610px;
	overflow: hidden;
	z-index:80; 
	position:relative;
	
}
div#dol_form_wrapper:hover{
	overflow: visible;
}
.dol_table{
	width: 610px;
	margin-bottom: 20px;
}
.dol_table tr td{
	text-align: center;
	font-size: 0.9em;
	height: 24px;
}
.dol_table tr th{
	text-align: right;
	font-size: 0.9em;
	padding: 2px 5px;
	font-weight: 100;
	height: 24px;
}
.waehrung_euro{
	display: table-cell;
}
.waehrung_dollar{
	display: none;
}
div#dolezych_warenkorb{
	width: 275px;
	font-size: 14px;
}
div#dolezych_warenkorb table{
	text-align: right;
}
div#dolezych_warenkorb table tr td{
	padding: 2px;
}
table#warenkorb_rechnung{
	width: 100%;
}
div#concurrency_wrapper{
	text-align: right;
}
.warenkorb_click img{
	height: auto;
    margin: 0px;
}
#warenkorbprogress{
	float: left;
    margin: 75px 120px;
    position: absolute;
}
.trag500{ background-color: #F24CAF;}
.trag1000{ background-color: #672290;}
.trag1500{ background-color: #00A650;}
.trag2000{ background-color: #66C530;}
.trag3000{ background-color: #fff200;}
.trag4000{ background-color: #d3d3d3;}
.trag5000{ background-color: #DB1C30;}
.trag6000{ background-color: #664b33;}
.trag8000{ background-color: #00adef;}
.trag10000{ background-color: #f35c19;}

form.bestellung{
	width: 250px;
}
input.bestellung{
}
.trennlinie{
	border-left: 1px solid #333333;
}
.greyline{
	border-left: 1px solid #aaaaaa;
}
div#do_loginbox input{
	margin-bottom: 10px;
    margin-right: 10px;
    width: 120px;
}
span.fett{
	font-weight: 900;
}
div#dol_order_now{
	width: 264px;
	border: 1px solid #EE7F13;
}
div#dol_order_now span{
    color: #EE7F13;
    display: inline;
    float: left;
    font-size: 20px;
    margin: 16px;
}
div#dol_order_now a{
	display: block;
    text-decoration: none;
}
div#dol_order_now a:hover{
	background-color: #efd8c1;
}
div#dol_order_now img{
	margin: 5px 0 0 5px;
}
a#goto_cart_button{
	float:left;
	height: 30px;
	width:275px;
	background-color: #fffff;
}
a#goto_cart_button div{
	margin: 4px 2px 0 0;
	float:right;
}
a#goto_cart_button:hover{
	background-color: #EE7F13;
}