body{
	font-family: Tahoma, Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;
	
	margin: 0;
	padding: 0;
	
	text-align: center;
	
	color: #626262;
	
	background: url(bg.gif) repeat-x;
	background-color: #fcc334; 
}

body.editor{
	margin: 5px;
	background-color: white;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0.8em;
	margin-bottom: 0;
	margin-right: 0.6em;
	margin-left: 0;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #6c441c;

}
h1{ font-size: 150%; }
h2{ font-size: 150%; }
h3{ font-size: 130%; }
h4{ font-size: 130%; }
h5{ font-size: 110%; }
h6{ font-size: 110%; }

h1, h3, h5{

}
h2, h4, h6{
	color: #6c441c;
}

table{
	font-size: 100%;

}
* html table{

}

td{
}

/* tabulky z editoru */
table.standard{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
table.standard th,
table.standard td{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0.2em;
}
table.standard th{
	background: #DA9F60;
	
}
table.colored{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
table.colored th,
table.colored td{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0.2em;
}
table.colored th{
	background: #6C441C;
	color: white;
}
/*********************/

form{
	margin: 0;
	padding: 0;
}
button{
	background: #018346;
	border: 1px solid #DAA964;
	color: #FFD324;
	font-weight: bold;

}
input{
	border: 1px inset #B3B3B3;
}
input,
textarea{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	overflow: hidden;
	width: auto;
	color: gray;
}
textarea,
input.field{
	border: 1px solid #DAA964;
	border: 1px inset #ADADAD;
	
}
input.file{

}
input.radio,
input.checkbox{
	width: auto;
	border: none;
}
textarea{
	/*width: 250px;
	height: 100px;*/
}
select{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
}

button{
	font-size: 100%;

}

p{
	margin: 0.2em;
	margin-left: 0;
	margin-right: 0;
}

a{
	color: #6c441c;
}
a:visited{

}
a:hover,
a.active{
	color: #da9f60;
}
a img, a:link img{
	border: none;
}

ul{
	margin: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding: 0;
}
ul li{
	list-style: none;
	background: url(li-bg.gif) no-repeat;
	background-position: 0em 0.3em;
	padding-left: 1.2em;
}
ol{
	margin: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2.6em;
	padding: 0;
}
ol li{
	margin: 0;
	padding: 0;
}


.align-right{
	text-align: right;
	float: right;
}

.dashed-border{
	clear: both;
	height: 6px;
	line-height: 6px;
	overflow: hidden;
	border-bottom: 1px dashed #666666;
}
.no-border{
	border: none;
}
.ie-fix{
	background: #999999;
	height: 1px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
}
.req{
	color: red;
}
.show-back{
	text-align: right;
	clear: both;
}

.cleaner{
	clear: both;
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
	position: relative;
}
.cleaner.spacer{
	height: 4px;
}

/* main */

#main{
	width: 652px;
	background: url(main-bg.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
.header{
	background: url(header-bg.jpg) no-repeat;
	height: 262px;
	position: relative;
}
.header .info{
	position: absolute;
	left: 10px;
	top: 13px;
	color: #daa964;
}
a.home-link{
	display: block;
	height: 130px;
	width: 140px;
	position: absolute;
	top: 60px;
	left: 40px;
	
}
a.home-link span{
	display: none;
}
.content{
	background: url(content-bg.gif) repeat-y;
	width: 643px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	padding-top: 5px;
}
.content .col-left{
	width: 170px;
	float: left;
}
.content .col-right{
	width: 450px;
	float: right;
	margin-right: 10px;

}
* html .content .col-right{
	margin-right: 5px;
}
.page-label, 
.page-label h2{
	margin: 0;
	margin-bottom: 5px;
}
.page-label h5{
	margin: 0;
	margin-bottom: 10px;
}

/* main-menu */
.main-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 8px;
}
.main-menu ul li{
	padding: 0;
	margin-bottom: 10px;
	background: none;
	
}
.main-menu ul li a{
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #f2dfc5;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}

.main-menu ul li ul{
	margin-left: 0px;
	margin-top: 3px;
}
.main-menu ul li a.active{
	color: #da9f60;
	text-decoration: none;
}
.main-menu ul li ul li{
	background: url(li-bg.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	margin-bottom: 3px;

}

/* main-menu:end */


/* gallery */
.gallery{
	margin-top: 0.5em;
}
.gallery table{
	width: 100%;
}
.gallery table td{
	padding: 0.3em;
	text-align: center;

}
.gallery a img{
	border: 1px solid #707070;
	position: relative;
	z-index: 2;

}

/* gallery:end */


/* pager */
.pager{
	text-align: center;
	clear: both;
	margin-top: 1em;
}
.page span.active{
	font-weight: bold;
}


/* pager:end */

/* discussion */
.discussion{
	position: relative;
	
}
.discussion h3{
	margin-bottom: 10px;
}
.discussion ul li{
	background: none;
	padding: 0;
	color: 
}

.discussion .thread{
	border: 1px solid black;
	margin-top: 10px;
	padding: 5px;
}

.thread .top{
	font-size: 140%;
	font-weight: bold;
}
.thread .name{
	font-family: Arial, Helvetica, sans-serif;
}
.thread .name .date{
	font-size: 70%;
	font-weight: normal;
}
.thread.even{
	background: #d6c0ab;
}
.thread.odd{
	background: #ebe3db;
}
.thread .inside{
	border-top: 1px solid gray;
	margin-top: 3px;
	padding-top: 5px;
}

.thread .left{
	width: 100px;
	overflow: hidden;
	float: left;
	position: relative;
}

.thread .right{
	width: 335px;
	float: right;
	position: relative;
}
.thread .right.no-img{
	width: 100%;
}

.add-thread a{
	padding-left: 18px;
	background: url(ico-write.gif) no-repeat;
	background-position: 0px 6px;
}
.discussion-login-enter{
	position: absolute;
	top: 5px;
	right: 10px;
}
.discussion-login-enter a.enter{
	display: block;
	height: 3px;
	width: 3px;
	background: #EBE3DB;
	overflow: hidden;
}

.thread-form input{
	width: 150px;
}
.thread-form textarea{
	width: 250px;
	height: 100px;
}
.thread-form input.submit{
	width: auto;
}
.required{
	color: Red;
}

.login .submit{
	margin-top: 10px;
}

/* discussion:end */

#footer{
	clear: both;
	height: 63px;
	background: url(footer-bg.gif) no-repeat;
	color: #debe9b;
}
#footer a{
	color: #debe9b;
}
#footer .left{
	float: left;
	position: relative;
	left: 10px;
	top: 35px;
}
#footer .right{
	float: right;
	position: relative;
	right: 10px;
	top: 35px;
}

