/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 20px 0;
	background: #fff;
	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: 340px 0 0;
	width: 990px;
	background: url(../img/all.gif) repeat-y;
	text-align: left;
}

#wrap {
	margin: -25px 15px 10px;
}

#inner {
	float: left;
	width: 760px;
}

#head,
#foot,
#lcolumn,
#rcolumn,
#main {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -38px;
	width: 1028px;
	height: 330px;
	background: url(../img/head.jpg) no-repeat;
}

#foot {
	height: 60px;
	background: #fff url(../img/foot.jpg) no-repeat;
	font-size: 12px;
}

#lcolumn {
	float: left;
	margin: 0 0 -10px;
	width: 190px;
}

#rcolumn {
	float: right;
	margin: 0 0 -10px;
	width: 190px;
}

#main {
	float: right;
	width: 560px;
}

.topmenu {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 60px;
	height: 38px;
	margin: 0;
	padding: 0;
	list-style: none outside;
}

.topmenu li {
	float: left;
	margin: 0;
	padding: 0 5px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	background: url(../img/topmenu-separator.gif) no-repeat right top;
}

.topmenu li.last {
	background-image: none;
}

.topmenu a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
 	text-transform: uppercase; /* force text to uppercase */
/*	text-transform: capitalize; /* force text to proper case */
}

.topmenu a:hover {
	border-bottom: 2px solid #D36D6D;
}

.searchform {
	position: absolute;
	top: 225px;
	right:10px;
}

.searchform input {
	background: url(../img/search_input.png) no-repeat;
	border: none;
	width: 159px;
	height: 29px;
	padding: 10px 5px 10px 5px;
}

.searchform button {
	background: url(../img/search_button.png) no-repeat;
	width: 39px;
	height: 39px;
}

.searchform button span {
	display: none;
}

.usermenu {
	position: absolute;
	top: 10px;
	right: 10px;
}

.usermenu form label {
	background: transparent no-repeat;
	width: 39px;
	height: 39px;
	display: block;
	float: left;
}

.usermenu form label.lname {
	background: url(../img/label_name.png) no-repeat;
}

.usermenu form label.lpass {
	background: url(../img/label_pass.png) no-repeat;
}

.usermenu form input {
	background: url(../img/search_input.png) no-repeat;
	border: none;
	width: 159px;
	height: 29px;
	padding: 10px 5px 10px 5px;
}

.usermenu form label span {
	display: none;
}

.usermenu form p.button {
	text-align: right;
	margin: 0 5px 0 0;
}

.usermenu form p.button a {
	background: #7994DB;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	border: 1px #3a6aaa solid;
}

.usermenu form p.button a:hover {
	background: #3a6aaa;
	color: #FFFFFF;
}
/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 0px;
	height: 0px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}
/*
#head .topmenu {
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}

#head .loginform {
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}
*/
/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .text {
	margin: 0;
}

#foot .bottommenu,
#foot .copyright,
#foot .netwings {
	position: absolute;
	overflow: hidden;
}

#foot .bottommenu {
	top: 40px;
	left: 160px;
	width: 830px;
	height: 20px;
	font-size: 117%;
	line-height: 20px;
	white-space: nowrap;
}

#foot .bottommenu ul {
	height: 100%;
}

#foot .bottommenu li {
	float: left;
	margin: 0 10px 0 0;
	height: 100%;
}

#foot .bottommenu a {
	display: block;
	height: 100%;
	color: #666;
	background: url(../img/bullet.gif) no-repeat 0 50%;
	text-decoration: none;
	text-transform: uppercase;
}

* html #foot .bottommenu a {
	float: left;
}

#foot .bottommenu a:hover {
	background-image: url(../img/bullet-hover.gif);
	color: #c13535;
}

#foot .bottommenu span {
	display: block;
	margin: 0 0 0 15px;
}

#foot .copyright {
	top: 6px;
	left: 35px;
	width: 300px;
	height: 25px;
	color: #999;
	font-size: 92%;
	line-height: 25px;
	white-space: nowrap;
}

#foot .copyright a {
	color: #999;
	text-decoration: none;
}

#foot .copyright a:hover {
	color: #333;
}

#foot .netwings {
	top: 6px;
	left: 820px;
	width: 146px;
	height: 25px;
}

