/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%;height:100%;border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:none;}
    #cboxTopRight{width:21px; height:21px; background:none;}
    #cboxBottomLeft{width:21px; height:21px; background:none;}
    #cboxBottomRight{width:21px; height:21px; background:none;}
    #cboxMiddleLeft{width:21px; background:none;}
    #cboxMiddleRight{width:21px; background:none;}
    #cboxTopCenter{height:21px; background:none;}
    #cboxBottomCenter{height:21px; background:none;}
	/*
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    */
    #cboxContent{background:#fff;border:2px solid #cccccc;}
        #cboxLoadedContent{}
        #cboxTitle{position:absolute; top:0px; left:0; text-align:left; color:#000;background:#f1f1f1;padding:0px;display:none;z-index:0;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; background:url(../images/colorbox/pp_close.gif) no-repeat; width:22px; height:22px; text-indent:-9999px;z-index:20;}
        #cboxClose.hover{}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* ADD by Premysl Posker*/
.cbox_mainContent {padding:45px 11px 11px 11px;position:relative;background:url(../images/bgColorbox.gif) repeat-x top;}
.cbox_mainContent .headerH1 {}
.cbox_mainContent .headerH1 * {background:#f1f1f1;font-weight:normal;font-size:1.4em;padding:8px 11px;display:block;position:absolute;top:0px;left:0px;}
.cbox_mainContent .headerH1 strong {background:#f1f1f1;font-weight:normal;font-size:1.4em;padding:8px 11px;display:block;position:absolute;top:0px;left:0px;}
.cbox_mainContent a {color:#0b90d0;text-decoration:none;}
.cbox_mainContent a:hover {text-decoration:underline;}
.cbox_mainContent h2 {font-size:1.2em;margin:0px 0px 8px 0px;padding:0px;}

.cbox_greyItem {border:1px solid #d8dbdc;background:#f1f1f1;padding:10px 17px;margin-bottom:16px;}
.cbox_greyItem h2 {font-size:1.2em;margin:0px 0px 8px 0px;padding:0px;}
.cbox_greyItem table {border-collapse:collapse;width:100%;}
.cbox_greyItem table th {white-space:nowrap;text-align:left;font-weight:normal;vertical-align:top;padding:0.3em 0.4em 0.1em 0em;}
.cbox_greyItem table td {text-align:left;vertical-align:top;padding:0.3em 0.4em 0.1em 0em;}
.cbox_greyItem table td.input193 input {width:183px;height:21px;padding:5px 5px 0px 5px;background:#fff url(../images/input193.gif) no-repeat;border:0px;}
.cbox_greyItem table td.textarea295 textarea {width:285px;height:90px;padding:5px 5px 5px 5px;background:#fff url(../images/textarea295.gif) no-repeat;border:0px;}
.cbox_greyItem table td.right {text-align:right;}
.cbox_greyItem table td.tdMarginLeft {padding-left:15px;}
.cbox_greyItem table td.right a {float:right;}
.cbox_greyItem table td .error_list {background:url(../images/souhrnChybImg.gif) no-repeat left 2px;padding-left:18px;list-style:none;margin-bottom:0px;}
.cbox_greyItem table td .error_list li {color:#ed1c24;font-size:.9em;}
.cb_button_blue {background:#0c91d0 url(../images/cb_button_blue.gif) no-repeat;color:#fff;width:97px;border:0px;padding:5px 0px 10px 0px;height:30px;cursor:pointer;font-size:1em;}
.cb_button_blue_2 {background:#0c91d0 url(../images/cb_button_blue_2.gif) no-repeat;color:#fff;width:120px;border:0px;padding:5px 0px 10px 0px;height:30px;cursor:pointer;font-size:1em;}
a.cb_button_blue {display:block;color:#fff;width:97px;border:0px;padding:6px 0px 0px 0px;height:24px;cursor:pointer;font-size:1em;text-decoration:none;white-space:nowrap;text-align:center;}
.hotline {}
.hotline table {border-collapse:collapse;margin:0px auto;}
.hotline table td {padding:0px 5px;vertical-align:middle;}
.hotline .speedy {float:left;margin-right:23px;}
.hotline strong {color:#8b8b8b;}
.hotline .phone {color:#1a1a1a;font-size:1.15em;font-weight:bold;}
.hotline img {vertical-align:middle;}
.hotline a {color:#0b90d0;}

.submitButton {background:#0c91d0 url(../images/bgSubmitButton1.gif) repeat-x;color:#fff;height:30px;cursor:pointer;font-size:1em;cursor:pointer;display:block;}
.submitButtonRight {float:right;}
.submitButtonRight .sbIn1 {float:right;}
.submitButtonRight .sbIn1 .sbIn2 {float:right;}
.submitButtonRight .sbIn1 .sbIn2 a {float:right;}
.submitButtonLeft {float:left;}
.submitButtonLeft .sbIn1 {float:left;}
.submitButtonLeft .sbIn1 .sbIn2 {float:left;}
.submitButtonLeft .sbIn1 .sbIn2 a {float:left;}
.submitButton .sbIn1 {background:url(../images/bgSubmitButton1left.gif) no-repeat left top;display:block;height:30px;}
.submitButton .sbIn1 .sbIn2 {background:url(../images/bgSubmitButton1right.gif) no-repeat right top;display:block;height:30px;}
.submitButton .sbIn1 .sbIn2 input {background:none;border:0px;color:#fff;font-size:1em;cursor:pointer;font-size:1em;font-family:"Lucida Sans Unicode",Arial,Verdana,sans-serif;padding:5px 10px 10px 10px;}
.submitButton .sbIn1 .sbIn2 a {color:#fff;white-space:nowrap;padding:5px 10px 0px 10px;height:25px;display:block;}

ul.lastSearchPhrases {list-style:none;margin-bottom:10px;}
.nahledImg {max-width:468px;}
ul.lastViewedDetails {list-style:none;}
ul.lastViewedDetails li {}
ul.lastViewedDetails li ul {list-style:none;}
ul.lastViewedDetails li ul li {float:left;margin:0px 5px 5px 0px;width:100px;height:100px;text-align:center;}
ul.lastViewedDetails li ul li img {max-width:100px;max-height:100px;float:left;}
ul.lastViewedDetails li ul li table {border-collapse:collapse;margin:0px auto;}
ul.lastViewedDetails li ul li table td {height:100px;vertical-align:bottom;text-align:center;padding:0px;}

table.klicovaSlova {border-collapse:collapse;width:100%;}
table.klicovaSlova td {width:33%;}
table.klicovaSlova td ul {list-style:none;}
table.klicovaSlova td ul li {margin-bottom:4px;}
table.klicovaSlova td ul li.checked {font-weight:bold;}
table.klicovaSlova td ul input {vertical-align:middle;margin:0px 3px 2px 0px;}

#cboxContentNoOverflow {padding-right:0px;}