/*Table*/
table.sale_basket_small
{
	width:217px;
	height:106px;
	font-size:14px;
	text-align:left;
	left:50px;
	margin-bottom:28px;
	
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;position:relative;
	left:50px;
	height:10px;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
#emptyBasket{
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	margin:40px 0 0 0;
}
.basket_text a {
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	color:#009999 !important;
	position:relative;
	left:0px;
	top:0px
}
.basket_text a:hover {
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	color:#009999 !important;
	text-decoration:underline !important;
	position:relative;
	left:0px;
	top:0px;
}
.basket_text {
	font-size:12px;
	position:relative;
	left:50px;
	top:0px;
}
