/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STYLE OF THE PAGE */

body {
  	font-size: 62.5%;  /* because of the em size of the font, 1 em now equals 10 px */
  	font-family: Arial, Helvetica,sans-serif; 
  	background:#282C41 url('../img/body_bg.jpg') top center repeat-x;
  	color:#3C3F51;
  	font-family:Tahoma,Geneva,Kalimati,sans-serif;
}

div#page {
    min-height:300px;
    margin:auto;
    width:980px;
    overflow: hidden;
}

/*  GENERAL */
/*  GENERAL */
.clear {
    visibility:hidden;
}
hr.clear {
    clear:both;
    visibility:hidden;
    height:0px;
    display:block;
    margin:0;
    border:0;
}

a:hover {
    text-decoration:none;
}


/*  HEADER   */

#header {     
     height:291px;
     width:980px;
     position:relative;
     background:#282C41 url('../img/header.jpg') top center no-repeat;
}

#top_menu {
    padding:5px 0 0 22px;
}

#top_menu li {
    float:left;
    font-size:1.2em;
    padding:10px 30px;
}

#top_menu li a {
    color:#babff2;
    text-decoration:none;
}

#top_menu li a:hover {
    text-decoration:underline;
}

h1 {
    display:block;
    width:300px;
    height:150px;
    text-indent:-5000px;
    background-color:transparent;
    position:relative;
    left:354px;
    top:65px;
}

h1 a {
    display:block;
    width:100%;
    height:100%;    
}

#kosik {
    width:180px;
    height:62px;
    position:absolute;
    right:10px;
    bottom:70px;
    color:#EDD1C1;
    font-size:1.1em;
    line-height:1.2;
    
}

#kosik .left {
    float:left;
    margin:0 0px 0 0px;
    width: 70px;
}

#kosik .right {
    text-align:right;
    float:left;
    width: 80px;
    
}

#kosik .cena {
    color:#FFE35E;
    font-size:1.1em;
    font-weight:bold;
}

#kosik a {
     color:#FFE35E;
     display:block;
     margin:10px 0 0 50px;      
}

#login {
    position:absolute;
    top:50px;
    left:13px;
}

#login .button_login {
     float:left;
     display:block;
     background:transparent url('../img/button_prihlasit.jpg') top center repeat-x;
     width:119px;
     height:30px;
     text-indent:-5000px;
}

#login .button_reg {
    float:left;
    display:block;
    background:transparent url('../img/button_registrace.jpg') top center repeat-x;
    width:143px;
    height:30px;
    text-indent:-5000px;
    margin-left:2px;
}

#search {
    position:absolute;
    bottom:16px;
    left:345px;
}

#search .text {
    color:#282934;
    font-size:1.2em;
    background:transparent url('../img/hledat_bg.jpg') no-repeat 0 0;
    border:0;
    width:226px;
    height:19px;
    float:left;
    padding:5px 0 0 18px;
    margin-right:2px;
}

#search .img {
    float:left;
}

/*  MAIN CONTENT */

#content {
    background:transparent url(../img/content_bg.jpg) repeat-y 0 0;
}

/*  LEFT PANEL  */

#left_panel {
    width:200px;
    float:left;
    min-height:300px;
    background:transparent url('../img/left_panel_bg.jpg') repeat-y 0 0;
}

.left_box {
    width:200px;
}

#kategorie h3 {
    width:200px;
    height:40px;
    display:block;
    text-indent:-5000px;
    z-index:1000;
    margin-top:-25px;
}

.left_box li {
     background:transparent url('../img/li_bg.jpg') no-repeat 0 6px;
}
.left_box li a {
    padding: 9px 0 0 15px;
    height:16px;
    display:block;
    font-size:1.1em;
    color:#3C3F51;
    text-decoration:none;
    font-weight:bold;
}
.left_box li a.active {
    text-decoration:underline;
}

.left_box li a:hover {
    text-decoration:underline;
}

.left_box li ul {
    margin:4px 0;
}

.left_box li li {
    background:none;
    padding-left:15px;
}

.left_box li li a {
    color:#75798F;
}
.left_box li li a.active {
    color:#2782D7;
    text-decoration:underline;
}

#znacky h3{
    width:200px;
    height:44px;
    display:block;
    text-indent:-5000px;
    background:transparent url('../img/znacky.jpg') no-repeat 0 0;
}

