/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	background: #578b5e;
	text-align: center;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 290px 0 0;
	width: 980px;
	background: url(../img/page.png) repeat-y;
	text-align: left;
}

#wrap {
	margin: 2px 15px 10px;
}

#inner {
	float: left;
	width: 745px;
}

#head,
#foot,
#lcolumn,
#rcolumn,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 290px;
	background: url(../img/head.jpg);
}

#foot {
	height: 68px;
	background: url(../img/foot.png);
}

#lcolumn,
#rcolumn {
	float: left;
	width: 190px;
}

#rcolumn {
	float: right;
}

#main {
	float: right;
	width: 540px;
}

/* ==============================================[ vlastni tridy ] */

.hidden {
	display: none;
}

* html .png {
	behavior: url(./css/iepngfix.htc);
}

/* ==============================================[ hlavicka ] */

#head .header  {
	display: none;
}

#logo,
#head .textbar,
#head .login,
#head .basket,
#head .topmenu {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 5px;
	left: 25px;
	margin: 0;
	padding: 0;
	width: 163px;
	height: 114px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#head .textbar {
	top: 267px;
	left: 25px;
	width: 930px;
	height: 23px;
	color: #fff;
	font-size: 12px;
	line-height: 23px;
	white-space: nowrap;
}

#head .textbar p {
	margin: 0;
	text-align: center;
}

#head .login {
	top: 110px;
	left: 780px;
	width: 178px;
	height: 115px;
	color: #fff;
	font-size: 12px;
}

#head .login .header {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#head .login p {
	margin: 0.5em 0;
	text-align: right;
}

#head .login input {
	width: 120px;
}

#head .login button {
	background: transparent;
}

#head .login button:hover {
	color: #000;
}
#head .login a {
	text-decoration:none;
	color: white;
}
#head .login a:hover {
	color: #000;
}

#head .basket {
	top: 228px;
	left: 825px;
	width: 133px;
	height: 35px;
	color: #fff;
	font-size: 12px;
}

#head .basket .header {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#head .basket .header a {
	color: #fff;
	text-decoration: none;
}

#head .basket .header a:hover {
	color: #000;
}

#head .basket p {
	margin: 0;
	font-size: 10px;
}

#head .topmenu {
	top: 69px;
	right: 15px;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	white-space: nowrap;
}

* html #head .topmenu {
	right: auto;
	left: 180px;
}

#head .topmenu ul.menu {
	height: 100%;
}

#head .topmenu ul.menu li {
	float: left;
	height: 100%;
}

#head .topmenu ul.menu a {
	position: relative;
	display: block;
	height: 100%;
	background: url(../img/head-topmenu00-bgc.png) repeat-x;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

* html #head .topmenu ul.menu a {
	float: left;
}

#head .topmenu ul.menu a:hover {
	color: #000;
}

#head .topmenu ul.menu span {
	display: block;
	margin: 0 10px;
	height: 100%;
	cursor: pointer;
}

* html #head .topmenu ul.menu span {
	float: left;
	margin: 0 5px;
}

#head .topmenu ul.menu span.bgl,
#head .topmenu ul.menu span.bgr {
	position: absolute;
	top: 0;
	margin: 0;
	width: 9px;
	background: no-repeat;
}

* html #head .topmenu ul.menu span.bgl,
* html #head .topmenu ul.menu span.bgr {
	float: none;
}

#head .topmenu ul.menu span.bgl {
	left: 0;
	background-image: url(../img/head-topmenu00-bgl.png);
}

#head .topmenu ul.menu span.bgr {
	right: 0;
	background-image: url(../img/head-topmenu00-bgr.png);
}

#head .topmenu ul.menu li.n01 a {background-image: url(../img/head-topmenu01-bgc.png)}
#head .topmenu ul.menu li.n01 span.bgl {background-image: url(../img/head-topmenu01-bgl.png)}
#head .topmenu ul.menu li.n01 span.bgr {background-image: url(../img/head-topmenu01-bgr.png)}

#head .topmenu ul.menu li.n02 a {background-image: url(../img/head-topmenu02-bgc.png)}
#head .topmenu ul.menu li.n02 span.bgl {background-image: url(../img/head-topmenu02-bgl.png)}
#head .topmenu ul.menu li.n02 span.bgr {background-image: url(../img/head-topmenu02-bgr.png)}

