html {
    min-height:100%;
}

body {
	font-size: 12px;
	font-family: Arial,Verdana;
	margin:0em;
	padding:0;
    background-color: #01D5FF;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:100%;
}

.body {
    min-width: 1004px;
    _width: 1004px;
    min-height:100%;
}
#top {
    padding: 10px 0 25px 0;
}

#h1 {
    background: url(/public/themes/images/main-logo.gif) no-repeat 50px bottom;
    height: 61px;
    width: 153px;
    padding: 20px 0 0 50px;
}

#h1.userLogo {
    background-position: top left;
    padding: 0;
    width: 250px;
    height: 80px;
    top: 5px;
    left: 50px;
    position: absolute;
}


#h1 a {
    display: block;
    height: 61px;
    width:153px;    
}

#h1.userLogo a {
    width: 250px;
    height: 80px;
}

#h1 a span {
    display: none;    
}

#top .top-left {
    float:left;
    position:relative;
}

#top .top-right {
    float:right;  
    width: 490px;
    position: relative;
}

#content {
    position:relative;    
}
.mainMenu {
    margin: 0 0 10px 0;     
    z-index: 3;
    position:relative;
}

.mainMenu .mainMenu-top {
    background: url(/public/themes/images/top-menu-top.png) no-repeat center top;    
    _background: url(/public/themes/images/top-menu-top.gif) no-repeat center top;    
    _height: 1px;
}

.mainMenu .mainMenu-bottom {
    background: url(/public/themes/images/top-menu-bottom.png) no-repeat center bottom;    
    _background: url(/public/themes/images/top-menu-bottom.gif) no-repeat center bottom;    
    padding: 0 25px; 
    _height:1px;
}

.mainMenu .ul-container {
    position:relative;
    z-index: 5;
    _height:1px;
}

.mainMenu ul.menu {
    text-align: left;
    list-style: none;
    padding:0;
    margin: 0;
    font-size: 0.9em;
}

.mainMenu ul.menu li {
    float:left;
    display: block;
}

.mainMenu ul.menu li .li-left {
    _display: inline;
    _height:1px;    
}

.mainMenu ul.menu li .li-right{
    z-index:2;
    _display: inline;
    _height:1px;    
}

.mainMenu ul.menu li a {
    color: #033371;
    font-weight:bold;
    text-shadow:1px 1px 0 #FFF;
    padding:25px 16px 15px 8px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    z-index:2;
    _height:1px;
    _float:left;
}
.mainMenu ul.menu li.active .li-left {
    background: url(/public/themes/images/top-menu-left-active.png) no-repeat left top;
    _background: url(/public/themes/images/top-menu-left-active.gif) no-repeat left top;
    padding: 0 0 0 5px;
}

.mainMenu ul.menu li.active .li-right{
    background: url(/public/themes/images/top-menu-right-active.png) no-repeat right top;
    _background: url(/public/themes/images/top-menu-right-active.gif) no-repeat right top;
    padding: 0 13px 0 0;
}

.mainMenu ul.menu li.active a {
    color: #FFF;
    background: url(/public/themes/images/top-menu-bg-active.png) repeat-x right top;
    _background: url(/public/themes/images/top-menu-bg-active.gif) repeat-x right top;
    text-shadow: 1px 1px 0 #005767;
    padding:20px 3px 20px 3px;
}

.mainMenu ul.menu li.hover .li-left {
    background: url(/public/themes/images/top-menu-left-hover.png) no-repeat left top;
    _background: url(/public/themes/images/top-menu-left-hover-ie.gif) no-repeat left top;
    padding: 0 0 0 5px;
}

.mainMenu ul.menu li.hover .li-right{
    background: url(/public/themes/images/top-menu-right-hover.png) no-repeat right top;
    _background: url(/public/themes/images/top-menu-right-hover-ie.gif) no-repeat right top;
    padding: 0 13px 0 0;
}

.mainMenu ul.menu li.hover a {
    color: #033371;
    text-shadow:1px 1px 0 #FFF;
    background: url(/public/themes/images/top-menu-bg-hover.png) repeat-x right top;
    _background: url(/public/themes/images/top-menu-bg-hover-ie.gif) repeat-x left top;
    padding:20px 3px 20px 3px;
}

.mainMenu ul.menu ul.menu-submenu {
    text-align: left !important;
    display: none;
    list-style: none;
    position: absolute;
    top: -5px;
    _top:0;
    left:0;
    background: #42DFFE;
    margin:0;
    padding:5px 0;
    _padding: 0;
    min-width:90%;
    border-bottom: 1px solid #00D5FF;
    border-top: 1px solid #00D5FF;
    -moz-border-radius: 5px;
    z-index:5555;    
}

.mainMenu ul.menu ul.menu-submenu li.submenu {
    padding: 5px 10px;
    margin: 0;
    float: none;
    text-align: left !important;
    border-left: 1px solid #00D5FF;
    border-right: 1px solid #00D5FF;
    border-top: none;
}

