/*** administrace ***/
.login{
	width: 300px;
	margin: 30px auto 20px;
	}

.login table{
	width: 300px;
	margin: 20px auto;
	}

.login td{
	padding: 5px;
	}

.login input{
	background: rgb(248,248,248);
	}

.login h2{
	text-align: center;
	}

input.submit{
	width: 80%;
	border: 2px solid black;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	background: rgb(119,191,136);
	}

.submit-block{
	padding: 15px 0px 5px;
	}


/*** items-list ***/
/*
.items-list-top{
	width: 675px;
	padding-top: 110px;
	}
*/
.items-list{
	width: 675px;
	margin: auto auto 20px;
	}

.items-list-col-01{
	width: 260px;
	}

.items-list td{
	vertical-align: top;
	}

.items-list-img{
	padding-top: 30px;
	}

.items-list img{
	display: block;
	margin: auto auto 10px;
	}

.items-list-row td{
	border-bottom: 1px solid rgb(191,191,184);
	}

.items-list h3{
	font-size: 1.15em;
	}

.items-list h3 a{
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid rgb(191,191,184);
	}

.items-list h3 a:hover{
	text-decoration: underline;
	}

.items-list-right{
	padding: 30px 0px 15px;
	}

.items-list ul{
	list-style-type: none;
	margin: auto;
	padding: 0px;
	}

.items-list li{
	background: url(/images/main/list_item.png) no-repeat 2px 3px;
	margin: auto;
	padding: 2px 5px 2px 18px;
	}

.items-list-descr{
	font-size: 0.85em;
	padding: 7px 0px 8px;
	color: rgb(40,40,42);
	}

.items-list-but{
	padding-top: 10px;
	}

.items-list-but input{
	float: left;
	background: url(/images/main/list_item_2.png) no-repeat;
	border: none;
	width: 138px;
	font-size: 0.85em;
	font-weight: bold;
	padding: 4px 0px 3px;
	cursor: pointer;
	}

.items-list-but input:hover{
	text-decoration: underline;
	}

.items-list-but a{
	width: 97px;
	float: left;
	background: url(/images/main/list_item_3.png) no-repeat;
	font-size: 0.85em;
	color: white;
	padding: 5px 0px 4px;
	text-align: center;
	text-decoration: none;
	}

.items-list-but a:hover{
	text-decoration: underline;
	}

.items-list-but-space-1{
	display: block;
	float: left;
	width: 10px;
	height: 15px;
	}

.items-list-but-space-2{
	display: block;
	float: left;
	width: 10px;
	height: 15px;
	}

.items-list-price{
	float: left;
	width: 150px;
	color: rgb(131,11,18);
	padding: 4px 0px 2px;
	}

.items-list-radary-top{
	width: 630px;
	margin: auto auto auto 0px;
	font-size: 0.85em;
	}

.items-list-radary-top-in{
	padding: 8px 0px 8px 15px;
	}

.items-list-radary-top h3{
	font-size: 1em;
	color: rgb(131,11,18);
	}

.items-list-radary-top h3 strong{
	font-size: 1.4em;
	color: rgb(20,20,20);
	}

.items-list-radary-top p{
	padding-left: 0px;
	}

.items-list-radary-top a{
	color: black;
	}


/*** detail ***/
.detail{
	width: 660px;
	padding: 70px 0px 20px;
	background: white;
	}

.detail-store{
	text-align: right;
	padding: 0px 30px 4px 0px;
	font-size: 0.95em;
	}

.detail-store b{
	color: red;
	}

b.detail-store-yes{
	color: rgb(21,157,78);
	}

.detail h3.detail-top{
	width: 660px;
	background: rgb(233,233,223);
	border-bottom: 2px solid white;
	}

.detail h3.detail-top strong{
	display: block;
	padding: 7px 18px 6px;
	}

.detail h3.detail-top a{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: 5px;
	margin-left: 634px;
	}

.detail h3.detail-top img{
	display: block;
	width: 20px;
	height: 20px;
	border: none;
	}

.detail-image{
	width: 660px;
	background: rgb(233,233,223);
	padding: 5px 0px;
	}

.detail-image div{
	width: 650px;
	padding: 15px 0px;
	background: white;
	}

.detail-image img{
	display: block;
	margin: auto;
	}

.detail-name{
	width: 660px;
	margin-top: 20px;
	}

.detail-name b{
	display: block;
	padding: 4px 0px 3px 12px;
	background: url(/images/main/detail_1.png) no-repeat 2px 8px;
	color: rgb(183,36,36);
	}

.detail-name b span{
	color: black;
	}


.detail-warning{
	width: 660px;
	margin-top: 20px;
	background: rgb(193,193,177);
	font-size: 0.85em;
	line-height: 140%;
	}

.detail-warning-in{
	width: 656px;
	margin-right: 0px;
	background: rgb(241,241,234) url(/images/main/detail_2.png) no-repeat bottom right;
	}

