/* Webshop basket */
div#studio_small_basket fieldset {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}
	div#studio_small_basket fieldset legend {
		font-size: 18px;
		color: #000;
		padding: 0 10px;
	}
	div#studio_small_basket ul {
		margin-left: 0px;
		margin-bottom: 10px;
		font-size: 10px;
		list-style-type: none;
	}
		div#studio_small_basket ul li {
			padding-left: 0px;
			line-height: 22px;
		}
		div#studio_small_basket ul img {
			padding-right: 5px;
			border: none;
			vertical-align: middle;
		}
	div#studio_small_basket p {
		padding-top: 10px;
		font-size: 10px;
	}
	div#studio_small_basket p.basketCheckout {
		text-align: right;
	}
	#studio_small_basket #alert {
		display: none;
		padding: 5px;
		border: 1px solid #fcc;
	}
.productShow {
	/*border: 2px solid #fff;*/
}
	.productShowHead {
		/* background: #a5d9ff; */
		padding: 5px;
		color: #000;
		font-size: 10px;
		border-bottom: 2px solid #a5d9ff;
	}
		.productShowHead a,
		.productShowHead span {
			text-decoration: none;
			color: #a5d9ff;
			font-weight: bold;
		}

	.productShow table.infoTable {
		margin: 10px 0;
	}
	.productShow h1 {
		margin-bottom: 20px;
		padding-bottom: 3px;
		border-bottom: 1px solid #C4E6FF;
		color: #39b000;
	}
	.productShow img {
		background-color: #fff;
		padding: 7px;
		border: 1px solid #ccc;	
	}
	.productShow .details {
		width: 280px;
		margin: 3px 0;
		padding: 10px;
		background: #fff;
		border: 1px solid #ddd;
	}
	.productShow p.preamble {
		font-weight: bold;
		font-size: 14px;
		padding: 10px;
	}
	.productShow div.desc {
		font-size: 14px;
		padding: 10px;
		padding-top: 0px;
	}
	
	.productShow div.buy_information {
		font-size: 0.7em;
		color: #999;
		padding: 15px 0;
		padding-top: 0;
	}
	#homedelivery,
	#choosepickupplace {
		margin: 10px;
	}
	.productShow div#choosepickupplace {
		font-size: 9px;
	}
	.productShow div#choosepickupplace input, 
	.productShow div#choosepickupplace label{
		cursor: pointer;
	}

/* Webshop checkout products */
table.checkout_products_table {
	margin: 10px 0;
	width: 100%;
	table-layout: fixed;
}
	table.checkout_products_table col.product {
		
	}
	table.checkout_products_table col.number {
		width: 100px;
	}
	table.checkout_products_table col.price {
		width: 100px;
	}
	table.checkout_products_table col.totalprice {
		width: 100px;
	}
	table.checkout_products_table tr th {
		padding: 3px;
		color: #999;
		font-weight: normal;
	}
	table.checkout_products_table tr td {
		padding: 3px;
	}
	table.checkout_products_table tfoot tr td {
		padding: 3px;
		padding-top: 10px;
		text-align: right;
	}
	table.checkout_products_table tfoot tr.total td {
		border-top: 2px solid #000;
	}

#checkOutForm {
	text-align: right;
	padding: 10px;
	background: #fff;
}
#checkOutLeft, #checkOutRight {
	float: left;
	text-align: left;
}

#checkOutForm div#errorDiv { 
	padding: 10px;
	background: #f29a79;
	border: solid red 1px;
	text-align: left;
	margin: 0 0 10px 0;
	display: none;
	font-weight: 600;
}
#checkOutLeft {
	width: 200px;
}
	#checkOutLeft label {
		line-height: 1.8em;
	}
#checkOutRight {
	width: 430px;
}
	#checkOutRight ul {
		margin-left: 0px;
		list-style-type: none;
	}
	#checkOutRight li {
		vertical-align: middle;
		line-height: 0.9em;
		font-size: 0.9em;
		list-style-type: none;
	}
		#checkOutRight li ul {
			margin-left: 10px;
		}
p#conditions {
	padding: 2px;
	font-size: 9px;
	height: 150px;
	overflow-y: scroll;
	border: 1px solid #ddd;
}
