/*Table*/
table.sale_basket_basket
{
	width:100%;
	/*background-color:#F9FAFB; */
	border-collapse:collapse;
	font-size:12px;
}

/*Table head*/
table.sale_basket_basket th
{
    /* background-image:url(images/table_head.gif); */
	/* background-repeat:repeat-x; */
	text-align: left;
	color:#000000;
}

/* Table cells and heads*/
table.sale_basket_basket th, table.sale_basket_basket td
{
	border:1px solid #EF8709;
	padding: 3px 5px;
	vertical-align:top;
}

table.sale_basket_basket th
{
	border:1px solid #EF8709;
	padding: 3px 5px;
	vertical-align:top;
    background-color: #f0f0f0;
}

input[type="submit"] {color:white; background-color:#EF8709; padding:2px 5px; cursor:pointer}
input[type="text"]  { border: 1px solid #d4d4d4; text-align: center;}
