/*--- CART ---*/

div#hcart{
	position: absolute;
	right: 50%;
	margin-right: -475px;
	top: 0;
	width: 375px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	background: #fff0ba;
	border: 1px solid #efcf5e;
	border-top: none;
	color: #cea100;
}

div#hcart.updated{
	background-color: #bcd9f7;
	border-color: #97b8db;
	color: #6088b1;
}

div#hcart.updated p{
	color: #6088b1;
}

div#hcart p{
	font-size: 14px;
}

div#hcart fieldset{
	border: none;
	text-align: left;
	margin-bottom: 10px;
}

div#hcart table{
	margin: 10px auto 0;
	width: 95%;
	font-size: 0.86em;
	text-align: left;
	border-collapse: collapse;
}

div#hcart table tr.alt{
	background: #FFD68C;
}

div#hcart.updated table tr.alt td{
	background: #d6eaff; /*#5B75FF;*/
}

div#hcart table th {
	padding-right: 5px;
}

div#hcart table th#price{
	width: 60px;
}

div#hcart table td#total{
	text-align: right;
}

div#hcart table td{
	vertical-align: top;
	padding: 4px;
}

div#hcart table td.price{
	text-align: right;
}

div#hcart p{
	color: #cea100;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
}

div#hcart p span#txt {
	background: url(/templates/default_images/shopping-basket.png) no-repeat left 50%;
	padding-left: 20px;
}

div#hcart input {
	background: url(/templates/default_images/cross.png) no-repeat center center;
	border: none;
	text-align: right;
	color: #5b5b5b;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.6px;
}

div#hcart input#afrekenen {
	background: url(/templates/default_images/afrekenen.png) no-repeat;
	height: 24px;
	width: 97px;
	padding-right: 2px;
	margin-left: 9px; 
}

div#hcart input#legen {
	background: url(/templates/default_images/legen.png) no-repeat;
	height: 24px;
	width: 71px;
	padding-right: 2px;
}

/*- forms -*/
form.hcart fieldset{
	border: none;
}