/* HTML5 display definitions + css "reset" */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block;}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* veci jen pro tisk, na obrazovce je nechceme*/
	.print {display: none;}

html { background: #DDDDDD; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { color: #434343; font-family: sans-serif; }
body { margin: 0!important; background: #F1F1F1; font-size: 15px; line-height: 1.4; }

a  { color: #003477; }
a:visited { color: #504f4d;}
a:focus { outline: thin dotted; }
a:hover { color: #003477; text-decoration: none;}
a:active { outline: 0; color: #434343; }

sub, sup { position: relative; vertical-align: baseline; font-size: 75%; line-height: 0; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { margin: 0; padding: 0; list-style: none; list-style-image: none; }

img { border: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; }
figure { margin: 0; }

/*forms */
form { margin: 0; }
fieldset { margin: 0; padding: 0; border: 0; }

legend { padding: 0; border: 0; white-space: normal; }
button, input, select, textarea { margin: 0; vertical-align: baseline; font-size: 100%; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
select { width: 120px;}

/* consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0;}
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

table { border-spacing: 0; border-collapse: collapse; margin: 5px 0; }
td { vertical-align: top; padding: 0.3em; }

.clearfix:before, .clearfix:after, form dd:before, form dd:after { display: table; content: ""; }
.clearfix:after, form dd:after { clear: both; }
.clear {clear: both;}

/* COMMON CLASSES */
.center, .center td, td.center {
    text-align: center;
}

.right, .right td, td.right {
    text-align: right !important;
}

.left, .left td, td.left {
    text-align: left !important;
}

.middle, tr.middle td {
    vertical-align: middle;
}

.bottom, tr.bottom td {
    vertical-align: bottom;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.nowrap {
    white-space: nowrap;
}

.noborder {
    border: 0 !important;
}

.auto {
    width: auto !important;
}

.article label.normal {
    font-weight: normal;
}

.separator {
    overflow: hidden;
    margin: 20px 0;
    height: 2px;
    background: url(../images/separator.png) repeat-x;
}

.more {
    padding: 0 0 0 13px;
    background: url(../images/more.png) no-repeat 0 0.25em;
    color: #003477;
}

.more:hover {
    color: #504f4d;
}

.kalkulacky {background: url(../images/ico-kalkulacky.png) no-repeat left;}
.psani {background: url(../images/ico-psani.png) no-repeat left;}
.iop { background: url(../images/ico-iop.png) no-repeat left; }
.eshop { background: url(../images/ico-eshop.png) no-repeat left; }

.back {
    padding: 0 0 0 18px;
    background: url(../images/back.png) no-repeat left;
    color: #002c7c;
}

.back:hover {
    color: #434343;
}

.down {
    background: url(../images/down.png) no-repeat left;
    padding-left: 22px;
}

.col1 {
    float: left;
    margin: 0 20px 0 0;
    width: 352px;
}

.col2 {
    float: right;
    margin: 0 0 0 20px;
    width: 352px;
}

.fullpage .col1 {
    width: 539px;
}

.fullpage .col2 {
    width: 539px;
}

.external, .blank, .anchor {
    padding-right: 25px;
}

.external {
    background: url(../images/link-external.png) no-repeat right;
}

.blank {
    background: url(../images/link-blank.png) no-repeat right;
}


.anchor {
    background: url(../images/link-anchor.png) no-repeat right;
}

.big {
    font-size: 18px;
}

.important {
    color: #003477;
}

.notes {
    font-size: 12px;
}

.notes ul {
    margin-top: 0;
}

/* layout and custom styles here */

header .center {
    margin: 0 auto;
    width: 1250px;
    background: url(../images/header-center.png) no-repeat top;
    text-align: left !important;
}


header .links, header .links li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
}

header .links {
    padding: 0 0 0 50px;
    color: #003477;
    font-size: 13px;
}

header .links a {
    color: #003477;
}

header .links a:hover {
    color: #504f4d;
}




header .links a.user {
    padding: 0;
}

header .links a.msg {
    padding: 0 3px 0 20px;
    background: url(../images/ico-msg.png) no-repeat left;
}

header .links li {
    margin: 8px 0 0 0;
    padding: 2px 15px;
}

header .links .lang {
       background: url(../images/sep.png) no-repeat left; 
}

#search {
    float: right;
    clear: right;
    margin: 0 20px 0 0;
    width: 207px;
    height: 30px;
    background: url(../images/search.png) no-repeat;
}

#search form, #search fieldset, #search input {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 13px;
}

#search input {
    float: left;
    margin: 7px 0 0 5px;
    width: 165px;
}

#search input.labelHighlight {
    color:#696969;
    font-style: italic;
}

#search .button {
    float: right;
    overflow: hidden;
    width: 32px;
    height: 30px;
    text-indent: -9999px;
}

header hr, #search legend {
    display: none;
}

header nav {
    clear: both;
    position: relative;
    z-index: 2;
}

header nav .megamenu {
    float: left;
}

header nav .mainmenu {
    float: left;
    overflow: visible;
    margin: 0 0 0 60px;
}

header nav .mainmenu li {
    position: relative;
    float: left;
    padding: 0;
    background: none;
}

header nav .mainmenu a {
    display: block;
    overflow: hidden;
    margin: 8px 0 0 0;
    height: 39px;
    color: #504f4d;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

header nav .mainmenu a span {
    display: block;
    padding: 10px 20px 15px;
}

header nav .mainmenu .active a{
    margin: 0;
    height: 47px;
    background: url(../images/nav-active.png) no-repeat;
    color: #003477;
}

header nav .mainmenu .active span{
    padding: 18px 20px 15px 20px;
    background: url(../images/nav-active-span.png) no-repeat 100% 0;
}

header nav .mainmenu a:hover {
    color: #003676;
}

header nav li ul {
    display: none;
}

header nav li:hover a {
    color: #003676;
}

header nav li:hover ul  {
    display: block;
}

header nav .mainmenu ul {
    position: absolute;
    top:46px;
    left: 0;
    margin: 0;
    padding: 0 0 20px 0;
    width: 240px;
    border: 1px solid #A49B83;
    border-top: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #CDCDCD;
}

header nav .mainmenu ul li {
    float: none;
    padding: 0 20px;
}


header nav .mainmenu .active ul {
    left: 8px;
    border: 1px solid #827A64;
    border-top: 0;
    background: #FDFDFD;
}

header nav .mainmenu ul li a, header nav .mainmenu .active ul li a {
    display: block;
    float: none;
    margin: 0;
    padding: 7px 10px 7px 15px;
    height: auto;
    border-bottom: 1px solid #aaa;
    background: url(../images/nav-li.png) no-repeat 2px 0.85em;
    color: #003676;
    font-weight: normal;
}


header nav .mainmenu ul li a:hover {
    color: #000;
}



.breadcrumbs {
    margin: 25px 30px 0 30px;
    color: #504f4d;
    font-size: 12px;
}

.breadcrumbs a, .breadcrumbs strong {
    padding: 2px 15px 2px 8px;
}

.breadcrumbs a {
    background: url(../images/breadcrumbs.png) no-repeat right;
    color: #504f4d;
}

.breadcrumbs a:hover {
    color: #003477;
}

.breadcrumbs strong {
    font-weight: normal;
}

.breadcrumbs .home {
    margin-left: -8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 28px;
    background: url(../images/breadcrumbs-home.png) no-repeat;
}

#page {
    margin: 0 auto;
    overflow-x: auto;
    max-width: 1250px;
    background: #fff url(../images/page.png) repeat-y;
}

h1 {
    margin: 20px 30px;
    color: #003477;
    font-weight: normal;
    font-size: 35px;
}

h1.ico, h2.ico, h3.ico {
    padding-left: 40px;
}

h2 {
    color: #003477;
    font-weight: normal;
    font-size: 28px;
}

h2.bckg {
    background: #F6BD23 url(../images/h2-bckg.png) no-repeat;
    font-size: 24px;
}

h2.bckg span {
    display: block;
    padding: 10px 12px;
    background: url(../images/h2-span.png) no-repeat bottom;
}

h3 {
    margin: 30px 0 10px 0;
    color: #504f4d;
    font-weight: normal;
    font-size: 18px;
}

h3.bckg {
    margin-top: 10px;
    background: #70665D url(../images/h3-bckg.png) no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

h3.bckg span {
    display: block;
    padding: 5px 12px;
    background: url(../images/h3-span.png) no-repeat bottom;
}

h4 {
    color: #003477;
    font-weight: normal;
    font-size: 18px;
}

h5 {
    color: #504f4d;
    font-weight: normal;
    font-size: 16px;
}

h6 {
    color: #504f4d;
    font-weight: bold;
    font-size: 15px;
}

form h3 {
    color: #003477;
    font-size: 20px;
}

.currentstep {
    margin: 20px 0 0 0;
    padding: 0 0 22px 0;
    text-align: center;
    font-size: 14px;
}

.currentstep span {
    position: relative;
    top:2px;
    padding: 0 50px;
}

.currentsteptop {
    margin: 0 0 14px 0;
    padding-bottom: 8px;
    background: url(../images/currentstep.png) no-repeat bottom;
}

.currentstep strong {
    font-size: 17px;
}

.currentstep a {
    padding: 0 2px;
}

.steps {
    margin: 0 0 30px 0;
}

.steps ul, .steps li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps ul {
    overflow: hidden;
    margin: 0 auto;
    width: 812px;
}

.steps li {
    display: table;
    float: left;
    padding: 0 28px 0 0;
    background: #766C62 url(../images/step.png) no-repeat right;
}

.steps li.active a, .steps li.active strong {
    background: #ECAC1E url(../images/step-active.png) no-repeat;
    color: #3b3734;
}

.steps li.last {
    padding: 0;
}

.steps li a, .steps li strong {
    display: table-cell;
    width: 112px;
    height: 67px;
    background: url(../images/step.png) no-repeat;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
}

.steps li a span, .steps li strong span {
    display: block;
    padding: 0 10px;
}

#eshop .steps ul {
    width: 850px;
}

#eshop .steps li {
    padding: 0 32px 0 0;
    background: #766C62 url(../images/eshop-step.png) no-repeat right;
}

#eshop .steps li.active a {
    background: #ECAC1E url(../images/eshop-step-active.png) no-repeat;
}

