/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

html {
	background: #13627e;
}

body {
	padding: 0;
	background: #fff url(/img/head-pattern.jpg) repeat-x;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 315px 0 0;
	width: 950px;
	text-align: left;
}

#wrap {
	margin: 0 0 15px;
}

#inner {
	float: left;
	width: 725px;
}

#foot-pattern {
	width: 100%;
	background: url(/img/foot-pattern.jpg) repeat-x;
}

#head,
#foot,
#lcolumn,
#rcolumn,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -70px;
	width: 1090px;
	height: 300px;
	background: #3e98bb url(/img/head.jpg) no-repeat;
	font-size: 12px;
}

#foot {
	margin: 0 auto;
	width: 950px;
	height: 250px;
	background: url(/img/foot.jpg) no-repeat;
	font-size: 12px;
	text-align: left;
}

#lcolumn,
#rcolumn {
	float: left;
	width: 210px;
}

#rcolumn {
	float: right;
}

#main {
	float: right;
	width: 505px;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#head .text {
	margin: 0;
}

#logo,
#head .topmenu,
#head .gendermenu,
#head .navigace,
#head .basket {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 140px;
	left: 15px;
	margin: 0;
	padding: 0;
	width: 440px;
	height: 70px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#head .topmenu {
	top: 10px;
	left: 70px;
	width: 950px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
	background: url(/img/head-topmenu.gif) repeat-y 100% 0;
}

#head .topmenu li.last {
	margin: 0;
	padding: 0;
	background: transparent;
}

#head .topmenu a {
	color: #fff;
	text-decoration: none;
}

#head .topmenu a:hover {
	text-decoration: underline;
}

#head .gendermenu {
	top: 259px;
	left: 70px;
	width: 371px;
	height: 41px;
	line-height: 41px;
	white-space: nowrap;
}

#head .gendermenu ul {
	height: 100%
}

#head .gendermenu li {
	float: left;
	height: 100%
}

#head .gendermenu li.n01 {width: 151px}
#head .gendermenu li.n02 {width: 104px}
#head .gendermenu li.n03 {width: 115px}

#head .gendermenu a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background: url(/img/head-gendermenu.jpg) no-repeat;
}

#head .gendermenu li.n01 a {background-position: 0px 0px}
#head .gendermenu li.n02 a {background-position: -152px 0px}
#head .gendermenu li.n03 a {background-position: -256px 0px}
#head .gendermenu li.n01 a:hover {background-position: 0px -41px}
#head .gendermenu li.n02 a:hover {background-position: -152px -41px}
#head .gendermenu li.n03 a:hover {background-position: -256px -41px}
#head .gendermenu li.n01 a.active {background-position: 0px -82px !important}
#head .gendermenu li.n02 a.active {background-position: -152px -82px !important}
#head .gendermenu li.n03 a.active {background-position: -256px -82px !important}

#head .gendermenu span {
	display: none;
}

.navigace{
	font-size: 11px;
	line-height: 41px;
	white-space: nowrap;
	z-index: 9;
}
.navigace p{font-size: 11px;margin:0;padding:0;}

.navigace a,
.navigace strong {
	color: #287c9c;
	font-weight: normal;
	text-decoration: none;
}

.navigace a:hover {
	text-decoration: underline;
}

#head .navigace {
	top: 259px;
	left: 450px;
	width: 350px;
	height: 41px;
	font-size: 11px;
	line-height: 41px;
	white-space: nowrap;
}

#head .navigace a,
#head .navigace strong {
	color: #287c9c;
	font-weight: normal;
	text-decoration: none;
}

#head .navigace a:hover {
	text-decoration: underline;
}

#head .basket {
	top: 75px;
	left: 585px;
	width: 200px;
	height: 115px;
	background: url(/img/head-basket-icon.gif) no-repeat 0 100%;
}

#head .basket .header {
	display: block;
	margin: 0 0 5px;
	height: 24px;
	background: url(/img/head-basket-header.gif) no-repeat 50% 50%;
}

