#ajaxShoppingCart,
#ajaxBookmarkList,
#orderRegion{
	position:relative;
	background:#E5E1D5 url(img/shadow_drop_content.png) repeat-y scroll 0 0;
	width:990px;
}

#ajaxShoppingCart .shadow-top,
#ajaxBookmarkList .shadow-top,
#orderRegion .shadow-top{
	background:transparent url(img/shadow_drop_top.png) no-repeat scroll left top;
	width:990px;
	overflow:hidden;
}

#ajaxShoppingCart .shadow-bottom,
#ajaxBookmarkList .shadow-bottom,
#orderRegion .shadow-bottom{
	background:transparent url(img/shadow_drop_bottom.png) no-repeat scroll left bottom;
	width:990px;
	float:left;
}

#ajaxShoppingCart .ajax-cart-inner,
#orderRegion .ajax-cart-inner{
	background:transparent url(img/background_ajaxcart_cart.png) no-repeat scroll right 30px;
	width:960px;
	margin:20px 15px;
	min-height: 225px;
}

#ajaxBookmarkList .ajax-cart-inner {
	background:transparent url(img/background_merkzettel_big.png) no-repeat scroll right 30px;
	width:960px;
	margin:20px 15px;
}

.order-process  #orderRegion .ajax-cart-inner{
	background:none;
	width:740px;
	margin:20px 15px;
}

.order-process  #orderRegion .ajax-cart-inner.address{
	margin:20px 15px 0;
}


.einspaltig #orderRegion .ajax-cart-inner.step4,
.einspaltig #orderRegion .ajax-cart-inner.step5,
.einspaltig #orderRegion .ajax-cart-inner.step2.no-account{
	background:none;
}

#ajaxShoppingCart .ajax_close,
#ajaxBookmarkList .ajax_close{
	z-index: 100;
	position:absolute;
	right:18px;
	top:21px;
	width:100px;
	font-size:7pt;
	line-height:17px;
}

#ajaxShoppingCart .ajax_close a,
#ajaxBookmarkList .ajax_close a{
	float:right;
	display:block;
	width: 17px;
	height: 19px;
	background: transparent url('img/ajaxcart_close.png') no-repeat left top;
}

#ajaxShoppingCart .ajax_close a span{
	display:none;
}

/* graphic for each step */
/* Schnellsprünge über die Hintergrundgrafik gelegt */

ul#bestellNaviBox {
	height: 19px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	/* width: 990px; */
}

ul#bestellNaviBox li {
	/* display: inline; */
	float: left;
	list-style: none;
}

ul#bestellNaviBox li,
ul#bestellNaviBox a {
	display: block;
	height: 19px;
}

ul#bestellNaviBox a {
	background: #e5e1d5 url('img/ajaxcart_ablauf_header.png') no-repeat top left; /* one sprite for all */
	width: 0px;
}
       
ul#bestellNaviBox span {
	display:none; /* hide old menu description */
}

/* Step1 Einkaufskorb */

ul#bestellNaviBox li#step1 a{
    width: 110px;
    background-position: left -19px;
}

ul#bestellNaviBox li#step1 a:hover{
    background-position: left top;
}

/* Step2 Lieferart und Lieferadresse */

ul#bestellNaviBox li#step2 a{
    width: 200px;
    background-position: -110px top;
}

ul#bestellNaviBox li#step2 a:hover{
    background-position: -110px -19px;
}

/* Step3 Zahlungsart */

ul#bestellNaviBox li#step3 a{
    width: 110px;
    background-position: -310px top;
}

ul#bestellNaviBox li#step3 a:hover{
    background-position: -310px -38px;
}

/* Ende Schnellsprünge */

.order .bestellProzessH1 {
	height: 19px;
	background:transparent url(img/ajaxcart_ablauf_header.png) no-repeat left top;
}

.order.step1 .bestellProzessH1 {
	background-position:left top;
}

.order.step2 .bestellProzessH1 {
	background-position: left -19px;
}

.order.step3 .bestellProzessH1 {
	background-position: left -38px;
}

.order.step4 .bestellProzessH1 {
	background-position:left -57px;
}

.order.step5 .bestellProzessH1 {
	background-position:left -76px;
}

.order.step21 .bestellProzessH1 {
	background-position:left -95px;
}

.order.step21 .datatransNoticeLogin {
	color:#990000;
	font-weight:bold;
}

.order .bestellProzessH1 h1{
	display:none;
}

.order table {
	margin-bottom:20px;
	text-align:center;
}