#eshop .steps li.last {
    padding: 0;
}

#eshop .steps li a, #eshop .steps li strong {
    width: 142px;
    background: url(../images/eshop-step.png) no-repeat;
}



footer a {
    color: #646464;
}

footer a:hover {
    color: #003477;
}


footer .center {
    clear: both;
    margin: 0 auto;
    width: 1230px;
    color: #646464;
    text-align: left;
    font-size: 12px;
}

footer .search {
    float: left;
    overflow: hidden;
    margin: 4px 0 5px 0;
    width: 305px;
    height: 55px;
    background: url(../images/footer-search.png) no-repeat right;
}

footer .search-zasilka, footer .search-kalkulacka {
    width: 305px;
}

footer .search-kalkulacka {
    background: none;
}

.select-kalkulacka-selectBox-dropdown-menu {
    width: 180px !important;
}

footer .search input {
    float: left;
    overflow: hidden;
    margin: 8px 0 0 5px;
    padding: 0;
    width: 170px;
    border: 0;
    background: none;
}

footer .search input.button {
    float: right;
    margin: 0;
    width: 32px;
    height: 30px;
    text-indent: -9999px;
}

footer .search input.labelHighlight {
    color: #696969;
    font-style: italic;
}

footer .search form p {
    margin: 0;
    width: 212px;
    height: 30px;
    background: url(../images/footer-search-input.png) no-repeat;
}

