/*Table
table.sale_basket_basket
{
	width:100%;
	background-color:#F9FAFB;
	border-collapse:collapse;
	font-size:12px;
}

table.sale_basket_basket th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

table.sale_basket_basket th, table.sale_basket_basket td
{
	background-color:#CECECE;
	border:1px solid #ADC3D5;
	padding: 3px 5px;
	vertical-align:top;
}*/

table.sale_basket_basket1
{
	width: 100%;
	cellspacing: 1;
	cellpadding: 0;
	border: 0pt none;
	width:100%;
	background-color:#F9FAFB;
	font-size:12px;
}

/*Table head*/
table.sale_basket_basket1 th
{
	background-color:#CECECE;
	font-size:11px;
	border:1px solid #ADC3D5;
	padding: 3px 5px;
	vertical-align:top;
}

/* Table cells and heads*/
table.sale_basket_basket1 td
{
	background-color:#E4E4E4;
	font-size:11px;
	padding: 3px 5px;
	vertical-align:top;
}
