.shortprodukt{	
	width: 630px;
	background-color: white;
	min-height: 115px;
	margin-bottom: 10px;
	font-size: 11px;	
	border:1px solid #72773C;
}

.textBox table{
	width: 600px;
	}
	
.textBox .shortprodukt td{
	padding-left: 8px;	
	}


	
.thumb{
	vertical-align: top;
	text-align: left;
	width: 100px;
	background-color:#fff;
	border-right: 1px solid #555;
	padding-left: 5px;
	padding-top: 5px;
	}

.titel{
	padding-top: 5px;
	font-size: 13px;
	color: #72773C;
	font-weight: bold;	
}
	


.longprodukt{	
	width: 630px;
	margin-top:25px;
	background-color:#fff;
	border:1px solid #72773C;
	margin-bottom: 10px;
	font-size: 11px;	
	
}

.longprodukt table, .shortprodukt table{
	width: 97%;
	margin: 10px;	
	border: 0;
	}

.longprodukt tr, .longprodukt td{
	vertical-align: top;
	}

.longprodukt .basket{
	text-align: right;
	background-color: #fff;
	vertical-align: bottom;
	}
.listboxsmall{	
	padding:5px;	
	width: 180px;
	padding-left:15px;	
	background-color:#fafafa;
	border: 1px solid #E4E2E2;	
	border-left:5px solid #555;	
	margin-bottom: 10px;
	font-size: 11px;	
	
	
}
.label{
	float:right;
	display: inline;
}

.error {	
	width: 610px;
	height: 50px;
	padding:5px;	
	padding-left:15px;
	background-color:#fff;	
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;	
	border:2px solid #BB0300;
	vertical-align: middle;
}

.good {	
	width: 610px;
	height: 50px;
	padding:5px;	
	padding-left:15px;
	background-color:#fff;	
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;	
	border:2px solid #78D37E;
}	

.shortprodukt .club{	
	color: #BB0300;	
	font-weight: bold;
	background: #E2DBC4;	
}

.shortprodukt .form{
	text-align: right;
	background: #E2DBC4;
	color: #000;
	padding-right: 3px;		
	border: none;
	border-bottom: 1px solid black;	
}

.shortprodukt .total{
	border-top: 3px double black;
	background: #eaeaea;
	font-weight: bold;
	color: black;
	text-align: right;
	}
.shortprodukt .basket{
	text-align: right;
	background-color: #fff;
	vertical-align: bottom;
	}



#submitBtn{
	float: right;
	width: auto;
	}
