 /* Basketframe */
body {
	background-attachment: fixed;
	font-family: Arial,Helvetica,Sans-Serif;
	margin: 0;
	padding: 0;
}
#basket {
	font-family: Arial,Helvetica,Sans-Serif;
	text-align: center;
}
#basket a {
	text-decoration: none;
}
.basket_bottom,
.basket_bottom:link,
.basket_bottom:active,
.basket_bottom:visited,
.basket_bottom:hover {
	display: block;
	text-align: center;
	margin: 0 5px;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial,Helvetica,Sans-Serif;
}
.basket_top,
.basket_top:link,
.basket_top:active,
.basket_top:visited,
.basket_top:hover {
	display: block;
	text-align: center;
	margin: 0 5px 10px 5px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,Sans-Serif;
}

.basket_count,
.basket_count:link,
.basket_count:active,
.basket_count:hover,
.basket_count:visited {
	display:block;
	text-align: center;
	width: 100%;
	height: 108px;
	margin: 0;
	padding-top: 20px;
	background: url("../images/basket_cutout.png") no-repeat transparent scroll 50px top;
	color: #000;
	text-shadow: 1px 1px 2px #fff;
	font-size: 48px;
	font-weight: bold;
	font-family: Arial,Helvetica,Sans-Serif;
}