/*  MIDDLE  */

#middle {
    width:550px;
    float:left;
    min-height:300px;
    padding:0 15px;
    background-color:#eff0f6;
}

#buttons {
    margin:auto;
}

#buttons li {
    float:left; 
    margin-left:4px;  
}
#buttons li a {
    display:block;
    width:106px;
    height:94px;
    background:transparent no-repeat 0 0; 
    text-indent:-5000px;
} 

#buttons .auta {
    background-image:url('../img/auta.jpg');
}

#buttons .vrtulniky {
    background-image:url('../img/vrtulniky.jpg');
}

#buttons .letadla {
    background-image:url('../img/letadla.jpg');
}

#buttons .lode{
    background-image:url('../img/lode.jpg');
}

#buttons .tanky {
    background-image:url('../img/tanky.jpg');
}

#info {
    width:549px;
    min-height:241px;
    position:relative;
    margin:auto;
    background:transparent url('../img/info_box_bg.jpg') repeat-y 0 0;
    margin-top:44px;
}

#info-in {
    background:transparent url('../img/info_box_top.jpg') no-repeat top center;
    min-height:241px;
    padding:20px 20px 15px 20px;
    color:#d3d6e5;
}

#info-in a {
    color:#ffe35e;
}

#info-in a:hover {
    text-decoration:none;
}

#info-in h2 {
    text-indent:-5000px;
    display:block;
    height:25px;
    margin-bottom:10px;
}

#info-in p {
    font-size:1.1em;
    margin-bottom:22px;
    line-height:18px;
}

#info-in ul {
    margin-top:20px;
}

#info-in li {
/*    height:15px; */
    background:transparent url('../img/info_bullet.jpg') no-repeat 0 9px;
    padding:3px 0 0 25px;
    font-weight:bold;
    margin-bottom:6px;
	line-height:17px;
}


#info .corner {
    position:absolute;
    left:0;
    bottom:0;
    width:14px;
    height:13px;
    background:transparent url('../img/info_box_corner.jpg') no-repeat top center;
}

.h2_box {
    width:528px;
    height:29px;
    background:transparent url('../img/h2_produkty_bg.jpg') no-repeat top center;
    position:relative;
    padding:12px 0 0 20px;
    margin-top:20px;
    
}

.h2_box a {
    position:absolute;
    bottom:12px;
    right:15px;
    color:#3c3f51;
    font-size:1.1em;
}

.h2_box a:hover {
    text-decoration:none;
}

.h2_box h2 {
    font-size:1.8em;
}

.produkty {
    padding:18px 0 15px 0;
}

.produkt {
    width:157px;
    background-color:#FFF;
    position:relative;
    padding:15px 10px;
    float:left;
    margin-right:5px;
}

.produkt .corner {
    position:absolute;
    top:0;
    right:0;
    width:8px;
    height:7px;
    background:transparent url('../img/produkt_corner.jpg') no-repeat top center;   
} 

.produkt h3 a, .produkt h4 a {
    color:#404aa2;
    font-weight:bold;
    line-height:16px;
}

.produkt h3 a:hover, .produkt h4 a:hover {
    text-decoration:none;
}

.produkt img {
    margin:auto;
    margin:20px 0 15px 0;
}

.produkt .anotace {
    font-size:1.1em;
    line-height:18px;
    color:#3c3f51;
}

.produkt .cena_koupit  {
    height:25px;
    margin-top:15px;
}

.produkt .cena {
    color:#ef0000;
    font-size:1.4em;
    font-weight:bold;
    float:left;
    margin-top:8px;
}

.produkt .koupit_button {
   background:transparent url('../img/koupit_button.jpg') no-repeat top center;
   display:block;
   text-indent:-5000px;
   width:75px;
   height:25px; 
   float:right; 
   margin-right:10px; 
   cursor:pointer; _cursor:hand;
}
input.koupit_button {
   border:0;
}
/*  RIGHT   */

#right_panel {
    width:200px; 
    background:#eff0f6 url('../img/pravy_bg.jpg') repeat-y 0 0;
    float:left;
    min-height:300px;
}

.right_box ul {
    background:#eff0f6 url('../img/pravy_bg.jpg') repeat-y 0 0;
}

#proc h3 {
    width:200px;
    height:40px;
    display:block;
    text-indent:-5000px;
    margin-top:-30px;
}

