table.shop-trolley {
	margin-top: 25px;/*
	width: 480px;
	width: 90%;*/
}

table.shop-trolley th {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 8px;
	text-align: left;
}

table.shop-trolley thead td {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 8px;
	text-align: center;
}

table.shop-trolley th.numeric {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 25px;
	text-align: right;
}

table.shop-trolley td {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 8px;
}

table.shop-trolley td.numeric {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 25px;
	text-align: right;
}

table.shop-trolley-list td {
	color: #000000;
	font-size: 10px;
	padding-bottom: 2px;
}

table.shop-trolley-list td a {
	color: #000000;
}

table.shop-trolley-list tfoot td {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
}

table.shop-order-productlist {
	width: 480px;
}

table.shop-order-productlist th {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 8px;
	text-align: left;
}

table.shop-order-productlist td {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 8px;
}

form.shop {

}

form.shop table th {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 4px;
	text-align: left;
	vertical-align: top;
}

form.shop table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}

table.shop-summary th {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 4px;
	text-align: left;
	vertical-align: top;
}

table.shop-summary td {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}