/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	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: 348px 0 10px;
	width: 990px;
	text-align: left;
}

#wrap {
	position: relative;
	z-index: 2;
	margin: 0 0 0 5px;
	width: 985px;
}

#column {
	float: left;
	width: 214px;
	font-size: 117%;
	overflow: hidden;
}

#main {
	float: right;
	width: 751px;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1061px;
	height: 421px;
	background: url(../img/head.jpg) no-repeat;
	font-size: 15px;
	overflow: hidden;
}
#head.silver{
	background: url(../img/head-silver.jpg) no-repeat;
}

#foot {
	width: 100%;
	height: 71px;
	background: url(../img/foot.jpg) no-repeat;
	font-size: 14px;
	overflow: hidden;
	position:relative;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo,
#head .topmenu,
#head .akcemenu,
#head .searchform,
#head .loginform,
#head .usermenu {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 40px;
	left: 72px;
	width: 420px;
	height: 115px;
}

#logo a {
	display: block;
	height: 100%;
}

#logo img {
	display: none;
}

#head ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#head .topmenu {
	top: 190px;
	left: 90px;
	width: 850px;
	height: 38px;
}

#head .topmenu li {
	float: left;
	height: 38px;
	background: no-repeat;
	line-height: 38px;
	white-space: nowrap;
}

#head .topmenu li.n01 {background-image: url(../img/head-topmenu-1.png)}
#head .topmenu li.n02 {background-image: url(../img/head-topmenu-2.png)}
#head .topmenu li.n03 {background-image: url(../img/head-topmenu-3.png)}
#head .topmenu li.n04 {background-image: url(../img/head-topmenu-4.png)}
#head .topmenu li.n05 {background-image: url(../img/head-topmenu-5.png)}

#head .topmenu a {
	display: block;
	padding: 0 10px 0 40px;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

* html #head .topmenu a {
	float: left;
}

#head .topmenu span {
	padding: 2px 5px;
}

#head .topmenu a:hover span {
	background: #fff;
	color: #000;
}

#head .akcemenu {
	top: 0;
	left: 420px;
	width: 316px;
	height: 41px;
}

#head .akcemenu li {
	float: left;
	width: 155px;
	height: 41px;
}

#head .akcemenu li.n02 {
	float: right;
}

#head .akcemenu a {
	display: block;
	height: 100%;
	background: no-repeat;
}

#head .akcemenu li.n01 a {background-image: url(../img/head-akcemenu-1.png)}
#head .akcemenu li.n02 a {background-image: url(../img/head-akcemenu-2.png)}
#head .akcemenu li.n01 a:hover {background-image: url(../img/head-akcemenu-1-hover.png)}
#head .akcemenu li.n02 a:hover {background-image: url(../img/head-akcemenu-2-hover.png)}

#head .akcemenu span {
	display: none;
}

#head form {
	margin: 0;
}

#head form .row {
	float: left;
}

#head form label {
	display: block;
	float: left;
	margin: 4px 4px 0 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: no-repeat;
}

* html #head form label {
	margin-right: 2px;
}

#head form label.n01 {background-image: url(../img/head-label-1.png)}
#head form label.n02 {background-image: url(../img/head-label-2.png)}
#head form label.n03 {margin-left: 10px; background-image: url(../img/head-label-3.png)}

#head form label span {
	display: none;
}

#head form input {
	margin: 0 5px 0 0;
	padding: 10px;
	width: 166px;
	height: 17px;
	border: none;
	background: url(../img/head-input.png) no-repeat;
	color: #fff;
}

#head form .submit input {
	margin-top: 2px;
	padding: 0;
	width: 44px;
	height: 34px;
	background-image: url(../img/head-submit.png);
	color: #000;
}

#head form .submit input:hover {
	background-image: url(../img/head-submit-hover.png);
}

#head .searchform {
	top: 285px;
	left: 25px;
	width: 300px;
	height: 45px;
}

#head .loginform {
	top: 285px;
	left: 365px;
	width: 645px;
	height: 45px;
}