.mainMenu ul.menu ul.menu-submenu li.submenu a {
    background: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    text-shadow: none;
    color: #033371;
    font-weight: normal;    
    white-space: nowrap;    
}

.mainMenu ul.menu ul.menu-submenu li.submenu.active{
    background: #017BC1;
    color: #FFF;
    border-left: 1px solid #00397B;
    border-right: 1px solid #00397B;
}

.mainMenu ul.menu ul.menu-submenu li.submenu.active a{
    color: #FFF;
}

.underMenu {
    padding:0;
    background: url(/public/themes/images/under-menu-bg.gif) repeat-y center top;    
    _height: 1px;
    position:relative;
    top: -19px;
    _top: 0px;
    z-index:1;
}

.underMenu .bottom{
    background: url(/public/themes/images/under-menu-bottom.png) no-repeat center bottom;    
    _background: url(/public/themes/images/under-menu-bottom.gif) no-repeat center bottom;   
    bottom:-10px;
    padding:0 24px 15px 24px;
    position: relative;
    _height: 20px;
    min-height: 20px;
}

ul.mainmenu {
    list-style: none;
    margin: 0 0 15px 0;
    padding:0 0 0 5px;
}

ul.mainmenu li {
    background: url(/public/themes/images/blue-arrow.gif) no-repeat left center;
    padding: 0 0 0 10px;    
    line-height: 1.5em;
}

ul.mainmenu li a {
    color: #033371;
    font-weight: bold;    
    font-size: 1.1em;
    text-decoration: none;
}
ul.mainmenu li a:hover {
    text-decoration: underline;
}

#bottom {
    min-width: 1004px;
    _width: 1004px;
}

#bottom .bottom-plane {
    background: url(/public/themes/images/bottom-bg-planes.jpg) no-repeat center top;
    padding: 15px 0 0 0;
    _height: 1px;
}

.page {
    width: 1004px;
    margin: 0 auto;
}

#developer {
    float: right;
    padding: 30px 20px;
    color: #6e6e6e;    
}

#developer a {
    color: #6e6e6e;    
}

#tiraz {
    float: left;
    padding: 30px 20px;
    color: #FFF;
}

#tiraz a {
    color: #FFF;
}

#tiraz a, #developer a {
    text-decoration: none;
}

#tiraz a:hover, #developer a:hover {
    text-decoration: underline;
}

.content-body h1 {
    color:#FFFFFF;
    font-size:1.5em;
    padding: 0 0 10px 0;
    font-weight: normal;
}

div.page-title {
    background: url(/public/themes/images/page-title-bg2.png) repeat-y center top;
    margin: 0 0 10px 0;
    _height:1px;
}
div.page-title .page-title-top {
    background: url(/public/themes/images/page-title-top2.png) no-repeat center top;    
}
div.page-title h1 {
    background:url(/public/themes/images/page-title-bottom2.png) no-repeat center bottom;
    padding: 10px 10px 10px 20px;
}

.content-body h2 {
    color:#FFFFFF;
    font-size:1.2em;
    padding: 0 0 10px 0;
    font-weight: normal;
}

div.page-title {
    background: url(/public/themes/images/page-title-bg2.png) repeat-y center top;
    margin: 0 0 10px 0;
    _height:1px;
}
div.page-title .page-title-top {
    background: url(/public/themes/images/page-title-top2.png) no-repeat center top;    
}
div.page-title h2 {
    background:url(/public/themes/images/page-title-bottom2.png) no-repeat center bottom;
    padding: 10px 10px 10px 20px;
}


.content-body {
    width: 994px;
    margin: 0 auto;
    padding: 0;    
    position:relative;    
}

.content-body .left-panel {
    float: left;
    width: 350px;
}

.content-body .right-panel {
    float: right;
    width: 635px;
}

#bottom .menu-container-top {
    background: url(/public/themes/images/bottom-menu-top.gif) no-repeat center top;
    line-height: 0px;
    font-size: 0px;
    height: 5px;
}

#bottom .menu-container-bottom {
    background: url(/public/themes/images/bottom-menu-bottom.gif) no-repeat center bottom;    
    line-height: 0px;
    font-size: 0px;
    height: 5px;
}


#bottom .menu-container {
    background: url(/public/themes/images/bottom-menu-bg.png) repeat-y center top;
}

#bottom .menu-container .top {
    background: url(/public/themes/images/bottom-menu-container-top.png) no-repeat center top;    
    _height: 1px;
}

#bottom .menu-container .bottom {
    background: url(/public/themes/images/bottom-menu-container-bottom.png) no-repeat center bottom;    
    color: #FFF;
    padding:10px 17px 15px 17px;
}

#bottom .menu-container h3 {
    border-bottom:1px dotted #2FE487;
    color:#FFFFFF;
    font-size:1.5em;
    margin:0;
    padding:10px 0 10px 10px;
    text-shadow:1px 1px 0 #007948;
}
#bottom .menu-container .text {
    padding: 15px 0 0 10px;
    margin: 0; 
}

#bottom .menu-container ul.menu {
    list-style: none;
    padding:0;
    margin:0;    
}

