/* layout */
#main {
	background: url("images/bg01.gif") repeat-x top center;
    width: 836px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#header {
	background: url("images/bg02.gif") no-repeat top center;
	height: 136px;
    width: 100%;
    margin: 0; padding: 0;
}
#header-en {
	background: url("images/bg02en.gif") no-repeat top center;
	height: 136px;
    width: 100%;
    margin: 0; padding: 0;
}
#header-logo1 {
    display: block;
    float: left;
    width: 172px;
    height: 93px;
    margin: 10px 0 0 10px;
}

#header-logo2 {
    display: block;
    float: left;
    width: 220px;
    height: 28px;
    margin: 32px 0 0 30px;
}
#header-en #header-logo2 {
    width: 260px;
}
/*----------------------------------------------------------------------------*/
#login {
    float: right;
    width: 350px;
    height: 45px;
    margin-top: 93px;
    text-align: right;
    color: #fff;
}
#login .input {
    width: 80px;
    height: 22px;
    background: url("images/menu01.gif") no-repeat top left;
    border: 0;
    padding: 3px 5px 0 5px;
    margin: 0 0 2px 0;
    _margin: 0 0 -5px 0;
}
#login .login {
    width: 90px;
    height: 22px;
    background: url("images/menu01.gif") no-repeat top left;
    border: 0;
    cursor: pointer;
}
#login .line1 {
    padding: 0; margin: 0;
}
#login .line2 {
    _margin: 5px 0 0 0;
}
#login .line3 {
    margin: 5px 0 10px 0;
}
#login a {
    color: #fff;
    text-decoration: underline;
}
#login a:hover {
    color: #ffab73;
}
/*----------------------------------------------------------------------------*/
#menu {
    margin: 119px 0 0 -432px;
    float: left;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu ul li {
    float: left;
}
#menu ul li a {
    display: block;
    width: 90px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
#menu ul li .selected {
    color: #4e2001;
    background: url("images/menu01.gif") no-repeat top left;
}
#menu ul li a:hover {
    color: #4e2001;
    background: url("images/menu01.gif") no-repeat top left;
}
/*----------------------------------------------------------------------------*/
#sidebar {
    clear: both;
    float: left;
	width: 180px;
    margin: 15px 0 0 0; padding: 0;
    vertical-align: top;
}

#sidebar-content {
    margin: 2px 0 0 0; padding: 0;
}

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

#mainbar h1 {
    color: #fff;
}

#mainbar-eshop {
    margin: 2px 0 15px 0;
    padding: 0 0 0 15px;
    line-height: 22px;
    background: url("images/bg05.gif") no-repeat top left;
}

.mainbar-content {
    margin: 2px 0 0 0;
    background: #fff url("images/bg03.gif") no-repeat top left;
}

.mainbar-content2 {
    margin: 15px 0 0 0;
    background: #fff url("images/bg03b.gif") no-repeat top left;
}

.mainbar-content-bottom {
    background: url("images/bg04.gif") no-repeat bottom left;
    min-height: 400px;
    padding: 10px;
}
.mainbar-content2 .mainbar-content-bottom {
    min-height: 300px;
}
#mainbar-languages {
	float: right;
}

#mainbar-languages img {
	margin-left: 5px;	
}

#footer {
    clear: both;
    font-size: 90%;
	padding: 15px 0 0 196px;
	line-height: 22px;
	text-align: left;
    color: #fff;
    margin: 0 auto;
}

#footer a {	color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline;}
.cleaner {
      clear: both;
}
/*------------------------------------------------- */
.box {
	position:relative;
    float: left;
    width: 180px;
    height: 120px;
	margin: 0;
	border: 12px solid #fff;
	background-color: #fff;
}
.box-spacer {
	position:relative;
    float: left;
    width: 14px;
}

.tl, .tr, .dl, .dr {
	position:absolute;
	width:12px;
	height:12px;
	font-size:0px;
}

.tl, .tr {
	top:-12px;
}

.dl, .dr {
	bottom:-12px;
}

.tl {
	left:-12px;
	background:url('images/circle.gif') left top no-repeat #fff;
}

.tr {
	right:-12px;
	background:url('images/circle.gif') right top no-repeat #fff;
}

.dl {
	left:-12px;
	background:url('images/circle.gif') left bottom no-repeat #fff;
}

.dr {
	right:-12px;
	background:url('images/circle.gif') right bottom no-repeat #fff;
}

/*
.tl, .tr, .dl, .dr {
	position:absolute;
}

*/

/*------------------------------------------------- eshop menu */
.module_eshop_menu {
    
}
.module_eshop_menu ul {
    margin: 0; 
    padding: 0;
    list-style: none;
}
.module_eshop_menu ul li {
    margin: 0; 
    padding: 0;
}
.module_eshop_menu ul li a {
    display: block;
    line-height: 22px;
    text-decoration: none;
    width: 160px;
    color: #fff;
    padding: 0 10px;
}
.module_eshop_menu ul li .selected {
    color: #4e2001;
    background: url("images/menu03.gif") no-repeat top left;
}
.module_eshop_menu ul li a:hover {
    color: #4e2001;
    background: url("images/menu03.gif") no-repeat top left;
}

.cena {
    font-weight: bold;
    color: #D00;
}
.dph {
    font-size: 80%;
}
/*-------------------------------------------------*/
a			    { color: #ff6600;  }
a:hover         { color: #ffab73; }

body {
	background: #90410a url("images/bg01.gif") repeat-x top center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
    margin:0; padding:0;
    text-align: center;
}

input, select, textarea	{
                    font-family: Verdana;
                    font-size: 90%;
			        border: 1px solid #808080;
                }
img             {	margin:0; padding:0;
			        border:0;

                }
td              {   vertical-align: top;
                }
form			{   margin: 0px;
 			        padding: 0px; }
h1              {
	                font-size: 130%;
	                font-weight: bold;
                    margin-top: 5px;
                    margin-bottom: 5px;
                }
h2              {
                    font-size: 130%;
                    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-size: 120%; 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;
                }
.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 url("images/button01.jpg") repeat-x top left;
                    border-top: 1px solid #FFF;
                    border-left: 1px solid #FFF;
                    border-right: 1px solid #777;
                    border-bottom: 1px solid #777;
                    margin: 0px 3px; 
}
/*----------------------------------------------------------------------*/

