/* 
####################### 
# frontend            # 
####################### 
*/

/* CSS Document */

/* --------------------------- struktura stranky --------------------------- */

body {
  margin: 0;
  padding: 0;
  background-color: #f4f5f5;
  text-align: center;
  font-family: Tahoma;
  background: #b8ddee url(../img/body_bg.jpg) left top repeat-x;
}

#telo
{
  display: block;
  float: none;
  width: 955px;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0;
  text-align: center;
  background: #fff;
}



/* --------------------------- obecne parametry --------------------------- */


a
{
  font-size: 12px;
  color: #686868;
}

a img
{
  border: none;
}

a:hover
{
  text-decoration: none;
}

p
{
  font-size: 12px;
  color: #686868;
}

form
{
  margin: 0;
  padding: 0;
}

hr.cleaner {
  border:medium none;
  clear:both;
  color:white;
  height:1px;
  margin:-1px 0 0;
  padding:0;
  visibility:hidden;
}

.neviditelne {
  display:none;
}

.skryty_text {
  font-size: 0px !important;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;
  letter-spacing: -99999px !important;
  text-decoration: none !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
  visibility: hidden;
  display: none;
  height: 0;
}

.cistic, .cistic_vlevo, .cistic_vpravo
{
  clear:both;
  display:block;
  width:auto;
  height:0px;
  margin: 0;
	padding: 0;
	border: none;
  font-size:1px;
  line-height:0;
}

.cistic_vlevo
{
  clear: left;
}

.cistic_vpravo
{
  clear: right;
}



/* --------------------------- top --------------------------- */

#top
{
  display: block;
  float: none;
  width: auto;
  background: transparent url(../img/top_bg.jpg) center top no-repeat;
  height: 322px;
  text-align: left;
  position: relative;
}

#top p
{
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0 0 0 180px;
  line-height: 32px;
}

#top h1
{
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 180px;
  line-height: 85px;
  font-size: 28px;
}

#top #logo {
  display:block;
  float:none;
  height:88px;
  width:104px;
  position: absolute;
  left: 43px;
  top: 29px;
}

#top #logo a {
  display:block;
  height:88px;
  text-decoration:none;
  width:104px;
  background: transparent url(../img/logo.png) center top no-repeat;
  cursor:pointer;
}

#top .flash {
  display:block;
  float:left;
  height:124px;
  width: 500px;
  background: transparent url(../img/slogan.jpg) center center no-repeat;
}


#top .pravo {
  float:right;
  height:124px;
  width:auto;
  margin: 0 22px 0 0;
}

#top .pravo ul
{
  list-style: none;
}

#top .pravo li
{
  display: inline;
  font-size: 12px;
  font-weight: normal;
  color: #686868;
}

#top .basket
{
  font-size: 12px;
  color: #3470ad;
  font-weight: normal;
  padding-left: 25px;
  text-align: right;
  margin: 0 0 20px 0;
}

#top .basket span
{
  background: transparent url(../img/kosik.jpg) left center no-repeat;
  display: inline;
  padding: 2px 0 2px 25px;
}


#pageContent form#search
{
  margin-left: 20px;
}

form#search
{
  margin: 0;
}

form#search input
{
  font-size: 11px;
  background: none;
  border: none;
}

form#search input#searchBox
{
  border: 1px solid #0393cf;
  background-color: #00466c;
  width: 165px;
  color: #fff;
  padding: 3px 0 3px 0;
  text-indent: 3px;
}

form#search input.tlacitko2
{
  width: 26px;
  cursor: pointer;
  height: 21px;
  background: transparent url(../img/vyhledavani_submit.jpg) center 2px no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 10px;  
}

#top .vyhledavani
{
  display: block;
  position: absolute;
  right: 15px;
  top: 53px;
  width: 200px;
  height: 60px;
}

#top .vyhledavani p
{
  padding: 0;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
}

#top .obory
{
  display: block;
  margin: 25px 0 0 0;
}

#top .obory ul
{
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}

