/**
 * Fix some specific element types.
 */
body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
img {
	border: 0;
}

/**
 * Editor styles.
 */
.editor {
	min-width: 100%;
	min-height: 100%;
}
span.editor {
	display: inline-block;
	min-width: 1.5em;
	min-height: 1em;
}

/**
 * Some basic styling of specific ids and classes.
 */
.clickable {
	cursor: pointer;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix,  /* IE6 */
*+html .clearfix { /* IE7 */
	zoom: 1; /* trigger hasLayout */
}
.vmiddle-wrap {
	display: table;
}
.vmiddle {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.clear {
	clear: both;
	float: left;
	width: 100%;
}
.cleardiv {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.cleardivleft {
	clear: left;
	height: 1px;
	line-height: 1px;
}
.cleardivright {
	clear: right;
	height: 1px;
	line-height: 1px;
}
label.error {
	font-size: .9em;
	color: red;
	display: block;
}
.checkout-validate-ok, .checkout-validate-error {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: text-top;
	background-repeat: no-repeat;
}
.checkout-validate-ok { background-image: url(../img/icons/validateOK.gif); }
.checkout-validate-error { background-image: url(../img/icons/validateERROR.gif); }
.checkout-cardno { width: 150px; }
.checkout-cvc { width: 37px }
#checkout_cart_shipping_select {
	width: 200px;
}
#checkout-paymenttypes {
	float: left;
	width: 33%;
	margin-right: 40px;
}
.checkout-paymenttype {
	position: relative;
	margin-bottom: 15px;
}
.checkout-paymenttype div {
	margin-left: 30px;
}
.checkout-paymenttype input {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	margin-left: 0;
	left: 0;
}
.checkout-paymenttype .icons img {
	border: 1px solid white;
}
.checkout-payment {
	margin-left: 290px;
}
#checkout-accept {
	margin-top: 40px;
	margin-left: 271px;
}
#checkout-price {
	float: right;
	clear: right;
	margin-top: 30px;
}
.checkout-price-transfee, .checkout-price-total {
	text-align: right;
}
.checkout-error {
	color: red;
}
.checkout-receipt-total td {
	font-weight: bold;
	border-top: 2px solid black;
}
.checkout-receipt-orderno {
	margin-left: 2px;
	margin-top: 15px;
	font-weight: bold;
}
.checkout-receipt-ordernum {
	font-weight: normal;
}
.checkout-receipt-items {
	margin-top: 15px;
}
.checkout-receipt-customer, .checkout-receipt-footer {
	margin-top: 25px;
}
.checkout-receipt-customer-header {
	font-weight: bold;
}
.checkout-cart-table-button {
	height: 16px;
	width: 16px;
}
.checkout-cart-table-button.remove {
	background-image: url(../img/icons/delete_grey.png);
}
.checkout-cart-table-button.add {
	background-image: url(../img/icons/add_grey.png);
}
.checkout-cart-table-button.delete {
	background-image: url(../img/icons/cancel_grey.png);
}
td.checkout-customer-att-label, td.checkout-customer-att-input {
	display: none;
}
td.checkout-customer-delivery-att-label, td.checkout-customer-delivery-att-input {
	display: none;
}
td.checkout-customer-ean, td.checkout-customer-ean-input {
	display: none;
}
