body {
	background-color : #000000;
	color: #FFFFFF;
}
body, td {
	font-size : 10pt;
	font-family: Georgia, Palatino, serif;
}
a:link {
	text-decoration : none;
	color: #DD2222;
}
a:visited {
	text-decoration : none;
	color: #992222;
}
a:hover {
	text-decoration : underline;
}
.normaltext {
	color: #FFFFFF;
}
.smalltext {
	font-size : 11px;
	color: #FFFFFF;
}
.fineprint {
	font-size : 9px;
	color: #FFFFFF;
}
h1 {
	font-size : 20pt;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 4px double #666;
}
h2 {
	font-size : 16pt;
	color: #FFFFFF;
	font-weight: normal;
}
h3 {
	font-size : 14pt;
	color: #FFFFFF;
	font-weight: normal;
}
h4 {
	font-size : 12pt;
	color: #FFFFFF;
	font-weight: normal;
}


.error {
	font-size : 14pt;
	color: #aa3333;
	background-color : #111111;
	border-top:3px solid #999999;
	border-bottom:1px solid #999999;
	display:block;
	padding:1em;
}

input {
	font-size : 10pt;
	font-family: Georgia, Palatino, serif;
	color: #000000;
}
textarea {
	font-size : 11pt;
	font-family: Georgia, Palatino, serif;
	color: #000000;
}
select {
	font-size : 11pt;
	font-family: Georgia, Palatino, serif;
	color: #000000;
}

input, textarea, select {
	border-top:1px solid #660000;
	border-left:1px solid #660000;
	border-right:1px solid #330000;
	border-bottom:1px solid #330000;
	padding:3px;
	color:#e0e0e0;
	background-color: #110000;
}

input.button, input[type=button], input[type=submit] {
	border-top:2px solid #330000;
	border-left:2px solid #330000;
	border-right:2px solid #660000;
	border-bottom:2px solid #660000;
	padding:3px;
	color:#e0e0e0;
	background-color: #500000;
	font-variant: small-caps;

}


select {
	padding:1px;
}

form {
	padding:0;
	margin:0;
	display:inline;
}

table.catalog, table.cart {
	width:100%;
	border-collapse:collapse;
}

table.catalog tr:hover, table.cart tr.item:hover {
	background-color: #333333;
}

table.catalog td, table.cart td {
	border-bottom:1px solid #333333;
	margin:0;
	padding:.3em;

}

table.cart .amount,
table.cart .subtotal,
table.cart .price,
table.cart .delete {
	text-align:right;
}
table.cart TH {
	padding:.3em;
	font-variant: small-caps;
}

fieldset.default {
	border-style: double;
	border-color: #666;
	border-width: 4px;
}

fieldset.default .row {
	margin-bottom:1em;
	list-style-type: none;
}
fieldset.default .row label, fieldset.default .row .label {
	display:block;
	font-weight: bold;
}

fieldset.default .row label em, fieldset.default .row .label em {
	color: #990000;
}