#head .basket .header span {
	display: none;
}

#head .basket table {
	margin: 0;
	width: 100%;
}

#head .basket th {
	font-weight: normal;
	text-align: left;
}

#head .basket td {
	color: #409bbd;
	font-weight: bold;
	text-align: right;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .text {
	margin: 0;
}

#foot .kontakt,
#foot .bottommenu,
#foot .znacky,
#foot .netwings,
#foot .copyright {
	position: absolute;
	overflow: hidden;
}

#foot .kontakt {
	top: 12px;
	left: 80px;
	width: 420px;
	height: 41px;
	color: #2c81a2;
	font-size: 14px;
	font-weight: bold;
	line-height: 41px;
	white-space: nowrap;
}

#foot .kontakt a {
	color: #2c81a2;
	text-decoration: none;
}

#foot .kontakt a:hover {
	text-decoration: underline;
}

#foot .bottommenu {
	top: 12px;
	left: 540px;
	width: 395px;
	height: 41px;
	line-height: 41px;
	text-transform: lowercase;
	white-space: nowrap;
}

#foot .bottommenu ul {
	height: 100%;
}

#foot .bottommenu li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 6px 0 0;
	height: 100%;
	background: url(/img/foot-bottommenu.gif) no-repeat 100% 50%;
}

#foot .bottommenu li.last {
	margin: 0;
	padding: 0;
	background: transparent;
}

#foot .bottommenu a {
	color: #000;
	text-decoration: none;
}

#foot .bottommenu a:hover {
	text-decoration: underline;
}

#foot .znacky {
	top: 70px;
	left: 15px;
	width: 710px;
	height: 120px;
	color: #13627e;
	font-size: 10px;
}

#foot .znacky a {
	color: #13627e;
	text-decoration: none;
}

#foot .znacky a:hover {
	text-decoration: underline;
}

#foot .netwings {
	top: 215px;
	left: 15px;
	width: 125px;
	height: 20px;
}

#foot .netwings .text {
	height: 100%;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

#foot .copyright {
	top: 205px;
	left: 540px;
	width: 395px;
	height: 45px;
	color: #fff;
	text-align: right;
	line-height: 45px;
	white-space: nowrap;
}

#foot .copyright a {
	color: #fff;
	text-decoration: none;
}

#foot .copyright a:hover {
	text-decoration: underline;
}

/* ==============================================[ 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;
	padding: 5px 0;
	width: 100%;
	background: #2b80a0 url(/img/column-header.jpg) repeat-x;
	color: #fff;
	font-size: 127%;
	text-align: center;
}

#lcolumn .box .header span,
#rcolumn .box .header span {
	display: block;
	margin: 0 10px;
}

#lcolumn .box .container,
#rcolumn .box .container {
	margin: 0 8px;
	padding: 8px 0;
}

#lcolumn .box.katalog .menu li,
#rcolumn .box.katalog .menu li {
	border-bottom: 1px dotted #ccc;
}

#lcolumn .box.katalog .menu a,
#rcolumn .box.katalog .menu a {
	display: block;
	padding: 4px;
	color: #1c6883;
	text-decoration: none;
}

#lcolumn .box.katalog .menu a:hover,
#rcolumn .box.katalog .menu a:hover {
	color: #c45890;
}

#lcolumn .box.katalog .menu li.act,
#rcolumn .box.katalog .menu li.act {
	background: #a0b93e;
	color: white;
}
#lcolumn .box.katalog .menu li.act a,
#rcolumn .box.katalog .menu li.act a{
	color: white;
}


#lcolumn .box.subscribe form,
#rcolumn .box.subscribe form {
	margin: 0;
	width: 100%;
	background: url(/img/column-subscribe.jpg) repeat-x;
	text-align: right;
}

#lcolumn .box.subscribe input,
#rcolumn .box.subscribe input {
	width: 185px;
}
#lcolumn .box.filtr .header,
#rcolumn .box.filtr .header {
	display: none;
}

#lcolumn .box.filtr .container,
#rcolumn .box.filtr .container {
	background: #f3f3f3 url(/img/column-filtr.jpg) repeat-x;
	margin:0;
	padding-right:7px;
}
#lcolumn .box.filtr form,
#rcolumn .box.filtr form {
	text-align: right;
	width:100%;
	margin:0;
}

#lcolumn .box.filtr input,
#rcolumn .box.filtr input {
	width: 185px;
}

/*.priceinterval
{
	width: 50px !important;
	margin-bottom: 6px;
	background-color: #c00;
}*/

