/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 0;
	background: #e5e5e5 url(../img/body.jpg) repeat-x;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 296px 0 0;
	width: 980px;
	background: #fff url(../img/all.jpg) repeat-x 0 296px;
	text-align: left;
}

#wrap {
	margin: 0 15px;
	background: url(../img/wrap.gif) repeat-y 184px 0;
}

#head,
#foot,
#top,
#column,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -130px;
	width: 1240px;
	height: 296px;
	background: #000 url(../img/head.jpg) no-repeat;
	overflow: visible;
}

#foot {
	padding: 50px 0 0;
	background: #000 url(../img/foot.jpg) repeat-x;
	color: #fff;
	font-size: 12px;
}

#top {
	margin: 0 15px;
	width: 950px;
	height: 50px;
}

#column {
	float: left;
	width: 170px;
}

#main {
	float: right;
	width: 750px;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo,
#head .search,
#head .topmenu,
#head .tagy,
#head .gender,
#head .filtr,
#head .user {
	position: absolute;
	font-size: 12px;
	overflow: hidden;
}
#head .basket{
	position: absolute;
	font-size: 12px;
}


#logo {
	z-index: 2;
	top: 10px;
	left: 15px;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 210px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo span {
	display: none;
}

#head .search {
	top: 0;
	left: 820px;
	width: 275px;
	height: 60px;
	background: url(../img/head-search-icon.gif) no-repeat 0 50%;
	line-height: 60px;
	white-space: nowrap;
}

#head .search form,
#head .search p {
	margin: 0;
}

* html #head .search p {
	margin: 20px 0 0;
}

#head .search input {
	margin: 0 10px 0 40px;
	width: 120px;
	border: 1px solid #c99300;
	background: #000;
	color: #fff;
}

#head .search button {
	background-image: url(../img/head-user-button.png);
}

* html #head .search button {
	background-image: url(../img/head-user-button.gif);
}

#head .topmenu {
	top: 0;
	left: 380px;
	width: 420px;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul li {
	float: left;
	margin: 0 20px 0 0;
}

#head .topmenu a {
	color: #fff;
	text-decoration: none;
}

#head .topmenu a:hover {
	color: #666;
}

#head .tagy {
	top: 165px;
	left: 405px;
	width: 280px;
	height: 70px;
}

#head .tagy ul {
	height: 100%;
}

#head .tagy ul li {
	float: left;
	width: 63px;
	height: 100%;
	overflow: hidden;
}

#head .tagy ul a {
	display: block;
	height: 100%;
}

#head .tagy ul span {
	display: none;
}

#head .gender {
	top: 236px;
	left: 145px;
	width: 170px;
	height: 60px;
	font-size: 18px;
}

#head .gender ul {
	height: 100%;
}

#head .gender li {
	float: left;
	margin: 0 10px;
	height: 100%;
}

#head .gender a {
	display: block;
	height: 100%;
	background: no-repeat 50% 1px;
	text-decoration: none;
}

* html #head .gender a {
	float: left;
}

#head .gender li.n01 a {
	color: #07b6eb;
}

#head .gender li.n01 a.active {
	background-image: url(../img/head-gender-01.gif);
}

#head .gender li.n02 a {
	color: #d1006b;
}

#head .gender li.n02 a.active {
	background-image: url(../img/head-gender-02.gif);
}

#head .gender a:hover {
	color: #666 !important;
}

#head .gender span {
	display: block;
	padding: 12px 0 0;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	cursor: pointer;
}

* html #head .gender span {
	float: left;
}

#head .filtr {
	top: 248px;
	left: 855px;
	width: 240px;
	height: 48px;
	overflow: visible;
}

#head .filtr .switch {
	margin: 0;
	height: 48px;
	text-align: right;
	line-height: 48px;
}

#head .filtr .switch a {
	display: block;
	height: 100%;
	background: url(../img/head-filtr-switch.gif) no-repeat 50px 50%;
	color: #c99300;
	font-size: 18px;
	text-decoration: none;
}

#head .filtr .switch a:hover {
	color: #666;
}

#head .filtr .popup {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	margin: 0;
	width: 100%;
	background: #000;
}

#head .filtr .popup p {
	margin: 1em 10px;
}

#head .filtr .popup label {
	display: block;
	margin: 1em 10px 0.5em;
	color: #c99300;
	font-weight: bold;
}

#head .filtr .popup select {
	width: 220px;
}

