#cart_out
{
	width: 170px;
	background-color: #D8E6FA;
	border: 1px solid #C3CCD3;
}

#cart,
#cart2,
#cart3
{
	float: left;
	width: 170px;
	background-color: #ffffff;
	padding-bottom: 5px;
}

#cart .info,
#cart2 .info,
#cart3 .info
{
	color: #444;
	width: 159px;
	font-size: 11px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px solid #C3CCD3;
	background-color: #D4E5FA;
	margin: 2px;
}

#cart .item,
#cart2 .item
{
	width: 43px;
	height: 43px;
	padding: 1px;
	background-position: -40px -22px;
	border: 1px solid #FF9706;
	background-color: #fff;
	margin-bottom: 5px;
}

#cart3 .item_haendler{
	width: 90px;
	height: 30px;
	padding: 1px;
	background-position: -40px -22px;
	border: 1px solid #FF9706;
	background-color: #fff;
	margin-bottom: 5px;
	}
	
#cart .item_user,
#cart2 .item_user,
#cart3 .item_user
 {
	width: 43px;
	height: 43px;
	padding: 1px;
	background-position: -40px -22px;
	border: 1px solid #FF9706;
	background-color: #fff;
	margin-bottom: 5px;
}

#cart .img_delete,
#cart2 .img_delete,
#cart3 .img_delete  
 {
	width: 11px;
	height: 11px;
	border: 0px;
	margin-left: -15px;
	margin-bottom: 5px;
}



#cart .handle_cart_out,
#cart2 .handle_cart_out,
#cart3 .handle_cart_out
{
	float: left;
	margin-top: 5px;
	padding-left: 7px;
	margin-bottom: 5px;
}

.drag_hinweis_box{
	width: 160px;
	background-color: #FF9706;
	padding: 5px;
}

#cart_out .link_save{
	font-size: 11px;
	color: #FF9706;
	text-decoration: none;
	cursor:pointer;
}

.img_drag_icon{
	position: absolute;
	margin-top: 84px;
	margin-left: -16px;
}