/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 0 0 20px;
	background: #fff url(/img/body.gif) 50% 0 no-repeat;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 265px 0 0;
	width: 1000px;
	text-align: left;
}

#inner {
	float: left;
	width: 820px;
}

#lcolumn,
#rcolumn {
	float: left;
	width: 170px;
	overflow: hidden;
}

#rcolumn {
	float: right;
	margin: 0 0 10px;
}

#main {
	float: right;
	width: 640px;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 262px;
	background: url(/img/head.jpg) no-repeat;
	overflow: hidden;
}

#foot {
	position: relative;
	width: 100%;
	height: 124px;
	background: url(/img/foot.jpg) no-repeat;
	font-size: 12px;
	overflow: hidden;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

/* ==============================================[ hlavicka ] */

#head .header,
#head .hr {
	display: none;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 75px;
	left: 65px;
	margin: 0;
	padding: 0;
}

#head .background {
	position: absolute;
	background: no-repeat;
}

#head .background.n01 {
	top: 28px;
	left: 340px;
	width: 365px;
	height: 173px;
	background-image: url(/img/head-1.jpg);
}

#head .background.n02 {
	top: 56px;
	left: 435px;
	width: 278px;
	height: 159px;
	background-image: url(/img/head-2.jpg);
}

#head .background.n03 {
	top: 78px;
	left: 370px;
	width: 315px;
	height: 129px;
	background-image: url(/img/head-3.jpg);
}

#head .background.n04 {
	top: 0;
	left: 400px;
	width: 217px;
	height: 168px;
	background-image: url(/img/head-4.jpg);
}

#head .narozeniny {
	position: absolute;
	top: 0px;
	left: 780px;
	width: 200px;
	height: 35px;
	font-size: 12px;
	overflow: hidden;
}

#head .narozeniny .text {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(/img/head-narozeniny-icon.gif) no-repeat 0 50%;
	line-height: 35px;
	white-space: nowrap;
}

#head .narozeniny strong {
	font-weight: normal;
	color: orange;
}

#head .kosik {
	position: absolute;
	top: 58px;
	left: 780px;
	width: 200px;
	height: 80px;
	font-size: 11px;
	line-height: 1.8em;
	overflow: hidden;
}

#head .kosik .header {
	display: block;
	margin: 0 0 5px;
	padding: 0 0 0 24px;
	background: url(/img/head-kosik-icon.gif) no-repeat 0 2px;
	color: #181818;
	font-size: 12px;
	font-weight: normal;
}

#head .kosik .text {
	margin: 0;
}

#head .shopmenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 35px;
	font-size: 13px;
	overflow: hidden;
}

#head .shopmenu li {
	float: left;
	margin: 0 0 0 32px;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
}

* html #head .shopmenu li {
	margin: 0 16px;
}

#head .shopmenu a {
	padding: 0 2px;
	border-bottom: 2px solid #fff;
	color: #181818;
	text-decoration: none;
}

#head .shopmenu a:hover {
	border-color: #ffde00;
	color: #888;
}

#head .topmenu {
	position: absolute;
	top: 207px;
	left: 20px;
	width: 600px;
	height: 47px;
	font-family: MyriadWebPro, "Myriad Web Pro", MyriadWeb, "Myriad Web", MyriadPro, "Myriad Pro", Arial, Helvetica, sans-serif; 
	font-size: 14px;
	overflow: hidden;
}

#head .topmenu li {
	float: left;
	height: 100%;
	line-height: 47px;
	white-space: nowrap;
}

#head .topmenu a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 100%;
	color: #181818;
	background: repeat-x;
	text-decoration: none;
}

#head .topmenu a:hover {
	background-image: url(/img/head-topmenu-hover.gif);
}

#head .searchform {
	position: absolute;
	top: 220px;
	left: 680px;
	width: 300px;
	height: 22px;
	font-size: 14px;
	overflow: hidden;
}

#head .searchform .header {
	display: block;
	float: left;
	margin: 0;
	color: #181818;
	font-size: 100%;
	font-weight: normal;
	line-height: 22px;
	white-space: nowrap;
}

#head .searchform form {
	position: relative;
	float: right;
	margin: 0;
}

#head .searchform .row input {
	position: absolute;
	top: 0;
	right: 30px;
	padding: 4px 0;
	width: 172px;
	height: 12px;
	border: none;
	background: transparent;
	font-size: 12px;
}

#head .searchform .row button {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 22px;
	border: none;
	background: transparent;
}

#head .searchform .row button span {
	display: none;
}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot .stat {
	position: absolute;
	top: 80px;
	right: 200px;
}

#foot .copy {
	position: absolute;
	top: 80px;
	left: 80px;
}

#foot .text {
	margin: 0;
}

#foot a {
	color: #181818;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

/* ==============================================[ sloupec ] */

