/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	margin: 0;
	padding: 0;
	background: #a6a6a6 url(../img/body.gif) repeat-x;
	font-family: MyriadWebPro, "Myriad Web Pro", MyriadWeb, "Myriad Web", MyriadPro, "Myriad Pro", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 360px 0 0;
	width: 990px;
	text-align: left;
}

#head {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 1089px;
	height: 350px;
	background: url(../img/head.jpg) no-repeat;
	/*overflow: hidden;*/
}

#foot {
	width: 1089px;
	height: 130px;
	background: url(../img/foot.png) transparent no-repeat;
	overflow: hidden;
	position:relative;
}

#wrap {
	position: relative;
	z-index: 2;
	margin: 0 0 10px 40px;
	width: 100%;
}

#column {
	float: left;
	width: 200px;
	overflow: hidden;
}

#main {
	float: right;
	width: 730px;
	/*overflow: hidden;*/
}
	
/* ==============================================[ dekorativni pozadi ] */

#background {
	position: absolute;
	top: 300px;
	left: -80px;
	width: 438px;
	height: 513px;
	background: url(../img/body-decoration.png) no-repeat;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo {
	position: absolute;
	z-index: 200;
	top: 50px;
	left: 220px;
	margin: 0px;
	padding: 0px;
	width:300px;
	height:130px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
	width:100%;
}

#logo span {
	display: none;
}

.loginform,
.searchform,
.basket,
.esearch-box,
.topmenu
{
	position: absolute;
	overflow: hidden;
}

.scroller
{
	float:left;
	display:block;
	width: 20px;
	height:20px;
	font-size:0;
	background: transparent no-repeat;
}

.roller
{
	position:absolute;
	display:block;	
	width:100%;
	height:100%;
	z-index: 3;
	overflow:hidden;
}

.topmenu {
	top: 5px;
	left: 150px;
	width: 742px;
	height: 50px;
}

.topmenu li {
	float: left;
	margin: 10px 10px 0 10px;
	padding: 0 0 0 20px;
	height: 20px;
	background: transparent url(../img/topmenu.png) no-repeat 0 0;
	list-style-type:none;
/* 	line-height: 20px; */
	overflow:hidden;
}

.topmenu li.n01 {
	background-position: 0 0;
}

.topmenu li.n02 {
	background-position: 0 -20px;
}

.topmenu li.n03 {
	background-position: 0 -40px;
}

.topmenu li.n04 {
	background-position: 0 -60px;
}

.topmenu li.n05 {
	background-position: 0 -80px;
}

.topmenu a {
	/*position:absolute;*/
	display:block;
	float:left;
	color: #444;
	/*height: 40px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 0;
	/*line-height: 40px;*/
	/*background-color: orange;*/
/* 	text-transform: uppercase; */
}

.topmenu a:hover {
	color: #999;
}

#tipmenu {
	position:relative;
	overflow:hidden;
	display:block;
	top: 310px;
	left: 80px;
	width: 460px;
	height: 50px;
}

#tipmenu li {
	float: left;
	margin: 10px 10px 0 10px;
	padding: 0 0 0 20px;
	height: 20px;
	background: transparent url(../img/topmenu.png) no-repeat 0 0;
	list-style-type:none;
}

#tipmenu a {
	float:left;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top:-5px;
	padding: 3px 50px 0 0;
/* 	background-color: orange; */
	height:100%;
	display:block;
	line-height: 20px;
}

#tipmenu a span
{
	padding-top:5px;
}

#tipmenu li.n01 {
	background-position: 0 -200px;
}

#tipmenu li.n02 {
	background-position: 0 -220px;
}

#tipmenu li.n03 {
	background-position: 0 -240px;
}

#head form .inputbox{
	float: left;
	padding: 4px 6px;
	width: 150px;
	height: 23px;
 	border: none; 
 	background: transparent url(/img/head-input.png) no-repeat; 
	color: #444;
}

