
/* div */
.basket {
	padding: 0px;
}
.basket table {
	width:100%;
	border-collapse: collapse;

}
.basket th,
.basket td {
	border-bottom: 1px solid white;
}

.basket th {
	padding: 6px 6px;
	vertical-align:top;
	color: #333333;
}
.basket td {
	padding: 6px 6px;
	vertical-align: top;
}

.basket input.radio,
.basket input.checkbox {
	border-style: none;
}
/* tr */
.headline {}

.headline th,
.headline td {
	background-color:#FFDAA3;
}


/* th td */
.basket .col-1 {width:400px;text-align:left;}
.basket .col-2 {width:100px;text-align:center;}
.basket .col-3 {width:100px;text-align:right;}
.basket .col-4 {width:100px;text-align:right;}
.basket .col-5 {width:auto;text-align:center;}


.basket .tablefooter th,
.basket .tablefooter td {
	background-color:#FFDAA3;
	color: #666666;
	padding-top: 10px; padding-bottom: 10px;
}
.basket .tablefooter strong {
	color: #333333;
}

.basket input.radio {

}

/* basket-data
// fieldsets
//-----------------------------------*/
#basket h2 {
	clear:both;
	margin: 10px 6px 6px;
}

#basket .inputgrp {clear:both; position:relative;}
#basket .inputgrp strong {
	font-weight: normal !important;
}

#basket label{
	clear:both;
	float:left;
	font-size:12px;
	margin-top:2px;
	width: 105px;
}
#basket input{
	margin-top:2px;
}
#basket input.text{
	display: block;
	float: left;
	width: 150px;
}
#basket input.small{
	width: 60px;
}


#basket input.radio{
	border-style: none;
	height: 16px;
	vertical-align: middle;
}
#basket .radio-buttons{
	float: left;
	vertical-align: middle;
	margin-top:2px;
	Zborder: 1px solid orange;
}

#basket textarea {
	Zfloat: left;
	border: 1px solid #cccccc;
}
#basket input.checkbox{
	border-style:none;
	vertical-align: middle;

}

#basket fieldset {
	border-width:0;
	margin: 6px;
	width:46%;
	padding:0;
}
#basket-person,
#basket-deliver-person {float:left;}
#basket-adress,
#basket-deliver-adress {float:right;}
#basket-com1,
#basket-deliver-com1 {clear:both; float:left;}
#basket-com2,
#basket-deliver-com2 {float:right;}

#basket #basket-ust-ident-nr {
	float: left;
	clear: both;
	width: 100%;	/*ie6fix.css*/
}
#basket .input-message {
	color: #888;
	float:left;
	margin:2px 0 0 4px;
}

#basket-message {clear:both;}
#basket-message label{width:200px;}

#basket #basket-info1 {
	clear:both;
	float:left;
	width: 100%;	/*ie6fix.css*/
}

#basket-info2 {clear:both; float:left;}
#basket-info2 label,
#deliverQuery label{
	width:240px;
	margin-bottom:10px;
	float: right;
}
#basket-info2 input{ float:left; }

#basket #basket-submit {
	clear:both;
	width: 95%;
	text-align:right;
	Zborder: 1px solid red;
}
/*
#basket #basket-submit a {
	float:right;
	border: 1px solid orange;
}
#basket #basket-submit input.submit {
	float:right;
	border: 1px solid orange;
}
*/


label:hover {color:black;}

.basket ol {
	margin: 12px 40px;
	}

.promotion-hint {
  color:blue;
  font-weight: bold;
  }