footer .search form {
    padding: 12px 0 10px 72px;
    background: url(../images/footer-search-icons.png) no-repeat;
}

footer .search-zasilka form {background-position: 14px -8px;}
footer .search-psc form {background-position: 20px -78px;}
footer .search-posta form {background-position: 14px -148px;}
footer .search-kalkulacka form {background-position: 18px -218px;}

footer .contact {
    float: right;
}

footer .contact p {
    float: left;
    margin:  0;
    padding: 8px 20px 5px 20px;
    background: url(../images/sep.png) no-repeat right;
    line-height: 26px;
}

footer .contact p.last {
    padding-right: 17px;
    background: none;
}

footer .contact strong {
    color: #003477;
}

footer .copy {
    float: left;
    padding: 8px 0 0 0;
}

footer .copy span, footer .copy a {
    float: left;
}

footer .copy span {
    padding: 4px 30px 5px 30px;
}

footer .copy a {
    padding: 4px 20px 5px 20px;
    background: url(../images/sep.png) no-repeat right;
}

footer .copy a.last {
    background: none;
}

footer hr {
    display: none;
}

#content {
    float: left;
    margin: 0 0 20px 36px;
    width: 804px;
}

.fullpage #content {
    margin: 0 36px 20px 36px;
    width: 1178px;
}

article {
    margin: 0 0 1em 0;
}

.article {
    margin: 0 0 20px 0;
    background: url(../images/article.png) no-repeat top;
}

.fullpage .article {
    background: url(../images/article-full.png) no-repeat top;
}

.narrow .article {
    background: url(../images/article-narrow.png) no-repeat top;
}

.article-content {
    padding: 20px 30px;
    background: url(../images/article-content.png) no-repeat bottom;
}

.fullpage .article-content {
    background: url(../images/article-content-full.png) no-repeat bottom;
}

.narrow .article-content {
    background: url(../images/article-content-narrow.png) no-repeat bottom;
}

.article label {
    font-weight: bold;
    font-size: 15px;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin-bottom: -6px;
    padding-bottom: 6px;
    width: 100%;
    background: url(../images/tabs.png) no-repeat 0 100%;
}

.tabs ul, .tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs li {
    float: left;
    margin: 6px 7px 0 0;
    background: url(../images/tab.png) no-repeat;
}

.tabs li.active {
    margin-top: 0;
    background: url(../images/tab-active.png) no-repeat;
}

.tabs li a {
    display: block;
    padding: 12px 20px;
    background: url(../images/tab-a.png) no-repeat 100% 0;
    color: #636260;
    text-decoration: none;
    font-size: 15px;
}

.tabs li.active a {
    padding-top: 18px;
    background: url(../images/tab-active-a.png) no-repeat 100% 0;
    color: #fff;
    font-weight: bold;
}

.datatable, .datatable2, .datatable3, .plaintable {
    margin: 0 0 1em 0;
    width: 100%;
}

.datatable th, .datatable2 th, .datatable3 th, .uniform .datatable th {
    padding: 6px 10px;
    border: 2px solid #fff;
    border-radius: 7px;
    background: #ECB71F url(../images/table-th.png) repeat-x;
    color: #313131;
    text-align: left;
    font-weight: normal;
}

.datatable td.actions, .uniform .datatable td.actions {
    background: #F8F8F8;
    padding: 20px 10px;
}

.actions a {
    margin: 0 40px 0 0;
}

.uniform .datatable th {
    font-weight: bold;
}

.datatable2 th, .uniform .datatable2 th {
    background: #6E645B url(../images/table-th2.png) repeat-x;
    color: #fff;
}

.datatable3 th {
    background: #F0F0F0;
    text-align: center;
}

.plaintable td, .plaintable th {
    padding: 2px 0;
    color: #504f4d;
}

.plaintable th {
    padding: 10px 0;
    text-align: left;
}

.datatable2 caption {
    padding: 0 0 7px 23px;
    border-bottom: 1px solid #CCC;
    background: url(../images/more.png) no-repeat 0 0.25em;
    text-align: left;
    font-weight: bold;
}


.datatable td, .datatable th, .datatable2 td, .datatable2 th, .datatable3 td, .datatable3 th, .uniform .datatable th, .uniform .datatable td {
    padding: 7px 10px;
}

.datatable td, .datatable2 td  {
    border-bottom: 1px solid #CCCCCC;
    color: #434343;
}

.datatable3 td {
    border-bottom: 1px solid #DFDFDF;
    color: #504f4d;
}

.datatable a {
    color: #13377d;
}

.datatable a:hover {
    color: #434343;
}


/*UNIFORMS*/
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

.uniform td, .uniform th {
    padding: 8px 0;
}

.uniform tbody th {
    padding-right: 40px;
    padding-left: 30px;
    vertical-align: top;
    text-align: right;
}

.required {
    color: #03387d;
    font-weight: bold;
    font-size: 18px;
}

.uniform dd label {
    margin-right: 30px;
    font-weight: normal;
    line-height: 25px;
}