.service{
	text-align: center;
	margin-left: 7px;
	margin-top: 30px;
}
.service .details{
	margin-top: 5px;
}
.service .details span{
	color: #D6C0AB;
}
.service h5{
	color: #D6C0AB;
	font-size: 18px !important;
	margin: 0px;
	margin-top: 4px;
}

.news h3{
	text-align: center;
}



/* shop */
.shop{
	position: relative;
}
.shop .path{
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	clear: both;
}
.shop .path li{
	background: none;
	padding: 0px;
	display: inline;
}

.shop .category{
	float: left;
	margin-left: 4px;
	text-align: center;
}

.shop .product{
	float: left;
	margin-left: 4px;
	text-align: center;
	width: 145px;
	margin-bottom: 20px;
}

.shop .product h4,
.shop .category h4{
	margin: 0px;
	margin-bottom: 4px;
}
.shop .product.detail{
	float: none;
	width: auto;
	margin: 0px;
}
.shop .product .price{
	margin-bottom: 4px;
}

.shop img{
	border: 1px solid #666666 !important;
}

.shop h1.label{
	margin: 0px;
	margin-bottom: 10px;
}

table.details{
	width: 100% !important;
	text-align: left;	
}
table.details th,
table.details td{
	padding: 4px;
}
table.details th h2{
	color: white;
	margin: 0px;
}
table.details td{
	background: #EBE3DB;
}
table.details td.lab{
	font-weight: bold;
}
table.details td.val{
	width: 85%;
	background: white;
}

table.login th{
	background: #6C441C;
	padding: 4px;
	color: white;
}

.shop .links{
	position: absolute;
	right: 0px;
	top: 2px;
}

h6.error{
	padding: 4px;
	background: #F2DFC5;
	border: 1px solid #DA9F60;
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.add-cart .field{
	width: 20px;
	margin-right: 2px;
}

.cart{
	width: 100%;

}
.cart th{
	background: #6C441C;
	padding: 4px;
	color: white;
}
.cart th.price,
.cart th.code{
	text-align: right;
}
.cart td{
	padding: 4px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.cart td.action{
	width: 20px;
}
.cart td.bl{ border-left: 1px solid #666666; }
.cart tr.odd{ background: #EBE3DB; }
.cart td.price,
.cart td.code{ text-align: right; }
.cart tr.sum td{
	xborder: none;
}
.cart tr.sum td.price{
	xfont-size: 14px;
	font-weight: bold;
	color: red;
}

.order-type-label{
	margin: 0px;
	margin-bottom: 5px;
}

table.cart th h2{
	color: white;
	margin: 0px;
}

.tal{ text-align: left; }
.tar{ text-align: right; }
.tac{ text-align: center; }
.small{ font-size: 10px; }
.nw{ white-space: nowrap; }
.gr{ color: #999999; }
/* shop:end */


.ml0{
	margin-left: 0px !important;
}
