/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 8px 0 0;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 335px 0 0;
	width: 1150px;
	text-align: left;
}

#wrap {
	margin: 0 15px 15px;
}

#head,
#foot,
#column,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 326px;
	background: url(../img/head.jpg) no-repeat 0 93px;
}

#foot {
	height: 70px;
	background: url(../img/foot2.jpg) no-repeat;
}

#column {
	float: left;
	width: 200px;
}

#main {
	float: right;
	width: 870px;
}

#all .kruhy {
	position: absolute;
	z-index: -1;
	background: no-repeat;
}

#all .kruhy.k01 {
	top: -55px;
	left: -61px;
	width: 750px;
	height: 560px;
	background-image: url(../img/kruhy-1.jpg);
}

#all .kruhy.k02 {
	bottom: 0;
	right: -49px;
	width: 340px;
	height: 250px;
	background-image: url(../img/kruhy-2.jpg);
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo,
#head .search,
#head .login,
#head .user,
#head .logout,
#head .topmenu {
	position: absolute;
	font-size: 14px;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 310px;
	height: 80px;
	background: url(../img/head-logo.jpg) no-repeat;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#head .search {
	z-index: 2;
	top: 256px;
	left: 930px;
	width: 205px;
	height: 55px;
	background: url(../img/head-search.png) no-repeat;
}

* html #head .search {
	background-image: url(../img/head-search.jpg);
}

#head .search form {
	margin: 15px 0;
}

#head .search p {
	margin: 0;
}

#head .search span {
	display: none;
}

#head .search input,
#head .search button {
	padding: 10px 0;
	border: none;
	background: transparent;
}

#head .search input {
	float: left;
	margin: 0 0 0 10px;
	width: 140px;
}

#head .search button {
	float: right;
	width: 35px;
}

#head .login {
	top: 60px;
	left: 700px;
	width: 280px;
	height: 30px;
	background: url(../img/head-login.gif) no-repeat 100% 0;
}

#head .logout {
	top: 42px;
	left: 835px;
}
#head .logout input{
	border: 0;
}

#head .login form {
	margin: 5px 0;
}

#head .login p {
	margin: 0;
}

#head .login input {
	margin: 0 0 0 42px;
	padding: 0;
	width: 92px;
	border: none;
	background: transparent;
}

#head .login button {
	display: none;
}

#head .user {
	top: 60px;
	left: 985px;
	width: 160px;
	height: 30px;
	font-size: 10px;
}

#head .user p {
	margin: 0;
}

#head .topmenu {
	top: 266px;
	left: 15px;
	width: 1120px;
	height: 45px;
	background: url(../img/head-topmenu.png) repeat;
	line-height: 45px;
	white-space: nowrap;
}

* html #head .topmenu {
	background: #cedf7b;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul li {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	height: 100%;
}

#head .topmenu ul a {
	display: block;
	height: 100%;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

* html #head .topmenu ul a {
	float: left;
}

#head .topmenu ul a.active {
	color: #fff;
}

#head .topmenu ul a:hover {
	background-image: url(../img/head-topmenu-hover.png);
	color: #fff;
}

* html #head .topmenu ul a:hover {
	background: #f0f6db;
	color: #333;
}

#head .topmenu ul span {
	display: block;
	margin: 0 17px;
	height: 100%;
	cursor: pointer;
}

* html #head .topmenu ul span {
	float: left;
	margin: 0 5px;
}

#head .topmenu ul span.bgl,
#head .topmenu ul span.bgr {
	display: none;
	position: absolute;
	top: 0;
	margin: 0;
	width: 23px;
	background: no-repeat;
}

* html #head .topmenu ul span.bgl,
* html #head .topmenu ul span.bgr {
	display: none !important;
}

#head .topmenu ul a:hover span.bgl,
#head .topmenu ul a:hover span.bgr {
	display: block;
}

#head .topmenu ul span.bgl {
	left: -23px;
	background-image: url(../img/head-topmenu-bgl.png);
}

#head .topmenu ul span.bgr {
	right: -23px;
	background-image: url(../img/head-topmenu-bgr.png);
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .copyright,
#foot .netwings,
#foot .text{
	position: absolute;
	
}

#foot .text {
	top: 30px;
	left: 220px;
	width: 750px;
	height: 75px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}


#foot .copyright {
	top: 45px;
	left: 20px;
	width: 400px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	white-space: nowrap;
}

#foot .copyright p {
	margin: 0;
}

#foot .copyright a {
	color: #fff;
	text-decoration: none;
}

#foot .copyright a:hover {
	text-decoration: underline;
}
#foot .copyright a.pic {
	position: absolute;
	display: block;
	left: -10px;
	bottom: 20px;
	width: 200px;
	height: 75px;
	z-index: 10000;
}

#foot .netwings {
	top: 30px;
	left: 980px;
	width: 170px;
	height: 30px;
}

#foot .netwings p {
	margin: 0;
	height: 100%;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

