/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 0;
	background: #21221d;
	color: #fff;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 343px 0 0;
	width: 950px;
	text-align: left;
}

#wrap {
	margin: 0 0 15px;
}

#inner {
	float: left;
	width: 725px;
}

#head,
#foot,
#lcolumn,
#rcolumn,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 328px;
	background: url(../img/head.jpg) no-repeat;
}
#head.n01{background-image:url(../img/head1.jpg);}
#head.n02{background-image:url(../img/head2.jpg);}
#head.n03{background-image:url(../img/head3.jpg);}
#head.n04{background-image:url(../img/head4.jpg);}

#foot {
	height: 185px;
	background: url(../img/foot.jpg) no-repeat
}

#lcolumn,
#rcolumn {
	float: left;
	margin: 0 0 -15px;
	width: 210px;
}

#rcolumn {
	float: right;
}

#main {
	float: right;
	width: 500px;
}

/* ==============================================[ 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 .search,
#head .sitemenu,
#head .topmenu {
	position: absolute;
	font-size: 11px;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 20px;
	left: 12px;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 85px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#head .search {
	top: 0;
	left: 740px;
	width: 200px;
	height: 40px;
	text-align: right;
	line-height: 40px;
	white-space: nowrap;
}

#head .search form,
#head .search p {
	margin: 0;
}

* html #head .search form {
	margin-top: 8px;
}

#head .search input {
	width: 100px;
}

#head .sitemenu {
	top: 0;
	left: 405px;
	width: 325px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
}

#head .sitemenu li {
	float: left;
	margin: 0 10px 0 0;
}

#head .sitemenu a {
	color: #326385;
	font-weight: bold;
	text-decoration: none;
}

#head .sitemenu a.active,
#head .sitemenu a:hover {
	color: #000;
}

#head .topmenu {
	top: 77px;
	left: 400px;
	width: 550px;
	height: 27px;
	line-height: 27px;
	white-space: nowrap;
}

#head .topmenu li {
	position: absolute;
	top: 0;
	width: 103px;
	height: 27px;
}

#head .topmenu li.n01 {left: 0; z-index: 9}
#head .topmenu li.n02 {left: 92px; z-index: 8}
#head .topmenu li.n03 {left: 184px; z-index: 7}
#head .topmenu li.n04 {left: 276px; z-index: 6}
#head .topmenu li.n05 {left: 368px; z-index: 5}

#head .topmenu li.active {
	z-index: 10;
}

#head .topmenu a {
	display: block;
	height: 100%;
	background: url(../img/head-topmenu.png) no-repeat;
	color: #000;
	text-decoration: none;
}

* html #head .topmenu a {
	background-image: url(../img/head-topmenu.gif);
}

#head .topmenu li.active a {
	background-position: 0 -27px;
	color: #000 !important;
}

#head .topmenu a:hover {
	color: #ccc;
}

#head .topmenu span {
	display: block;
	margin: 0 15px 0 5px;
	text-align: center;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot p {
	margin: 0;
}

#foot .znacky,
#foot .sitemenu,
#foot .copyright {
	position: absolute;
	font-size: 11px;
	overflow: hidden;
}

#foot .znacky {
	top: 20px;
	left: 250px;
	width: 680px;
	height: 110px;
	color: #326385;
	font-weight: bold;
}

#foot .znacky a {
	color: #326385;
	text-decoration: none;
}

#foot .znacky a:hover {
	color: #000;
}

#foot .sitemenu {
	top: 20px;
	left: 10px;
	width: 210px;
	height: 14px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	white-space: nowrap;
}

#foot .sitemenu li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #326385;
}

#foot .sitemenu li.last {
	margin: 0;
	padding: 0;
	border-right: none;
}

#foot .sitemenu a {
	color: #326385;
	text-decoration: none;
}

#foot .sitemenu a.active,
#foot .sitemenu a:hover {
	color: #000;
}

#foot .copyright {
	top: 150px;
	left: 15px;
	width: 920px;
	height: 35px;
	color: #6fabd4;
	text-align: right;
	line-height: 35px;
	white-space: nowrap;
}

#foot .copyright a {
	color: #6fabd4;
	text-decoration: underline;
}

#foot .copyright a:hover {
	color: #444;
}

/* ==============================================[ sloupec ] */

