/* 
******************************************************************************
*                                                                            *
*                   Antikvariát Felix Jenewein, Kutná hora                   *
*                                                                            *
******************************************************************************
*/

/******************************************************************************/
/*NADEFINOVANI ZAKLADNICH ZNACEK*/

/* Modra barva - horni menu, kdyz se najdede - #005CA0*/

html, body {
	height: 100%;
  }

body 
{
	margin: 0; padding: 0;
	position: absolute;
	width: 100%;
	background-color: #342C20;
	background-image: url(../images/body.png);
	text-align:center;
	font-size:75%;
}

hr {display: none;}

div,form,input,span{padding:0; margin:0;}

div
{
	font: normal normal normal 1em Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5{margin:0; padding:0;}

h1{font: normal normal bold 2.4em Verdana, Arial, Helvetica, sans-serif;}

h2{
	font: normal normal normal 1.4em Verdana, Arial, Helvetica, sans-serif;
}

h3{
	font: normal normal bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

h4{
	font: normal normal bold 1em Verdana, Arial, Helvetica, sans-serif;
}

a{
	text-decoration: none;
	font-family: sans-serif, Helvetica, Arial, Helvetica;
	margin:0; padding:0;
}

img{border:none;}

label{font-size:1.1em;	font-weight:bold;}

u1, li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	list-style-type:none;
	list-style-position:outside;
}


ul{margin:0; padding:0;}

span
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td, th
{
	font: normal normal normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin:0; padding:0;
}

textarea
{
	font: normal normal normal 1em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	background-color:#E3DACD;
	padding:2px 2px 2px 2px;
}

p{
	font: normal normal normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin:0; padding:0;
}


span.tucne{font-weight:bold;}

span.red {color:red; font-weight:bold;}


input.text
{
	border: 1px solid black;
	background-color:#E3DACD;
	font-size:1em;
	font-family:Arial,Trebuchet MS, serif;
	padding-left:2px;
	padding-right:2px;
}

input.submit
{
	font-size:1em;
	background-color: #B9AD9A;
	border: 1px solid #A0A0A0;
	padding:0px 5px;
}

/*---------------- OBALKA SLOUPCU A HLAVICKY -----------------*/
div#ohraniceni
{
	position: relative;
	margin: auto;
	min-height: 100%;
	height: 100%;
	width: 900px;
	top: 0px;
	border: 3px solid #4C4231;
	border-top: none;
	background-image: url(../images/strop.png);
	background-repeat: repeat-y;
	text-align:left;
}
html>body #ohraniceni {
	height: auto;
  } 

/*levy sloupec - menu, vyhledavani*/
div#sloupec_1 
{
	position:relative;
	width: 245px;
	padding: 0; margin:0;
	float:left;
	margin-bottom:100px;
	/*border-right: 5px solid black;
	background-color:#E3DACD;*/
}

/*pravy sloupec*/
div#sloupec_2
{
	position:relative;
	width: 648px;
	background-color:#E3DACD;
	padding: 0; margin:0;
	float:left;
}
/*spojeni sloupcu ve spodni casti stranky*/
div#foot-clear
{
	width:100%;
	height: 40px;
	min-height: 40px;
	margin: -40px auto 0 auto; 
	clear: both;
}

html>body foot-clear {
	height: auto;
	} 

div#sloupec_2 h3 {
	margin-top:10px;
}


/*zahlavy, obrazek regalu, cely elipsoid*/
div#header
{
	width: 100%;
	height:210px;
}

/*umisteni logovaciho okenka nebo informacniho udaje o prihl. uzivateli*/
div#h_gen_log
{
	position: absolute;
	width: 200px; height:50px;
	top:60px; left:20px;
}

div.mid div
{
	text-align:center;
	width:100%;
}


