body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: black;
	margin: 0;
	padding: 0;
}

#main{
	margin-left:auto; 
	margin-right:auto;
	width:981px;
	text-align:left;	
}

body#fck{
	background-color: white;
	text-align:left;
}

/*hlavicka*/
#header img{
	border: none;
	margin: 70px 0 0 20px;
}

#header{
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	width: 981px;
	height: 301px;
}
/*odkazy v textu*/
a{
	color: red;
}
a:hover{
	text-decoration: none;
}

/*prvky stranek*/
h1,h2,h3,h4,h5,h6{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	color: Red;
}
h1{
	font-size: 14pt;
	border-bottom: 2px solid red;
	margin: 10px 0 2px 0;
}
h2{
	font-size: 13pt;
}
h3{
	font-size: 12pt;
}
h4{
	font-size: 11pt;
}
h5{
	font-size: 10pt;
}
h6{
	font-size: 9pt;
}
ul{
	list-style-image: url(../img/seznam.png);
}
a img{
	border: 6px solid #e7e8ea;
}
a img:hover{
	border-color:silver;
}

input.field{
	border: 1px solid black;
}

.fleft{
	float: left;
}

.number{
	text-align: right;
}

.hint{
	padding-top: 5px;
	border-top: 1px solid black;
	clear: both;
}
.error,
.warn,
.succ,
.msg{
	background: #dfdfdf;
	display: block;
	padding: 10px;
	width: 200px;
	border: 1px solid black;
	margin: 20px auto 0;
	text-align: center;
}

.error,
.warn,
.succ{
	width: 80%;
}
.error{
	background: #ffcfcf;
	border-color: #cf0000;
}
.warn{
	background: #ffffcf;
	border-color: #cf7f00;
}
.succ{
	background: #cfffcf;
	border-color: #00cf00;
}

.navigation{
	margin: 0 0 10px 0;
}
/*panely*/
#left{
	float: left;
}

#text{
	float: left;
	padding: 10px;
	width: 560px;
}

#right{
	float: right;
}
#left, #right{
	width: 178px;
	padding: 0 10px 10px 10px;
	margin: 30px 0 0 0;
	background-color: white;
}
#left a{
	display: block;
}

#left p a{
	display: inline;
}

#partners{
	text-align: center;
}
#partners img{
	margin: 2px;
	border: 1px solid #cfcfcf;
}

#partners img:hover{
	border-color: #7f7f7f;
}

.sideBlock{
	background: #f0f1f2 url(../img/bottom.png) no-repeat bottom;
	margin: 10px 0;
}

.sideBlock span.bh{
	display: block;
	background: #f0f1f2 url(../img/top.png) no-repeat top;
	color:white;
	font-size:14px;
	padding: 5px 5px 5px 10px;
	margin: 0;
	height: 20px;
}

.sideBlock p{
	margin: 0;
	padding: 10px;
}

.sideBlock .content{
	padding: 5px 10px;
}

ul.menu li{
	list-style-type: none;
	list-style-image: none;
}
ul.menu,
ul.menu ul{
	padding: 0;
	margin: 0;
}

/*ankety*/
.pollStatus{	float:right;	font-size: 8pt;}
.pollText{		float:left;		}
div.pollText,
div.pollItem{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.pollName{
	color: black;
	font-size: 9pt;
	margin: 0;
	padding: 5px 0 10px 0;
}
div.pollGraph{
	clear: both;
	height: 4px;
	background: url(../img/anketa.png) repeat-x;
	margin: 3px 0 10px 0;
	padding: 0px;
	overflow: hidden;
}

/* recommend */
.prodRecomend{
	padding: 5px 0 0 0;
}
.prodRecomend h3{
	margin: 0;
	padding: 5px 0;
	font-size: 9pt;
}

.prodRecomend p{
	padding: 0;
}
/*menu svisle*/

ul.menu{
	background: white;
}
ul.menu a{
	color: black;
	text-decoration: none;
	padding: 4px 4px 4px 20px;
	margin: 2px 0 0 0;
	background: url(../img/menu.png) no-repeat 3px center #F0F1F2;
	border: 1px solid #d7d8db;
}

/*submenu*/
ul.menu ul a{
	background-image: none;
	color:gray;
}

ul.menu ul ul a{
	padding-left: 30px;
}

ul.menu ul ul ul a{
	padding-left: 40px;
}


ul.menu a:hover,
ul.menu .aktivni a{
	background-image: url(../img/menu_red.png);
}

ul.menu li.aktivni a,
ul.menu ul li.aktivni a,
ul.menu ul ul li.aktivni a,
ul.menu ul ul ul li.aktivni a{
	color: red;
}

ul.menu a:hover{
	border: 1px solid #7f7f7f;
	background-color: #ffefef;
}

ul.menu ul a:hover{
	color: black;
	background: none;
}
ul.menu ul .aktivni a{
	color: red;
	background: none;
}

ul.menu li.aktivni ul a,
ul.menu ul li.aktivni ul a{
	color: gray;
	background: white;
}

/*menu vodorovne*/

#menu-top{
	float: right;
	margin: 10px 35px 0 0;
	overflow: hidden;
}

