/* /* */
 * screen.css - styl pro zobrazeni na obrazovce
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pozicni bloky ] */

body {
	padding: 25px 0 0;
	background: #231c1b;
	text-align: center;
}

#all {
	position: relative;
	margin: 0 auto;
	padding: 385px 0 0;
	width: 960px;
	text-align: left;
	background:#231c1b;
}

#wrap {
	margin: 0 0 10px;
}

#head,
#foot,
#column,
#main {
	position: relative;
	width: 100%;
}

#head {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 375px;
	background: url(../img/head01.jpg) no-repeat;
	overflow: hidden;
}

#foot {
	height: 115px;
	background: url(../img/foot.jpg) no-repeat;
	overflow: hidden;
}

#column {
	float: left;
	width: 200px;
}

#main {
	float: right;
	width: 740px;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

/* ==============================================[ hlavicka ] */

#head.style01 {background-image: url(../img/head01.jpg)}
#head.style02 {background-image: url(../img/head02.jpg)}
#head.style03 {background-image: url(../img/head03.jpg)}
#head.style04 {background-image: url(../img/head04.jpg)}

#head .header,
#head .hr {
	display: none;
}

#head p,
#head form {
	margin: 0;
	text-align: left;
}

#logo,
#head .topmenu,
#head .user {
	position: absolute;
	overflow: hidden;
}

#logo {
	z-index: 2;
	top: 70px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 265px;
	height: 75px;
}

#head .topmenu {
	top: 93px;
	left: 300px;
	width: 680px;
	height: 34px;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
}

#head .topmenu ul {
	height: 100%;
}

#head .topmenu ul li {
	float: left;
	margin: 0 10px 0 0;
	height: 100%;
}

#head .topmenu ul a {
	display: block;
	height: 100%;
	color: #ff9600;
	background: url(../img/head-topmenu.png) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
}

* html #head .topmenu ul a {
	float: left;
	background-image: url(../img/head-topmenu.gif);
}

#head .topmenu ul a:hover {
	color: #666;
}

#head .topmenu ul span {
	display: block;
	margin: 0 10px;
}

#head .user {
	top: 19px;
	left: 430px;
	width: 520px;
	height: 35px;
	font-size: 12px;
}

#head .user .info {
	float: right;
	width: 160px;
	height: 100%;
	color: #a79286;
	font-size: 10px;
}

#head .user .info a {
	color: #a79286;
}

#head .user .info a:hover {
	color: #ddd;
}

#head .user .login {
	float: left;
	width: 350px;
	height: 100%;
	line-height: 30px;
}

#head .user .login input {
	width: 110px;
	padding-left: 24px;
	background: #3d342f no-repeat 4px 2px;
}

#head .user .login input.n01 {background-image: url(../img/head-user-icon01.gif)}
#head .user .login input.n02 {background-image: url(../img/head-user-icon02.gif)}

/* ==============================================[ paticka ] */

#foot .header,
#foot .hr {
	display: none;
}

#foot p {
	margin: 0;
	height: 100%;
	text-align: left;
}

#foot .copyright,
#foot .netwings {
	position: absolute;
	overflow: hidden;
}

#foot .copyright {
	top: 55px;
	left: 15px;
	width: 600px;
	height: 60px;
	color: #ff8f10;
	font-size: 14px;
	line-height: 60px;
	white-space: nowrap;
}

#foot .copyright a {
	color: #ff8f10;
	text-decoration: none;
}

#foot .copyright a:hover {
	color: #666;
}

#foot .netwings {
	top: 67px;
	left: 780px;
	width: 160px;
	height: 28px;
}

#foot .netwings a {
	display: block;
	height: 100%;
}

#foot .netwings span {
	display: none;
}

/* ==============================================[ sloupec ] */

#column .sidemenu ul {
	margin: 1em 0;
}

#column .sidemenu ul ul {
	margin: 2px 0 2px 20px;
}

#column .sidemenu ul li {
	width: 100%;
}

#column .sidemenu ul a {
	display: block;
	padding: 2px 0;
	width: 100%;
	background: url(../img/column-sidemenu-icon01.gif) no-repeat 0 3px;
	color: #fff;
	text-decoration: none;
}

#column .sidemenu ul a.extended {
	background-image: url(../img/column-sidemenu-icon02.gif);
}

#column .sidemenu ul a.active,
#column .sidemenu ul a:hover {
	color: #ff8f10;
}

#column .sidemenu ul span {
	display: block;
	margin: 0 0 0 25px;
}

#column .basket table {
	padding: 0 0 10px;
}

#column .basket td {
	vertical-align: middle;
}

#column .basket td.n01,
#column .basket td.n02 {
	padding: 0 0 0 25px;
	background: url(../img/column-basket-icon01.gif) no-repeat 0 50%;
}

#column .basket td.n02 {
	background-image: url(../img/column-basket-icon02.gif);
}

/* ==============================================[ obsah ] */

#wrap .box {
	margin: 0 0 20px;
	padding: 5px 0 0;
	background: #000;
}

