/* Shop CSS */

h2 {
	padding: 8px 0px 0px 0px;
	font-size:15px;
	font-weight:normal;
}

.product-list{
	background:0;
	margin:0px 0px 30px 0px; 
	padding:0px; 
	width:550px;
}
.product-list-image {
	float:left;
	width:130px;
}
.product-list-text {
	float:left;
	width:420px;
	padding-bottom:30px;
	line-height:1.2em;
	vertical-align:top;
}
.product-list-footer {
	position:relative;
	left:0px;
	height:18px; 
	width:540px; 
	background:#ccc; 
	padding:2px 5px; 
	font-size:11px; 
	font-weight:bold;
	line-height:18px;
	margin-bottom:30px;
}
.footer-list_1 {
	float:left;
	width:342px;
	border:dotted 0px #f00;
}
.footer-list_2 {
	float:left;
	width:168px;
	border:dotted 0px #f00;
}
.items_warenkorb {
	border: solid 1px #000;
	width:40px;
	height:19px;
	font-size:11px;
}
h2.shop_headline {
	font-size:14px;
	margin-bottom:2px ! important;
}
h3.shop_subheadline {
	font-size:12px;
	margin-bottom:10px ! important;
}
.Cart_Table {
	border:solid 0px #555;
	border-collapse:collapse;
}
.Cart_Table_description {
	width:440px;
	border-bottom: solid 0px #555;
	padding-left:10px;
	text-align:left;
	line-height:1.7em;
}
.Cart_Table_USt {
	text-align:right;
	width:510px;
	padding-right:25px;
}
.Cart_Table_items {
	width:70px;
	border-bottom: solid 0px #555;
	line-height:1.7em;
}
.Cart_Table_price {
	width:90px;
	border-bottom: solid 0px #555;
	line-height:1.7em;
}
.tableback {
	background:#eee;
	margin-bottom:4px;
}
.tablespacer {
	font-size:3px;
}
.Cart_Table_description-footer {
	font-weight:bold;
	line-height:1.7em;
}
.Cart_Table_price_total {
	font-weight:bold;
	line-height:1.7em;
	width:90px;
}
.shop_orderlink {
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
	position:relative;
	top:-1px;
}
/* Warenkorb Buttons */
#warenkorb_buttons {
	position:relative;
	top:-20px;
	left:-10px;
}
/* Infobox Warenkorb */
.DisplayCart_Table {
	border:solid 1px #f1f1f1;
	border-collapse:collapse;
	font-size:10px;
}
.DisplayCart_Table_description {
	width:110px;
	border-bottom: solid 1px #f1f1f1;
	background:#ddd;
	padding-left:10px;
	text-align:left;
	line-height:1.7em;
}
.DisplayCart_Table_items {
	width:10px;
	border-bottom: solid 1px #f1f1f1;
	background:#ddd;
	line-height:1.7em;
	padding-left:2px;
}
.DisplayCart_Table_price {
	width:40px;
	border-bottom: solid 1px #f1f1f1;
	background:#ddd;
	line-height:1.7em;
	text-align:right;
	padding-right:2px;
}
.DisplayCart_Table_description-footer {
	font-weight:bold;
	line-height:1.7em;
}
.DisplayCart_Table_price_total {
	font-weight:bold;
	line-height:1.7em;
}
/* Bestellformular */
fieldset {
	border:solid 1px #bbb;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;

	padding: 10px 0px 10px 10px;
	width:550px;
	margin-bottom:30px;
}
#orderdata {
	position:relative;
	/* width:560px ! important; */
	left:0px;
	padding-top:10px;
	/* height:300px ! important; */
	
}
#orderdata label {
	float:left;
	font-weight:bold;
	width:130px ! important;
	padding:6px 0px;
	border:solid 0px #f00 ! important;
}
#orderdata label.full {
	float:left;
	font-weight:bold;
	width:530px ! important;
	padding:6px 0px;
	border:solid 0px #f00 ! important;
}
#orderdata label.short_1  {
	float:left;
	width:60px ! important;
}
#orderdata label.short_2  {
	float:left;
	width:60px ! important;
}
#orderdata select {
	float:left;
	display:block;
	width:248px;
	padding:2px 2px;
}
#orderdata input {
	float:left;
	display:block;
	width:240px;
	padding:2px 2px;
}
#orderdata input.short_1 {
	width:60px;
	float:left;
}
#orderdata input.short_2 {
	width:160px;
	float:left;
}



