html, body {
	padding: 0; 
	margin: 0; 
	background: #ccc
}

* {
	font-family: tahoma;
	font-size: 8pt
}

.wrap {
	width: 960px;
	margin: 6px auto;
	padding: 6px;
	background: #eee;
}

table.main {
	border-collapse: separate; 
	width: 100%;
	border: none; 
}
table.main td, table.main td.top {
	padding: 0;
	margin: 0;
	border: none;
}

table.main td.top {
	vertical-align: top
}

table.plain {
	border-collapse: collapse;
#	width: 100%;
}

table.plain td {
	padding: 0;
	vertical-align: top;
}

div.topmenu {
	background: #135 url('/images/gnd_top.gif') bottom repeat-x; 
	padding: 6px 8px; 
	color: #fff;
}

div.cat_head {
	background: #48b url('/images/gnd_cat_head.gif') top repeat-x; 
	color: #fff; 
	padding: 7px 0 7px 10px;
	font-size: 9pt; 
	font-weight: bold; 
	width: 237px; 
	float: left; 
	position: relative;
}

div.gap {
	width: 13px; 
	float: left; 
	position: relative; 
	background: #fff url('/images/gnd_gap.gif') top left no-repeat;
}

div.menu {
	background: #eee url('/images/gnd_menu.gif') top repeat-x;
	padding: 7px 0 8px 0;
	float: right;
	position: relative;
	width: 694px;
}

a.menu:link, a.menu:hover, a.menu:visited, a.menu_active:link, a.menu_active:visited, a.menu_active:hover {
	display: block;
	float: left;
	position: relative;
	font-weight: bold;
	background: url('/images/gnd_menu_item.gif') top right no-repeat;
	color: #777;
	padding: 0 10px;
	text-decoration: none;
}

a.menu:hover {
	color: #258;
	text-decoration: underline;
}

a.menu_active:link, a.menu_active:visited, a.menu_active:hover {
	color: #258
}

a.menu_active:hover{
	text-decoration: underline;
}

a:link, a:visited, a:hover {
	color: #258;
	text-decoration: underline;
}

a:hover {
	color: #58b;
}

div.clear {
	clear: both;
}

div.sidebar {
	width: 257px;
	background: #fff url('/images/gnd_sidebar') right repeat-y;
	float: left;
}

a.cat:link, a.cat:visited, a.cat:hover {
	display: block;
	text-decoration: none;
	width: 233px;
	padding: 7px 7px 7px 10px;
	background: #ddd;
	color: #555;
	font-weight: bold;
	margin: 2px 0;
}

a.cat:hover {
	text-decoration: underline;
	color: #258;
}

a.subcat:link, a.subcat:visited, a.subcat:hover {
	display: block;
	text-decoration: none;
	width: 220px;
	padding: 5px 7px 5px 23px;
	background: #fff url('/images/gnd_arrow.gif') top left no-repeat;
	color: #777;
	margin-bottom: 1px;
}

a.subcat:hover {
	text-decoration: underline;
	color: #258;
}

div.content {
	width: 697px;
	float: right;
	background: #fff;
}

table.articles {
	border-collapse: collapse;
	width: 100%;
}

table.articles th {
	background: #bbb;
	padding: 5px 8px;
	color: #000;
	font-weight: bold;
	text-align: center;
	border: #ccc 1px solid;
}

table.articles td, table.articles td.w {
	background: #eee;
	padding: 5px 8px;
	color: #555;
	border: #ccc 1px solid;
}

table.articles td.w {
	background: #fff;
}

h3 {
	margin: 0 0 14px 0;
	padding: 0 0 2px 0;
	color: #036;
	font-weight: bold;
	font-family: arial, tahoma;
	font-size: 13pt;
	border-bottom: #036 1px solid;
}

h4 {
	margin: 0 0 10px 0;
	padding: 5px 7px;
	display: block;
	background: #999;
	color: #fff;
	font-weight: bold;
	font-family: tahoma, arial;
	font-size: 10pt;
}

h5, a.head:link, a.head:visited, a.head:hover {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	display: block;
	color: #444;
	font-weight: bold;
	font-family: tahoma, arial;
	font-size: 9pt;
	border-bottom: #666 1px solid;
	text-decoration: none;
}

h6 {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 9pt;
}

a.head:hover {
	color: #036;
}

table.products {
	border-collapse: collapse;
	width: 100%;
}

table.products td,table.products th, table.products td.p {
	border: #fff 2px solid;
	background: #eee;
	padding: 6px;
	color: #444;
}

table.products td.p {
	text-align: center;
}

table.products th, table.products th.main {
	background: #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	color: #000;
}

table.products th.main {
	background: #abc;
	font-size: 10pt;
	padding: 8px;
}

table.products thead td {
	border: #fff 2px solid;
	background: #135;
	padding: 6px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

div#nav {
	padding: 8px 0 9px 10px; 
	background: #f9f9f9; 
	margin-left: 10px;
}

div.footer {
	border-top: #ddd 1px solid;
	background: #f8f8f8;
	margin-top: 20px;
	padding: 10px;
	line-height: 12pt;
	color: #888;
}

a.f:link, a.f:visited, a.f:hover {
	color: #fff;
	text-decoration: none;
}

a.f:hover {
	text-decoration: underline;
}

div.form_header {
	padding: 6px 10px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background: #48b url('/images/gnd_cat_head.gif') top repeat-x; 
	width: 500px;
}

div.form_body {
	padding: 10px;
	background: #ddd;
	width: 500px;
}

table.form {
	border-collapse: separate
}

table.form td.t, table.form td.c {
	padding: 3px;
}

table.form td.t {
	text-align: right;
	font-weight: bold;
	width: 40%;
	vertical-align: top;
}

table.form td.c {
	text-align: left;
}

form {
	padding: 0;
	margin: 0;
}

input.text {
	width: 200px;
	border: #333 1px solid;
	padding: 2px;
}

.red {
	color: #c00;
	font-weight: bold;
}

textarea.text {
	width: 200px;
	height: 100px;
	border: #333 1px solid;
	padding: 2px;
}

input.button {
	padding: 2px 10px;
	font-weight: bold;
}

div.cap {
	width: 204px;
	border: #888 1px solid;
	background: #eee;
	margin-bottom: 4px;
}

span.comment {
	color: #777;
	font-size: 8pt;
	font-weight: normal;
}

.price {
	font-size: 13pt;
	text-indent: 14pt;
	color: #a00;
	font-weight: bold;
	margin-bottom: 5px;
}

.price_comm {
	padding: 0; 
	line-height: 12pt; 
	color: #a00; 
	text-indent: 14pt; 
	font-size: 9pt;
	margin: 0;
}

.warn {
	padding: 10px;
	text-align: center;
	background: #f8f8f8;
	border: #ccc 1px solid;
	color: #c00;
	font-size: 9pt;
	margin-bottom: 5px;
	font-weight: bold;
}