.searchform form .submit {
	float: left;
	left: 250px;
	padding: 0;
	width: 20px;
	height: 15px;
	border: none; 
	background: transparent url(/img/topmenu.png) no-repeat; 
	background-position: 0 -160px;
}

.searchform {
	top: 310px;
	left: 800px;
	width: 270px;
	height: 50px;
}

.searchform label
{
	float: left;
	display:block;
	/*width: 40px;*/
	margin: 5px 30px 0 0;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.searchform form label span
{
	display: block;
}

#head form label {
	display: block;
	float: left;
	width: 20px;
	height: 15px;
	background: transparent no-repeat;
}

#head form label.n02 {
	background: transparent url(/img/topmenu.png) no-repeat; 
	background-position: 0 -120px;
}
#head form label.n03 {
	background: transparent url(/img/topmenu.png) no-repeat; 
	background-position: 0 -140px;
}

.loginform {
	top: 185px;
	left: 290px;
	width: 185px;
}

.loginform form
{
	display: block;
	position: relative;
	margin-top: 17px;
}

.loginform div.center {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}

.loginform .submit
{
	height:10px;
	display:block;
}

.loginform form label {
	height: 15px;
	margin-top: 5px;
}

.loginform form label span {
	display: none;
}

.loginform .header
{
	display:block !important;
	position:relative;
	height: 15px;
	padding-left: 20px;
	background: transparent url(/img/topmenu.png) no-repeat; 
	background-position: 0 -100px;	
}

.basket
{
	top: 185px;
	left: 505px;
	width: 205px;
	height: 250px;
	z-index: 1;
}

.basket #basket
{
	position: relative;
	display: block;
	z-index: 2;
	height:100%;
}

.basket .wrapper
{
	display: block;
	margin: -24px 0px 0px -1px;
	padding: 0 0 0 20px;
	height:90px;
}

.basket .roller
{
	height: 90px;
	top: 40px;
}

.basket .wrapper .text 
{
	padding-top: 5px;
}

.basket .scroller
{
	background: transparent url(/img/topmenu.png) no-repeat; 
	background-position: 0 -260px;
}

.basket .header
{
	display:block !important;
	position:relative;
	margin-left: 20px;
	z-index: 3;
}

.basket .text
{
	margin-top: 20px;
}

.basket .n02 {
	background: transparent url(/img/topmenu.png) no-repeat; 
	background-position: 0 -280px;
	padding-left: 20px;
}
.basket .n03 {
	background: transparent url(/img/topmenu.png) no-repeat; 
	background-position: 0 -300px;
	padding-left: 20px;
}

.value,
.loginform .username
{
	color: #33b2ff;
	font-weight: bold;
}

.usermenu ul
{
	margin-left: 20px;
}


.esearch-box
{
	display:block;
	position:absolute;	
	top: 310px;
	left: 528px;
	width: 235px;
	height: 280px;
	overflow:hidden;
	z-index: 1;
}

.esearch-box #esearch-roller
{
	position: absolute;
	display: block;
	z-index: 5;
	height:100%;
	background-color: #444;
}

.esearch-box .wrapper
{
	
	margin: -24px -3px 0px -6px;
	padding: 0 0 0 20px;
	height:100%;
	background-color: #444;
	z-index:5;
}

.esearch-box .roller
{
	top: 40px;
	/*background-color: #ededed;
	border: 1px #000000 solid;*/
	background: url(../img/main-esearch.gif) no-repeat;
	width:100%;
}

.esearch-box .scroller
{
	
	background: transparent url(/img/topmenu.png) no-repeat; 
	background-position: 0 -180px;
}

.esearch-box .header
{
	display:block !important;
	position:relative;
	margin-left: 20px;
	z-index: 4;
}

.esearch-box .text
{
	margin-top: 20px;
	background: url(../img/main-box-bgc.gif) repeat-y;
}

#kosik .buttons .n01 {
	margin: 6px 0 0;
	width: 240px;
}

#kosik .buttons .n02 {
	width: 330px;
}