#lcolumn .hr,
#rcolumn .hr {
	display: none;
}

#lcolumn .box,
#rcolumn .box {
	margin: 0 0 10px;
	width: 100%;
	background: url(/img/column-box.gif) repeat-y;
	overflow: hidden;
}

#lcolumn .box .header,
#rcolumn .box .header {
	margin: 0;
	padding: 0 45px 0 15px;
	height: 30px;
	background: no-repeat;
	font-size: 117%;
	font-weight: normal;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
}

#lcolumn .box .header.h01,
#rcolumn .box .header.h01 {background-image: url(/img/column-header-1.gif)}
#lcolumn .box .header.h02,
#rcolumn .box .header.h02 {background-image: url(/img/column-header-2.gif)}
#lcolumn .box .header.h03,
#rcolumn .box .header.h03 {background-image: url(/img/column-header-3.gif)}
#lcolumn .box .header.h04,
#rcolumn .box .header.h04 {background-image: url(/img/column-header-4.gif)}
#lcolumn .box .header.h05,
#rcolumn .box .header.h05 {background-image: url(/img/column-header-5.gif)}

#lcolumn .box .container,
#rcolumn .box .container {
	margin: 0 1px;
	padding: 10px;
	min-height: 140px;
	background: url(/img/column-box-bgc.gif) repeat-x;
}

* html #lcolumn .box .container,
* html #rcolumn .box .container {
	height: 140px;
}

#lcolumn .box .bgb,
#rcolumn .box .bgb {
	height: 5px;
	background: url(/img/column-box-bgb.gif) no-repeat;
	font-size: 0;
}

#lcolumn .box .menu li,
#rcolumn .box .menu li {
	margin: 0 0 8px;
	line-height: 1.3em;
	padding-left: 16px;
}
#lcolumn .box .menu li img{
	margin-left: -16px;
}
#lcolumn .box .menu li li{
	padding-left: 0px;
	margin-left: -10px;
}


#lcolumn .box .menu a,
#rcolumn .box .menu a {
	color: #181818;
	font-family: MyriadWebPro, "Myriad Web Pro", MyriadWeb, "Myriad Web", MyriadPro, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 117%;
	text-decoration: none;
}

#lcolumn .box .menu a:hover,
#rcolumn .box .menu a:hover {
	color: #ff5800;
}

#lcolumn .box .user,
#rcolumn .box .user {
	margin: 0 0 1em;
	padding: 0 0 0 20px;
	background: url(/img/column-user-icon.gif) no-repeat;
}

#lcolumn .box .user strong,
#rcolumn .box .user strong {
	color: #ffde00;
	font-weight: normal;
}

#lcolumn .box .loginform,
#rcolumn .box .loginform {
	margin: 0;
}

#lcolumn .box .loginform .row,
#rcolumn .box .loginform .row {
	margin: 0 0 5px;
}

#lcolumn .box .loginform .submit,
#rcolumn .box .loginform .submit {
	text-align: right;
}

#lcolumn .box .loginform label,
#rcolumn .box .loginform label {
	display: block;
	margin: 0 0 5px;
	font-size: 92%;
}

#lcolumn .box .loginform input,
#rcolumn .box .loginform input {
	width: 142px;
}

#lcolumn .box .loginform .submit input,
#rcolumn .box .loginform .submit input {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	background: transparent;
	color: #181818;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
}

/* ==============================================[ obsah ] */

#main .navigace {
	margin: 1em 0;
}

#main .back {
	margin: 0 0 10px;
	height: 24px;
}

#main .back a {
	display: block;
	float: right;
	width: 72px;
	height: 24px;
	background: url(/img/main-button.gif) no-repeat;
	color: #181818;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
}

#main .back a:hover {
	text-decoration: underline;
}

#main .katalog .strankovani {
	margin: 25px 0;
}

#main .katalog .strankovani .center {
	text-align: center;
}

#main .katalog .strankovani .center a {
	padding: 2px;
	text-decoration: none;
}

#main .katalog .strankovani .center strong {
	color: #ffde00;
}
#main .katalog .strankovani .right {
	text-align: right;
}

#main .katalog .row {
	margin: 0 -10px 10px 0;
	width: 650px;
}

#main .katalog .item {
	float: left;
	margin: 0 10px 0 0;
	width: 315px;
	height: 231px;
	background: url(/img/main-katalog-item.gif) no-repeat;
	overflow: hidden;
	cursor: hand;
}

#main .katalog .item:hover,
* html #main .katalog .item.hover {
	background-image: url(/img/main-katalog-item-hover.gif);
}

#main .katalog .item .header {
	margin: 0 0 5px;
	padding: 0 10px;
	height: 30px;
	color: #181818;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	white-space: nowrap;
}

#main .katalog .item .container {
	margin: 0 10px;
	padding: 10px 0;
}

