/*Table*/
table.table-basket-line
{
	padding:3px;
	font-size:12px;
	background-image:url(images/basket.png);
	background-repeat:no-repeat;
	max-height:50px;
	max-width:173px;
}

.basket-line-personal, .basket-line-basket
{
	width:16px; height:16px; background-repeat:no-repeat; display:block;
}

.basket-line-personal {float:right;background-image: url(images/personal.gif)}
.basket-line-basket {float:right;background-image: url(images/basket.gif)}
.basket-line-link, .basket-empty, .basket-line-order-link{color:#ffffff; font-weight:bold;}