.order table thead th{
	border-top: 1px dotted #47568e;
	border-bottom: 1px dotted #47568e;
	background-color:#fff;
	height:18px;
	color: #1b2f76;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.order table thead th strong,
.order table td.totalprice span{
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.order table tbody td {
	border-bottom: 1px dotted #47568e;
	padding:5px 0;
}

.order table .deliver{
	padding:0 10px;
}

.order table th.totalprice{
	background-color:#fff;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.order table td.totalprice{
	background-color:#efede6;
}

.order a.artikelEntfernen{
	background: transparent url('img/remove_article.gif') no-repeat left center;
	display:block;
	height:13px;
	width:120px;
}

.order.step1 input.dynamic_form_text{
	width:20px;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
}	

.order a.anzahl{
	/* background: transparent url('img/change_article.gif') no-repeat left center; */
	display:block;
	/* height:13px;
	width:13px; */
	margin-top: 5px; /* 8px */
	font-size: 8pt;
}

.order p.order-costs{
	color:#636159;
	font-size:8pt;
	padding: 0 5px;
	font-weight: bold;
}

.order table td.totalsum{
	background-color:#c3bead;
}

.order .btn.order-next, #geschenkServiceBox.order.step4 a.btn.order-next{
	margin-left:358px;
	width:122px;
}

.order .btn.order-next-w120{
	width:122px;
}

.zweispaltigContentLinks .order .btn.order-next{
	margin-left:250px;
}

.order .btn.order-next.auto{
	margin-left:358px;
	width:auto;
}

.order a.btn.order-prev{
	width:122px;
}

/* 2nd Step */

.order .bestellProzessHighlightBox{
	margin: 15px 0 17px;
}

.order .position{
	margin: 15px 20px;
}

.order.ssl .top{
	height: 18px;
	line-height: 18px;
	padding-left: 20px;
	width: 715px;
	border-top: 1px dotted #47568e;
	border-bottom: 1px dotted #47568e;
	background-color:#efede6;
	color: #1b2f76;
	margin-bottom: 28px;
}

.order.ssl .bottom{
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	width: 715px;
	border-top: 1px dotted #445389;
	border-bottom: 1px dotted #445389;
	background-color:#f2f0ea;
	color: #1b2f76;
	margin-top: 57px;
}

.order.ssl .bottom .billing-img,
.order.ssl .bottom .ssl-img{
	height: 36px;
	display:block;
	padding-top: 5px;
}

.order.ssl .bottom .ssl-img{
	padding: 3px 11px 0 0;
}

.order.step2 .bestellProzessH2.radio, .order.step3 .bestellProzessH2.radio {
	margin-bottom: 10px;
}

.order.step2 .form-box .left{
	height:20px;
}

.order.step2 select.dynamic_form_select{
	width:352px;
	margin:5px 30px 0 0;
}

.order.step2.address .dynamic_form_field_container{
	margin:0 20px 17px;
}

.order.step2.address #anrede.dynamic_form_select{
	width:209px;
}

.order.step2 .form-box .left a{
	text-decoration:underline;
	color:#003f8a;
}

.order.step2 .w70.lieferstatus{
	width:auto;
}

.order.step2.flexichange .dynamic_form_field_container{
	margin-right:0;
}

.order.step2.flexichange td.deliver{
	padding:0 10px;
}

.order.step2 .content .item {
	border: none;
	min-height: 10px;
	margin: 10px 0;
}

.order.step2 .content input {
	border: none;
}

.order.step2 .content .item input {
	margin-right: 5px;
}

.order.step3 input#gutscheinCode, .order.step4 input#gutscheinCode {
	margin: 0 5px;
}

.order.step3 .button.coupon{
	margin-left:10px;
}

.einspaltig .order .top{
	width: auto;
}

.order.step4.ssl .content .left.agb{
	width: 65%;
}

.order .border-bottom-blue{
	border-bottom:1px dotted #47568E;
	margin-bottom:1px;
	padding:0 20px 20px;
}

.order .border-middle-blue{
	border-top:1px dotted #47568E;
	border-bottom:1px dotted #47568E;
	margin-bottom:1px;
	padding:20px;
}

.order .border-middle-top-bottom-blue{
	border-top:1px dotted #47568E;
	border-bottom:1px dotted #47568E;
	margin-bottom:1px;
	padding:20px 20px 0;
}

.order .border-top-bottom-nopad-blue{
	border-top:1px dotted #47568E;
	border-bottom:1px dotted #47568E;
	padding:0 20px 0;
}

.order .border-middle-top-blue{
	padding:20px 20px 0;
	border-top:1px dotted #47568E;
}