#top .obory li
{
  padding: 0 0 0 30px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

#top .obory li.cislo1
{
  background: transparent url(../img/cislo1.png) left 2px no-repeat;
}

#top .obory li.cislo2
{
  background: transparent url(../img/cislo2.png) left 2px no-repeat;
}

#top .obory li.cislo3
{
  background: transparent url(../img/cislo3.png) left 2px no-repeat;
}

#top .obory li.cislo4
{
  background: transparent url(../img/cislo4.png) left 2px no-repeat;
}

#top .obory li.cislo5
{
  background: transparent url(../img/cislo5.png) left 2px no-repeat;
}

#top .obory li a
{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding-right: 16px;
  background: transparent url(../img/sipka_cervena.png) right center no-repeat;
}

#top .obory li a:hover
{
  color: #b90503;
}

#top .obory li strong
{
/*  font-size: 14px; */
}



/* --------------------------- hlavni menu --------------------------- */

#hlavni-menu
{
  width: 184px;
  height: auto;
  background: #e4f2fb url(../img/boxik_levy_bg.jpg) left top repeat-y;
  margin: 0;
}

#hlavni-menu span.top
{
    display: block;
    background: transparent url(../img/boxik_levy_top.jpg) left top no-repeat;
    height: 7px;
}

#hlavni-menu span.bottom
{
    display: block;
    background: #fff url(../img/boxik_levy_bottom.jpg) left top no-repeat;
    height: 7px;
}

#hlavni-menu ul
{
  margin: 0 0 0 6px;
  padding: 0;
  list-style: none;
  width: 171px;
}

#hlavni-menu ul li
{
  padding: 0;
}

#hlavni-menu ul a
{
  display: block;
  width: auto;
  height: auto;
  background: transparent url(../img/hlavni_menu_1.jpg) left center no-repeat;
  text-decoration: none;
  padding: 5px 0 5px 25px;
  font-size: 12px;
  font-weight: bold;
  color: #b90503;
  line-height: 14px;
}

#hlavni-menu ul a.selected,
#hlavni-menu ul a:hover
{
  color: #fff;
  background: transparent url(../img/hlavni_menu_2.jpg) left center no-repeat;
}

#hlavni-menu ul ul
{
  margin: 0;
}

#hlavni-menu ul ul a
{
  background: transparent url(../img/hlavni_menu_submenu1.jpg) left center no-repeat;
  padding: 4px 0 4px 35px;
  color: #2f5268;
  font-weight: normal;
  line-height: 14px;
  height: auto;
}

#hlavni-menu ul ul a.selected,
#hlavni-menu ul ul a:hover
{
  color: #fff;
  background: transparent url(../img/hlavni_menu_submenu2.jpg) left center no-repeat;
}



/* --------------------------- leva cast --------------------------- */

#levo
{
  display: block;
  float: left;
  width: 184px;
  margin: 12px 0 0 10px;
  text-align: left;
}





/* --------------------------- obsah --------------------------- */

#obsah
{
  text-align: left;
  display: block;
  float: left;
  margin: 12px 0px 0 6px;
}

.homepage
{
  width: 478px;
}

.otherPages
{
  width: 730px;
}




/* --------------------------- prava cast --------------------------- */

#pravo
{
  display: block;
  float: right;
  width: 260px;
  margin: 0px 10px 0 0;
  text-align: left;
}





/* --------------------------- paticka --------------------------- */

#paticka
{
  margin: 0;
  display: block;
  background: transparent url(../img/paticka_bg.jpg) left top repeat-y;
  height: auto;
}

#paticka p
{
  display: block;
  margin: 0;
  padding: 17px 20px 0 0;
  background: transparent url(../img/paticka_top.jpg) left top no-repeat;
  min-height: 57px;
  font-size: 11px;
  color: #f2f7fb;
  text-align: right;
}

#paticka p a
{
  font-size: 11px;
  color: #f2f7fb;
}

.pagination 
{
  text-align: center;
  font-size: 12px;
}

/* nektere styly z puvodniho webu */

.fl {
float:left;
}
.fr {
float:right;
}

.clnr {
clear:both;
font-size:0;
width:100%;
}

.boxBlue .vice, 
.boxPink .vice
{
background:url("../img/bgMore.gif") repeat-y scroll left top #0F6E9E;
color:#FFFFFF;
display:block;
float:left;
font-weight:bold;
padding:0 10px 1px 22px;
text-decoration:none;
}

.boxBlue p, .boxPink p {
line-height:1.4em;
margin-bottom:1.33em;
}
.boxBlue, .boxPink {
border-bottom:2px solid #FFFFFF;
}
.boxBlue {
background:url("../img/bgBlue.png") repeat-x scroll left top #E8F1F6;
}
.boxPink {
background:url("../img/bgPink.png") repeat-x scroll left top #FCEAEA;
}
.boxItem {
width:364px; /* 303px */
}
.boxBlue .fl, .boxPink .fl {
border-right:1px solid #FFFFFF;
}
.boxBlue .fr, .boxPink .fr {
border-left:1px solid #FFFFFF;
}
.boxBlue p.fr, .boxPink p.fr {
border-left:none;
}
.boxItem h3.title3 {
/*
color:#9E9E9E;
font-size:130%;
margin:15px 0 0 15px;
*/
color:#1A7BAA;
font-size:100%;
margin:15px 0 5px;

}
.boxItem h4.title4 {
font-size:100%;
margin:0 1px 13px;
padding:0 15px;
}
.boxBlue h4.title4 {
background-color:#C5DCE8;
color:#1A7BAA;
}
.boxPink h4.title4 {
background-color:#EEC5C5;
color:#B10909;
}
.boxItem p {
font-size:80%;
line-height:1.4em;
margin:0 15px 15px;
}

/*
#######################################################
#                     ELEMENTY                        #
#######################################################
*/

/* 
#######################
# articles            #
####################### 
*/


#obsah h1
{
  display: block;
  height: 44px;
  width: auto;
  background: #e2f2f9 url(../img/h1_bg.jpg) left top no-repeat;
  position: relative;
  line-height: 44px;
  color: #4d6f84;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
}

#obsah h1 span.koncovka
{
  display: block;
  height: 44px;
  width: 5px;
  background: #e2f2f9 url(../img/h1_koncovka.jpg) left top no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

#obsah h1.clanky
{
  padding-left: 65px;
  background: #e2f2f9 url(../img/h1_clanky.jpg) left top no-repeat;
}

#obsah h2
{
  font-size: 14px;
  font-weight: bold;
  color: #b90503;
  margin: 0;
  padding: 3px 15px 3px 20px;
}

#obsah h2 a
{
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  color: #b90503;  
}

#obsah h2 a:hover
{
  text-decoration: none;
}

#obsah h3, #obsah h4,
#obsah h5, #obsah h6 
{
  margin-left: 20px;
}

#obsah h3
{
  font-size: 90%;
} 

#obsah h4
{
  font-size: 80%;
}

#obsah p
{
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 3px 15px 3px 20px;
  
}

#obsah p.datum
{
  font-size: 11px;
}

#obsah div.delitko
{
  display: block;
  width: auto;
  height: 10px;
  border-top: 1px solid #bfdaec;
  margin: 5px 20px 0 20px;
}

#levo .boxik
{
    display: block;
    float: none;
    width: auto;
    height: auto;
    background: #e4f2fb url(../img/boxik_levy_bg.jpg) left top repeat-y;
    margin: 12px 0 0 0; 
    position: relative;
    padding: 0; 
}

#levo .boxik span.top
{
    display: block;
    background: transparent url(../img/boxik_levy_top.jpg) left top no-repeat;
    height: 7px;
    width: 184px;
}

#levo .boxik span.bottom
{
    display: block;
    background: #fff url(../img/boxik_levy_bottom.jpg) left top no-repeat;
    height: 7px;
    width: 184px;
    /* pridano */
    margin-bottom: 10px;        
}

#levo .kalendar span.obsah
{
    display: block;
    padding-left: 40px;
}

#levo .kalendar span.img
{
    display: block;
    width: 23px;
    height: 23px;
    background: transparent url(../img/ikona_kalendar.jpg) left top no-repeat;
    position: absolute;
    left: 6px;
    top: 8px;
}

.boxik h2
{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #026ba4;
  line-height: 28px;
}

.boxik h3
{
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  color: #b90503;
}

.boxik p
{
  margin: 0;
  padding: 0 3px 10px 0;
  font-size: 11px;
  color: #4d6f84;
}


#pravo .boxik
{
    display: block;
    float: none;
    width: auto;
    height: auto;
    background: #e4f2fb url(../img/boxik_pravy_bg.jpg) left top repeat-y;
    margin: 12px 0 0 0; 
    position: relative;
    padding: 0; 
}

#pravo .boxik span.top
{
    display: block;
    background: transparent url(../img/boxik_pravy_top.jpg) left top no-repeat;
    height: 7px;
    width: 260px;
}

#pravo .boxik span.bottom
{
    display: block;
    background: #fff url(../img/boxik_pravy_bottom.jpg) left top no-repeat;
    height: 7px;
    width: 260px;
                
        
}

#pravo .novinky span.obsah
{
    display: block;
    padding-left: 60px;
    
}

#pravo .novinky span.img
{
    display: block;
    width: 34px;
    height: 31px;
    background: transparent url(../img/ikona_novinky.jpg) left top no-repeat;
    position: absolute;
    left: 12px;
    top: 8px;
}

#pravo .fotogalerie span.obsah
{
    display: block;
    padding-left: 60px;
}

#pravo .fotogalerie span.img
{
    display: block;
    width: 43px;
    height: 51px;
    background: transparent url(../img/ikona_fotogalerie.jpg) left top no-repeat;
    position: absolute;
    left: 11px;
    top: 10px;
}


#pravo a.vice
{
  display: block;
  margin-left: 65px;
  width: 117px;
  height: 23px;
  background: transparent url(../img/boxik_pravy_odkaz.jpg) left top no-repeat;
  text-align: center;
  text-decoration: none;
  line-height: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 6px;
}

#pravo a.vice:hover
{
  color: #0f3045;
}

/* ----- */

#articles .rightArticle, #articles .leftArticle, #articles .articles_list {margin-right: 17px;}
#articles .rightArticle, #articles .leftArticle {float: left; display: inline;}
#articles .rightArticle {width: 182px;}
#articles .leftArticle {width: 379px; padding-bottom: 30px}
#articles .articleDetail {width: 550px; padding-bottom: 30px}

#articles .fl {float:left;}
#articles .fr {float:right;}

#articles .il {margin: 4px 15px 15px 0;}
#articles .ir {margin: 4px 0 15px 15px;}

.detail_center {
	padding-top: 5px;
	clear: both;
	padding-bottom: 20px;
	text-align: center;
	font-size: x-small;
}

.komentar_content_r {
	padding-bottom: 5px;
}

#left, #center {
	float: left;
}

#center {
	width: 50px;
}

