body {
	   background-color: rgb(30, 30, 30);
	   background-image: url("../media/pozadi.jpg");
	   background-position: top;
	   background-repeat: repeat-x;
	   font-family: Arial, Helvetica, sans-serif;
       font-size: 8pt;
}

#obal {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 950px;
    background: white;
}

input, select{
    font-family: Arial, Helvetica, sans-serif;
	border: 1px solid rgb(165, 165, 165);
	font-size: 10px;
}

/*********** HLAVIČKA *********************/
#topheader {
	width: 950px;
	height: 32px;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	background: url("../media/hlavicka-topheader.jpg") 0 0 no-repeat;
}

.topheader-nadpis-white /* tabulka s nadpisy na horni listicce */
{
	color: white;
}

.topheader-nadpis-white a /* odkazy na horní listicce */
{
    color: white;
	text-decoration: none;
	cursor: pointer;
}

#midheader {
	width: 950px;
	height: 79px;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	background: url("../media/hlavicka-midheader.jpg") 0 0 no-repeat;
}

#botheader {
	width: 950px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	background: url("../media/hlavicka-botheader.jpg") 0 0 no-repeat;
}

.botheader-nadpis-white  /* tabulka s nadpisy na spodni liste */
{
    font-size: 8pt;
	color: white;
    text-align: center;
    width: 117px;
}

.botheader-nadpis-white a /* odkazy na liste */
{
    color: white;
	text-decoration: none;
	cursor: pointer;
}
/*********** /HLAVIČKA *********************/

/*********** LEVÝ PRAVÝ SLOUPEC *********************/
#side-a {
	margin-left: 6px;
	float: left;
	width: 205px;
	background: white;
	height: 550px;
}

#side-b {
	margin-right: 6px;
	float: right;
	width: 170px;
	background: white;
}
/*********** /LEVÝ PRAVÝ SLOUPEC *********************/

/*********** UCHO MENU *********************/
.ucho-nadpis
{
    margin-top:5px;
	width: 205px;
	height: 47px;
	background: url("../media/ucho-nadpis.jpg") 0 0 no-repeat;
}

.ucho-middle	/* Kreslí průběh meníčka (středy) */
{
	width: 203px;
	border-left: 1px solid rgb(197, 206, 213);
	border-right: 1px solid rgb(197, 206, 213);
}

.ucho-midbottom	/* Kreslí střední konce uší (konce kategorií) */
{
	width: 203px;
	height: 30px;
	border-left: 1px solid rgb(197, 206, 213);
	border-right: 1px solid rgb(197, 206, 213);
	background: url("../media/ucho-midbottom.jpg") 0 0 no-repeat;
}

.ucho-lowbottom	/* Kreslí nejspodnější konec ucha */
{
	width: 205px;
	height: 40px;
	background: url("../media/ucho-lowbottom.jpg") 0 0 no-repeat;
}

.ucho-nadpis-white  /* Formátuje hlavní nadpis ve spanu v menu */
{
    position: relative;
	top: 10px;
	left: 15px;
    font-size: 12pt;
	font-weight: bold;
	color: white;	
}

.ucho-menunadpis-orange /* Formátuje nadpis ve spanu v menu */
{
    position: relative;
	left:16px;
    bottom: 2px;
    font-size: 10pt;
	color: rgb(255, 61, 0);
}

