
form {
	display: inline;
}

table#cartitems * {
	color: #333;
}

table#cartitems {
	border-spacing: 0px;
	color: #333;
}

div#cart {
	margin-top: 20px;
}

table#cartitems td {
	padding: 8px 12px 6px 5px;
	vertical-align: top;
	font-size: 11px;
}

table#cartitems td.layout {
	padding: 0px;
	padding-right: 8px;
}

table#cartitems td.actions a {
	padding-left: 16px;
}

table#cartitems td.articlestop {
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table#cartitems td.sizetop {
	font-weight: bold;
	text-align: right;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table#cartitems td.pricetop {
	font-weight: bold;
	text-align: right;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table#cartitems td.actionstop {
	border-bottom: solid 1px #ccc;
}

table#cartitems select {
	border: solid 1px #999;
	margin-top: 4px;
	width: 90px;
	padding: 2px;
}

table#cartitems select.cart_select {
	border: solid 1px #999;
	margin-top: 4px;
	width: 200px;
	padding: 2px;
}

table#cartitems td.mid {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table#cartitems td.midnote {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	font-size: 10px;
}
table#cartitems td.end {
	border-bottom: solid 1px #ccc;
}

table#cartitems td.image {
	padding: 4px 2px 4px 2px;
	border-bottom: solid 1px #ccc;
}
table#cartitems td.desc {
	text-align: left;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table#cartitems td.size {
	text-align: right;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table#cartitems td.price {
	text-align: right;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table#cartitems td.sum {
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	border-right: solid 1px #ccc;
	font-size: 12px;
}

table#cartitems td.sum {
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	border-right: solid 1px #ccc;
	font-size: 12px;
}

table#cartitems td.sumend {
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
}

table#cartitems td.sumtitle {
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 12px;
}

table#cartitems td.sumtitleend {
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
}
table#cartitems td.actions {
	font-size: 10px;
	border-bottom: solid 1px #ccc;
}


table#cartitems td.voucher2 {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
}
table#cartitems td.voucher {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table#cartitems td.voucher input {
	border-style: sunken;
}

table#cartitems td.buttons {
	text-align: right;
	padding-right: 6px;
}

div#cartlogin * {
	font-size: 11px;
}
div#cartlogin h2 {
	font-weight: normal;
	font-size: 26px;
}
div#cartlogin hr {
	margin-left: -10px;
}
td.loginitem {
	padding-bottom: 20px;
}

input.error, select.error, textarea.error {
	background-color: #f8c58a;
	border: solid 1px #999;
	border-style: inset;
}

div#tablespacer {
	height:30px;
}

div#tableheadspacer {
	text-align:right;
	height:60px;
	padding-right:32px;
}

div#tablefooterspacer {
	text-align:right;
	height:60px;
}

td.tablecontent {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	vertical-align:top;
}

td.tablecontent_bold {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	vertical-align:top;
	font-weight: bold;
}

td.tablehead {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: #DBDBDB 1px solid;
}

td.tablehead_simple {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: #DBDBDB 1px solid;
}

td.linkright {
	text-align:right;
}

fieldset.cart {
	BORDER-BOTTOM: #DBDBDB 0px solid;
	BORDER-LEFT: #DBDBDB 0px solid;
	BORDER-RIGHT: #DBDBDB 0px solid;
	BORDER-TOP: #DBDBDB 1px solid;
	border-color: #ddd;
	border-top-width: 1px;
	-border-top-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

