/*Table*/
table.table-basket-line
{
border-collapse:collapse;
border-spacing: 0px; 
width:100%;
height:100px;
}

table.table-basket-line td
{
	vertical-align:center;
}

table.table-basket-line td.basketborder
{
border: 1px solid #ff6600;
height:19px;
}


*html table.table-basket-line td.basketborder
{
height:17px;
}
.table-basket-line{
display:block;
}
.table-basket-line td{
width:70px;
}
.table-basket-line img{
height:80px;
width:87px;
padding-left:3px;
}