.panelHeader
{
    width: 126px;
    height: 25px;
    
    /*skryje hlavičku
    height: 0px;*/
}

.panelCaption
{
    /*line-height: 36px;
    vertical-align: middle;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 6px;
    color: #fff;
    font-weight: bold;    
    /*skryje text
    visibility:collapse;*/
}

.panelContainer {
	background-color: #ddd;
	/* Pokud nebude linka kolem, bude width: 185px */
	width: 134px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #838383;
	border-left-color: #838383;
	border: 1px solid #4E1F03
}

.panelContainer1 {
	background-color: #ddd;
	/* Pokud nebude linka kolem, bude width: 185px */
	width: 124px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #838383;
	border-left-color: #838383;
	border: 1px solid #4E1F03;
	margin-left: 10px;
}

.panelContent {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.panelContentLink1
{
    color: #4E1F03;
}

.panelContentLink1 a:link, .panelContentLink1 a:visited
{
    color: #4E1F03;
    text-decoration: none;
}

.panelContentLink1 a:hover, .panelContentLink1 a:active
{
    color: #ff6600;
    text-decoration: none;
}

.panelContentLink2 a:link, .panelContentLink2 a:visited
{
    color: #4E1F03;
    text-decoration: none;
}

.panelContentLink2 a:hover, .panelContentLink2 a:active
{
    color: #ff6600;
    text-decoration: none;
}

.panelFooter
{
    background-color: #666;
    width: 126px;
    margin-left: 5px;
    height: 4px;
    /*skryje patičku
    height: 0px;*/
}

.panelFooter1
{
    background-color: #666;
    width: 115px;
    margin-left: 15px;
    height: 4px;
    /*skryje patičku
    height: 0px;*/
}

.panelDistance 
{
  height: 5px;  
}

/********************************* KATEGORIE BEG ******************************/
.kategoriePanel
{

}

.kategoriePanel td
{
    vertical-align: top; /*aby ikony po zaůomení textu byly nahoře*/
}

.kategorieNormal
{
    color: #4E1F03;
}

.kategorieHover
{
    color: #ff6600;
}

.kategorieSelect
{
    color: #FF0000;
}
/********************************* KATEGORIE END ******************************/

/**************************** ZONA UZIVATEL BEG *******************************/
.uzivatel
{
   
}

.uzivatel .kosikCena
{
    color: #E2001A;
    margin-bottom: 3px;
    margin-bottom: 10px;
}

.uzivatel .kosikPrazdny
{
    color: #E2001A;
}

.uzivatel .lSloupec
{
    float: left;
    width: 20px;
    /*background-color: #ffccff;*/
}

.uzivatel .pSloupec
{
    float: left;
    /*background-color: #ffcc66;*/
}

/**************************** ZONA UZIVATEL END *******************************/
/**************************** VYBER BEG ***************************************/
.vyber
{
   
}

.vyber .lSloupec
{
    float: left;
    width: 105px;
}

.vyber .lSloupec input
{
color: #4E1F03;
background: #ccc;
border: 1px solid #4E1F03
}

.vyber .pSloupec
{
    margin-top: 3px;
    float: left;
}

/**************************** VYBER END ***************************************/