/* ==============================================[ sloupec ] */

#column .box {
	width: 100%;
	margin: 0 0 20px;
	background: #f0f4d5 no-repeat 100% 100%;
}

#column .box.basket {
	background-image: url(../img/column-basket.jpg);
}

#column .box .hr {
	display: none;
}

#column .box .header {
	margin: 0;
	height: 45px;
	background: #fff url(../img/column-box-header.jpg) repeat-x;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
}

#column .box .container {
	margin: 0;
	padding: 1px 10px;
	border: 3px solid #e5e7d7;
	font-size: 86%;
}

#column .sidemenu {
	width: 100%;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 24px;
}

#column .sidemenu .hr,
#column .sidemenu .header {
	display: none;
}

#column .sidemenu ul {
	margin: 0;
	width: 100%;
}

#column .sidemenu ul li {
	width: 100%;
}


#column .sidemenu ul span {
	display: block;
	width: 100%;
	background: url(../img/column-sidemenu-1.png) no-repeat 2px 3px;
	color: #666;
	text-decoration: none;
	cursor:pointer;
}

#column .sidemenu ul ul span {background-image: url(../img/column-sidemenu-2.png); background-position: 17px 3px}
#column .sidemenu ul ul ul span {background-image: url(../img/column-sidemenu-3.png); background-position: 32px 6px}
#column .sidemenu ul ul ul ul span {background-image: url(../img/column-sidemenu-4.png); background-position: 47px 6px}

* html #column .sidemenu ul span {background-image: url(../img/column-sidemenu-1.gif)}
* html #column .sidemenu ul ul span {background-image: url(../img/column-sidemenu-2.gif)}
* html #column .sidemenu ul ul ul span {background-image: url(../img/column-sidemenu-3.gif)}
* html #column .sidemenu ul ul ul ul span {background-image: url(../img/column-sidemenu-4.gif)}

#column .sidemenu ul span.active {
	font-weight: bold;
}

#column .sidemenu ul a:hover {
	text-decoration: underline;
}

#column .sidemenu ul a {
	display: block;
	margin: 0 0 0 25px;
	color: #666;
	text-decoration: none;
}

#column .sidemenu ul ul a {margin-left: 40px}
#column .sidemenu ul ul ul a {margin-left: 55px}
#column .sidemenu ul ul ul ul a {margin-left: 70px}

/* ==============================================[ obsah ] */

#main .navi {
	margin: 0 0 1em;
	height: 35px;
	background: #b9c86d url(../img/main-navi.jpg) repeat-x;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
}

#main .navi p {
	margin: 0 20px;
}

#main .navi.navi2{margin:0; margin-top:-12px;}
#main .navi.navi2 .page{margin-top:-13px; margin-right: 10px;}
#main .navi a {
	color: #fff;
	text-decoration: none;
}

#main .navi a:hover {
	color: #222;
}

#main .navi .path {
	float: left;
}

#main .navi .page {
	float: right;
}

#main .navi .page a {
	padding: 0 3px;
}

#main .katalog {
	margin: 0 -10px 0 0;
	width: 880px;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 5px 10px 5px 0;
	width: 210px;
	height: 230px;
	background: url(../img/main-katalog-item.gif) no-repeat;
	overflow: hidden;
}

#main .katalog .item .title,
#main .katalog .item .img,
#main .katalog .item .cena,
#main .katalog .item .menu {
	position: absolute;
	margin: 0;
	left: 6px;
	width: 198px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
}

#main .katalog .item .title {
	top: 10px;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
}

#main .katalog .item .title,
#main .katalog .item .title a {
	color: #b9c86d;
	font-weight: bold;
	text-decoration: none;
}

#main .katalog .item .title a:hover {
	color: #333;
}

#main .katalog .item .img {
	top: 35px;
	height: 125px;
	color: #b9c86d;
}

#main .katalog .item .cena {
	top: 165px;
	height: 20px;
	color: #705c4f;
}

#main .katalog .item .menu {
	top: 190px;
	height: 33px;
	font-size: 12px;
	line-height: 33px;
}

#main .katalog .item .menu li {
	float: left;
	margin: 0 1px 0 0;
	width: 98px;
	height: 100%;
}

#main .katalog .item .menu a {
	display: block;
	height: 100%;
	color: #b9c86d;
	text-decoration: none;
	position:relative;
}

#main .katalog .item .menu a:hover {
	text-decoration: underline;
}
#main .detail .img .lightbox2{
	display: block;
	position: relative;
}
#main .katalog .item .nalepka,
#main .detail .img .nalepka {
	display: block;
	height: 55px;
	width: 55px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}
#main .detail .img .nalepka {
	left:2px;
  top:14px;
}
.nalepka.n01{background-image:url('/img/novinka.png');}
.nalepka.n02{background-image:url('/img/akce.png');}
.nalepka.n03{background-image:url('/img/sleva.png');}
.nalepka.n04{background-image:url('/img/vyprodej.png');}