.detail-warning a{
	color: rgb(55,55,55);
	}

.detail-warning h3{
	padding: 10px 0px 0px 12px;
	color: rgb(131,11,18);
	}

.detail-warning-list{
	list-style-type: none;
	margin-left: 0px;
	}

.detail-warning-list li{
	background: url(/images/main/detail_3.png) no-repeat 0px 3px;
	padding-left: 15px;
	}

.detail-warning-list a{
	color: rgb(131,11,18);
	font-weight: bold;
	}

.detail-descr{
	width: 660px;
	background: rgb(233,233,223);
	padding: 3px 0px;
	font-size: 0.9em;
	}

.detail-descr-in{
	width: 654px;
	background: rgb(247,247,247);
	}

.detail-descr-inin{
	padding: 15px 10px 10px;
	}

.detail-descr p{
	text-align: justify;
	}

.detail-descr a{
	color: rgb(55,55,55);
	}

.detail-images{
	width: 618px;
	}

.detail-images td{
	vertical-align: top;
	padding: 10px 10px;
	}

.detail-images img{
	display: block;
	margin: auto;
	}

.detail-images a{
	display: block;
	border: 3px solid rgb(202,202,187);
	}

.detail-images a:hover{
	border: 3px solid rgb(131,11,18);
	}

.detail-qy{
	width: 630px;
	}

.detail-qy textarea{
	width: 620px;
	height: 50px;
	display: block;
	margin: auto;
	border: 1px solid rgb(127,157,185);
	}

.detail-qy p{
	width: 610px;
	display: block;
	margin: 0px;
	padding-top: 5px;
	}

.detail-qy input{
	border: 1px solid rgb(127,157,185);
	}

input.detail-qy-submit{
	border: none;
	margin-left: 10px;
	padding: 4px 0px 3px;
	width: 110px;
	background: url(/images/main/detail_4.png);
	}

.detail-ord{
	width: 660px;
	background: rgb(51,51,51);
	font-size: 0.9em;
	padding: 3px 0px;
	}

.detail-ord-in{
	width: 654px;
	background: rgb(244,244,244);
	}

.detail-ord table{
	width: 640px;
	margin: 15px auto 10px;
	}

.detail-ord-col-01{
	width: 120px;
	}

.detail-ord-col-02{
	width: 100px;
	}

.detail-ord-col-03{
	width: 145px;
	}

.detail-ord-top td{
	border-bottom: 2px solid rgb(212,212,212);
	text-align: center;
	font-weight: bold;
	font-size: 0.95em;
	padding-bottom: 3px;
	}

.detail-ord-price{
	text-align: center;
	}

.detail-ord-submit input{
	width: 139px;
	background: url(/images/other/tocart.png);
	padding: 3px 17px 13px 0px;
	color: white;
	font-weight: bold;
	font-size: 0.85em;
	border: none;
	cursor: pointer;
	position: relative;
	top: 5px;
	}

.detail-ord-kosik div{
	width: 70px;
	border-top: 1px solid black;
	}

.detail-ord-kosik img{
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border: none;
	border: 1px solid black;
	border-top: none;
	cursor: pointer;
	}

.detail-ord-kosik input{
	width: 30px;
	display: block;
	float: left;
	padding: 3px 0px;
	border: none;
	text-align: center;
	background: white;
	border-bottom: 1px solid black;
	}

/*** msgc ***/
.msgc{
	width: 496px;
	margin-top: 15px;
	background: rgb(131,11,18) url(/images/other/cartok_2.png) no-repeat bottom;
	}

.msgc-top{
	width: 496px;
	height: 8px;
	font-size: 1px;
	background: url(/images/other/cartok_1.png) top;
	}

.msgc-top div{
	width: 58px;
	height: 67px;
	background: url(/images/other/cartok.png);
	position: absolute;
	margin-left: 455px;
	margin-top: -16px;
	}

.msgc-text{
	padding: 20px 0px 27px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 160%;
	}

.msgc-text a{
	color: yellow;
	}

.msgc-text strong{
	display: block;
	padding: 0px 0px 8px;
	text-align: center;
	color: rgb(230,230,230);
	font-size: 1.2em;
	}


/*** msg ***/
.msg{
	padding: 20px 5px;
	}

.msg div{
	width: 50%;
	margin: auto;
	background: rgb(0,98,166);
	color: white;
	text-align: center;
	padding: 10px 0px;
	border: 2px solid white;
	line-height: 160%;
	}

.msg a{
	color: white;
	font-weight: bold;
	}


/*** cart ***/
.cart-list{
	width: 650px;
	padding: 116px 0px 20px;
	}

.cart-list table{
	width: 650px;
	font-size: 0.85em;
	background: rgb(233,233,223);
	}

