@charset "utf-8";
@font-face {
    font-family: "Thomas Paine";
    src: url(thomas-paine.ttf);
}

body {
	background-image: url(../images/bg_dark.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-color: #700a0b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #deccb3;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #deccb3;
}
a img {
	border: none;
}
hr {
	border-top: 1px solid #700a0b;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 5px auto 10px auto;
}
form {
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
form h3 {
	margin: 0px 0px 0px -5px;
}
input {
	font-size: 10px;
	margin: 0px 0px 0px 3px;
}
select {
	font-size: 10px;
	margin: 0px 0px 0px 3px;
}
h2 {
	font-size: 12px;
	padding: 0px;
	margin: 5px 0px 0px 5px;
}
h3 {
	border-bottom: 1px solid #700a0b;
	color: #700a0b;
}
h4 {
	font-size: 9px;
	padding: 0px;
	margin: 0px 0px 5px 12px;
}

.btnLink {
	background-color: #f1f0f6;
	border: 1px solid #C2B097;
	cursor: default;
	display: inline-block;
	padding: 3px 5px;
}

#container {
	color: #700a0b;
}

.inputTable th {
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}
.inputTable input[type="text"] {
	width: 90px;
}
#pages_content_rt h3 {
	margin: 0px 0px 3px 0px;
}
#pages_content_rt form h3 {
	margin: 0px 0px 3px -5px;
}
#productQuantity,
#productQuantity tr,
#productQuantity td {
	vertical-align: middle;
}
#wineTable {
	margin: 15px 1em 0 0;
}
#shopPage {
	width: 95%;
}
input,
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
	border: 1px solid #C2B097; /* DECCB3 originally to match links, but maybe too light */
	padding: 3px 2px;
}
input[type="checkbox"] {
	border: none;
	padding: 0px;
}

#errorBox {
	font-size: 105%;
	width: 85%;
	padding: 1em;
	margin: 0px;

	border: 1px solid #F00;
	background-color: #FFF3EE; /* FFE4E4 */
	color: #600;
}
#errorBox ul, #errorBox ul li {
	padding: 0px;
	margin: 0px;
}