html,body {
	height: 100%;
}

div.SelectedArea {
	border-style: solid;
	border-width: 2px;
	border-color: blue;
	position: absolute;
	margin: 0;
	padding: 0;
}

div.Map {
	position: relative;
}

div.pop-up-message {
	z-index: 20;
	position: fixed;
	left: 50px;
	top: 50px;
	bottom: 50px;
	right: 50px;
	background-color: #F6F6F6;
	border-color: #3C9601;
	border-style: outset;
	border-radius: 20px;
	border-width: 2px;
	overflow: auto;
}

div.hidden {
	display: none;
}

div.visible {
	display: block;
}

img.tile {
	width: 150px;
	border: outset;
	border-width: 3px;
	border-color: #ffffff;
}

font.close {
	position: fixed;
	z-index: 3;
	right: 68px;
	top: 55px;
	border-style: outset;
	border-color: #ff0000;
	border-width: 2px;
	border-radius: 5px;
	color: #ff0000;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

font.close:hover {
	cursor: pointer;
}

div.menu-holder {
	position: absolute;
	bottom: 0px;
	background-color: #7f3536;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
}

ul.menu {
	float: left;
	left: 19px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	width: 900px;
	z-index: 3;
}

ul.menu a {
	background-color: #7f3536;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 0px 0px;
	text-align: center;
	position: relative;
	top: 0px;
	z-index: 3;
	text-decoration: none;
}

ul.menu li {
	border-color: #7f3536;
	border-width: 1px;
	float: left;
	position: relative;
	top: 0px;
	width: 140px;
	z-index: 3;
}

ul.menu a:hover {
	background-color: #933d3e;
	color: #FFCC66;
}

ul.menu ul.hidden {
	display: none;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 3;
}

ul.menu li:hover ul.hidden {
	display: block;
}

ul.menu li:focus ul.hidden {
	display: block;
}

ul.menu ul.hidden ul.inner-menu {
	display: none;
	left: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 3;
}

ul.menu ul.hidden ul.inner-menu {
	display: none;
	left: 100%;
	list-style-type: none;
	position: absolute;
	width: 100%;
	z-index: 3;
}

ul.menu ul.hidden li:hover ul.inner-menu {
	display: block;
}

ul.menu ul.hidden li:focus ul.inner-menu {
	display: block;
}

div.header {
	position: absolute;
	top: 0px;
	height: 150px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #1400bd;
	z-index: 5;
}

div.center {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
	z-index: 2;
}

div.content-holder {
	background-color: #F6F6F6;
	min-height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3;
}

div.content {
	position: absolute;
	top: 150px;
	background-color: #f8f1e1;
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	width: 100%;
	min-height: 100%;
}

p,table {
	margin-left: 20px;
	margin-right: 20px;
}

div.footer {
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	text-align: right;
	background-color: #f8f1e1;
}

p.logo {
	color: #f8f1e1;
	font-family: 'Jacques Francois Shadow', "Algerian", "Candy Square BTN Striped", "Colonna MT", "Annie BTN", "Curlz MT";
	font-size: 45px;
	text-align: center;
}

img.background {
	z-index: -1;
	width: 100%;
	min-height: 100%;
	repeat: none;
	position: fixed;
	top: 0px;
	left: 0px;
}

ul.category {
	float: left;
	left: 19px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	width: 900px;
	z-index: 2;
}

ul.category li {
	background-color: #7f3536;
	color: #FFFFFF;
	position: relative;
	width: 140px;
	z-index: 2;
}

ul.category li:hover {
	background-color: #933d3e;
	color: #FFCC66;
}

ul.category ul.category {
	display: none;
	left: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

ul.category checkbox {
	position: relative;
	z-index: 2;
}

ul.category li:hover>ul.category {
	display: block;
}

ul.category li:focus>ul.category {
	display: block;
}

ul.category span:hover {
	cursor: pointer;
}

div.item-entry-name-description {
	float: left;
	width: 400px;
	height: 200px;
}

div.registration {
	float: left;
	width: 400px;
	height: 100%;
}

div.RecommendedItems {
	float: right;
	width: 400px;
	overflow: auto;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
	margin: 5px;
}

div.ExistingItemPreview {
	width: 400px;
	left: 0px;
	overflow: auto;
	background-color: #f8f1e1;
	float: left;
	clear: left;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
	margin: 5px;
}

div.SearchResults {
	margin: 20px;
	padding: 20px;
	border-style: inset;
	border-color: #ffffff;
	border-width: 5px;
	background-color: #f8f1e1;
}

div.ItemSearchResult {
	margin: 3px;
	padding: 10px;
	border-style: groove;
	border-width: 3px;
	border-color: #ffffff;
	vertical-align: middle;
}

div.ItemTitle {
	margin: 20px;
	border-bottom-style: solid;
	border-color: #1400BD;
	border-width: 2px;
	font-size: 2em;
	font-weight: bold;
	color: #1400BD;
}

div.ItemPictures {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.ItemCategory {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.ItemDetails {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.ItemDescription {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.ItemInventory {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.ItemBarcodes {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.ItemPrice {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.ItemTaxRate {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.ItemPercentageSale {
	margin: 20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.title {
	margin: 20px;
	border-bottom-style: solid;
	border-color: #1400BD;
	border-width: 2px;
	color: #1400BD;
	font-size: 1.5em;
}

div.title a{
	text-decoration: none;
	font-size: 1.5em;
}

form {
	margin: 20px;
}

.error
{
	color:red;
}

.inset
{
	margin:20px;
	padding: 5px;
	border-style: inset;
	border-width: 3px;
	border-color: #ffffff;
}

div.receipt table
{
	border-collapse:collapse;
	overflow:auto;
	background-color:#f8f1e1;
}

div.receipt table td, div.receipt table td th
{
	border-style:solid;
	border-color:#b3b3b3;
	border-width:2px;
	border-collapse:collapse;
}

div.receipt table caption
{
	font-size:2em;
	color:#1400BD;
	background-color:#f8f1e1;
}