@CHARSET "UTF-8";

/* --- Shop --- */

/* --- standard button --- */

.shopButton {
	background-color: #ece5c8;
	background-image:url('../images/design/shop_button.gif');
	width: 155px;
	line-height: 28px;
	text-align: center;
	color: #660099;
	display: inline-block;
}

a.shopButton {
	height: 30px;
}

button.shopButton {
	background-repeat: no-repeat;
	background-position: 0px 3px; 
	height: 33px;
	border: 0px solid white;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
}

button.normalButton {		
	border: 0px solid white;
	font-weight: bold;
	font-size: 10px;
	color: #664E44;
	background: transparent;
	padding: 0px;
	text-align: left;
	width: auto;
}

table.grid td.content img.arrows {
	display: inline;
	margin-bottom: 0px;	
}		

/*--- standard box --- */

div.shopBox {
	width: 450px;
}

div.shopBox div.header {
	background-image: url('../images/shop/shop_top_bg.gif');
	background-repeat: none;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	padding-left: 17px;
	margin-bottom: 2px;
	clear: both;
}

div.shopBox div.title {
	background: #e3d3c2;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 15px;
	clear: both;
}

div.shopBox div.row {
	background: white;
	color: #664e44;
	padding-left: 15px;
	margin-bottom: 2px;
	height: 25px;
	line-height: 25px;
	clear: both;
}

div.shopBox div.row div.error {
	color: red;	
}

div.shopBox div.submit {
	text-align: right;
	margin-top: 3px;
}

/* --- standard Formular --- */

form div.shopBox div.caption {
	float: left;
	width: 150px;
	border-right: 2px solid #ece5c8;
	margin-right: 10px;
}

form div.shopBox input.text, form div.shopBox input.password {
	border: 0px solid white;
	padding: 0px;
	margin: 0px;
	height: 19px;
	padding-top: 5px;
	width: 250px;
	color: #664E44;
	font-family: Verdana,Helvetica;
	font-size: 11px;
}

form div.shopBox input.radio {
	height: 22px;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}

div.shopBox div.submit .shopButton {
}

/*--- Angebote --- */

div#shopAngebote a.shopButton:hover {
	text-decoration: none;
}

div#shopAngebote div.spacer {
	clear: both;
	text-align: center;
	height: 43px;
}

div#shopAngebote div.spacer img{
	display: inline;	
}

div.product {
	clear: both;
	font-weight: normal;
	color: #664E44;
	font-family: Verdana,Helvetica;
	font-size: 11px;
	line-height:189%;
}

div.product div.name img {
	margin-bottom: 3px;
}

div.product div.image {
	float: left;
	margin-right: 18px;
}

div.product div.price {
	font-weight: bold;
	color: #660099;
}

div.product div.mwst {
	color: #A57878;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 10px;
}

div#shopAngebote div.control {
	text-align: right;
	color: #ceaab7;
	font-weight: bold;
}

div#shopAngebote div.control a {
	color: #660099;
}

/* --- Warenkorb --- */

div.cart {
	width: 450px;
}

div.cart div.header {
	padding: 0px;	
	font-weight: normal;
}

div.cart div.header div {
	border-right: 2px solid #ece5c7;
	float: left;
	padding-left: 7px;
}

div.cart div.header div.image {
	width: 44px;
}

div.cart div.header div.quantity {
	width: 53px;
}

div.cart div.header div.name {
	width: 177px;
}

div.cart div.header div.price {
	width: 66px;
}

div.cart div.header div.sum {
	border-right: 0px solid white;
	width: 67px;
	margin: 0px;
}

div.cart div.row {
	height: 50px;
	padding: 0px;
}

div.cart div.row div {
	background: white;
	float: left;
	height: 50px;
	line-height: 50px;
}

div.cart div.row div.none {
	width: 100%;
	text-align: center;	
}

div.cart div.row div.spacer {
	width: 2px;
	height: 50px;
	background-image: url('../images/shop/cart_spacer.gif');
	background-repeat: repeat-y;
}

div.cart div.row div.image {
	border-right: 2px solid #ece5c7;
	width: 51px;
}

div.cart div.row div.image img {
	width:47px;
	height:46px;
	margin-bottom: 0px;
	border: 2px solid white;
}

div.cart div.row div.quantity {
	width: 35px;
	text-align: right;
}

div.cart div.row div.quantity input {
	width: 23px;
	height: 18px;
	margin-top: 10px; 
	padding-top: 5px;
	border: 1px solid #e3d3c2;
	color: #664E44;
	font-family: Verdana,Helvetica;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}

div.cart div.row div.quantityReload {
	width: 25px;
}

div.cart div.row div.quantityReload button{
	background-color: transparent;
	background-image:url('../images/shop/cart_reload.gif');
	width: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: none;
	margin-top: 10px;
	cursor: pointer; 
}

div.cart div.row div.name {
	width: 169px;
	padding-left: 15px;
}

div.cart div.row div.name a.remove {
	float: right;
	vertical-align: middle;
}

div.cart div.row div.name a.remove img {
	vertical-align: middle;
	margin: 0px;
	display: inline;
}

div.cart div.row div.name a.name {
}

div.cart div.row div.price {
	width: 73px;
	text-align: center;
}

div.cart div.row div.sum {
	width: 74px;
	text-align: center;
}

div.cart div.title {
	padding: 17px 19px 17px 19px;
	height: auto;
	font-weight: normal;
	background-color: white;
	line-height: 20px;
}

div.cart div.options {
	padding-top: 3px;
}

div.cart div.options img {
	display: inline;	
}

div.cart div.options a.right {
	float: right;
	position: relative;
	left: 4px;
	width: 154px;
}

div.cart div.options a.left {
	position: relative;
	left: -1px;
	width: 154px;
}

/* --- Login --- */

div#shopLogIn {
}

div#shopLogIn div.submit button.normalButton {
	float: left;
	margin-left: 13px;
	margin-top: 8px;
}

div#shopLogIn div.new {
	clear: both;
	margin-top: 30px;
}

div#shopLogIn div.new div.title {
	padding: 12px 15px 11px 15px;
	height: auto;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;	
}

div#shopLogIn div.new a.shopButton{
	float: right;
	margin-top: 5px;
}

/* --- Register --- */

div#shopRegister {
	margin-bottom: 10px;
}

/* --- Kasse --- */

div#shopCashpoint {
}

div#shopCashpoint div.title {
	line-height: 140%;
	padding: 0px;
}

div#shopCashpoint div.title div.left {
	font-size: 11px;
	float: left;
	width: 194px;
	border-right: 2px solid #ece5c7;
	padding: 15px;
}

div#shopCashpoint div.title div.right {
	float: right;
	padding: 15px;
	text-align: right;
}

div#shopCashpoint div.title div.right b {
	font-size: 11px;
}

div#shopCashpoint div.submit {
	margin-top: 2px;
}

/* --- Pralinen Sortiment --- */

div#pralinenSortiment{
}

div#pralinenSortiment div.row {
	height: 150px;
}

div#pralinenSortiment table {
	float: left;
	margin-right: 4px;
}


div#pralinenSortiment table img.imageInBox {
	width: 128px;
	height: 128px;
}