#lcolumn .box.filtr .priceinterval,
#rcolumn .box.filtr .priceinterval {
	width: 50px !important;
	margin: 0 0 6px 2px !important;
	/*margin-bottom: 6px;*/
}

#lcolumn .box.filtr select,
#rcolumn .box.filtr select {
	width: 195px;
}

#lcolumn .box.filtr .separator,
#rcolumn .box.filtr .separator {
	margin: 10px 0;
	height: 1px;
	font-size: 0;
	border-top: 1px solid #b5b5b5;
	background: #fff;
}
/*
#lcolumn .box.best .item,
#rcolumn .box.best .item {
	position: relative;
	margin: 0 0 15px;
} 

#lcolumn .box.best .img,
#rcolumn .box.best .img {
	text-align: center;
}

#lcolumn .box.best .cena,
#rcolumn .box.best .cena {
	position: absolute;
	bottom: -3px;
	right: 20px;
	padding: 5px 20px;
	background: #f5d81a;
	color: #fff;
	font-size: 109%;
	font-weight: bold;
}

* html #lcolumn .box.best .cena,
* html #rcolumn .box.best .cena {
	top: 0;
}*/


/* ==============================================[ obsah ] */

#main .katalog-navigace a {
	padding: 0 2px;
	border: 1px solid #fff;
	color: #13627e;
	font-weight: bold;
	text-decoration: none;
}

#main .katalog-navigace a:hover {
	border-color: #ccc;
}

#main .katalog-navigace a.active {
	border-color: #2b80a0 !important;
}

#main .katalog {
	margin: 10px 0 0 0px;
	width: 510px;
	padding-left:5px;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	width: 160px;
	height: 257px;
	background: url(/img/main-katalog.jpg) no-repeat;
	font-size: 11px;

}

#main .katalog .item .man,
#main .katalog .item .header,
#main .katalog .item .img,
#main .katalog .item .cena,
#main .katalog .item .detail {
	position: absolute;
	text-align: center;
	overflow: hidden;
}

#main .katalog .item .header {
	top: 10px;
	left: 9px;
	margin: 0;
	width: 142px;
	height: 40px;
	overflow: hidden;
	font-size: 13px;
}

#main .katalog .item .img {
	top: 77px;
	left: 9px;
	width: 142px;
	height: 145px;
}

#main .katalog .item .man {
	top: 57px;
	left: 0;
	width: 100%;
}
#main .katalog .item .man{
	color: #a0ba3f;
	font-size:11px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}


#main .katalog .item .nalepka{
	position:absolute;
	width:57px;
	height:58px;
	overflow:hidden;
	bottom: 28px;
	left:-5px;
	background-repeat: no-repeat;
}
.nalepka.n01{background-image: url("/img/akce.png");}
.nalepka.n02{background-image: url("/img/novinka.png");}
.nalepka.n03{background-image: url("/img/kus.png");}
.item A{text-decoration:none;}
#main .katalog .item .cena {
	top: 222px;
	left: 9px;
	width: 72px;
	height: 23px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	white-space: nowrap;
}

#main .katalog .item .detail {
	top: 222px;
	left: 91px;
	width: 59px;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
}

#main .katalog .item .detail a {
	display: block;
	height: 100%;
	color: #000;
	text-decoration: none;
}

#main .katalog .item .detail a:hover {
	text-decoration: underline;
}

#main .detail {position: relative;}
#main .detail-navigace {
	text-align: right;
}