#lcolumn .box,
#rcolumn .box {
	margin: 0 0 15px;
	width: 100%;
}

#lcolumn .box .hr,
#rcolumn .box .hr {
	display: none;
}

#lcolumn .box .header,
#rcolumn .box .header {
	margin: 0 0 10px;
	height: 31px;
	background: url(../img/column-box-header.jpg) no-repeat;
	color: #326385;
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
	white-space: nowrap;
}

#lcolumn .box .header span,
#rcolumn .box .header span {
	display: block;
	margin: 0 10px;
}

#lcolumn .box .fold,
#rcolumn .box .fold {
	position: relative;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
}

#lcolumn .box .fold li,
#rcolumn .box .fold li {
	position: absolute;
	top: 0;
	width: 86px;
	height: 22px;
}

#lcolumn .box .fold li.n01,
#rcolumn .box .fold li.n01 {left: 0; z-index: 9}
#lcolumn .box .fold li.n02,
#rcolumn .box .fold li.n02 {left: 80px; z-index: 8}
#lcolumn .box .fold li.active2 {z-index: 100;}


#lcolumn .box .fold a,
#rcolumn .box .fold a {
	display: block;
	position: relative;
	height: 100%;
	background: url(../img/column-box-fold.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

* html #lcolumn .box .fold a,
* html #rcolumn .box .fold a {
	background-image: url(../img/column-box-fold.gif);
}

#lcolumn .box .fold li.active a,
#rcolumn .box .fold li.active a {
	background-position: 0 -22px;
	color: #fff !important;
}


#lcolumn .box .fold a:hover,
#rcolumn .box .fold a:hover {
	color: #000;
}

#lcolumn .box .fold span,
#rcolumn .box .fold span {
	display: block;
	margin: 0 15px 0 5px;
	text-align: center;
}

#lcolumn .box .container,
#rcolumn .box .container {
	margin: 0;
	padding: 10px;
	background: #9cb104 no-repeat 100% 100%;
	color: #326385;
}

#lcolumn .box .bgt,
#rcolumn .box .bgt,
#lcolumn .box .bgb,
#rcolumn .box .bgb {
	position: relative;
	margin: 0 0 -3px;
	width: 100%;
	height: 3px;
	background: #9cb104 url(../img/column-box-bgt.gif) no-repeat;
	font-size: 0;
}

.box .bgt2{
	background: #9cb104 url(../img/column-box-bgt2.gif) no-repeat !important;
}

#lcolumn .box .bgb,
#rcolumn .box .bgb {
	margin: -3px 0 0;
	background-color: transparent;
	background-image: url(../img/column-box-bgb.gif);
}

#lcolumn .box.sidemenu .header,
#rcolumn .box.sidemenu .header {
	display: none;
}

#lcolumn .box.sidemenu .container,
#rcolumn .box.sidemenu .container {
	background-image: url(../img/column-topmenu.jpg);
}

#lcolumn .box.sidemenu .container .menu ul,
#rcolumn .box.sidemenu .container .menu ul {
	margin: 3px 0 -3px;
}

#lcolumn .box.sidemenu .container .menu li,
#rcolumn .box.sidemenu .container .menu li {
	padding: 0 0 3px;
}

#lcolumn .box.sidemenu .container .menu a,
#rcolumn .box.sidemenu .container .menu a {
	display: block;
	position: relative;
	background: url(../img/column-topmenu-bullet.gif) no-repeat 0 2px;
	color: #326385;
	font-weight: bold;
	text-decoration: none;
}

#lcolumn .box.sidemenu .container .menu ul a,
#rcolumn .box.sidemenu .container .menu ul a {
	background-image: url(../img/column-topmenu-bullet-2.gif);
	background-position: 30px 2px;
}

#lcolumn .box.sidemenu #menu2 .menu a,
#rcolumn .box.sidemenu #menu2 .menu a {
	background-image: url(../img/column-topmenu-bullet-2.gif);
}

