﻿/***** © 2009 zeta software GmbH
Layout: Zeta Producer - Shop *****/

/***** SHOP - ERROR *****/
.aroundshop .error {
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #ffffff;
	border: 1px solid #000000;
}

/***** SHOP - SORTABLE *****/
.aroundshop .fetchedcontent table.sortable {
	margin: 0 0 15px 0;
	padding: 0;
}

.aroundshop .fetchedcontent table.sortable th {
	margin: 0;
	padding: 0 30px 5px 0;
	text-align: left;
}

.aroundshop .fetchedcontent table.sortable td {
	margin: 0;
	padding: 0 30px 5px 0;
	text-align: left;
}

/***** SHOP - FORM *****/
.aroundshop .fetchedcontent table.form {
	margin: 0 0 15px 0;
	padding: 0;
}

.aroundshop .fetchedcontent table.form th {
	margin: 0;
	padding: 0 10px 3px 0;
	font-weight: normal;
	text-align: left;
}

.aroundshop .fetchedcontent table.form td {
	margin: 0;
	padding: 0 10px 3px 0;
	text-align: left;
}

.aroundshop .fetchedcontent table.form input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

/***** SHOP - PAYMENT *****/
.aroundshop .fetchedcontent .PaymentRadio {
	margin: 0 0 15px 0;
	padding: 0;
}

.aroundshop .fetchedcontent .PaymentRadio label {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.aroundshop .fetchedcontent .PaymentContent {
	margin: 0 0 15px 0;
	padding: 0 0 0 27px;
}

/***** SHOP - BUY *****/
.aroundshop .fetchedcontent .OrderSheet {
	margin: 0 0 15px 0;
	padding: 15px 10px 0 10px;
	background: #ffffff;
	border: 1px solid #000000;
}

.aroundshop .fetchedcontent .CustomerDataPanel {
}

.aroundshop .fetchedcontent .CustomerDataPanel .CouponTable {
	margin: 0 0 15px 0;
	padding: 0;
}

.aroundshop .fetchedcontent .CustomerDataPanel .CouponTable table {
}

.aroundshop .fetchedcontent .CustomerDataPanel .CouponTable table th {
	font-weight: normal;
	text-align: left;
}

.aroundshop .fetchedcontent .CustomerDataPanel .CouponTable table td {
}

.aroundshop .fetchedcontent .CustomerDataPanel .CouponTable table td input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

.aroundshop .fetchedcontent .AgbCheck {
}