
/* Rahmenformatierungen */
div#checkout {
	border: 3px solid #BABABA; 
	margin: 0 0 16px 0;
	padding: 0;
	width: 954px;
}

#checkout div.finish {
	background-color: #BABABA;
	padding: 3px 8px;
	margin: 0;
}

#checkout div.finish a.arrowLeft {
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 15px;
	background: url(../images/icons/arrow-left-grey.gif) no-repeat 3px 3px;
	padding-left: 18px; 
	text-decoration: none;
}

#checkout div.inner {
	width: 937px;
	margin: 10px 9px 10px 8px ;
	padding: 0;
}

:root #checkout .inner {
	margin-left: 8px;
	width: 935px;
}

#checkout .agbBox .inner {
	width: auto !important;
} 

#checkout div.inner form:-moz-last-node {
	width: 873px !important;
}


/* Cart */
#checkout table.cart,
#checkout table#cart {
	width: 937px;
	margin: 0;
	padding:0;
	
}
#checkout table.cart:-moz-last-node,
#checkout table#cart:-moz-last-node {
	width: 933x;
}
#checkout .deliveryPayment table.cart:-moz-last-node,
#checkout .deliveryPayment table#cart:-moz-last-node {
	width: 934x;
	margin-left: 0; 
}

#checkout #cart p.gesamtsumme:-moz-last-node,
#checkout #cart p.gesamtsumme {
	margin: 0; 
	float: right
}

#checkout #cart p.ratenrech {
	margin: 0; 
	float: right; 
	padding: 5px 10px 0 0;
}

#checkout #cart p.paypal {
	margin: 0; 
	float: right; 
	padding: 25px 10px 0 0;
}
#checkout #cart p.next {
	margin: 0;
	float: right;
	padding: 27px 10px 0 0;
}
#checkout #cart td.allinone {
	border-left: 4px solid #BABABA;
	border-right: 4px solid #BABABA;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#checkout table ul.crossselling {
	list-style: none;
	margin: 0px;
}

#checkout table ul.crossselling li {
	float: left;
	display: block;
	margin: 0;
	border-right: 3px solid #BABABA;
	width: 229px;
	height: 245px;
}

#checkout table ul.crossselling li.finish {
	border-right: none;
}

#checkout table ul.crossselling div.product {
	padding: 8px 12px;
	position: relative;
	height: 229px;
	/*height: 200px;
	overflow: visible;*/
}

#checkout table ul.crossselling div.product p.name {
	line-height: 1.2em; 
	font-weight: bold;
	height: 20px;
}

#checkout table ul.crossselling div.product div.image {
	text-align: center; 
	padding-bottom: 3px;
	height: 100px;
}

#checkout table ul.crossselling div.product div.description {

	line-height: 1.2em; 
	font-size: 0.85em;
}
#checkout table ul.crossselling div.product div.description p {
	margin: 0 0 0.6em 0 ;
}

#checkout table ul.crossselling div.product a.order-link {
	position: absolute;
	bottom: 35px;
}

#checkout table ul.crossselling div.product a.order-link2 {
	position: absolute;
	bottom: 10px;
}

#checkout table ul.crossselling div.product div.image .stoerer1,
#checkout table ul.crossselling div.product div.image .stoerer2,
#checkout table .stoerer1,
#checkout table .stoerer2 {
	position: absolute;
	left: -5px;
}
#checkout table ul.crossselling div.product div.image .stoerer1 {
	top: 55px;
}
#checkout table ul.crossselling div.product div.image .stoerer2 {
	top: 10px;
}
#checkout table .stoerer1 {
	top: 31px;
	left: -7px;
}
#checkout table .stoerer2 {
	top: 0;
}

/* Tabellen */
#checkout table {
	/*margin: 10px 11px 10px 10px;*/
}

#checkout table th {
	border-top: 3px solid #BABABA;
	border-bottom: 3px solid #BABABA;
	border-left: none;
	border-right: none;
	text-align: left;
	background-color: #BABABA;
	padding: 0 5px;
	font-weight: bold;
	line-height: 1.55em;
}

#checkout table td {
	border-top: 3px solid #BABABA;
	border-bottom: 3px solid #BABABA;
	border-left: none;
	border-right: none;
	vertical-align: top;
	text-align: left;
	padding: 5px 5px;
	font-size: 0.9em;
	line-height: 1.55em;
}

