body {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

td#mainNaviTopBar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 467px;
}

td#mainNaviLeftSpace {
	display: none;
}

td#mainNaviCell {
	display: none;
}

div#contactData a,
div#contactData span {
	padding-right: 10px;
}

table#cartEditor {
	width: 467px;
}

table#cartEditor thead tr th {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

table#cartEditor thead tr th.first {
	text-align: left;
}

table#cartEditor tbody img,
table#cartEditor tfoot {
	display: none;
}

table#cartEditor tbody input,
table#cartEditor tbody textarea {
	border: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

table#cartEditor tbody .inputShort {
	text-align: right;
}

table#cartEditor tbody tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}

table#cartEditor tbody tr.header,
table#cartEditor tbody tr.header-info {
	display: none;
}

table#cartEditor tbody tr.category td {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

table#cartEditor tr.subtotal td.right {
	background-image: url(/lib/img/layout/cartEditor-subtotal-bg.gif);
	background-position: right center;
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 10px;
}

table#cartEditor tr.net-value td {
	font-weight: bold;
}

table#cartEditor tr.tax td {
	color: #cccccc;
}

table#cartEditor tr.total td.right {
	background-image: url(/lib/img/layout/cartEditor-total-bg.gif);
	background-position: right center;
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 10px;
}

.right {
	text-align: right;
}

.middle {
	text-align: center;
}
