@charset "utf-8";
/* CSS Document */

div.shopmodule {
	float:			left;
	clear:			both;
	margin-bottom:	20px;
}

h2.head {
	margin-left:	20px;
	background:		none;
}
div.shop {
	width:			220px;
	color:			#036;
	/*margin-left: 	20px;*/
	height:			20px;
}
div.shop b.strich {
	text-decoration: line-through;
}
div.shop b.right {
	float:		right;
}
div.shop b.angebot {
	color:		#f00;
	font-size:	2.0em;
}
div.shop b.verkauf {
	color:		#999;
	font-size:	1.4em;
}
div.shop img {
	float:		left;
	margin:		2px 0 0 2px;
	border:		0px;
}
div.prising {
	color:		#669; 
	text-align:	right;
	margin:		10px 0 10px 0;
}

div.shophead {
	float:		left;
	width: 		135px;
	height:		70px;
	padding:	2px;
	margin: 	5px 10px 15px 0;
	border: 	1px dotted #999;
	text-align:	left;
	color:		#999;
}
div.active {
	color:		#f00;
	border: 	1px dotted #f00;
}
.message  {
	float:		left;
	clear:		both;
	width:		580px;
	color:	 	#CC0000;
	font-weight:bold;
	border:  	1px solid #c00;
	padding: 	8px;
	background:	#ffd;
	margin: 	10px 0px 15px 0px;
}


table.warenkorb {
	float:			left;
	clear:			both;
	width:			100%;
	border-collapse:collapse;
}
table.warenkorb td{
	padding: 		2px;
	text-align:		left;
}
table.warenkorb td.right{
	padding: 		2px;
	text-align:		right;
}
table.warenkorb td input {
	text-align:		right;
	width:			35px;
}

table.warenkorb td input.login {
	width:			150px;
	text-align:		left;
}
table.warenkorb td input.cartinput {
	width:			115px;
	height:			22px;
	text-align:		center;
	background:		#fff;
	border: 		1px solid #036;
	font-size:		11px;
	cursor:			pointer;
}

table.reg td input {
	width:			250px;
	height:			14px;
	text-align:		left;
}
