/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 0;
	background: #fff;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 306px 0 0;
	width: 990px;
	background: url(../img/all.jpg) repeat-y;
	text-align: left;
}

#wrap {
	margin: 0;
	padding: 22px 0;
	background: url(../img/wrap.jpg) no-repeat;
}

#inner {
	float: left;
	width: 746px;
}

#head,
#foot,
#lcolumn,
#rcolumn,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 306px;
	background: url(../img/head.jpg) no-repeat;
	font-size: 14px;
}

#foot {
	height: 153px;
	background: url(../img/foot.jpg) no-repeat;
}

#lcolumn {
	float: left;
	margin: 0 0 0 46px;
	width: 200px;
}

* html #lcolumn {
	margin: 0 0 0 23px;
}

#rcolumn {
	float: right;
	margin: 0 54px 0 0;
	width: 170px;
}

* html #rcolumn {
	margin: 0 27px 0 0;
}

#main {
	float: right;
	width: 480px;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo,
#head .topmenu {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 60px;
	left: 90px;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 190px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#head .topmenu {
	top: 263px;
	left: 65px;
	width: 860px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu li {
	float: left;
	margin: 0 5px 0 0;
	height: 100%;
}

#head .topmenu a {
	display: block;
	padding: 0 10px;
	height: 100%;
	background: repeat-x;
	color: #111;
	text-decoration: none;
}

* html #head .topmenu a {
	float: left;
}

#head .topmenu a:hover {
	background-image: url(../img/head-topmenu.jpg);
	text-decoration: underline;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .text {
	margin: 0;
	height: 100%;
}

#foot .netwings,
#foot .copyright {
	position: absolute;
	overflow: hidden;
}

#foot .netwings {
	top: 100px;
	left: 455px;
	width: 130px;
	height: 30px;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

#foot .copyright {
	top: 115px;
	left: 100px;
	width: 300px;
	height: 20px;
}

#foot .copyright a {
	color: #111;
	text-decoration: none;
}

#foot .copyright a:hover {
	text-decoration: underline;
}

/* ==============================================[ sloupec ] */

#lcolumn .header,
#lcolumn .hr,
#rcolumn .hr {
	display: none;
}

#lcolumn .sidemenu {
	width: 100%;
	padding: 0 0 10px;
	background: url(../img/column-sidemenu.jpg) no-repeat 0 100%;
}

#lcolumn .sidemenu ul {
	margin: 15px;
	padding: 0;
}

#lcolumn .sidemenu ul ul {
	margin: 0;
}

#lcolumn .sidemenu li {
	border: 0 solid #e2e2c6;
	border-width: 0 0 1px;
}

#lcolumn .sidemenu ul ul li {
	border-width: 1px 0 0;
	padding: 0 0 1px 20px;
}

#lcolumn .sidemenu a {
	display: block;
	padding: 5px 0;
	color: #4a7514;
	text-decoration: none;
}

#lcolumn .sidemenu a:hover {
	text-decoration: underline;
}

#lcolumn .sidemenu a.active {
	font-weight: bold;
}

#rcolumn .box {
	position: relative;
	margin: 10px 0 40px;
	width: 100%;
	background: url(../img/column-box-bgc.gif);
}

#rcolumn .box .bgt,
#rcolumn .box .bgb {
	width: 100%;
	height: 12px;
	background: no-repeat;
	font-size: 0;
}

#rcolumn .box .bgt {
	position: absolute;
	top: -10px;
	left: 0;
	background-image: url(../img/column-box-bgt.gif);
}

#rcolumn .box .bgb {
	position: relative;
	top: 10px;
	background-image: url(../img/column-box-bgb.gif);
}

#rcolumn .box .header {
	margin: 0 15px 5px;
	padding: 0;
	color: #347109;
	font-size: 117%;
	font-weight: bold;
}

#rcolumn .box .container {
	margin: 0 15px -15px;
	padding: 0;
}

#rcolumn .box input {
	width: 130px;
	border-color: #111;
}

#rcolumn .box button {
	border: none;
	background: #347109;
	color: #fff;
	font-weight: normal;
}

/* ==============================================[ obsah ] */

#main .strankovani {
	text-align: center;
}

#main .strankovani a {
	margin: 0 2px;
	font-weight: bold;
	text-decoration: none;
}

#main .katalog {
	margin: 15px -15px 0 0;
	width: 490px;
	font-size: 12px;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 0 15px 15px 0;
	width: 230px;
	height: 185px;
	background: url(../img/main-katalog.jpg) no-repeat;
	overflow: hidden;
	cursor: hand;
}

/*#main .katalog .header
{
	background-color:#300;
	display:block;
	position: relative;
	margin-bottom: 0;
}

#main .katalog .img
{
	position: relative;
	margin-bottom:10px;
}*/

#main .katalog .header,
#main .katalog .img,
#main .katalog .batch,
#main .katalog .rabat,
#main .katalog .desc {
	position: relative;
	overflow: hidden;
}

#main .katalog .batch,
#main .katalog .rabat,
#main .katalog .desc {
	position: absolute;
	overflow: hidden;
}

#main .katalog .header {
	margin-top:5px;
/*  	top: 5px; */
	left: 0;
	margin: 0;
	width: 100%;
/* 	height: 36px; */
	font-size: 108%;
	text-align: center;
}

#main .katalog .img {
/* 	top: 40px; */
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#main .katalog .batch {
	top: 110px;
	left: 10px;
	width: 47px;
	height: 47px;
	background: no-repeat;
}

* html #main .katalog .batch {
	behavior: url(css/iepngfix.htc);
}

#main .katalog .batch.akce {background-image: url(../img/main-katalog-akce.png)}
#main .katalog .batch.novinka {background-image: url(../img/main-katalog-novinka.png)}

#main .katalog .batch strong {
	display: none;
}

#main .katalog .rabat {
	top: 155px;
	left: 180px;
	width: 50px;
	height: 35px;
	font-size: 83%;
	text-align: center;
}

#main .katalog .desc {
	top: 152px;
	left: 65px;
	width: 120px;
	height: 50px;
}

#main .detail .column {
	width: 230px;
	margin: 0 0 10px;
}

#main .detail .column.left {
	position: relative;
	height: 185px;
	background: url(../img/main-detail.gif) no-repeat;
}

#main .detail .img {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#main .detail .batch {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 47px;
	height: 47px;
	background: no-repeat;
	overflow: hidden;
}

* html #main .detail .batch {
	behavior: url(css/iepngfix.htc);
}

#main .detail .batch.akce {background-image: url(../img/main-katalog-akce.png)}
#main .detail .batch.novinka {background-image: url(../img/main-katalog-novinka.png)}

#main .detail .batch strong {
	display: none;
}

#main .detail table {
	width: 100%;
	margin: 0 0 2em;
}

#main .detail td,
#main .detail th {
	border: none;
}

#main .detail th {
	border-bottom: 1px solid #c4c398;
}

#main .kosik table {
	width: 100%;
	margin: 0 0 2em;
}

#main .kosik td,
#main .kosik th {
	border: none;
}

#main .kosik th {
	border-bottom: 1px solid #c4c398;
}

.esearch .select{
	padding-bottom: 5px;
}
.esearch .select SELECT{
	width: 142px;
}