@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;	
}

h2 {
	padding-top:29px;	
	padding-left:16px;
}

h4 {
	font-weight:normal;
	padding-left:16px;
	float:left;
}

.order-steps {
	margin-top:60px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}

.order-steps > .step {
	height:70px;
	background:url(images/bestellsteps.png);
	width:150px;
	float:left;
}

.order-steps > .step-active {
	cursor:pointer;	
}

.order-steps > .step1 {
	background-position:0 0;
}

.order-steps > .step1-active {
	background-position:-150px 0;
}

.order-steps > .step2 {
	background-position:0 -134px;	
}

.order-steps > .step2-active {
	background-position:-150px -134px;
}

.order-steps > .step3 {
	background-position:0 -201px;	
}

.order-steps > .step3-active {
	background-position:-150px -201px;
}

.order-steps > .step4 {
	background-position:0 -268px;	
}

.order-steps > .step4-active {
	background-position:-150px -268px;
}

.order-steps > .step5 {
	background-position:0 -67px;	
}

.order-steps > .step5-active {
	background-position:-150px -67px;
}


.btn-next, .btn-next-2 {
	background:url(images/icons-order.png) top left !important;
	width:167px !important;
	height:26px !important;
	float:right;
	text-indent: -9000px;
}

.btn-next-2 {
	background-position:0 -112px !important;	
}

.btn-back, .btn-back-2 {
	background:url(images/icons-order.png) 0 -26px !important;
	width:167px !important;
	height:26px !important;
	float:left;
	text-indent: -9000px;
}

.btn-back-2 {
	background-position:0 -138px !important;
}

.right-content {
	background:url(images/order-right-content-bg.png) no-repeat top left;
	padding-left:10px;
	margin-top:20px;
}

.right-content > p {
	padding:0 0 16px 14px;
	color:#333;
}

.right-content > .telefon {
	background:url(images/icons-order.png) no-repeat 0 -52px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding:3px 0 3px 37px;
}

.right-content > .no-risk {
	padding:18px 0 16px 14px;
}

.right-content > .no-risk > h3 {
	text-transform:uppercase;
	color:#555D60;
	font-size:14px;
}

.right-content > .no-risk > ul > li {
	list-style:url(images/li-point.png) inside;
	padding:2px 0;
}



.right-content > .no-risk > ul > li > a {
	text-decoration:none;
	color:#0374BA;
}

.right-content > .no-risk > ul > li > a:hover {
	text-decoration:underline;	
}

