@charset "utf-8";
/* CSS Document */

table.cartTable {
	height: auto;
	width: 544px;
	font-size: 10px;
	color: #DD9B23;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-collapse: collapse;
	float: left;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
table.cartTable td {
	height: 14px;
	vertical-align: top;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD9B23;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DD9B23;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DD9B23;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: #FFFFFF;
}
table.cartTable td.artikelnaam {
	text-align: left;
}


table.cartTable th  {
	font-weight: bold;
	color: #E5EEF3;
	font-size: 11px;
	background-color: #DD9B23;
	margin: 0px;
	padding: 2px;
	height: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DD9B23;
	border-left-color: #DD9B23;
}
table.cartTable  th.artikel {
	text-align: left;
}
table.cartTable td.moneyType {
	text-align: right;
	border-right-style: none;
}
table.cartTable th.delete {
	width: 22px;
	border-right-color: #DD9B23;
}
table.cartTable td.deleteItemTD{
	width: 22px;
	vertical-align: top;
	text-align: center;
}
table.cartTable td div.deleteItem {
	height: 22px;
	width: 22px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table.cartTable td div.deleteItem a:link, table.cartTable td div.deleteItem a:visited{
	background-attachment: scroll;
	background-image: url(/img/icons/substract_cart.gif);
	background-repeat: no-repeat;
	background-position: 0px -22px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 22px;
}
table.cartTable td div.deleteItem a:hover, table.cartTable td div.deleteItem a:active  {
	background-image: url(/img/icons/substract_cart.gif);
	background-position: 0px 0px;
}
table.cartTable td.amount {
	text-align: right;
	border-left-style: none;
	overflow: hidden;
	background-color: #FFFFFF;
}
table.cartTable  .inputfield {
	height: 12px;
	width: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #01669C;
	text-align: right;
	padding: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #ADC8DB;
	border-right-color: #01669C;
	border-bottom-color: #01669C;
	border-left-color: #ADC8DB;
}
div#bestellenknop a {
	background-attachment: scroll;
	background-image: url(/img/bestellen.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 19px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.cartTable td.formfield {
	text-align: right;
}
table.cartTable td.subTotalTD {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	background-color: #FFFFFF;
}
table.cartTable td.subTotalTDUnderLine {
	vertical-align: bottom;
	padding-top: 6px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DD9B23;
	text-align: right;
	background-color: #FFFFFF;
}
table.cartTable td.subTotalTDMoneytype {
	vertical-align: bottom;
	padding-top: 6px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #01669C;
	background-color: #FFFFFF;
}

table.cartTable th.aantal {
	width: 44px;
	text-align: center;
}
table.cartTable th.euro {
	width: 15px;
	border-right-style: none;
}
table.cartTable th.prijs {
	width: 55px;
	text-align: center;
	border-left-style: none;
}
table.cartTable td.clearLineStyle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.cartTable td.spacerTD {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 12px;
	text-align: right;
}