#zeptejtese h3 {
    display:block;
    text-indent:-5000px;
    background:transparent url('../img/zeptejtese.jpg') no-repeat 0 0;
    width:200px;
    height:41px;
}

.right_box li {
     background:transparent url('../img/pravy_li_bg.jpg') no-repeat 0 0;
}
.right_box li {
    padding: 7px 0 0 25px;
    height:18px;
    font-size:1.1em;
    color:#3c3f51;
} 

#zeptejtese .text {
    line-height:25px;
    padding:15px 10px 0 25px;
    font-size:1.1em;
}

#zeptejtese .text a {
    color:#c6471a;    
} 

#zeptejtese .text a:hover {
    text-decoration:none;
}

#nejprodavanejsi h3 {
    display:block;
    text-indent:-5000px;
    background:transparent url('../img/nejprodavanejsi.jpg') no-repeat 0 0;
    width:200px;
    height:41px;
} 

#newsletter h3 {
    display:block;
    text-indent:-5000px;
    background:transparent url('../img/newsletter.jpg') no-repeat 0 0;
    width:200px;
    height:41px;
}

#nejprodavanejsi .produkt {
    float:none;
    background:none;
    margin-left:11px;
}

#nejprodavanejsi .koupit_button {
    margin-right:0;
}

#nejprodavanejsi .produkt h4 a {
    font-size:1.2em;
}

#newsletter div {
    padding:10px 10px 30px 20px;
    position:relative;
}

#newsletter label {
    display:block;
    font-size:1.1em;
    margin-bottom:10px;    
}

#newsletter #news, #newsletter #kod {
    border:0;
    width:175px;
    height:23px;
    background:transparent url('../img/news_input.jpg') no-repeat 0 0;
}

#newsletter .button_odeslat {
    position:absolute;
    right:5px;
    bottom:0;
}

#newsletter span {
    padding:10px 0 0 20px;
    display:block;
    font-size:1.1em;
}

#footer {
    width:980px;
    height:113px;
    position:relative;
    background:transparent url('../img/footer_bg.jpg') no-repeat 0 0;
}

#copyright {
    width:420px;
    height:55px;
    position:absolute;
    top:30px;
    left:282px;
    color:#8894de;
    line-height:20px;
    font-size:1.1em;
	text-align:center;
}

#webdesign {
    width:170px;
    height:35px;
    background-color:transparent;
    position:absolute;
    right:0px;
    top:40px;
    color:#8894de;
}

/*  KOSIK   */

#bread_crumbs {
    font-size:1.1em;
    font-weight:bold;
    color:#3c3f51;
    margin: 0 0 25px 0;
}

#bread_crumbs a {
    font-weight:normal;
    background:transparent url(../img/bread_separator.jpg) center right no-repeat;
    padding-right:10px;
    color:#3c3f51;
}

#bread_crumbs a:hover {
    text-decoration:none;
}

#h1-kosik {
    display:block;
    width:550px;
    height:41px;
    background:transparent url(../img/h1_kosik.jpg) top left no-repeat;
    position:static;
}

.basket table {
    width:550px;
    margin: 20px 0 20px 0;
    font-size:1.1em;
}

.basket table tr {
    height:31px;
}

#kosik_head {
    background:transparent url(../img/kosik_header.jpg) top left no-repeat;
    color:white;
    font-weight:bold;
}
#kosik_head th, .kosik_row td {
    padding-top:12px;
    vertical-align:top;
}

.th_x {
  width:35px;
}

.th_produkt {
    width:325px;
}

.th_pocet {
    width:68px;
}

.kosik_row {
    background-color:white;
    background:transparent url(../img/kosik_row.jpg) top left no-repeat;
    text-align:center;
}

td.th_cena {
    color:#ef0000;
    font-weight:bold;        
}

td.th_produkt a {
    color:#404aa2;
    font-weight:bold;
}

td.th_produkt a:hover {
    text-decoration:none;
}

.kosik_checker {
    background:transparent url(../img/delete_checked.jpg) top right no-repeat;
    width:13px;
    height:13px;
    display:block;
    padding-left:9px;
    cursor:pointer;
}

td.th_x {
    text-align:center;
}

td.th_pocet {
    padding-top:3px;
}

