﻿@import url("buttons.css");

.sel_headline {
	text-indent: 12em;
}

a {
	color: black;
	text-decoration: underline;
}
#vatinfo a, #shopinfo a {
	text-decoration: underline;
}
#cartbody {
	background-color: white;
	height: 504px;
	padding: 0 32px;
	color: black;
	overflow-x: none;
	overflow-y: auto;
	position: relative;
}

#cartbody h1 {
	color: black;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	height: 20px;
}
#cartbuttons {
	clear: both;
	margin-bottom: 70px;
}
#vatinfo {
	margin: 20px 20px 0 0;
	clear: both;
}
#cart input {
	border: 1px solid #eeeeee;
}

.colremove input {
	border: 0 !important;
}

.carttable {
	margin: 40px 0 10px 0;
	border: 0;
	border-collapse: collapse;
}

.carttable td {
	padding: 0;
	overflow: hidden;
}

.cartheader td {
	border-bottom: 1px solid black;
}
	
.cartitem td {
	height: 26px;
}

.cartfooter td {
	border-top: 1px solid black;
	padding: 3px 0;
	vertical-align: top;
}

.quantity {
	width: 30px;
}

.colname	{ width: 150px !important; }
.colid		{ width: 100px !important; }
.colcolor	{ width: 130px !important; }
.colqty		{ width: 55px !important; }
.colprice	{ width: 65px !important; }
.coltotal	{ width: 80px !important; }
.colremove	{ width: 85px !important; }

#subtotal {
	position: absolute;
	margin-left: 170px;
	text-align: left;
}

#subtotalamount {
	display: inline;
}
.alignsubtotal {
	position: absolute;
	margin-left: 170px;
	text-align: left;
}
table > tbody tr:first-child + tr div.alignsubtotal {
	margin-left: 70px;
}

#cartbuttons {
	text-align: left;
}

.shippinginfo {
	margin: 20px 20px 0 0;
	padding: 5px;
	background-color: #eeeeee;
}

#shopinfo {
	margin-top: 20px;
}

.emptycart, .shopclosed {
	display: block;
	margin-top: 20px;	
}	

.zoombox {
	position: absolute;
	top: 10px;
	padding: 1px;
	visibility: hidden;
	z-index: 100;
	background-color: black;
	margin-left: 74px;
}

.zoomclose {
	position: absolute;
	margin: 5px 0 0 499px;
}