#kosik form {
	margin: 0;
}

#kosik table {
	width: 100%;
}

#kosik td,
#kosik a,
#kosik th {
	padding: 6px 4px;
	border: none;
	color: #444;
	text-align: center;
	vertical-align: middle;
}

#kosik th {
	padding: 0 4px;
	height: 21px;
	background: #cacaca no-repeat;
	color: #00b7e6;
}

#kosik th.l {
	padding-left: 13px;
	background-image: url(/img/kosik-table-th-left.gif);
}

#kosik th.r {
	padding-right: 13px;
	background-image: url(/img/kosik-table-th-right.gif);
	background-position: 100% 0;
}

#kosik .del {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 12px;
	height: 12px;
	background: url(/img/kosik-del.gif) no-repeat;
}

#kosik .del span {
	display: none;
}

#kosik .dtl {
	padding-left: 20px;
	background: url(/img/kosik-dtl.gif) no-repeat;
	/*color: #fff;*/
	font-weight: bold;
	text-decoration: none;
}

#kosik table strong {
	color: #ffbe00;
}

#kosik .ks input {
	padding: 2px 1px;
	width: 35px;
	height: 17px;
	border: none;
	background: url(/img/kosik-table-ks.gif) no-repeat;
	text-align: center;
}
#main .button,
#main .buttonbig,
#main .buttonbuy {
	margin: 0 0 5px;
	width: 118px;
	height: 32px;
	text-align: center;
	text-transform: uppercase;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
}

#main .buttonbig {
	width: 240px;
}

#main .buttonbuy {
	width: 330px;
	height: 47px;
	line-height: 47px;
}

#main .button a,
#main .buttonbig a,
#main .buttonbuy a {
	display: block;
	/*position:relative;*/
	top: 0px;
	/*margin: -10px;*/
	height: 100%;
	background: url(/img/button.gif) no-repeat;
	color: #272727 !important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#main .buttonbig a {
	background-image: url(/img/buttonbig.gif);
}

#main .buttonbuy a {
	background-image: url(/img/buttonbuy.gif);
	color: #fff !important;
}

#main .button a:hover,
#main .buttonbig a:hover {
	background-position: 0 -32px;
	color: #EDEDED !important;
}

#main .buttonbuy a:hover {
	background-position: 0 -47px;
}



/*.searchform p.submit {
	display: none;
}*/

/*.topmenu li {
	float: left;
	margin: 0px 15px 0 0;
	height: 50px;
	line-height: 40px;
	list-style-type:none;
}*/
/*/*.topmenu li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 0 35px;
	height: 100%;
	background: url(../img/topmenu.jpg) no-repeat 0 0;
	line-height: 40px;
}*/

/*#topmenu li.n01 {
	background-position: 0 0;
}

#topmenu li.n02 {
	background-position: 0 -48px;
}

#topmenu li.n03 {
	background-position: 0 -96px;
}

#topmenu li.n04 {
	background-position: 0 -144px;
}

#topmenu li.n05 {
	background-position: 0 -192px;
}*/

/** html .topmenu li.n01 {width: 90px}
* html .topmenu li.n02 {width: 170px}
* html .topmenu li.n03 {width: 180px}
* html .topmenu li.n04 {width: 90px}
* html .topmenu li.n05 {width: 90px}

.topmenu a {
	display: block;
	padding: 0 0 0 30px;
	height: 100%;
	color: #00a6cf;
	background: transparent no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.topmenu li.n01 a {background-image: url(../img/head-topmenu-1.png)}
.topmenu li.n02 a {background-image: url(../img/head-topmenu-2.png)}
.topmenu li.n03 a {background-image: url(../img/head-topmenu-3.png)}
.topmenu li.n04 a {background-image: url(../img/head-topmenu-4.png)}
.topmenu li.n05 a {background-image: url(../img/head-topmenu-5.png)}*/

.topmenu a:hover span {
	border-bottom: 3px solid #fff;
}


