body {
	margin: 0;
	padding: 0;
	background: #eee url('img/bg.png') center top;
	text-align: center;
	font-family: "Verdana", "Arial CE", arial,  sans-serif;
	font-size: 0.77em;
	color: #000;
}
#page {
	margin: auto;
	padding: 0 9px;
	width: 898px;
	_width: 916px;
	background: #fff url('img/ram_bg.png') repeat-y center top;
}
#logo {
	position: absolute;
	margin: auto;
        width: 898px;
	height: 176px;
	background: url('img/top.jpg') no-repeat center top;
}
#logo a {
	display: block;
	height: 100%;
	text-decoration: none;
}
#top {
	overflow: hidden;
	margin-bottom: 9px;
	height: 167px;
	background: #dde;
}
#top h1 {
	margin: 0;
	padding: 10pt;
	font-size: 40pt;
	color: #469;
	font-variant: small-caps;
	text-decoration: underline;
}
#menu {
	margin: auto;
	background: #469 url('img/bar_bg.png') repeat left center;
	font-size: 125%;
        font-weight: bold;
	color: #fff;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: .4em 0;
}
#menu li {
	display: inline;
	margin: 0;
	padding: .4em .5em;
	border-right: 1px solid #458;
	border-left: 1px solid #458;
	background: #469 url('img/menu_bg.png') repeat-x left center;
	font-variant: small-caps;
}
#menu li:hover {
	background: #458 url('img/menu_bg_sel.png') repeat-x left center;
}
#menu li a {
	text-decoration: none;
	color: #fff;
}
#menu li a:hover {
	color: #fff;
}
#lang {
	float: left;
	margin: 0;
	width: 176px;
	font-size: 125%;
	font-weight: bold;
	font-variant: small-caps;
}
#lang span {
	font-size: 80%;
}
#lang a {
	text-decoration: none;
	color: #fff;
}
#lang a:hover {
	text-decoration: underline;
	color: #fff;
}
#lang img {
	border: 0;
}
#user {
	float: right;
	margin: 0;
	width: 176px;
	font-size: 125%;
	font-weight: bold;
	font-variant: small-caps;
}
#user span {
	font-size: 80%;
}
#user a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
#user a:hover {
	text-decoration: underline;
	color: #fff;
}
#user img {
	border: 0;
}
#left {
	float: left;
	width: 176px;
	margin: 0;
}
#left .sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left .sub li {
        border-right: 1px solid #dde;
        border-bottom: 1px solid #dde;
	font-variant: small-caps;
	text-align: left;
}
#left .sub li:hover {
	background: #469 url('img/submenu_ltip_hover.png') left center no-repeat;
}
#left .sub li a {
	display: block;
	padding: .4em 8px .4em 20px;
	text-decoration: none;
	font-weight: bold;
	color: #469;
	background: #fff url('img/submenu_ltip.png') left center no-repeat;
}
#left .sub li:hover a {
	color: #fff;
	background: #469 url('img/submenu_ltip_hover.png') left center no-repeat;
}
#left .sub li:hover li a {
	color: #469;
	background: #fff url('img/submenu_ltip.png') left center no-repeat;
}
#left .sub li li:hover a {
	color: #fff;
	background: #469 url('img/submenu_ltip_hover.png') left center no-repeat;
}
#left .sub li div {
	position: relative;
	left: 155px; top: -1.5em;
	height: 0;
}
#left .sub li ul {
	position: absolute;
        border: 1px solid #469;
	width: 256px;
}
#left .sub li ul li {
        border-right: none;
}
.sub .subon ul {
	visibility: visible;
}
.sub .suboff ul {
	visibility: hidden;
}
#left .blue_bar {
	font-variant: small-caps;
	font-weight: bold;
}
#right {
	float: right;
	width: 176px;
	margin: 0;
}
#right .sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#right .sub li {
	border-bottom: 1px solid #dde;
        border-left: 1px solid #dde;
	padding: .4em 8px .4em 20px;
	background: #fff url('img/submenu_ltip.png') left center no-repeat;
	font-variant: small-caps;
	text-align: left;
}
#right .sub li:hover {
	background: #469 url('img/submenu_ltip_hover.png') left center no-repeat;
}
#right .sub li a {
	display: block;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #469;
}
#right .sub li:hover a {
	color: #fff;
}
#right .blue_bar {
	font-variant: small-caps;
	font-weight: bold;
}
#main {
	margin-left: 176px;
	margin-right: 176px;
        padding: 1em;
	background: #fff;
	text-align: justify;
}
#main form {
	margin: 0;
	padding: 0;
}
#main hr {
	height: 1px;
	border: none;
	border-top: 1px solid #dde;
}
#foot {
	text-align: center;
	font-size: 90%;
}
#foot a {
	text-decoration: none;
	color: #fff;
}
#foot a:hover {
	text-decoration: underline;
}
.blue_bar {
	padding: .4em;
	color: #fff;
	background: #469 url('img/bar_bg.png') repeat-x left center;
}
.inner {
	padding: 8px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.cleaner {
	clear: both;
}

.alist {
	font-size: 100%;
}

.alist td {
	padding-bottom: 1.5em;
}

.art {
	margin-bottom: 1.5em;
}
.art h2 {
	margin: 0;
	padding: 0;
	font-size: 160%;
	color: #469;
}
.art h2 a {
	text-decoration: none;
	color: #469;
}
.art img {
	padding: 1px;
	border: #000 1px solid;
}
.art .thumb {
	width: 80px;
	float: left;
	margin-right: 1em;
	border: 1px solid #888f99;
	padding: 1px;
}
.art .artI {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 80%;
	color: #d73;
}
.art .artP {
	margin: 0;
	padding-top: .5em;
	padding-bottom: 1em;
	font-weight: bold;
}
.art .artT {
	margin: 0;
	margin-bottom: 2em;
	padding-top: .5em;
}
.art a {
	text-decoration: none;
	font-weight: bold;
	color: #469;
}
#language {
	padding: 64px;
	font-size: 120%;
	text-align: center;
}
#language h2 {
	font-size: 300%;
}
#language hr {
	height: 1px;
	border: 1px solid #469;
}
#language ul {
	list-style-type: none;
	padding: 0;
	font-size: 160%;
}
#language li {
	padding: .2em;
}
#language a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #469;
}
#language a:hover {
	font-size: 100%;
	color: #d73;
}
#language a img {
	padding: 1px;
	border: 1px solid #469;
}
#language a:hover img {
	padding: 0;
	border: 2px solid #d73;
}
.sub {
	padding-bottom: 12px;
	border-bottom: 1px solid white;
	background: #e7ecef url('img/submenu_bg.png') left top repeat-x;
}
.sub .blue_bar {
	border-bottom: 1px solid white;
}
.sub form {
	margin: 8px 0;
	padding: 0;
}
.sub input {
	width: 144px;
	font-family: "Verdana", "Arial CE", arial, sans-serif;
	font-size: .9em;
	color: #000;
}
.sub textarea {
	overflow: auto;
	width: 144px;
	height: 8em;
	font-family: "Verdana", "Arial CE", arial, sans-serif;
	font-size: .9em;
	color: #000;
}
.ok {
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid green;
	background: #dfd;
	font-weight: bold;
	color: green;
}
.redbg {
	background: #fdd;
}
.error {
	margin-bottom: 8px;
	padding: 4px;
	background: #fdd;
	border: 1px solid red;
	font-weight: bold;
	color: red;
}
.basket .inner {
	font-size: .9em;
}
.usermenu .inner {
	font-size: .9em;
}
.topprod .inner {
	font-size: .9em;
	font-weight: bold;
}
.topprod img {
	margin: 8px 0;
	width: 140px;
	padding: 1px;
	border: 1px solid #888f99;
}
.payaccept img {
	border: 0;
}
.prodtab img {
	margin: 0;
	border: 0;
	padding: 0;
}
.prodtab .bc	{
	border-collapse: collapse;
	border: 1px solid #aab;
}
.prodtab .nobc	{
	width: 100%;
	_width: 512px;
	font-size: 100%;
}
.prodtab th	{
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #aab;
	padding: 3px;
}
.prodtab td {
	padding: 2px;
}
.prodtab .to	{
	border: 1px solid #aab;
}
.prodtab .t	{
	border-top: 1px solid #aab;
}
.prodtab .popis	{
	padding-bottom: 18px;
	font-size: 90%;
}
.imgfrm {
	border: 1px solid #ccd;
	padding: 1px;
	background: #fff;
}
.bbig	{
	width: 512px;
}
.prodtab .small	{
	margin: 8px 0;
	width: 56px;
}
.prodtab .big	{
	margin: 8px 0;
}
.prodtab .new	{
	background: #ffa;
}
.prodtab .sale	{
	background: #faa;
}
.prodtab .odd	{
	background: #fff;
}
.prodtab .even	{
	background: #eee;
}
.prodtab .salediv {
	position: absolute;
}
.prodtab a	{
	color: #000;
	text-decoration: none;
}
.prodtab a:hover	{
	color: #000;
	text-decoration: underline;
}
.basktab	{
	width: 100%;
	_width: 512px;
	font-size: 100%;
}
.mbasktab	{
	width: 100%;
	_width: 160px;
	font-size: 100%;
}
.ordertab 	{
	width: 100%;
	_width: 512px;
	font-size: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
.ordertab td, .ordertab th{
	padding: 8px;
	border-collapse: collapse;
	border: 1px solid #000;
}
.ordertab table td {
	border: 0;
	padding: 1px;
}
.ordertab .basktab	{
	width: 100%;
	_width: 490px;
	font-size: 100%;
}