#checkout table td.agb {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	vertical-align: top;
	text-align: left;
	padding: 4px 4px;
	font-size: 1em;
	line-height: 1.55em;
}

#checkout table td.left, #checkout table th.left {
	border-left: 4px solid #BABABA;
}

#checkout table td.right, #checkout table th.right {
	border-right: 4px solid #BABABA;
}

#checkout table td.textRight, #checkout table th.textRight {
	text-align: right;
}
#checkout table td.textLeft, #checkout table th.textLeft {
	text-align: left;
}

#checkout table#cart td.right, #checkout table#cart th.right {
	padding-right:40px;
}

#checkout table div.icons {
	position: relative;
	/*	width: 65px;*/
}

#checkout table div.icons .text {
	position: absolute;
	left: 0;
}
#checkout table div.icons .refresh {
	position: absolute;
	left: 52px;
}
#checkout table div.icons .delete {
	position: absolute;
	left: 32px;
}

/* Buttons */
#checkout input.submitButtonDelete { background: url(../images/buttons/delete.gif) 0px 0px no-repeat; width: 16px; border: none; margin-top: 2px;}
#checkout input.submitButtonRefresh { background: url(../images/buttons/refresh.gif) 0px 0px no-repeat; width: 16px; border: none; margin-top: 2px;}
#checkout input.submitButtonRefreshCoupon { background: url(../images/buttons/refresh-coupon.gif) 0px 0px no-repeat; width: 142px; border: none; margin-top: 2px;}



*:first-child+html #checkout  input.submitButtonRefreshMargin { background: url(../images/buttons/refresh.gif) 0px 0px no-repeat; width: 16px; border: none; margin: 2px 5px 0 4px; }

/* Formfelder */
#checkout .w22px {
	height: 14px;
	width: 22px; 
	border: 1px solid #252525;
}

#checkout .w280px {
	height: 14px;
	width: 280px;
	border: 1px solid #252525;
}

/* Textauszeichnungen und Teaser */
#checkout h1 {
	font-size: 1.2em; 
	font-weight: normal; 
	margin: 0 0 7px;
	padding: 3px 7px 5px;
	background-color: #BABABA;	
}

#checkout .nowrap {
	white-space: nowrap;
}

#checkout a {
	text-decoration: underline;
}

#cart .cartentry a {
	text-decoration: none;
}

/* Positiontracker */
#checkout ul#tracker,
#checkout ul.tracker {
	list-style: none;
	display: block;
	margin: 16px 8px;
	padding: 0;
}

#checkout ul#tracker li,
#checkout ul.tracker li {
	float: left;
	font-size: 1.2em; 
	font-weight: normal; 
	margin: 0 16px 0 0;
	padding: 5px 0 6px 5px;
	width: 169px;
	background-color: #BABABA;
}

#checkout ul#tracker li.last,
#checkout ul.tracker li.last {
	margin-right: 0px;
	width: 171px;
}

#checkout ul#tracker li.isactive,
#checkout ul.tracker li.isactive {
	background-color: #262626;
	color: white;
}
#checkout ul#tracker li a,
#checkout ul.tracker li a{
	display: block;
}
/* Teaser etc */
#checkout div.teaserRight {
	padding: 7px 9px; 
	margin: 0; 
	text-align: right;
	margin-bottom: 9px;
}

#checkout div.teaserLeft {
	padding: 7px 9px; 
	margin: 0; 
	margin-bottom: 9px;
}

/* Weitere */
#checkout .nowrap {
	white-space: nowrap;
}

#checkoutdisclaimer a {
	text-decoration: none;
}

/* Checkoutdisclaimer */
#checkoutdisclaimer {
	margin: 15px 0 0 0;
	padding: 25px 20px 20px 30px;
	background-color: #F0F0F0;	
	width: 910px;

}

#checkoutdisclaimer div.infoBox {
	width: 600px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #9f9f9f;
	float:left;
}

#checkoutdisclaimer div.infoBox p {
	margin: 0;
}

#checkoutdisclaimer div.linklist {
	float: right;
}

#checkoutdisclaimer .linklist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

#checkoutdisclaimer .linklist ul li {
	float:left;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.95em;
	
}

#checkoutdisclaimer .linklist ul li.left {
	padding: 0 20px 0 0;
}