.pocet_input {
    background:transparent url(../img/pocet_input.jpg) top right no-repeat;
    width:23px;
    height:20px;
    float:left;
    border:0px;
    color:#3c3f51;
    padding:2px 0 0 7px;
    margin:0 0 0 7px;
}

#pocet_arrows {
    float:left;
    width:11px;
    margin:3px 0 0 7px;
}

#pocet_arrows span {
    display:block;
    width:11px;
    height:7px;
    margin-bottom:3px;
    cursor:pointer;
}

#pocet_arrows .top {
    background:transparent url(../img/pocet_top.jpg) top right no-repeat;
}

#pocet_arrows .bottom {
    background:transparent url(../img/pocet_bottom.jpg) top right no-repeat;
}

#kosik_info {
    padding:35px 0 0 0;
    color:#3c3f51;
    font-size:1.1em;
    line-height:18px;
    position:relative;
    margin: 0 0 20px 0;
}

#kosik_info div {
    position:absolute;
    top:0px;
    right:0px;
}

#kosik_info div a {
    color:#c6471a;
}

#kosik_tlacitka, #kosik_tlacitka input  {
    height:26px;
    display:block;
    text-indent:-5000px;
}

#kosik_tlacitka input {
    float:left;
    border:none;
    cursor:pointer;
}

#ulozit_but {
    background:transparent url(../img/ulozit_zmeny.jpg) top right no-repeat;
    width:117px;
    margin-left:45px;
}

#vysypat_but {
    background:transparent url(../img/vysypat_kosik.jpg) top right no-repeat;
    width:137px;
    margin-left:3px;
}

#smazat_but {
    background:transparent url(../img/smazat_oznacene.jpg) top right no-repeat;
    width:137px;
}

#objednat_but {
    background:transparent url(../img/objednat.jpg) top right no-repeat;
    width:106px;
    margin-left:3px;
}

/*  DETAIL  */
.detail {
    font-size:1.1em;
}                   

.detail h1 {
    position:relative;
    width:530px;
    height:29px;
    background:transparent url(../img/h1_product.jpg) 0 0 no-repeat;
    text-indent:0;
    padding:12px 0 0 20px;
    font-size:1.8em;
    left:0;
    top:0; 
    margin-bottom:15px;
}

#main_img {
    padding-top:10px;
    width:240px;
    height:235px;
    background-color:white;
}

#img_but {
     width:241px;
     height:59px;
     background:transparent url(../img/doporucit_but.jpg) 0 0 no-repeat;   
} 

#img_but a {
    width:80px;
    float:left;
    color:#3c3f51;
    text-align:center;
    display:block;
    padding:38px 0 0 0;
}

.left, .right {
    float:left;
}

.right {
    width:300px;
    padding:0 0 0 8px;
}

.right #produkt_anotace {
    line-height:20px;
    padding: 0 0 40px 0;
    position:relative;
    margin:0 0 15px 0;
}

#produkt_anotace .vice_info_but {
     position:absolute;
     bottom:0;
     right:0;
     width:131px;
     height:26px;
     display:block;
     text-indent:-5000px;
     background:transparent url(../img/vice_informaci.jpg) 0 0 no-repeat; 
}

.detail_row {
    width:300px;
    height:29px;
    background:transparent url(../img/detail_row.jpg) 0 0 no-repeat; 
}

.last_row {
    padding-top:3px;
    height:35px;
    background:transparent url(../img/detail_row_last.jpg) 0 0 no-repeat;
}

.detail_row .popis_detail {
    width:140px;
    display:block;
    height:19px;
    padding:10px 0 0 25px;
    font-weight:bold;
    float:left;
}

.detail_row .value_detail {
    padding-top:5px;
}

.detail_row  a {
    color:#c6471a;
}

.detail_row  .cena {
    color:#ef0000;
    font-size:1.3em;
    font-weight:bold;
}


.detail_row .detail_koupit {
     width:72px;
     height:25px;
     background:transparent url(../img/koupit_button.jpg) 0 0 no-repeat;
     border:0;
	 cursor:pointer; _cursor:hand;
}

#detail_photos {
    margin:20px 0 0 0;
}

#detail_photos img {
    float:left;
    padding:0 0 0 10px;
}

.tech_text {
    padding:0 15px; font-size:1.1em;
}
.tech_text li {
    list-style:disc; margin-left:20px; padding:3px 0 3px 3px;
}

