div#body.body_basket {
	margin: 0 0 0 200px;
	padding: 10px 0 0;
}
.dd_left {
	float: left;
}
.dd_right {
	float: right;
}
div.dd_clear_left {
	clear: left;
	height: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}
div.dd_clear_both {
	clear: both;
}
ul#dd_basket_content {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 750px;
	float: left;
}
ul.basket_header {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	border: 1px solid #ddd;
	background-color: #f7f5f6;
}
ul.basket_header li {
	float: left;
	line-height: 30px;
	color: #656565;
	font-weight: bold;
	font-size: 13px;
}
li.dd_basket_items {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd; 
	border-right: 1px solid #ddd;
	padding: 15px 0px; 
}
li.dd_basket_desc {
	padding: 50px 0 0;
	position: relative;
}
li.item_chechbox {
	width: 40px;
}
li.item_desc {
	/* width: 348px; */
	width: 373px;
	padding-left: 15px;
}
li.item_count {
	width: 90px;
}
li.item_soloprice {
	width: 90px;
}
li.item_vat {
	width: 75px;
}
li.item_allprice {
	width: 90px;
}
ul.basket_header li.item_chechbox {
}
ul.basket_header li.item_desc {
}
li.item_count {
	text-align: center;
}
li.item_soloprice {
	text-align: right;
}
li.item_vat {
	text-align: right;
}
li.item_allprice {
	text-align: right;
}
ul.basket_items {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.basket_items li {
	float: left;
}
li.item_desc div {
	float: left;
}
div.item_pic {
	width: 60px;
}
div.item_info {
	width: 280px;
}
div.item_info p {
	padding: 2px 0px;
}
div.item_info p:first-child {
	padding: 0px 0px 2px;
	font-weight: bold;
}
input.dd_item_amount {
	text-align: right;
}
li.item_count input.upd {
	border: 0px;
	background-color: transparent;
	text-decoration: underline;
	padding: 2px 0px;
	cursor: pointer;
}
div.dd_hinweise_button {
	position: absolute;
	left: 0px;
	top: 14px;
	height: 19px;
	line-height: 20px;
	font-size: 11px;
	color: #666;
	border: 1px solid #ebe388;
	background-color: #fdf8c5;
	padding: 0px 5px;
	cursor: pointer;
}
div.dd_hinweise_button.dd_active {
	border-bottom: none;
	height: 20px;
}
div.dd_hinweise {
	border: 1px solid #ebe388;
	background-color: #fdf8c5;
	width: 728px;
	position: relative;
	top: -16px;
	padding: 10px;
}
div.dd_hinweise ul {
	list-style-type: disc;
	padding: 0 0 0 15px;
	margin: 0px;
}
.dd_hinweise p {
	padding: 2px 0;
}
p.dd_close_hint {
	float: right;
	cursor: pointer;
}
div.dd_mitteilungsbox {
	width: 350px;
	float: left;
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #f7f5f6;
}
div.dd_mitteilungsbox p {
	padding: 2px 0px;
}
div.dd_mitteilungsbox p label {
	width: 45%;
	display: block;
	float: left;
}
div.dd_mitteilungsbox p input {
	width: 50%;
}
div.dd_basket_total {
	float: right;
	width: 280px;
	padding-right: 15px;
}
div.dd_basket_grandtotal {
	float: left;
	width: 735px;
	border-top: 1px solid #ddd;
	padding: 15px 15px 0 0;
	margin-top: 15px;
}
.dd_basket_total ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd_basket_total ul li {
	padding: 2px 0px;
}
.dd_basket_total ul li p {
	float: left;
	width: 95px;
	text-align: right;
}
.dd_basket_total ul li p:first-child, .dd_basket_total ul li p.dd_basket_total_first_p {
	width: 185px;
	text-align: right;
}
.dd_basket_grandtotal ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.dd_basket_grandtotal ul li {
	
}
.dd_basket_grandtotal ul li p {
	float: left;
	width: 95px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.dd_basket_grandtotal ul li p:first-child {
	width: 185px;
	text-align: right;
}
div.dd_basket_locator {
	float: left;
	margin: 15px 0;
	width: 735px;
}
div.dd_basket_locator button {
}
li.item_count button, li.item_vat button{
	border: 0px;
	padding: 0px;
	margin: 2px 0px 0px;
	background-color: #fff;
	cursor: pointer;
}
li.item_count button span, li.item_vat button span {
	text-decoration: underline;
	color: #656565;
}
#dd_basket .flag {
	border:0 none;
	float:left;
	height:15px;
	margin: 2px 8px 2px 0;
	width:15px;
	position: relative;
}
#dd_basket .flag.green{
	background: url("../dd_bg/icon_lager.gif") repeat scroll 0 0 transparent;
}
#dd_basket .flag.orange{
	background: url("../dd_bg/icon_lager_knapp.gif") repeat scroll 0 0 transparent;
}
#dd_basket .flag.red{
	background: url("../dd_bg/icon_kein_lager.gif") repeat scroll 0 0 transparent;
}