span.shop_moved {
	font-size: 20px;
	font-variant: small-caps;
}

h2.shop_item {
	font-size: 12px !important; 
}

span.shop_text {
	padding: 0px 0px 0px 20px;
}

span.shop_price {
	font-weight: bold;
}

table#shop_table {
	margin: auto;
	width: 620px;
	border: 3px none #404040;
	border-collapse: collapse;
	table-layout: fixed;
}

col.shop_buy {
	width: 50px;
	text-align: center;
}

col.shop_desc {
	width: 378px;
	text-align: left;
}

col.shop_pict {
	width: 100px;
	text-align: center;
}

img.shop_pict {
	width: 90px;
	height: auto;
}

col.shop_price {
	width: 50px;
	text-align: right;
}

.shop_total {
	text-align: right;
	font-weight: bold;
}

fieldset {
	margin: 5px 0px 20px;
	padding: 10px;
}

fieldset#shop_items {
	border: 1px solid #404040;
	position: relative;
}

fieldset#shop_other { 
	text-align: right;
	border: 0px none #404040;
}

#shop_other legend {
	display: none;
}

table#order_table {
	float: right;
}

#customer_order, #customer_note {
	width: 20em;
}

div.shop_error {
	font-size: 10px;
}

.shop_error {
	color: #CC0000;
}

table#post_prices {
	margin: auto;
	padding: 5px; 
	width: 500px;
	border: 1px solid #404040;
	border-collapse: collapse;
	table-layout: fixed;
}

table#post_prices td, th.left_padding {
	padding: 2px 2px 2px 20px;
}

col.post_first {
	width: 50px;
	font-weight: bold;
}

col.post_normal {
	width: 100px;
}

th.post_header {
	text-align: center;
	font-size: 12px;
}

th.left_border, td.left_border {
	border-left: 1px solid #404040;
}

th.bottom_border {
	border-bottom: 1px solid #404040;
}
