* {
	/*font-family: Arial, Verdana, Helvetica, 'Bitstream Vera Sans',
		sans-serif;
		*/
	font-family: serif;
}

body {
	background-color: #ffffff;
	color: black;
	text-align: center;
	margin: 10px 0 0 0;
}

a {
	color: #eee;
}

img {
	border: none;
	vertical-align: middle;
}

h1 {
	margin: 0 0 5px 0 ;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 100%;
}

td {
	color: #ffffff;
	font-size: 10pt;
}

#border {
	width: 892px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#filler {
	height: 460px;
	width: 1px;
}

#page {
	
}

#leftColumn {
	width: 267px;
	padding-right: 1px;
	background-repeat: no-repeat;
	background-position: 0 290px;
	text-align: center;
	padding-bottom: 1em;
	border-right: 1px solid white;
}

#content {
	color: black;
	margin-top: 0.5em;
	padding: 1em;
	text-align: left;
	font-size: 9pt;
	line-height: 9pt;
}

#content td, #content a {
	color: black;
	line-height: 10pt;
	font-size: 10pt;
}

#contentBottom {
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 68px;
  padding-top: 52px;
  text-align: center;
  font-size: 8pt;
}

#menu {
	width: 622px;
	color: white;
	height: 52px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu table {
  height: 52px;
  margin-left: -1px;
}

.menuItem {
  padding: 0 .5em .4em .5em;
  border-left: 1px solid white;
  text-align: center;
  font-size: 10pt;
  vertical-align: bottom;
}

.menuItem a {
  text-decoration: none;
}

.subMenu {
	color: black;
  float: left;
  border: 1px solid white;
  border-width: 0px 1px 0px 0;
  margin-left: -1em;
  margin-top: -1em;
  margin-right: 1em;
  width: 150px;
  font-size: 9pt;
}

.subMenu ul {
  padding: 0;
  margin: 0;
}

.subMenu ul li {
  list-style-type: none;
  border-bottom: 1px solid white;
  padding: 0.5em 1em 0.5em 1em;
}

.subMenu ul li a {
  text-decoration: none;
  color: #222;
}

.subMenu ul li a.selected {
  font-weight: bold;
}

.contentHolder {
  float: left;
  width: 440px;
  overflow: auto;
}  

#rightcolumn {
	padding-left: 0.5em;
}

.imagemenu {
	margin-bottom: 1em;
}

.menuimage {
	margin-bottom: 1em;
}

.product {
	padding: 8px;
	width: 100%;
	padding-left: 50px;
}

#delivery {
	display: none;
}

#credits,#credits * {
	text-align: center;
	color: #ddd;
	text-decoration: none;
	font-size: 90%;
}

.orderHistory {
	border-bottom: 1px solid gray;
}

th {
	text-align: left;
}

.priceList {
	width: 230px;
}

.priceList tr td {
	text-align: center;
	padding: 0px;
	border: 1px solid white;
	width: 50%;
}

.priceList tr td a {
	text-decoration: none;
}

.pagination {
	text-align: center;
}

#checkoutLink {
	text-align: right;
}

#checkoutLink a img {
  vertical-align: middle;
}

select,textarea,input {
	background-color: rgb(230,226,139);
	border: 1px dotted #888;
	margin: 2px;
	padding: 2px;
	font-size: 9pt;
}

textarea {
	height: 10em;
}

#cartAdd {
	cursor: pointer;
}

.pagination img {
	vertical-align: middle;
}

#buyForm {
  padding: 1em;
}

.productName {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}

.productAttributes {
	margin-bottom: 2em;
}
.productAttributesTable {
  margin-left: auto;
  margin-right: auto;
}
.productAttributesTable select{
  width: 120px;
}

.productDescription {
	margin-bottom: 2em;
}

.productStock {
	margin-bottom: 1em;
	text-align: center;
}

.productPrice {
	text-align: center;	
}

.productStock img,.productPrice img {
	vertical-align: middle;
}

.cartAddItem {
	padding-left: 15px;
	vertical-align: middle;
}

.cartRemoveItem {
	padding-right: 15px;
	vertical-align: middle;
}

.cartRemoveLine {
	vertical-align: middle;
}

#cartTotal {
  font-size: 9pt;
}

#noMore {
	color: #bbcbff;
	font-size: 105%;
	font-weight: bold;
}

.popupDiv {
	position: absolute;
	width: 300px;
	/*height: 300px;*/
	overflow: auto;
	background-color: rgb(230,226,139);
	padding: 2em;
	margin: 5px 0 0 10px;
	border: 2px solid #356b39;
}

.popupDiv, .popupDiv * td, .popupDiv * a {
	color: #354785;
}

.input {
	width: 100%;
}

.standardform,.admintable {
	width: 90%;
}

#contacttable {
	padding-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

.nobr {
	white-space: nowrap;
}

h2,h3 {
	margin-top: 5px;
	font-weight: normal;
}

.error {
  font-size: 110%;
  font-weight: bold;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
}

.blog h3 {
  padding-top: 2em;
}

.blog ul {
  padding-top: 0;
  padding-left: 1em;
}

.blog ul li {
  list-style-type: none;
  padding-bottom: 2px;
}

.tabContent {
  display: none;
}

.tabbedPane {
	border: 1px dotted #356b39;
	margin-bottom: 1em;
	padding: 0;
}

.tabbedPaneHeader ul {
  padding: 0;
  margin: 2;
}

.tabbedPaneHeader ul li {
  list-image-type: none;
  display: inline;
  border-right: 1px dotted;
  padding: 0 3px 0 3px;
  cursor: hand;
  cursor: pointer;
}

.tabbedPaneHeader {
  background-color: #356b39;
  padding: 1px;
  color: white;
}

.adminbox {
  padding: 5px;
}

.selectedTab {
  background-color: black;
}

.disabledTab {
	color: gray;
	cursor: auto;
}

#infoTab {
	text-align: center;
}