#main .katalog .item .img {
	position: relative;
	float: left;
	width: 102px;
}

#main .katalog .item .img img {
	border: 1px solid #ddd;
}

#main .katalog .item .img .batch {
	position: absolute;
	bottom: -10px;
	left: -8px;
	width: 61px;
	height: 61px;
}

#main .katalog .item .img .batch span {
	display: none;
}

#main .katalog .item .img .batch.n01 {background: url(/img/main-katalog-batch-1.png)}
#main .katalog .item .img .batch.n02 {background: url(/img/main-katalog-batch-2.png)}
#main .katalog .item .img .batch.n03 {background: url(/img/main-katalog-batch-3.png)}

#main .katalog .item .info {
	float: right;
	width: 180px;
}
#main .katalog .item .info P {
	margin-top: 0;
	padding-top: 0;
	height:4.5em;
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#main .katalog .item .varianty {
	height: 34px;
	overflow: hidden;
}

#main .katalog .item .varianty .box {
	float: left;
	width: 35px;
	height: 34px;
	background: url(/img/main-katalog-box.gif) no-repeat;
	font-size: 9px;
	text-align: center;
	overflow: hidden;
}

#main .katalog .item .varianty .box span {
	display: block;
	margin: 4px 0 0;
}

#main .katalog .item .vice {
	margin: 10px 20px;
}

#main .katalog .item .vice a {
	display: block;
	width: 72px;
	height: 24px;
	background: url(/img/main-button.gif) no-repeat;
	color: #181818;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
}

#main .katalog .item .vice a:hover {
	text-decoration: underline;
}

#main .detail {
	width: 470px;
}

#main .detail .img {
	float: left;
	margin: 0 0 10px;
	width: 170px;
	text-align: center;
}

#main .detail .img img {
	border: 1px solid #ddd;
}

#main .detail .info {
	float: right;
	margin: 0 0 10px;
	width: 290px;
}

#main .detail .header {
	margin: 0 0 1em;
	border-bottom: 2px solid #ff5800;
	font-size: 142%;
	font-weight: normal;
}

#main .detail .box {
	position: relative;
	margin: 0 0 10px;
	padding: 1px 10px;
	border: 1px solid #bfbfbf;
	background: #f8f8f8;
}

* html #main .detail .box {width: 448px}
* html #main .detail .info .box {width: 268px}

#main .detail .box .corners span {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: no-repeat;
	font-size: 0;
}

#main .detail .box .corners .tl {
	top: -1px;
	left: -1px;
	background-image: url(/img/main-box-tl.gif);
}

#main .detail .box .corners .tr {
	top: -1px;
	right: -1px;
	background-image: url(/img/main-box-tr.gif);
}

#main .detail .box .corners .bl {
	bottom: -1px;
	left: -1px;
	background-image: url(/img/main-box-bl.gif);
}

#main .detail .box .corners .br {
	bottom: -1px;
	right: -1px;
	background-image: url(/img/main-box-br.gif);
}

* html #main .detail .box .corners .bl,
* html #main .detail .box .corners .br {bottom: -2px}

#main .detail .box table {
	margin: 0;
	width: 100%;
}

#main .detail .box table th {
	color: #ff5800;
	font-weight: bold;
	text-align: center;
}

#main .detail .box table a {
	margin: 2px auto 0 auto;
	padding: 0;
	width: 16px;
	height: 14px;
	border: none;
	background: url(/img/main-kosik.gif) no-repeat;
	display:block;
}

#main .detail .box table a span {
	display: none;
}

/* ==============================================[ css hacky ] */

* html #main .katalog .item {
	behavior: url(css/csshover.htc);
}

* html #main .katalog .item .img .batch {
	behavior: url(css/iepngfix.htc);
}

#kosik table{
	width:90%;
 	font-size: 1.2em; 
}
#kosik .del{
	text-align:center;
	vertical-align: middle;
	padding: 3px;
}

#kosik .del span {
	display: none;
}
#order .medium, #kosik .medium{font-size:1.2em;}
#order .big, #kosik .big{font-size:1.5em;}

.button{
	background-color: #f1f1f1;
	border: solid 1px black;
	font-weight: 800;
	padding:3px 5px;
	margin: 1px;
	font-size: 1.2em;
}
.button A{
	text-decoration: none;
}
.bigb{
	font-size: 1.4em;
	padding: 5px 8px;
	margin: 30px auto;
	width: 200px;
	background-color: yellow;
	text-align: center;
	display: block;
}
.important, .errorwin{color: red;}

#head div#doprava {
	position: absolute;
	z-index:3;
	width: 145px;
	height: 25px;
	bottom: 65px;
	left: 110px;	
	background: transparent;
}

#head div#doprava a {
	position: relative;
	display: block;
	height: 100%;	
}

#head div#doprava a span {
	display: none;
}