#main .minikatalog {
	width: 880px;
	margin: 0 -10px 0 0;
}

#main .minikatalog .item {
	float: left;
	margin: 5px 10px 5px 0;
	width: 100px;
	height: 135px;
	text-align: center;
}

#main .minikatalog .item img {
	border: 3px solid #e6e8d8;
}

#main .text {
	font-size:100%;
	line-height:90%;
	border: 3px solid #E5E7D7;
}
#main .text p {
	margin: 5px 10px 5px 10px;
}
#main .text h1,h2 {
	margin: 15px 10px 15px 10px;
}

#main .detail {
	margin: 1em 0;
}

#main .detail .img {
	float: left;
	margin: 0;
	width: 210px;
	overflow: hidden;
}

#main .detail .img img {
	margin: 0;
	border: 3px solid #e6e8d8;
}

#main .detail .info {
	float: right;
	width: 650px;
	overflow: hidden;
}

#main .detail .info .header {
	margin: 0;
}

#main .detail .info .cena {
	height: 33px;	
	color: #baca6e;
	font-size: 16px;
	line-height: 33px;
	white-space: nowrap;
	overflow: hidden;
}

#main .detail .info .cena span {
	display: block;
	float: left;
	padding: 0 15px;
	height: 100%;
	background: url(../img/main-detail-cena.jpg) repeat-x;
}

#main .detail .info .cena strong {
	color: #fff;
}

#main .detail .switch,
#main .detail .box,
#main .detail .suma {
	margin: 5px 220px 5px 0;
}

#main .detail .switch {
	position: relative;
	height: 34px;
	background: url(../img/main-switch.jpg) repeat-x;
	font-size: 16px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

#main .detail .switch .icon,
#main .detail .switch .header,
#main .detail .switch .cena {
	float: left;
	margin: 0 10px;
	height: 100%;
	color: #666;
	font-size: 100%;
	font-weight: bold;
}

#main .detail .switch .icon {
	width: 26px;
	background: url(../img/main-switch-icon.jpg) no-repeat 0 0;
}

#main .detail .block.hidden .switch .icon {
	background-position: 0 -34px;
}

#main .detail .switch .cena {
	float: right;
}

#main .detail .box {
	background: #f0f0f0;
}

#main .detail .box .container {
	margin: 0 10px;
	padding: 1px 0;
}

#main .detail .box.mini h1,
#main .detail .box.mini h2,
#main .detail .box.mini h3,
#main .detail .box.mini h4,
#main .detail .box.mini p {
	display: inline;
}

#main .detail .subswitch {
	margin: 1em 0;
	height: 20px;
	background: url(../img/main-subswitch.gif) repeat-x 0 90%;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

#main .detail .subswitch .icon,
#main .detail .subswitch .header,
#main .detail .subswitch .cena {
	float: left;
	margin: 0;
	padding: 0 10px;
	height: 100%;
	background: #f0f0f0;
	color: #a1b53c;
	font-size: 100%;
	font-weight: normal;
}

#main .detail .subswitch .icon {
	padding: 0;
	width: 20px;
	background: url(../img/main-subswitch-icon.jpg) no-repeat 0 0;
}

#main .detail .subblock.hidden .subswitch .icon {
	background-position: 0 -20px;
}

#main .detail .subswitch .cena {
	float: right;
}

#main .detail .block.hidden .box,
#main .detail .subblock.hidden .subbox {
	display: none;
}

#main .detail .suma table {
	width: 100%;
}

#main .detail .suma table td.n01,
#main .detail .suma table td.n02 {
	color: #a1b53c;
}

#main .detail .suma table td.n01 {
	width: 80px;
}

#main .detail .suma table td.n03 {
	color: #6d594d;
}

#main .detail .vzorkovnik {
	margin: 1em 0;
}

#main .detail .vzorkovnik .item {
	float: left;
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
}

#main .nakresy {
	font-size: 12px;
}

#main .nakresy .item {
	float: left;
	margin: 5px 10px 5px 0;
	width: 280px;
	height: 200px;
	overflow: hidden;
}

#main .nakresy .item .img {
	float: left;
	margin: 0;
	width: 120px;
}

#main .nakresy .item .info {
	float: right;
	width: 140px;
}

#main .strom * {
	color: #baca6e;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
#main .strom span {
	color: black;
	font-weight: 400;
	font-size: 11px;
}

#main .strom a:hover {
	color: #333;
}

table.email td *{
	line-height: 32px;
	vertical-align:middle;
}

.imgs{
	width: 250px;
	float:left;
	margin-right: 20px;
	bottom: 20px;
}
.imgs .pic{
	width: 100px;
	float:left;
	overflow: hidden;
}
.imgs .popis{
	width: 150px;
	float:right;
}

#dopravazdarma{
	position:absolute;
	left:312px;
	top: -3px;
}
