/*
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	background: #f3f3f3 url(../img/body.png) repeat-x;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 270px 0 0;
	width: 960px;
	text-align: left;
}

#head,
#foot,
#column,
#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -30px;
	width: 1020px;
	height: 270px;
	background: url(../img/head.png) no-repeat;
}

#foot {
	margin: 0 -30px;
	width: 1020px;
	height: 90px;
	background: url(../img/foot.png) no-repeat;
}

#column {
	float: left;
	width: 200px;
}

#rcolumn {
	float: right;
}

#main {
	float: right;
	width: 740px;
}

/* ==============================================[ vlastni tridy ] */

.hidden {
	display: none;
}

* html .png {
	behavior: url(./css/iepngfix.htc);
}

/* ==============================================[ hlavicka ] */

#head .header  {
	display: none;
}

#logo,
#head .slogan,
#head .basket,
#head .topmenu,
#head .category,
#head .subcategory {
	position: absolute;
	font-size: 12px;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 5px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 95px;
	height: 126px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#head .slogan {
	top: 60px;
	left: 150px;
	width: 600px;
	height: 30px;
	color: #60585a;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
}

#head .slogan p {
	margin: 0;
}

#head .basket {
	top: 35px;
	left: 800px;
	width: 185px;
	height: 70px;
	color: #fff;
}

#head .basket .header {
	display: block;
	margin: 0;
	height: 20px;
	color: #fff;
	font-weight: normal;
	text-align: right;
	line-height: 20px;
	white-space: normal;
}

#head .basket p {
	margin: 20px 0;
}

#head .basket a.more {
	padding: 0 0 0 20px;
	color: #fff;
	background: url(../img/head-basket.png) no-repeat 0 50%;
}

#head .basket a.more:hover {
	color: #ccc;
}

#head .topmenu {
	top: 0;
	left: 130px;
	width: 890px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	white-space: nowrap;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul li {
	float: left;
	padding: 0 0 0 20px;
	height: 100%;
	background: url(../img/head-topmenu.png) no-repeat 8px 50%;
}

#head .topmenu ul li.first {
	padding: 0;
	background: transparent;
}

#head .topmenu ul a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

* html #head .topmenu ul a {
	float: left;
}

#head .topmenu ul a:hover {
	text-decoration: underline;
}

#head .topmenu ul a.active {
	font-weight: bold;
	text-decoration: underline;
}

#head .category {
	top: 124px;
	left: 29px;
	width: 1000px;
	height: 110px;
	font-size: 14px;
}

#head .category ul {
	height: 100%;
}

#head .category ul li {
	float: left;
	margin: 0 19px 0 0;
	width: 90px;
	height: 100%;
}

#head .category ul a {
	display: block;
	position: relative;
	height: 82px;
	border: 4px solid #ccc;
	background: #fff url(../img/head-cathegory.png) no-repeat;
	color: #60585a;
	text-decoration: none;
}

#head .category ul li.n01 a {background-position: 0px 0}
#head .category ul li.n02 a {background-position: -82px 0}
#head .category ul li.n03 a {background-position: -163px 0}
#head .category ul li.n04 a {background-position: -246px 0}
#head .category ul li.n05 a {background-position: -328px 0}
#head .category ul li.n06 a {background-position: -410px 0}
#head .category ul li.n07 a {background-position: -492px 0}
#head .category ul li.n08 a {background-position: -574px 0}
#head .category ul li.n09 a {background-position: -656px 0}

#head .category ul a:hover {
	border-color: #7f5327;
	border-bottom-width: 25px;
}

#head .category ul a.active {
	border-color: #e63;
	border-bottom-width: 25px;
}

#head .category ul span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#head .subcategory {
	top: 234px;
	left: 40px;
	width: 950px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	white-space: nowrap;
}

#head .subcategory ul {
	height: 100%;
}

#head .subcategory ul li {
	float: left;
	padding: 0 0 0 20px;
	height: 100%;
	background: url(../img/head-subcategory.png) no-repeat 8px 50%;
}

#head .subcategory ul li.first {
	padding: 0;
	background: transparent;
}

#head .subcategory ul a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

* html #head .subcategory ul a {
	float: left;
}

#head .subcategory ul a:hover {
	text-decoration: underline;
}