#head .filtr .popup .close {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
}

#head .filtr .popup .close a {
	display: block;
	height: 100%;
	background: url(../img/head-filtr-close.gif) no-repeat;
}

#head .filtr .popup .close span {
	display: none;
}

#head .basket {
	top: 185px;
	left: 715px;
	width: 120px;
	height: 50px;
}

#head .basket table {
	margin: 0;
	width: 100%;
}

#head .basket table td {
	padding: 0 0 5px;
}

#head .basket strong {
	color: #c99300;
}

#head .user {
	top: 248px;
	left: 345px;
	width: 480px;
	height: 48px;
}

#head .user label.n01,
#head .user label.n02 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: no-repeat 50% 50%;
}

#head .user label.n01 {
	background-image: url(../img/head-user-01.gif);
}

#head .user label.n02 {
	left: 190px;
	background-image: url(../img/head-user-02.gif);
}

#head .user label.n01 span,
#head .user label.n02 span {
	display: none;
}

#head .user input {
	margin: 0 10px 0 40px;
	width: 120px;
	border: 1px solid #c99300;
	background: #000;
	color: #fff;
}

#head .user button {
	background-image: url(../img/head-user-button.png);
}

* html #head .user button {
	background-image: url(../img/head-user-button.gif);
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
}

#foot .subscribe {
	float: left;
	padding: 0 15px;
	height: 100%;
	background: #d1006b;
}

#foot .subscribe form,
#foot .subscribe p {
	margin: 0;
}

* html #foot .subscribe form {
	margin: 10px 0 0;
}

#foot .subscribe label {
	color: #fff;
	font-weight: bold;
}

#foot .subscribe input {
	margin: 0 15px;
	width: 150px;
	border-color: #fff;
	background: #d1006b;
	color: #fff;
}

#foot .bottommenu {
	float: left;
	padding: 0 15px;
	height: 100%;
}

#foot .bottommenu ul {
	height: 100%;
}

#foot .bottommenu li {
	float: left;
	margin: 0 10px;
}

#foot .bottommenu a {
	color: #c99300;
	text-decoration: none;
}

#foot .bottommenu a:hover {
	color: #666;
}

#foot .middle {
	margin: 1em 15px;
}

#foot .kontakt {
	color: #07b6eb;
	font-size: 16px;
	font-weight: bold;
}

#foot .kontakt p {
	float: left;
	margin: 0 30px 0 0;
}

#foot .kontakt a {
	color: #07b6eb;
	text-decoration: none;
}

#foot .kontakt a:hover {
	color: #666;
}

#foot .znacky a {
	color: #fff;
	text-decoration: none;
}

#foot .znacky a:hover {
	color: #666;
}

#foot .bottom {
	position: relative;
	margin: 0 15px;
	height: 74px;
	background: url(../img/foot-bottom.jpg) no-repeat;
}

#foot .copyright {
	position: absolute;
	top: 32px;
	left: 305px;
	width: 500px;
	height: 20px;
	color: #444;
	text-align: right;
	line-height: 20px;
	white-space: nowrap;
}

#foot .copyright p {
	margin: 0;
}

#foot .copyright a {
	color: #444;
	text-decoration: none;
}

#foot .copyright a:hover {
	color: #666;
}

#foot .copyright span {
	display: none;
}

#foot .netwings {
	position: absolute;
	top: 30px;
	left: 815px;
	width: 125px;
	height: 22px;
}

#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 10px;
}

#column .box .hr {
	display: none;
}

#column .box .header {
	margin: 0;
	padding: 6px 0;
	background: #000;
	color: #c99300;
	font-size: 117%;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
}

#column .box .header span {
	display: block;
	margin: 0 10px;
}

#column .box .container {
	margin: 0 10px;
	padding: 1px 0;
}

#column .box.sidemenu .header {
	display: none;
}

#column .box.sidemenu .container {
	margin: 0;
}

#column .box.sidemenu ul li {
	border-bottom: 1px dashed #bfbfbf;
}

#column .box.sidemenu ul li.last {
	border: none;
}

#column .box.sidemenu ul a {
	display: block;
	padding: 5px 0;
	width: 100%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#column .box.sidemenu ul a:hover {
	color: #07b6eb;
}

#column .box.sidemenu ul a span {
	display: block;
	margin: 0 10px;
}

