/* Warenkorb Zusammenfassung */


table#shopping-cart-table {
	width: 750px;
}
table#shopping-cart-table thead tr th {
	border-bottom: 1px dashed #ebebeb;
	padding: 5px 0px;
	text-align: right;
}
table#shopping-cart-table tfoot tr td {
	border-top: 1px dashed #ebebeb;
	padding-top: 10px;
}
table#shopping-cart-table tbody tr td {
	padding: 5px 0px;
}
table#shopping-cart-table tbody tr td.a-right, table#shopping-cart-table tbody tr td input.qty {
	text-align: right;
}
table#shopping-cart-table a {
	color: #000;
}

table#shopping-cart-totals-table {
	width: 100%;
}

ul.messages, ul.messages ul {
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
}

td.attributes-col dl.item-options, td.attributes-col dl.item-options dd, td.attributes-col dl.item-options dt, td.attributes-col div.item_options{
	margin: 0px;
	padding: 0px;
}
/* endof Warenkorb Zusammenfassung */

/* Checkout Seite */

td.login_border {
	padding-right:10px;
	border-right: 2px dotted #000;
	padding-bottom: 5px;
}

fieldset {
	border: 0 none;
	margin: 0;
	padding-left: 0;
}

ul#checkoutSteps {
	list-style-type: none;
	padding-left: 0px;
	width: 750px;
	margin-left: 0px;
	height: 900px;
	overflow: auto;
	position: relative;
}

ul#checkoutSteps a {
	color: #b2b2b2;
}

ul#checkoutSteps li {
	padding: 0px;
	margin-left: 0px;

}

ul#checkoutSteps li h3 {
	margin: 0px;
}

ul#checkoutSteps li h3 a { 
	color: #b2b2b2;
}
ul#checkoutSteps li.active h3 a {
	color: #934313;
}
ul#checkoutSteps .validate-select {
	width: 260px;
}

form#co-billing-form ul, form#co-shipping-form ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}

div.name-firstname, div.co_left {
	float: left;
}

p.required {
	padding-top: 6px;
}

ul#checkout_list_sidebar {
	 padding: 0px 5px;
	 margin: 0px;
	 list-style-type: none;
}

ul#checkout_list_sidebar li {
	border-bottom: 1px dashed #000;
	padding: 5px 0px;
}

ul#checkout_list_sidebar address {
	font-style: normal;
}

ul#checkout_list_sidebar h4 {
	margin: 0px;
}

div.edit_right {
	text-align: right;
	margin-top: 5px;
}

ul.form-list {
	list-style-type: none;
	padding: 0px;
}

ul#checkoutSteps label {
	color: #934313;
	font-weight: bold;
}

div.input-box {
	margin-top: 5px;
}

div.input-box label {
	color: #934313;
	font-weight: bold;
}

div.input-box select,
div.input-box input {
	margin-top: 5px;
	width: 260px;	
}

div.input-box select{
	width: 80px;
}

/* endof Checkout Seite */

/* Step 1 */
h4.checkout_login {
	border-bottom: 2px dotted #000;
	padding-bottom: 5px;
}

ul.disc{
	margin: 0px;
	padding: 0px;
}

/* endof Step 1 */

/* Step 4 */
dl.shipment-methods ul, dl.shipment-methods dd, dl.shipment-methods dt {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* endof Step 4 */

/* Step 5 */
div#checkout-step-payment ul {
	padding: 0px;
	list-style-type: none;
}
/* endof Step 5 */

/* Step 6 */
table#checkout-review-table {
	margin-top: 10px;
	width: 750px;
}
table#checkout-review-table tfoot tr td {
	padding: 5px 0px;
	text-align: right;
}
table#checkout-review-table tfoot tr.first td {
	border-top: 1px dashed #b2b2b2;
	font-weight: bold;
}
table#checkout-review-table tfoot tr.last td {
	color: #934313;
	border-top: 1px dashed #b2b2b2;
	border-bottom: 1px dashed #b2b2b2;
}
table#checkout-review-table thead th {
	border-bottom: 1px dashed #b2b2b2;
	color: #934313;
	text-align: right;
	padding: 5px 0px;
}
table#checkout-review-table tbody td.a-right {
	text-align: right;
}
/* endof Step 6 */

ul#checkoutSteps {
	position: relative;
}

li.section {
	position: absolute;
	top: 0px;
}

div.a-item {
	position: absolute;
	top: 20px;
	width: 750px;
}

div.head {
	position: absolute; 
	top: 0;
}

div#head-login {
	left: 0px;
}

div#head-shipping_method {
	left: 150px;
}

div#head-payment {
	left: 300px;
}

div#head-review {
	left: 450px;
}

li#opc-shipping div.head, li#opc-billing div.head {
	display: none;
}

li#opc-login h3 a, li#opc-billing h3 a {
	display: block;
	background-image: url(/rm/images/checkout_login.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

li#opc-login.active h3 a, li#opc-billing.active h3 a {
	display: block;
	background-image: url(/rm/images/checkout_login_c.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;	
}

li#opc-shipping_method h3 a {
	display: block;
	background-image: url(/rm/images/checkout_shipping_method.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

li#opc-shipping_method.active h3 a {
	display: block;
	background-image: url(/rm/images/checkout_shipping_method_c.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

li#opc-payment h3 a {
	display: block;
	background-image: url(/rm/images/checkout_payment.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

li#opc-payment.active h3 a {
	display: block;
	background-image: url(/rm/images/checkout_payment_c.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

li#opc-review h3 a {
	display: block;
	background-image: url(/rm/images/checkout_review.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

li#opc-review.active h3 a {
	display: block;
	background-image: url(/rm/images/checkout_review_c.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

div#head-computop {
	left: 600px;
}

li#opc-computop h3 a {
	display: block;
	background-image: url(/rm/images/bezahlung.png);
	background-repeat: no-repeat;
	padding-left: 30px; 
	height: 30px;
	padding-top: 5px;
}

li#opc-computop.active h3 a {
	display: block;
	background-image: url(/rm/images/bezahlung_c.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

#co-payment-form {
	margin-top: 20px;
}