div.selector,div.selector span,div.checker span,div.radio span,div.button,div.button span {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.selector,.radio,.checker,.uploader,.button,.selector *,.radio *,.checker *,.uploader *,.button * {
    margin: 0;
    padding: 0;
}

/* INPUT & TEXTAREA */
input.text,input.email,input.password,textarea.uniform, .uploader {
    margin: 0;
    padding: 8px;
    outline: 0;
    border: solid 1px #D2D2D2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff url('../images/input.png') repeat-x 0px 0px;
    color: #6a6a6a;
    font-weight: normal;
    font-size: 14px;
}

input.disabled, textarea.disabled {
    background: #F8F8F8 url('../images/input-disabled.png') repeat-x 0px 0px;
    color: #999;
}

input.errorfield {
    border: 1px solid #EC1848;
}

input.text:focus,input.email:focus,input.password:focus,textarea.uniform:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

input.text,input.email,input.password {
    width: 157px;
}

input.shortfield {
    width: 87px !important;
}

input.shorterfield {
    width: 64px !important;
}

input.midfield, textarea {
    width: 249px;
}

/* Select */
div.selector {
    padding-left: 10px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-position: -469px -36px;
    color: #6a6a6a;
    font-size: 12px;
    font-size: 14px;
    line-height: 35px;
}

div.selector span {
    padding: 0px 32px 0px 2px;
    width: 72px;
    height: 35px;
    background-position: 100% 0;
    line-height: 35px;
    cursor: pointer;
}

div.selector select {
    top: 0;
    left: 0;
    min-width: 115px;
    height: 35px;
    border: solid 1px #fff;
    color: #6a6a6a;
    font-size: 14px;
    cursor: pointer;
}

div.selector.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}


/* Checkbox */
div.checker {
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

div.checker input {
    width: 25px;
    height: 25px;
}

div.checker span {
    width: 25px;
    height: 25px;
    background-position: 0px -71px;
}

div.checker span.checked {
    background-position: 0px -96px;
}

div.checker.focus span {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

div.checker.disabled span,div.checker.disabled:active span,div.checker.disabled.active span {
  background-position: -30px -71px;
}

div.checker.disabled span.checked,div.checker.disabled:active span.checked,div.checker.disabled.active span.checked {
  background-position: -30px -96px;
}


/* Radio */
div.radio {
    margin-right: 3px;
    width: 25px;
    height: 25px;
}

div.radio input {
    width: 25px;
    height: 25px;
}

div.radio span {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-position: 0 -121px;
}

div.radio span.checked {
    background-position: 0 -146px;
}

div.radio.focus span {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

div.radio.disabled span,div.radio.disabled:active span,div.radio.disabled.active span {
  background-position: -30px -121px;
}

div.radio.disabled span.checked,div.radio.disabled:active span.checked,div.radio.disabled.active span.checked {
  background-position: -30px -146px;
}


div.button {
    height: 30px;
    background-position: 0px -523px;
}

div.button span {
    margin-left: 13px;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 2px;
    height: 22px;
    background-position: right -643px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.button.focus span {
    background-position: right -673px;
}

/* CORE FUNCTIONALITY - Not advised to edit stuff below */
.selector,.checker,.button,.radio,.uploader {display: -moz-inline-box;display: inline-block;vertical-align: middle;zoom: 1;}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {outline: 0;}

/* Button */
div.button a,div.button button,div.button input {position: absolute;}
div.button {position: relative;cursor: pointer;}
div.button span {display: -moz-inline-box;display: inline-block;text-align: center;line-height: 1;}

/* Select */
div.selector {position: relative;overflow: hidden;}
div.selector span {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
div.selector select {position: absolute;border: none;background: none;opacity: 0;filter: alpha(opacity=0);}

/* Checker */
div.checker {position: relative;}
div.checker span {display: -moz-inline-box;display: inline-block;text-align: center;}
div.checker input {display: inline-block;background: none;opacity: 0;filter: alpha(opacity=0);}

/* Radio */
div.radio {position: relative;}
div.radio span {display: -moz-inline-box;display: inline-block;text-align: center;}
div.radio input {display: inline-block;background: none;text-align: center;opacity: 0;filter: alpha(opacity=0);}


/*customize forms */
#vyssihodnota {
    width: 140px;
}

.spinner {
    position: relative;
 /* padding: 0 36px; */
    width: 154px;
}

.spinner input {
    margin: 0 36px;
    width: 64px;
}

.spinner .spinControl .UP, .spinner .spinControl .DOWN {
    position: absolute;
    top:2px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 25px !important;
    height: 32px !important;
    border: 0;
    background: none;
}

.spinner .spinControl .DOWN  {
    left: 0;
}

.spinner .spinControl .UP  {
    right: 0;
}


.hint,.info {
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: url(../images/hint.png) no-repeat;
    vertical-align: middle;
    text-indent: -9999px;
}

.info {
    background: url(../images/info.png) no-repeat;
}

.cluetip {
    z-index: 2000 !important;
	width: 275px;
    border: 0 !important;
    border-radius: 5px;
	background: #7f756b !important;
    box-shadow: 0px 5px 5px 0px #b6b6b6;
    color: #fff !important;
}


.cluetip-infotip {
    background: #80766D !important;
}

.cluetip-default .ui-cluetip-content, .cluetip-infotip .ui-cluetip-content {
    color: #fff !important;
}

.cluetip-infotip .ui-cluetip-content {
    color: #fff !important;
}

.ui-cluetip-content {
    font-size: 12px !important;
}

.cluetip-outer .cluetip-inner {
    margin: 10px;
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 1em;
    line-height: 1.4;
 }

.cluetip-tooltip {
    background: #fff !important;
    border: 1px solid #80766D !important;
}

form .buttons {
    clear: both;
    text-align: center;
}

form .buttons button {
    margin: 0 5px;
    padding: 0;
    border: 0;
    background: none;
}

#sidebar {
    float: right;
    margin: 0 42px 20px 0;
    padding: 0 0 10px 0;
    width: 340px;
    background: url(../images/sidebar.png) no-repeat bottom;
}

#sidebar .sidebar-content {
    padding: 2px 22px;
    background: url(../images/sidebar-content.png) no-repeat top;
    font-size: 15px;
}

#sidebar h2 {
    color: #504f4d;
}

#sidebar .sidebar-help h2 {
    padding: 10px 0 20px 0;
    background: url(../images/sidebar-help.png) no-repeat bottom;
}