#column .box.anketa .question {
	padding: 0 0 0.5em;
	border-bottom: 1px dashed #07b6eb;
	text-align: justify;
}

#column .box.anketa .answer {
	margin: 0.5em 0;
}

#column .box.anketa .answer a {
	display: block;
	width: 100%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#column .box.anketa .answer a:hover {
	color: #c99300;
}

#column .box.anketa .answer .bar {
	display: block;
	height: 12px;
}

#column .box.anketa .answer .bar span {
	display: block;
	height: 100%;
	background: url(../img/column-anketa-bar.gif) repeat-x;
}

#column .box.anketa .answer .bar span span {
	display: none;
}

/* ==============================================[ pruh nad obsahem ] */

#top .header,
#top .hr {
	display: none;
}

#top p {
	margin: 0;
}

#top .navi,
#top .zalozky,
#top .paging {
	position: absolute;
	top: 15px;
	height: 35px;
	font-size: 12px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
}

#top .navi {
	left: 200px;
	width: 280px;
}
#top .navi H1{
	margin:0;
	font-size:12px;
	font-weight:400;
	color: black;
}

#top .navi strong {
	font-weight: normal;
}

#top .zalozky {
	left: 0;
	width: 170px;
}

#top .zalozky ul {
	height: 100%;
}

#top .zalozky ul li {
	float: left;
	margin: 0 5px 0 0;
	height: 100%;
}

#top .zalozky ul li.n02 {
	margin: 0;
}

#top .zalozky ul a {
	display: block;
	width: 76px;
	height: 100%;
	background: no-repeat;
	color: #c99300;
	text-align: center;
	text-decoration: none;
}

* html #top .zalozky ul a {
	float: left;
}

#top .zalozky ul a.active {
	background-image: url(../img/top-zalozky.gif);
	font-weight: bold;
}

#top .zalozky ul a:hover {
	color: #666;
}

#top .paging {
	right: 0;
	width: 450px;
}

#top .paging p.n01 {
	float: right;
	width: 270px;
	text-align: center;
}

#top .paging p.n02 {
	float: left;
	width: 150px;
}

#top .paging p.n03 {
	float: right;
	width: 180px;
	text-align: center;
}

#top .paging select {
	width: 140px;
}

#top .paging a {
	padding: 2px;
	color: #000;
	text-decoration: none;
}

#top .paging a:hover {
	color: #666 !important;
}

#top .paging a.active {
	background: #d1006b;
	color: #fff;
}

#top .paging .prev,
#top .paging .next {
	display: block;
	padding: 0;
	width: 40px;
	height: 100%;
	background: url(../img/top-paging.gif) no-repeat 0 50%;
	color: #fff;
	font-weight: bold;
}

#top .paging .prev {
	float: left;
}

#top .paging .next {
	float: right;
	background-position: -40px 50%;
}

#top .paging .prev:hover,
#top .paging .next:hover {
	color: #000 !important;
}
#top .paging FORM{
	margin:0;padding:0;
}

/* ==============================================[ obsah ] */

#main .katalog {
	margin: 15px 0 0;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 0 0 15px;
	width: 250px;
	height: 300px;
	background: url(../img/main-katalog-item.jpg) no-repeat 100% 100%;
	font-size: 12px;
	overflow: hidden;
}

#main .katalog .item .img,
#main .katalog .item .batch,
#main .katalog .item .title,
#main .katalog .item .brand,
#main .katalog .item .price {
	position: absolute;
	margin: 0;
	overflow: hidden;
}

#main .katalog .item .img {
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
}

#main .katalog .item .img img {
	margin: 0;
}

#main .katalog .item .batch {
	top: 150px;
	left: 100px;
	width: 150px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	text-transform: lowercase;
	line-height: 40px;
	background: repeat;
}

#main .katalog .item .batch.n01 {background-image: url(../img/main-katalog-batch-01.png)}
#main .katalog .item .batch.n02 {background-image: url(../img/main-katalog-batch-02.png)}
#main .katalog .item .batch.n03 {background-image: url(../img/main-katalog-batch-03.png)}

#main .katalog .item .batch span {
	display: block;
	margin: 0 15px;
}

#main .katalog .item .title {
	top: 230px;
	left: 15px;
	width: 220px;
	height: 20px;
	line-height: 20px;
}

#main .katalog .item .title {
	color: #d1006b;
}

#main .katalog .item .title a {
	color: #d1006b;
}

