/* Zakladni nastaveni barev */
body {
	background-color: #f1f1f1;
  background-image: url('../images/body_bg.gif');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  text-align: center;
}


table, th, td, div, img, h1, h2, h3, h4, h5, input, textarea {
	border-color: #d7d7d7;
}

a {
	color: #eb0a8c;
}

input.submit {
	background-color: #d1077d;
	background-image: url('../images/button_bg.gif');
	background-repeat: repeat-x;
	border-bottom-color: #460129;
	border-right-color: #85044f;
	border-width: 0;
	padding: 2px 3px;
	text-transform: uppercase;
	
	color: #fff;
}

#main h2, #main h1 {
  color: #302f2f;
  font-size: 1.6em;
  margin-bottom: 5px;
  padding: 5px 0px 10px 0px;
  border-bottom-width: 3px;
  border-bottom-color: #e0e1e1;
}

h4 {
  color: #0D1C76;
}

fieldset {
  border-color: #A3A3A3;
}

fieldset legend {
  border-color: #A3A3A3;
  color: #031939;
  background-color: #F0F0F0;
}

.topbox {
  background-color: #FFF;
}

input, textarea {
    background-image: url('/images/pozadi_input.gif');
    background-repeat: repeat-x;
    background-position: 0% 100%;
    border-color: #eb0a8c;
}

/* obecne soubory ke stazeni s ikonkou */
.soubory_ke_stazeni li {
  padding-left: 5px;
}


/* zakladni layout */
#body {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    position: relative;
}

#header {
    height: 226px;
    overflow: hidden;
    background-image: url('../images/header_bg_line.gif');
    background-repeat: repeat-x;
}

#header .h1 {
    position: absolute;
    left: 37px;
    top: 45px;
    width: 168px;
    height: 61px;
    overflow: hidden;
}

#header .h1 a {
    text-decoration: none;
    color: #eb0a8d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.6em;
}

#header .h1 a span {
    cursor: pointer;
}

#header .h1 .c2 {
    width: 168px;
    height: 61px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
}

#header h2 {
    color: #646464;
    text-transform: uppercase;
    position: absolute;
    left: 23px;
    top: 118px;
    font-size: 1.2em;
}

#header .motiv {
    width: 326px;
    height: 129px;
    position: absolute;
    right: 0;
    top: 30px;
    background-image: url('../images/header_motiv.gif');
    background-repeat: no-repeat;
}

#header_menu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #bbbbbb;
    height: 30px;
    overflow: hidden;
    font-size: 0.9em;
}

#header_menu ul, #header_menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header_menu li {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

#header_menu a {
    border-top: solid 2px #bbbbbb;
    min-height: 23px;
    _height: 25px;
    color: #3a3a3a;
    text-decoration: none; 
    display: block;
    float: left;
    font-weight: bold;
}

#header_menu a.aktivni {
    border-top-color: #a0a0a0;
    background-color: #fff;
}

#header_menu a span {
    display: block;
    padding: 3px 4px 0 4px;
}

#header_menu a:hover {
    text-decoration: underline;
}

#main_menu {
    position: absolute;
    left: 0;
    top: 159px;
    height: 38px;
    background-color: #b9b9b9;
    background-image: url('../images/menu_bg.gif');
    background-repeat: repeat-x;
    width: 100%;
}

#main_menu .motiv {
    width: 326px;
    height: 10px;
    background-image: url('../images/header_motiv_dokonceni.gif');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    
}

#main_menu ul, #main_menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main_menu ul {
    z-index: 2;
    position: relative;
}

#main_menu li {
    float: left;
}

#main_menu li a {
    display: block;
    _display: inline;
    float: left;
    height: 38px;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    color: #1c1b1b;
    margin: 0 0 0 20px;
}

#main_menu li a:hover {
    text-decoration: underline;
}

#main_menu li a span {
    display: block;
    padding: 9px 3px 0 3px;
}

#vyhledavani {
    position: absolute;
    top: 168px;
    right: 9px;
    z-index: 2;
}

#vyhledavani .q {
    border-color: #eb0a8d;
    background-color: #e7e7e7;
    width: 150px;
}

#vyhledavani input {
    vertical-align: middle;
}

#drobeckova {
    position: absolute; 
    top: 202px;
    left: 0;
    width: 100%;
    background-image: url('../images/drobeckova_bg.gif');
    background-repeat: repeat-x;
    background-color: #e3e3e3;
    font-size: 0.9em;
}