#lcolumn .box.sidemenu #menu2 .menu ul a,
#rcolumn .box.sidemenu #menu2 .menu ul a {
	background: url(../img/column-topmenu-bullet.gif) no-repeat 0 2px;
	background-position: 30px 2px;
}

#lcolumn .box.sidemenu .container .menu a.active,
#rcolumn .box.sidemenu .container .menu a.active {
	color: #000;
}

#lcolumn .box.sidemenu .container .menu a:hover,
#rcolumn .box.sidemenu .container .menu a:hover {
	color: #000;
}

#lcolumn .box.sidemenu .container .menu span,
#rcolumn .box.sidemenu .container .menu span {
	display: block;
	margin: 0 0 0 20px;
}

#lcolumn .box.sidemenu .container .menu ul span,
#rcolumn .box.sidemenu .container .menu ul span {
	margin: 0 0 0 45px;
}

#lcolumn .box.news .container,
#rcolumn .box.news .container {
	background-image: url(../img/column-news.jpg);
	background-position: 0 100%;
	text-align: right;
}

#lcolumn .box.news input,
#rcolumn .box.news input {
	width: 180px;
}

#lcolumn .box.kontakt .container,
#rcolumn .box.kontakt .container {
	padding: 25px 10px;
	background-image: url(../img/column-kontakt.jpg);
	font-size: 109%;
	font-weight: bold;
	text-align: center;
}

#lcolumn .box.kontakt a,
#rcolumn .box.kontakt a {
	color: #326385;
	text-decoration: none;
}

#lcolumn .box.kontakt a:hover,
#rcolumn .box.kontakt a:hover {
	color: #000;
}

#lcolumn .box.user .header,
#rcolumn .box.user .header {
	display: none;
}

#lcolumn .box.user .container,
#rcolumn .box.user .container {
	padding: 25px 10px;
	background-image: url(../img/column-user.jpg);
	background-position: 0 100%;
	font-weight: bold;
}

#lcolumn .box.user #boxusermenu,
#rcolumn .box.user #boxusermenu,
#lcolumn .box.sidemenu #menu2,
#rcolumn .box.sidemenu #menu2 {
	background-image: none;
	color: #9cb104;
	background-color: #326385;
}
#lcolumn .box.sidemenu #menu2 A,
#rcolumn .box.sidemenu #menu2 A{
	color: #9cb104;
}

#boxusermenu A{ color: #9cb104; }

#lcolumn .box.user form,
#rcolumn .box.user form {
	margin: 0;
}

#lcolumn .box.top .container,
#rcolumn .box.top .container {
	margin: 15px 0 0;
	padding: 0;
	background: transparent;
}

#lcolumn .box.top .item,
#rcolumn .box.top .item {
	position: relative;
	margin: 0 25px 15px;
	width: 160px;
	height: 180px;
	font-size: 11px;
	background: url(../img/column-top-item.gif) no-repeat;
}

#lcolumn .box.top .title,
#rcolumn .box.top .title,
#lcolumn .box.top .img,
#rcolumn .box.top .img,
#lcolumn .box.top .cena,
#rcolumn .box.top .cena {
	position: absolute;
	text-align: center;
	overflow: hidden;
}

#lcolumn .box.top .title,
#rcolumn .box.top .title {
	margin: 0;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 50px;
	font-size: 100%;
	font-weight: bold;
	color: #326385;
}

#lcolumn .box.top .title a,
#rcolumn .box.top .title a {
	display: block;
	color: #326385;
	text-decoration: none;
}

#lcolumn .box.top .title a:hover,
#rcolumn .box.top .title a:hover {
	color: #000;
}

#lcolumn .box.top .img,
#rcolumn .box.top .img {
	top: 60px;
	left: 5px;
	width: 150px;
	height: 115px;
}

#lcolumn .box.top .cena,
#rcolumn .box.top .cena {
	bottom: 0px;
	right: 0px;
	padding: 0 10px;
	height: 26px;
	background: url(../img/column-top-cena.jpg) repeat-x;
	color: #fff;
	font-size: 109%;
	font-weight: bold;
	line-height: 26px;
}