#bottom .menu-container ul.menu li {
    float:left;
    margin:0;
    padding:0 10px;
    width:225px;
}

#bottom .menu-container ul.menu li.first {
    width: 209px;    
}

#bottom .menu-container ul.menu li.newsletter-li {
    width: 230px;    
}

#bottom .menu-container ul.submenu {
    list-style: none;
    padding: 15px 0 0 10px;
    margin: 0; 
}

#bottom .menu-container ul.submenu li {
    background: url(/public/themes/images/menu-item-white.gif) no-repeat center left;
    padding: 0 0 0 15px;
    float: none;
    width: auto;
    color: #FFF;
    line-height: 17px;
}

#bottom .menu-container ul.submenu li a {
    color: #FFF;
    text-decoration: none;    
}

#bottom .menu-container ul.submenu li a:hover {
    text-decoration: underline;    
}

dl.akt {
    border-bottom: 1px solid #A5F0FF;
    padding: 0;
    margin: 5px 0;
    color: #373737;
    clear: both;
}
dl.akt p {
    padding: 0;
    margin: 0;
}

dl.akt dt {
    margin: 0;
    padding: 0 0 5px 0;    
}

dl.akt dt a {
    text-decoration: none;
    color: #033371;
    font-weight: bold;
}

dl.akt dt a:hover {
    text-decoration: underline;
}

dl.akt dd.anotation { 
    padding:0;
    margin:0;
    font-size: 0.9em;
    padding: 0 0 5px 0;
}
dl.akt dd.image {
    float:left;
    margin:0 10px 5px 0;
    width: 98px;
    text-align:center;
}

dl.akt dd.image a img {
    border:1px solid #EBEFF4;
    padding: 3px;
}


.newsletter-li input {
    vertical-align: middle;    
}

.newsletter-li input.newsletterInput {
    background: #FFF url(/public/themes/images/newsletter-input.png) no-repeat center left;
    border: none;
    padding:8px 0 6px 6px;
    width:180px;
    float: left;
    margin: 0;
}

.newsletter-li input.newsletterInputSubmit {
    background: #FFF url(/public/themes/images/newsletter-submit.png) no-repeat center center;
    vertical-align: middle;
    border: none;
    width: 30px;
    height: 29px;
    cursor: pointer;
    color: transparent;
    margin: 0;
    float:left;
}

.phone {
    background: transparent url(/public/themes/images/phone-full.png) no-repeat left bottom !important;    
    position:absolute;
    right:285px;
    bottom: -37px;
    width:96px;
    height: 102px;
    z-index: 4;
    background:none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/phone-full.png',sizingMethod='image');
}

.callcentrum {
    float: right;
    position: relative;
    width: 291px;
    right: 5px;
    color: #FFF;
    background-image: url(/public/themes/images/callcentrum-bg.gif);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 10px;
    height: 54px;
}

.callcentrum .skype {
    float: left;
    padding: 0 5px 0 0;
    text-align: right;
    width: 110px;
}

.callcentrum .email {
    float: right;
    padding: 0 5px 0 5px;
    text-align: left;
    width: 142px;
}

.opentime {
    float: left;
    text-align: center;
    color: #FFF;
    padding: 10px 0 0 0;
    font-size: 0.9em;
    width: 133px;
}
.opentime .container {
    background: url(/public/themes/images/opentime-bg.gif) repeat-y left top;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 133px;
}

.opentime .container .top {
    background: url(/public/themes/images/opentime-top.png) no-repeat left top;
}

.opentime .container .bottom {
    background: url(/public/themes/images/opentime-bottom.png) no-repeat left bottom;
    padding: 5px 5px 0px 5px;
}

.opentime-bottom {
    background: url(/public/themes/images/opentime-bottom.gif) no-repeat left bottom;
    height: 25px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 133px;

}

.opentime .call {
    background: url(/public/themes/images/callcentrum.gif) no-repeat center top;
    height: 17px;
}

.opentime .call span {  
    display: none;
}

.callcentrum.user .userName {
    font-size: 1.2em;
    text-align: right;
}
.callcentrum.user .userLogin {
    text-align: right;
}

.callcentrum.user .userLinks {
    text-align: right;
    padding: 10px 0 0 0;
}

.callcentrum.user .userLinks a {
    color: #FFF;
    text-decoration: none;
}

.callcentrum.user .userLinks a:hover {
    text-decoration: underline;
}

.action-panel {
    background: url(/public/themes/images/action-panel-bottom.png) no-repeat center bottom;
    position: absolute;
    bottom: -22px;
    right: 8px;
    color: #FFF;
    font-size: 0.85em;
    text-align: center;
}

.action-panel .action-panel-top {
    background: url(/public/themes/images/action-panel-top.png) no-repeat center top;
    padding: 3px 10px;
    width: 126px;
}

.action-panel .action-panel-top a {
    color: #FFF;
    text-decoration: none;    
}

.action-panel .action-panel-top a:hover {
    text-decoration: underline;    
}



