
* {
	margin:0;
	padding:0;
}

* img { border: 0; }

* a {
	text-decoration: none;
}

* a:focus, input:focus{
	outline: none;
}

html, body {
	height: 100%;
}

body.shop {
	background-color: white !important;
   background-image: none !important;
	font: 10pt Arial, Helvetica, sans-serif;
}

.noscroll {
	overflow: hidden;
}

#container {
	margin: 0 25pt;
	padding-right: 30px;
	max-width: 90%;
   min-width: 850px;
}

	#container:after {
		display: block;
	   height: 50px;
	}

	#container ul {
		list-style-type: none;
	}

	#container li {
		float: center;
	}

	#container h1 {
		font: bolder 14px Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		line-height: 250%;
	}

div.html_header {
	width: 500px;
	height: 86px;
	text-align: center;
	padding: 0pt 0 15pt 0;
	font: bolder 14px Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}
	div.html_header img {
		float: left;
	
	}

	div.html_header-text {
		position: relative;
		top: 33%;
	}

#html_footer {
	bottom: 0;
	font: 8pt Arial, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 14px;
	padding: 0;
	position: fixed;
	text-align: center;
	width: 100%;
}
	#html_footer strong {
		letter-spacing: 0.8pt;
	}
	
	#html_footer img {
		padding-right: 10px;
	}

#menu-left, #toolbox_top, #toolbox_right,
#db_error, #http404, #hint, #construction, #fatal_error, #cart_empty {
	width: 0;
	visibility: hidden;
	display: none;
}

#main {
	height: 100%;
	min-width: 800px;
}


div.mopped {
	width: 100%;
	text-align: center;
	padding: 25px 0;
}


div.spacer {
	display: inline-block;
}

.q50 {
	width: 50px;
	height: 50px;
}

.red { color: #FF0000; }
.bold { font-weight: bolder; }
	