/* ==============================================[ obsah ] */

#main .navi {
	color: #6fabd4;
}

#main .filtr {
	margin: 1em 0;
	height: 45px;
	background: url(../img/main-filtr.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
}

#main .filtr .container {
	margin: 0 10px;
	padding: 14px 0;
}

#main .filtr p {
	margin: 0;
}

#main .filtr a {
	color: #368;
	text-decoration: underline;
}

#main .filtr a:hover {
	color: #000;
}
#main .filtr form{
	margin:0;
	padding:0;
}

#main .filtr select {
	margin: 0 5px;
}

#main .strankovac {
	margin: 1em 0;
	color: #6fabd4;
}

#main .strankovac p {
	margin: 0;
}

#main .strankovac a {
	color: #6fabd4;
	text-decoration: none;
}

#main .strankovac a:hover {
	color: #fff;
}

#main .strankovac strong {
	color: #fff;
	font-weight: normal;
}

#main .katalog {
	margin: 1em -10px 1em 0;
	width: 510px;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	width: 160px;
	height: 263px;
	background: url(../img/main-katalog-item.jpg) no-repeat;
	font-size: 11px;
	overflow: hidden;
}

#main .katalog .title,
#main .katalog .img,
#main .katalog .cena,
#main .katalog .badge,
#main .katalog .more,
#main .katalog .buy {
	position: absolute;
	overflow: hidden;
}

#main .katalog .title {
	margin: 0;
	top: 8px;
	left: 10px;
	width: 140px;
	height: 40px;
	color: #368;
	font-size: 100%;
	text-align: center;
	overflow:hidden;
	line-height:1.2em;
}

#main .katalog .man a{
	font-size:0.9em;
	position: absolute;
	top: 50px;
	left: 10px;
	text-decoration:none;
}
#main .katalog .title a {
	display: block;
	color: #368;
	text-decoration: none;
}

#main .katalog .title a:hover {
	color: #000;
}

#main .katalog .img {
	top: 70px;
	left: 10px;
	width: 140px;
	height: 110px;
	text-align: center;
}
#main .katalog .item .buy select{
	width:85px;
	margin-right:0px;
}
#main .katalog .cena {
	top: 189px;
	right: 0;
	height: 28px;
	padding: 0 10px;
	background: url(../img/main-katalog-cena.jpg) repeat-x;
	font-size: 109%;
	font-weight: bold;
	line-height: 28px;
	white-space: nowrap;
}

#main .katalog .more {
	top: 189px;
	left: 10px;
	width: 70px;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
}

#main .katalog .more a {
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/main-katalog-more.gif) no-repeat 0 50%;
	color: #444;
	text-decoration: none;
}

#main .katalog .more a:hover {
	color: #000;
}

#main .katalog .badge {
	top: 120px;
	left: 5px;
	width: 71px;
	height: 71px;
	background: no-repeat;
}

* html #main .katalog .badge {
	behavior: url(css/iepngfix.htc);
}

#main .katalog .badge.n01 {background-image: url(../img/main-katalog-badge-1.png)}
#main .katalog .badge.n02 {background-image: url(../img/main-katalog-badge-2.png)}

#main .katalog .badge span {
	display: none;
}

#main .katalog .buy {
	top: 218px;
	left: 10px;
	width: 140px;
	height: 40px;
	text-align: right;
}

#main .navigator {
	margin: 1em 0;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#main .navigator p {
	margin: 0;
}

#main .navigator .menu {
	width: 70px;
	height: 30px;
}

#main .navigator .menu li {
	width: 30px;
	height: 30px;
	background: url(../img/main-navigator.jpg) no-repeat;
}

#main .navigator .menu li.right {
	background-position: 0 -30px;
}

#main .navigator .menu a {
	display: block;
	height: 100%;
}

#main .navigator .menu span {
	display: none;
}

#main .detail .img {
	float: right;
	width: 250px;
	text-align: center;
}