#fulltextSearch input.searchInput {
    background: url(/public/themes/images/newsletter-input.png) no-repeat left center;
    float: left;
    border: none;
    padding:8px 0 6px 6px;
    width: 170px;
    vertical-align: middle;
    margin: 0;
    color: #16598D;
}

.searchInputSubmit {
    background: url(/public/themes/images/newsletter-submit.png) no-repeat center center;
    margin: 0;
    border: none;
    cursor: pointer;
    height: 29px;
    width: 30px;
    vertical-align: middle;
    float:left;
}

#kontextMenu {
    text-align: right;    
    color: gray;    
    margin: 0 0 10px 0;
    font-size: 0.75em;
}

#kontextMenu a {
    color: gray;    
    text-decoration: none;
}
#kontextMenu a:hover {
    text-decoration: underline;
}


/* 

    Bloky

*/

.float-left {
    float: left; 
}

.float-right {
    float: right; 
}

.block-top {
    height: 5px;
    font-size: 0px;
}

.block-bottom {
    height: 5px;
    font-size: 0px;
}

.block-content {
    padding: 10px 10px 5px 10px;
}

.block1 {
    margin: 0 0 10px 0;
    width: 635px;    
    position: relative;
}

.block1 h2 {
    border-bottom: 1px dotted #01d5ff;
    padding: 0 0 5px 5px;
    margin: 0 0 5px 0;

}

.block1 h3 {
    border-bottom: 1px dotted #01d5ff;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    color: #033371;
}

.block1 .block-top {
    background: url(/public/themes/images/block1-top.gif) no-repeat center top;
}

.block1 .block-bottom {
    background: url(/public/themes/images/block1-bottom.gif) no-repeat center bottom;
}

.block1 .block-content-bg {
    background-image: url(/public/themes/images/block1-content-bg.gif);
    background-repeat: repeat-y;
    background-position:  center top;
}

.block1 .block-content {
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 50px;
    _height: 50px;
}

.block2 {
    width: 307px;
    margin: 0 0 5px 0;
    position: relative;
}

.block2 h3 {
    border-bottom: 1px solid #01d5ff;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    color: #033371;
}

.block2 .block-top {
    background: url(/public/themes/images/block2-top.gif) no-repeat left top;
}

.block2 .block-bottom {
    background: url(/public/themes/images/block2-bottom.gif) no-repeat left bottom;
    height: 10px;
}

.block2 .block-content-bg {
    background-image: url(/public/themes/images/block2-content.gif);
    background-repeat: repeat-y;
    background-position:  left top;
}

.block2 .block-content {
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 120px;
    _height: 120px;
}

.block3 {
    width: 307px;
    margin: 0 0 10px 0;
    position: relative;
}

.block3 h3 {
    border-bottom: 1px dotted #01d5ff;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    color:#033371;
}

.block3 .block-top {
    background: url(/public/themes/images/block3-top.gif) no-repeat center top;
}

.block3 .block-top {
    background: url(/public/themes/images/block3-top.gif) no-repeat center top;
}

.block3 .block-bottom {
    background: url(/public/themes/images/block3-bottom.gif) no-repeat center bottom;
}

.block3 .block-content-bg {
    background-repeat: repeat-y;
    background-position:  center top;
}

.block3 .block-content {
    background-position: center bottom;
    background-repeat: no-repeat;
}

.block4 {
    width: 245px;    
    margin: 0 0 10px 0;
    position: relative;
}

.block4 h3 {
    border-bottom: 1px dotted #0390C1;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.block4 .block-top {
    background: url(/public/themes/images/block4-top.gif) no-repeat center top;
}

.block4 .block-bottom {
    background: url(/public/themes/images/block4-bottom.gif) no-repeat center bottom;
}

.block4 .block-content-bg {
    background-repeat: repeat-y;
    background-position:  center top;
}