form dt {
    float: left;
    clear: both;
    margin-right: 20px;
    width: 200px;
    text-align: right;
    line-height: 25px;
}

form dd {
    margin-left: 220px;
}

form dt, form dd {
    padding-bottom: 15px;
}

#rozcestnik {
    overflow: hidden;
    min-height: 610px;
    width: 100%;
    background: url(../images/rozcestnik.jpg) no-repeat;
}

.narrow {
    background: url(../images/narrow-bckg.png) repeat-y;
}

#subnav {
    float: left;
    padding: 34px 30px 0 8px;
    min-height: 590px;
    width: 322px;
}

#subnav ul, #subnav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.narrow #subnav {
    background: url(../images/narrow.png) no-repeat;
}

#subnav li {
    position: static;
    display: table;
    overflow: hidden;
    margin: 0 0 10px 0;
    width: 100%;
    height: 60px;
    background: url(../images/rozcestnik-button.png) no-repeat;
}

#subnav li.active {
    background-position: 0 100%;
}

#subnav a {
    display: table-cell;
    padding: 0 10px 0 55px;
    background: url(../images/rozcestnik-button-ico.png)  no-repeat 0 50%;
    color: #504f4d;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
}

#subnav li.active a {
    background: url(../images/rozcestnik-button-ico.png)  no-repeat -322px 50%;
    color: #fff;
}

#rozcestnik #content, .narrow #content {
    float: right;
    margin: 0 40px 0 0;
    width: 850px;
}

.narrow #content {
    padding-bottom: 20px;
    background: url(../images/narrow.png) no-repeat -360px 0;
}

#rozcestnik .breadcrumbs, #eshop .breadcrumbs {
    margin: 25px 0 0 0;
}

#rozcestnik h1, #eshop h1 {
    margin: 20px 0;
}

#rozcestnik .more {
    padding: 0 25px 0 0;
    background: url(../images/rozcestnik-more.png) no-repeat right;
    font-size: 17px;
}

#rozcestnik .button {
    margin: 30px 0 0 70px;
}

.selectBox-dropdown {
    position: relative;
    display: inline-block;
    padding-right: 32px;
    height: 36px;
    outline: none;
    background: url(../images/select-left.png) no-repeat 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.selectBox.selectBox-disabled {
    background: url(../images/select-left-disabled.png) no-repeat 0 0;
}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    overflow: hidden;
    padding: 7px 10px;
    white-space: nowrap;
}

.selectBox.selectBox-disabled .selectBox-label {
    color: #999;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 35px;
    background: url(../images/select-right.png) no-repeat;
}

.selectBox.selectBox-disabled .selectBox-arrow {
    background: url(../images/select-right-disabled.png) no-repeat;
}

.selectBox-dropdown-menu {
    position: absolute;
    top: 35px;
    z-index: 99999;
    overflow: auto;
    margin: 0;
    padding: 0;
    max-height: 190px;
    border: 1px solid #DCDBDB;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    list-style: none;
    text-align: left;
    font-size: 12px;
}

.selectBox-dropdown-menu li {
    margin: 0;
    padding: 0;
    background: none;
}

.selectBox-dropdown-menu li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
}

.selectBox-dropdown-menu li selected, .selectBox-dropdown-menu li.selectBox-hover a {
    background: #10327C !important;
    color: #fff;
}

.shortselect {width: 97px;}
.midselect {width: 206px;}
.longselect select {width: 235px;}
.longerselect {width: 586px;}
footer select {width: 180px;}


footer .selectBox-dropdown, footer .selectBox-dropdown .selectBox-arrow {
    height: 30px;
    background: none;
}

footer .selectBox-label {
    color: #696969;
    font-style: italic;
}

footer div.selector {
    height: 30px;
    background: none;
    color: #696969;
    font-style: italic;
    font-size: 12px;
    line-height: 30px;
}

footer div.selector span {
    padding: 0px 30px 0px 0;
    width: 172px;
    height: 30px;
    background:none;
    line-height: 30px;
}

footer div.selector select {
    min-width: 212px;
    width: 212px;
    height: 30px;
    background: #fff;
    color: #6a6a6a;
    font-size: 12px;
}

footer div.selector.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.warningbox, .errorbox {
    margin: 0 0 1em 0;
    width: 804px;
}

.infobox {
    padding: 10px 12px 10px 40px;
}

.infobox h2 {
    margin: 0 0 2px -28px;
    padding: 0 0 0 28px;
    font-weight: bold;
    font-size: 15px;
}

.infobox p {
    margin: 0;
}

.warningbox {
    background: url(../images/warningbox.png) no-repeat;
}

.errorbox {
    background: url(../images/errorbox.png) no-repeat;
    color: #e00;
}

.noticebox {
    background: url(../images/noticebox.png) no-repeat;
}

.noticebox .infobox {
    padding: 10px 15px;
    background: url(../images/noticebox-infobox.png) no-repeat 0 100%;
}

.warningbox .infobox {
    background: url(../images/warningbox-infobox.png) no-repeat 0 100%;
}

.errorbox .infobox {
    background: url(../images/errorbox-infobox.png) no-repeat 0 100%;
}

.warningbox h2 {
    color: #434343;
}

.errorbox h2 {
    color: #ec1848;
}

.noticebox .infobox-ico {
    float: left;
    margin: 5px 0 0 0;
    padding: 3px 0 3px 40px;
    background: url(../images/noticebox-ico.png) no-repeat;
}

#home {
    height: 570px;
    background: url(../images/home.jpg) no-repeat;
    position: relative;
}

#home .ico, #home .icoactive {
    width: 63px;
    height: 63px;
    margin: 0;
    padding: 0;
    position: absolute;
    background: url(../images/home-icons.png) no-repeat;
    cursor: pointer;
}

