.basketPanel {
	background: #000000;
	border: 2px solid #ffcc00;
	padding: 1px;
/*	border-collapse: collapse;*/
}

.basketHead {
	color: black;
	font-weight: bold;
	background-image: URL('/gfx/panel_top_yellow.gif');
	background-repeat: repeat-x;
	background-color: #ffcc00;
	padding: 4px;
	border: 1px solid black;
}

.basketItem0 {
	color: white;
	background: #000060;
	padding: 4px;
	border: 1px solid black;
}
.basketItem1 {
	color: white;
	background: #000080;
	padding: 4px;
	border: 1px solid black;
}

.basketTotal {
	color: black;
	background: #ffcc00;
	padding: 4px;
	border: 1px solid black;
}

.basketSel {
	font-size:11px;
}

.mobilebasketSel {
	font-size:10px;
}