
/*** msg ***/
.msg{
	width: 90%;
	margin: 20px auto;
	background: rgb(0,98,166);
	color: white;
	text-align: center;
	padding: 10px 0px;
	border: 0px solid silver;
	}



/*** items ***/
.items-nav{
	width: 684px;
	}

.items-nav-title{
	width: 684px;
	background: rgb(228,228,228);
	}

.items-nav-title strong{
	display: block;
	margin: auto;
	font-weight: normal;
	font-size: 0.85em;
	padding: 6px 10px 5px 15px;
	}

.items-nav-title a{
	text-decoration: none;
	color: rgb(184,11,1);
	}

.items-nav-title a:hover{
	text-decoration: underline;
	}

.items-nav-pages{
	width: 684px;
	background: #FCEDF0;
	border-top: 1px solid white;
	border-bottom: 2px solid white;
	font-size: 0.85em;
	}

.items-nav-pages div{
	padding: 5px 15px 4px;
	text-align: right;
	}

.items-list{
	width: 676px;
	margin: 15px auto;
	font-size: 0.85em;
	}

.items-list td{
	vertical-align: top;
	}

td.items-list-bottom{
	vertical-align: bottom;
	padding-bottom: 10px;
	}

.items-one{
	width: 328px;
	background: white url(/images/other/items_back.jpg) no-repeat bottom right;
	border: 1px solid rgb(203,203,203);
	padding: 0px 0px 1px;
	}

.items-one-in{
	width: 328px;
	}

.items-one-col-01{
	width: 122px;
	}

.items-one-img a{
	display: block;
	margin: 2px 2px auto 2px;
	border: 1px solid white;
	}

.items-one-img a:hover{
	border: 1px solid silver;
	}

.items-one-img img{
	display: block;
	border: 3px solid white;
	width: 110px;
	}

.items-one-descr div{
	padding: 10px 5px;
	line-height: 140%;
	}

.items-one-descr ul{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
	margin-left: 0px;
	padding-left: 15px;
	height: 120px;
	overflow: hidden;
	}

.items-one-in table{
	width: 315px;
	margin-bottom: 5px;
	}

.items-one-in table td{
	border: 1px solid rgb(137,137,137);
	text-align: center;
	}

td.items-one-name{
	text-align: center;
	padding: 4px 0px 3px;
	font-weight: bold;
	background: rgb(215,215,215);
	border-bottom: 1px solid silver;
	}


table td.items-one-code{
	border: 1px solid rgb(166,35,59);
	}

.items-one-code a{
	display: block;
	background: rgb(166,35,59);
	color: white;
	padding: 4px 0px 3px;
	font-weight: bold;
	text-decoration: none;
	}

.items-one-code a:hover{
	text-decoration: underline;
	background: rgb(196,65,89);
	}

.items-one-opt td span{
	display: block;
	padding: 4px 0px 3px;
	background: rgb(238,238,238);
	}

.items-one-val td span{
	display: block;
	padding: 4px 0px 3px;
	}

table td.items-one-nob, table td.items-one-detail{
	border: none;
	}

.items-one-price span{
	display: block;
	padding: 4px 0px 3px;
	background: rgb(228,228,228);
	color: rgb(166,35,59);
	}

td.items-one-detail{
	vertical-align: bottom;
	}

.items-one-detail a{
	display: block;
	margin: 0px 5px 0px;
	background: rgb(225,225,225) url(/images/other/items_one_detail2.png) repeat-x bottom;
	border: 1px solid rgb(151,151,151);
	color: rgb(103,21,17);
	padding: 25px 0px 23px;
	font-weight: bold;
	text-decoration: none;
	}

.items-one-detail a:hover{
	background: rgb(200,200,200);
	text-decoration: underline;
	}


.items-null{
	background: rgb(166,35,59);
	color: white;
	font-weight: bold;
	text-align: center;
	width: 450px;
	margin: 35px auto;
	padding: 15px 0px;
	}

/*** item ***/
.item{
	width: 666px;
	margin: 20px auto;
	border: 1px solid rgb(203,203,203);
	background: white url(/images/other/item_back.jpg) no-repeat bottom right;
	}

.item-block{
	width: 640px;
	margin: 10px auto;
	font-size: 0.85em;
	}

.item-block td{
	vertical-align: top;
	}

.item-col-01{
	width: 290px;
	}

.item-img a{
	display: block;
	margin: 10px 8px auto 8px;
	border: 1px solid white;
	}

.item-img a:hover{
	border: 1px solid silver;
	}

.item-img img{
	display: block;
	width: 250px;
	margin: auto;
	border: 10px solid white;
	}

.item-descr div{
	border: 1px solid rgb(137,137,137);
	background: rgb(228,228,228);
	padding: 10px;
	margin: 10px 5px auto;
	}

.dotaz-col-01{
	width: 110px;
	}

.dotaz td{
	padding: 4px 0px 3px;
	}

.dotaz strong{
	display: block;
	text-align: center;
	padding: 4px 0px 3px;
	background: rgb(166,35,59);
	color: white;
	margin-bottom: 8px;
	}

.dotaz input{
	width: 200px;
	position: relative;
	top: -4px;
	}

.dotaz textarea{
	width: 200px;
	height: 75px;
	position: relative;
	top: -4px;
	}