#right {
	float: right;
}

#left a, 
#center a, 
#right a{
/*	color: #064599;  */
}

.detail_center_top {
	padding-top: 5px;
	clear: both;
}

.marg-left {
	margin-left: -280px;
}

.article {
	clear: both;
	padding-bottom: 10px;
	*padding-bottom: 0px;
	line-height: 150%;
	font-size: 14px;
}

.article h2 {
	clear: none;
}


.article_text
{
	padding-bottom: 10px;
	line-height: 150%;
	font-size: 14px;
	padding-left: 10px;
}


/* 
####################### 
# basket              #
####################### 
*/

.basketcontent
{
	background-color: white;
	float:left;
	width:100%;
}

#obsah ul.prubeh
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#obsah ul.prubeh li
{
  display: block;
  float: left;
  width: 227px;
  height: 58px;
  background: transparent url(../img/prubeh_bg.jpg) left top no-repeat;
  color: #235e8a;
  font-size: 17px;
  text-align: center;
  line-height: 40px;
  margin: 25px 0 0 12px;
	padding-left: 0;
}

#obsah ul.prubeh li a
{
	font-size: 17px;
  color: #235e8a;
}

#obsah ul.prubeh li.aktivni
{
  background-position: left bottom;
  color: #4b4c4d;
}