.order .border-top-blue{
	border-top:1px dotted #47568E;
	padding:20px 20px 0;	
}

.order .border-none-top-blue{
	padding:10px 20px 0;	
}

.order .border-seperator-blue{
	border-top:1px dotted #47568E;
	margin:1px 20px 0;
}

/* nur für firefox, keine ahnung wieso???
.order .gesamtsumme .border-seperator-blue {
	margin: 1px -1px 0 1px;
} */

.order.step5 .content .border-seperator-blue, .order .gesamtsumme .border-seperator-blue {
	margin: 1px 0 0 0;
}

.order .border-none-blue{
	padding:0 20px;
}

.order.step4 .fehlerMeldung{
	padding: 0 20px;
}

.order.step4 a.btn.order-next {
	float:right;
	width:auto;
}

.order.step4 table{
	margin-bottom:0
}

.order.step4 .content .bestellProzessHighlightBox{
	margin:0;
	padding-top: 20px;
}

.order .gesamtsumme{
	margin-left:240px;
	width:350px;
	border-bottom:1px dotted #47568E;
}

.order.step5 .gesamtsumme.last{
	border-bottom:none;
}

.order.step5 .gesamtsumme.article,
.order.step5 .gesamtsumme{
	margin-left:230px;
	width:500px;
}

.order.step5 .gesamtsumme.article .gesamtsumme-left{
	text-align:left;
	padding:5px;
	width:375px;
}

.order.step5 .gesamtsumme .gesamtsumme-left{
	text-align:right;
	width:355px;
}

.order.step5 .gesamtsumme.article  .gesamtsumme-right{
	padding:15px 0;
	text-align:center;
	width:115px;
}

.order.step5 .gesamtsumme.article.spacer{
	border:none;
}

.order.step5 .gesamtsumme.article.spacer .gesamtsumme-left{
	padding:0px 5px;
}

.order.step5 .gesamtsumme.article.spacer .gesamtsumme-right{
	padding:0px;
}

.order .gesamtsumme-left{
	padding:15px;
	text-align:right;
	width:205px;
}

.order .gesamtsumme-right{
	padding:15px 0;
	text-align:center;
	width:115px;
}

.order .gesamtsumme-right.white{
	background-color:#fff;
	color:#000;
}

.order .gesamtsumme-right.light-grey{
	background-color:#efede6;
	color:#000;
}

.order .gesamtsumme-right.dark-grey{
	background-color:#c3bead;
	color:#000;
}

.order.step5 dl dt{
	float:left;
	width: 18%;
}

.order.step5 .article-left{
	width: 730px;
}

.order.step5 .article-right{
	width: 190px;
}

.order.step5 .downloadInfo{
	margin:0 0 15px 30px;
	color:#636159;
}

.order.step5 .downloadInfo a{
	color:#636159;
}

.order.step5 a.btn.order-prev{
	margin-right: 60px;
}

.order .lieferstatus{
	padding-right: 20px;
	width: 380px;
	color:#636159;
}

.order .lieferstatus a{
	color:#636159;
}

.order .AGBLine {
	width: 500px;
	padding-right: 0;
}

.order .AGBLine .dynamic_form_field_label {
	margin-right: 5px;
}

/* Geschenkservice */

#geschenkServiceBox .item {
	float:left;
	margin-left:25px;
	margin-right:15px;
	border: none;
	min-height: 90px;
}

#geschenkServiceBox .item input {
	position:relative;
	top:-22px;
	border: none;
}

#geschenkServiceBox .item a, #geschenkServiceBox #geschenkpapier a {
	background-image:url(img/plus.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	font-weight:bold;
	margin-left:18px;
	padding-bottom:5px;
	padding-left:16px;
	text-decoration:underline;
}

#geschenkServiceBox .item a:hover, #geschenkServiceBox #geschenkpapier a:hover {
	background-image:url(img/plusOrange.gif);
}

#grussTextWrap {
	float:left;
	margin:10px 0 20px 30px;
	width:600px;
}

#grussTextWrap label {
	display: block;
}

#grussTextWrap input {
	margin-top: -10px;
	float: right;
}

#grussTextWrap textarea {
	display:block;
	margin-top:3px;
	width:596px;
}

#geschenkpapier {
	float:left;
	margin:10px 0 20px 50px;
}

#geschenkServiceBox #geschenkpapier a {
	margin-left:0;
}

.gesamtsummeTrenner {
    witdth:100%;
    height: 3px;
    border-bottom: 1px dotted #47568E;
    border-top: 1px dotted #47568E;
    margin-top: 20px;
}
