/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body, table, table td, form, div, a, input, textarea, select, button, p {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}
html, body {
    text-align: center;
}
html {
}
body {
    text-align: center;
    color: #00305a;
    background: #4192d9 url('../images/bodyBg.png') repeat-x scroll left top;
}
form {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
img,
a img {
    border-width: 0;
}
a:link,
a:visited {
    color: #000;
    font-weight: normal;
}
a:link .hl,
a:visited .hl {
    color: #cf0100;
}
a:hover,
a:hover.hhl .hl {
    color: #0081c0;
}
.bold {
    font-weight: bold;
}
.right {
    text-align: right;
}
.u {
    text-decoration: underline;
}
.i {
    font-style: italic;
}
.clr {
    font-size: 1px;
    height: 1px;
    clear: both;
}
/*.req {
    color: #f22;
    font-size: 13px;
    font-weight: bold;
}*/
ul, li {
    list-style-type: none;
}
input, select {
    vertical-align: middle;
}
input.text,
textarea.text,
input.errtext,
textarea.errtext {
    padding: 2px 3px 2px 3px;
    border: 1px solid #c6c6c6;
    color: #000;
    background-color: #e2e2e2;
    vertical-align: middle;
    font-weight: normal;
}
input.text {
    height: auto;
}
input.checkbox {
    width: 12px;
    overflow: hidden;
    margin: 0px 3px 3px 3px;
    height: auto;
    vertical-align: middle;
}
select {
    padding: 0;
    height: 18px;
    overflow: hidden;
    border: 1px solid #c6c6c6;
    background-color: #e2e2e2;
}
select option {
    margin: 0 10px 0 0;
}
select.m {
    height: auto;
}
select.errtext,
select.text {
    /*border: 1px solid #8f9ea5;*/
    font-size: 11px;
}
input.errtext,
textarea.errtext,
select.errtext {
    border: 2px solid red;
    background-color: #ffefef;
}
input.button {
    padding: 0 2px;
    font-size: 10px;
    height: 16px;
}
form div {
    text-align: left;
}
.w100 {
    width: 100%;
}
.w99 {
    width: 99%;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.red {
    color: #f00;
}
.center {
    text-align: center;
}
.bs10 {
    margin-bottom: 10px;
}
.sqlErrors {
    background-color: #300;
    text-align: left;
    padding: 4px;
    font-size: 9px;
}
.sqlErrors h1 {
    margin: 0;
    padding: 2px 0 0 0;
    text-align: left;
    font-size: 9px;
    color: #c6c6c6;
}
.sqlErrors span.number {
    color: #633;
}
.sqlErrors span.query {
    color: #966;
}
.sqlErrors div.error {
    color: #9a9;
    padding-left: 20px;
}
.popupHelpBox {
    border: 1px solid #c0c0c0;
    padding: 8px 0 12px 0;
    background-color: #fff;
    width: 400px;
    text-align: left;
}
.popupHelpBox h1 {
    font-size: 11px;
    color: #e84904;
    font-weight: bold;
    padding: 0 18px 2px 18px;
    text-transform: uppercase;
}
.popupHelpBox p {
    text-align: left;
    margin: 4px 0;
    padding: 2px 18px 0 18px;
    font-size: 12px;
}
.bodyContainer {
    width: 1030px;
    margin: 0 auto;
}
.bodyContainer .bodyInner {
    padding: 0 45px;
    background: url('../images/pageShadowsBg.png') no-repeat scroll left top;
}
.headContainer {
    width: 940px;
    height: 164px;
    position: relative;
    overflow: hidden;
    background: #00448d url('../images/top.png') no-repeat scroll left top;
}
.headContainer .skimax,
.headContainer .maxisport {
    position: absolute;
    top: 60px;
    left: 0;
    width: 210px;
    height: 80px;
    text-align: center;
}
.headContainer .maxisport {
    left: auto;
    right: 0;
}
.headContainer .skimax a.logo:link,
.headContainer .skimax a.logo:visited,
.headContainer .maxisport a.logo:link,
.headContainer .maxisport a.logo:visited {
    display: block;
    height: 80px;
}
.headContainer .skimax span.label,
.headContainer .maxisport span.label {
    color: #6689a7;
}
.headContainer a.eshop:link,
.headContainer a.eshop:visited {
    display: block;
    height: 100px;
    margin: 50px 280px 0 280px;
}
.pageContainer {
    background: #f1f1f1 url('../images/contentTopBg.gif') no-repeat scroll left top;
}
.pageContainer .pBg {
    background: url('../images/contentBottomBg.gif') no-repeat scroll left bottom;
    height: 100%;
}
.footContainer {
    clear: both;
    width: 100%;
    min-height: 80px;
    background: url('../images/footBg.png') no-repeat scroll center top;
}
.footContainer .footMenu {
    padding: 20px 100px 0 100px;
    margin-bottom: 14px;
}
.footContainer .footMenu ul {
    text-align: center;
    line-height: 16px;
}
.footContainer .footMenu ul li {
    display: inline;
    margin: 0 2px;
    color: #fff;
    font-size: 9px;
}
.footContainer .footMenu ul li a:link,
.footContainer .footMenu ul li a:visited {
    font-size: 9px;
    color: #e2e2e2;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}
.footContainer .footMenu ul li a:hover {
    text-decoration: underline;
}
.footContainer .copy {
    color: #91d2ff;
    padding-bottom: 10px;
}
.footContainer .copy a:link,
.footContainer .copy a:visited {
    color: #fff;
    font-weight: bold;
}
.footContainer .copy a:hover {
    text-decoration: underline;
}
.footContainer .copy a .b {
    color: #91d2ff;
}
.contentContainer {
    height: 100%;
}
.theme_StartMaxiSport {
    background: url('../images/artStartMaxiSport.png') no-repeat scroll center top;
}
.theme_StartSkiMax {
    background: url('../images/artStartSkiMax.png') no-repeat scroll center top;
}
.theme_StartLabel {
    background: url('../images/artLabel.gif') no-repeat scroll center top;
}
.contentContainer .levySloupek {
    float: left;
    width: 228px;
}
.contentContainer .pravySloupek {
    float: left;
    width: 229px;
}
.contentContainer .levySloupek .slMenu ul {
    padding: 14px 10px 5px 13px;
}
.contentContainer .pravySloupek .slMenu ul {
    padding: 14px 13px 5px 10px;
}
.slMenu ul li {
    margin-bottom: 5px;
    height: 25px;
}
.slMenu ul li.r2 {
    height: 45px;
    overflow: hidden;
}
.slMenu ul li a:link,
.slMenu ul li a:visited {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #013d71;
    font-weight: bold;
    letter-spacing: 1px;
}
.slMenu ul li a.hl:link,
.slMenu ul li a.hl:visited {
    color: #d13d01;
}
.slMenu ul li.r2 a:link,
.slMenu ul li.r2 a:visited {
    height: auto;
    padding: 5px 0 6px 0;
    line-height: 17px;
}
.contentContainer .levySloupek .slMenu ul li a:link,
.contentContainer .levySloupek .slMenu ul li a:visited {
    background: url('../images/slMenuItem.gif') no-repeat scroll left 25px;
    text-align: right;
    padding-right: 20px;
}
.contentContainer .levySloupek .slMenu ul li.r2 a:link,
.contentContainer .levySloupek .slMenu ul li.r2 a:visited {
    background-image: url('../images/slMenuItemR2.gif');
    background-position: left 45px;
}
.contentContainer .pravySloupek .slMenu ul li a:link,
.contentContainer .pravySloupek .slMenu ul li a:visited {
    background: url('../images/slrMenuItem.gif') no-repeat scroll left 25px;
    text-align: left;
    padding-left: 20px;
}
.contentContainer .levySloupek .slMenu ul li a:hover,
.contentContainer .pravySloupek .slMenu ul li a:hover,
.contentContainer .levySloupek .slMenu ul li.r2 a:hover {
    background-position: left top;
}
.contentContainer .levySloupek .slMenu ul li a:link.active,
.contentContainer .levySloupek .slMenu ul li a:visited.active,
.contentContainer .pravySloupek .slMenu ul li a:link.active,
.contentContainer .pravySloupek .slMenu ul li a:visited.active {
    background-position: left -25px;
    color: #fff;
}
.contentContainer .levySloupek .slMenu ul li.r2 a:link.active,
.contentContainer .levySloupek .slMenu ul li.r2 a:visited.active {
    background-position: left -45px;
}
.contentContainer .levySloupek .shadowed {
    background: url('../images/contentLeftShadow.gif') no-repeat scroll left top;
    padding: 12px 10px 12px 13px;
}
.contentContainer .pravySloupek .shadowed {
    background: url('../images/contentRightShadow.gif') no-repeat scroll left top;
    padding: 12px 13px 12px 10px;
}
.contentContainer .levySloupek .sideLabel,
.contentContainer .pravySloupek .sideLabel {
    background: url('../images/sideLabel.gif') no-repeat scroll left top;
    height: 34px;
    padding-right: 12px;
    line-height: 32px;
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}
.contentContainer .levySloupek .sideBox,
.contentContainer .pravySloupek .sideBox {
    background-color: #fff;
    padding: 10px 0 0 0;
    overflow: hidden;
}
.contentContainer .levySloupek .ntp,
.contentContainer .pravySloupek .ntp {
    padding-top: 0px;
}
.contentContainer .levySloupek .sideBoxBottom,
.contentContainer .pravySloupek .sideBoxBottom {
    background: url('../images/sideBoxBg.gif') no-repeat scroll left bottom;
    height: 9px;
    line-height: 1px;
    font-size: 1px;
    margin-bottom: 12px;
}
.contentContainer .levySloupek .sideBanner,
.contentContainer .pravySloupek .sideBanner {
    margin-bottom: 12px;
    text-align: center;
}
.contentContainer .levySloupek .sideBanner a.skisummit:link,
.contentContainer .levySloupek .sideBanner a.skisummit:visited {
    position: relative;
    display: block;
    width: 205px;
    height: 158px;
    overflow: hidden;
    background: url('../images/banner/skisummit09.png') no-repeat scroll left top;
}
.contentContainer .levySloupek .sideBanner a.skisummit:hover {
    background-position: left -158px;    
}
.contentContainer .pravySloupek .info {
    text-align: left;
    padding: 10px 20px 0 20px;
    color: #777;
    line-height: 20px;
}
.contentContainer .pravySloupek .info .blue {
    color: #004b8c;
    font-weight: bold;
}
.contentContainer .newsBox {
    margin: 0 10px 0 10px;
    text-align: left;
}
.contentContainer .newsBox .item {
    padding-top: 10px;
}
.contentContainer .newsBox .item .date {
    color: #004b8c;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.contentContainer .newsBox .item p {
    color: #777777;
    letter-spacing: 0px;
    margin-bottom: 6px;
    line-height: 14px;
    text-align: justify;
}
.contentContainer .newsBox .item a:link.vice,
.contentContainer .newsBox .item a:visited.vice {
    display: block;
    text-align: right;
    padding-right: 20px;
    background: url('../images/raquo.gif') no-repeat scroll right 4px;
    color: #004b8c;
}
.contentContainer .newsBox .item a:hover.vice {
    text-decoration: underline;
}
.contentContainer .fcontactsBox {
    padding: 0px 20px 0px 20px;
    overflow: hidden;
    position: relative;
}
.contentContainer .fcontactsBox p.telefon {
    background: url('../images/iconPhone.gif') no-repeat scroll left 7px;
    padding-left: 46px;
    color: #004b8c;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: left;
}
.contentContainer .fcontactsBox p.mail {
    background: url('../images/iconMail.gif') no-repeat scroll left 6px;
    padding-left: 46px;
    padding-bottom: 10px;
    text-align: left;
}
.contentContainer .fcontactsBox p.mail a:link,
.contentContainer .fcontactsBox p.mail a:visited {
    color: #004b8c;
    line-height: 22px;
}
.contentContainer .fcontactsBox p.mail a:hover {
    text-decoration: underline;
}
.contentContainer .fcontactsBox p.link {
    background: url('../images/iconLink.gif') no-repeat scroll 4px 16px;
    padding: 10px 0 10px 46px;
    text-align: left;
}
.contentContainer .fcontactsBox p.link a:link,
.contentContainer .fcontactsBox p.link a:visited {
    color: #777777;
    line-height: 22px;
}
.contentContainer .fcontactsBox p.link a:hover {
    text-decoration: underline;
}
.contentContainer .fpartnersBox {
    padding: 0px;
    text-align: center;
    font-size: 1px;
}
.contentContainer .fpartnersBox a:link,
.contentContainer .fpartnersBox a:visited {
    
}
.contentContainer .videos {
    margin: 0;
}
.contentContainer .videos .item {
    background: url('../images/videosItemBg.gif') no-repeat scroll left top;
    overflow: hidden;
    padding-bottom: 10px;
}
.contentContainer .videos .item .ob {
    padding: 13px 1px 0 0;
    margin-bottom: 15px;
}
.contentContainer .videos .item .label a:link,
.contentContainer .videos .item .label a:visited {
    color: #044c8c;
    font-weight: bold;
}
.contentContainer .videos .item .label a:hover {
    text-decoration: underline;
}
.contentContainer .videos a:link.vice,
.contentContainer .videos a:visited.vice {
    display: block;
    color: #777;
    text-align: right;
    padding: 2px 20px 2px 0;
    background: url('../images/raquoG.gif') no-repeat scroll right center;
    margin: 0 10px;
}
.contentContainer .videos a:hover.vice {
    text-decoration: underline;
}
.contentContainer .obsah {
    float: left;
    width: 483px;
    overflow: hidden;
    text-align: left;
}
.contentContainer .obsah h1,
.contentContainer .obsah .h1 {
    padding: 24px 0 12px 0;
    margin-bottom: 4px;
    font-size: 14px;
    color: #bf0000;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.contentContainer .obsah h2,
.contentContainer .obsah .h2 {
    background: url('../images/raquoB.gif') no-repeat scroll 5px 5px;
    padding: 0 0 12px 14px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #bf0000;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}
.contentContainer .obsah h2.nobp {
    padding-bottom: 2px;
}
.contentContainer .obsah h2 a:link,
.contentContainer .obsah h2 a:visited {
    font-size: 12px;
    color: #bf0000;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline;
}
.contentContainer .obsah h2 a:hover {
    text-decoration: none;
}
.contentContainer .obsah h3,
.contentContainer .obsah .h3 {
    padding: 0 0 12px 14px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #004b8c;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}
.contentContainer .obsah .cybox {
    text-align: center;
}
.contentContainer .obsah .cybox ul,
.contentContainer .obsah .cybox ul li {
    margin: 0;
    padding: 0;
}
.contentContainer .obsah .obsahInner {
    padding: 0 8px 20px 0;
}
.contentContainer .obsah .tcontactsBox {
    height: 239px;
    margin-bottom: 10px;
    position: relative;
    color: #e6e6e6;
    text-align: left;
}
.contentContainer .obsah .tcontactsBox .label {
    color: #81b8fd;
}
.contentContainer .obsah .tcontactsBox p {
    line-height: 14px;
}
.contentContainer .obsah .tcontactsBox a:link,
.contentContainer .obsah .tcontactsBox a:visited {
    color: #e6e6e6;
}
.contentContainer .obsah .tcontactsBox a:hover {
    text-decoration: underline;
}
.contentContainer .obsah .tcontactsBox .obchod {
    position: absolute;
    left: 328px;
    top: 58px;
}
.contentContainer .obsah .tcontactsBox .poradenstvi {
    position: absolute;
    left: 328px;
    top: 98px;
}
.contentContainer .obsah .tcontactsBox .email {
    position: absolute;
    left: 328px;
    top: 139px;
}
.contentContainer .obsah .tcontactsBox .link {
    position: absolute;
    left: 328px;
    top: 179px;
}
.contentContainer .obsah .p {
    color: #00305a;
    letter-spacing: 1px;
    line-height: 15px;
    margin: 0 14px 10px 14px;
    text-align: justify;
}
.contentContainer .obsah p.center {
    text-align: center;
}
.contentContainer .obsah p.left {
    text-align: left;
}
.contentContainer .obsah p.p a:link,
.contentContainer .obsah p.p a:visited {
    color: #bf0000;
    text-decoration: none;
}
.contentContainer .obsah p.p a:hover {
    text-decoration: underline;
}
.contentContainer .obsah p.p img.artr,
.contentContainer .obsah img.artr {
    float: right;
    margin: 0 0 4px 6px;
}
.contentContainer .obsah img.bs1 {
    border: 1px solid #c2c2c2;
    padding: 1px;
    margin-bottom: 4px;
}
.contentContainer .obsah p.p img.artl {
    float: left;
    margin: 0 6px 4px 0;
}
.contentContainer .obsah p.fright {
    float: right;
}
.contentContainer .obsah p.fright a.thumb:link,
.contentContainer .obsah p.fright a.thumb:visited {
}
.contentContainer .obsah p.fright a img {
    margin: 0px;
}
.contentContainer .obsah a:link.linkUp,
.contentContainer .obsah a:visited.linkUp {
    display: block;    
    text-align: right;    
    padding-right: 26px;
    line-height: 20px;
    margin: 4px 0;        
    color: #004b8c;    
    clear: both;
    background: url('../images/arrow_up.gif') no-repeat scroll right center;
}
.contentContainer .obsah a:hover.linkUp {
    text-decoration: underline;
}
.midArticlesBox {
    padding: 5px 0;
}
.midArticlesBox a:link.item,
.midArticlesBox a:visited.item {
    display: block;
    position: relative;
    background: url('../images/midArticleBoxItem.gif') no-repeat scroll left top;
    height: 60px;
    overflow: hidden;
    cursor: default;
    margin: 0 8px 5px 8px;
}
.midArticlesBox a:hover.item {
    background-position: left -60px;
}
.midArticlesBox a:link.item span,
.midArticlesBox a:visited.item span {
    display: block;
    /*position: relative;*/
    color: #737373;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 14px 48px 0 16px;
    text-align: justify;
    line-height: 14px;
}
.midArticlesBox a:hover.item span {
    color: #0059a7;
}
ul.ba_list {
}
ul.ba_list li {
    background: url('../images/balistBg.gif') no-repeat scroll 22px center;
    padding-left: 42px;
    color: #5e5e5e;
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 18px;
}
ul.bu_list {
}
ul.bu_list li {
    background: url('../images/balistBg.gif') no-repeat scroll 22px 0px;
    padding-left: 42px;
    color: #5e5e5e;
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 18px;
}
ul.bu_list li.rev {
    background: url('../images/balistRevBg.gif') no-repeat scroll 22px 0px;
}
ul.bu_list li.mb4 {
    margin-bottom: 4px;
}
ul.bu_list li.nob {
    font-weight: normal;
}
ul.bu_list li span.fr {
    float: right;
}
ul.bu_list li .hl {
    color: #bf0000;
    font-size: 12px;
    font-weight: bold;
}
ul.bu_list li .hlred {
    color: #bf0000;
    font-weight: bold;
}
ul.bu_list li a.hl:link,
ul.bu_list li a.hl:visited {
    font-size: 11px;
}
ul.bu_list li a.hl:hover {
    text-decoration: underline;
}
ul.bu_list li a.blink:link,
ul.bu_list li a.blink:visited {
    font-weight: bold;
    text-decoration: underline;
    color: #5e5e5e;
}
ul.bu_list li a.blink:hover {
    text-decoration: none;
}
table.fap_cenik {
    margin: 0 0 0 20px;
}
table.fap_cenik td {
    padding: 0 6px;
}
table.fap_cenik td.price {
    text-align: right;
}
table.servis_cenik {
    margin: 0 0 0 0px;
}
table.servis_cenik td {
    padding: 0 6px;
    color: #5e5e5e;
    font-size: 11px;
    vertical-align: top;
}
table.servis_cenik td.lab {
    text-align: right;
    font-size: 10px;
    white-space: nowrap;
}
table.servis_cenik td.price {
    text-align: right;
    white-space: nowrap;
}
table.pjc_cenik {
    margin: 0 0 0 0px;
    /*border-collapse: none;*/
    border: 1px solid #e2e2e2;
}
table.pjc_cenik thead td,
table.pjc_cenik th {
    font-weight: bold;
    color: #5e5e5e;
    font-size: 10px;
    text-align: center;
    border: 1px solid #e2e2e2;
}
table.pjc_cenik thead td {
    padding: 2px 0;
}
table.pjc_cenik th {
    text-align: right;
    padding-right: 4px;
}
table.pjc_cenik tbody td {
    padding: 4px 6px;
    color: #5e5e5e;
    font-size: 11px;
    border: 1px solid #e2e2e2;
    text-align: center;
    font-size: 10px;
}
table.pjc_cenik td.price {
    text-align: right;
    white-space: nowrap;
}
div.formtab {
    padding: 0 14px 10px 14px;
}
table.form {
    width: 100%;
}
table.form td {
    vertical-align: middle;
    height: 28px;
    line-height: 22px;
    padding-top: 2px;
}
table.form tr.label td,
table.form tr td.label,
table.form tr td .vItem .label {
    font-weight: normal;
    padding: 2px 0 0px 2px;
    vertical-align: top;
    color: #777;
}
table.form tr td.label {
    padding-top: 4px;
}
table.form tr td .vItemff {
    width: 140px;
}
table.form tr td .vItem {
    float: left;
    /*margin-right: 10px;*/
}
table.form tr td .vItem .label {
    /*line-height: 28px;*/
}
table.form tr td.inset {
}
table.form tr td.inset .multiBlockItem {
}
table.form tr td .vBlock {
}
table.form tr td .vItem {
    padding: 0 0 0 10px;
}
table.form tr td .vBlockEnd {
    clear: left;
    border-bottom: 1px solid #c6c6c6;
    margin: 0 10px;
    height: 6px;
}
table.form tr td.label {
    padding-left: 8px;
}
table.form tr td.req {
    background: url('../images/raquoRed.gif') no-repeat scroll right 11px;
    padding-right: 16px;
}
table.form tr.hint td {
    padding: 0 0 4px 0;
    height: 16px;
    vertical-align: top;
    line-height: 16px;
}
table.form tr.label td {
    border-bottom: 1px solid #c6c6c6;
}
table.form tr td.label {
    color: #777;
}
table.form tr td span.hint {
    color: #727272;
    font-style: italic;
}
table.form tr td span.capit {
    font-weight: bold;
    letter-spacing: 1px;
    color: #727272;
}
table.form tr td .date {
    line-height: 24px;
    vertical-align: middle;
}
table.form tr td .date img {
    vertical-align: middle;
}
table.form .objSpecContent {
    clear: both;
    display: none;
    width: 467px;
    margin-left: -7px;
    height: 210px;
    overflow: hidden;
    background: url('../images/objSpecContentBg.gif') no-repeat scroll left bottom;
}
table.form .objSpecContent .label {
    display: block;
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
table.form .objSpecContent .label .hl {
    color: #6ab9ff;
}
table.form .objSpecContent span.img {
    display: block;
    width: 172px;
    height: 125px;
    position: relative;
    float: left;
    left: 25px;
    top: 21px;
    text-align: center;
}
table.form .objSpecContent span.desc {
    display: block;
    margin:  10px 10px 15px 220px;
    height: 120px;
    overflow: hidden;
}
table.form .objSpecContent span.desc p {
    color: #86c6ff;
    line-height: 15px;
}
table.form .objSpecContent span.pricer {
    display: block;
    margin: 0px auto 20px 224px;
    width: 106px;
    text-align: center;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    color: #d60101;
}
table.form ul.scart {
    padding: 10px;
}
table.form ul.scart li {
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
}
table.form ul.scart li span.price {
    float: right;
    width: 80px;
    text-align: right;
    overflow: hidden;
    vertical-align: middle;
}
table.form ul.scart li span.rem {
    margin-right: 10px;
    vertical-align: middle;
}
table.form ul.scart li span.opt {
    white-space: nowrap;
    vertical-align: middle;
}
table.form ul.scart li.cc span.opt {
    display: block;
    text-align: right;
    margin-right: 80px;
    font-weight: bold;
}
.err-message {
    margin: 10px;
    padding: 10px;
    background-color: #f2e2e2;
    border: 1px solid #c27272;    
}
.err-message ul {
}
.err-message ul li {
    margin-bottom: 2px;
    font-weight: bold;
    color: #c20000;
}
.err-message ul li .type {
    font-weight: normal;
    font-style: italic;
}
.info-message {
    margin: 10px;
    padding: 10px;
    background-color: #e2f2e2;
    border: 1px solid #72c272;    
}
.info-message ul {
}
.info-message ul li {
    margin-bottom: 2px;
    font-weight: bold;
    color: #008200;
}
a.onlineLink:link,
a.onlineLink:visited {
    display: block;
    margin: 0 10px 0 10px;
    background: url('../images/onlineLinkBg.png') no-repeat scroll left top;
    line-height: 50px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #474747;
    padding-left: 60px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
a.onlineLink2r:link,
a.onlineLink2r:visited {
    padding: 7px 0 7px 60px;
    line-height: 18px;
}
a.onlineLink:hover {
    background-position: left -50px;
    color: #fff;
}
a.onlineLinkVyber:link,
a.onlineLinkVyber:visited {
    display: block;    
    width: 465px;    
    position: absolute;
    margin: 5px 0 5px -5px;
    background: url('../images/onlineLinkVyberBg.png') no-repeat scroll left top;
    line-height: 50px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    padding-left: 60px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
a.onlineLinkVyber:hover {
    background-position: left -50px;
    color: #fff;
}
.listGalerieAlba {
    margin: 0 0 0 10px;
}
.listGalerieAlba a:link.item,
.listGalerieAlba a:visited.item {
    width: 228px;
    height: 62px;
    background-color: #dadada;
    float: left;
    margin: 0 8px 10px 0;
    display: block;
    overflow: hidden;
    position: relative;
}
.listGalerieAlba a:hover.item {
    background-color: #004b8c;
}
.listGalerieAlba a.item table {
    width: 100%;
}
.listGalerieAlba a.item table td {
    padding: 5px;
}
.listGalerieAlba a.item table td.name {
    text-align: left;
    vertical-align: top;
    padding: 6px 0 0 8px;
}
.listGalerieAlba a.item table td.name span.name {
    color: #004b8c;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 26px;
    overflow: hidden;
    display: block;
}
.listGalerieAlba a.item table td.name span.info {
    color: #636363;
    font-size: 10px;
    letter-spacing: 1px;
    display: block;
    padding-top: 2px;
    line-height: 12px;
}
.listGalerieAlba a.item table td.name span.info span.w {
    color: #004b8c;
}
.listGalerieAlba a.item table td.art span.artfix {
    display: block;
    width: 52px;
    height: 52px;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
    position: relative;
    float: right;
}
.listGalerieAlba a.item table td.art span.artfix span.imgfix {
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 46px;
    height: 46px;
    text-align: center;
    overflow: hidden;
}
.listGalerieAlba a.item table td.art span.artfix span.imgfix img {
    -moz-opacity: 0.6;
    opacity:.60;
}
.listGalerieAlba a.item:hover table td.name span.info {
    color: #8ccaff;
}
.listGalerieAlba a.item:hover table td.name span.info span.w {
    color: #fff;
}
.listGalerieAlba a.item:hover table td.art span.artfix span.imgfix img {
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.listGalerieAlba a.item:hover table td.name span.name {
    color: #fff;
}
listVideoGalerie {
    margin: 0 0 0 10px;    
    text-align: center;
}
.listVideoGalerie .item {
    margin: 0 auto;    
    width: 400px;    
    margin-bottom: 10px;
}
.listPaging {
    clear: both;
    background: url('../images/listPagingBg.gif') no-repeat scroll left top;
    height: 76px;
}
.listPaging table {
    width: 100%;
}
.listPaging table td {
    padding: 10px 4px 0 4px;
}
.listPaging table td.label {
    text-align: right;
    width: 30%;
    color: #474747;
    letter-spacing: 1px;
    line-height: 13px;
    font-size: 11px;
    vertical-align: top;
}
.listPaging table td.value {
    width: 10%;
    font-weight: bold;
    color: #bf0000;
    vertical-align: top;
    line-height: 13px;
}
.listPaging table td.info span.hl {
    font-weight: bold;
    color: #bf0000;
}
.listPaging table td.paging {
    text-align: center;
    vertical-align: middle;
}
.listPaging table td.paging a:link,
.listPaging table td.paging a:visited {
    margin: 0 6px;
    font-weight: bold;
    font-size: 10px;
    padding: 4px 6px;
}
.listPaging table td.paging a.active {
    padding: 4px 6px;
    background-color: #004b8c;
    color: #fff;
}
.listPaging table td.paging a:hover {
    background-color: #d2d2d2;
}
.listGalerie {
    margin: 0 0 0 10px;
}
.listGalerie a:link.item,
.listGalerie a:visited.item {
    width: 228px;
    height: 111px;
    background-color: #c6c6c6;
    float: left;
    margin: 0 8px 10px 0;
    display: block;
    overflow: hidden;
    position: relative;
}
.listGalerie a.item span.imgfix {
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 222px;
    height: 105px;
    text-align: center;
    overflow: hidden;
}
.listGalerie a:hover.item {
    background-color: #004b8c;
}
table.partneri {
    width: 100%;
}
table.partneri td {
    width: 33%;
    text-align: center;
}
table.partneri tr.link td {
    padding: 2px 0 8px 0;
}
#kalendar {
    position: absolute;
    z-index: 10;
    top: -10px;
    left: -10px;
    width: 340px;
    height: auto;
    display: block;
    border: 2px solid #ffbf1f;
    background-color: #e1e1e1;
}
#kalendar #onloading {
    position: absolute;
    width: 340px;
    height: 100%;
    background: #000 url('../images/onloading.gif') no-repeat scroll center center;
    -moz-opacity: 0.5;
    opacity:.50;
    display: none;
}
#virtFrame {
    background-color: #000;
    -moz-opacity: 0.5;
    opacity:.50;
}
#kalendar #close {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
    color: red;
    text-align: center;
    font-size: 1px;
    display: block;
    cursor: Pointer;
    background: url('../images/close.gif') no-repeat scroll left bottom;
}
#kalendar div.kalendar {
    margin: 2px 6px;
}
#kalendar div.kalendar table {
    width: 100%;
}
#kalendar div.kalendar table td {
    text-align: center;
    height: auto;
    color: #000;
    line-height: auto;
}
#kalendar div.kalendar table thead td {
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
}
#kalendar div.kalendar table thead td a:link,
#kalendar div.kalendar table thead td a:visited {
    font-size: 16px;
}
#kalendar div.kalendar table thead tr.dny td {
    font-size: 14px;
}
#kalendar div.kalendar table tr.spc td {
    font-size: 6px;
    height: 16px;
    background: url('../images/calSpacer.gif') no-repeat scroll center center;
}
#kalendar div.kalendar table tbody td {
    width: 14%;
    height: 20px;
}
#kalendar div.kalendar table tbody td a:link,
#kalendar div.kalendar table tbody td a:visited {
    display: block;
    color: #000;
    background-color: #ffbf1f;
    height: auto;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid transparent;
}
#kalendar div.kalendar table tbody td.dnes {
    background-color: #126200;
    color: #fff;
}
#kalendar div.kalendar table tbody td.dnes a:link,
#kalendar div.kalendar table tbody td.dnes a:visited {
    background-color: #126200;
    color: #fff;
}
#kalendar div.kalendar table tbody td a:hover {
    border: 1px solid black;
}
#kalendar div.kalendar table tfoot tr.legend td {
    text-align: center;
    line-height: 20px;
}
#kalendar div.kalendar table tfoot tr.legend td span.label {
    display: block;
    float: left;
    margin-right: 5px;
}
#kalendar div.kalendar table tfoot tr.legend td span.volno {
    background-color: #ffbf1f;
    display: block;
    float: left;
    width: 40px;
    height: 20px; 
    margin-right: 8px;
}
#kalendar div.kalendar table tfoot tr.legend td span.dnes {
    background-color: #126200;
    display: block;
    float: left;
    width: 40px;
    height: 20px; 
    margin-right: 8px;
}
#cal_result .red {
    color: #da3232;    
}
#cal_result .green {
    color: #228222;    
}
.onreArticles {
    
}
.onreArticles .item {
    margin-bottom: 5px;
    background-color: #e2e2e2;
    padding: 0 10px;
}
.onreArticles .item .label {
    font-weight: bold;
    color: #004b8c;
}
.onreArticles .item a:link.cross,
.onreArticles .item a:visited.cross {
    color: #bf0000;
    float: right;
}