#menu-top li{
	float: left;
	display: block;
}

#menu-top a{
	display: block;
	color: White;
	background: #3f3f3f;
	font-size: 12px;
	padding: 4px 7px;
	margin: 2px;
	border: 1px solid black;
	text-decoration: none;
}

#menu-top a:hover{
	color: #7f0000;
	background: #ffcfcf;
}

#menu-top li.last a{
	border: none;
	color: red;
}
#menu-top li.last a:hover{
	color: white;
}

/*text*/
#content{
	background: White url(../img/content_t.png) no-repeat top;
	width: 981px;
	padding-top:5px;
}

div.cleaner{
	clear: both;
	width: 100%;
	height: 1px;
}

/*paticka*/
#footer{
	text-align:center;
	font-size: 11px;
	color:white;
	padding: 10px;
}
#footer a{
	color: white;
}


/* Product-specific */

/* Product list... */
div#plHead{
	display: block;
	height: 27px;
	width: 100%;
/*	border-bottom: 2px solid<?php echo $cFgr; ?>;*/
}

div#plFilSort,
div#plBrand,
div#plSearch{
	display: inline;
	margin: 0px;
	height: 25px;
	width: auto;
	clear: left;
}

div#plFilSort{
	float: left;
	margin-top: 2px;
}

div#plSearch{
	clear: none;
	float: right;
	margin-top: 4px;
}

div#plSearch input{
	float: left;
}
div#plFilSort select{
	width: 135px;
}

input#btnCopy,
input#btnSearch{
	border: none;
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding: 0 0 0 16px;
}

input#btnSearch{
	background: url(../img/search.png) no-repeat;;
}

input#btnCopy{
	background: url(../img/btnCpInfo.png) no-repeat;;
	margin-left: 15px;
	display: inline;
}

div#plFilSort form{
	display: inline;
	margin-right: 10px;
}

input.bDel,
input.ibtn{
	border: none;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	float: none;
	display: inline;
}

input.bDel{
	color: transparent;
	width: 12px;
	height: 12px;
	padding-left: 12px;
	cursor: pointer;
	background: url(../img/delbtn.png);
}

div#plHead input.ibtn{
	margin-bottom: -4px;
}


a.gtNor,
a.gtNorA,
a.gtTbl,
a.gtTblA,
a.gtGrd,
a.gtGrdA{
	display: block;
	padding-left: 24px;
	overflow: hidden;
	width: 0px;
	height: 24px;
	float: right;
	margin: 0 2px;
	background: url(../img/gtNor.png) no-repeat;
}

a.gtNor{	background-image: url(../img/gtNor.png);	}
a.gtNorA{	background-image: url(../img/gtNorS.png); }
a.gtTbl{	background-image: url(../img/gtTbl.png);	}
a.gtTblA{	background-image: url(../img/gtTblS.png); }
a.gtGrd{	background-image: url(../img/gtGrd.png);	}
a.gtGrdA{	background-image: url(../img/gtGrdS.png); }

a.gtNor:hover,
a.gtNorA:hover{	background-image: url(../img/gtNorA.png); }
a.gtTbl:hover,
a.gtTblA:hover{	background-image: url(../img/gtTblA.png); }
a.gtGrd:hover,
a.gtGrdA:hover{	background-image: url(../img/gtGrdA.png); }

