html,
body {
	BACKGROUND-COLOR: #ffffff;
	COLOR: black;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	padding: 0px;
	margin: 0px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

table {
    border-collapse: collapse;
	width: 100%;
}
table td {
	padding: 0px;
	vertical-align: top;
}

td, p, a, span, div, legend, br, form {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

th {
	font: 14px;
	font-weight: bold;
}


img {
	border: none;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}


a {
	color: black;
}
a:hover {
	color: #2500FF;
}

table.top {
	background: url( '../i/bgtop.gif' ) repeat-x #DADDFF;
	border: 1px solid black;
	border-width: 0px 0px 1px 0px;
}
table.top td.text {
	text-align: right;
	font-size: 11px;
	padding: 5px;
}
table.top td.text a {
	font-size: 11px;
	font-weight: bold;
	width: 150px;
}

table.bottom {
	background: url( '../i/bgmenu-top.gif' ) repeat-x top #DADCFF;
	height: 26px;
	border: 1px solid black;
	border-width: 1px 0px 0px 0px;
}
table.bottom td {
	vertical-align: middle;
	padding: 5px;
}
table.bottom td a {
	font-size: 10px;
}

table.topmenu {
	background: url( '../i/bgmenu-top.gif' ) repeat-x top #DADCFF;
	height: 26px;
	border: 1px solid black;
	border-width: 0px 0px 1px 0px;
}
table.topmenu tr {
	background: url( '../i/bgmenu-bottom.gif' ) repeat-x bottom;
}
table.topmenu td {
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}
table.topmenu td a {
	font-size: 10px;
}

ul.top {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.top li {
	display: inline;
	width: 120px;
	background: url( '../i/topmenubg.gif' ) repeat-x;
}
ul.top li a {
	padding: 1px 0px 1px 0px;
	font-size: 12px;
	border: 1px solid #A0A0A0;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
ul.top li a:hover {
	border: 1px solid black;
}

ul.bottom {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.bottom li {
	padding: 0px 5px 0px 5px;
	display: inline;
	border: 1px solid black;
	border-width: 0px 1px 0px 0px;
	font-size: 13px;
}
ul.bottom li.last {
	border: none;
}
ul.bottom li a {
	font-size: 13px;
	text-align: center;
}

ul.left,
ul.left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.left li {
	border: 1px solid #7382F7;
	background-color: #EFEFEF;
	padding: 3px;
	text-align: center;
	margin: 0px 0px 3px 0px;
}
ul.left li.last {
	margin: 0px;
}
ul.left li a {
	font-size: 12px;
}

ul.navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.navigation h1,
ul.navigation h2,
ul.navigation h3, 
ul.navigation h4 {
	display: inline;
	font-size: 13px;
}
ul.navigation li {
	display: inline;
	padding: 0px 5px 0px 0px;
}
ul.navigation li a {
	font-size: 13px;
	text-align: center;
}

table.left {
	width: 150px;
	border: 1px solid black;
	border-width: 0px 1px 0px 0px;
	background-color: #DADCFF;
	height: 100%;
}
table.right {
	width: 150px;
	border: 1px solid black;
	border-width: 0px 0px 0px 1px;
	background-color: #DADCFF;
	height: 100%;
}
table.content {
	width: 100%;
	height: 100%;
}
table.left td,
table.right td {
	padding: 5px;
}
table.content td {
	padding: 10px;
}

table.content td.navigation {
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	border-width: 0px 0px 1px 0px;
}

table.content td.content table td {
	padding: 3px;
	vertical-align: middle;
}



div.shop {

}
div.shop table.toc {
	border: 1ps solid #DADCFF;
}
div.shop table.toc th {
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding: 5px;	
	background-color: #DADCFF;
	border: 1px solid white;
}
div.shop table.toc td {
	padding: 3px;	
	border: 1px solid #DADCFF;
}

div.shop table.nav {
	width: 100%;
}
div.shop table.nav td {
	padding: 0px;
}
div.shop table.nav td.left {
	text-align: left;
}
div.shop table.nav td.right {
	text-align: right;
}
div.shop table.nav td.full {
	width: 100%;
}

tr.bg1 {
	background-color: #EEEEEE;
}



div.user table.login div.error {
	border: 1px dotted red;
	padding: 5px;
	color: red;
	font-weight: bold;
	width: 300px;
}

div.user input {
	border: 1px solid #DADCFF;
	width: 500px;
}
hr {
	border: 1px solid #DADCFF;
	height: 1px;
	background-color: #DADCFF;
	padding: 0px;
}

a.post {
	border: 1px solid black;
	background-color: #DADCFF;
	padding: 5px;
	display: block;
}
a.post:hover {
	border: 1px solid #999999;
}

table tr.bg th {
	background: #DEDFFF;
}

table tr.bg td {
	background: #E7E3E7;
}

table.w th {
	background: #DEDFFF;
}
table.w tr.bg td {
	background: none;
}

table.vmiddle td,
table.vmiddle th {
	vertical-align: middle;
}