.table-head > td {
	background:#EAEAEA url(images/cart-table-bg-full.gif) repeat-x top;
	color:#3C4749;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}

.table-row > td {
	background:#FAFAFA url(images/cart-table-bg-half.gif) repeat-x top;
	padding-top:4px;
	padding-bottom:4px;
	font-weight:bold;
	color:#3C4749;
}

.table-row-first > td {
	background:#FAFAFA url(images/cart-table-bg-full.gif) repeat-x top;
}

.table-row > td.t-grey {
	background:#EAEAEA url(images/cart-table-bg-full.gif) repeat-x top;
}

.set-configurator > td, .set-configurator > td.t-grey {
	background-image:none;	
}

.only-spedition > td {
	background:#fafafa;
	padding:0;
}

.only-spedition > td > div {
	padding:3px 9px;
	border:1px dotted #666;
	background:#fff;
	margin:0 6px 6px 0;
}
.pad-r {
	padding-right:8px;	
}

.pad-t > td {
	padding-top:9px;
}

.pad-b > td {
	padding-bottom:25px;
}

.edit-links > td {
	background-image: none;
	padding-left: 23px;
}

.edit-links > td > a {
	color: #3C4749;
}


.cart-info {
	color:#4A5157; 
	font-size:12px; 
	font-weight:normal; 
	line-height:1.4; 
	display:block; 
	padding:3px 0; 
}


.cart-actions {
	padding:0px 0 5px 9px;	
}


.cart-actions a {
	color:#666;	
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	line-height:1.1;
	padding-top:4px;
	display:block;
}

.cart-actions a:hover {
	color:#000000;
	
}

.cart-actions button {
	width:13px;
	height:13px;
	background:url(images/icons-order.png);
}

.cart-sets {
	list-style:inside;
	list-style-type:circle;
}


.cart-sets > li {
	font-weight:normal;
	padding-left:6px;
}

.btn-geschenk {
	background-position:-167px 0 !important;	
}

.btn-edit {
	background-position:-167px -12px !important;	
}

.btn-delete {
	background-position:-167px -25px !important;	
}

/* User Type */
.user-type-head td {
	padding-left:20px;
}

.user-type td {
	padding:25px 0 15px 20px;
}


.user-type td input[type=radio] {
	float:left;
	margin:4px 9px 0 0;
}

.user-type td label {
	line-height:1 !important;
	float:left;
	display:block;
	font-weight:normal;
}

.loginbox > label {
	margin-top: 15px;
	margin-right: 15px;
	font-weight: bold !important;
}

.loginbox > label > input {
	border:1px solid #C3C3C3;
	padding: 1px 2px;
	width: 195px;
	margin-left: 6px;
}

.loginbox a {
	color:#0374BA;
	text-decoration: none;
	font-weight: normal;
}

.loginbox a:hover {
	text-decoration: underline;	
}

.no-bold td {
	font-weight:normal;	
}

/* Adressen eingabe */
.adress-data {
	float:left;
	margin:20px 0 10px 12px;
}

.adress-data > tbody > tr > td {
	padding:5px 6px 5px 10px;	
	background-color:#EAEAEA;
	border-bottom:1px solid #FFF;
}

.adress-data > tbody > tr.noreq > td {
	font-weight:normal;
}

.adress-data > tbody > tr.nobg > td {
	background:none;
}

.adress-data > tbody > tr.error > td, div.error {
	background:#FFCECE;
}

.adress-data > tbody > tr.blue > td {
	background:#D2E1E8;
}



.adress-data > tbody > tr > td > div.input {
	width:182px;
	background:#fff;
	border:1px solid #c3c3c3;
}

.adress-data > tbody > tr > td > div.multi {
	margin-right:5px;
	float:left;
}

.adress-data > tbody > tr > td > div.input > input {
	border:none;
	background:#fff;
	padding:2px 0;
}

.order-comment {
	border:1px solid #c3c3c3;
	background:#fff;
	padding:2px;
	font-size: 12px;
	width:445px;
	height: 80px;;
}



.order-checkbox {
	clear:left; 
	margin-left:6px;
	margin-bottom:20px;
	padding:2px 6px;
}

.order-checkbox input[type=checkbox] {
	float:left; margin-top:3px; margin-right:4px;
}

.order-checkbox {
	float:left; display:block; line-height:1; font-weight:normal;
}

div.error {
	margin-left:12px;	
}


.order-content {
	clear:left;
	margin:12px;
	padding:6px;
	font-weight:normal;
	overflow:auto;
	height:300px;
	background:#fff;
	border:1px solid #CCC;
	display:none;
}

.order-content p {
	margin:10px 0 6px 0;	
}

.order-content h2 {
	margin:0;
	padding:0;
}

.order-content h3 {
	margin:9px 0 0 0;
	padding:0;
	font-size: 14px;
}

.order-content h4 {
	margin:0;
	padding:0;
	font-size: 12px;
	float:none;
	font-weight: bold;
}

.addresses {
	font-weight: normal;
	
}


/* Set Knifig */
.iframe-loader {
	background-color:#FFF;
	height:400px;
}

.right-border {
	border-right:1px dotted #C3C3C3;
} 

#content-payment > label {
	display:block;
	margin-bottom:6px;
}

#btn-payment-cancel-link {
	margin-right:10px;
}

.thx-content {
	color:#555D60;
}

.thx-content > h2 {
	padding:0;
	margin:25px 0 15px 0;
}
.thx-content > p {
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 14px;
}


/*
 * address boxes (address step)
 */
.address-box {
	width: 170px;
	height: 140px;
	padding: 10px 0 35px 0;
	float: left;
	overflow:hidden;
}

.address-box-title {
	font-weight: bold;
}

.address-box-value {
	padding: 3px 0;
	font-weight: normal;
	
}
.address-box-actions {
	font-weight: bold;
}
.address-box-actions .account-change-btn {
	float: none;
}

.image-button {
	cursor: pointer;
}

#btn-cancel-new-bill-address, #btn-cancel-new-delivery-address {
	float: left;
	cursor: pointer;
}

#btn-save-new-bill-address, #btn-save-new-delivery-address {
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.select-bill-address, .select-delivery-address {
	cursor: pointer;
}

.cart-in-frame {
	padding: 0 28px;
	background: url(images/order/cart-in-frame-bg.png) repeat-x;
}

.payment-disabled {
	
}

.payment-warning {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px dotted #3C4749;
	width: 485px;
	font-weight: normal;
}

.payment-error {
	padding:10px;
	background-color: #FAFAFA;
	border: 1px dotted #3C4749;
	margin-bottom:10px;
}