#drobeckova p {
    margin: 0;
    padding: 3px 25px;
}

#drobeckova, #drobeckova a {
    color: #6f6c6c;
}


#main {
    background-image: url('../images/main_bg.gif');
    background-repeat: repeat-y;
    background-position: right top;
    padding-bottom: 1em;
}

#main, #main table {
    line-height: 140%;
}

#main p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#main h3 {
    font-size: 1.4em;
    margin-top: 0.8em;
}

#left {
    margin-left: 10px;
    _display: inline;
    width: 700px;
    float: left;
}

#right {
    margin-right: 5px;
    _display: inline;
    width: 229px;
    float: right;
}

#footer {
    background-color: #dbdbdb;
    border-top: solid 2px #ca0678;
    font-size: 0.9em;
    padding-left: 105px;
    background-image: url('../images/footer_logo.gif');
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

#footer, #footer a {
    color: #3a3a3a;
}

#footer p {
    line-height: 140%;
    padding: 5px 5px; 
}

#footer .doprava {
    text-align: right;
}

#index ul, #index li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#index {
    padding-bottom: 20px;
}

#index li {
    float: left;
    _display: inline;
    width: 221px;
    height: 159px;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#index li a {
    display: block;
    float: left;
    width: 221px;
    height: 159px;    
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

#index li a:hover {
    text-decoration: underline;
}

#index li h2 {
    border: 0;
    font-size: 1.2em;
    
    padding: 0;
    margin-bottom: 0;
}

#index li h2 a span {
    display: block;
    line-height: 200%;
    padding: 4px 30px 0 10px;
}

#index li.koberce {
    background-image: url('../images/motiv_koberce.jpg');
    background-color: #eb0a8d;
}
#index li.bytovy-textil {
    background-image: url('../images/motiv_bytovy-textil.jpg');
    background-color: #ffea00;
}
#index li.bytovy-textil a {
    color: #323232;
}

#index li.pro-deti {
    background-image: url('../images/motiv_pro-deti.jpg');
    background-color: #ff6000;
}
#index li.dilna-remesel {
    background-image: url('../images/motiv_dilna-remesel.jpg');
    background-color: #9a1663;
}
#index li.zahradni-centrum {
    background-image: url('../images/motiv_zahradni-centrum.jpg');
    background-color: #82d413;
}
#index li.realizace {
    background-image: url('../images/motiv_realizace.jpg');
    background-color: #27c4ff;
}

#right .box h3 {
    background-color: #dadada;
    background-image: url('../images/right_h3_bg.gif');
    background-repeat: repeat-x;
    border: solid 1px #aaaaaa;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#right .box .iko_sipka {
    cursor: pointer;
}

#right .box h3 .c {
    display: block;
    padding: 6px 30px 0px 40px;
    position: relative;
    height: 25px;
    _height: 31px;
}

#right .box h3 .iko_kosik {
    background-image: url('../images/iko_kosik.gif');
    background-repeat: no-repeat;
    background-position: 2px 50%;
}

#right .box h3 .iko_konto {
    background-image: url('../images/iko_konto.gif');
    background-repeat: no-repeat;
    background-position: 2px 50%;
}

#right .box .header {
    position: relative;
}

#right .box .header .iko_sipka {
    position: absolute;
    top: -3px;
    right: 2px;
    
    
    width: 225px;
    height: 39px;
    background-image: url('../images/right_sipka.gif');
    background-repeat: no-repeat;
    background-position: right top;
}

#right .box .header .iko_rozbaleno {
    background-image: url('../images/right_sipka_on.gif');
}

#right .clanek {
    background-color: #f2f1f1;
    border: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    color: #676767;
    font-size: 0.9em;
}


/* clanky */

.clanek {
  border-top-width: 3px;
  border-top-color: #e0e1e1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clanek_prvni, .clanek_detail {
  border-top-width: 0px;
  padding-top: 0px;
}

.clanek h3 {
  background-color: transparent;
  border-width: 0px 0px 0px 0px;
  border-color: #F0F0F0;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 1.2em;
}

.clanek h3 a {
  font-weight: bold;
  color: #302f2f;
}

.clanek .datum {
  padding: 0px 0px 0px 0px;
}