#head .loginform .menu {
	float: left;
	margin: -5px 0 0;
	text-align: center;
}

#head .loginform a {
	color: #888;
	text-decoration: none;
}

#head .loginform a:hover {
	color: #ed3200;
}

#head .loginform form {
	float: right;
}

#head .usermenu {
	top: 285px;
	left: 515px;
	width: 490px;
	height: 45px;
}

#head .usermenu .icon {
	float: left;
	margin: 4px 20px 0 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: url(../img/head-label-2.png) no-repeat;
}

#head .usermenu .menu {
	float: left;
	margin: -5px 0 0;
}

#head .usermenu a {
	color: #fff;
	text-decoration: none;
}

#head .usermenu a:hover {
	text-decoration: underline;
}

#head .usermenu .button {
	float: left;
	margin: 0 0 0 20px;
	width: 169px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#head .usermenu .button a {
	display: block;
	height: 100%;
	color: #000;
	background: url(../img/head-usermenu-button.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#head .usermenu .button a:hover {
	background-image: url(../img/head-usermenu-button-hover.png);
	text-decoration: none;
}


/*.button {
	float: left;
	margin: 0 0 0 20px;
	width: 169px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.button a {
	display: block;
	height: 100%;
	color: #000;
	background: url(../img/head-usermenu-button.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
}

.button a:hover {
	background-image: url(../img/head-usermenu-button-hover.png);
	text-decoration: none;
}*/


/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .container {
	margin: 0;
	padding: 15px 20px 0 60px;
	color: #fff;
}

#foot .right {
	text-align: right;
}

#foot a {
	color: #fff;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

/* ==============================================[ sloupec ] */

#column .hr {
	display: none;
}

#column .header {
	position: relative;
	margin: 0;
	padding: 0 15px 0 60px;
	height: 47px;
	background: url(../img/column-header.jpg) no-repeat;
	color: #fff;
	font-size: 18px;
	line-height: 47px;
	white-space: nowrap;
	overflow: hidden;
}

#column .header .icon {
	display: block;
	position: absolute;
	top: 5px;
	left: 15px;
	width: 33px;
	height: 36px;
	background: no-repeat;
}

#column .katalogmenu .header .icon {background-image: url(../img/column-header-1.png)}
#column .infomenu .header .icon {background-image: url(../img/column-header-2.png)}
#column .anketa .header .icon {background-image: url(../img/column-header-3.png)}
#column .usermenu .header .icon {background-image: url(../img/column-header-4.png)}

#column .container {
	margin: 25px 15px;
	padding: 0;
}

#column ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#column ul li {
	padding: 0 0 0 30px;
	width: 154px;
	background: no-repeat 0 4px;
}

#column ul a {
	position: relative;
	display: block;
	padding: 2px 0;
	color: #fff;
	text-decoration: none;
}

#column ul a:hover {
	color: #ed3200;
}

#column .katalogmenu ul li
{
	margin: 0;
	padding: 0;
	list-style: none outside;
	margin-left: 5px;
}

#column .katalogmenu div.expander {
	float:left;
	display: block;
	margin: 0 0 0 0;
	left: 0px;
 	width: 20px; 
	height: 20px;
	background: no-repeat 1px;/*url(../img/column-ul-item-2.gif) no-repeat 1px;*/
	cursor: pointer;
	/*line-height: 15px;*/
}

/*#column .katalogmenu div.active {
	background: url(../img/icon-minus.gif) no-repeat 1px;
}

#column .katalogmenu a.active {
	background: url(../img/icon-minus.gif) no-repeat 1px;
}*/

#column .katalogmenu a {
	/*top:0px;*/
	/*float:left;*/
	display: block;
	width: 90%;
	margin-left: 20px;
	padding-left:0px;
}

	
/*#column .katalogmenu a.expander {
	background-color: orange;
	display: block;
 	width: 100%;
	background: no-repeat 1px;
	padding-left: 15px;
	cursor: pointer;
	line-height: 15px;
}*/