#technicka_spec h2, #diskuze h2 {
    margin:20px 0 0 0;
    width:550px;
    height:40px;
    background:transparent url(../img/h2_technicka.jpg) 0 0 no-repeat;
    text-indent:-5000px;
    margin-bottom:17px;
}

#technicka_spec p {
    line-height:22px;
}

#technicka_spec p {
    margin-top:15px;
}

#diskuze h2 {
    height: 53px;
    background:transparent url(../img/h2_diskuze.jpg) 0 0 no-repeat;
}

.head_koment {
    padding:10px 0 0 15px;
    height:20px;
    width:535px;
    background-color:white;
}

.jmeno_komentujici {
    color:#404aa2;
    font-weight:bold;
}

.cas {
    color:#797d96;
}

.koment_text {
    line-height:18px;
    margin:5px 0 40px 15px;
}

#novy_komentar {
    padding:0 0 50px 15px;
    position:relative;
}

#novy_komentar h3 {
    margin-bottom:25px;
}
#novy_komentar label {
    float:left;
    width:75px;
    text-align:center;
}

#novy_komentar input {
    margin-bottom:10px;
    width:150px;
    height:20px;
    background:transparent url(../img/koment_input.jpg) 0 0 no-repeat;
    border:0;
}

input#odeslat_komentar {
    width:72px;
    height:25px;
    position:absolute;
    right:25px;
    bottom:0;
    background:transparent url(../img/odeslat_button.jpg) 0 0 no-repeat;
    cursor:pointer;
}

.detail_row input.kusu
{
  float: left;
  width: 20px;
  height: 20px;
  margin:4px 0 0 -66px;
  background:transparent url(../img/pocet_kusu_input.jpg) 0 0 no-repeat;
  width:35px;
  height:22px;
  border:0;
}

.value_detail
{
  display: block;
  float: left;
  position: relative;
  top: 2px;
}

.detail_koupit
{
  position: relative;
  top: -7px;
}



/* PRODUCTS   */

.produkty h1 {
    position:relative;
    width:530px;
    height:29px;
    background:transparent url(../img/h1_product.jpg) 0 0 no-repeat;
    text-indent:0;
    padding:12px 0 0 20px;
    font-size:1.8em;
    left:0;
    top:0; 
    margin-bottom:15px;
}

.podkategorie-box-top {
background: url('../img/podkategorie-bg-top.gif') no-repeat;
width: 550px;
height: 10px;
}
.podkategorie-box {
background: url('../img/podkategorie-bg-body.gif') left top repeat-y;
width: 550px;
}

.podkategorie-box-padd {
padding: 10px;
font-size: 12px;
line-height: 16px;
}

.podkategorie-box-padd a {
color: #c6471a;
text-decoration: underline;
}

.podkategorie-box ul.podkategorie {
margin: 0px;
padding: 0px;
}

.podkategorie-box ul.podkategorie li {
float: left;
margin: 0px 0px 0px 10px;
padding: 0px;
list-style-image: url('../img/arrow-podkategorie.gif');
list-style-position: inside;
line-height: 16px;
vertical-align: top;
}

.podkategorie-box ul.vyrobci {
margin: 0px;
padding: 0px;
}

.podkategorie-box ul.vyrobci li {
float: left;
margin: 0px 0px 0px 10px;
padding: 0px;
line-height: 13px;
vertical-align: middle;
}

.cl {
clear: both;
height: 1px;
}

.podkategorie-box input.zobrazit-vybrane {
float: right;
background: url('../img/zobrazit-vybrane.gif') no-repeat;
width: 133px;
height: 26px;
border: 0px;
}

.produkty .filter1 {
background: url('../img/filter-bg.gif') no-repeat;
width: 550px;
height: 31px;
margin: 20px 0px 20px 0px;
line-height: 31px;
font-size: 12px;
}

.produkty label {
margin-left: 35px;
}

.produkty label.strany {
float: left;
margin-left: 10px;
}

.produkty .filter1 ul.strany {
float: left;
margin: 0px 0px 0px 40px;
padding: 0px;
vertical-align: middle;
line-height: 31px;
}

.produkty .filter1 ul.strany li {
float: left;
margin: 0px 0px 0px 5px;
padding: 0px;
line-height: 31px;
text-align: center;
}

