body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(css_img/body_bgr_3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	vertical-align: top;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td {
    /* Zakladni styl pro bunky v tabulkach */
	
}

input {
	font-size: 0.95em;
	border: 1px solid #999999;
	padding: 2px;
	background-image: url(css_img/input_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

select {
	font-size: 0.95em;
	border: 1px solid #999999;
	padding: 2px;
	background-image: url(css_img/input_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

input:hover,input:focus {
	
}

button {
	font-size: 0.9em;
	background-image: url(css_img/button_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #969595;
	font-weight: bold;
	padding: 2px 4px;
	margin: 1px;

	
}

button:hover,button:focus {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 4px;
	margin: 1px;
	background-image: url(css_img/button_bgr_hover.jpg);
	cursor: hand;
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #000000;
}
button.major_button {
	font-size: 0.9em;
	background-image: url(css_img/button_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #969595;
	font-weight: bold;
	padding: 2px 4px;
	margin: 1px;
	width: 200px;
}
button.major_button:hover {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 4px;
	margin: 1px;
	width: 200px;
	background-image: url(css_img/button_bgr_hover.jpg);
	cursor: hand;
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #000000;
}

input.login_form {
	width: 100px;
	
}

input.login_form:hover,input.login_form:focus {
	
}

button.login_button {
	width: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
    margin-top: 5px;
	
}

button.login_button:hover,button.login_button:focus {
	
    /* Tlačítko v prihlasovacim formulari pri najeti mysi nebo zamereni */
	
}

input.do_kosiku {
	width: 14px;
	margin-right: 2px;
	
}

input.do_kosiku:hover,input.do_kosiku:focus {

}
input.kosik {
	
}

table.main_table {
	width: 994px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px none;
	padding: 0px;
	background-image: url(css_img/table_main_bgr_30.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

td.blok_a {
    /* Blok obsahující tabulky s dalsimi bloky A1 - A5 */
    padding: 0px;
	margin: 0px;
}

table.blok_a1a5 {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

td.blok_a1 {
	width: 51%;
	height: 35px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

td.blok_a5 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	margin: 0px;
	padding: 0px 12px 0px 12px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
    
}

table.blok_aa2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

td.blok_a2 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 0px none;
	text-align: left;
	padding-top: 15px;
    padding-left: 15px;
	height: 20px;
	vertical-align: top;
}

a.menu_link {
	color: #FFFFFF;
    font-weight: bold;
    font-size: 20 px;
	text-decoration: none;
	margin-right: 10px;
}


a.menu_link:hover {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20 px;
	text-decoration: underline;
	margin-right: 10px;
	
}

table.blok_a3a4 {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

td.blok_a3 {
	height: 96px;
	text-align: left;
	width: 838px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	
}

td.blok_a4 {
	padding: 5px 30px 10px 0px;
    color: White;
    font-size: 1.1em;
	font-weight: bold;
}

td.blok_a4 .mena {
	margin-bottom: 5px;
}


td.blok_b {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 214px;
	
}

table.blok_b1,table.blok_b2,table.blok_b3,table.blok_b4,table.blok_b5 {
	margin: 0px 5px 5px;
	padding: 0px;
	width: 214px;
	float: left;
	position: relative;
	top: -85px;
	
}

td.blok_b1_a,td.blok_b4_a,td.blok_b5_a, td.blok_b2_a{
	background-image: url(css_img/b2345_a_bgr_.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #7A7877;
}

td.blok_b1_b,td.blok_b4_b,td.blok_b5_b, td.blok_b2_b  {
	background-image: url(css_img/b2345_b_bgr_.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F1F2F2;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #333333;
	border: 1px solid #E8E8E8;
}
td.blok_b1_a {
    background-image: url(css_img/b2345_a_bgr_red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
}

td.blok_b2_a{
    background-image: url(css_img/b2345_a_bgr_modra.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
}

td.blok_b3_a {
    background-image: url(css_img/b2345_a_bgr_modra.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
}
td.blok_a2_b {
background-image: url(css_img/redtable.jpg);
	width: 100%;
	vertical-align: left;
	text-align: left;
	font-weight: bold;
    font-size: 1.1em;
    border: 1px solid #E8E8E8;
    color: white;
 background-color: #F6F6F6;
 }


td.blok_c {
	vertical-align: top;
	padding: 8px 18px 18px;
	border: 0px none;
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(css_img/c_poz.jpg);
	background-repeat: repeat-x;
	background-position: left top;
  }


div.nachazite_se_blok a {

    color: #CC2424;
}

div.nachazite_se_blok {

    color: #CC2424;
}

td.blok_d {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 217px;
	text-align: left;
	
}

table.blok_d1,table.blok_d2,table.blok_d3,table.blok_d4,table.blok_d5 {	
	margin: 0px 3px 5px 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
td.blok_d4_a,td.blok_d5_a {
	background-image: url(css_img/b2345_a_bgr_red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #7A7877;	
}

td.blok_d3_a {
	background-image: url(css_img/b2345_a_bgr_modra.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #7A7877;	
}

td.blok_d2_a {
	background-image: url(css_img/b2345_a_bgr_green.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #7A7877;
}

td.blok_d1_a {
	background-image: url(css_img/b2345_a_bgr_orange.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #7A7877;
}

td.blok_d2_b,td.blok_d3_b,td.blok_d4_b,td.blok_d5_b {
	background-color: #F6F6F6;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #333333;
	border: 1px solid #E8E8E8;
}


td.blok_d1_b {
	background-color: #F6F6F6;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #333333;
	border: 1px solid #E8E8E8;
}
 
td.blok_e {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 0px none;
	background-image: url(css_img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 4px 0px 0px;
	height: 150px;
    color: gray;
}
td.blok_e a{
	color: gray;
}
td.blok_e a:hover{
	color: gray;
}
td.blok_f {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px none;
	padding-left: 233px;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding-top: 80px;
	padding-bottom: 0px;
	padding-right: 220px;
    color: #386192;

}

span.blok_vice_kusu_cena {
	font-weight: bold;
	color: #960005;
}

span.blok_jeden_kus_cena {
    /* Zobrazení ceny v reklamni skupine pri zobrazeni jednoho kusu*/
	color: #F76A6D;
	font-weight: bold;
}

span.blok_jeden_kus_cena_pred_slevou {
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

a.blok_jeden_kus {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.blok_jeden_kus:hover {
	text-decoration: underline;
	font-weight: bold;
}

a.blok_vice_kusu {
	text-decoration: none;
}

a.blok_vice_kusu:hover {
    /* Odkaz z reklamni skupiny do detailu zboozi pro zobrazeni reklamni
    skupiny s vice kusy zbozi, pri najeti mysi*/
	text-decoration: underline;
}

table.seznam_zbozi_bez_foto {
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	border-top: 0px none;
	border-right: 1px solid #E8E8E8;
	border-bottom: 0px none;
	border-left: 1px solid #E8E8E8;
}
.seznam_zbozi_bez_foto input.kosik {
	background-image: url(css_img/kosik_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #666666;
	padding: 0px;
	margin-right: 1px;
	margin-left: 1px;
	width: 62px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 22px;
	color: none;
	color: transparent;
	cursor: hand;
	background-color: #969595;
}
.seznam_zbozi_bez_foto input.kosik:hover {
	background-image: url(css_img/kosik_bgr_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #000000;
	
	
}

td.seznam_zbozi_bez_foto_top {
	background-image: url(css_img/b2345_a_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 3px;
	
}

td.seznam_zbozi_bez_foto_polozka1 {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.seznam_zbozi_bez_foto_polozka2 {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.seznam_zbozi_bez_foto_polozka1_a {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.seznam_zbozi_bez_foto_polozka2_a {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

fieldset.seznam_zbozi_s_foto_celek {
	border: 0px none;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 92%;
 
	
}

table.seznam_zbozi_s_foto{
	border-collapse: collapse;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	margin: 0px;
	padding: 0px;
	width: 256px;
}

td.seznam_zbozi_s_foto_nazev {
	background-image: url(css_img/b2345_a_bgr_modra.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	
}
td.seznam_zbozi_s_foto_nazev a {
	background-image: url(css_img/b2345_a_bgr_modra.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 3px 5px 6px;
	display: block;
	background-color: #787878;
}
td.seznam_zbozi_s_foto_nazev a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(css_img/button_bgr_hover_red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding: 5px 3px 5px 6px;
	background-color: #B90916;
}

td.seznam_zbozi_s_foto_foto {
	font-weight: bold;
	text-align: center;
	padding: 6px;
	vertical-align: middle;
	background-image: url(css_img/blok_foto_foto_bgr_zelena.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}

td.seznam_zbozi_s_foto_udaje {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 6px;
	background-image: url(css_img/blok_foto_udaje_bgr_.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	height: 120px;
}
td.seznam_zbozi_s_foto_popis {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 6px;
	background-image: url(css_img/blok_foto_udaje_bgr_.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	height: 90px;
}
span.hlavni_cena {
	font-weight: bold;
	color: #960005;
	font-size: 1.4em;
}

span.druha_cena {
	font-size: normal;
	color: #666666;
	white-space: nowrap;
    font-size: 1.2em;
}

table.kosik_main {
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	border-top: 0px none;
	border-right: 1px solid #E8E8E8;
	border-bottom: 0px none;
	border-left: 1px solid #E8E8E8;
	border-collapse: collapse;  
}
.kosik_main td {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.kosik_main td.kosik_nadpis {
	background-image: url(css_img/b2345_a_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 3px;
	font-size: 0.95em;
}
td.kosik_nadpis {
	background-image: url(css_img/b2345_a_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 3px;
	font-size: 0.95em;
}

td.kosik_polozka {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.kosik_cena {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.kosik_celkem_nadpis {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
}

td.kosik_celkem_s_dani_nadpis {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
}

td.kosik_celkem_cena {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
}

td.kosik_celkem_cena_s_dani {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 1em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	color: #960005;
}

div.celkem_polozek {
	text-align: left;
	margin-left: 2px;
}

div.listovani_horni {
	font-size: 0.95em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	background-image: url(css_img/listovani.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 4px;
	padding-right: 6px;
	padding-top: 4px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 4px;
}
div.listovani_horni a, div.listovani_dolni a {
	background-color: #FFFFFF;
	padding: 2px 4px 4px;
	text-decoration: none;
	margin: 2px;
	border: 1px solid #CCCCCC;
}

div.listovani_horni a:hover, div.listovani_dolni a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;	
}
div.listovani_dolni {
	font-size: 0.95em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	background-image: url(css_img/listovani.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 4px;
	padding-right: 6px;
	padding-top: 4px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 4px;
}

span.listovani_aktualni_stranka {
    /* Cislo aktualni stranky v listovani */
    font-weight: bold;
    color: #333333;
}
td.blok_pchelp {
	text-align: center;
	font-size: 0.80em;
	color: #999999;
	
}
td.blok_pchelp a{
	color: #999999;
}
td.blok_pchelp a:hover{
	color: #999999;
}

input.kosik {
	background-image: url(css_img/kosik_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #666666;
	padding: 0px;
	margin-right: 1px;
	margin-left: 1px;
	width: 62px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 22px;
	color: none;
	color: transparent;
	cursor: hand;
	background-color: #969595;
}

input.kosik:hover {
	background-image: url(css_img/kosik_bgr_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #000000;
	}
.kosik_link {
	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.kosik_link {
	text-decoration: none;	
}
a.kosik_link:hover {
	text-decoration: underline;
	
}
span.kosik_link_cena {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1.1em;
	white-space: nowrap;
}

div.info_mess {
	text-align: center;
	border: 1px solid #E18082;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

span.zbozi_detail_nazev {
	font-weight: bold;
	font-size: 1em;
	display: block;
	margin-bottom: 4px;
	background-image: url(css_img/b2345_a_bgr_modra.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px solid #E8E8E8;
	white-space: nowrap;
	margin-top: 0px;
    color: white;
}

span.zbozi_detail_kod {
	font-style: italic;
	color: #666666;
	float: left;
	clear: left;
    width: 100px;
    
}
div.zp {
    border: 1px solid #E8E8E8;
    
}
span.zbozi_detail_popis {
 
    /* Popis zbozi v detailu zbozi */
}
img.zbozi_detail_foto {
    /* Fotografie v detailu zbozi */
    border: 1px solid #000000;
}

div.quick_help {
    /* Rychla napoveda, zobrazuje se prevazne v bloku C nad hlavnim obsahem stranky
    a informuje uzivatele o obsahu, pripadne mu uklada povinosti z obsahu vyplivajici */
    background-color: #FFF9FA;
    padding: 4px;
    border: 1px solid #E18082;
    margin: 4px 0px 10px;
}

table.seznam_ostatni {
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	border-top: 0px none;
	border-right: 1px solid #E8E8E8;
	border-bottom: 0px none;
	border-left: 1px solid #E8E8E8;
}

td.seznam_ostatni_top {
	background-image: url(css_img/b2345_a_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 3px;
}

td.seznam_ostatni_polozka1 {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.seznam_ostatni_polozka2 {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.seznam_ostatni_polozka1_a {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.seznam_ostatni_polozka2_a {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	
	font-size: 0.95em;
	background-image: url(css_img/seznam_td_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: none;
}
img.kosik_del {
	background-image: url(css_img/kosik_del.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #666666;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
	width: 62px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	color: none;
	color: transparent;
	
}
img.kosik_del:hover {
	background-image: url(css_img/kosik_del_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #000000;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
	width: 62px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	color: none;
	color: transparent;
	
	
}
div.kat_odkaz {
	text-decoration: none;
	width: 94%;
	display: block;
	color: #C6C6C6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px 0px 2px;
	line-height: 18px;
	margin: 0px;
	font-weight: bold;
}
div.kat_odkaz_vybrany {
    color: red;
}
div.kat_odkaz_vybrany a{
    color: #FF6600;
    font-weight: bold;
   
}
div.kat_odkaz a{
	color: #403E3F;
	text-decoration: underline;
    padding: 0px 0px 2px;
}
div.kat_odkaz a:hover, div.kat_odkaz_vybrany a:hover{
	color: red;
	text-decoration: none;
	width: 184px;
	padding: 0px 2px 2px;
}
div.divkat_uroven_1 a {
    font-weight: normal;
}
div.divkat_uroven_2 a {
    font-weight: normal;
}
div.divkat_uroven_3 a {
    font-weight: normal;
}
div.divkat_uroven_4 a {
    font-weight: normal;
}
div.divkat_uroven_5 a {
    font-weight: normal;
}
div.divkat_uroven_6 a {
    font-weight: normal;
}



h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993366;
}
div.logo img {
	padding: 12px 24px 0px 15px;
	float: left;
	margin: 0px;
}
div.popis_cinnosti {
	font-size: 1.2em;
	line-height: 22px;
	float: left;
	padding-top: 24px;
	padding-right: 80px;
	padding-left: 12px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 0px;
}
table.prihlaseni_table {
	width: 190px;
	border: 0px none;
	float: right;
	color: white;
	margin-top: 5px;
	line-height: 16px;
	margin-right: 80px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table.prihlaseni_table a {
	color: white;
	text-decoration: underline;	
	
}
table.prihlaseni_table a:hover {
	color: white;
	text-decoration: none;	
	
}
form {
	margin: 0;
	padding: 0;
	
}
div.hledani {
	
	border: 0px none;
	float: left;
}
table.hledani_table {
	
	border: 0px none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	line-height: 16px;
}
table.hledani_table td{
	padding: 4px 2px;
}
table.hledani_table input{
	width: 100px;	
}
table.hledani_table button{
	padding-top: 0px;
	padding-bottom: 0px;
	width: 30px;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
}

table.hledani_table a {
	color: #FFFFFF;
	text-decoration: underline;	
	
}
table.hledani_table a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
div.produkt_a2 {
	width: 139px;
	border: 0px none;
	float: left;
    color: white;
	text-align: center;
	vertical-align: top;
    padding: 2px;
	height: 88px;    
}
div.produkt_a2:hover  {
}
div.produkt_a2 a:hover{
	color: #C10000;
	text-decoration: none;
}

div.produkt_a2 a {
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
}
sup {
	font-size: 0.8em;
}
textarea {
	border: 1px solid #999999;
	background-image: url(css_img/textarea_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	padding: 2px;
}
div.objednavka_diagram  {
	margin: 0px 0px 4px;
	padding: 6px;
	font-size: 1.1em;
	background-image: url(css_img/div_diagram_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none;
}
td.objednavka_diagram_neaktivni {
	border: 1px solid #E8E8E8;
	margin: 0px;
	padding: 4px;
	width: 25%;
	background-color: #FFFFFF;
}
td.objednavka_diagram_aktivni {
	border: 1px solid #E18082;
	margin: 0px;
	padding: 4px;
	background-color: #FFFFFF;
	width: 25%;
	color: #333333;
	background-image: url(css_img/krok_aktivni_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


div.objednavka_formular_blok_chyba {
	border: 1px dotted #E18082;
	background-color: #FFF9FA;
}
div.objednavka_formular_chyba_text {
	color: #960005;	
}

#infomess_main {
	position: fixed;
	_position: absolute;
	top: 15px;
	left: 245px;
	z-index: 5000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 320px;
	
}

.infomess_main_ok {
	border: 2px solid #FFFFFF;
}

.infomess_main_error {
    border: 2px solid #FFFFFF;
}

.infomess_main_warning {
    border: 2px solid #FFFFFF;
}

#infomess_head {
	height: 18px;
	text-align:right;
	padding-right: 4px;
	background-image: url(css_img/info_error_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.infomess_head_ok {
    color: #FFFFFF;
    background-image: url(../_images/ok.gif);
}

.infomess_head_error {
	background-image: url(../_images/error.gif);
	color: #FFFFFF;
}

.infomess_head_warning {
    background-image: url(../_images/warning.gif);
	color: #FFFFFF;
}

#infomess_body {
    padding: 15px;
}

.infomess_body_ok {
    background-color: #FEEBEE;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.infomess_body_error {
	background-color: #FEEBEE;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.infomess_body_warning {
    background-color: #FEEBEE;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}
div.zmena_zobrazeni_blok {
	margin-bottom: 12px;
	font-size: 0.90em;
	margin-top: 0px;
}
div.zmena_zobrazeni_blok a {
	color: #999999;	
    
}
div.zmena_zobrazeni_seznam, zmena_zobrazeni_nahledy {
	margin: 2px;
}
h1 {
	width: 100%;
	font-size: 1em;
    color: white;
}
h2 {
	font-size: 1.3em;
	color: #960005;
}
h3 {
	font-size: 1.1em;
}
div.popis_kategorie {
    width: 100%;
     
}
div .popis_kategorie .kateg {
    background-color: #006C93;
   
    background-image: url(css_img/back7.jpg);
	background-repeat: repeat;
	background-position: top left;    
    vertical-align: top;
    font-weight: bold;
  color: white;
 
    
}

div .popis_kategorie .kateg .top {
	
   
 
}
div .popis_kategorie .kateg .down {
	padding: 5px 5px 5px 5px;
    width: 100%;
    
}
div .popis_kategorie .kateg a {
    font-size: 1.2em;
   font-weight: bold;
    color: white;
}

div .popis_kategorie .kateg2 {
    background-color: #006C93;
   
    background-image: url(css_img/back8.jpg);
	background-repeat: repeat;
	background-position: top left;    
    vertical-align: top;
    font-weight: bold;
  color: white;

    
}

div .popis_kategorie .kateg2 .top2 {
	padding: 5px 5px 5px 5px;
   font-size: 1.2em;
   font-weight: bold;
 
}
div .popis_kategorie .kateg2 .down2 {
	padding: 5px 5px 5px 5px;
    width: 100%;
    
}
div .popis_kategorie .kateg2 a {
    font-size: 1.2em;
   font-weight: bold;
    color: white;
}
div.logoshort {
   
    margin-top: 4.5em;
}
div .technicke-udaje {
    text-transform: uppercase;
    font-weight: bold ;
    color: #FF6600;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 1.2em;
    margin: 1em;
    background-position: center center;
    background-repeat: repeat-x;
}
div .technicke-udaje span {
    background-color: white;
    padding-right: 0.5em;
}

table.tj {
    border: 0px;
    font-size: 100%;
    width: 98%;
    width: 100%;
}
table.tj td {
    font-size: 100%;
}
table.tj .header {
    background-color: white;
    color: #FF6600;
    color: black;
    font-weight: bold;
}
table.tj .c1 {
    width: 1,5em;
}
table.tj .r1 {
    background-color: white;
}
table.tj .r2 {
    background-color: #f6f6f6;
}

span.zbozi_detail_popis_podrobny a {
	color: #D7770E;
	text-decoration: underline;
	
}
span.zbozi_detail_popis_podrobny a:hover {
	color: #D7770E;
	text-decoration: none;
	
}

div .tom {
    background-image: url(css_img/sun.jpg);
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left 0em;
    padding-bottom: 1.5em;
    padding-top: 1em;
   font-size: 1.1em;
   font-weight:bold;
}
div .tom2 {
       margin: 0px;
    padding: 0px;
    list-style-type: none;
}

table .detail_zbozi_koupit {
       width: 100%;
       text-align: left;
       margin: 0 px;
       
       padding: 4px;
       border-collapse: collapse;
        font-size: 1.5 em;
}


table .detail_zbozi_koupit th {
 
       height: 20px;
       background-image: url(css_img/b2345_a_bgr_modra.jpg);
	background-repeat: repeat-x;
	background-position: left top;        
                      color: white;
         text-align: left;            
         font-weight: bold;
}



table .detail_zbozi_koupit .detail_zbozi_koupit_radek1 td {
    
      
  padding: 2px;
  padding-top: 4 px;
      font-weight: bold;
 font-size: 1.2 em;
}

table .detail_zbozi_koupit .detail_zbozi_koupit_radek2 td {
       
   border: 1.5px solid gray;
    	border-width: 1.5px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
           
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;     
}

table .Noveprodukty {
    width: 100%;
}

table .Noveprodukty .nazev a {
    width: 50%;
    
    font-weight: bold;
    color: #BC0001;
    padding-bottom: 10px;
    text-decoration: none;  
}

table .Noveprodukty .nazev :hover {
    width: 50%;
   
    font-weight: bold;
    color: #BC0001;
    padding-bottom: 10px;  
    text-decoration: underline; 
}

table .Noveprodukty .nazev{
    width: 50%;
    
    font-weight: bold;
    color: #BC0001;
    padding-bottom: 10px;  
    text-decoration: none;  
}


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: hand;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
    padding-top: 33px;
    padding-left: 45px;    
	
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin: 3px;
	padding: 5px;
	vertical-align: top;
	width: 70px;
	height: 70px;

}

.hoverbox li
{
	background-color: #33678E;
	color: inherit;
	display: inline;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 300px;
}

div .MoreInfo a {
    font-size: 14px;
    font-weight: bold;
    color: #33678E;



}

div.BC1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #3795AF;
}

div.BC2 {
    font-size: 1.4em;
    color: #404040;
    line-height: 1.8;
}

div.BC3 {
    font-size: 2em;
    font-weight: bold;
    color: #C00000;
}

div.BC4 {
    font-size: 1.1em;
    font-weight: bold;
}

#lbl_objednavka_cislo_objednavky_zak {
   
    font-weight: bold;
    padding-top: 7px;
 

}

#div_objednavka_cislo_objednavky_zak {
    border: 1.5px solid gray;
    padding-bottom: 4px;
    background-color: #FFEAEF;

}

div.nun a {
    color: #D50002;
    font-weight: bold;
}

div.rs_clanek_anotace {
    background-color: #F1F2F2;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #4E4E4E;
    font-size: 1.1em;



}

div.rs_clanek_obsah {
   
  
    color: #403E3F;
    font-size: 1.1em;
    border: 2px;
        padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;

}


h2.rs_clanky_clanek_titulek {
   
    
    color: #403E3F;
    font-size: 1.1em;
    border: 2px;
    padding-top: 3px;
    padding-bottom: 7px;
}

div.rs_clanky_clanek_anotace {
   
    
    color: #737373;
    font-size: 1.1em;
    border: 2px;
    padding-bottom: 7px;
}