#column .katalogmenu ul li .expander {background-image: url(../img/column-ul-item-1.gif)}
#column .katalogmenu ul ul li .expander {background-image: url(../img/column-ul-item-2.gif)}
#column .katalogmenu ul ul ul li .expander {background-image: url(../img/column-ul-item-3.gif)}

/*#column .katalogmenu ul li {background-image: url(../img/column-ul-item-1.gif)}
#column .katalogmenu ul ul li {width: 124px; background-image: url(../img/column-ul-item-2.gif)}
#column .katalogmenu ul ul ul li {width: 94px; background-image: url(../img/column-ul-item-3.gif)}*/

#column .infomenu ul li,
#column .usermenu ul li {background-image: url(../img/column-ul-item-4.gif)}

#column .anketa .bar {
	display: block;
	position: relative;
	width: 0;
	height: 20px;
	margin: 5px 8px 10px;
	background: url(../img/column-anketa-bar-bg.gif) repeat-x;
}

#column .anketa .bar .bgl,
#column .anketa .bar .bgr {
	position: absolute;
	top: 0;
	width: 8px;
	height: 100%;
	background: url(../img/column-anketa-bar-bgl.gif) no-repeat;
}

#column .anketa .bar .bgl {
	left: -8px;
}

#column .anketa {
	color: #fff;
}

#column .anketa a {
	color: #666;
	text-decoration: none;
}

#column .anketa a:hover {
	color: #ed3200;
}

#column .anketa .bar .bgr {
	right: -8px;
	background-image: url(../img/column-anketa-bar-bgr.gif);
}

/* ==============================================[ obsah ] */

#main .navi {
	margin: 0 0 1em;
	color: #b4b4b4;
	font-size: 117%;
}

#main .navi a {
	color: #b4b4b4;
	text-decoration: none;
}

#main .navi a:hover {
	color: #ed3200;
}

#main .navi strong {
	font-weight: normal;
}

/* ==============================================[ katalog ] */

#main .katalog {
	margin: 0 0 3em;
}

#main .katalog .header {
	display: none;
}

#main .katalog .strankovac {
	margin: 1em 0;
	color: #b4b4b4;
	font-size: 117%;
	text-align: center;
}

#main .katalog .strankovac .side {
	margin: 0 1em;
}

#main .katalog .strankovac a {
	color: #b4b4b4;
	text-decoration: none;
}

#main .katalog .strankovac a:hover {
	color: #ed3200;
}

#main .katalog .row {
	margin: 0 -10px 10px 0;
	width: 761px;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	width: 370px;
	height: 158px;
	background: url(../img/main-katalog-item.gif) no-repeat;
	font-size: 12px;
	cursor: pointer;
}

#main .katalog .item:hover,
* html #main .katalog .item.hover {
	background-image: url(../img/main-katalog-item-hover.gif);
}

#main .katalog .item .container {
	margin: 0 15px;
	padding: 15px 0;
}

#main .katalog .item .img {
	float: left;
	width: 140px;
	padding-right: 5px;
}

#main .katalog .item .desc {
	float: right;
	width: 190px;
}

#main .katalog .item .title {
	margin: 0;
	color: #fff;
	font-size: 18px;
	height:3em;
	overflow: hidden;
}

#main .katalog .item .title a {
	color: #fff;
	text-decoration: none;
}

#main .katalog .item .title a:hover {
	color: #ed3200;
}

#main .katalog .item .znacka {
	margin: 0 0 10px;
	color: #707070;
	font-size: 14px;
}

#main .katalog .item .size {
	color: #e46916;
	height: 1.2em;
	overflow: hidden;
}

#main .katalog .item .cena {
	float: right;
	margin: 0;
	font-size: 14px;
}

#main .katalog .item .batch {
	position: absolute;
	top: 85px;
	left: 110px;
	width: 77px;
	height: 77px;
	background: no-repeat;
}

