/* {devKarin} Styles for public minicart */
.minicart-container {
	top: 0px;
	right: 0px;
	float: right;
	/*width: 163px;*/
	width: 207px;
	background-color: #efecd9;
	height: inherit;
	border: #e1decb 7px solid;
	padding-left: 15px;
	padding-right: 15px;
}

.minicart-logo {
	width: 165px;
	padding: 10px 0px 10px 0px;
}

.minicart-logo img {
	width: 163px;
	height: 30px;
}

.minicart-item {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.minicart-item-delete {
	float: left;
	width: 20%;
	text-align: right;
}

.minicart-item-title {
	float: left;
	width: 75%;
	font-family: Tahoma, serif, sans-serif, monospace;
	font-size: 10pt;
	color: /*#826953;*/#634e3c;
	margin-left: 5%;
}

.minicart-item-price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: right;
	width: 100%;
	float: left;
	color: /*#b3503d;*/#c3381e;
}

.line2 {
	border-bottom: #ccc9ba solid 1px;
	float: left;
	margin: -10px 0 10px 0;
	width: 100%;
}

.double-border {
	float: left;
	width: 100%;
	height: 2px;
	border-top: #ccc9ba 1px solid;
	border-bottom: #ccc9ba 1px solid;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px; 
	margin-bottom: 10px;
}

.shopFooter {
	float: left;
	width: 100%;
	height: 80px;
}

.shopSum {
	width: 40%;
	float: left;
	color: #836857;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 12pt;
	padding: 5px 0;
}

.shopPrice {
	float: left;
	width: 60%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 10px;
	color: /*#b3503d;*/#c3381e;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

.simple-border {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #ccc9ba;
	margin-top: 5px;
	margin-bottom: 5px;
}

.shopOrdnung {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