.clanek .cely_clanek {
  text-align: right;
  padding-top: 1px;
  background-image: url('../images/button_bg.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
  float: right;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.clanek .cely_clanek a {
  font-weight: bold;
  font-size: 1em;
  border-style: solid;
  border-color: #DDD;
  border-width: 0;
  padding: 0px 2px 0px 2px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.clanek .cely_clanek a:hover {
    text-decoration: underline;
}

.clanek .ilustrace {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  clear: left;
}

.clanek .anotace {
  text-align: left;
  font-style: normal;
}

.clanek .flash {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  clear: left;
}

.clanek .clear_anotace {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  overflow: hidden;
}

.strankovani {
	border-width: 0px;
	display: inline;
	width: 20px;
	text-align: center;
	margin-right: 1px;
	padding-left: 2px;
    vertical-align: top;
    _vertical-align: middle;
    background-color: #fff;
}

.strankovani a {
    font-weight: bold;
}

.strankovani_vybrano {
  background-color: #f52ea3;
}

.strankovani_vybrano a {
    color: #fff;
}

.strankovani_seznam .invisible {
    visibility: hidden;
}

.strankovani_seznam .doleva {
    margin-right: 4px;
}

.strankovani_seznam .doprava {
    margin-left: 4px;
}

.strankovani_seznam .doleva img {
    margin-right: 3px;
}

.strankovani_seznam .doprava img {
    margin-left: 3px;
}

.strankovani_seznam img {
    position: relative;
    top: -2px; 
}

/* produkty */
.vase_pozice {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 5px;
  margin-top: 5px;
  clear: both;
}

.vase_pozice A, .vase_pozice A:visited, .vase_pozice A:hover {
  color: #555;
}

#produkty .topbox {
    margin: 10px 0px;
    background-color: #f0f0f0;
    /*padding: 13px;*/
}

#produkty #podrubriky {
  border-width: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
}

#produkty #podrubriky .rubrika {
  width: 33%;
  border-width: 1px;
  background-color: #F7F7F7;
  padding: 0px;
  vertical-align: middle;
}

#produkty #podrubriky .rubrika img {
  float: none;
  margin-right: 2px;
  margin-left: 1px;
  margin-top: 2px;
  border: solid 1px #ddd;
}

#produkty #podrubriky .rubrika h3 {
  padding: 12px 5px 12px 5px;
  margin: 0; 
  font-size: 1.2em;
}

#produkty #podrubriky .rubrika H3 A, #produkty #podrubriky .rubrika H3 A:visited, #produkty #podrubriky .rubrika H3 A:hover {
  font-weight: bold;
  color: #535353;
}

#produkty #podrubriky .rubrika h3 a:hover {
    color: #eb0a8c;
}

#produkty #podrubriky .rubrika .zobrazit {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: right;
}

#produkty #podrubriky .rubrika .zobrazit A, #produkty #podrubriky .rubrika .zobrazit A:visited, #produkty #podrubriky .rubrika .zobrazit A:hover {
  color: #777;
  font-size: 0.9em;
}

#produkty #podrubriky .rubrika .popis {
  padding-left: 2px;
  padding-right: 2px;
}

/* seznam produktu */

#produkty .seznam_produktu {
  border-width: 0px;
  width: 100%; 
}

#produkty .seznam_produktu .produkt {
  vertical-align: top;
  border-width: 1px 1px 1px 1px;
  border-color: #D7D7D7;
  background-image: url('/images/product_bg2.jpg');
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 0.9em;
  text-align: left;
  padding: 0;
}

#produkty .seznam_produktu .bunka1, #produkty .seznam_produktu .bunka3 {
  width: 33.3% !important;
        
}

#produkty .seznam_produktu .bunka2 {
  width: 33.4% !important;
}          

#produkty .seznam_produktu .vrsek {
    min-height: 55px;
    _height: 55px;
}

#produkty .seznam_produktu h4 {
  margin-bottom: 5px;
  border-width: 0px;
  font-size: 1.3em;
  padding: 8px 5px 8px 5px;
  background-image: url('/images/product_header.gif');
  background-repeat: repeat-x;
  background-color: #eb0b8d;
  margin: 1px;
}

#produkty .seznam_produktu .spodni {
  background-image: url('/images/product_bg.jpg');
  background-repeat: repeat-x;
  background-position: left bottom;
}

#produkty .seznam_produktu h4 a { 
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
 /* text-decoration: none;*/
}

#produkty .seznam_produktu h4 a:hover { 
 /* text-decoration: underline;*/
}