#home .ico h2 {
    display: none;
    background: url(../images/home-icons.png) no-repeat;
    margin: 0;
    padding: 0 0 0 70px;
    line-height: 58px;
    height: 63px;
    z-index: 10;
    position: relative;
}

#home .ico ul {
    display: none;
    position: absolute;
    top:53px;
    right: 10px;
    margin: 0;
    padding: 5px 0 15px 0;
    width: 220px;
    background: url(../images/home-ul.png) no-repeat 0 100%;
}

#home .ico li {
    background: url(../images/home-li.png) no-repeat 100% 0;
    padding: 0;
    margin: 0;
}

#home .ico ul a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 7px 15px 7px 27px;
}

#home div.icoactive {
    width: auto;
    background-position: 100% -504px;
    padding-right: 10px;
}

#home .icoactive h2 {
    display: block;
    min-width: 180px;
}

#home .ico h2 a {
    text-decoration: none;
    color: #FDC82F;
    font-weight: bold;
    font-size: 18px;
}

#home .eshop {
    background-position: -189px 0;
    left: 960px;
    top: 180px;
}

#home .eshop h2 {
    background-position: 0 -252px;
}

#home .podani {
    background-position: -252px 0;
    left: 320px;
    top: 290px;
}

#home .podani h2 {
    background-position: 0 -315px;
}

#home .dodani {
    background-position: -315px 0;
    left: 720px;
    top: 320px;
}

#home .dodani h2 {
    background-position: 0 -378px;
}

#home .information {
    background-position: -378px 0;
    left: 70px;
    top: 350px;
}

#home .information h2 {
    background-position: 0 -441px;
}

#home .finance {
    background-position: -63px 0;
    left: 570px;
    top: 230px;
}

#home .finance h2 {
    background-position: 0 -126px;
}

#home .czechpoint {
    background-position: 0 0;
    left: 865px;
    top: 250px;
}

#home .czechpoint h2 {
    background-position: 0 -63px;
}

.col33 {
    float: left;
    margin: 0 3% 5px 0;
    width: 30%;
}

ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

ul ul {
    margin: 0.3em 0;
}

ul li {
    padding: 4px 0 4px 14px;
    background: url(../images/li.png) no-repeat 0 0.55em;
}

ul ul li {
    padding: 3px 0 3px 18px;
    background: url(../images/li-li.png) no-repeat 4px 0.6em;
}

ul ul ul li {
    background: url(../images/li-li-li.png) no-repeat 4px 0.75em;
}

ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

ol ol {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    padding-left: 2em;
    list-style: lower-alpha;
}

ol ol ol {
    list-style: upper-roman;
}

.intro {
    font-style: italic;
    font-size: 17px;
}

.imgleft {
    float: left;
    margin: 0 15px 15px 0;
}

.imgright {
    float: right;
    margin: 0 0 15px 15px;
}

hr {
    clear: both;
    overflow: hidden;
    margin: 20px 0;
    height: 1px;
    border:0;
    border-top: 1px solid #CCCCCC;
    background-color: #CCCCCC;
    color: #CCCCCC;
}

#hmotnost {
    width: 77px;
}

.navbutton, .bigbutton, .smallbutton {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0 55px 0 10px;
    height: 51px;
    border: 0;
    border-radius: 11px;
    color: #5E534B;
    text-decoration: none;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 18px;
    line-height: 51px;
}

.bigbutton {
    padding: 0 80px 0 25px;
    height: 63px;
    border-radius: 14px;
    font-size: 22px;
    line-height: 63px;
}

.navbutton-ok {
    background:
        url('../images/navbutton-ok-right.png') center right no-repeat,
        url('../images/navbutton-ok-left.png') center left no-repeat,
        url('../images/navbutton-ok.png') center center repeat-x;
}

.navbutton-back {
    padding: 0 10px 0 55px;
    background:
            url('../images/navbutton-back-right.png') center right no-repeat,
            url('../images/navbutton-back-left.png') center left no-repeat,
            url('../images/navbutton-back.png') center center repeat-x;
}

.navbutton-print {
    background:
        url('../images/navbutton-print-right.png') center right no-repeat,
        url('../images/navbutton-print-left.png') center left no-repeat,
        url('../images/navbutton-print.png') center center repeat-x;
}

.navbutton-cancel {
    background:
            url('../images/navbutton-cancel-right.png') center right no-repeat,
            url('../images/navbutton-cancel-left.png') center left no-repeat,
            url('../images/navbutton-cancel.png') center center repeat-x;
}

.navbutton-mapa {
    background:
            url('../images/navbutton-mapa.png') center right no-repeat,
            url('../images/navbutton-cancel-left.png') center left no-repeat,
            url('../images/navbutton-cancel.png') center center repeat-x;

}

.bigbutton {
    background:
        url('../images/bigbutton-right.png') center right no-repeat,
        url('../images/bigbutton-left.png') center left no-repeat,
        url('../images/bigbutton.png') center center repeat-x;
}

.smallbutton {
    background: #675C51 url('../images/smallbutton.png') repeat-x;
}

.smallbutton {
    padding: 0 15px;
    height: 35px;
    color: #fff;
    text-shadow: none;
    font-size: 100%;
    line-height: 35px;
}

.smallbutton:hover {
    color: #FDC82F !important;
}

.buttonbasket {
    float: right;
    padding: 0 0 0 55px;
    background: url(../images/basket-button.png) no-repeat;
    color: #5E534B;
    text-decoration: none;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 16px;

}

.buttonbasket span {
    display: block;
    padding: 7px 20px 6px 0;
    background: url(../images/basket-button2.png) no-repeat 100% 0;
}

.pagination {
    font-size: 13px;
}


.pagination a, .pagination strong {
    margin: 0 2px;
}

.itemlist {
    overflow: hidden;
    width: 100%;
}

