html, body, p, td, a, h1, h2, h3, h4, h5, h6, h7 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}body {
}

input {
	font-size: 10px;
}

html, body, p, td, a {
	font-size: 10px;
}

h1 {
	font-size: 16px;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration: underline;
}

a:Hover {
	text-decoration: none;
}

body, html {
	height: 100%;
	width: 100%;
	margin: 0;
}

td#MainSections {
	color: #cccccc;
	text-align: left;
}

#MainSections a {
	display: inline;
	padding-right: 20px;
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
	padding-left: 2px;
	text-transform: lowercase;
}

#MainSections a:Hover {
	text-decoration: underline;
}

#MainSections a.ON {
	font-weight: bold;
	color: #ffffff;
}

td#AccountSections {
	color: #cccccc;
}

#AccountSections a {
	display: inline;
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 2px;
	text-transform: lowercase;
}

#AccountSections a:Hover {
	text-decoration: underline;
}

#AccountSections a.ON {
	font-weight: bold;
	color: #ffffff;
}

html div#Scrollbars {
	height: 400px;
	background: #666666;
	font-size: 10px;
	overflow: auto;
	display: block;
}

html div#Content {
	padding: 10px;
	display: block;
	width: 90%;
}

.Editor {
	width: 100%;
	height: 300px;
	background: #666666;
	padding: 0;
	margin: 0;
}

.EditForm {
}

.EditForm input {
	font-size: 10px;
}

.EditForm td {
	padding-bottom: 5px;
	width: 270px;
} 

#outer {height: 100%; overflow: hidden; position: relative;
	width: 100%;
	margin: 0;
	background: #000000;
}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

#ProductsOverview {
	width: 100%;
}

#ProductsOverview img {
	border: 1px solid #000000;
}

#ProductsOverview td {
	padding-bottom: 10px;
}

.form {
	background: #666666;
}

table.form {
	width: 98%;
}

.form input {
	font-size: 10px;
	text-transform: none;
}

.Error {
	color: #ffff99;
}

.form td {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.form .Dark {
	background: #666666;
}

.form .Light {
	background: #999999;
}

#EditBox {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #000000;
}

#ProductDetail {
	width: 100%;
	height: 290px;
	padding: 1px;
}

#ProductDetail td {
	padding: 5px;
}

#ProductDetail td.Image {
	display: block;
	width: 102px;
	height: 102px;
}

#ProductDetail td.Image img {
	border: 1px solid #333333;
}

#Pages {
	text-align: left;
	padding: 10px;
}

#Pages h1 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 20px;
}

#Pages a {
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
}

#Pages a:Hover {
	text-decoration: underline;
}

#Pages a.ON {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.LoginForm td, .LoginForm input {
	font-size: 9px;
}

.LoginForm td {
	padding-left: 5px;
	padding-top: 5px;
}

.button {
	border: 1px solid #000000;
	background: #333333;
	padding: 1px 5px;
	font-size: 9px;
	color: #ffffff;
	text-transform: lowercase;
	cursor: pointer;
}

.field {
	background: #cccccc;
	border: 1px solid #000000;
	font-size: 10px;
	color: #000000;
	padding: 2px;
}

td#Credits {
	display: table-cell;
	width: auto;
}

#Credits, #Credits a {
	font-size: 9px;
	color: #333333;
	text-align: right;
	text-decoration: none;
}

td#Footer {
	padding: 0 0 20px;
	text-align: right;
	width: auto;
	display: table-cell;
}

td#Footer, td#Footer a {
	color: #666666;
	font-size: 9px;
}

td#Footer a {
	text-decoration: none;
	font-weight: bold;
}

td#Footer a:hover {
	text-decoration: underline;
}