/* layout */
#main {
    width: 824px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
	background: #fff url("images/bg03.jpg") repeat-y top left;
}

#header {
	background: #ECA934 url("images/bg01.jpg") no-repeat top left;
	height: 168px;
    width: 100%;
    margin: 0; padding: 0;
}
#header-logo {
	float: right;
}
#header-logo a {
	display: block;
    width: 150px;
    height: 100px;
    margin: 25px 50px 0 0px;
}
#header-logo a span {
	display: none;
}
/*----------------------------------------------------------------------------*/
#login {
}
/*----------------------------------------------------------------------------*/
#menu {
	padding: 8px 0 0 30px;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	border-top: 1px dashed #ae500f;
	width: 164px;
}
#menu ul li {
}
#menu ul li a {
	font-size: 120%;
	color: #fff;
	width: 164px;
	display: block;
	line-height: 33px;
	text-decoration: none;
	border-bottom: 1px dashed #be600f;
}
#menu ul li .selected {
}
#menu ul li a:hover {
	font-weight: bolder;
}
/*----------------------------------------------------------------------------*/
#content {
	background: url("images/bg02.jpg") no-repeat top left;
}
/*----------------------------------------------------------------------------*/
#sidebar {
    clear: both;
    float: left;
	width: 202px;
    margin: 0; padding: 0;
    vertical-align: top;
}

#sidebar .content {
	margin: 0;
	padding: 10px 4px 10px 30px;
}
#sidebar .first-headline {
	font-size: 120%;
	color: #fff;
	padding-left: 30px;
	line-height: 29px;
}
#sidebar .headline {
	font-size: 120%;
	color: #fff;
	padding-left: 30px;
	line-height: 29px;
	background: #ECA934 url("images/bg05.jpg") repeat-y top left;
}

#mainbar {
    float: right;
    width: 612px;
    margin: 0; padding: 0;
}

#mainbar-content {
    min-height: 400px;
    _height: 400px;
    margin: 0 27px 0 0;
}

#footer {
    clear: both;
    font-size: 80%;
	text-align: right;
    color: #aaa;
	background: #3B3B3B url("images/bg04.jpg") no-repeat top left;
	padding: 30px 30px 0 0;
}

#footer a {	color:#aaa; }
#footer a:hover { color:#fff; }
/*------------------------------------------------- */
.cena {
    font-weight: bold;
    color: #D00;
	font-size: 110%;
}
.cena-puvodni {
    color: #666;
	text-decoration: line-through;
}
.dph {
    font-size: 80%;
}
/*-------------------------------------------------*/
a			    { color: #ff6600;  }
a:hover         { color: #ffab73; }

body {
	color: #333;
	background-color: #3b3b3b;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
    margin:0; padding:0;
    text-align: center;
}

input, select, textarea	{
    				font-family: Arial, Helvetica, sans-serif;
			        border: 1px solid #808080;
                }
img             {	margin:0; padding:0;
			        border:0;

                }
td              {   vertical-align: top;
                }
form			{   margin: 0;
 			        padding: 0; }
h1              {
					color: #823517;
	                font-size: 150%;
	                font-weight: bold;
                    margin-top: 5px;
                    margin-bottom: 5px;
                }
h2              {
                    font-size: 120%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 5px;
                }
h3              {
                    font-size: 100%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
h4              {
                    font-size: 110%;
                    font-weight: normal;
                    margin-top: 2px;
                    margin-bottom: 2px;
                    font-style: italic;
                }
h5              {
                    color: #FFF;
                    font-size: 80%;
                    background: url("images/bg09.png") repeat-x top left;
                    font-style: normal;
                    font-weight: bold;
                    margin: 0;
                    padding: 3px;
                }
p               {
                }
hr              {
                    height:0;
                    border: 0;
                    border-top:1px solid #ccc;
}
/*----------------------------------------------------------------------*/
.text_error		{   font-weight: bold; color: #EF2222; }
.text_vystraha	{   color: #AF2222; }
/*----------------------------------------------------------------------*/
.table_light    {   margin-top: 10px;
                    margin-bottom: 10px;
                    border-collapse: collapse;
                    }
.table_light td    {    padding-left: 5px;
                        vertical-align:top;
                    }
.table_light .headline     {
                    color: #000;
                    background-color: #eee;
                    font-size: 90%;
                    font-style: normal;
                    font-weight: bold;
                    text-align: left;
                    }
.table_light .headline td {
                    padding: 3px;
                    }
.table_light .line1    { background-color: #faefda; }
.table_light .line2    { background-color: #fbf6ed; }
/*----------------------------------------------------------------------*/
.table_dialog   {   margin-top: 10px;
                    margin-bottom: 10px;
                    border-collapse: collapse;
                    border: 1px solid #eee;
                    background-color: #fbf6ed;
                }
.table_dialog thead td {
                    color: #000;
                    background-color: #eee;
                    font-size: 90%;
                    font-style: normal;
                    font-weight: bold;
                    padding: 3px;
                    }
.table_dialog tbody td {
                    padding: 2px;
                    vertical-align: top;
                    }
/*----------------------------------------------------------------------*/
.table_mini   {     width: 100%;
                    margin: 0 0 10px 0;
                    padding: 0;
                    border-collapse: collapse;
                    background-color: #F0F0F0;
                    border: 1px solid #000;
                    }
.table_mini thead td {
                    color: #000;
                    font-size: 90%;
                    font-weight: bold;
                    padding: 2px 4px;
                    background-color: #DDD;
                    }
.table_mini tbody td {
                    padding: 4px;
                    }
/*----------------------------------------------------------------------*/
.button         {   background: #DDDDDD;
                    border-top: 1px solid #FFF;
                    border-left: 1px solid #FFF;
                    border-right: 1px solid #777;
                    border-bottom: 1px solid #777;
                    margin: 0;
                    font-size: 90%;
				}
/*------------------------------------------------- eshop menu */
.module_eshop_menu {
					padding-left: 20px;
                }
.module_eshop_menu ul {
                margin: 0; padding: 0;
                list-style: none;
                }
.module_eshop_menu ul li {
                display: inline;
                }
.module_eshop_menu a {
                display: block;
                margin: 1px 0 0 0; padding: 0 0 0 25px;
                background: #f9f5ea;
                line-height: 21px;
                text-decoration: none;
                }
.module_eshop_menu a:hover {
                background-color: #fff;
                }
.module_eshop_menu .selected {
                font-weight: bold;
                background-color: #fff;
                }
.module_eshop_menu ul li ul li a {
	                padding: 0 0 0 35px;
                }
.module_eshop_menu ul li ul li ul li a {
                padding: 0 0 0 45px;
}
.module_eshop_menu ul li ul li ul li ul li a {
                padding: 0 0 0 55px;
}
.module_eshop_menu ul li ul li ul li ul li ul li a {
                padding: 0 0 0 65px;
}