.itemrow {
    float: left;
    margin: 0 0 32px 0;
    padding: 0 0 20px 0;
    background: url(../images/eshop-itemrow.png) no-repeat 0 100%;
}

.item {
    position: relative;
    float: left;
    margin: 0 32px 0 0;
    min-height: 230px;
    width: 262px;
    background: url(../images/eshop-item.png) no-repeat top;
}

.item1 {
    clear: left;
}

.item3 {
    margin-right: 0;
}

.item-status {
    position: absolute;
    top:14px;
    left:15px;
    margin: 0;
    font-size:15px;
    font-weight:bold;
}

.item-status img {
    position: relative;
    top:-1px;
}

.item-number {
    position: absolute;
    top:12px;
    right: 18px;
    color: #504f4d;
   font-size: 14px;
}

.item-content {
    padding: 40px 20px 0 20px;
    text-align: center;
    vertical-align:middle;
    font-weight: bold;
    font-size: 14px;
}

.tem-content img {
    display: block;
    margin: 0 auto 10px auto;
  
}

.item-title {
    display: block;
    overflow: hidden;
    height: 30px;
    font-size:11px;
}

.item .button {
    display: inline-block;
    margin-top: 5px;
    background: url(../images/item-button.png) no-repeat left;
    color: #fff;
    text-decoration: none;
}

.item .button span {
    display: inline-block;
    padding: 10px 22px 10px 20px;
    background: url(../images/item-button-right.png) no-repeat right;
}

.searchform h2 {
    margin-top: 0;
    font-size: 22px;
}

.searchform table {
    width: 100%;
}

.searchform td {
    vertical-align: middle;
}

.searchform label {
    padding-right: 14px;
    white-space: nowrap;
}

.searchform .text {
    width: 220px;
}

.searchform .submit {
    float: right;
    margin: 0 40px 0 0;
    padding: 0;
    width: 183px;
    height: 36px;
    border: 0;
    border-radius: 5px;
    background: #E8A71D url(../images/searchform-button.png) repeat-x;
    color: #5E534B;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 16px;
}

.ico-sluzby {
    background: url(../images/ico-sluzby.png) no-repeat left;
}

.ico-rady {
    background: url(../images/ico-rady.png) no-repeat left;
}

.ico-stazeni {
    background: url(../images/ico-stazeni.png) no-repeat left;
}

#sitemap h2.ico {
    margin: 0 0 5px 0;
    padding: 10px 0 10px 65px;
    background-position: 7px 50%;
}

#sitemap .article {
    margin-bottom: 20px;
}

#sitemap.sitemap2 .article a {
    color: #504f4d;
    text-decoration: none;
}

#sitemap.sitemap2 .article a:hover {
    color: #003477;
    text-decoration: underline;
}

#eshop .datatable3 td {
    vertical-align: middle;
}

#eshop .datatable3 tfoot td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0;
    line-height: 2;
}

#eshop th.catalogue {
    width: 6em;
}

#eshop th.amount {
    width: 138px;
}

#eshop .spinner {
    width: 140px;
}

#eshop .spinner input {
    width: 50px;
}

a.del {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 31px;
    height: 30px;
    background: url(../images/delete.png);
    text-indent: -9999px;
}

.itemdetail {
    overflow: hidden;
    width: 100%;
    background: url(../images/itemdetail.png) no-repeat 0 100%;
}

.itemdetail .plaintable {
    margin: 20px auto;
    width: 500px;
}

.itemdetail .plaintable td, .itemdetail .plaintable th {
    padding: 7px 20px;
    background: url(../images/itemdetail-td.png) repeat-x bottom;
}

.itemdetail .plaintable th {
    text-align: right;
}

.itemdetail .itemdata {
    float: left;
    width: 546px;
    background: url(../images/itemdetail-top.png) no-repeat;
}

.itemdetail .itemimg {
    padding: 30px 0;
    background: url(../images/itemdetail-top.png) no-repeat 100% 0;
    text-align: center;
}

.itemdetail .itemimg img {
    display: block;
    margin: 0 auto 30px auto;
}

.itemdetail .button {
    margin: 0 0 0 20px;
    padding: 0;
    width: 105px;
    height: 30px;
    border: 0;
    background: url(../images/itemdetail-button.png) center;
    color: #5E534B;
    text-align: center;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.itemdetail input {
    margin-right: 0;
}

.gallery {
    overflow: hidden;
    margin: 0 0 30px 0;
    width: 100%;
}

.gallery-item {
    float: left;
    width: 283px;
    text-align: center;
    font-size: 13px;
}

.gallery-item .img {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px;
    border-radius: 5px;
    background: #E5E5E5;
}

.gallery-item .img img {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
}

.gallery-item .descr {
    padding: 0 20px;
}

.search-results li {
    margin: 0 0 0.8em 0;
}

.search-results .note {
    font-size: 13px;
}

.search-results .hilight {
    background: #FFCD33;
}

#searchform {
    position: relative;
}

#searchform dt {
    width: 120px;
}

#searchform dd {
    margin-left: 140px;
}


#searchform dt, #searchform dd {
    padding-bottom: 10px;
}

#searchform dl {
    margin: 0;
}

#searchform input.longfield {
    width: 740px;
}

#searchform .datepicker {
    margin: 0 15px 0 0;
    width: 207px;
} 

.search-tips {
    position: absolute;
    top: 60px;
    left: 550px;
    z-index: 1;
    width: 570px;
}

.search-tips h3 {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 17px;
}

#searchform .button {
    padding: 0 25px;
    height: 34px;
    border: 0;
    border-radius: 5px;
    background: #E2AA1B url(../images/searchform-button.png) repeat-x;
    color: #5E534B;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
}


.cluetip-helptip {
    border: 1px solid #BBBBBB  !important;
    border-radius: 3px;
    background: #FFF !important;
    box-shadow: 0px 0px 5px 0px rgba(128,128,128,0.5);
}