#main .detail .cena {
	float: left;
	margin: 1em 0;
	width: 235px;
	color: #71726f;
	text-align: center;
}

#main .detail .cena strong {
	color: #fff;
}

#main .detail .cena .final {
	border-bottom: 1px solid #71726f;
	font-size: 164%;
}

#main .detail .buy {
	float: left;
	margin: 1em 0 1em 20px;
	width: 200px;
	height: 41px;
	background: url(../img/main-detail-buy.jpg) no-repeat;
	font-size: 11px;
	text-align: right;
	line-height: 41px;
	white-space: nowrap;
	overflow: hidden;
}
#main .detail .buy select{
	width:105px;
}

* html #main .detail .buy {
	margin-left: 20px;
}

#main .detail .buy form {
	margin: 0 10px;
}

* html #main .detail .buy form {
	padding: 8px 0 0;
}

#main .detail .buy p {
	margin: 0;
}

#main .kosik {
	margin: 1em 0;
}

#main .kosik strong {
	color: #9cb104;
}

#main .kosik a {
	color: #9cb104;
	font-weight: bold;
	text-decoration: none;
}

#main .kosik a:hover {
	color: #000;
}

#main .kosik .seznam table {
}

#main .kosik .seznam th,
#main .kosik .seznam td {
	padding: 3px 6px;
	vertical-align: middle;
}

#main .kosik .seznam th {
	border: 0 solid #326385;
	border-width: 0 1px 1px;
	border-bottom-color: #71726f;
	border-right-color: #21221d;
	background: #326385;
	white-space: nowrap;
}

#main .kosik .seznam td {
	border: 1px solid #71726f;
}

#main .kosik .seznam td.text-right {
	white-space: nowrap;
}

#main .kosik .cena {
	float: right;
	width: 220px;
}

#main .kosik .cena table {
	width: 100%;
}

#main .kosik .cena th,
#main .kosik .cena td {
	padding: 3px 6px;
	vertical-align: middle;
}

#main .kosik .cena td.text-right {
	white-space: nowrap;
}

#main .kosik .funkce {
	float: left;
	margin: 1em 0;
	width: 260px;
	height: 41px;
	background: url(../img/main-kosik-funkce.jpg) no-repeat;
	text-align: center;
	line-height: 41px;
	white-space: nowrap;
	overflow: hidden;
}

#main .kosik .funkce p {
	margin: 0;
}

* html #main .kosik .funkce p {
	margin: 9px 0 0;
}

#main .kosik .funkce button {
	margin: 0 3px;
}

#main .kosik .vice {
	margin: 1em 0;
	text-align: right;
}

#main .kosik .vice p {
	margin: 0;
}

#main .registrace {
	margin: 1em 0;
}

#main .registrace em,
#main .registrace .important,
#main .registrace .errorwin
{
	color: #9cb104;
	font-style: normal;
	
}

#main .registrace .tip,
{
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	color: #9cb104;
	background: url(../img/main-registrace-tip.jpg) no-repeat 0 50%;
}

#main .registrace form,
#main .registrace fieldset {
	margin: 0;
}

#main .registrace fieldset{
	border-bottom: 1px solid #71726f;
}

#main .registrace legend,
#main .registrace H2 {
	margin: 0 0 1em;
	color: #fff;
	font-size: 127%;
	font-weight: bold;
}

#main .registrace table {
	margin: 0;
	width: 100%;
}

#main .registrace td {
	padding: 6px 4px;
	width: 33%;
}
#main .registrace dt{
	clear:both;
	width:100px;
	float:left;
	padding-top:5px;
}
#main .registrace dd{
	float:left;
	padding-top:5px;
	width: 300px;
}

#main .registrace dt,
#main .registrace label {
	color: #6fabd4;
}
#main .registrace dt{
	clear:both !important;
}
#main .registrace input {
	width: 150px;
}

#main .registrace select {
	width: 160px;
}

#main .registrace input.error {
	background: #9cb104;
}
.kosik .del {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/img/kosik-del.gif) no-repeat;
	margin: 5px auto;
}

.kosik .del span {
	display: none;
}