/*vyhledavaci okno - stele viditelne na strance*/
div#h_search
{
	position: absolute;
	background: #C4AB84 url(../images/bmenu_bot.jpg) repeat-x bottom scroll;
	text-align:center;
	width: 210px;
	top:135px; left:10px;
	padding-bottom:10px;
}

div#h_search div.top
{
	background: #C4AB84 url(../images/bmenu_top.jpg) repeat-x top scroll;
	height:16px; width:100%;
}


div#history_felix
{
	position: absolute;
	width: 500px;
	top:245px; left:130px;
	text-align:right;
}

div#history_felix span
{
	font: normal normal bold 1.2em Arial, sans-serif;
	padding:0; margin:0;
}
/*kosik - stele viditelne na strance*/
div#h_shop
{
	position: absolute;
	background: #C4AB84 url(../images/bkos_bot.jpg) repeat-x bottom scroll;
	width: 240px;
	top:-120px; left:353px;
	padding:0 0 15px 0px;
}

div#h_shop div.bask_top {
	background: #C4AB84 url(../images/bkos_top.jpg) repeat-x top scroll;
	height:16px; width:100%;
}


div#b_bok_menu
{
	width: 210px;
	margin:30px 10px;
	background-image: url(../images/bmenu_mid.jpg);
	background-repeat:repeat-y;
}

div#b_bok_menu div.top
{
	background-image: url(../images/bmenu_top.jpg);
	background-repeat:repeat-x;
	height:16px;
	width: 100%;
	font-size:1px;

}

div#b_bok_menu div.bot
{
	background-image: url(../images/bmenu_bot.jpg);
	background-repeat:repeat-x;
	height:8px;
	width: 100%;
	font-size:1px;
}


/*hlavni nadpis - antikvariat Fel. Jen.*/

h1.nadpis {
	position: absolute;
	text-align:center;
	width:50%;
	top:45px;
	left:240px;
	color:#bCb9bC;
}


/*nadpis vybrane stranky- napr. obchodni podminky.*/
h2.nadpis {
	position: absolute;
	width:100%;
	top:-15px;
	color: #005CA0;
}

h3.ctg{	width:80%; margin-bottom:10px;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++ HLAVICKA OBCHODU, HEADRER +++++++++++++++++++*/

div#sloupec_2 p{margin-bottom:15px;}


/*---------------- LOGO V HORNIM PRAVYM ROHU -----------------*/
a.logo		/*velky obrazek s knihama, zahlavi*/
{
	position:absolute;
	top:20px; left:0;
	width: 900px;
	height: 161px;
	background-image: url(../images/head.jpg);
}

span#felix		/*velky obrazek s knihama, zahlavi*/
{
	position:absolute;
	top:-123px; left:300px;
	width: 307px;
	height: 365px;
	background-image: url(../images/felix.jpg);
	margin:0; padding:0;
	z-index:1;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++ JAZYKOVE PREPINACE ++++++++++++++++++++++++*/

p#head_language {
	position: absolute; 
	top: 3px; left: 830px; 
	z-index:2;
}

p#head_language img {
	width: 28px; height: 14px; 
	padding:0; margin:0;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++ NAKUPNI KOSIK - HEADER ++++++++++++++++++++*/
div#h_shop div.shop_bask_title {
	text-align:center;
	margin:5px 0px;
	font: normal normal bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

div#h_shop div.bsk_record {
	font-weight: 600;
	width:100%;
	margin: 0.4em 10px;
}

div #h_shop div#bask_tx_empt {
	text-align:center;
}

div#h_shop a {
	color:#005CA0;
	font-weight: 600;
	margin: 0.4em 10px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++ VYHLEDAVANI - SLOUPEC 1 ++++++++++++++++++++*/

div#h_search form{}

div#h_search h3 {
	width:100%;
	padding-bottom:5px;
}

div#h_search input#inp_search {
	width: 110px;
}

div#h_search input.submit{}



/* ++++++++++++++++++ MENU LEVE SLOUPCE +++++++++++++++++++++++*/