button.dotaz-submit{
	width: 100px;
	padding: 10px 0px;
	font-weight: bold;
	display: block;
	margin: 5px auto auto;
	background: rgb(196,65,89);
	color: white;
	}




.item-info{
	width: 640px;
	font-size: 0.85em;
	text-align: center;
	margin-bottom: 10px;
	}

.item-info-col-01{
	width: 75px;
	}

.item-info-col-02{
	width: 150px;
	}

.item-info-col-03{
	width: 80px;
	}

.item-info td{
	padding: 6px 0px 4px;
	border: 1px solid rgb(137,137,137);
	background: white;
	}

td.item-info-name{
	background: rgb(166,35,59);
	color: white;
	font-weight: bold;
	border: 1px solid rgb(166,35,59);
	}

.item-info-top td{
	background: rgb(238,238,238);
	}

td.item-info-nob{
	background: none;
	border: none;
	vertical-align: top;
	padding-top: 55px;
	}

.item-info-nob input{
	display: block;
	margin: auto;
	border: none;
	width: 72px;
	height: 83px;
	}

.item-info-clr div{
	height: 17px;
	margin: 5px 10px auto;
	}

.item-info-clr span{
	display: block;
	font-size: 0.9em;
	text-align: center;
	padding: 5px;
	}

.item-info-kosik div{
	width: 70px;
	border-top: 1px solid black;
	}

.item-info-kosik img{
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border: none;
	border: 1px solid black;
	border-top: none;
	cursor: pointer;
	}

.item-info-kosik input{
	width: 30px;
	display: block;
	float: left;
	padding: 3px 0px;
	border: none;
	text-align: center;
	background: rgb(240,240,240);
	border-bottom: 1px solid black;
	}

.item-back{
	position: absolute;
	width: 45px;
	background: black;
	color: white;
	margin-top: 3px;
	margin-left: 631px;
	text-align: center;
	padding: 3px 0px 2px;
	font-size: 0.85em;
	text-decoration: none;
	}

.item-back:hover{
	text-decoration: underline;
	}



/*** kosik ***/
.cart-list{
	width: 650px;
	margin-top: 1px;
	background: white url(/images/other/item_back.jpg) no-repeat bottom right;
	}

.cart-list table{
	width: 650px;
	font-size: 0.85em;
	}

.cart-list-col-01{
	width: 100px;
	}

.cart-list-col-02{
	width: 85px;
	}

.cart-list td{
	border: 1px solid black;
	padding: 7px 0px 5px;
	}

.cart-list-top{
	font-weight: bold;
	text-align: center;
	background: rgb(175,36,62);
	color: white;
	}

.cart-list-name a{
	text-decoration: none;
	}

.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(175,36,62);
	color: white;
	}

.cart-list-price-2 b{
	display: block;
	padding-right: 10px;
	text-align: right;
	}

.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 button{
	position: absolute;
	background: rgb(175,36,62);
	color: white;
	font-weight: bold;
	margin-top: -8px;
	margin-left: 20px;
	}

.cart-bot{
	width: 650px;
	margin-top: 1px;
	background: white url(/images/other/item_back.jpg) no-repeat bottom right;
	}

.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 td{
	border: 0px solid silver;
	padding: 7px 0px 5px;
	}

.cart-bot-name b, .cart-bot-name span{
	display: block;
	padding: 0px 10px;
	}

.cart-bot-name b strong{
	font-weight: normal;
	padding-left: 5px;
	}

.cart-bot-name b strong input{
	margin-right: 3px;
	margin-left: 22px;
	}

.cart-bot-name b strong b{
	font-weight: normal;
	padding-left: 155px;
	}


.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(207,51,83);
	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;
	}


/*** profil firmy ***/
.pf{
	width: 90%;
	padding: 10px 0px;
	}

.pf p{
	text-align: justify;
	}


/*** kontakt ***/
.kontakt{
	width: 450px;
	margin: 20px auto;
	table-layout: auto;
	border: 5px solid rgb(222,222,222);
	background: rgb(245,245,245);
	}

.kontakt td{
	padding: 5px;
	vertical-align: top;
	border: 1px solid rgb(222,222,222);
	}

.kontakt-name{
	font-weight: bold;
	background: rgb(222,222,222);
	}


/*** obchodni podminky ***/
.op{
	width: 660px;
	}

.op h3{
	font-size: 1.3em;
	margin: 0px;
	padding: 20px 0px 0px;
	}

.op h4{
	margin: 40px auto auto;
	padding: 4px 5px 3px;
	background: rgb(243,243,243);
	}

.op p{
	padding-left: 5px;
	}


/*** text box ***/
.addt{
	padding: 0px 7px;
	line-height: 150%;
	font-size: 0.85em;
	text-align: justify;
	border: 1px solid rgb(192, 38, 67);
	margin: 0px 1px 6px;
	background: url(/images/other/text_back.png) no-repeat bottom right;
	}

.addt p{
	padding: 6px 0px;
	margin: 0px;
	}


/*** im form ***/
.dotaz-imform{
	width: 300px;
	}

.dotaz-imform-col-01{
	width: 50px;
	}

.dotaz-imform-refresh{
	display: block;
	margin: auto;
	width: 35px;
	height: 35px;
	cursor: pointer;
	}

td.dotaz-imform-center{
	text-align: center;
	}

input.dotaz-imform-input{
	width: 80px;
	}