#obsah .info .akce
{
  display: block;
  float: left;
  width: 706px;
  height: 63px;
  background: transparent url(../img/akce_bg.jpg) left top no-repeat;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #3d3c3c;
  line-height: 58px;
  margin: 12px 0 12px 12px;
  padding: 0;
}

#obsah .akce span
{
  font-weight: normal;
  padding-right: 50px;
}


div.produkty
{
  display: block;
  width: 706px;
  float: none;
  margin: 0 0 0 12px;
  padding: 4px 0 0 0;
  background: transparent url(../img/tab_produkty_top.jpg) left top no-repeat;
}

div.produkty .bottom
{
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  height: 4px;
  background: transparent url(../img/tab_produkty_bottom.jpg) left bottom no-repeat;
}

div.produkty table
{
  border-collapse: collapse;
  width: 100%;
}

div.produkty table td
{
  background: #f3f3f3 url(../img/tab_produkty_td_bg.jpg) left bottom repeat-x;
  padding: 12px;
  font-size: 13px;
  font-weight: normal;
  color: #514f4f;
}

div.produkty table th
{
  background-color: #c1dff6;
  padding: 12px;
  font-size: 13px;
  font-weight: normal;
  color: #235e8a;
  text-align: center;
}

div.produkty table input.vstup
{
  width: 60px;
  text-align: right;
  border: none;
  background: #fff;
  padding: 3px 0 3px 0;
}

div.produkty
{
  display: block;
  width: 706px;
  float: none;
  margin: 0 0 0 12px;
  padding: 4px 0 0 0;
  background: transparent url(../img/tab_produkty_top.jpg) left top no-repeat;
}

div.produkty .bottom
{
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  height: 4px;
  background: transparent url(../img/tab_produkty_bottom.jpg) left bottom no-repeat;
}

div.produkty table
{
  border-collapse: collapse;
  width: 100%;
}

div.produkty table td
{
  background: #f3f3f3 url(../img/tab_produkty_td_bg.jpg) left bottom repeat-x;
  padding: 12px;
  font-size: 13px;
  font-weight: normal;
  color: #514f4f;
}

div.produkty table th
{
  background-color: #c1dff6;
  padding: 12px;
  font-size: 13px;
  font-weight: normal;
  color: #235e8a;
  text-align: center;
}

div.produkty table input.vstup
{
  width: 60px;
  text-align: right;
  border: none;
  background: #fff;
  padding: 3px 0 3px 0;
}