#main .box {
	margin: 0 20px 20px;
}

#wrap .box .hr {
	display: none;
}
#wrap .box .header {
	position: relative;
	margin: 0 0 0 -10px;
	height: 35px;
	background: #ff8f10 url(../img/wrap-box-header.gif) no-repeat 100% 100%;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
}

#wrap .box .header span {
	display: block;
	margin: 0 20px;
}
#wrap .box h1.header{
	font-size:200%;
}

#wrap .box .header a{
	color: white;
	text-decoration: none;
}

#wrap .box .container {
	margin: 0 10px;
	padding: 1px 0;
}
#main .navi {
	position: relative;
	margin: 5px 0 20px -10px;
	height: 35px;
	background: #ff8f10 url(../img/main-navi.gif) no-repeat 100% 100%;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
}

#main .navi p {
	margin: 0 20px;
}

#main .navi h1 {
	margin: 0 20px;
	padding: 0;
	color: white;
}


#main .navi a {
	color: #fff;
	text-decoration: none;
}

#main .navi a:hover {
	color: #333;
}

#main .batch {
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 2;
	margin: 0;
	width: 56px;
	height: 56px;
	background: url(../img/main-batch01.png) no-repeat;
}

#main .batch.style01 {background-image: url(../img/main-batch01.png)}
#main .batch.style02 {background-image: url(../img/main-batch02.png)}
#main .batch.style03 {background-image: url(../img/main-batch03.png)}
* html #main .batch.style01 {background-image: url(../img/main-batch01.gif)}
* html #main .batch.style02 {background-image: url(../img/main-batch02.gif)}
* html #main .batch.style03 {background-image: url(../img/main-batch03.gif)}

#main .batch span {
	display: none;
}

#main .katalog {
	margin: 0 -70px 0 20px;
	width: 750px;
}

* html #main .katalog {
	overflow: hidden;
}

#main .katalog .item {
	position: relative;
	float: left;
	margin: 0 50px 20px 0;
	width: 200px;
	height: 280px;
	background: #000;
}

#main .katalog .item .header,
#main .katalog .item .img,
#main .katalog .item .cena,
#main .katalog .item .menu {
	position: absolute;
	margin: 0;
	overflow: hidden;
}

#main .katalog .item .header {
	top: 10px;
	left: 10px;
	width: 180px;
	height: 50px;
	font-size: 18px;
	text-align: center;
}

#main .katalog .item .header a {
	color: #ff8f10;
	text-decoration: none;
}

#main .katalog .item .header a:hover {
	color: #666;
}

#main .katalog .item .img {
	top: 70px;
	left: 10px;
	width: 180px;
	height: 100px;
}

#main .katalog .item .cena {
	top: 180px;
	left: 10px;
	width: 180px;
	height: 40px;
	color: #ff8f10;
	font-size: 22px;
	text-align: center;
}

#main .katalog .item .menu {
	top: 230px;
	left: 10px;
	width: 180px;
	height: 40px;
	background: url(../img/main-katalog-item.jpg);
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
}

#main .katalog .item .menu li {
	position: absolute;
	top: 0;
	left: 20px;
	width: 70px;
	height: 100%;
}

#main .katalog .item .menu li.n02 {
	left: 110px;
}

#main .katalog .item .menu a {
	color: #ff8f10;
	text-decoration: none;
}

#main .katalog .item .menu a:hover {
	color: #666;
}

#main .detail {
	position: relative;
	width: 700px;
}

#main .detail .img {
	float: left;
	width: 200px;
}

#main .detail .info {
	float: right;
	width: 460px;
}

#main .detail .price.buy2 form{
	margin: 0;
	padding: 0;
}
#main .detail .price.buy2 button{
	background:none;
	color: white;
	font-weight:400;
}
#main .detail .price {
	margin: 1em 0;
	width: 263px;
	height: 40px;
	background: url(../img/main-detail-price.jpg) no-repeat;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
}
#main .detail .price.buy2 {
	width: 350px;
	background: url(../img/main-detail-price2.jpg) no-repeat;
}
#main .detail .price.buy2 p.n03{
	float:right;
	width:90px;
	text-align: center;
}

#main .detail .price p {
	margin: 0;
	text-align: center;
}

#main .detail .price p.left {
	float: left;
	width: 170px;
}

#main .detail .price p.right {
	float: right;
	width: 70px;
}

#main .detail .price strong {
	color: #ff8f10;
	font-size: 22px;
	font-weight: normal;
}

#main .detail .price a {
	color: #fff;
	text-decoration: none;
}

#main .detail .price a:hover {
	color: #666;
}
.strankovani{text-align:center;}
#kosik .del {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/img/kosik-del.gif) no-repeat;
	margin: 5px auto;
}

#kosik .del span {
	display: none;
}

.variants{
	float:left;
	margin-right: 15px;
	margin-top: 0px;
}
.variants TH{
	background-color: #222;
}
.variants TH,
.variants TD{padding: 1px 5px;}