div.product,
table.basket{
	width: 100%;
	height: auto;
	border: none;
	padding: 0px;
	border-collapse:collapse;
}

/* Product table */

table.productList{
	width: 100%;
}

div.product{
	margin-bottom: 10px;
	border-top: 1px solid silver;
}

div.productCell{
	float: left;
	width: 180px;
	margin: 3px;
}

div.productCell p{
	margin: 2px 0;
}

div.prodInfo h2,
div.productCell h2{
	color: red;
	font-weight: bold;
	font-size: 10pt;
	margin: 3px 0;
}

.product h1{
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.product h3{
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.product a{
	font-size: 14px;
	font-weight: bold;
}
div.prodParam,
div.prodParPr,
div.prodValue,
div.prodPrice{
	float: left;
	padding: 1px;
}

div.prodParPr,
div.prodParam{
	clear: left;
	font-weight: bold;
}

div.prodParPr{	width: 50px;	}
div.prodParam{	width: 100px;	}
div.prodValue{	width: 100px;	}

div.prodPrice{
	text-align: right;
	width: 120px;
}

div.prodCategory h3{
	display: inline;
	color: black;
	font-size: 12pt;
}

div.product div.prodPhoto,
div.product div.prodInfo,
div.product div.prodBuy{
	float: left;
}

div.product div.prodPhoto{	width: 150px; }
div.product div.prodPhotoL{	width: 280px; }


div.product div.prodInfo{
	width: 350px;
	margin-left: 5px;
}

div.product div.prodBuy{		width: 50px;	}

div.buyL,
div.prodCategory{
	width: auto;
	vertical-align: middle;
}

div.buyG{
	text-align: center;
	width: 40px;
	vertical-align: middle;
	float: right;
}

div.buyG input.field{
	width: 30px;
}

div.prodPriceD,
table.prodPriceG{
	width: 300px;
	margin: 2px 0;
	border: none;
}

div.prodPriceD{ width: 280px; }
table.prodPriceG{ width: 100%; }

p.withDph,
td.withDph{
	font-size: 7pt;
}
p.withDph{
	display: inline;
	margin: 0px 0px 0px 5px;
}
td.noDph{	width: 85px;	}
td.buy input{
	border-color: #7f7f7f;
	text-align: right;
}

div.prodKs input{
	width: 20px;
}

table.orderBriefing{
	width: 100%;
	border-collapse:collapse;
}

table.orderBriefing th,
table.orderBriefing td{
	padding: 0;
	margin: 0;
	border: none;
}

table.orderBriefing th{
	border-bottom: 1px solid black;
	padding: 3px 2px;
	color: white;
	background-color: #7f0000;
}

table.orderBriefing a{
	color: black;
	padding: 2px;
	display: block;
	text-decoration: none;
}

table.orderBriefing tr:hover a{
	background-color: #cfcfcf;
}

a.btnSAsc,
a.btnSDsc,
.btnBuy,
.btnBuyL,
.btnBuyS{
	display: block;
	border: none;
	cursor: pointer;
	float: left;
}

a.btnImg img{
	margin: 0px 0px -5px 0px;
	padding: 0px;
	cursor: pointer;
	border: none;
}

.btnBuy,
.btnBuyL{
	background: url("../img/buybtn.png");
	color: transparent;
	width: 50px;
	height: 50px;
	padding-left: 50px
	margin-left: auto;
	margin-right: auto;
	font-size: 0pt;
}

.btnBuy{	clear: both;	}
.btnBuyL{float: left;	}
.buyBtn:active, input.buyBtn:hover,
.buyBtnL:active, input.buyBtnL:hover{
	background-image: url("../img/buybtna.png");
}

.btnBuyS{
	background: url("../img/buybtn-s.png");
	color: transparent;
	width: 24px;
	height: 24px;
	padding: 0 0 0 24px;
	margin: 2px 0 0 4px;
}
.buyBtnS:active, input.buyBtnS:hover{
	background-image: url("../img/buybtna-s.png");
}

div.buyrow{
	clear: both;
}

div.prodCnt{
	float: left;
	margin: 10px 20px 0px 10px;
}

a.btnOk,
a.btnDel{
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: left;
}

a.btnOk{	background: url("../img/btnok.png");	}
a.btnDel{	background: url("../img/btndel.png");	}


/* Buttons */
.btnx, .btnrx,
.btn, .btnr,
.btnMid, .btnMid2, .btnMid3{
	display: block;
	padding: 3px 7px 3px 7px;
	margin: 5px 2px 5px 2px;
	border: 1px solid black;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #cfcfcf;
	float: left;
	cursor: pointer;
	color: black;
}

.btn img, .btnr img
.btnx img, .btnrx img, .btnMid img{
	border: none;
}

.btnrx,
.btnr{
	float: right;
}
.btnx, .btnrx{
	color: #1f1f1f;
	background: #cfcfcf;
	cursor: default;
}

.btnMid,
.btnMid2,
.btnMid3{
	float: none;
	margin: 5px auto 5px auto;
	width: 70px;
}

.btnMid2{ width: 120px; }
.btnMid3{ width: 170px; }

.btnBack{
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 10pt;
}

div.artInfo{
	clear: both;
	display: block;
	height: 11pt;
	margin: 5px 0px 0px 0px;
}
div.artInfo p{
	display: block;
	font-size: 8pt;
	color: #7f7f7f;
	margin: 0px;
}

p.aAuthor{	clear: left; 	float: left; width: 150px; }
p.aTime{ 		clear: right;	float: right; }
p.aCategory{ float: left; }


/* Basket table */
table.basket th{
	font-weight: bold;
	border-bottom: 2px solid #238cdf;
}
tr.summary td{
	font-weight: bold;
	border-top: 1px solid black;
}

div.prodRecomend{	margin-bottom: 10px;	}
table.prodRecomend{
	padding: 2px;
	width: 180px;
	border-collapse: separate;
}
table.prodRecomend h3{
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

table.prodPriceT{
	border: none;
	width: 100%;
}
table.prodPriceT td{
	color: black;
	font-weight: normal;
	font-size: 9pt;
	text-align: right;
}
div.subAddCtrls select{
	float: left;
	width: 120px;
	margin-left: 5px;
}
div.subAddCtrls div.fleft{
	width: 300px;
}

.pageListing{
	display: table;
	width: auto;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

.pageListing a,
.pageListing p{
	display: table-cell;
	width: 20px;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	margin: 0;
	color: black;
	clear: none;
}
.pageListing a:hover{
	background: #cfcfcf;
}
.pageListing a.current{
	text-decoration: underline;
	color: red;
}

table.propTable{
	width: 100%;
	font-size: 9pt;
}

td.prop{
	font-weight: bold;
	width: 120px;
}
td.des{
	padding-top: 5px;
}

table.afilter{
	clear: both;
	border-collapse: collapse;
}

table.afilter td{
	padding: 1px 2px 1px 0;
}

table.afilter td.label{
	text-align: right;
}

table.entEditor{
	width: 250px;
}
table.entEditor td input,
table.entEditor td textarea{ width: 150px; }

form.orderForm{
	margin: 20px 0 0 0;
}
#text fieldset{
	padding: 10px;
	margin: 10px 0 0 0;
	width: 540px;
}

#text fieldset legend{
	padding: 0 5px;
	font-weight: bold;
	vertical-align: center;
}

form.orderForm legend input{
	margin: 0 5px 0 0;
	width: auto;
}

form.orderForm table label{
	display: block;
}
form.orderForm table label{
	width: 150px;
}

form.orderForm input{
	width: 150px;
}

form.orderForm input.short{
	width: 50px;
}

div.loanType{
	width: 250px;
	height: 100px;
	padding: 5px;
	margin: 0 5px 0 0;
	border: 1px solid transparent;
	float: left;
}

div.loanType:hover{
	background: #f7f7f7;
	border-color: #cfcfcf;
}

div.loanType .label{
	font-weight: bold;
}

#text fieldset.ext{
	border: none;
	border-top: 1px solid black;
	margin: 5px 0 0 0;
	padding: 0;
	width: auto;
}

.loanTable{
	border-collapse: collapse;
	width: 300px;
	margin: 0 auto;
}

#lparams table{
	width: 100%;
}
#lparams table input.text{
	width: 100px;
}

.regTable{
	width: 300px;
}

.regTable input{
	float: right;
}