.ucho-menuitem-mid	/* Formátuje střední <p> v menu */
{
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.ucho-menuitem-bot /* Formátuje dolní <p> v menu (posl.položka v sekci) */
{
	margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 3px; 
}

.ucho-menuitem-odrazka /* Formátuje odrážky v menu */
{
    padding: 7px;
	margin-right: 10px;
    vertical-align: middle;	
}

.ucho-menuitem-odrazka-btt /* Formátuje poslední odrážku v menu */
{
    padding: 7px;
    margin-left: 1px;
    margin-right: 10px;
    vertical-align: middle;
}
/*********** /UCHO MENU *********************/

/*********** UCHO KATALOG *******************/
.ucho_kat-nadpis /* Div nadpisu */
{
    margin-top:5px;
	width: 257px;
	height: 34px;
	background: url("../media/ucho_kat-nadpis.gif") 0 0 no-repeat;
}

.ucho_kat-nadcon /* Vlastní obsah nadpisu */
{
    position: relative;
    top: 5px;
	left:5px;
	color: white;
}

.ucho_kat-middle	/* Kreslí střed (okraje) ucha katalogu */
{
	width: 255px;
    height: 113px;
	border-left: 1px solid rgb(165, 165, 165);
	border-right: 1px solid rgb(165, 165, 165);
	border-bottom: 1px solid rgb(165, 165, 165);
}

.ucho_kat-midcon  /* Vlastní obsah ucha <p> */
{
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ucho_kat-predel  /* Delitko katalogu <div> */
{
	width: 255px;
	height: 9px;
	border-left: 1px solid rgb(165, 165, 165);
	border-right: 1px solid rgb(165, 165, 165);
}

.ucho_kat-botmid  /* Stred patičky katalogu <div> */
{
	width: 255px;
	border-left: 1px solid rgb(165, 165, 165);
	border-right: 1px solid rgb(165, 165, 165);
}

.ucho_kat-botcon  /* Vlastní obsah patičky katalogu <p> */
{
    width:190px;
	float:left;
	margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.ucho_kat-bottom /* Dolni okraj - patička ucha katalogu */
{
	width: 257px;
	height: 9px;
	background-image: url("../media/ucho_kat-bottom.gif");
    background-position: bottom;
	background-repeat: no-repeat;
}

/*********** /UCHO KATALOG ******************/

/*********** UCHO ZÁKAZNÍK ******************/
.ucho_zak-nadpis /* Div nadpisu */
{
    margin-top:5px;
	width: 170px;
	height: 43px;
	background: url("../media/ucho_zak-nadpis.gif") 0 0 no-repeat;
}

.ucho_zak-nadcon /* Vlastní obsah nadpisu */
{
    position: relative;
    top: 9px;
	left:5px;
	color: white;
	font-size: 10pt;
}

.ucho_zak-middle  /* Stred ucha zakaznik <div> */
{
	width: 168px;
	border-left: 1px solid rgb(165, 165, 165);
	border-right: 1px solid rgb(165, 165, 165);
}

.ucho_zak-midcon  /* Vlastní obsah ucha <p> */
{
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ucho_zak-predel  /* Delitko login <div> */
{
	width: 168px;
	height: 2px;
	border-top: 1px solid rgb(165, 165, 165);
}

.ucho_zak-bottom /* Dolni okraj - patička ucha zákazník */
{
	width: 170px;
	height: 20px;
	background-image: url("../media/ucho_zak-bottom.gif");
}

.chybove_hlaseni
{
    margin-left:4px;
	padding:3px;
	width:152px;
	color:red;
	background: rgb(250,200,200);
	border:1px solid red;
}

.chybove_hlaseni2
{
    margin-left:10px;
    margin-bottom:8px;
	padding:3px;
    width: 490px;
	color:red;
	background: rgb(250,200,200);
	border:1px solid red;
}

.potvrd_hlaseni2
{
    margin-left:10px;
    margin-bottom:8px;
	padding:3px;
    width: 490px;
	color:green;
	background: rgb(190,250,150);
	border:1px solid green;
}

.potvrd_hlaseni
{
    margin-left:4px;
	padding:3px;
	width:152px;
	color:green;
	background: rgb(190,250,150);
	border:1px solid green;
}

/*********** /UCHO ZÁKAZNÍK *****************/

/*********** STŘEDNÍ SLOUPEC *********************/
#content {  /* layout střed */ 
	float: left;
	width: 557px;
	margin-bottom: 15px;
}

.content-nadpis /* nadpis zobrazené sekce */
{
 float: left;
 width: 545px;
 height: 28px;
 margin-left:9px;
 margin-top: 5px;
 background: url("../media/content-nadpis.jpg") 0 0 no-repeat;
}

.content-popis  /* nadpis a popisek produktu */
{
 float: left;
 width: 545px;
 margin-left:9px;
 margin-bottom: 9px; 
}

.content-nadpis-orange /* Formátuje nadpis ve spanu v obsahu */
{
    position: relative;
    top: 5px;
	left:5px;
	color: rgb(255, 61, 0);
}

.content-items /* hlavni kontejner na grafy */
{
 float: left;
 width: 545px;
 margin-left:9px;
 padding-bottom:5px;
 margin-bottom:35px;
 text-align: justify;
 background: rgb(220, 236, 251);
 border-right:  1px solid rgb(215, 213, 213);
 border-bottom:  1px solid rgb(215, 213, 213);
 border-left:  1px solid rgb(215, 213, 213);
}

.content-items-menu-obal /* obal menu kontejneru na grafy */
{
 float: left;
 width: 545px;
 margin-left:9px;
}

.content-items-menu-aktiv /* menu kontejneru na grafy aktivní */
{
 float: left;
 width: 130px;
 height: 35px;
 text-align: center;
 background: rgb(220, 236, 251);
 border-top:  1px solid rgb(215, 213, 213);
 border-right:  1px solid rgb(215, 213, 213);
 border-bottom: 1px solid rgb(220, 236, 251);
 border-left:  1px solid rgb(215, 213, 213);
}

.content-items-menu-pasiv /* menu kontejneru na grafy pasivní */
{
 float: left;
 width: 130px;
 height: 35px;
 text-align: center;
 background: rgb(210, 217, 225);
 border:  1px solid rgb(215, 213, 213);
}

.content-items-menu-delitko /* mezera mezi tlačítky menu v kontejneru na grafy */
{
 float: left;
 width: 2px;
 height: 36px;
 border-bottom:  1px solid rgb(215, 213, 213); 
}

.content-items-menu-vypln /* mezera mezi posl. tlačítkem a koncem kontejneru na grafy */
{
 float: left;
 width: 145px;
 height: 36px;
 background: white;
 border-bottom:  1px solid rgb(215, 213, 213);  
}

/*********** /STŘEDNÍ SLOUPEC *********************/


/********* KOŠÍK STŘEDNÍ SLOUPEC ******************/
.kosik-nadpis-main
{
	width:520px;
    margin-top:5px;
	margin-left:20px;
}

.kosik-ucho-nadpis   /* span nadpisu v ouskach */
{
   position: relative;
   top: 10px;
   left:10px;
   color: white;
   font-weight: bold;
}

.kosik-levy-cerny
{
	width:126px;
    height: 44px;
    float: left;
    background: url("../media/kosik_levy_cerny.gif") 0 0 no-repeat;
}

.kosik-levy-sedy
{
	width:126px;
    height: 44px;
    float: left;
    background: url("../media/kosik_levy_sedy.gif") 0 0 no-repeat;
}

.kosik-stred-cerny
{
	width:126px;
    height: 44px;
    float: left;
    background: url("../media/kosik_stred_cerny.gif") 0 0 no-repeat;
}

.kosik-stred-sedy
{
	width:126px;
    height: 44px;
    float: left;
    background: url("../media/kosik_stred_sedy.gif") 0 0 no-repeat;
}

.kosik-pravy-cerny
{
	width:126px;
    height: 44px;
    float: right;
    background: url("../media/kosik_pravy_cerny.gif") 0 0 no-repeat;
}

.kosik-pravy-sedy
{
	width:126px;
    height: 44px;
    float: right;
    background: url("../media/kosik_pravy_sedy.gif") 0 0 no-repeat;
}

.kosik-mezera   /* mezera mezi ousky v kosiku v main nadpisu*/    
{
 	width:5.333px;
    height: 35px;
    float: left;
    border-bottom: 1px solid rgb(165,165,165);
}

.kosik-obal-radek	/* Obal řádku košíku */
{
	width: 518px;
	margin-left:20px;
    float: left;
	border-left: 1px solid rgb(165, 165, 165);
	border-right: 1px solid rgb(165, 165, 165);
}

.kosik-nadpis-radek-content /* Main řádek nadpis košíku span s obsahem*/
{
   position: relative;
   top: 10px;
   left:10px;
   color: black;
   font-weight: bold;    
}

.kosik-nadpis-radek-obr /* Main řádek nadpis košíku (nad běžnými řádky) */
{
    width: 44px;        
    height: 30px;
	margin-left:8px;
    float: left;
    background: url("../media/kosik_levy_orange.gif") 0 0 no-repeat;
}

.kosik-nadpis-radek-naz /* Main řádek nadpis košíku (nad běžnými řádky) */
{
    width: 258px; 
    height:30px;
    float: left;
    background: url("../media/kosik_stred_orange2.gif") 0 0 no-repeat;
}

.kosik-nadpis-radek-naz2 /* Main řádek nadpisu košíku (doprava) */
{
    width: 358px; 
    height:30px;
    float: left;
    background: url("../media/kosik_stred_orange3.gif") 0 0 no-repeat;
}

.kosik-nadpis-radek-skl-cks-pcs /* Main řádek nadpis košíku (nad běžnými řádky) */
{
    width: 50px;
    height:30px;
    float: left;
    background: url("../media/kosik_stred_orange.gif") 0 0 no-repeat;
}

.kosik-nadpis-radek-cel /* Main řádek nadpis košíku (nad běžnými řádky) */
{
    width: 50px;
    height:30px;
    float: left;
    background: url("../media/kosik_pravy_orange.gif") 0 0 no-repeat;
}

.kosik-radek-obr /*řádek košíku*/
{
    width: 44px;
	margin-left:8px;
    float: left;
	border-left: 1px solid rgb(210,210,210);
	border-right: 1px solid rgb(210,210,210);
	border-bottom: 1px solid rgb(210,210,210);
}

.kosik-radek-naz  /*řádek košíku*/
{
    width: 256px; 
    height: 44px;
    float: left;
	border-right: 1px solid rgb(210,210,210);
	border-bottom: 1px solid rgb(210,210,210);
}

.kosik-radek-naz2  /*řádek košíku*/
{
    width: 356px;
    height: 44px;
    float: left;
	border-right: 1px solid rgb(210,210,210);
	border-bottom: 1px solid rgb(210,210,210);
}

.kosik-radek-skl-cks-pcs  /*řádek košíku*/
{
    width: 49px;
    height: 44px;
    float: left;
	border-right: 1px solid rgb(210,210,210);
	border-bottom: 1px solid rgb(210,210,210);
}

.kosik-radek-skl-cks-pcs2  /*posl. sloupec dopravy*/
{
    width: 47px;
    height: 44px;
    float: left;
	border-right: 1px solid rgb(210,210,210);
	border-bottom: 1px solid rgb(210,210,210);
}

.kosik-radek-cel      /*řádek košíku*/
{
    width: 48px;
    height: 44px;
    float: left;
	border-right: 1px solid rgb(210,210,210);
	border-bottom: 1px solid rgb(210,210,210);
    background-color: rgb(243,242,242);
}

.kosik-radek-content /* span s obsahem řádku košíku*/
{
   position: relative;
   top: 14px;
   left:8px;
   color: black;
}

.kosik-bottom       /* spodní řádek košíku*/
{
    width: 502px;
    height:29px;
	margin-left:8px;
    float: left;
    background: url("../media/kosik_bottom.gif") 0 0 no-repeat;
}

.kosik-bottom-total
{
    width: 520px;
    height:10px;
    float: left;
    margin-left: 20px;
    background: url("../media/kosik_bottom_total.gif") 0 0 no-repeat;
}

                         /* dodací adresa */
.dodat_top
{
    width: 502px;
    height: 10px;
    float: left;
    margin-left:8px;
    background: url("media/kosik_dodat_top.gif") 0 0 no-repeat;
}

.dodat_row_obal
{
    width: 500px;
    float: left;
    margin-left:8px;
    border-left: 1px solid rgb(165,165,165);
    border-right: 1px solid rgb(165,165,165);
}

.dodat_nadpis    /* Span nadpis v dodací adrese */
{
   width: 100px;
   margin-left: 8px;
   margin-bottom: 5px;
   font-weight: bold;
}

.dodat_bot
{
    width: 502px;
    height: 10px;
    float: left;
    margin-left:8px;
    margin-bottom: 8px;
    background: url("media/kosik_dodat_bot.gif") 0 0 no-repeat;
}
                         /* /dodací adresa */

/********* /KOŠÍK STŘEDNÍ SLOUPEC *****************/


/********* TITUL STŘEDNÍ SLOUPEC *******************/
.titul-nadpis
{
	width:520px;
    height:34px;
    margin-top:5px;
	margin-left:20px;
	background: url("media/titul-nadpis.gif") 0 0 no-repeat;
}
.titul-nadpis-white  /* Formátuje hlavní H1 nadpis v nadpisu produktu */
{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
	padding-top:4px;
    position: relative;
    font-size: 10pt;
	font-weight: bold;
	color: white;	
}

.titul-middle-prubeh	/* Kreslí střed (okraje) divu produktu */
{
	width: 518px;
	margin-left:20px;
	border-left: 1px solid rgb(165, 165, 165);
	border-right: 1px solid rgb(165, 165, 165);
}

.titul-middle-nadpis
{
    width: 518px;
    height: 35px;
	margin-left:20px;
	border-left: 1px solid rgb(165, 165, 165);
	border-right: 1px solid rgb(165, 165, 165);
 	background: url("media/titul-nadpis-stred.gif") 0 0 no-repeat;
}

.titul-middle-obsah /* Vlastní obsah středního nadpisu */
{
    position: relative;
    top: 0px;
	left:5px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}

.titul-bottom
{
    width: 520px;
    height: 9px;
	margin-left:20px;
 	background: url("media/titul-bottom.gif") 0 0 no-repeat;
}

                        /* Ucho s detaily o produktu */
.obald /* obal celé tabulky */
{
    width: 286px;
    float: right;
    margin-right: 10px;
}

.hhroh
{
    width:284px;
	height: 9px;
    margin-right: 1px;
    float: right;
	background: url("media/hh-roh.gif") 0 0 no-repeat;
}

.ddroh
{
    width:284px;
	height: 9px;
    margin-right: 1px;
    float: right;
	background: url("media/dd-roh.gif") 0 0 no-repeat;
}
 
.levst_high
{
 width: 86px;
 height: 42px;
 float: left;
 margin-left: 1px;
 background: rgb(239, 239, 238);
 border-left: 1px solid rgb(165, 165, 165);
 border-right: 1px solid rgb(165, 165, 165);
}

.levst_loww
{
 width: 86px;
 height: 27px;
 float: left;
 margin-left: 1px;
 background: rgb(239, 239, 238);
 border-left: 1px solid rgb(165, 165, 165);
 border-right: 1px solid rgb(165, 165, 165);
}

.prvst_high
{
 width: 192px;
 height: 42px;
 overflow: auto;
 float: right;
 margin-left: 1px;
 margin-right: 1px;
 background: white;
 border-right: 1px solid rgb(165, 165, 165);
}

.prvst_loww
{
 width: 192px;
 height: 27px;
 overflow: auto;
 float: right;
 margin-left: 1px;
 margin-right: 1px;
 background: white;
 border-right: 1px solid rgb(165, 165, 165);
}

.strst
{
    width:284px;
	height: 18px;
    float:right;
    margin-right: 1px;
 	background: url("media/ss-roh.gif") 0 0 no-repeat;
}

                         /* /Ucho s detaily o produktu */

/********* /TITUL STŘEDNÍ SLOUPEC *******************/


/***************** PATIČKA ************************/
#midfooter
{
    clear: both;
    height: 13px;
    background: url("../media/paticka-botfoot.jpg") 0 0 no-repeat;
}

#botfooter
{
	background-color: rgb(30, 30, 30);
	color: white;
	padding:10px;
	text-align: center;
}

a:link, a:visited
{
 text-decoration: none;
 color: black;
}

.hreffooter a
{
 color: white;
 cursor: pointer;
 text-decoration: none;
}

.hreffooter a:link
{
  color: white;
}

.hreffooter a:visited
{
  color: white;
}

.hr_pasive a:hover
{
    color:rgb(255,61,0);
}

.hr_pasive_gallery
{
    color:rgb(255,61,0);
}

.hr_active
{
    color:rgb(255,61,0);
	font-weight: bold;
}


/***************** PATIČKA ************************/

H1  {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: black;
	text-align: center;
    margin:0px;
	padding:0px;
}

H2  {
    font-size: 12pt;
	font-weight: bold;
	color: white;
	margin: 0px auto;
	padding: 0px;	
}

H3  {
	font-size: 12px;
    font-weight: normal;
	color: black;
	margin: 0px auto;
	padding: 0px;
}

H4  {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: black;
	margin: 0px auto;
	padding: 5px;
    text-align: center;
}

H5{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0px auto;
	padding: 0px;
}