ul.boc_ul{width:98%;}

ul.boc_ul a
{
	color: #2F241C;
	font-size:1em;
}

li.ur_0, li.ur_1, li.ur_2
{
	display: block; 
	padding:2px 0px;
	margin:1px 0;
}

li.ur_0
{
	padding: 4px 10px 4px 20px; 
	border-bottom: 1px dotted #8C8281;
}
a.ur_0{font-weight: bold;}



li.ur_1
{
	padding: 4px 10px 4px 35px; 
	background-image: url(../images/bocprech_ur2.jpg);
	background-repeat: repeat-y;
}

li.ur_2
{
	padding: 4px 10px 4px 50px; 
	background-image: url(../images/bocprech_ur3.jpg);
	background-repeat: repeat-y;
}

div#b_bok_menu h3
{
	display: none;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++ POCITANI STRANEK ++++++++++++++++++++++++*/


/*pocitadlo stranek v pravo nahore, pokud vice knih na stranu*/
div#sl2_sort_pages_bot, div#sl2_sort_pages_top
{
	text-align:right;
	width:100%;
}
div#sl2_sort_pages_top span.current, div#sl2_sort_pages_bot span.current
{
	font-size:1.1em;
	color:#005CA0;
}

div#sl2_sort_pages_top p, div#sl2_sort_pages_bot p {padding:0 20px;}

.absolute_str {position:absolute; top: 10px;}
.relative_str {position:relative;}

div#sl2_sort_pages_top span.str_p, div#sl2_sort_pages_top a, 
div#sl2_sort_pages_bot span.str_p, div#sl2_sort_pages_bot a
{
	color: black;
	font-weight:bold;
	font-size: 0.9em;
}

/*pocitadlo stranek v pravo nahore, aby nevypadalo jako odkaz*/
span.curr_ctg
{
	font-weight:bold;
	font-size:0.9em;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++ PRAVY SLOUPEC - 2 +++++++++++++++++++++++*/

div#sl2_podklad {
	background-color: #E3DACD;
	padding: 10px;
}

div#sl2_podklad p.center
{
	text-align:center;
}

/*+++++++++++++++++ OBCHODNI PODMINKY POSTOVNE +++++++++++++++*/

table.obch_podm_tbl, table.item_info
{
	width:80%;
}

table.obch_podm_tbl td.value
{
	text-align:right;
	border-bottom: 1px solid #CCB799;
	font-weight: bold;
}

.obch_podm_tbl td.nazev{width:5%;}
.obch_podm_tbl td.inf{}
.obch_podm_tbl td.value{width:13%;}

.mys
{
	cursor: pointer;
}

table#tb_edit_kn, table#tb_add_categ, table#kontakt_ot_doba, table#UserInfo, table#user_info, table#gen_log, table#tb_finish_order, table#change_passw
{
	margin:10px 10px 15px 100px;
	width:400px;
}


/*++++++++++++++ INFORMACE O MAJITELI OBJEDNAVKY ++++++++++++*/

table#obj_detail
{
	width:100%;
	margin-bottom:30px;
}

td.nazev
{
	font-weight: bold;
	border-bottom: 1px solid #CCB799;
	width:15%;
}

td.inf
{
	border-bottom: 1px solid #CCB799;
	width:80%;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++ VYPIS KNIH ++++++++++++++++++++++++*/

div.shop-item 
{	
	width:100%;
	padding: 20px 0 2px 0;
	background:	#E3DACD url(../images/under_book.jpg) repeat-x bottom scroll;
	clear: both;
}


table.item_info td span
{
	font-weight:bold;
}

img.nahledKnihy
{
	float: left; 
	width:15%;
	padding:2px;
	min-height:20px;
	margin:4px;
}


div.shop-buttons
{
	width: 100%;
	height:17px;
	margin-top:5px;
	clear: both;
}

div.shop-buttons div
{
	float:right;
	background-repeat: repeat-x;
	height:17px;
}

div.item-question{}

div.shop-buttons a, div.shop-buttons span
{
	font-size:1em;
}

div.shop-buttons a
{
	color:#e7e7e7;
}

div.add-item
{
	width:120px;
	text-align:left;
	padding:0 15px;
	background-image: url(../images/price.png);
	margin-left:1px;
}

div.item-price
{
	padding:0 15px;
	background-image: url(../images/price.png); 
	text-align:center;
	margin-left:1px;
}

div.item-price span{color:black;}
 
div.item_edit
{
	padding:0 15px;
	background-image: url(../images/price.png); 
	text-align:center;
	margin-left:1px;
}

div.order_but
{
	padding:0 15px;
	background-image: url(../images/order.png); 
	margin-left:1px;
	height:18px;
}
div#order_close{}

div#order_del{}

div#order_odloz{}


div#sl2_stati input#hledany-text 
{
	width: 535px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++ POLOZKA VYHLEDAVANI +++++++++++++++++++++*/


form#sl2_seach_form{}

input#sl2_seach_text
{
	width:250px;
}


table#sl2_search_tbl
{
	width:100%;
	margin-bottom:10px;
}


input#sl2_seach_submit{}

td.search_form_hl {width:140px;}
td.search_form_co {width:290px;}
td.search_form_hl {width:140px;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++ POLOZKA KONTAKTY +++++++++++++++++++++*/

img.majitel
{	
	margin:10px 20px;
}

/*++++++++++++++ TABULKA KONTAKTY - OTEVIRACI DOBA +++++++++++++*/

td.den
{
	width:140px;
	font-weight: bold;
	border-bottom: 1px solid #CCB799;

}
td.hod
{
	width:100px;
	text-align: right;
	border-bottom: 1px solid #CCB799;
}

/*++++++++++++++ TABULKA OBJEDNAVKY - SEZNAM, TABULKA OBJEDNANE KNIHY+++++++++++++*/

table.order_kos, table.objednavky
{
	width:100%;
	margin:20px 0;
}

table.order_kos th, table.objednavky th
{
	background-color: #9F8A68;
	padding: 5px;
	border-right: 1px solid #E3DACD;
	border-bottom: 1px solid #E3DACD;
	text-align:center;
	font-weight: bold;
}


table.order_kos td, table.objednavky td
{
	background-color: #BDAA8B;
	padding: 2px 7px;
	border-right: 1px solid #E3DACD;
	border-bottom: 1px solid #E3DACD;
}
table.order_kos td.center, table.objednavky td.center
{
	text-align:center;
}

table.order_kos th.item_name{width: 65%;}
table.order_kos th.item_odebrat {width: 15%;}
table.order_kos th.item_price {width: 20%;}

table.objednavky th.item_date {	width: 15%;}
table.objednavky th.item_name { width: 40%;}
table.objednavky th.item_num { width: 12%; }
table.objednavky th.item_price { width: 18%; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*******************************************************************************/
input#edit_kn_naz,input#edit_kn_autor{width:318px;}
input#edit_kn_cena {width:100px; text-align:right;}

textarea#edit_kn_popis, #form_zprava_tx
{
	width:250px; height:80px;
}


form.SmallLogForm input#h_log_small,
form.GenLogForm input#h_log_big
{
	width:180px;
}

form.SmallLogForm input.submit,
form.GenLogForm input.submit
{
	width:65px;
	margin:0; padding:0;
}

form.SmallLogForm input#h_pw_small,
form.GenLogForm input#h_pw_big
{
	width:110px;
}

form.SmallLogForm input#h_log_submit_small,
form.GenLogForm input#h_log_submit_big
{
	border:none;
	background-color:#E3DACD;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++ PRIDANI KATEGORIE  ++++++++++++++++++++++++++++*/

table#tb_add_categ .nation {font-weight:bold;}
table#tb_add_categ .text {width:170px;}