div.toprow {
	font-weight: bold;
}


table.basket {
	width: 520px;

}

div.newrow {
	border-top: 1px dashed #aaaaaa;
	clear: left;
	float: none;
	padding: 2px 0 2px 0;
	width: 520px;	
}
/*table.basket tr td {
	padding: 2px 5px 2px 5px;	
	border-bottom: 1px dashed #aaaaaa;
}*/


div.toprow {
	font-weight: bold;
	width: 520px;
}
div.topline {
	border-bottom: 1px solid black;
	clear: left;
	margin: 0px 0 2px 0;
	padding: 2px 0 0 0;
	width: 520px;	
}
div.productcell {
	width: 250px;
	float: left;
}
div.pricecell, div.qtycell, div.subtotalcell {
	text-align: right;
	float: left;
	width: 90px;
}



div.bottom {
	font-weight: bold;
	border-top: 3px double black;
	clear: both;
	margin: 5px 0 10px 0;
	padding: 5px 0 0 0;
}
div.bottom div.subtotalcell {
	color: #000000;
	font-size: 10pt;
}
div.product {
/*	background: url("imgs1/basket.jpg") right no-repeat;*/
	border-bottom: #ff0000 1px solid;
}


div.aga {
	padding: 5px;
	border: 1px solid #cc0000;
	background: #ffdddd;
	color: #e50000;
	margin: 0 0 10px 0;
}