.block4 .block-content {
    background-image: url(/public/themes/images/block4-content.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 120px;
    _height: 120px;
}

.block5 {
    margin: 0 0 10px 0;
    width: 350px;    
    position: relative;
}

.block5 h2 {
    border-bottom: 1px dotted #01d5ff;
    padding: 0 0 5px 5px;
    margin: 0 0 5px 0;

}

.block5 h3 {
    border-bottom: 1px dotted #01d5ff;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    color: #033371;
}

.block5 .block-top {
    background: url(/public/themes/images/block5-top.gif) no-repeat center top;
}

.block5 .block-bottom {
    background: url(/public/themes/images/block5-bottom.gif) no-repeat center bottom;
}

.block5 .block-content-bg {
    background-image: url(/public/themes/images/block5-content-bg.gif);
    background-repeat: repeat-y;
    background-position:  center top;
}

.block5 .block-content {
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 120px;
    _height: 120px;
}

.block1-blue, .block2-blue, .block3-blue, .block4-blue, .block5-blue {
    color: #FFF;    
}

.block1-blue h3, .block2-blue h3, .block3-blue h3, .block4-blue h3, .block5-blue h3{
    color: #FFF;    
}

.block1-blue a, .block2-blue a, .block3-blue a .block4-blue a, .block5-blue a{
    color: #FFF;    
}

.block5-blue .block-top {
    background: url(/public/themes/images/block5-top-blue.gif) no-repeat center top;
}

.block5-blue .block-bottom {
    background: url(/public/themes/images/block5-bottom-blue.gif) no-repeat center bottom;
}

.block5-blue .block-content-bg {
    background-image: url(/public/themes/images/block5-content-bg-blue.gif);
    background-repeat: repeat-y;
    background-position:  center top;
}

.block5-blue .block-content {
    background-image: url(/public/themes/images/block5-content-blue.gif);
}

.blockBig {
    width: 994px;
    margin: 0 0 10px 0;
}

.blockBig h3 {
    border-bottom: 1px dotted #01d5ff;
    padding: 0 0 5px 5px;
    margin: 0 0 5px 0;
}

.blockBig .block-top {
    background: url(/public/themes/images/block-big-top.gif) no-repeat center top;
}

.blockBig .block-bottom {
    background: url(/public/themes/images/block-big-bottom.gif) no-repeat center bottom;
}

.blockBig .block-content-bg {
    background: url(/public/themes/images/block-big-content-bg.gif) no-repeat center bottom;
    background-repeat: repeat-y;
    background-position:  center top;
}

.blockBig .block-content {
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blockBigInfo {
    margin: 0 0 10px 0;    
}

.blockBigInfo .block-top{
    background: url(/public/themes/images/block-big-info-top.gif) no-repeat center top;
    
}

.blockBigInfo .block-bottom {
    background: url(/public/themes/images/block-big-info-bottom.gif) no-repeat center bottom;
}

.blockBigInfo .block-content-bg {
    background: url(/public/themes/images/block-big-info-content-bg.gif) repeat-y center top;
}

.blockBigInfo .block-content {
    background: url(/public/themes/images/block-big-info-content.png) no-repeat center bottom;
    min-height: 20px;
    _height: 20px;
    color: #000;
}

.blockMedium {
    width:  493px;
    margin: 0 0 10px 0;    
}

.blockMedium h3 {
    border-bottom: 1px dotted #0390C1;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.blockMedium .block-top{
    background: url(/public/themes/images/block-medium-top.gif) no-repeat center top;
}

.blockMedium .block-bottom {
    background: url(/public/themes/images/block-medium-bottom.gif) no-repeat center bottom;
}

.blockMedium .block-content-bg {
    background: url(/public/themes/images/block-medium-content-bg.gif) repeat-y center top;
}

.blockMedium .block-content {
}

.dialogBlockMedium {
    width: 450px;    
    margin: 0 auto;
}

.dialogBlockMedium-right {
    float: right;
}

.dialogBlockMedium-left {
    float: left;
}

.block-left {
    float: left;    
}

.block-right {
    float: right;    
}



.flag-online {
    background: url(/public/themes/images/online-flag.png) no-repeat top right !important;
    background: none;
    position: absolute;
    top: -4px;
    right: -5px;
    height: 64px;
    width: 70px;
    z-index: 999;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/online-flag.png',sizingMethod='scale');
}

.flag-akcia {
    background: url(/public/themes/images/akcia-flag.png) no-repeat top right !important;
    background: none;
    position: absolute;
    top: -4px;
    right: -2px;
    height: 64px;
    width: 70px;
    z-index: 1;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/akcia-flag.png',sizingMethod='scale');
}

.block-content.specialOfferListContainer {
    padding-left: 0 !important;
    padding-right: 6px !important;
    padding-top: 0px;
    min-height: 322px;
    _height:322px;
}
#specialOfferListContainer {
    padding-top: 10px;
    min-height: 496px;
    _height: 496px;
}


.specialOfferListContainer h3{
    padding: 0 0 0 15px;
}

.specialOfferListContainer a{
    color: #FFF;
    text-decoration: none;
}

.specialOfferListContainer a:hover{
    text-decoration: underline;
}

table.specialOfferList {
    border-bottom: 1px #0390c1 dotted;    
    padding: 0 0 10px 0;    
    margin: 0 0 10px 0;    
}

.specialOfferList th {
    background: url(/public/themes/images/offer-list-th.gif) repeat-x top left;
    border-bottom: 1px #0390c1 dotted;    
    border-top: 1px #0390c1 dotted;
    padding: 10px 0 10px 15px;    
    text-align: left;
}

.specialOfferList {
    width: 100%;
    font-size: 0.9em;
}

.specialOfferList td {
    padding: 1px 0;    
}

.specialOfferList td.destTo {
    text-align: left;
    width: 50%;    
    padding-left: 15px;
}

.specialOfferList td.destFrom {
    text-align: left;
}

.specialOfferList td.destTo span, .specialOfferList td.destFrom span {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:90px;
}

.specialOfferList td.price {
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
}

.specialOfferList a, .specialOfferList a:hover {
    color: #FFF;    
}

.alloffers {
    left: 145px;
}
.alloffers input {
    background: url(/public/themes/images/btnSpecialAction.gif) no-repeat top center;
	width: 186px;
    height: 37px;
    border: none 0;
    cursor: pointer;
} 

.offerDialog {
    position: relative;
    _height: 150px;    
    overflow: hidden;
}

.dialogOverlay {
    top:0;
    left:0;
    position: absolute;
    background-color: #FFF;
    _height: 150px;
}

.dialogOverlayImg {
    top:0;
    left:0;
    position: absolute;
    background: url(/public/themes/images/dialog-preloader.gif) no-repeat center center;
    _height: 150px;
}

.fareOfferPager {
    text-align:center;
    padding:16px 0 5px 0;
}
.fareOfferPager a {
    color: #00A7B3;
    text-decoration:none;
}
.fareOfferPager a.page {
    padding:0.2em 0.6em;
    border:1px solid #8BE0E7;
}
.fareOfferPager a.pageActive {
    background: #DFF7F9;
}


.fareOffer {
    background: url(/public/themes/images/fareOffer-bg.png) repeat-y top center;
    margin: 0 0 5px 0;
    position: relative;
    _height: 1px;

    transition: background .2s;
}

.fareOffer.clickable {
    cursor:pointer;
}

.fareOffer.unavailable {
}

.fareOffer.unavailable:after {
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#FFFFFF;
    opacity:0.3;
}

.fareOffer .fareOffer-top {
    background: url(/public/themes/images/fareOffer-top.png) no-repeat top center;
}

.fareOffer .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-bottom.png) no-repeat bottom center;
}