#checkoutdisclaimer .linklist ul li.right {
	padding: 0 0 0 20px;
	border-left: 1px solid #B3B3B3;
}


#checkoutdisclaimer .linklist ul li li {
	float:none;
	display: block;
}


#checkout.lostpassword {
	width: 666px;
	margin-top: 3px;
	padding-bottom: 3px;
}
#checkout.lostpassword h3.registerHeadline {
	width: 639px;
}
#checkout.lostpassword .loginBox {
	width: 636px;
}

#checkout #disclaimerBox p {
	float: right;
	width: 886px;
	padding-right: 10px;
}

#checkout #disclaimerBox input.checkbox {
	float: left;
	margin-top: 4px;
}

* + html  #checkout #disclaimerBox input.checkbox {
	margin-top: 0px;
}

#explanationRegistration ul {
	margin: 10px;
}

#explanationRegistration li {
	margin-left: 10px;
}

/**
* Bestellhistorie 
*/
#checkout #history {
	font-size: 1em;
}
#checkout #history table.cart td {
	font-size: 0.9em;
	padding: 3px 5px;
}

#checkout #history table.cart th {
	border-bottom-width: 1px;
}

#checkout #history table.cartdata td {
	font-size: 1em;
	padding: 9px 5px 10px;
	border-top-width: 1px;
}

#checkout #history div.deliveryPayment h3.boxLeft {
	width: 223px; 
	padding-top: 2px;
	padding-bottom:0;
	margin-bottom:0;
}
#checkout #history div.deliveryPayment h3.boxRight {
	width: 694px;
	padding-top: 2px;
	padding-bottom:0;
	margin-bottom:0;
}
#checkout #history div.deliveryPayment .registerBox.boxRight {
	width: 694px;
	border-top:0;
	border-bottom:0;
	font-size: 0.9em;
	
}
#checkout #history div.deliveryPayment .registerBox.boxLeft {
	width: 221px;
	border-top:0;
	border-bottom:0;
	font-size: 0.9em;
}
#checkout #history div.deliveryPayment .registerBox p {
	margin-bottom: 0.4em;
}
#checkout #history div.deliveryPayment .registerBox p:last-child {
	margin-bottom: 0;
}


#checkout table tr.finalcart td {
	border-bottom: 0 !important;
	border-top: 0 !important;
}

#checkout div.loginBox {
	padding: 4px 0 4px 5px;
}

#checkout div.agbBox {
	padding: 0;
	padding-left: 4px;
	border: 4px solid #BABABA;
	margin-right: 4px;
	margin-bottom: 8px;
	height: 200px;
	overflow: auto;
}

/* Fehlermeldung Warenkorb */
#checkout #cart tr.noborder td {
	border-top: 0;
}
#checkout #cart tr.errorLine td {
	border-bottom: 0;
}
#checkout #cart tr.errorLine div.text {
	color: #FF5400;
	margin-left: 281px;
	display: inline;
}

#checkout h1.emptycart {
	float:left;
	background-color: #FFF;
	margin: 24px 0;
	font-weight: bold;
	font-size: 1.4em;
}

#checkout .assignment_form,
#checkout .assignment_form_popup {
	float: right;
	position:relative;
	width: 415px;
	height: 280px;
	color: #000;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#checkout .assignment_form_popup {
	float: left;
	margin-bottom: 15px;
}
#checkout .assignment_form div {
	font-size: 1.2em !important;
}
#checkout .contentBox {
	padding: 0 12px 20px 20px;
	color: #001e4c;
}
#checkout .contentBox p {
 line-height: 1.6em;
 margin-bottom: 0.5em;
}
#checkout .contentBox a {
	color: #001e4c;
}
#checkout .contentBox h2 {
	font-size: 1.2em;
	margin-bottom: 14px;
}
#checkout .paypal-cart {
	margin-bottom: 20px;
}
#checkout .paypal-cart h2 {
	background: none;
	padding-left: 0;
}

#checkout input#pppart1 {
	width: 77px;
	margin: 0 8px;
}
#checkout input#pppart2 {
	width: 57px;
	margin: 0 8px;
}
#checkout input#pppart3 {
	width: 57px;
	margin: 0 8px;
}
#checkout input#pppart4 {
	width: 17px;
}
#qpayframe {
	width: 850px;
	height: 500px;
	border-style: none;
	border-width: 0px;
}

.pdfButton {
	float: right;
	margin-right: 10px;
}