#main .katalog .item .batch.n01 {background-image: url(../img/main-katalog-batch-1.png)}
#main .katalog .item .batch.n02 {background-image: url(../img/main-katalog-batch-2.png)}

#main .katalog .item .batch .text {
	display: none;
}

/* ==============================================[ detail produktu ] */

#main .detail {
	margin: 0 0 3em;
}

#main .detail .left,
#main .detail .right {
	width: 49%;
}

#main .back {
	float: right;
	width: 129px;
	height: 28px;
	background: url(../img/main-detail-back.gif) no-repeat;
	font-size: 15px;
	line-height: 28px;
	white-space: nowrap;
}

#main .back a {
	display: block;
	height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#main .back a:hover {
	text-decoration: underline;
}

#main .detail .header {
	margin-top: 0;
	font-size: 117%;
}

#main .detail .header span {
	padding: 0 0 5px;
	border-bottom: 2px solid #414141;
}

#main .detail .znacka {
	color: #aaa;
	font-size: 117%;
}

#main .detail .cena {
	text-align: center;
}

#main .detail .popis {
	padding: 1em 0;
	border: 0 solid #414141;
	border-width: 1px 0;
}

#main .detail .buy {
	float: right;
	margin: 4em 0;
	width: 100px;
	height: 36px;
	background: url(../img/main-detail-buy.gif) no-repeat;
	line-height: 36px;
}

#main .detail .buy a {
	display: block;
	height: 100%;
	color: #ed3200;
	font-size: 117%;
	text-align: center;
	text-decoration: none;
}

#main .detail .buy a:hover {
	text-decoration: underline;
}

#main .detail .table {
	float: left;
	margin: 0 0 1em;
	width: 260px;
}

#main .detail .table form,
#main .detail .table table {
	margin: 0;
}

#main .detail td,
#main .detail th {
	padding: 6px;
	border: none;
	color: #b3b3b3;
	text-align: center;
	vertical-align: middle;
}

#main .detail th {
	border-bottom: 2px solid #414141;
	color: #ed3200;
}

#main .detail .ks input {
	padding: 1px;
	text-align: center;
}

#main .detail .submit button {
	width: 22px;
	height: 23px;
	border: none;
	background: url(../img/detail-table-kosik.gif) no-repeat;
}

#main .detail .submit button span {
	display: none;
}

#main .detail .img img {
	margin: 0 0 1em;
	border: 3px solid #ed3200;
}

#main .detail .desc .img img {
	border: none;
}

#kosik .buttons .n01 {
	margin: 6px 0 0;
	width: 240px;
}

#kosik .buttons .n02 {
	width: 330px;
}

#main form {
	margin: 0;
}

#kosik table {
	width: 100%;
}

#main td,
#main a,
#main th {
	padding: 6px 4px;
	border: none;
	text-align: center;
	vertical-align: middle;
}

#kosik td,
#kosik a,
#kosik th {
	color: #fff;
}

#main th {
	padding: 0 4px;
	height: 21px;
	background: #cacaca no-repeat;
	color: #333;
}

#main th.l {
	padding-left: 13px;
	background-image: url(/img/kosik-table-th-left.gif);
}

#main 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;
}

#main 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;
}*/

/* ==============================================[ ie fix png pruhlednost ] */

* html #main .katalog .item {
	behavior: url(css/csshover.htc);
}

* html #logo img,
* html #head .akcemenu a,
* html #head .topmenu li,
* html #head form label,
* html #head form input,
* html #head .usermenu .icon,
* html #head .usermenu .button a,
* html .button,
* html #column .header .icon,
* html #main .katalog .item .batch {
	behavior: url(css/iepngfix.htc);
}

* html #head .akcemenu a,
* html #head form .submit input,
* html #head .usermenu .button a {
	cursor: pointer;
}

* html #head form input {
	cursor: text;
}
#footlogo{
	position: absolute;
	top:12px;
	left:0px;
	width:100%;
	text-align:center;
}
TABLE.smalll{
	font-size:0.8em;
}

.esearch select{
	width: 100%;
	
}