.fareOfferNotFareOffer {
    background: url(/public/themes/images/fareOffer-not-bg.png) repeat-y top center;
}

.fareOfferNotFareOffer .fareOffer-top {
    background: url(/public/themes/images/fareOffer-not-top.png) no-repeat top center;
}

.fareOfferNotFareOffer .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-not-bottom.png) no-repeat bottom center;
}

.fareOffer-active {
    background: url(/public/themes/images/fareOffer-active-bg.png) repeat-y top center;
}

.fareOffer-active .fareOffer-top {
    background: url(/public/themes/images/fareOffer-active-top.png) no-repeat top center;
}

.fareOffer-active .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-active-bottom.png) no-repeat bottom center;
}

.fareOfferNotFareOffer.fareOffer-hover {
    background: url(/public/themes/images/fareOffer-not-bg-hover.gif) repeat-y top center;
}

.fareOfferNotFareOffer.fareOffer-hover .fareOffer-top {
    background: url(/public/themes/images/fareOffer-not-top-hover.gif) no-repeat top center;
}

.fareOfferNotFareOffer.fareOffer-hover .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-not-bottom-hover.gif) no-repeat bottom center;
}

.fareOffer-hover {
    background: url(/public/themes/images/fareOffer-hover-bg.png) repeat-y top center;
}

.fareOffer-hover .fareOffer-top {
    background: url(/public/themes/images/fareOffer-hover-top.png) no-repeat top center;
}

.fareOffer-hover .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-hover-bottom.png) no-repeat bottom center;
}


.dialogBlockMedium .fareOffer {
    background: url(/public/themes/images/fareOffer-middle-bg.png) repeat-y top center;
    margin: 5px auto;
    width: 430px;
}

.dialogBlockMedium .fareOffer-top {
    background: url(/public/themes/images/fareOffer-middle-top.png) no-repeat top center;
}

.dialogBlockMedium .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-middle-bottom.png) no-repeat bottom center;
}


.dialogBlockMedium .fareOfferNotFareOffer {
    background: url(/public/themes/images/fareOffer-not-middle-bg.png) repeat-y top center;
}

.dialogBlockMedium .fareOfferNotFareOffer .fareOffer-top {
    background: url(/public/themes/images/fareOffer-not-middle-top.png) no-repeat top center;
}

.dialogBlockMedium .fareOfferNotFareOffer .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-not-middle-bottom.png) no-repeat bottom center;
}

.dialogBlockMedium .fareOffer-active {
    background: url(/public/themes/images/fareOffer-middle-active-bg.png) repeat-y top center;
}

.dialogBlockMedium .fareOffer-active .fareOffer-top {
    background: url(/public/themes/images/fareOffer-middle-active-top.png) no-repeat top center;
}

.dialogBlockMedium .fareOffer-active .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-middle-active-bottom.png) no-repeat bottom center;
}

.dialogBlockMedium .fareOfferNotFareOffer.fareOffer-hover {
    background: url(/public/themes/images/fareOffer-not-middle-bg-hover.gif) repeat-y top center;
}

.dialogBlockMedium .fareOfferNotFareOffer.fareOffer-hover .fareOffer-top {
    background: url(/public/themes/images/fareOffer-not-middle-top-hover.gif) no-repeat top center;
}

.dialogBlockMedium .fareOfferNotFareOffer.fareOffer-hover .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-not-middle-bottom-hover.gif) no-repeat bottom center;
}

.dialogBlockMedium .fareOffer-hover {
    background: url(/public/themes/images/fareOffer-middle-hover-bg.png) repeat-y top center;
}