#head .subcategory ul a.active {
	font-weight: bold;
	text-decoration: underline;
}

/* ==============================================[ paticka ] */

#foot .header {
	display: none;
}

#foot p {
	margin: 0;
}

#foot .info,
#foot .mail,
#foot .copyright,
#foot .netwings {
	position: absolute;
	font-size: 12px;
	overflow: hidden;
}

#foot .info {
	top: 0;
	left: 340px;
	width: 150px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	white-space: nowrap;
}

#foot .mail {
	top: 0;
	left: 585px;
	width: 150px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	white-space: nowrap;
}

#foot .mail a {
	color: #fff;
	text-decoration: none;
}

#foot .mail a:hover {
	text-decoration: underline;
}

#foot .copyright {
	top: 50px;
	left: 100px;
	width: 730px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#foot .netwings {
	top: 50px;
	left: 840px;
	width: 150px;
	height: 30px;
}

#foot .netwings p {
	height: 100%;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings a span {
	display: none;
}

/* ==============================================[ sloupec ] */

#column .box {
	width: 100%;
	margin: 0 0 10px;
}

#column .box .header {
	margin: 0;
	padding: 8px 0;
	background: #f87f19 url(../img/column-box-header.png) repeat-x;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
}

#column .box .header span {
	margin: 0 12px;
}

#column .box .container {
	margin: 0;
	padding: 1px 0;
}

#column .box.sidemenu {
	margin: 0 0 1px;
	background: #7b522c url(../img/column-sidemenu.png) repeat-x;
}

#column .box.sidemenu .header {
	display: none;
}

#column .box.sidemenu ul {
	padding: 5px 0;
}

#column .box.sidemenu ul ul {
	margin: 0;
	background: #452310;
	font-size: 92%;
}

#column .box.sidemenu ul li {
	width: 100%;
}

#column .box.sidemenu ul a {
	display: block;
	position: relative;
	padding: 6px 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#column .box.sidemenu ul ul a {
	padding: 2px 0;
	width: 100%;
	font-weight: normal;
}

#column .box.sidemenu ul a:hover {
	background: #2e170b;
}

#column .box.sidemenu ul a.active {
	font-weight: bold;
	text-decoration: underline;
}

#column .box.sidemenu ul span {
	display: block;
	margin: 0 12px;
}

#column .box.sidemenu ul ul span {
	margin: 0 24px;
}
#column .box.sidemenu ul ul ul li {
	margin-left: 10px;
}


#column .box.akce {
	margin: 0 0 1px;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
}

#column .box.akce .header {
	display: none;
}

#column .box.akce p {
	margin: 0;
	height: 100%;
}

#column .box.akce p a {
	display: block;
	height: 100%;
	background: url(../img/column-akce.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#column .box.akce p a:hover {
	text-decoration: underline;
}

#column .box.akce p a span {
	display: block;
	margin: 0 12px;
}

#column .box.vyrobci {
	height: 35px;
	background: #4c2814;
	line-height: 35px;
	white-space: nowrap;
}

#column .box.vyrobci .header {
	display: none;
}

#column .box.vyrobci p {
	margin: 0;
	height: 100%;
}

#column .box.vyrobci p span {
	display: block;
	margin: 0 12px;
}

#column .box.vyrobci select {
	width: 175px;
}

#column .box.login p {
	text-align: right;
}

#column .box.login p input {
	width: 143px;
}

#column .box.subscribe p {
	text-align: right;
}

#column .box.subscribe p input {
	width: 143px;
}

#column .box.product .item {
	position: relative;
	margin: 1em 0;
	height: 125px;
	background: url(../img/column-product.png) no-repeat;
	overflow: hidden;
}

#column .box.product .item .title,
#column .box.product .item .img,
#column .box.product .item .price,
#column .box.product .item .menu {
	position: absolute;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
}

#column .box.product .item .title {
	top: 5px;
	left: 5px;
	width: 190px;
	height: 20px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
}

#column .box.product .item .title a {
	font-weight: normal;
	text-decoration: none;
}

#column .box.product .item .img {
	top: 30px;
	left: 5px;
	width: 90px;
	height: 80px;
}

#column .box.product .item .img img {
	margin: 0;
}