#main .detail-navigace a {
	color: #287c9c;
	text-decoration: none;
}

#main .detail-navigace a:hover {
	text-decoration: underline;
}

#main .detail-navigace strong {
	margin: 0 5px;
	padding: 0 2px;
	background: #287c9c;
	color: #fff;
}

#main .detail .img {
	float: left;
	width: 240px;
	text-align: center;
}

#main .detail .desc {
	float: left;
	width: 250px;
	margin-left:5px;
}

#main .detail .cena {
	font-size: 164%;
}

#main .detail .cena strong {
	padding: 6px 16px;
	background: #a0b93e;
	color: #fff;
	font-weight: bold;
}

#main .detail .box {
	font-size:0.8em;
	position: relative;
	margin: 1em 0 1em -5px;
	padding: 10px 0 20px;
	width: 100%;
	background: url(/img/main-detail-box-bgt.jpg) no-repeat 50% 0;
}

#main .detail .box .bgb {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(/img/main-detail-box-bgb.jpg) no-repeat 50% 0;
}

#main .detail .box form,
#main .detail .box table {
	margin: 0;
	width: 100%;
}

#main .detail .box th,
#main .detail .box td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.box .content{
	padding-left: 15px;
}

#kosik table {
	width: 95%;
}
#kosik .del {
	vertical-align:middle;
	text-align:center;
}


#filtr {
	position: absolute;
	z-index: 2;
	bottom: 5px;
	right: 70px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 30px;
	cursor: hand;
}

#filtr a {
	position: relative;
	display: block;
	height: 100%;
}

#filtr span {
	display: none;
}

#rcolumn .best .item {
	position: relative;
	margin: 0 auto 10px auto;
	width: 160px;
	height: 257px;
	background: url(/img/main-katalog.jpg) no-repeat;
	font-size: 11px;
	overflow: hidden;
}

#rcolumn .best .item .header,
#rcolumn .best .item .img,
#rcolumn .best .item .cena,
#rcolumn .best .item .detail {
	position: absolute;
	text-align: center;
	overflow: hidden;
}

#rcolumn .best .item .header {
	font-size: 11px;
	color: #2b80a0;
	top: 10px;
	left: 9px;
	margin: 0;
	width: 142px;
	height: 34px;
	background: none;
	overflow: hidden;
}

#rcolumn .best .item .img {
	top: 62px;
	left: 9px;
	width: 142px;
	height: 145px;
}

#rcolumn .best .item .cena {
	top: 222px;
	left: 9px;
	width: 72px;
	height: 23px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	white-space: nowrap;
}

#rcolumn .best .item .detail {
	top: 222px;
	left: 91px;
	width: 59px;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
}

#rcolumn .best .item .detail a {
	display: block;
	height: 100%;
	color: #000;
	text-decoration: none;
}

#rcolumn .best .item .detail a:hover {
	text-decoration: underline;
}

h1.text{
	font-size:14px;
	font-weight:800;
}
.strankovani div.right{text-align:right; width:55%;}
.detail .links *{vertical-align:middle; line-height:16px;}
.detail .links a{text-decoration: none;}
.detail .links a:hover{text-decoration: underline;}
.detail .links img{padding-right: 5px;}

.detail .img a{
	cursor: url('/img/magnify.png'), url('/img/magnify.ani'), default;
	
}

.detail #form1{
	border: solid 1px #287c9c;
	position: absolute;
	width: 452px;
	background-color: white;
	padding: 25px;
	z-index: 1000;
	left: 0;
	top: -25px;
}
.detail #form1 img{
	position: absolute;
	top: 5px;
	right: 5px;
}
.detail #form1 .info{
	font-size:80%;
	text-align:right;
}

.box.sendpages .container{
	padding: 0 0 !important;
}
.box.sendpages .container .buttonholder{
	margin-top: 3px;
}

.finfo{
	position:absolute;
	bottom: 8px;
	font-size: 8px;
	left: 200px;
}