.dialogBlockMedium .fareOffer-hover .fareOffer-top {
    background: url(/public/themes/images/fareOffer-middle-hover-top.png) no-repeat top center;
}

.dialogBlockMedium .fareOffer-hover .fareOffer-bottom {
    background: url(/public/themes/images/fareOffer-middle-hover-bottom.png) no-repeat bottom center;
}

.fareOffer table {
    width: 100%;    
}

#medzikroky .medzikrok {
    position: fixed;
    top: 200px;
    left: 500px;
    z-index: 1002;
}

#medzikroky .medzikrok-content {
    position: absolute;
    top:0;
    left:0;
    _top:4px;
    _left:4px;
}

#medzikroky .medzikrok-content .medzikrok-content-body{
    width: 700px;
    padding:35px 10px 10px 10px;
}


#medzikroky .progressBar {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 250px;
    height: 24px;
}

#medzikroky .ui-progressbar .ui-widget-header {background-image: url(/public/themes/images/krok-loader.gif);}

#medzikroky .closeStep {
    background: url(/public/themes/images/step-close.png) no-repeat center center !important;
    position: absolute;
    display:none;
    right: -20px;
    top: -20px;   
    width:32px;
    height:32px;
    cursor: pointer;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/step-close.png',sizingMethod='scale');
}

p.paygates {
    margin: 22px 0 0 0;
    padding: 0;
    text-align: center;
}

p.paygates img {
    margin: 0;
}

.ul-tabs {
    border-bottom:1px dotted #0390C1;
}

.ul-tabs ul {
    clear:both;
    list-style:none;
    margin:0;
    padding:0;
}

.ul-tabs ul li {
    float:left;
    font-weight:bold;
    margin-right:1px;
}

.ul-tabs ul li span {
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    padding:7px 10px 5px;
}

.ul-tabs ul li.active {
    background:transparent url(/public/themes/images/offer-list-th.gif) repeat-x scroll left top;
    margin-top:0;
}

#mostdiscussed, #mostread, #mostrWeek, #mostrMonth {
    display: none;    
}

.most-article-dl {
    margin: 5px 0 0 0;
    padding:0;
}

.most-article-dl dt {
    margin:0;
    padding:0;
}
.most-article-dl dt a {
    color:#FFFFFF;
    text-decoration: none;    
    font-weight:bold;
}

.most-article-dl dt a:hover {
    text-decoration: underline;    
}

.most-article-dl dd {
    color:#CCCCCC;
    margin:0;
    padding:0 0 8px;
}

#mostread.active, #mostdiscussed.active, #mostrWeek.active, #mostrMonth.active {
    display:block;
}
#mostread .more, #mostdiscussed .more, #mostrWeek .more, #mostrMonth .more {
    padding:2px 0px 0px 0px;
    border-top: 1px dotted #0390C1;
}
#mostread .more span, #mostdiscussed .more span, #mostrWeek .more span, #mostrMonth .more span {
    background:url(/public/themes/images/arrow.png) no-repeat top left;
}
#mostread .more span a, #mostdiscussed .more span a, #mostrWeek .more span a, #mostrMonth .more span a {
    padding:5px 0px 5px 0px;
    display:inline-block;
    text-decoration:none;
    color: #FFF;
}


#contactMap {
    height:350px;
    width:100%;
}

.loggedUser {
    float: left;
    padding: 4px 10px;    
}

.loggedUser .loggedUserName{
    font-weight: bold;    
}

.ui-datepicker-trigger {
    margin: 0 0 0 -1px;
    vertical-align:middle;
}

.errDialog {
    display: none;
    position: absolute;
    top: 200px;
    z-index: 9999;
    padding: 10px;
}

.errDialog .errorContent {
    position: absolute;
    top:0;
    left:0;
}

.errDialog .errorContent div{
    clear: both;
}

.errDialog .errorContent .errorMsg {
    width: 400px;
    padding: 10px;
    margin: 8px;
}

.errorMsg .ico_cancel {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;    
}

.content-text {
    line-height: 1.3em;    
}

.hotelAction span.hotelPrice {
    font-size: 1.2em;
    font-weight: bold;
    color: #DD4A00;
}

#airportList a {
    text-decoration: none;    
}

#airportList a:hover {
    text-decoration: underline;    
}

.faqUl {
    list-style:none;
    margin:0 0 15px;
    padding:0 0 0 5px;

}

.faqUl li {
    background:transparent url(/public/themes/images/blue-arrow.gif) no-repeat scroll left center;
    line-height:1.5em;
    padding:0 0 0 10px;    
}

.faqUl a {
    text-decoration: none;
    color:#033371;
    font-size:1.1em;
    font-weight:bold;
}
.faqUl a:hover {
    text-decoration: underline;
}

.faq {
    margin: 15px 0 0 0;    
}

.faq-back {
    text-align: right;
    padding: 10px 0;    
}

.faq-back a {
    text-decoration: none;
    color: #033371;    
}
.faq-back a:hover {
    text-decoration: underline;
}