div.produkty
{
  display: block;
  width: 706px;
  float: none;
  margin: 0 0 0 12px;
  padding: 4px 0 0 0;
  background: transparent url(../img/tab_produkty_top.jpg) left top no-repeat;
}

div.produkty .bottom
{
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  height: 4px;
  background: transparent url(../img/tab_produkty_bottom.jpg) left bottom no-repeat;
}

div.produkty table
{
  border-collapse: collapse;
  width: 100%;
}

div.produkty table td
{
  background: #f3f3f3 url(../img/tab_produkty_td_bg.jpg) left bottom repeat-x;
  padding: 12px;
  font-size: 13px;
  font-weight: normal;
  color: #514f4f;
}

div.produkty table th
{
  background-color: #c1dff6;
  padding: 12px;
  font-size: 13px;
  font-weight: normal;
  color: #235e8a;
  text-align: center;
}

div.produkty table input.vstup
{
  width: 60px;
  text-align: right;
  border: none;
  background: #fff;
  padding: 3px 0 3px 0;
}

a.smazat img
{
	border: none;
  display: block;
}


.doprava
{
  display: block;
  float: left;
  width: 340px;
  height: auto;
  margin: 12px 0 0 12px;
}

.doprava p
{
  font-weight: bold;
  color: #235e8a;
  font-size: 13px;
}

#obsah .info .doprava ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#obsah .info .doprava li
{
  color: #444444;
  font-size: 13px;
  padding: 0 0 3px 25px;
	background: transparent;
}

#obsah .info .doprava small
{
  font-size: 11px;
  color: #a29e9e;
  font-weight: normal;
}

.total
{
  display: block;
  float: right;
  width: 340px;
  height: auto;
  margin: 12px 24px 0 0;
}

.total table
{
  border-collapse: collapse;
  float: right;
}

.total td
{
  font-size: 13px;
  color: #444444;
  text-align: right;
  padding: 6px 12px 12px 12px;
}

.total th
{
  border-top: 7px solid #c1dff6;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #4d4d4d;
  padding: 12px 12px 12px 12px;
}

input.buton,
a.buton
{
  background:url("../img/buton_bg.png") no-repeat scroll left top transparent;
  border:medium none;
  cursor:pointer;
  float:left;
  font-size:13px;
  height:35px;
  letter-spacing:0.001em;
  margin:0 0 0 10px;
  outline:medium none;
  text-align:center;
  width:145px;
  font-size: 14px;
  color: #646363;
  text-decoration: none;
  margin: 12px 0 12px 0;
}

input.modry,
a.modry
{
  color: #024475;
}

#obsah  .vpravo
{
  float: right;
  margin-right: 16px;
}

#obsah  .vlevo
{
  float: left;
  margin-left: 16px;
}

a.buton
{
  line-height: 35px;
}

#produkt-detail .imagebox
{
	float: left;
	width: 200px;
	padding-right: 20px;
	border-right: 1px solid #235E8A;
}

#produkt-detail .produktinfo
{
	margin-left: 20px;
	float: left;
}

#produkt-detail .produktinfo label
{
  color: #a4a4a4;
}

#produkt-detail .produktinfo span.cena
{
  color: #7e3f0a;
	font-weight: bold;
}

a.delete-link
{
	margin-top: 22px;
	margin-right: 10px;
	float: left;
}

.basket-table-head
{
	background-color:#FF5A0E;
	font-size:1em;
	color:white;
}

.basket-table-head td
{
	padding:2px;
}
.basket-table-title
{
	text-indent:30px;
	font-size:1.4em;
	font-weight:bold;
	padding:5px;
	color:black;
	display:block;
}
.basket-fieldset
{
	border:1px solid #616E97; padding:5px;
}
.basket-fieldset legend
{
	font-weight:bold;
	font-size:1.2em;
	color:#2C428F
}
ul.basket-error-list
{
	margin: 10px 10px 10px 20px;
	color:red;
	font-weight:bold;
	list-style-type:disc;
}
.basket-required-field
{
	color:red;
	font-weight:bold;
}

.basket-table-user-overview
{
	border:1px solid black;
}
.basket-data-inserted-ok
{
	padding:5px;
	color:#FF5A0E;
	font-weight:bold;
}

#registration legend
{
/*	background-color:#FFFFFF; */
	background-color:#C1DFF6;
/*	color:#0077B5; */
	color: #235E8A;
	font-size:0.9em;
	border:1px solid #1A659E;
	padding: 5px 10px;
	text-align:center;
	margin-left: 20px;
	font-weight: bold;
}

#registration fieldset
{
	border:1px solid #0077B5;
	margin:10px;
	padding: 10px;
	background:url("../img/tab_produkty_td_bg.jpg") repeat-x scroll left bottom #F3F3F3;
	color: #514F4F;
}