/*#topmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}*/

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .container {
	margin: 0 110px 0 65px;
	padding: 5px 0;
	font-weight: bold;
	line-height: 1;
}

* html #foot a {
	position: relative;
}

#foot .bottommenu {
	margin: 0 0 35px;
	padding: 0;
}

#foot .bottommenu .container {
	padding: 0;
	font-size: 117%;
	text-align: center;
}

#foot .bottommenu a {
	margin: 0 1em;
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;
}

#foot .bottommenu a:hover {
	border-bottom: 1px solid #e6e6e6;
}

#foot .kontakt,
#foot .kontakt a {
	color: #333;
	text-decoration: none;
}

#foot .znacky,
#foot .znacky a {
	margin: 0 0.1em;
	color: #666;
	text-decoration: none;
}
#foot .znacky .container{
	margin-top:4px;
	height:20px;
	overflow:hidden;
}

#foot .kontakt a:hover,
#foot .znacky a:hover {
	text-decoration: underline;
}

/* ==============================================[ sloupec ] */

#column {
	font-size: 117%;
}

#column .hr {
	display: none;
}

#column .box {
	position: relative;
	padding: 3px 0 0;
	width: 100%;
}

#column .box .container {
	display: block;
	margin: 0;
	padding: 5px 10px;
	background: #eee;
}

#column .box .container .textinput
{
    width: 175px;
}

#column .box .bgt,
#column .box .bgb {
	display: block;
	width: 100%;
	height: 3px;
	font-size: 0;
	background: url(../img/column-box-bgb.gif) no-repeat;
}

#column .box .bgt {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/column-box-bgt.gif);
}

#column .header {
	color: #463723;
	font-size: 100%;
	font-weight: bold;
}

#column .header .container {
	display: block;
	padding-left: 35px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

#column .sidemenu .header .container {
	background-image: url(../img/icon-zbozi.gif);
}

#column .anketa .header .container {
	background-image: url(../img/icon-anketa.gif);
}

#column .sidemenu {
	margin: 0px;
}

#column .sidemenu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	margin-left: 5px;
}

#column .sidemenu ul ul {
	margin-left: 15px;
}

#column .sidemenu li {
	width: 100%;
	border: 0 solid #ddd;
	border-width: 0 0 1px;
}

#column .sidemenu ul ul li {
	border-width: 1px 0 0;
}

#column .sidemenu div.expander {
	float:left;
	display: block;
 	width: 16px; 
	height: 16px;
	background: url(../img/icon-plus.gif) no-repeat 1px;
	cursor: pointer;
	/*line-height: 15px;*/
}

#column .sidemenu a.expander {
	display: block;
 	width: 100%; 
	/*background-color: orange;*/
	background: url(../img/icon-plus.gif) no-repeat 1px;
	padding-left: 15px;
	cursor: pointer;
	line-height: 15px;
}

#column .sidemenu div.active {
	background: url(../img/icon-minus.gif) no-repeat 1px;
}

#column .sidemenu a.active {
	background: url(../img/icon-minus.gif) no-repeat 1px;
}

#column .sidemenu a {
	/*top:0px;*/
	/*display: block;*/
	width: 95%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}

/*#column .sidemenu a.active {
	
}*/

#column .sidemenu a span {
	display: block;
	/* 	margin: 3px 5px 3px 25px; */
	background: none;
}

#column .sidemenu a:hover {
	color: #000;
	text-decoration: underline;
}

#column .anketa ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#column .anketa a {
	color: #463723;
	font-weight: bold;
	text-decoration: none;
}

#column .anketa a:hover {
	text-decoration: underline;
}

#column .anketa .graph {
	display: block;
	margin: 4px 0;
	width: 0;
	height: 5px;
	border: 1px solid #666;
	background: #81f256;
	font-size: 0;
}

/* ==============================================[ obsah ] */

#main .navi {
	margin: 0 0 1em;
	padding: 0 0 0 20px;
	background: url(../img/icon-star.gif) no-repeat 0 50%;
	font-size: 117%;
	font-weight: bold;
}

