/* BOTTOM-CART */

#bottom-cart {
	font-family:Arial;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: transparent url('../images/bottom-cart-bg.png');
	position: fixed;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	line-height: 1;
	}

.mobile #bottom-cart { position: static; }

#bottom-cart table { margin: 0 auto; }

#bottom-cart table td {
	padding: 0 5px;
	border: none;
	vertical-align: middle;
	}

#bottom-cart-text-field {
	padding: 5px 0 0 4px;
	height: 17px;
	cursor: pointer;
	position: relative;
	width: 450px;
	border: 1px solid #000;
	background: #fff url('../images/input-bg.gif') center top repeat-x; 
    }

.up { background: #fff none !important; }

#bottom-cart-text {
	float: left;
	display: block;
	color: #fff;
	font-size: 15px;
	padding-top: 1px;
    }

#bottom-cart-item-text { 
	color: #444;
	float: left;
	}

#select-arrow {
	display: block;
	background: transparent url('../images/arrow-black-up.gif') no-repeat;
	float: right;
	width: 12px;
	height: 7px;
	margin-top: 3px;
	margin-right: 5px;
    }

.select-arrow-down { background: transparent url('../images/arrow-black.gif') no-repeat !important; }

#bottom-cart-item-list {
	position: absolute;
	bottom: 22px;
	left: -1px;
	cursor: default;
	width: 446px;
	padding: 8px 4px 0 4px;
	border: 1px solid #555;
	border-bottom: none;
	background: #fff;
	display: none;
    }

#bottom-cart-item-list ul {
	margin: 0 0 5px 0;
	padding: 8px 0 7px 0;
	list-style: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
    }

#bottom-cart-item-list ul li { float: left; width: 100%; }

#bottom-cart-item-list ul li a {
	display: block;
	padding: 3px 0 3px 14px;
	float: left;
	line-height: 1.2em;
	background: #fff url('../images/arrow-right.gif') 2px 7px no-repeat;
	}

span.bottom-cart-amount-indicator { 
	padding: 5px 0 0 5px; 
	color: #444;
	float: left; 
	}

#bottom-cart-heading { 
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0px 0 10px 3px;
	color: #444;
	text-align: left;
	}

#bottom-cart button {
	width: 150px;
	font-size: 125%;
	margin-top: 1px;
	height: auto;
	padding: 3px;
	}


/* CART-PAGE */

#cart-steps { margin: 0 auto; }

#cart-steps td {
	padding: 25px 25px 20px 25px;
	text-align: center;
	border: none;
	}

#cart-steps span.step-number {
	padding-bottom: 8px;
	display: block;
	font-size: 30px;
	font-weight: bolder;
	font-family: "Arial Black", Arial;
	color: #d7d7d7;
	}

#cart-steps span.step-text { color: #c5c5c5; }

#cart-steps .current-step span { color: #000; }

#cart-steps .last-step span { color: #58bc12; }

.formtable {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #d1dae4;
    border-left: 1px solid #d1dae4;
    border-right: 1px solid #d1dae4;
    margin-bottom: 20px;
	}

.formtable h3 { padding: 0; }
* html .formtable h3 a { font-size: 80%; }
.formtable h1 { padding: 0.4em 0; }

.formtable button { margin: 0; }
.formtable .tal { text-align: left; }
.formtable .tar { text-align: right; }
.formtable .tac { text-align: center; }

.formtable td {
    padding: 8px 10px;
    border-top: 1px solid #d7d6d6;
	}

.no-border, table.no-border td, .formtable td.no-border { border: none; }

.formtable th {
    padding: 7px 10px;
    border-top: 1px solid #d7d6d6;
    background-color: #f6f7f8;
    font-size: 105%;
	}

.formtable td:first-child { width: 30%; }
#product-list td:first-child { width: auto; } 

.error-text { color: #bc181d; padding-left: 30px; background: #fff url('../images/error.gif') 10px no-repeat; }

.button-wrapper {
    float:left;
    clear:both;
    width:100%;
    margin-bottom: 20px;
	}

.amount-input {
	padding-right: 5px;
	width: 24px !important;
	}

.formtable input { height: 16px; width: 200px; }

.formtable .cb {
	border: none;
	background: none;
	width: auto;
	height: auto;
	cursor: pointer;
	}

.price-column, .small-column, .formtable td.small-column { width: 70px; }

.small-input, .formtable input.small-input { width: 40px; }

input.delete {
	background: none;
	border: none;
	width: auto;
	height: auto;
	color: #ff9130;
	font-size: 100%;
	cursor: pointer;
	font-family: Arial, sans-serif;
	}

.delete-all { width: 45px; font-weight: normal; }

.heading-row { 
	display: block;
	padding: 0.4em 0;
	}

.total_price, .heading-row { font-size: 120%; }

#vat-holder { font-size: 80%; }

.formtable .button, .formtable .arrow-button, .formtable .arrow-button-left { height: auto; width: auto; }


#to-payment-button input {
	background: #e86a06 url('../images/button-orange.gif') left top repeat-x;
	border-color: #e86a06;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	cursor: pointer;
	}

#payment-success, #payment-error {
	background: #fff url('../images/payment-success.gif') left 5px no-repeat;
	margin: 10px 0 30px 53px;
	padding: 0 0 0 60px;
	}

#payment-error { background: #fff url('../images/payment-error.gif') left 5px no-repeat; }

#payment-success h2, #payment-error h2 {
    font-size: 150%;
    font-weight: normal;
    border-bottom: 1px solid #d1dae4;
    }

.cursor { cursor: pointer; }