.produkty .filter1 ul.strany li a {
display: block;
width: 25px;
height: 31px;
color: #3c3f51;
text-decoration: none;
font-weight: bold;
vertical-align: middle;
}

.produkty .filter1 ul.strany li a:hover{
background: url('../img/strana-hover.gif') no-repeat;
color: #fff;
}

.produkty .filter1 ul.strany li span {
display: block;
width: 25px;
height: 31px;
color: #fff;
text-decoration: none;
font-weight: bold;
vertical-align: middle;
background: url('../img/strana-hover.gif') no-repeat;
}


.produkty .filter1 ul.strany li.first a:hover, .produkty .filter1 ul.strany li.last a:hover {
background: none;
}

.produkty .kategorie-produkt {
background: #fff url('../img/kategorie-produkt.gif') no-repeat bottom;
width: 550px;
min-height: 150px;
height: auto !important;
height: 150px;
font-size: 12px;
margin-bottom: 15px;
}

div.kategorie-produkt-top {
background: url('../img/kategorie-produkt-top.gif') no-repeat top;
padding-top: 5px;

}

.kategorie-produkt .left-side {
float: left;
width: 135px;
}

.kategorie-produkt .right-side {
float: right;
width: 410px;
}

.kategorie-produkt .right-side h2 {
font-size: 14px;
font-weight: bold;
padding: 0px;
margin: 0px 0px 5px 0px;
}

.kategorie-produkt .right-side p {
line-height: 20px;
font-size: 11px;
}
.kategorie-produkt .right-side h2 a {
color: #404aa2; 
}

.kategorie-produkt .right-side .popis {
height: 95px;
}

.kategorie-produkt .right-side h2 a:hover {
color: #404aa2;
text-decoration: none;
}

.kategorie-produkt .right-side .left-bottom span {
position: relative;
top: 12px;
left: 5px;
color: #2782d7;
font-size: 11px;
}

.kategorie-produkt .right-side .left-bottom {
float: left;
width: 40%;
color: #2782d7;

}

.kategorie-produkt .right-side .right-bottom {
float: right;
width: 40%;
}

.kategorie-produkt .right-side ul.ceny {
float: left;
position: relative;
margin: 10px 0px 0px 0px;
padding: 0px;
}

.kategorie-produkt .right-side ul.ceny li {
position: relative;
margin: 0px;
padding: 0px;
font-weight: bold;
font-size: 14px;
color: red;
}

.kategorie-produkt .right-side ul.ceny li.puvodni {
color: #000;
text-decoration: line-through;
font-size: 13px;
}

.kategorie-produkt .right-side input.koupit {
background:transparent url('../img/koupit_button.jpg') no-repeat top center;
display: block;
width: 75px;
height: 25px;
border: 0px;
float: right;
margin: 13px 5px 0px 0px;
cursor:pointer; _cursor:hand;
}

/* END  PRODUCTS   */

/* PRODUCTS   */

.txt-stranka h1, h1.headline {
    position:relative;
    width:530px;
    height:29px;
    background:transparent url(../img/h1_product.jpg) 0 0 no-repeat;
    text-indent:0;
    padding:12px 0 0 20px;
    font-size:1.8em;
    left:0;
    top:0; 
    margin-bottom:15px;
}
.txt-stranka .text-blok {
	line-height:1.5; font-size:1.2em; padding-bottom:20px;
}
.txt-stranka li {
    list-style:disc; margin-left:20px; padding:3px 0 3px 3px;
}

.table-registrace td {height:30px;}

.messenger {position:absolute; top:-29px; left:-98px; width:230px; min-height:40px; _height:40px; padding:10px; background-color:#fff; border:3px solid #E20025; font-size:1.0em; line-height:1.2; z-index:100; _top:-25px;}
.messenger a {color:#E20025; font-weight:bold;}
.messenger_closer {position:absolute; top:0; right:5px; color:#e20025; text-decoration:underline; cursor:pointer; _cursor:hand;}
.messenger_closer_2 {color:#E20025; text-decoration:underline; cursor:pointer; _cursor:hand;}
.messenger_closer:hover, .messenger_closer_2:hover {text-decoration:none;}
.strike {text-decoration:line-through;}
.povinne {font-weight:bold;}
.clear { clear: both; }
.filter1 label {margin-left:5px!important;}