#main .navi a {
	color: #444;
	text-decoration: none;
}

#main .navi .active,
#main .navi a:hover {
	color: #4cbafd;
}

#main .box {
	position: relative;
	padding: 4px 0 0;
}

#main .box .container {
	margin: 0;
	padding: 20px 20px 1px;
	/*width: 100%;*/
	background: url(../img/main-box-bgc.gif) repeat-y;
	background-color: green;
}

#main .box .bgt,
#main .box .bgb {
	width: 100%;
	height: 4px;
	background: url(../img/main-box-bgb.gif) no-repeat;
	font-size: 0;
}

#main .box .bgt {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/main-box-bgt.gif);
}

/* ==============================================[ katalog ] */

.katalog {
	margin: 0 0 1em;
}

.katalog .header {
	display: none;
}

.katalog .strankovac {
	margin: 0;
	width: 100%;
	font-size: 117%;
	text-align: center;
}

.katalog .strankovac a {
	margin: 0 4px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.katalog .strankovac .active,
.katalog .strankovac a:hover {
	color: #4cbafd;
}

.katalog .row {
	margin: 0 -20px 10px 0;
	width: 730px;
	height: 267px;
	padding: 0 0 0 15px;
}

.katalog .item {
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
	height: 100%;
	background: url(../img/main-katalog-item.gif) no-repeat;
	overflow: hidden;
}

.katalog .item .container {
	margin: 0 15px;
	padding: 8px 0;
	font-size: 12px;
	text-align: center;
}

.katalog .item .title,
.katalog .item .znacka {
	margin: 0 0 4px;
	font-size: 14px;
	white-space: nowrap;
}

.katalog .item .znacka {
	color: #463723;
}

.katalog .item .img {
	margin: 0;
}

.katalog .item .img img {
	border: 1px solid #d9d9d9;
}

.katalog .item .cena {
	font-weight: bold;
}

.katalog .item .cena strong {
	margin: 0 4px;
	color: #33b2ff;
	font-size: 14px;
}

/* ==============================================[ detail produktu ] */

#detail {
	margin: 0 0 1em;
}

#detail .img {
	margin: 0 0 1em;
	width: 282px;
	text-align: center;
}

#detail .img img {
	border: 1px solid #d9d9d9;
}

#detail .info {
	margin: 0 0 1em;
	width: 325px;
}

#detail .header {
	margin-top: 0;
}

#detail .znacka {
	color: #463723;
	font-size: 117%;
	font-weight: bold;
}

#detail .param {
	font-weight: bold;
}

#detail .param strong {
	color: #00e30b;
}

#detail .cena {
	margin-left: 50px;
	font-size: 117%;
	font-weight: bold;
}

#detail .color {
	color: #33b2ff;
}

#detail .table {
	margin: 0 0 1em;
}

#detail .table form,
#detail .table table {
	margin: 0;
}

#detail .table form {
	float: left;
	padding: 10px;
	border: 1px solid #b8b8b8;
}

#detail td,
#detail th {
	padding: 5px 4px;
	border: none;
	color: #333;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#detail th {
	padding-bottom: 6px;
	background: url(../img/main-detail-th.gif) repeat-x 0 100%;
}

#detail .ks input {
	padding: 2px 1px;
	text-align: center;
}

#detail .submit a {
 	position:absolute;
/* 	display:block; */
	width: 16px;
	height: 16px;
	border: none;
	background: url(../img/icon-basket.gif) no-repeat;
	cursor: pointer;
}

#detail .submit button span {
	display: none;
}

/* ==============================================[ ie png pruhlednost ] */

* html div#background,
* html div#foot {
	behavior: url(/css/iepngfix.htc);
}


.uvodnews{
	position:relative;
	top: -15px;
}

#footlogo{
	position: absolute;
	top:75px;
	left:0px;
	width:100%;
	text-align:center;
}