#produkty .seznam_produktu .popis {
  clear: both;
  padding: 3px;
  padding-bottom: 0px;
}

#produkty .seznam_produktu .detail {
    margin-right: 12px;
    padding-top: 13px;
}

#produkty .seznam_produktu .vrchni img {
  border-width: 1px;
  border-color: #DDD;
  margin: 5px;
}

#produkty .seznam_produktu .foto {
    text-align: center;
    min-height: 210px;
    _height: 200px;
    vertical-align: middle; 
}

#produkty .seznam_produktu .foto img {
    border: solid 2px #ddd;
}

#produkty .seznam_produktu .cena_popis {
    font-weight: normal;
}

 #produkty .seznam_produktu .cena {
   color: #494949;
  font-weight: bold;
  text-align: left;
  font-size: 1.3em;
  padding: 3px 5px 0px 0px;
}

#produkty .seznam_produktu .cena_puvodni {
  color: #888;
  font-weight: bold;
  text-align: right;
  font-size: 1em;
  padding: 0px 6px 0px 0px;
  text-decoration: line-through;
}


#produkty .seznam_produktu .vrchni {
  padding-left: 3px;
  padding-right: 3px;

  min-height: 120px;
  _height: 120px;
  overflow: visible;
}

#produkty .seznam_produktu .koupit {
  float: left;
  padding-bottom: 5px;
  padding-left: 5px;
  height: 40px;
  _height: 45px;
}

#produkty .seznam_produktu .spodni .clear {
    height: 1px;
    overflow: hidden;
}

#produkty .seznam_produktu .detail_img {
    text-align: right;
}

#produkty .koupit input {
  width: 20px;
  text-align: center;
  border-color: #999;
  vertical-align: middle;
  _height: 18px;
}

#produkty .koupit a, #produkty .koupit .submit {
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  vertical-align: middle;  
  padding: 0px 3px 1px 3px;
  text-decoration: none;
  background-color: #F0F0F0;
}

#produkty .koupit .submit {
  width: auto;
  padding: 0px 0px 0px 0px;
  font-weight: normal;    
  color: #054A9E;
  font-size: 1em;  
}

#produkty .koupit .submit_koupit {
    width: auto;
    border: 0;
}

#produkty .seznam_produktu_seznam {
  border-width: 0px;
  width: 100%; 
}

#produkty .seznam_produktu_seznam td {
  border-bottom: solid 1px #ddd;
  padding: 3px 3px;
}

#produkty .seznam_produktu_seznam .zahlavi td {
  font-size: 1em;
  border-bottom: solid 1px #eb0a8c;
}

#produkty .seznam_produktu_seznam .zahlavi td a {
  font-weight: bold;
}

#produkty .seznam_produktu_seznam .vlastnost {
  text-align: center;
}

#produkty .seznam_produktu_seznam .nazev a {
  font-weight: bold;
}

#produkty .seznam_produktu_seznam .suda td {
  background-color: #f0f0f0;
} 

#produkty .seznam_produktu_seznam .foto img {
  border: solid 1px #ddd;
}


#produkty .vyrobci {
    border: solid 1px #ddd;
    clear: both;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 99%;
}

#produkty .vyrobci .foto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80px;
    height: 80px;
}


#produkty .vyrobci .fake_foto {
    width: 80px;
    height: 80px;
    display: block;
    cursor: pointer;
    _cursor: hand; 
}

#produkty .vyrobci .clear {
    height: 1px;
    overflow: hidden;
}

#produkty .vyrobci .vyrobce {
    float: left;
    width: 88px; 
    text-align: center;
    padding-top: 3px;
}

#produkty .vyrobci a {
    color: #666;
    font-weight: bold;
}

#produkty .vyrobci span.nazev {
    display: block;
    text-align: center;
    font-size: 0.9em;
}

/* produkt */
#produkty table {
  border-width: 1px;
  border-color: #DDD;
}

#produkty tr.podbarveni {
  /*background-color: #F7F7F7;*/
}

#produkty td {
  padding: 2px;

}

#produkty td.polozka {
  width: 160px;
  text-align: right;
  padding-right: 5px;
}

#produkty td.hodnota {
  color: #eb0a8c;
  text-align: left;
}

#produkty .zahlavi td {
  border-bottom-width: 1px;
  /*border-color: #98BEE5;*/
  color: #eb0a8c;
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 0.9em;
  border-width: 0px;
}