#main .katalog .item .title a:hover {
	color: #07b6eb;
}

#main .katalog .item .brand {
	top: 260px;
	left: 140px;
	width: 120px;
	height: 30px;
	line-height: 30px;
}

#main .katalog .item .brand {
	color: #07b6eb;
}

#main .katalog .item .price {
	top: 260px;
	left: 15px;
	width: 120px;
	height: 30px;
	background: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
#main .katalog .item .price span.dph{font-size:8px;}

#main .paging {
	position: relative;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

#main .paging p {
	margin: 0;
}

#main .paging p.n01 {
	float: right;
	width: 270px;
	text-align: center;
}

#main .paging p.n02 {
	float: left;
	width: 150px;
}

#main .paging select {
	width: 140px;
}

#main .paging a {
	padding: 2px;
	color: #000;
	text-decoration: none;
}

#main .paging a:hover {
	color: #666 !important;
}

#main .paging a.active {
	background: #d1006b;
	color: #fff;
}

#main .paging .prev,
#main .paging .next {
	display: block;
	padding: 0;
	width: 40px;
	height: 100%;
	background: url(../img/top-paging.gif) no-repeat 0 50%;
	color: #fff;
	font-weight: bold;
}

#main .paging .prev {
	float: left;
}

#main .paging .next {
	float: right;
	background-position: -40px 50%;
}

#main .paging .prev:hover,
#main .paging .next:hover {
	color: #000 !important;
}

#main .detail {
	margin: 1em 0;
}

#main .detail .head,
#main .detail .info {
	float: left;
	width: 360px;
	overflow: hidden;
}

#main .detail .head .spec {
	margin: 0 -15px 0 0;
}

#main .detail .head .spec .item {
	float: left;
	margin: 0 10px 10px 0;
	width: 170px;
}

#main .detail .head .spec .item .title {
	margin: 0;
}

#main .detail .info {
	float: right;
}

#main .detail .info .title {
	color: #d1006b;
	font-size: 117%;
}

#main .detail .info .title a {
	color: #d1006b;
	text-decoration: underline;
}

#main .detail .info .title a:hover {
	color: #07b6eb;
}

#main .detail .info .brand {
	font-size: 100%;
	color: #07b6eb;
}

#main .detail .info .price {
	width: 150px;
	height: 30px;
	background: #000;
	color: #fff;
	font-size: 133%;
	text-align: center;
	line-height: 30px;
}

#main .detail .info .stat strong {
	color: #d1006b;
}

#main .detail .info .size {
	margin: 1em 0;
}

#main .detail .info .size table {
	margin-top: 0;
	margin-bottom: 0;
	width: 99%;
}

#main .detail .info .size table th,
#main .detail .info .size table td {
	text-align: center;
	vertical-align: middle;
}

#main .basket {
	margin: 1em 0;
}

#main .basket table {
	margin-top: 0;
	width: 99%;
}

#main .basket table th,
#main .basket table td {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

#main .basket table td.n01,
#main .basket table td.n04,
#main .basket table td.n06 {
	text-align: center;
}

#main .basket table td.n02,
#main .basket table td.n05,
#main .basket table td.n07 {
	text-align: right;
}

#main .basket table td.n03 {
	white-space: normal;
}

#main .basket table td.n03 a {
	color: #07b6eb;
	font-weight: bold;
	text-decoration: none;
}

#main .basket table td.n03 a:hover {
	color: #d1006b;
}

#main .basket table td.n07 strong {
	color: #d1006b;
}

#main .basket .suma,
#main .basket .submit {
	float: right;
	width: 60%;
	text-align: right;
}

#main .basket .suma {
	padding-bottom: 1em;
	border-bottom: 1px solid #c99300;
	color: #07b6eb;
	font-size: 117%;
	font-weight: bold;
}

#main .basket .suma strong {
	margin: 0 15px 0 30px;
	color: #d1006b;
}

#main .basket .submit {
	font-size: 92%;
}

#main .basket .submit button {
	margin: 0 0 0 30px;
}

.user .fl{float:left;}
.user p.fl{margin-left: 10px; margin-top: 7px;}

#head .basket a{
	display:block;
	position: absolute;
	top:0px;
	left:-50px;
	width:50px;
	height: 40px;
	text-decoration:none;
}
#head .basket a span{
	visibility: hidden;
	text-decoration:none;
}
span.dph{
	font-size: 10px;
	font-weight: 400;
}