#registration fieldset.terms
{
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	background: white;
}

#registration input[type=text],
#registration input[type=password]
{
	background:none repeat scroll 0 0 #FFFFFF;
	border:medium none;
	padding:3px 0;
	width:170px;
}

#registration input.phone
{
	width:162px;
}

#registration input.psc
{
	width:50px;
}

#registration table
{
	width: 100%;
}

#registration td.first
{
	width: 40%;
}

#codeForm .code
{
	float: left;
	margin-right:10px;
	margin-top:20px;
	margin-left: 30px;
}

/*.basket-table-head
{
	background-color:#FF5A0E;
	font-size:1em;
	color:white;
}
.basket-table-head td
{
	padding:2px;
}
.basket-table-title
{
	text-indent:30px;
	font-size:1.4em;
	font-weight:bold;
	padding:5px;
	color:black;
	display:block;
}
.basket-fieldset
{
	border:1px solid #616E97; padding:5px;
}
.basket-fieldset legend
{
	font-weight:bold;
	font-size:1.2em;
	color:#2C428F
}
ul.basket-error-list
{
	margin: 10px 10px 10px 20px;
	color:red;
	font-weight:bold;
}
.basket-required-field
{
	color:red;
	font-weight:bold;
}

.basket-table-user-overview
{
	border:1px solid black;
}
.basket-data-inserted-ok
{
	padding:5px;
	color:#FF5A0E;
	font-weight:bold;
}


.step {
	float:left;
	margin:10px 0 5px 20px;
}
.step ul {
	background:transparent url(../img/arrow-right-step.png) no-repeat scroll 498px 30%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.step ul li {
	background:#FFFFFF url(../img/bg_step_pasive.png) no-repeat scroll 0 0;
	color:#3D4A53;
	float:left;
	font-size:14px;
	height:72px;
	margin-right:0;
	padding:15px 0 0;
	text-align:center;
	width:139px;
}
.step ul li a {
	color:#3D4A53;
	text-decoration:none;
}
.step ul li a:hover {
	text-decoration:underline;
}
.step ul li h1 {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
.step ul li .in {
	display:block;
	padding:12px 15px;
}
.step ul li strong {
	bottom:-1px;
	font-size:114%;
	position:relative;
}
.step ul li.active {
	background:#FFFFFF url(../img/bg_step_active.png) no-repeat scroll 0 0;
	color:white;
}
.step ul li.oddelovac {
	background:#FFFFFF url(../img/arrow_right.png) no-repeat scroll 0 0;
	width:64px;
}
.step ul li.r {
	float:right;
}
.step ul li.r .in {
	background:transparent url(../img/ico-pack.png) no-repeat scroll 5px 0.6em;
	padding:14px 8px 10px 33px;
}*/

/* 
#######################
# itemlist            #
####################### 
*/

#itemlistcontent
{
	background-color: #f0f1f1;
}

.zbozi
{
  display: block;
  margin: 20px 0 0 0;
}

.zbozi .product
{
  display: block;
  width: 234px;
  height: 248px;
  background-color: #fff;
  float: left;
  overflow: hidden;
  text-align: left;
  margin: 0 6px 10px 0;
  position: relative;
}

.zbozi .product h3
{
  margin: 0;
  padding: 10px 5px 10px 15px;
}

.zbozi .product a img
{
  border: none;
}

.zbozi .product h3 a
{
  font-size: 14px;
  font-weight: normal;
  color: #0a4f95;
}

.zbozi .product em
{
  font-size: 11px;
  color: #686868;
  font-style: normal;
}

.zbozi .product a
{
  font-size: 12px;
  color: #58a00a;
  font-weight: bold;
}

.zbozi .product p
{
  font-size: 12px;
  color: #2d2c2c;
}

#obsah .zbozi .product .info
{
  display: block;
  float: right;
  width: 100px;
  margin: 0;
  background: transparent;
}

#obsah .zbozi .product .info p
{
  margin: 0;
  padding: 0 5px 8px 0;
}

.zbozi .product .image
{
  display: block;
  float: left;
  width: 132px;
  height: 105px;
  overflow: hidden;
}

.zbozi .product .image a
{
  display: block;
  margin-left: 5px;
}

.zbozi .product .popis
{
  height: 70px;
  overflow: hidden;
}

.zbozi .product .popis p
{
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  padding: 3px 3px 5px 10px;
  color: #686868;
}