#foot .netwings p {
	height: 100%;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

/* ==============================================[ sloupec ] */

#lcolumn .hr,
#rcolumn .hr {
	display: none;
}

#lcolumn .box,
#rcolumn .box {
	margin: 0 0 10px;
	width: 100%;
	background: url(../img/column-box-bgc.gif) repeat-y;
}

#lcolumn .box .header,
#rcolumn .box .header {
	margin: 0;
	height: 53px;
	background: url(../img/column-box-bgt.jpg) no-repeat;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
}

#lcolumn .box .header span,
#rcolumn .box .header span {
	display: block;
	margin: 0 15px;
	padding: 10px 0 0;
}

#lcolumn .box .bgb,
#rcolumn .box .bgb {
	height: 10px;
	background: url(../img/column-box-bgb.jpg) no-repeat;
	font-size: 0;
}

#lcolumn .box .container,
#rcolumn .box .container {
	position: relative;
	margin: 0 10px;
	padding: 1px 0;
}

#lcolumn .box.sidemenu ul,
#rcolumn .box.sidemenu ul {
	margin: 1em 0;
	font-size: 117%;
}

#lcolumn .box.sidemenu ul li,
#rcolumn .box.sidemenu ul li {
	margin: 0 0 5px;
	width: 100%;
}

#lcolumn .box.sidemenu ul a,
#rcolumn .box.sidemenu ul a {
	display: block;
	width: 100%;
	background: url(../img/bullet.gif) no-repeat 0 50%;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
}

#lcolumn .box.sidemenu ul a:hover,
#rcolumn .box.sidemenu ul a:hover {
	background-image: url(../img/bullet-hover.gif);
	color: #c13535;
}

#lcolumn .box.sidemenu ul span,
#rcolumn .box.sidemenu ul span {
	display: block;
	margin: 0 0 0 20px;
}

#lcolumn .box.anketa ul,
#rcolumn .box.anketa ul {
	margin: 1em 0;
	font-size: 117%;
}

#lcolumn .box.anketa ul li,
#rcolumn .box.anketa ul li {
	width: 160px;
}

#lcolumn .box.anketa ul a,
#rcolumn .box.anketa ul a {
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
}

#lcolumn .box.anketa ul a:hover,
#rcolumn .box.anketa ul a:hover {
	color: #c13535;
}

#lcolumn .box.anketa ul .bar,
#rcolumn .box.anketa ul .bar {
	position: relative;
	margin: 5px;
	width: 0;
	height: 10px;
	background: #91c4f8;
	font-size: 0;
	white-space: nowrap;
}

* html #lcolumn .box.anketa ul .bar,
* html #rcolumn .box.anketa ul .bar {
	position: static;
}

#lcolumn .box.anketa ul .bar .bgl,
#rcolumn .box.anketa ul .bar .bgl,
#lcolumn .box.anketa ul .bar .bgr,
#rcolumn .box.anketa ul .bar .bgr {
	position: absolute;
	top: 0;
	width: 5px;
	height: 10px;
	background: url(../img/column-anketa-bar.gif) no-repeat;
}

* html #lcolumn .box.anketa ul .bar .bgl,
* html #rcolumn .box.anketa ul .bar .bgl,
* html #lcolumn .box.anketa ul .bar .bgr,
* html #rcolumn .box.anketa ul .bar .bgr {
	display: none;
}

#lcolumn .box.anketa ul .bar .bgl,
#rcolumn .box.anketa ul .bar .bgl {
	left: -5px;
}

#lcolumn .box.anketa ul .bar .bgr,
#rcolumn .box.anketa ul .bar .bgr {
	right: -5px;
	background-position: -5px 0;
}

#lcolumn .box.produkty .item,
#rcolumn .box.produkty .item {
	margin: 1em 0;
}

#lcolumn .box.produkty .title,
#rcolumn .box.produkty .title {
	margin: 0;
	font-size: 117%;
	font-weight: normal;
	text-transform: uppercase;
}

#lcolumn .box.produkty .title a,
#rcolumn .box.produkty .title a {
	display: block;
	width: 100%;
	background: url(../img/bullet.gif) no-repeat 0 50%;
	color: #444;
	text-decoration: none;
}

