div.pm-basket { float:left; padding:30px 0 0 0;}
/*Table*/
table.sale_basket_small
{
	width:245px;
	border-collapse:collapse;
	font-size:12px;
	margin-top: 20px;
	margin-left: 0px;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}

table.sale_basket_small td.basket {
	font-size: 11px;
	line-height: 16px;
}

td.basket a {color:#198318;text-decoration:none;}
td.basket a:hover {text-decoration:underline;}