@CHARSET "UTF-8";

form fieldset {
	width: 400px;
}

form fieldset input {
	display: inline;
	width: auto;
	width: 320px;
}

form fieldset textarea {
	height: 50px;
	width: 320px;
}

.shop-basket-entry {
	overflow: hidden;
	width: 400px;
}

.shop-basket-entry img {
	display: inline;
}

h4.toggler {
	margin: 4px 0px;
	padding: 2px 4px;
	/*border: 1px solid #000000;*/
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	width: 400px;
}

input.half {
	width: 155px;
}

input.street {
	width: 280px;
}
input.street_number {
	width: 30px;
}

input.zip {
	width: 60px;
}
input.city {
	width: 250px;
}


#shop-order {
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #fff;
	width: 420px;
}

#basket-has-entries {
	display: none;
}


