* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	font: 8pt Tahoma;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #FF0000;
	/*font-weight: bold;*/
}
a:hover {
	text-decoration: underline;
}

div {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#main {
	background-color: #fff;
}

div#centeror {
	width: 770px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#sale {
  position:absolute;
  float:right;
  margin-left:850px;
  width:145px;
  height:600px;}
  
div#marki {
  
}
  
/*
	Top
*/
div#top {
	margin: 12px 0 12px 0;
}
div#topbr {
	width: 770px;
	height: 13px;
	float: left;
	clear: both;
	display: block;
	background: url('gfx/topbr.gif');
	margin-bottom: 3px;
}

/*
	Logo
*/
div#logo {
	width: 575px;
	height: 182px;
	float: left;
	clear: right;
	display: inline;
	margin-bottom: 9px;
	background: url('gfx/logo.jpg');
}
div#logobr {
	width: 770px;
	height: 5px;
	clear: both;
	display: block;
	background: url('gfx/logobr.gif');
}


/*
	Content
*/
/*style="width: 770px; height: 314px; clear: both; display: block; background: url('gfx/contpad.gif')*/
div#cont {
	width: 575px;
	margin-left: 5px;
	background-color: #f0f0f0;
	color: #888;
	float: left;
	height: auto;
	clear: right;
	display: block;
	z-index: 2;
	background-color: #fff;
}
div#cont p {
	/*display: block;*/
	/*clear: both;*/
	/*text-align: justify;*/
	/*margin: 10px 15px 10px 15px;*/
}
div#cont div.head { border-top: 0; }
div#cont div.content {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

/*
	Menu
*/
div#menu {
	width: 192px;
	height: 182px;
	float: left;
	clear: none;
	display: inline;
	margin-right: 3px;
}
div#menu .button1 {
	width: 190px;
	height: 34px;
	display: block;
	border-top: 2px solid #C2C2C2;
	border-right: 2px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
div#menu .button {
	width: 176px; /* 190-padding */
	height: 24px; /* 34-padding */
	display: block;
	border-top: 1px solid #C2C2C2;
	border-right: 2px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	font: bold 8pt Tahoma;
	color: #9F9F9F;
	padding-left: 14px;
	padding-top: 10px;
}
div#menu .button:hover{
	background: url('gfx/menuactiv.gif');
	color: #fff;
	text-decoration: none;
}

/*
	Panel
*/
div#panel {
	width: 190px;
	background-color: #f0f0f0;
	color: #888;
	float: left;
	clear: left;
}

div#panel div#brand {
	background-color: #fff;
	width: 170px;
	height: 50px;
	margin: 10px auto 17px auto;
	border: 1px solid #c8c4c8;
}
div#panel div#brand div#brandlogo {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#prodnav {
	width: 160px;
	margin: 13px auto 20px auto;
	background-color: #fff;
	border: 1px solid #c8c4c8;
	border-bottom: 0;
	list-style-type: none;
}
#prodnav li {
}
#prodnav li a {
	display: block;
	text-align: center;
	padding: 5px 0 5px 0;
	color: #a0a0a0;
	border-bottom: 1px solid #c8c4c8;
}
#prodnav li:hover a {
	background-color: #FF0000;
	color: #fff;
	text-decoration: none;
}

/*
	Forms
*/
input.text, button, textarea {
	color: #a0a0a0;
	background-color: #fff;
	font: 10px Tahoma;
}
button {
	width: auto;
	height: 20px;
	border: 1px solid #c8c4c8;
	padding: 2px 8px 3px 8px;
}
input.text {
	width: auto;
	height: auto;
	border: 1px solid #c8c4c8;
	padding: 3px 8px 3px 8px;
}

textarea {
	width: auto;
	height: auto;
	border: 1px solid #c8c4c8;
	padding: 3px 8px 3px 8px;
}

/*
	Product Search Box
*/
#product_search {
	margin: 10px 5px 18px 10px;
	/*border: 1px dashed red;*/
}
#product_search input.radio {
	margin: 0px 4px 0px 0px;
}
#product_search label {
	margin: 0px 5px 0px 0px;
}
label input {
vertical-align: middle;
}
#product_search input.text {
	width: 100px;
	float: left;
	clear: none;
}
#product_search button {
	float: left;
	clear: right;
	width: 50px;
	margin-left: 5px;
	margin-bottom: 3px;
}
#product_search p {
	display: block;
	text-align: center;
	font: 9px Tahoma;
	margin-top: 5px;
}
/*
	Product Info Footer (Shop)
*/
.product_foot input.text {
	width: 10px;
}
.product_foot button {
	width: 70px;
	margin-left: 5px;
	/*margin-bottom: 3px;*/
}

/*
	Debug
*/
div#errorbox {
	width: 50%;
	margin-left: 25%;
	margin-top: 25%;
	font: 9pt Tahoma;
	background-color: #eee;
	border: 1px outset #ddd;
	padding: 10px 10px 10px 10px;
}
div#errorbox .title {
	font: bold 11pt Tahoma;
	margin-bottom: 10px;
}

/*
	Sub
*/
div#subbr {
/*style="width: 770px; height: 63px; clear: both; display: block; background: url('gfx/subpad.gif'); text-align: right;"*/
	width: 770px;
	height: 11px;
	clear: both;
	display: block;
	background: url('gfx/subbr.gif');
}
div#sub {
/*style="width: 770px; height: 63px; clear: both; display: block; background: url('gfx/subpad.gif'); text-align: right;"*/
	width: 770px;
	/*height: 40px;*/
	clear: both;
	display: block;
	/*background: url('gfx/sub.gif');*/
	text-align: right;
}
div#sub p {
/*style="margin-top: 28px; margin-right: 35px; color: #909090"*/
	margin: 12px 19px 12px 19px;
	color: #9F9F9F;
	font: bold 10px Verdana;
}
div#sub p a {
	color: #909090;
}

/*
	Newsletter
*/
/*div#newsletter {
}
div#newsletter p {
	text-align: justify;
	margin: 10px;
}
div#newsletter table {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin-bottom: 10px;
}*/
div#newsletter {
	/*background-color: #006BCA;*/
	border: 1px solid #80B5E5;
	/*color: #fff;*/
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
div#newsletter p {
	text-align: justify;
	margin: 10px;
}
div#newsletter table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/*
	Product List
*/
.prodlist {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.prodlist th, .prodlist td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #eee;
}
.pagenav {
	display: block;
	text-align: center;
	/*border: 1px dashed red;*/
	font: bold 9pt Tahoma;
	padding: 10px 10px 10px 10px;
}

img.br { /* todo */
	display: block;
	clear: both;
}
img.l {
	float: left;
	display: block;
	clear: both;
}
img.c {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
img.r {
	float: right;
	display: block;
	clear: both;
}

h4 {
	font: bold 9pt Tahoma;
	margin: 10px 5px 10px 5px;
}

/*
	Headers
*/
div.head {
	background-color: #FF0000;
	border-bottom: 7px solid #999999;
	padding: 9px 14px 9px 14px;

	color: #fff;
	font: bold 8pt Tahoma;
}
div.head h2 {
	color: #fff;
	font: bold 8pt Tahoma;
	display: inline;
}

.koszyk p {
	margin-left: 20px;
}

.navbar, .navbar a {
	color: #66B3FF;
	font: bold 11px Tahoma;
}
