/*Table*/
table.sale_basket_small
{
background: #535353;
width:217px;
	border-collapse:collapse;
	font-size:16px;
}

/*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
{
	color:#fff;
	padding: 3px 5px;
	vertical-align:top;
        text-align:center;
}

.basket_button{background:none; border:none; color:#fff; cursor:pointer; font-size:15px; text-decoration:underline; }