#head .topmenu ul.menu li.n03 a {background-image: url(../img/head-topmenu03-bgc.png)}
#head .topmenu ul.menu li.n03 span.bgl {background-image: url(../img/head-topmenu03-bgl.png)}
#head .topmenu ul.menu li.n03 span.bgr {background-image: url(../img/head-topmenu03-bgr.png)}

/* ==============================================[ paticka ] */

#foot .header {
	display: none;
}

#foot p {
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

#foot a {
	color: #000;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot .copyright,
#foot .netwings {
	position: absolute;
	top: 10px;
	height: 43px;
	line-height: 43px;
	white-space: nowrap;
	overflow: hidden;
}

#foot .copyright {
	left: 50px;
	width: 650px;
}

#foot .netwings {
	left: 715px;
	width: 220px;
}

#foot .netwings p {
	text-align: right;
}

/* ==============================================[ sloupec ] */

#lcolumn .box,
#rcolumn .box {
	width: 100%;
}

#lcolumn .box .header,
#rcolumn .box .header {
	margin: 0;
	padding: 5px 0;
	background: #05981b;
	color: #fff;
	font-size: 125%;
}

#lcolumn .box .header span,
#rcolumn .box .header span {
	display: block;
	margin: 0 10px;
}

#lcolumn .box .container,
#rcolumn .box .container {
	margin: 0 10px;
	padding: 1px 0;
}

#lcolumn .box input,
#rcolumn .box input {
	width: 90px;
}

#lcolumn .box select,
#rcolumn .box select {
	width: 100px;
}

#lcolumn .box.sidemenu,
#rcolumn .box.sidemenu {
	background: #f4f5ee;
}

#lcolumn .box.sidemenu .header,
#rcolumn .box.sidemenu .header {
	background: #096513;
}

#lcolumn .box.sidemenu ul.menu,
#rcolumn .box.sidemenu ul.menu {
	margin: 1em 0;
}

#lcolumn .box.sidemenu ul.menu li,
#rcolumn .box.sidemenu ul.menu li {
	width: 100%;
}

#lcolumn .box.sidemenu ul.menu a,
#rcolumn .box.sidemenu ul.menu a {
	display: block;
	width: 100%;
	background: url(../img/column-sidemenu.png) no-repeat 0 6px;
	color: #000;
	text-decoration: none;
	position:relative;
}

#lcolumn .box.sidemenu ul.menu a:hover,
#rcolumn .box.sidemenu ul.menu a:hover {
	color: #05981b;
}

#lcolumn .box.sidemenu ul.menu a.active,
#rcolumn .box.sidemenu ul.menu a.active {
	color: #05981b;
	font-weight: bold;
}

#lcolumn .box.sidemenu ul.menu em,
#rcolumn .box.sidemenu ul.menu em {
	width: 10px;
	height: 1.3em;
	display:block;
	position:absolute;
	left: 0;
	top: 0;
}




#lcolumn .box.sidemenu ul.menu span,
#rcolumn .box.sidemenu ul.menu span {
	margin-left: 10px;
	display:block;
}

#lcolumn .box.subscribe .header,
#rcolumn .box.subscribe .header {
	background: #f78600;
}

#lcolumn .box.subscribe button,
#rcolumn .box.subscribe button {
	background: #f78600;
}

#lcolumn .box.subscribe button:hover,
#rcolumn .box.subscribe button:hover {
	background: #d62a2a;
}

#lcolumn .box.katalog,
#rcolumn .box.katalog {
	background: #f4f5ee;
}

#lcolumn .box.katalog .header,
#rcolumn .box.katalog .header {
	background: #d62a2a;
}

#lcolumn .box.katalog .item,
#rcolumn .box.katalog .item {
	position: relative;
	margin: 1em 0;
	padding: 0 0 5px;
	width: 100%;
	background: url(../img/column-katalog-item.png) repeat-x 0 100%;
}

#lcolumn .box.katalog .item .img,
#rcolumn .box.katalog .item .img {
	margin: 0;
}

#lcolumn .box.katalog .item .img img,
#rcolumn .box.katalog .item .img img {
	margin: 0;
	border: 1px solid #aaa;
}

#lcolumn .box.katalog .item .img a:hover img,
#rcolumn .box.katalog .item .img a:hover img {
	border-color: #d62a2a;
}

#lcolumn .box.katalog .item .batch,
#rcolumn .box.katalog .item .batch {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 42px;
	height: 42px;
	background: url(../img/column-katalog-item-batch.png) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
	white-space: nowrap;
}

* html #lcolumn .box.katalog .item .batch,
* html #rcolumn .box.katalog .item .batch {
	bottom: auto;
	top: 20px;
}