#obsah .zbozi .product .akceprodukt
{
  display: block;
  padding: 0 3px 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 
#######################
# discussion          #
####################### 
*/

div.post_que_backend  {
              color: #717171;
            background-color: #D9E8EC;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: x-small;
            margin: 0 10px 10px;
            padding: 3px 5px 5px;
            }
div.post_que_backend h5  {
            font-size: x-small;
            margin: 0 0 5px;
            }
div.post_que_backend p  {
            margin: 0 0 4px;
            padding: 0;
            }
div.post_que_backend p.otazka  {
                margin: 0;
                padding: 3px;
                background-color: white;
                }
div.post  {
      border: solid #D9E8EC 1px;
      margin-top: 0;
      margin-right: 10px;
      margin-bottom: 10px;
      font-size: x-small;
      color: #717171;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      }
div.post p  {
      padding: 5px;
      }
div.post p.post_head_backend  {
                background-color: #E8F9FD;
                padding: 3px 5px;
                margin: 0;
                }
/*11.08.2008 pro novou grafiku - konec*/


#discussion {margin: 0}
#discussion table {width: 100%;}
#discussion table th {font-weight: bold; text-align: center; background-color: #22324c; color: #5f93c3;}
#discussion table th#created {width: 120px}
#discussion table th#last {width: 90px}
#discussion table th#numberPosts {width: 90px}
#discussion table tr td a {text-decoration: none}
#discussion table tr td a:hover {text-decoration: underline}
#discussion table tr.lichy {background-color: #B8C4CB /*#39507a*/}
#discussion table tr.sudy {background-color: #DADCDE /*#3e4a64*/}

#discussion table.post_head {width: 100%; background: #DADCDE /*#39507A*/; padding: 4px; margin: 0}
#discussion table.post_head .user_title {font-weight: bold;}
#discussion table.post_head .user_info span {}

#discussion table.post_que {width: 100%; background: #B8C4CB /*#3e4a64*/; padding: 4px; margin-bottom: 1em;}
#discussion table.post_que .user_title {font-weight: bold;}
#discussion table.post_que .user_info span {}

#discussion #discussionNav {float: right}

#discussion_filter {background: #397FFF /*#39507A*/; margin: 1em 0; padding: 0.5em;}

#discussion .obligatory {font-weight: bold; color: red}
#discussion .errors ul li {color: red; list-style-type: none}
#discussion .smilies img {border: 0}

#discussionBackendNav {font-size: 12px; text-align: right; margin-right: 10px}


/* 
#######################
# guestbook           #
####################### 
*/

div.guestbook {
  border: 1px solid #B4B4B4;
  background-color: #E0E1E5;
  padding: 5px;
  margin: 1em;
  width: 550px;
}
div.guestbook div.head
{
  width: 200px;
  display: inline;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

div.guestbook input, div.guestbook textarea, div.guestbook input.button
{
  border: 1px solid #4758A8;
  background-color: #dFe6F0;
}
div.guestbook input.button
{
  font-weight: bold;
  background-color: #50809f;
}

div.guestbook #guestbook-insert-button
{
  float: right;
}

#guestbook-form {
  padding: 0.5em;
  width: 540px;
  margin-bottom: 1em;
  display: none;
}

div.guestbook div.guestbook-messages
{
}

div.guestbook div.guestbook-messages h3 {
  margin: 0.5em;
  float:none;
}

div.guestbook div.guestbook-messages div.guestbook-zprava {
  background-color: #BFBFFC;
  padding: 0.5em;
  clear: both;
  margin-bottom: 1em;
}

div.guestbook div.guestbook-messages div.guestbook-info {
  background-color: #aaaaee;
  padding: 3px;
  margin: 0px;
  height: 16px;
  border-bottom: 1px solid #4758A8;
}

div.guestbook div.guestbook-messages div.guestbook-datum {
  float: right;
}

div.guestbook div.guestbook-messages div.guestbook-jmeno {
  float: left;
  font-weight: bold;
}

#content div.error-message {
  font-size: 1.2em;
  color: red;
  font-weight: big;
}

/* 
#######################
# newsprofi           #
####################### 
*/

/* z obecneho RS */
div.news-news
{
	padding: 10px;
	font-size: 80%;
}

.uldiv2 ul.news 
{
  padding-left:20px;
  _padding-left: 50px;
  width:200px;
  text-align:left;
}

ul.news li {
	list-style-type: none;
}

.news-date {
  margin-top:20px;
	color: #760000;
	
	font-size: 70%;
	
}

.new-title
{
	font-size: 70%;
	font-weight: bold;
	display: inline;
	color:#760000;
}
.news-title-time
{
	font-weight: bold;
	display: inline;
	color: gray;
}
.new-text
{
	font-size: 70%;
	
}
div.news-more
{  border:solid 1px black;
	text-align: right;

}
.news
{
	font-family: Arial, Helvetica;
	text-align:justify;
}

IMG.news-img { border:0px; 
               float:left;
               margin-right:20px;
	       margin-left:1em;
	       max-width: 135px;
	       _width: 135px;
               }
	    
.news-top-title {
	font-size: 80%;
}
 
.news-archive
{
  text-align: right;
}

/* 
#######################
# photogallery        #
####################### 
*/

.photogallery-navigation-arrow
{
    display:inline; position:relative; width 50px;
}

.photogallery-title
{
	margin: 2px 3px 5px 3px;
	padding-left: 20px;	
}

.photogallery-description
{
	background-color: #0077b5;
	border-width: 0 2px;
	/*#ECCCCC*/
	border-color: white;
	border-style:solid;
	padding: 1px;
	margin-bottom: 2px;
	color: white;
	_font-size: 1.2em !important;
}

.photogallery-thumbnail
{
	background-color:transparent;
	font-size:0.9em;
	text-align: center;
	_font-size: 4em !important;
}

.photogallery-thumbnail img 
{
	/*margin: 0 5px 5px 0;*/
	margin: 0;
	margin-top: 11px;
	height: 97px;
	overflow: hidden;
}
.thumbnail-description
{
    display:block;
    text-align:center;
}


.photogallery-navigation 
{
	border-width: 0 3px;
	border-color: white;
	border-style:solid;
	background-color:#EFEFEF;
	text-align:center;
	display:block;
	padding:3px;
}

.photogallery-image-main img
{
	margin: 5px;
	border: 2px solid #EFEFEF;
}

.photogallery-image-main div
{
	display:block;
}

/* 
#######################
# formtomail          #
####################### 
*/

.right-padding {
    padding-right: 20px;
    text-align: right;
}

#fuego_notice {position: relative; top: -15px;}

form table tr td {font-size: 11px}




/* 
#######################
# sitemap             #
####################### 
*/

h3.sitemap-title {
    text-align : center;
    color: gray;
    text-align:left;   
}

ul.sitemap-root {
    text-align:left;
    padding-bottom: 10px;
}
/* 1. ├║rove┼ł */
ul.sitemap-root li {    
    list-style-type: disc;
}
ul.sitemap-root li a, ul.sitemap-root li a:visited, ul.sitemap-root li a:hover{
    color: red;
    text-decoration:underline;    
}
/* 2. ├║rove┼ł */
ul.sitemap-root li ul li a, ul.sitemap-root li ul li a:visited, ul.sitemap-root li ul li a:hover{
    color: black;
    text-decoration:underline;    
}
ul.sitemap-root li ul li {
    list-style-type: circle;
}
/* 3. ├║rove┼ł */
ul.sitemap-root li ul li ul li {
    list-style-type: square;    
}

ul.sitemap-root li ul li ul li a, ul.sitemap-root li ul li ul li a:visited, ul.sitemap-root li ul li ul li a:hover{
    color: orange;
    text-decoration:underline;
}

/* 4. ├║rove┼ł, vic jich snad nebude :)*/
ul.sitemap-root li ul li ul li ul li{
    list-style-type: disc;    
}

ul.sitemap-root li ul li ul li ul li a, ul.sitemap-root li ul li ul li ul li a:visited, ul.sitemap-root li ul li ul li ul li a:hover{
    color: green;
    text-decoration:underline;
}


/* 
#######################
# registration        #
####################### 
*/ 

.registration-table-head
{
    background-color:#FF5A0E;
    font-size:1em;
    color:white;
}
.registration-table-head td
{
    padding:2px;
}
.registration-table-title
{
    text-indent:30px;
    font-size:1.4em;
    font-weight:bold;
    padding:5px;
    color:black;
    display:block;
}
.registration-fieldset
{
    border:1px solid #6888B8; padding:5px;
}
.registration-fieldset legend
{
    font-weight:bold;
    font-size:1.2em;
    color:#6888B8
}
ul.registration-error-list
{
    margin: 10px 100px 10px 20px;
    color:red;
    font-weight:bold;
}
.registration-required-field
{
    color:red;
    font-weight:bold;
}

.registration-table-user-overview
{
    border:1px solid black;
}
.registration-data-inserted-ok
{
    padding:5px;
    color:#FF5A0E;
    font-weight:bold;
}

.center {text-align: center}

table.registration table td
{
	width: 50%;
}

/* 
#######################
# poll                #
####################### 
*/

div.news-news
{
	padding: 10px;
}

div.news-title-text
{
	font-weight: bold;
	display: inline;
	padding-left: 10px;
}
div.news-title-time
{
	font-weight: bold;
	display: inline;
	color: gray;
}
div.news-text
{
	padding: 10px;
	padding-left: 20px;
}


/*
#######################################################
#                     KOMPONENTY                      #
#######################################################
*/

/* 
#######################
# searchbar           #
####################### 
*/

.space
{
	padding-left: 5px;
}
