/* Shop */
div#productImage {
	float: left;
	width: 170px;
	height: 170px;
	overflow: hidden;
	margin: 0 10px 0 0;
	border: 1px solid #aaa;
}

div#productDesc {
	float: left;
	width: 400px;
	padding: 0 0 0 10px;
}

table.order {
	font-size: 1.2em;	
} 

table.order td {
	vertical-align: top;
}

input[type=text].quantity {
	width: 3em;
	margin: 0 0 0 1em;
	line-height: 1.5em;
	height: 1.5em;
	text-align: center;
}

input[type=submit].addToCart {
	margin: 0 0 0 1em;
	vertical-align: top;
}

.price {
	font-size: 1.6em;
	text-align: left;
	color: #87bc09;
	margin: 10px 0 5px 0;
}

.productOverview {
	width: 600px;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-align: left;
	clear: both;
}

.prodImage {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 20px 0 0;
	border: 1px solid #aaa;
}

.prodDesc {
	float: left;
	width: 300px;
}

.prodToCart {
	float: right;
	width: 140px;
}

div#flashInfo {
	font-size: 1.2em;
	color: #87bc09;
	background: #fff url(/images/checkmark.gif) 5px center no-repeat;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 25px;
	margin: 0 0 15px 0;
}

.flashAGB {
	font-size: 1.2em;
	color: #f00;
	background: #fff url(/images/checkmark.gif) 5px center no-repeat;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 5px 25px;
	margin: 0 0 15px 0;
}

/* Warenkorb */
table.checkout {
	font-size: 1.2em;
	width: 600px;
	padding: 0 0 20px 0;
	text-align: right;
}

table.checkout th, table.checkout td {
	border-bottom: 1px solid #ddd;
	padding: 3px 10px 3px 0;	
}

table.checkout th {
	font-weight: bold;
	font-size: 1.1em;
}

input[type=text].checkoutChangeProductQuantity {
	width: 40px;	
	text-align: right;
	float: right;
	display: inline-table;
}

.checkoutChangeProductQuantity {
	width: 40px;	
	text-align: right;
	float: right;
	display: inline-table;
}

.itemQty {
	text-align: right;
}

.checkoutProduct {
	width: 270px;
}

.checkoutQuantity {
	width: 80px;
}

.checkoutPrice {
	width: 80px;
}

.checkoutTotal {
	width: 100px;
}

.checkoutGrandTotal {
	font-weight: bold;
	font-size: 1.1em;
}

input[type=submit].updateItem {
	padding: 0;
	margin: 0;
}