.fb-top {
    width: 200px;
    float:left;    
}
.fb-likebox-article {
    width: 570px;
    margin: 0 auto;    
}


.ico.ico_ok {
    background: url(/public/themes/images/icons/ico-ok.gif) no-repeat center top; 
}

.ico.ico_cross {
    background: url(/public/themes/images/icons/ico-cross.gif) no-repeat center top; 
}

.bannerBox {
    position:relative;    
}

.bannerBox a.swfOverlay {
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    background: none;
    opacity: 0;
    filter: none !important;
    filter: alpha(opacity=0);
}

#searchProgress {
    position: fixed;
    top: 80px;
    left: 500px;
    z-index: 1002;
}

#searchProgress .searchProgress-content {
    position: absolute;
    top:0;
    left:0;
    _top:4px;
    _left:4px;
}

#searchProgress .searchProgress-content .searchProgress-content-body{
    width: 750px;
    padding: 80px 10px 10px 10px;
    text-align: center;
    background: url(/public/themes/images/dialog-preloader.gif) no-repeat center 15px;
}


#searchProgress .progressBar {
    width: 100px;
    height: 5px;
    margin: 0 auto 10px auto;
    
}

#searchProgress .ui-progressbar .ui-widget-header {background-image: url(/public/themes/images/krok-loader.gif);}

#searchProgress .closeStep {
    background: url(/public/themes/images/step-close.png) no-repeat center center !important;
    position: absolute;
    display:none;
    right: -20px;
    top: -20px;   
    width:32px;
    height:32px;
    cursor: pointer;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/step-close.png',sizingMethod='scale');
}

#ui-datepicker-div { display: none; }

ul.sa_cms {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.sa_cms li {
    padding:0;
    margin: 0;
}

ul.sa_cms li table td.airline {
    text-align: center;
    width: 80px;
    padding: 0 0 10px 0;
}

ul.sa_cms li table td.airline span {
    color: gray;
    font-size: 0.8em;
}

ul.sa_cms li table td.depStation, ul.sa_cms li table td.arrStation {
    padding-left: 10px;
    width: 98px;
}

ul.sa_cms li table td.direction {
    width: 30px;
    text-align:center;
    
}

ul.sa_cms li table td.nonstop {
    color: gray;
    width: 70px;
    text-align: center;
}

ul.sa_cms li table td.cena {
    font-size: 1.2em;
    white-space: nowrap;
    width: 90px;
    text-align: right;
}

ul.sa_cms li table td.cena span.totalPrice {
    font-weight: bold;
    color: #F00;
}

ul.sa_cms li table td.cena span.totalPrice span.currency {
    font-size: 0.8em;
    color: #000;
}

ul.sa_cms li table td.actions {
    width: 120px;
}

ul.sa_cms li table td.actions a {
    display: block;
    padding: 5px;
}

ul.anketa {
    margin:0;
    padding:0.5em 0 0 0;
    list-style:none;
}
ul.anketa li {
    margin:0;
    padding:0px 0px 3px 0em;
}
ul.anketa li a {
    text-decoration: none;
}
ul.anketa li a.AnketaHlasuj, ul.anketa li a.AnketaHlasuj2 {
	display: block;
}

ul.anketa li div {
    background:#01D5FF;
    font-size:0.1em;
    height:7px;
}

.anketa .loader {
    background:url(../images/loading.gif) no-repeat 50% 50% #FFF;
}
.archiv-anketa {
    float: left;
    width: 275px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #CCC;
    padding: 10px;
}
.anketa-content p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: justify;
}

.bigRed {
    color: #FF0000;
    font-size: 1.2em;
    font-weight: bold;	
}

.tourOperatorContainer {
	text-align: center;
}

.tourOperatorContainer img {
    width: 50px;
}


.actionDialogPrice {
    width: 300px;
    float: right;
    text-align: right;
}

.validatorLoading {
    background: white url(/public/themes/jquery/plugins/autocomplete/indicator.gif) right center no-repeat !important;
    border: 1px inset #fff !important;
}

.validatorValid {
    background: #e2f9e2 url(/public/themes/jquery/plugins/validator/valid.png) right center no-repeat !important;
    border: 1px inset #3bb038 !important;
}

.validatorInvalid {
    background: #f9e2e2 url(/public/themes/jquery/plugins/validator/invalid.png) right center no-repeat !important;
    border: 1px inset #d21d1d !important;
}

.infoIcon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    background: url(/public/themes/jquery/plugins/validator/icon_info.gif) center center no-repeat;
    width: 22px;
    height: 22px;
}

.user-description {
    width: 100%;
    margin-top: 10px;
    height: 60px;
    display: block;
    background: url("/public/themes/base/images/input-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 3px;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #a5f0ff;
    background: none;
}


div hr.lineSeparator {
    border:0;
    border-top: 1px solid #D1F2FF;
    margin-left: 5px;
}

.availabilityList {
    display: none;
}

.moreAvailability {
    color:red;
    margin-left:5px;
    text-decoration:underline;
}