﻿.baskettable
{
    width:100%;
    border: none;
    border-collapse:collapse;
	padding:0;
	margin: 0;
}
.baskettable tr
{
	height: 32px;
	font-size: 11px;
    vertical-align: middle;
	padding:0;
	margin: 0;
}
.baskettable tr td
{
	margin:0;
	padding: 0 5px 0 0;
	border-bottom: solid 1px #c5c5c5;
	border-top: solid 1px #c5c5c5;
}
.baskettable img
{
	border: none;
	padding:0;
	margin: 0;
}
.baskettable a, .baskettable a:visited
{
    vertical-align: middle;
/*    text-decoration: none;*/
	padding:0;
	margin: 0;
}
.baskettable input
{
	width: 20px;
	vertical-align:middle;
	padding:0;
	margin: 0;
}
.baskettable .button
{
	width: auto;
}
.baskettabletotal 
{
	font-weight: bold;
}
.shipmenterror
{
	font-size: 11px;
	font-weight: bold;
}