#lcolumn .box.produkty .title a:hover,
#rcolumn .box.produkty .title a:hover {
	background-image: url(../img/bullet-hover.gif);
	color: #c13535;
}


#lcolumn .box.produkty .title span,
#rcolumn .box.produkty .title span {
	display: block;
	margin: 0 0 0 20px;
}

#lcolumn .box.produkty .img,
#rcolumn .box.produkty .img {
	position: relative;
	margin: 5px 10px;
	text-align: center;
}

#lcolumn .box.produkty .img .icon,
#rcolumn .box.produkty .img .icon {
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	width: 28px;
	height: 28px;
	background: url(../img/column-produkty-icon.gif) no-repeat;
}

* html #lcolumn .box.produkty .img .icon,
* html #rcolumn .box.produkty .img .icon {
	left: 110px;
}

#lcolumn .box.produkty .cena,
#rcolumn .box.produkty .cena {
	margin: 0;
	color: #b92a2a;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#lcolumn .box.produkty .separator,
#rcolumn .box.produkty .separator {
	margin: 0 -8px;
	height: 2px;
	background: #91c4f8;
	font-size: 0;
}

/* ==============================================[ obsah ] */

#main .navi {
	margin: 0.5em 0;
	color: #000;
	font-size: 117%;
}

#main .navi a {
	color: #999;
	text-decoration: none;
}

#main .navi a:hover {
	color: #444;
}

#main .navi strong {
	color: #d66767;
	font-weight: normal;
}

#main .page {
	margin: 0.5em 0;
	font-size: 117%;
	line-height: 24px;
}

#main .page a {
	color: #999;
	text-decoration: none;
}

#main .page a:hover {
	color: #444;
}

#main .page strong {
	color: #d66767;
	font-weight: normal;
}

#main .page .right {
	float: left;
	padding: 0 0 0 43px;
}

#main .page .right strong,
#main .page .right a {
	position: relative;
	top: -6px;
}

#main .page .right a.sipka {
	position: static;
	margin: 0 5px;
}

#main .katalog {
	margin: 0.5em 0;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 5px 0;
	width: 280px;
	height: 202px;
	background: url(../img/main-katalog.gif) no-repeat;
	font-size: 12px;
	overflow: hidden;
}

#main .katalog .item.n02 {
	background-position: -280px 0;
}

* html #main .katalog .item {
	behavior: url(css/csshover.htc);
}

#main .katalog .item:hover,
* html #main .katalog .item.hover {
	background-position: 0 -202px;
}

#main .katalog .item.n02:hover,
* html #main .katalog .item.n02.hover {
	background-position: -280px -202px;
}

#main .katalog .item p {
	margin: 5px 0;
}

#main .katalog .title,
#main .katalog .img,
#main .katalog .text {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 125px;
	height: 125px;
	overflow: hidden;
}

#main .katalog .title {
	top: 10px;
	left: 20px;
	margin: 0;
	width: 240px;
	height: 30px;
	font-size: 100%;
	font-weight: normal;
	line-height: 30px;
	white-space: nowrap;
}

#main .katalog .title a {
	color: #444;
	text-decoration: none;
}

#main .katalog .img {
	text-align: center;
}

#main .katalog .text {
	left: 145px;
}

#main .katalog .text .cena {
	color: #b92a2a;
	font-size: 117%;
	font-weight: bold;
}

#main .katalog .text .info {
	color: #999;
	font-size: 83%;
}

#main .katalog .text .more {
	float: left;
	width: 36px;
	height: 36px;
}

#main .katalog .text .more a {
	display: block;
	height: 100%;
	background: url(../img/main-katalog-more.gif) no-repeat;
}

#main .katalog .text .more span {
	display: none;
}

#main .katalog .text .batch {
	float: right;
	width: 63px;
	height: 60px;
	background: url(../img/main-katalog-batch.gif) no-repeat;
}

#main .katalog .text .batch.n02 {
	background-position: 0 -60px;
}

#main .katalog .text .batch span {
	display: none;
}

#main .minikatalog {
	margin: 0.5em 0;
}

#main .minikatalog .item {
	position: relative;
	float: left;
	margin: 5px 0;
	width: 186px;
	height: 136px;
	background: url(../img/main-minikatalog.gif) no-repeat;
	font-size: 8px;
	overflow: hidden;
}