.cluetip-arrows {
    position: absolute;
    top: 7px !important;
    left: -10px;
    display: block;
    border: 0 !important;
    background-color: transparent !important;
}

.clue-right-helptip .cluetip-arrows {
    width: 10px;
    height: 19px;
    background-image: url(../images/cluetip-right.png)!important;

}
.clue-left-helptip .cluetip-arrows {
    left: 100%;
    width: 10px;
    height: 19px;
    background-image: url(../images/cluetip-left.png)!important;
}

.clue-top-helptip .cluetip-arrows {
  top: 100% !important;
  left: 50%;
  margin-left: -10px;
  width: 19px;
  height: 10px;
  background-image: url(../images/cluetip-top.png)!important;
}
.clue-bottom-helptip .cluetip-arrows {
  top: -10px !important;
  left: 50%;
  margin-left: -11px;
  width: 19px;
  height: 10px;
  background-image: url(../images/cluetip-bottom.png)!important;
}


div.formline {
    display: table-row;
}

div.formlabel, div.formitem {
    padding-bottom: 15px;
}

div.formlabel {
    display: table-cell;
    padding-right: 20px;
    width: 200px;
    text-align: right;
}

div.formitem {
    display: table-cell;
    vertical-align: bottom;
}

#bankpre {
    margin-right: 10px;
}

th.sortable a {
    display: block;
    background: url(../images/sortable.png) no-repeat right;
    padding-right: 20px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

th.sortable a:hover {
    color: #EFB91F;
}


th.order2 a {
    background: url(../images/sortable_down.png) no-repeat right;
}

th.order1 a {
    background: url(../images/sortable_up.png) no-repeat right;
}

.view {
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: url(../images/button.png) no-repeat center;
    text-decoration: none;
}

.view:hover {
    text-decoration: underline;
}

.address {
    padding: 50px 0 40px 140px;
    background: url(../images/address.png) no-repeat 100% 100%;
}

.item-detail {
    padding: 2px 0 2px 35px;
    background: url(../images/item-collapsed.png) no-repeat;
    margin: 0 0 12px 0;
}

.item-expanded {
    background: url(../images/item-expanded.png) no-repeat;
}

.item-detail-content {
    display: none;
}

.item-expanded .item-detail-content {
    display: block;
}

.item-detail li {
    margin: 0 12px 0 0;
    padding: 0;
    background: none;
    display: inline;
}

.item-progress {
    background: url(../images/item-progress.png) no-repeat;
    height: 70px;
    margin: 30px 0;
}

.item-progress1 {
    background-position: 0 -70px;
}

.item-progress2 {
    background-position: 0 -140px;
}

.item-progress3 {
    background-position: 0 -210px;
}

.item-progress4 {
    background-position: 0 -280px;
}

.item-progress5 {
    background-position: 0 -350px;
}

.item-progress6 {
    background-position: 0 -420px;
}

.search-more {
    padding: 0 0 0 15px;
    font-size: 13px;
    position: relative;
    top: -10px;
    right: 230px;
    float: right;
}

#search-podcislo-multi {
    display: none;
}

#search-podcislo-multi textarea {
    height: 80px;
}

.clearSearch {
    display: inline-block;
    *display: inline;
    *zoom:1;
}

.clear_input {
    width: 23px;
    height: 22px;
    display: block;
    background: url(../images/clearable.png) no-repeat;
    overflow: hidden;
}

/*MEGAMENU*/
header .megamenu {
    margin: 13px 0 0 8px;
    width: 240px;
    height: 33px;
    background: url(../images/pulldown.png) no-repeat;
}

header .megamenu:hover {
    background-position: 100% 0;
}


header .megamenu:hover #megamenu {
    display: block;
    width: 100%;
    overflow: hidden;
    background: url(../images/megamenu.png) no-repeat 0 100%;
}

header .megamenu a {
    display: block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    height: 33px;
    line-height: 30px;
}

#megamenu {
    display: none;
    position: absolute;
    top:46px;
    left: 8px;
    width: 1234px;
    padding: 30px 0 20px 0;
    overflow: hidden;
    z-index: 10001;
}

.mega-column {
    width: 223px;
    float: left;
    margin: 0 60px 0 25px;
}

#megamenu a {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
    padding: 0;
    height: auto;
}

#megamenu a:hover {
    color: #FDC82F;
}

#megamenu li {
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
    background: url(../images/mega-li.png) no-repeat 8px 3px;
}

#megamenu strong a {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 30px 0 15px 60px;
    margin: 0 0 10px 0;
}

#megamenu ul {
    margin: 0 0 25px 0;
}

.mega-podani a {    background: url(../images/mega-podani.png) no-repeat left; }
.mega-dodani a {    background: url(../images/mega-dodani.png) no-repeat left; }
.mega-egovernment a {    background: url(../images/mega-egovernment.png) no-repeat left; }
.mega-eshop a {  background: url(../images/mega-eshop.png) no-repeat left; }
.mega-ostatni a  {  background: url(../images/mega-ostatni.png) no-repeat left; }
.mega-informace a {  background: url(../images/mega-informace.png) no-repeat left; }
.mega-klient a {  background: url(../images/mega-klient.png) no-repeat left; }
/*
.mega-financni a {  background: url(../images/mega-financni.png) no-repeat left; }
.mega-czechpoint a {  background: url(../images/mega-czechpoint.png) no-repeat left; }
*/

input.hint {
    text-indent: 0;
}

/* Uploader */
div.uploader {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 157px;
}

.midfield div.uploader {
    width: 249px;
}

div.uploader span.action {
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: red;
    width: 28px;
    margin: -6px;
    height: 31px;
    text-indent: -9999px;
    background: url(../images/file.png) no-repeat right;
}

div.uploader span.filename {
    padding: 0px 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    border: none;
    height: 35px;
}


