/* Default CSS */

body {
	background: #BD9871 url(images/body_bg.gif) repeat-x top;
	color: #000000;
	margin: 0;
	padding: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, label, .platter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, td, li, ul, ol, label, .platter {
	font-size: 11px;
	line-height: 1.5em;
}
.platter {
	font-weight: bold;
}
img {
	border: none;
}

.hide {
	display: none;
}

a:link {
	text-decoration: none;
	color: #000;
	background: white;
}
a:visited {
	text-decoration: none;
	color: #000;
	background: white;
}
a:hover {
	text-decoration: underline;
	color: #000;
	background: white;
}
a:active {
	text-decoration: none;
	color: #000;
	background: white;
}

/* site specific */

#page {
	width: 568px;
	margin: 0 auto 0 auto;
}
#pageBody {
	background: #fff url(images/page_body_bg_slice.gif) repeat-y left top;
	color: #000000;
	padding: 16px 4px 10px 16px;
}
#footer {
	padding: 3px 16px 2px 16px;
	background: transparent url(images/page_bottom.png) no-repeat;
	height: 23px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ddd;
	clear: both;
}
#footer a {
	color: #ddd;
	background: black;
}
#footer a:hover {
	border-bottom: thin dotted #ddd;
	text-decoration: none;
}
#navmenu {
	background: transparent url(images/nav_menu_bg.png) no-repeat;
	color: #000000;
	padding: 10px 8px 0px 8px;
	height: 26px;
}
#navmenu ul {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#navmenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 .5em;
}
div#navmenu ul li a {
	font: 18px Times, serif;
	font-weight: bold;
	padding-top: 1px;
}
div#navmenu ul li :hover {
	text-decoration: none;
	border-top: 2px solid #670C12;
}
#activeNav {
	text-decoration: none;
	border-top: 2px solid #670C12;
}
#header {
	padding: 10px 0 10px 16px;
}
h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}
h4 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: .25em 0;
}
h5 {
	font-size: 16px;
	font-weight: normal;
}
h6 {
	font-size: 12px;
	margin: .45em 0;
}
.spacer {
	clear:both;
}
.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sidePanel {
	width: 190px;
	float: right;
	padding-right: 12px;
}
.sidePanel2 {
	width: 198px;
	float: right;
	padding-right: 12px;
}
.sideImgs {
	background: none;
	padding-bottom: 6px;
}
.mainContent {
	float: left;
	width: 60%;
}
.menuTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.menuTitle img {
	padding-right: 4px;
}

/* Forms generic */
#commentsForm {
	width: 100%;
}
#formPanel {
	width: 90%;
}
#commentsForm, #formPanel {
	background: #CCCCCC;
	color: black;
	padding-bottom: 6px;
	border: 1px solid #999999;
}
#formPanel form {
	margin:0;
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row label {
	float: left;
	width: 35%;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 60%;
	text-align: left;
}
.textField {
	width: 80%;
}
.shortField {
	width: 60%;
}


/* Folding Forms */
.panel {
	background: #F1F1F1;
	color: black;
	/*border: thin solid #666666;*/
	width: 524px;
	padding: 6px 4px;
}
.panelHead {
	background: #fff url(images/formpanelhead.jpg) no-repeat;
	color: black;
	height: 18px;
	width: 524px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 4px;
	/*border-right: 1px solid #666666;
	border-left: 1px solid #666666;*/
}
#FirstPanel {
	background: #fff url(images/formpanelhead1.jpg) no-repeat;
	color: black;
}
.panelHead span {
	float: left;
}
.panelHead img {
	float: right;
	padding-top: 3px;
}

#zTown, #zPost, #zAddress1, #zTelephone, #zEmail, #zName {
	visibility: hidden;
	color: #990000;
	background: #F1F1F1;
}
.required {
	color: #990000;
}

.itemID {
	text-align: right;
	width: 32px;
	padding-right: 6px;
}
.item {

}
.price {
	text-align: right;
	padding-right: 6px;
}
.quant {
	text-align: left;
	width: 20px;
}
.headQuant {
	vertical-align: bottom;
}
.headPrice {
	vertical-align: bottom;
	text-align: right;
	padding-right: 6px;
}
td {
	border-top: 1px solid #CCCCCC;
}
.thead td {
	border: none;
}