html, body {
  background: #202830;
  margin-top: 10px;
  padding: 0px;
  text-align: center;
  font-family:  Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 10pt;
  color: #6699CC;
}
A {
  font-family: tahoma;
}
A:hover {
  font-family: Tahoma;
  color: #00DD40;
}



.title {
  font-family: Tahoma;
  font-size: 18pt;
  text-align: center;
}
.copyright {
	text-align: center;
  font-family: Tahoma;
  font-size: 8pt;
}
.highlight {
  color: #108010;
  font-weight: bold;
}
.categoryheader {
	float: left;
	text-align: left;
	font-family: Tahoma;
  font-size: 10pt;
  font-weight:bold;
  text-decoration: none;
  width: 150px;
  padding: 2px 4px 2px 0px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.category {
	float: left;
	text-align: left;
	font-family: Tahoma;
  font-size: 10pt;
  text-decoration: none;
  border: 1px solid #000;
  width: 150px;
  padding: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.category:hover {
	cursor: pointer;
	border: 1px solid #FFF;
  background: #525A53;
  color: #6699CC;
}
.listing {
	display: block;
	background: #626A73;
	color: #202830;
	width: auto;
	height: 102px;
	border: 1px solid #000;
	padding: 2px;
	margin: 4px;
}
.thumb {
	float: left;
	border: none;
	width: 100px;
	height: 100px;
	display: block;
	border: none;
	padding: 1px;
	overflow: hidden;
}
.itemid {
	float: right;
	width: 100px;
	height: 20px;
	font-family: Tahoma;
  font-size: 8pt;
  text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.infocontainer {
  display: inline;
  text-align: left;
  width: auto;
	height: 100px;
  margin-left: 4px;
}
.infotitle {
	display: inline;
	text-align: left;
	font-weight: bold;
	width: auto;
}
.infoprice {

}
.info {
	text-align: left;
	display: block;
	width: auto;
	height: 100px;
}
.menustate {
  border: 1px solid #000;
  width: 48px;
  height: auto;
}
.menustate:hover {
	cursor: pointer;
	border: 1px solid #FFF;
	width: 48px;
	height: auto;
}
#index {
  width: 800px;
  text-align: center;
  border: 3px solid #69C;
  padding: 0px;
}
#indexbanner {
	border: none;
	width: 800px;
	height: 300px;
}
#menu {
	float: left;
	text-align: left;
	width: 160px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: none;
}
#menutable {
  text-align: center;
  width: 152px;
}
#main {
	display: block;
	float: right;
	text-align: left;
	width: 620px;
	height: 460px;
	border: 1px solid #000;
	padding: 3px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #67897D;
	color: #202830;
}
#primary {
	display: block;
	text-align: center;
	width: 784px;
	height: 460px;
	border: 1px solid #000;
	padding: 3px;
	margin: 4px;
	background: #67897D;
	color: #202830;
  overflow-x: hidden;
	overflow-y: auto;
}
#display {
	position: absolute;
	float: right;
	width: 620px;
	height: 460px;
	background-color: #000;
	display: none;
}
#imagesbox {
	display: block;
  width: 620px;
  height: 430px;
  border: none;
}
#houseimagebox {
	display: inline;
	float: left;
	height: 430px;
	width: 430px;
	border: none;
	padding-left: 30px;
}
#navibox {
	display: none;
	height: 430px;
	width: 122px;
	border: none;
	overflow-x:	hidden;
	overflow-y: auto;
}
#closediv {
	display: block;
	text-align: right;
	height: 30px;
	width: 100%;
}
#close {
	cursor: pointer;
	float: right;
	text-align: right;
	height: 30px;
}
#content {
	width: 620px;
	height: 460px;
	overflow-x: hidden;
	overflow-y: auto;
}
#content-full {
	display: block;
	float: right;
	text-align: left;
	height: 460px;
	border: 1px solid #000;
	padding: 3px;
	margin: 4px;
	background: #67897D;
	color: #202830;
	overflow-x: hidden;
	overflow-y: auto;
}
/* subtotal / cart / order / remove all */
#purchasing {

}
