
.link_delete_cart {
	text-decoration: none; 
	cursor: pointer;
	color: #990000;
	font-weight: bold;
}

a.link_delete_cart {
	text-decoration: none; 
	cursor: pointer;
	/*color: #a9a9a9;*/
	color: #990000;
	font-weight: bold;
}

.cart {
}

fieldset#fahrradKorb {
	position:relative;
	margin:0; 
	background-color: white;
}

legend#cart_legend {
	margin:0;
}

.fahrradKorb {
	clear:both;
	margin-bottom:5px;
}

.korb_del {
	float:left; 
	width:15px;
}

.korb_up {
	padding-left:5px;
}

#emptyCart {
	cursor: pointer;
	color: #990000;
}

.korb_link {
	float:left;
	padding-left:10px;
}

.korb_del {
	float:left;
	width:30px;
	visibility:hidden;
	cursor:pointer;
}

.korb_id {
	float:left;
	width:40px;
}

.korb_titel {
	float:left;
}

.korb_preis {
	float:right;
	padding-left:5px;
}

.korb_description {
	clear:both;
	font-size:10px;
	padding-left:57px;
}
