#webshop {
	border: 1px solid #000;
}

.selected {
	font-weight: bold;
}

.shoppingcart {
	/*background: #f1f2f4;*/
}
	.shoppingcart table {
		border-collapse: collapse;
	}

	.shoppingcart table tr.total td {
		border-top: 1px solid #585858;
	}
	
		.shoppingcart table td {
			vertical-align: top;
			font-size: 10px;
		}
	
.shoppingcart a {
	color: #585858;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}		
.shoppingcart .header {
	background: #d3d4d6;
	text-align: center;
	padding: 10px 0px;
}	
.shoppingcart .checkout {
	text-align: center;
	background: #d3d4d6;
	padding: 10px 0px;
}
	.shoppingcart .checkout a {
		color: #E85027;
	}
		.shoppingcart .checkout a img {
			border: none;
			margin-left: 6px;
		}

.shoppingcart .big table {
	width: 100%;
	background: #fff;
}
	.shoppingcart .big table th {
		font-size: 11px;
		color: #E85027;
	}
		.shoppingcart .big table .price {
			font-size: 13px;
			font-weight: bold;
			text-align: right;
			white-space: nowrap;
		}
		.shoppingcart .big table td {
			font-size: 12px;
		}
		.shoppingcart .big table td.euro-sign {
			text-align: right;
			padding-right: 10px;
			vertical-align: middle;
			font-size: 11px;
			width: 25px;
		}

table.shoppingcart_small span.euro-sign {
	font-size: 9px;
	color: #777;
}

.continue_shopping {
	border: 1px solid #000;
	background: #ccc;
	float: left;
}
	.continue_shopping a {
		padding: 5px 10px;
		display: block;
		margin: 0px;
	}

div.number_change {
	width: 30px;
	height: 22px;
	border: 0px solid #CCC;
	overflow: hidden;
}
	div.number_change input {
		width: 19px;
		height: 22px;
		border: 0px;
		float: left;
		text-align: center;
		padding: 0px;
		background: #ddd;
	}
	div.number_change a {
		
	}
		div.number_change a img {
			border: 0px;
		}

		
div.category {
	float: left;
	text-align: center;
	margin-right: 18px;
	margin-bottom: 5px;
	width: 112px;
	overflow: hidden;
}
	div.category a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		/*cursor: pointer;*/
	}
		div.category a img {
			margin-top: 3px;
		}
	
		div.category a.image {
			width: 112px;
			height: 112px;
			margin: 0px;
			padding: 0px;
			/*background: url(/interface/img-back.jpg) no-repeat;*/
		}
		
		
		
		div.category a span {
			 font-size: 10px;
			 color: #000;
			 width: 112px;
			 overflow: hidden;
			 margin: 0px;
			 padding: 0px;
		}
		
		
	
	/*
		div.category a div.image {
			width: 112px;
			height: 112px;
			background: #e8e9e9;
		}
		
			div.category a div.image .spacer {
				width: auto;
				height: 3px;
			}
			div.category a div.image .wrapper {
				width: 106px;
				height: 106px;
				background: #FFF;
				margin-left: 3px;
			}
			
			
			div.category a div.image .wrapper img {
				border: 0px;
			}
			
			*/
		

