/* CART */
.tableheader {
	background-color: #13235B;
	color: #FFFFFF;
	height: 30px;
	vertical-align: middle;
}
.tableheader h2 {
	padding-left: 5px;
	color: #FFFFFF;
}

.cart_item a:link, .cart_item a:hover, .cart_item a:active, .cart_item a:visited {
	text-decoration: underline;
}
.moduleShop_contentview_cart_footer {
	text-align: right;
}

.cart_productheader {
	border: 1px solid #EFEFEF;
}
.cart, .moduleShop_ordermail_order {
	margin-top: 18px;
	border: 1px solid #EFEFEF;
}

.moduleShop_contentview_item_border {
	border-bottom: 1px solid #EFEFEF;
}

.cart_total {
	font-size: 125%;
	text-decoration: underline;
}
.cart_total i {
		font-size: 80%;
}
.cart_item {
	padding-left: 5px;
    vertical-align: top;
}

/* STEP 1 */
.new_customer .tableheader, .existing_customer .tableheader {
	padding-left: 20px;
}
.new_customer, .existing_customer {
	margin-top: 20px;
	height: 280px;
	width: 95%;
	margin: 10px;
	border: 1px solid #EFEFEF;
}
.existing_customer .button_login, .existing_customer .buttonHover_login {
	margin-top: 10px;
}
.shop_step1_text {
	padding: 5px;
}

.shop_order_webuserinfo td, .shop_order_shipping td{
	padding-left: 10px;
	padding-top: 3px;
}

#orderview th {
    text-align: left;
}

.module_shop_sales_price_total {
    white-space: nowrap;
}
.price, .amount, #ordermail_order h1, #ordermail_order h2 {
    text-align: right;
}
#ordermail_order td {
    min-width: 60px;
}
#headerDescription h2 {
    text-align: left;
}
#rowTotalExclVat td, #rowTotalInclVat td {
    border-top: 1px solid #696260;
}
#priceTotalExclVat {
    font-size: 14px;
}
#priceTotalInclVat {
    font-size: 16px;
}
.errorLabel {
    color: #FF0000;
    font-weight: bold;
}