#main .minikatalog .item.n02 {
	background-position: -186px 0;
}

#main .minikatalog .item.n03 {
	background-position: -372px 0;
}

* html #main .minikatalog .item {
	behavior: url(css/csshover.htc);
}

#main .minikatalog .item:hover,
* html #main .minikatalog .item.hover {
	background-position: 0 -136px;
}

#main .minikatalog .item.n02:hover,
* html #main .minikatalog .item.n02.hover {
	background-position: -186px -136px;
}

#main .minikatalog .item.n03:hover,
* html #main .minikatalog .item.n03.hover {
	background-position: -372px -136px;
}

#main .minikatalog .item p {
	margin: 3px 0;
}

#main .minikatalog .title,
#main .minikatalog .img,
#main .minikatalog .text {
	position: absolute;
	top: 37px;
	left: 5px;
	width: 90px;
	height: 90px;
	overflow: hidden;
}

#main .minikatalog .title {
	top: 5px;
	left: 10px;
	margin: 0;
	width: 166px;
	height: 25px;
	font-size: 150%;
	font-weight: normal;
	line-height: 25px;
	white-space: nowrap;
}

#main .minikatalog .title a {
	color: #444;
	text-decoration: none;
}

#main .minikatalog .img {
	text-align: center;
}

#main .minikatalog .text {
	left: 100px;
	width: 80px;
}

#main .minikatalog .text .cena {
	color: #b92a2a;
	font-size: 117%;
	font-weight: bold;
}

#main .minikatalog .text .info {
	color: #999;
	font-size: 83%;
}

#main .minikatalog .text .more {
	float: left;
	width: 24px;
	height: 24px;
}

#main .minikatalog .text .more a {
	display: block;
	height: 100%;
	background: url(../img/main-minikatalog-more.gif) no-repeat;
}

#main .minikatalog .text .more span {
	display: none;
}

#main .minikatalog .text .batch {
	float: right;
	width: 42px;
	height: 40px;
	background: url(../img/main-minikatalog-batch.gif) no-repeat;
}

#main .minikatalog .text .batch.n02 {
	background-position: 0 -40px;
}

#main .minikatalog .text .batch span {
	display: none;
}

#main .detail {
	margin: 1em 0;
	width: 100%;
	background: url(../img/main-detail-bgc.gif) repeat-y;
	color: #999;
}

#main .detail .header {
	margin: 0;
	height: 49px;
	background: url(../img/main-detail-bgt.gif) no-repeat;
	color: #333;
	font-size: 150%;
	font-weight: normal;
	line-height: 49px;
	white-space: nowrap;
	overflow: hidden;
}

#main .detail .header span {
	display: block;
	margin: 0 15px;
}

#main .detail .bgb {
	height: 7px;
	font-size: 0;
	background: url(../img/main-detail-bgb.gif) no-repeat;
}

#main .detail .container {
	margin: 0 20px;
	padding: 10px 0;
}

#main .detail .img {
	float: left;
	width: 180px;
	text-align: center;
}

#main .detail .img img {
	margin: 0 5px 3px 0;
}

#main .detail .text {
	float: right;
	width: 325px;
}

#main .detail .text .sipky {
	float: right;
	width: 70px;
}

#main .detail .text .sipky a {
	display: block;
	float: left;
	width: 30px;
	height: 18px;
	background: url(../img/main-detail-sipky.gif) no-repeat;
}

#main .detail .text .sipky a.next {
	float: right;
	background-position: 0 -18px;
}

#main .detail .text .sipky span {
	display: none;
}

#main .detail .text .cena {
	color: #b92a2a;
	font-size: 117%;
	font-weight: bold;
}

#main .detail .text .options {
	margin: 2em 0;
}

#main .detail .text .options .buy {
	float: right;
}

#main .detail .text .options .buy button {
	padding: 0;
	width: 48px;
	height: 48px;
	border: none;
	background: url(../img/main-detail-buy.gif) no-repeat;
}

#main .detail .text .options .buy span {
	display: none;
}
#kosik .del {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/img/kosik-del.gif) no-repeat;
	margin: 5px auto;
}

#kosik .del span {
	display: none;
}