#produkty .popis {
  margin-bottom: 10px;
}

#produkty .produktlevy {
  float: left;
  width: 260px;
  border-width: 0px;
}

#produkty .produktlevy .foto {
  text-align: center;
}

#produkty .produktlevy IMG {
  border-width: 0px;
  border-color: #999;
  /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);*/ 
  margin-bottom: 10px;
}


#produkty .produktpravy .detail_hide {
  display: none;
}

#produkty .produktpravy .cena {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  margin-top: 0px;
}

#produkty .produktpravy .cena_puvodni {
  color: #888;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  padding: 2px 0px 0px 0px;
  text-decoration: line-through;
}


#produkty .produktpravy .koupit {
  text-align: left;  
  margin-top: 2px;
  margin-bottom: 25px;
}

#produkty .produktpravy input, #produkty .produktpravy img {
    vertical-align: bottom;
}

#produkty .produktpravy {
  float: right;
  width: 430px;
  border-width: 0px;
}

#produkty .produktpravy .koupit table td {
    text-align: center;
    border-bottom: dashed 1px #ddd;
}

#produkty .technicka_data {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-image: url('/images/pozadi_produkt_seznam.gif');
  background-repeat: repeat-x;
  border-collapse: collapse;
}

#produkty .technicka_data td {
  vertical-align: top;
}

#produkty .technicka_data td {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #F0F0F0;
}

#produkty .technicka_data .zahlavi td {
  border-width: 0px;
}

#produkty div.technicka_data {
  border-width: 1px;
}
#produkty div.technicka_data h3 {
  text-align: left;
  font-size: 0.9em;
  padding-left: 2px;
  padding-top: 2px;
  margin-bottom: 5px;
  color: #eb0a8c;
}

#produkty .razeni a {
    font-weight: bold; 
}

#produkty .razeni a.aktivni {
    /*color: #fff;*/
    text-decoration: none;
}

#produkty .o_znacce {
    text-align: center;
    margin-top: 10px;
}

#produkty table.cenik_varianty {
    width: 100%;
    border-collapse: collapse;
}

#produkty table.cenik_varianty .cena {
    text-align: center;
}

#produkty form {
   /* position: relative;*/
}

#produkty .spinner {
    position: absolute;
}

#produkty .filtr {
}

#produkty .filtr table {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    _width: 100%;
    margin-bottom: 15px;
    background-color: #f0f0f0;
}

#produkty .filtr .odeslani {
    float: right;
    background-color: #f0f0f0;
    padding: 5px 15px 8px 15px;
    border: solid 1px #ddd;  
    border-top-width: 0;  
    position: relative;
    left: -7px;
    _left: 0;
    top: -19px;
}

#produkty .filtr select {
    width: 100%;
}

#produkty .filtr .polozka {
    width: 12%;
}

#produkty .ikonky {
    margin: 0.5em 0;
    text-align: center;
}

#produkty .ikonky img {
    vertical-align: middle;
    margin: 3px;
}

/* formulare */
.include_formular {
  clear: both;
}

.include_formular fieldset {
  margin-left: 100px;
  margin-right: 100px;
  text-align: center;
}

.include_formular table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px !important;
}

.include_formular td.polozka {
  width: 40%;
  text-align: right;
  vertical-align: top;
}

.include_formular td input, .include_formular td textarea {
  width: 90%;
}

.include_formular td textarea {
  height: 90px;
}

.include_formular td input.submit {
  width: auto;
}

#text_stranka .include_formular {
    float: right;
    width: 400px;
    text-align: center;
    padding-top: 0;
}

#text_stranka .include_formular .submit {
    margin-right: 18px;
}

#text_stranka .include_formular h3 {
    margin-top: 6px;
}

#text_stranka table {
    clear: none;
}

/* kosik */
#kosik .seznam_produktu {
  width: 100%;
  border-width: 0px;
  border-color: #a3a3a3;
  background-color: transparent; 
  margin-top: 5px;
}

#kosik .seznam_produktu .zahlavi td {
  font-weight: bold;
  border-bottom-width: 1px; 
  border-bottom-color: #999;
  background-color: #f0f0f0;
}

#kosik .seznam_produktu td {
  padding: 5px 6px 5px 6px;
  border-bottom-width: 0px;
  border-bottom-color: #f0f0f0;
}

