.basket {
    width: 220px;
    margin-left: auto;
    border: 1px solid #000000;
    margin-bottom: 10px;
}
.basket a {
	text-decoration: none;
}
.basket img {
	margin: 5px;
	vertical-align: middle;
}
.basket_headline {
    background: #FFFFFF;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-align: center;
}
.basket_mainwrapper {
	text-align: center;
}
.basket_mainwrapper h4 {
	margin: 15px 0 10px 0;
	padding: 0px;
}
.basket_type {
	width: 220px;
    background: #FFFFFF;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #050505;
    text-align: center;
}
.basket_single_unit {
	width: 220px;
	text-align: left;
	border-bottom: 1px dotted #0D0D0D;
	padding-top: 10px;
}
.basket_single_unit_product_name {
	padding-left: 3px;
}
.basket_single_unit_product_price {
	padding: 5px;
	text-align: right;
}
.basket_single_unit_product_numberof {
	font-size: 10px;
    font-style: italic;
}
.basket_single_unit_product_buttons {
	text-align: right;
}
.basket_total_price {
	width: 220px;
    background: #6F6F6F;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}
.basket_total_description {
	color: #FFFFFF;
	text-align: left;
}
.basket_total_price {
    color: #FFFFFF;
	text-align: right;
}





