#lcolumn .box.katalog .item .title,
#rcolumn .box.katalog .item .title {
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

#lcolumn .box.katalog .item .title a,
#rcolumn .box.katalog .item .title a {
	color: #000;
	text-decoration: none;
}

#lcolumn .box.katalog .item .title a:hover,
#rcolumn .box.katalog .item .title a:hover {
	color: #d62a2a;
}

#lcolumn .box.katalog .item .price,
#rcolumn .box.katalog .item .price {
	margin: 0 10px;
	text-align: right;
}

#lcolumn .box.katalog .item .price big,
#rcolumn .box.katalog .item .price big {
	color: black;
	font-weight:800;
}
#lcolumn .box.katalog .more,
#rcolumn .box.katalog .more {
	margin: 1em 10px;
	color: #d62a2a;
	text-align: right;
}

#lcolumn .box.katalog .more a,
#rcolumn .box.katalog .more a {
	padding: 0 16px 0 0;
	background: url(../img/column-katalog-more.png) no-repeat 100% 60%;
	color: #d62a2a;
	font-size: 150%;
	text-decoration: none;
}

#lcolumn .box.katalog .more a:hover,
#rcolumn .box.katalog .more a:hover {
	color: #000;
}

/* ==============================================[ obsah ] */

#main .katalog {
	margin: 1em 0;
	background: url(../img/main-katalog.png) repeat-y 50% 0;
	overflow: hidden;
}

#main .katalog .item {
	position: relative;
	float: left;
	width: 270px;
	height: 120px;
	background: url(../img/main-katalog-item.png) repeat-x 50% 0;
	font-size: 11px;
	overflow: hidden;
}

#main .katalog .item .img,
#main .katalog .item .title,
#main .katalog .item .text,
#main .katalog .item .price,
#main .katalog .item .more {
	position: absolute;
	margin: 0;
	overflow: hidden;
}

#main .katalog .item .img {
	top: 8px;
	left: 8px;
	width: 82px;
	height: 92px;
}

#main .katalog .item .img img {
	margin: 0;
	border: 1px solid #aaa;
}

#main .katalog .item .img a:hover img {
	border-color: #d62a2a;
}

#main .katalog .item .title {
	top: 6px;
	left: 95px;
	width: 170px;
	height: 48px;
	color: #000;
	font-weight: bold;
	line-height: 16px;
	
}

#main .katalog .item .title a {
	color: #000;
	text-decoration: none;
}

#main .katalog .item .title a:hover {
	color: #d62a2a;
}

#main .katalog .item .text {
	display:none;
	top: 24px;
	left: 95px;
	width: 170px;
	height: 32px;
	color: #777;
	line-height: 16px;
}

#main .katalog .item .price {
	top: 68px;
	left: 95px;
	width: 170px;
	height: 18px;
	color: black;
	line-height: 18px;
	white-space: nowrap;
}

#main .katalog .item .priceold {
	position: absolute;
	top: 42px;
	left: 95px;
	width: 170px;
	height: 18px;
	color: black;
	line-height: 18px;
	white-space: nowrap;
}


#main .katalog .item .price big {
	font-size: 14px;
	font-weight: bold
}

#main .katalog .item .more {
	top: 88px;
	left: 95px;
	width: 170px;
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
}

#main .katalog .item .more button.mini {
	font-size: 12px;
}

.navigace H1{
	font-size: 12px;
	font-weight: 400;
}


.strankovani{
	margin-top: 1em;
	width: 100%;
}
.strankovani .right{
	float:right;
}
.strankovani .left{
	float:left;
}

.strankovani .center{
	text-align: center;
}

#articlescat h2,
.textbar h2{
	font-size: 1.2em;
}
table.esearch td,
#articlescat table td{border:0 !important;}
table.esearch td.r{text-align:right;}

#banners{
	position: absolute;
	left: 15px;
	top: 108px;
}
#banners .banner{
	float:left;
}

.order strong{
	font-weight: 800;
}
.order .n01{float:left;}
.order .n02{float:right;}

.payments th{
text-align:left;
}

.gallery .item{
	margin-bottom: 15px;
}
.gallery .item a{
	font-weight: 800;
	font-size: 1.2em;
}

#main .thumbs .item {
	border: dotted 1px black;
	width: 80px;
	height: 90px;
	text-align:center;
	line-height: 90px;
	padding: 10px;
	float:left;
	margin: 5px 15px 10px 15px;
}
#main .thumbs .item *{
	vertical-align: middle;
}