#column .box.product .item .price {
	top: 40px;
	left: 100px;
	width: 95px;
	height: 20px;
	color: #fe5206;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

#column .box.product .item .menu {
	top: 65px;
	left: 100px;
	width: 95px;
	height: 50px;
}

#column .box.product .item .menu li {
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
}

#column .box.product .item .menu a {
	display: block;
	height: 100%;
}

#column .box.product .item .menu span {
	display: block;
	margin: 0 0 0 20px;
}

/* ==============================================[ obsah ] */

#main .navi {
	font-weight: bold;
}

#main .control {
	margin: 1em 0;
	line-height: 2;
	white-space: nowrap;
}

#main .control p {
	margin: 0;
}

#main .control .info {
	float: left;
}

#main .control .vyrobci {
	float: right;
}
#main .control .vyrobci  FORM{
	display: inline;
}

#main .control .vyrobci select {
	width: 120px;
}

#main .control .page p {
	text-align: center;
}

#main .control .page a,
#main .control .page strong {
	margin: 0 5px;
	text-decoration: none;
}

#main .katalog {
	margin: 1em -20px 1em 0;
	width: 760px;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 10px 20px 10px 0;
	width: 170px;
	height: 170px;
	background: url(../img/main-katalog-item.png) no-repeat;
	overflow: hidden;
}

#main .katalog .item .title,
#main .katalog .item .img,
#main .katalog .item .price,
#main .katalog .item .menu {
	position: absolute;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
}

#main .katalog .item .title {
	top: 5px;
	left: 5px;
	width: 160px;
	height: 20px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
}

#main .katalog .item .title a {
	font-weight: normal;
	text-decoration: none;
}

#main .katalog .item .img {
	top: 30px;
	left: 5px;
	width: 160px;
	height: 80px;
}

#main .katalog .item .img img {
	margin: 0;
}

#main .katalog .item .price {
	top: 110px;
	left: 5px;
	width: 160px;
	height: 20px;
	color: #fe5206;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
}

#main .katalog .item .menu {
	top: 130px;
	left: 5px;
	width: 160px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#main .katalog .item .menu li {
	height: 100%;
}

#main .katalog .item .menu li.n01 {
	float: left;
	width: 75px;
}

#main .katalog .item .menu li.n02 {
	float: right;
	width: 83px;
}

#main .katalog .item .menu a {
	display: block;
	height: 100%;
}

#main .katalog .item .menu span {
	display: block;
	margin: 0 0 0 35px;
}

#main .back {
	float: right;
	margin: 0.5em 0;
	font-weight: bold;
}

#main .back p {
	margin: 0;
}

#main .detail {
	margin: 1em 0;
	background: #e8e8e8;
}

#main .detail .col1,
#main .detail .col2,
#main .detail .col3 {
	float: left;
}

#main .detail .col1 {
	width: 120px;
}
#main .detail .col1.var {
	width: 250px;
}

#main .detail .col1 .img img {
	margin: 0;
}

#main .detail .col2 {
	width: 150px;
}

#main .detail .col2 .buy {
	display: block;
	width: 107px;
	height: 35px;
	background: url(../img/main-detail-buy.png) no-repeat;
	font-size: 12px;
	line-height: 35px;
	white-space: nowrap;
}

#main .detail .col2 .buy span {
	display: block;
	margin: 0 0 0 35px;
	color: black;
	font-weight: 400;
	text-decoration: underline;
	margin-top: -6px;
}

#main .detail .col1 .buy {
	display: block;
	width: 107px;
	height: 35px;
	background: url(../img/main-detail-buy.png) no-repeat;
	font-size: 12px;
	line-height: 35px;
	white-space: nowrap;
	margin: 0;
}

#main .detail .col1 .buy span {
	display: block;
	margin: 0 0 0 40px;
}


#main .detail .col3 {
	width: 470px;
}

#main .detail .col3 .phone {
	float: right;
	margin: 5px 0;
	width: 110px;
	height: 110px;
	background: url(../img/main-detail-phone.png) no-repeat;
}

#main .detail .container {
	margin: 0 10px;
	padding: 1px 0;
}
#main .detail .col1 table{
	text-align:center;
	margin-left:10px;
}
#main .detail .col1 table td{
	line-height:35px;
	height:35px;
	vertical-align:middle;
}