#kosik .seznam_produktu .posledni td {
  border-bottom-width: 0px;
}

#kosik .seznam_produktu .mnozstvi {
  text-align: center;
  /*width: 70px;*/
}

#kosik .seznam_produktu .cena {
  text-align: right;
  width: 80px;
}

#kosik .seznam_produktu .zahlavi .cena {
    padding-right: 23px;
}

#kosik .seznam_produktu .mnozstvi input {
  width: 25px;
  text-align: center;
  border-color: #DDD;
}  

#kosik .seznam_produktu .produkt a {
    font-weight: bold;
}

#kosik .seznam_produktu .odstranit {
  width: 20px;
}

#kosik  .cena_celkem {
  /*color: #fff;*/
  font-weight: bold;
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 10px;
}

#kosik .cena_celkem .castka {
  float: right;
  padding-right: 55px;
}

#kosik form .submit {
  width: auto;
  /*padding: 0;
  border: 0; */ 
}


#kosik fieldset {
  margin-left: 100px;
  margin-right: 100px;
}

#kosik .zakaznik {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-width: 0px;
  border-color: #a3a3a3; 
  margin-bottom: 10px;
}

#kosik .zakaznik .polozka {
  text-align: right;
  padding-right: 5px;
  width: 40%;
}

#kosik .zakaznik td {
  padding: 2px 4px 2px 4px;
  border-bottom-width: 0px;
  border-bottom-color: #fff;
}

#kosik .zakaznik .posledni td {
  border-bottom-width: 0px;
}

#kosik .zakaznik .hodnota {
  /*color: #90193d;*/
  /*font-weight: bold;*/
}

#kosik .zakaznik .hodnota input {
  width: 210px;  
}

#kosik .zakaznik .hodnota select {
  width: 220px;  
}


#kosik .zakaznik .hodnota textarea {
  background-image: url('/images/pozadi_input.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #fffefb;
  width: 210px;  
}

#kosik .zakaznik .hodnota .psc {
  width: 40px;
}

#kosik .zakaznik .hodnota .mesto {
  width: 165px;
  _width: 167px;
  *width: 163px;
}

#kosik .zakaznik h4 {
  font-size: 0.9em;
  padding-left: 165px;
  /*color: #fff;*/
}

#kosik.objednavka .cena_celkem .castka {
  padding-right: 22px;
}

#kosik hr {
    border: 0;
    height: 1px;
    background-color: #601e21;
    margin-top: 10px;
    margin-bottom: 10px;
    
}


/* registrace */
#registrace fieldset {
  margin-left: 100px;
  margin-right: 100px;
}

#registrace td.polozka {
  width: 108px;
  text-align: right;
}

#registrace td input {
  width: 200px;
}

#registrace td select {
  width: 200px;
}

#registrace td input.polovicni {
  width: 100px;
}

#registrace .psc {
  width: 40px;
  text-align: center;
}

#registrace .mesto {
  width: 155px;
  *width: 153px;
  _width: 157px;
  
}

#registrace .radio {
  width: auto;
  background-image: none;
}

#registrace .submit {
    /*border: 0;
    padding: 0;
    margin: 0;*/
}

#banner {
    width: 412px;
    height: 74px;
    position: absolute;
    left: 285px;
    top: 50px;
    overflow: hidden; 
}

#spinner {
    display: none;
}

#loginform input {
    width: 120px;
}

#loginform input.submit {
    width: auto;
}

#loginform .polozka {
    text-align: right;
    padding-left: 30px;
    font-size: 0.9em;
    font-weight: bold;
    color: #555;
}

#zasli_heslo fieldset {
  margin-left: 100px;
  margin-right: 100px;
}


#karty {
    width: 450px;
    margin-left: 110px; 
}

#karty .karta {
    text-align: center;
    float: left;
    width: 100px;
}

#karty .karta img {
    display: block;
}

#footer .odkazy {
    padding-left: 5px;
}

#footer .odkazy, #footer .odkazy a {
    color: #777;
}

#footer .odkazy ul, #footer .odkazy li {
    margin: 0;
    padding: 0;
    list-style: none;
}


#footer .odkazy li {
    float: left;
    margin: 0px 3px;
    border: solid 1px #fff;
    border-width: 0 1px 0 0;
    padding: 0 3px 2px 0;
}

#footer .odkazy li.prvni {
    margin-left: 0;
}

#footer .odkazy li.posledni {
    border-width: 0;
}