.cart-list-col-01{
	width: 100px;
	}

.cart-list-col-02{
	width: 85px;
	}

.cart-list-col-03{
	width: 115px;
	}

.cart-list td{
	border: 1px solid black;
	padding: 7px 0px 5px;
	}

.cart-list-top{
	font-weight: bold;
	text-align: center;
	background: rgb(131,11,18);
	color: white;
	}

.cart-list-name a{
	text-decoration: none;
	color: rgb(131,11,18);
	}

.cart-list-name a:hover{
	text-decoration: underline;
	}

.cart-list-name span{
	font-weight: normal;
	font-size: 0.95em;
	}

.cart-list-name b{
	display: block;
	padding: 0px 7px;
	}

.cart-list-price span{
	display: block;
	padding-right: 10px;
	text-align: right;
	}

.cart-list-price-2{
	background: rgb(131,11,18);
	color: white;
	}

.cart-list-price-2 b{
	display: block;
	padding-right: 10px;
	text-align: right;
	}

.cart-list-price-3{
	background: rgb(170,1,1);
	color: white;
	}

.cart-list-price-3 b{
	display: block;
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
	}

.cart-js div{
	width: 70px;
	border-top: 1px solid black;
	}

.cart-js img{
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border: none;
	border: 1px solid black;
	border-top: none;
	cursor: pointer;
	}

.cart-js input{
	width: 30px;
	display: block;
	float: left;
	padding: 3px 0px;
	border: none;
	text-align: center;
	background: white;
	border-bottom: 1px solid black;
	}

td.cart-list-right{
	border: none;
	background: white;
	}

.cart-list-right b{
	display: block;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	}

.cart-list-right span{
	display: block;
	padding-right: 10px;
	text-align: right;
	}

.cart-list-right button{
	position: absolute;
	background: rgb(131,11,18);
	color: white;
	font-weight: bold;
	margin-top: -8px;
	margin-left: 20px;
	}



.cart-bot{
	width: 650px;
	margin-top: 1px;
	background: rgb(233,233,223);
	}

.cart-bot-table{
	width: 650px;
	font-size: 0.85em;
	border: 1px solid black;
	}

.cart-bot-col-01{
	width: 105px;
	}

.cart-bot-col-02{
	width: 78px;
	}

.cart-bot-col-03{
	width: 40px;
	}

.cart-bot-col-04{
	width: 195px;
	}

.cart-bot td{
	border: 0px solid silver;
	padding: 7px 0px 5px;
	}

.cart-bot-name b, .cart-bot-name span{
	display: block;
	padding: 0px 10px;
	}

.cart-bot-inputs span{
	display: block;
	padding: 2px 0px 4px;
	}

.cart-bot-inputs input{
	position: relative;
	top: 1px;
	}

.cart-bot-name-2{
	vertical-align: top;
	}

.cart-bot-name-2 b{
	display: block;
	padding: 2px 10px;
	}

.cart-bot-input-1{
	width: 130px;
	border: 1px solid black;
	margin-left: 10px;
	}

.cart-bot-input-2{
	width: 45px;
	border: 1px solid black;
	}

.cart-bot-input-3{
	width: 86px;
	border: 1px solid black;
	margin-left: 10px;
	}

.cart-bot-input-4{
	width: 90px;
	border: 1px solid black;
	}

.cart-pom{
	padding: 0px 8px;
	}

.cart-bot-line{
	font-size: 1px;
	}

.cart-bot-descr textarea{
	display: block;
	margin: auto;
	width: 515px;
	}

.cart-bot-submit{
	position: absolute;
	background: rgb(131,11,18);
	color: white;
	font-weight: bold;
	width: 200px;
	margin-top: -16px;
	margin-left: 15px;
	font-size: 1.55em;
	padding: 4px 0px 3px;
	}

#pokladna{
	width: 650px;
	padding: 30px 0px;
	}

.cart-error{
	background: red;
	color: white;
	border: 1px solid black;
	padding-bottom: 8px;
	margin-bottom: 10px;
	}

.cart-error div{
	text-align: center;
	}

.cart-error b{
	display: block;
	text-align: center;
	padding: 8px 0px;
	}

/*** texty ***/
.texty{
	padding: 60px 20px 20px;
	}

.texty a{
	color: black;
	}

/*** kontakt ***/
.kontakt-mapka{
	width: 500px;
	}

.kontakt-mapka img{
	display: block;
	margin: auto;
	width: 234px;
	height: 140px;
	border: 2px solid rgb(188,193,199);
	}

.kontakt-mapka a{
	display: block;
	margin: 10px auto auto;
	}

#mapa-1, #mapa-2, #mapa-3{
	width: 699px;
	height: 478px;
	position: absolute;
	margin-left: 50px;
	margin-top: -130px;
	display: none;
	z-index: 100;
	border: 5px solid rgb(188,193,199);
	}
