logosnowhtml, body, div, p, li, ul, form, fieldset, h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; list-style: none;}
html {height: 100%; min-height: 100%;}
body {
    color: #000;
    font-size: 100%;
    font-family: Arial, Verdana, Tahoma;
    min-height: 100%;
    height: 100%;
    position: relative;

}
#obal {
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: 0px!important;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
}
body>#obal {height: auto;}

/* obecne tridy */
input, textarea {color: #686868;}
input[type=submit], input[type=button] {color: black;}
legend {color: #C5CACE;}
.upper {text-transform: uppercase!important;}
.ml5p {margin-left: 5px!important;}
.ml15p {margin-left: 15px!important;}
.pl15p {padding-left: 15px!important;}
.greyblock {background-color: #f5f5f5;}
.automargin {margin: auto!important;}
.smaller {font-size: smaller;}
.small {font-size: 11px!important;}
.black {color: #686868!important;}
.large {font-size: 150%;}
.inline {display: inline;}
.margin50 {margin: 50px;}
.orange {color: #f06103;}
.x {display: none;}
.hidden {visibility: hidden;}
.notopborder {border-top: none;}
.centercell {text-align: center;}
h2.orange {color: #F27020;}
.green {color: #54b02e;}
.bold {font-weight: bold;}
.noborder {border: none;}
.noback {background: none; background-color: white;}
.dark {background-color: #f9f9f9;}
.lateload {visibility: hidden;}
.orange {color: #FA5F14!important;}
.clear {float: none; clear: both !important; font-size: 0px; height: 0;}
.clear5 {float: none; clear: both; font-size: 0px; height: 5px;}
.clear30 {float: none; clear: both; font-size: 0px; height: 30px;}
.link {cursor: pointer;}
img {border: none;}
.nopointer {cursor: default;}
.fr {float: right !important;}
.fl {float: left !important;}
.right {text-align: right !important;}
.left, td.left {text-align: left!important;}
.center {text-align: center !important;}
.mr25 {margin-right: 25px;}
.centerDivBlock {width: 830px; margin: auto; display: block; padding-top: 2px;}
.centerDivBlock h1 {font-size: 13px; display: inline;}
.pagination {float: right; margin: 5px 35px 25px 0; font-size: 11px;}
.showoncomplete {display: none;}
.showonerror {display: none;}
.checkbox {width: 18px!important;}
.w250p {width: 250px;}
.w300p {width: 300px!important;}
.w350p {width: 350px!important;}
.w100pr {width: 100%!important;}
.width100 {width: 880px;}
.widthhalf {width: 50%;}
.nopadding {padding: 0!important;}
.nomargin {margin: 0!important;}
.nomb {margin-bottom: 0px!important;}
.nomt {margin-top: 0px!important;}
.error_p {font-size: 12px;}
.error_title {font-weight: bold; padding-bottom: 10px!important; margin-bottom: 0!important;}
.iconopen {margin: auto; display: none;}
.right {float: right;}
.centerblock {text-align: center;}
.block {display: block;}
.hiddenOverflow {overflow: hidden;}
.inputcursor {cursor: auto;}
.grey {color: #aaa;}
.greyabit {color: #666;}
.b1white {border: 1px solid white;}
.megabig {width: 100%; text-align:center; display: block; font-size: 50px; font-weight: bold; color: #F27020; line-height: 50px;}
.rightBorder {border-right: 1px solid #dddddd;}
a img {border:0; vertical-align:text-bottom;}
.relative {position: relative; text-align: center;}
.smallbutton {width: 90px!important;}
.speed {color: black;}
.whiteLink {color: white!important;}
.redText {color: red;}
.nocursor {cursor: default!important;}

.debug_info {position: relative; z-index: 1000; color: black; font-weight: bold;}

.input {
    margin: 5px 5px 0 5px;
    width: 390px;
    color: #686868;
}
.odstavec, .para {
    position: relative;
    font-size: 85%;
    line-height: 150%;
    margin: 0px;
    margin-left: 20px;
    text-align: justify;
    z-index: 1;
    color: #696969;
}
.odstavec {width: 550px; padding: 10px 15px 25px 15px;}
.para {width: 800px; padding: 8px 10px!important;}

/* obecne tridy */

/* --- Nadpisy --- */
h2 {
    margin: 0 0 20px 0;
    font-size: 120%;
    font-weight: normal;
    color: #303030;
}

h2.lista-content, h1.lista-content {
    display: block;
    background: #f5f5f5;
    border-top: 1px solid #C5CACE;
    height: 27px;

    font-size: 95%;
    color: #747171;
    padding: 7px 10px 0px 32px;
    margin: 0px 0px 15px 0px;
    position: relative;
}
h3 {
  font-size: 100%;
  color: rgb(250,95,20);
  font-family: Helvetica, Arial, sans-serif;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

/* --- Odkazy --- */
a, a:visited, a:active {color: #f06103; text-decoration: underline;}
a:hover {text-decoration: none;}


/* --- LOGO --- */
.logo {
    margin: 30px auto 0px auto;
    padding: 0;
    position: relative;
    width: 187px;
    height: 80px;
    /*
    width: 167px;
    height: 70px;
    */
    font-size: 100%;
    overflow: hidden;

}
.logo span {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;

    left: 0;
    top: 0;
    background: url(../images/nahrej/edisk-logo.gif) 0 0 no-repeat;
    width: 170px;
    height: 70px;
    
    left: 0;
    top: -11px;
    width: 200px;
    height: 100px;
    background: url(../images/logosnow.gif) 0 0 no-repeat;
    
}

#loadingDiv, #siteMsg {
    display: none;
    position: fixed;
    _position: absolute;
    top: 47px;
    left: 25px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    background: #54b02e;
    z-index: 25000;
}

/* --- Layout --- */
#container {
    position: relative;
    margin: 0 auto;
    width: 930px;
    border: 0px solid black;
    height: auto;

    padding-top: 20px;
}

#container p {
    font-size: 12px;
}

#container-wide {width: 966px; margin: auto; border: 0px solid red;}
#classic-content{
  border: 0px solid red;
  width: 620px;
  float: left;
  /* padding: 15px; */
  color: #5A656B;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
}
#classic-content .lista-content {margin-bottom: 25px;}
#content, .content {
    position: relative;
    z-index: 1;
    border: 0px solid red;
    padding: 10px;
    margin: 0;
}

.content {padding: 0;}


#pravy-sloupec {
  width: 300px;
  float: right;
  /* padding: 15px; */
  position: relative;
  margin: 0px;
  padding: 0;
}


#header {
    width: 100%;
    padding: 0;
    border: 0px solid red;
    height: 120px;
    margin: 0;
    padding-bottom: 10px;
    z-index: 1000;
}
#header .logo {
    margin: 30px 0 20px 20px;
    padding-left: 20px;
    position: absolute;
}

#header #search {
  margin: 50px 20px 0 40px;
  width: 600px;
  float: left;
  position: relative;
}

.keywords {
    margin: 0;
    font-size: 80%;
    line-height: 26px;
    padding: 0;
    border: 0px solid red;
    display: block;
}

#status {
	margin: 10px 0 20px 0;
	width: 100%;
	height: 26px;
	border-top: 1px solid #b9b9b9;
	background: #f5f5f1;
}

.count {
	margin: 0 45px;
	font-size: 80%;
	line-height: 26px;
	float: right;
}


#main_choose {
    display: block;
    background: url('../images/topline.png') top center no-repeat;
    width: 700px;
    margin: auto;
    margin-top: 165px;
    position: relative;
    padding: 0;
}
#main_choose .logo {position: absolute; top: -160px; left: 265px;}
#signupsmallblock .logo {position: absolute; top: -140px; left: 135px;}

#main_choose #tab_search {height: 195px;}
#main_choose #tab_upload {}
#main_choose #tab_search form {margin: 0; padding-top: 25px;}
#main_choose #searchTerm {border: 1px solid #888!important; width: 488px; margin-top: 0; padding: 4px 5px 5px 5px;}
#main_choose .terms {margin-top: -15px; margin-bottom: 0; text-align: center;}
#tab_upload {
    width: 600px;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 29px;
}
#tab_search {
    margin: auto;
    padding-top: 30px;
}

#main_choose #woman {
    position: absolute;
    top: -150px;
    right: 50px;
    float: right;
    z-index: 500;
}

#main_choose ul {
    position: absolute;
    top: -25px;
    left: 15px;
}

#main_choose ul li {
    float: left; display: inline;
    height: 28px;
    position: relative;
    padding: 0;
    display: block;
    float: left;
    margin: 0;
    margin-left: 10px;
}
#main_choose .main_tabs li.active {background: url('../images/buttons/tab.png') top center repeat-x;}
#main_choose .main_tabs li {background: url('../images/buttons/tab_or.png') top center repeat-x;}
#main_choose .main_tabs li .leftpart {
    background: url('../images/buttons/tab_or_left.png') left top no-repeat;
    left: 0px; width: 17px; height: 25px;
}
#main_choose .main_tabs li .rightpart {
    background: url('../images/buttons/tab_or_right.png') right top no-repeat;
    right: 0px; width: 13px; height: 25px;
}
#main_choose .main_tabs li.active .leftpart {
    background: url('../images/buttons/tab_left.png') left top no-repeat;
}

#main_choose .main_tabs li.active .rightpart {
    background: url('../images/buttons/tab_right.png') right top no-repeat;
}

#main_choose ul li .mid {
    display: block;
    padding: 6px 22px 5px 26px;
    font-size: 12px;
    border: 0px solid red;
}
#main_choose ul li a {color: #fdf5ee; text-decoration: none;}
#main_choose ul li.active a {color: #5e5e5e;}
#main_choose ul li#main_tabs_upload .mid {padding: 6px 18px 5px 20px;}

#main_choose .bottompart {
    display: block;
    height: 30px;
    background: url('../images/bottomline.png') top center no-repeat;
}



/* horni lista */
#lista {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 50px!important;
    background: url('../images/header.png') bottom left repeat-x;
    position: relative;
    padding-top: 10px;

}



.ebutton {
    height: 28px;
    position: relative;
    background: url('../images/buttons/grey_button_mid.png') 0 0 repeat-x;
    padding: 0;
    display: block;
    float: left;
    margin: 0;
    margin-left: 10px;
    color: #353535!important;
}

.ebutton .leftpart {
    background: url('../images/buttons/grey_button_left.png') left top no-repeat;
    left: 0px; width: 5px; height: 28px;
}

.ebutton .rightpart {
    background: url('../images/buttons/grey_button_right.png') right top no-repeat;
    right: -1px; width: 5px; height: 28px;
}

.ebutton .mid {
    display: block;
    padding: 7px 11px 5px 32px;
    font-size: 11px;
    border: 0px solid red;
    color: #353535!important;
}

.ebutton a {
    color: #353535!important;
    text-decoration: none!important;
}
.ebutton a:hover {
    text-decoration: underline;
}
.ebutton a .mid {text-decoration: underline!important;}
.ebutton a:hover .mid {text-decoration: none!important;}


.loginbuttonbody, .buttonbody {width: auto!important; }
.loginbuttonbody .mid, .buttonbody .mid {text-align: left; padding-left: 28px!important;}
.loginbuttonbody a, .buttonbody a {color: white!important; font-size: 11px!important;}

.unlimbutton .mid {background: url('../images/ikonky/badge.png') 8px 5px no-repeat;}
.smsbutton .mid {background: url('../images/ikonky/phone.png') 8px 6px no-repeat;}
.cardbutton .mid {background: url('../images/ikonky/visa.png') 8px 6px no-repeat;}
.paypalbutton .mid {background: url('../images/ikonky/paypal.png') 8px 6px no-repeat;}
.ehomebutton .mid {background: url('../images/ikonky/edisksmallbuttonlogo.png') 8px 4px no-repeat;}
.kreditbutton .mid {background: url('../images/ikonky/cash.png') 8px 4px no-repeat;}
.loginbutton .mid {background: url('../images/ikonky/lock.png') 8px 4px no-repeat;}
.loginbuttonbody .mid {background: url('../images/ikonky/locknoback.png') 8px 6px no-repeat;}
.emailbutton .mid {background: url('../images/email_edit.png') 8px 6px no-repeat;}
.regbutton .mid {background: url('../images/ikonky/database.png') 8px 4px no-repeat;}
.CZbutton .mid {background: url('../images/countries/CZ.gif') 10px 9px no-repeat;}
.SKbutton .mid {background: url('../images/countries/SK.gif') 10px 9px no-repeat;}
.PLbutton .mid {background: url('../images/countries/PL.gif') 10px 9px no-repeat;}
.ENbutton .mid {background: url('../images/countries/EN.gif') 10px 9px no-repeat;}
#show_langs_block .CZbutton {background: url('../images/countries/CZ.gif') 10px 9px no-repeat;}
#show_langs_block .SKbutton {background: url('../images/countries/SK.gif') 10px 9px no-repeat;}
#show_langs_block .PLbutton {background: url('../images/countries/PL.gif') 10px 9px no-repeat;}
#show_langs_block .ENbutton {background: url('../images/countries/EN.gif') 10px 9px no-repeat;}



#show_login_block {
    height: 200px; width: 200px;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 1000;
    padding: 0 10px;
}

#show_login_block div {
    margin: 0!important; padding: 0;
    background: url('../images/blocks/login.png') 0 0 repeat-x; width: 200px; height: 200px;
    float: left;
    display: block;
}
#show_login_block .leftpart {
    background: url('../images/blocks/login_left.png') left top no-repeat;
    left: 0px; width: 10px; height: 181px;
}

#show_login_block .dlbutton .leftpart {height: 26px;}
#show_login_block .dlbutton .rightpart {height: 26px;}

#show_login_block .rightpart {
    background: url('../images/blocks/login_right.png') right top no-repeat;
    right: 0px; width: 10px; height: 181px;
}

.leftpart, .rightpart {
    position: absolute; margin: 0; padding: 0; top: 0px;
}

#lista .infotext {font-size: 12px; color: #666; float: right; margin: 7px 10px 0 0; position: relative; text-align: right!important; display: block;}

#lang_block_container {width: 70px; display: block; float: right; margin-right: 10px; text-align: right; border-bottom: 1px solid white;}
#login_block_container {display: block; float: right; margin-right: 0px; text-align: right;}
#lang_block_container .ebutton {float: right!important; text-align: center; position: absolute; right: -10px; margin: 0;}
#login_block_container .ebutton {float: right; text-align: center;}
#login_block_container .loginbutton {width: 100px!important; overflow: hidden;}
#login_block_container .regbutton {width: 98px!important; overflow: hidden;}
#login_block_container div {text-align: left;}
#show_login_block .dlbutton a {color: white!important; text-decoration: none;}
#lista .fr .ebutton {float: right; margin-right: 10px; margin-left: 0;}

#show_login_block {right: 9px;}
#show_langs_block {
    height: 110px;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1000;
    padding: 10px;

}

#show_langs_block div {
    margin: 0!important; padding: 0;
    float: left;
    display: block;
    background: url('../images/blocks/login_lang.png') 0 0 repeat-x;
    padding-top: 15px;
    height: 110px;
    width: 100px;
}

#show_langs_block .leftpart {
    background: url('../images/blocks/login_left_lang.png') left top no-repeat;
    left: 0px; width: 15px; height: 125px; top: 10px;
}

#show_langs_block .rightpart {
    background: url('../images/blocks/login_right_lang.png') right top no-repeat;
    right: 0px; width: 10px; height: 125px; top: 10px;
}
#show_langs_block a {display: block; padding: 7px 0 0 30px; color: #686868; font-size: 11px; text-align: left;}
/* footer */

#footer {
    width: 100%;
    height: 134px;
    display: block;
    margin: 0;
    z-index: 1000;
    text-align: center;
    background: url('../images/footer.png') 0 0 repeat-x;
    margin-top: 134px;
    position: absolute; bottom: 0px;

}

#footer div {
    width: 930px;
    padding: 0;
    font-size: 11px;
    color: rgb(74,74,74);
    line-height: 150%;
    text-align: left;
    margin: 0 auto;
    position: relative;

}
#footer div a {color: #464748;}
#footer #languages {float: left; margin-left: 0px; position: relative;}
#footer #languages #fb {float: left; margin-top: -3px; position: relative; width: 150px; padding-right: 25px;}

#footer #languages .iconlink img {float: left; margin-right: 5px; margin-top: 0px;}
#footer #languages #fb img {position: absolute; top: 0; right: 0;}

#footer .footerblock {float: left; display: block; height: 152px; width: 200px;
    background: url('../images/footerdevide.png') right bottom no-repeat;
    margin-top: -18px;
}
#footer .footerblock ul {margin-top: 30px; }
#footer .last {background: none;}
#footer .first ul {margin-left: 15px;}
#footer .footerblock a {}
#footer .title {font-size: 12px; text-decoration: none; font-weight: bold;}
#footer .first .title {margin-left: 15px; }
#footer .wideblock {width: 250px;}

/* chyby */

#errorMsg {border: 0px solid red; color: black; font-size: 12pt; padding-left: 65px;}
#errorMsg h3 {font-size: 12pt; margin-bottom: 15px;}
#errorMsg li {list-style-type: disc; margin-left: 25px; margin-bottom: 5px; padding: 0;}

#error_msg {position: relative; margin-left: 5px; font-weight:bold; margin-bottom: 15px; margin-top: 15px; padding-top: 15px;}
#error_msg ul {margin-left: 50px; margin-top: 10px;}
#error_msg li {margin-left: 25px; list-style-type: disc; padding: 3px; font-size: 12px; font-weight:normal;}
#error_msg .odstavec {margin: 0; border: 0px solid red; margin-left: 15px; padding-bottom: 0;}
#error_msg li a {color: black; }

.upload_notif, .notif, .upload_notif_wall {background: #f4f4f4 url('../images/warning_icon.png') 10px 10px no-repeat;
              width: 410px; margin: auto;
              border: 1px solid #ddd; height: 35px;
              padding: 20px 10px 0px 10px; font-size: 12px;
              color: black;
              line-height: 18px;
              text-align: center;
              margin-top: 10px;
}
.upload_notif_wall {padding-top: 20px; margin-bottom: 25px; height: 25px;}
.notif {height: 52px; }
.warning_lightbox {height: 75px!important; display: block; margin: 0px; margin-bottom: -10px;}
.noconn_lightbox {margin: 25px 25px 5px 25px!important; background: #f2f2f2; width: 670px; padding: 10px 0 10px 0;}

.error_content {
    width: 500px; overflow: hidden;
}
.error_content #searchTerm {width: 250px;}
.vyhledavani-box-error {
    position: relative;
    width: 450px;
    margin: 0; padding: 0;
    margin-top: 0;
    margin-bottom: 50px;
}
.vyhledavani-box-error fieldset {margin: 0; padding: 0;}
.vyhledavani-box-error #searchTerm {background: white url('/images/search.gif') 6px 7px no-repeat; height: 20px; padding: 3px 3px 3px 23px; border: 1px solid #ddd; margin: 0; margin-left: 35px; }
.vyhledavani-box-error .submitbutton {position: absolute; top: 0px; right: 0px;}
#searchBox {
	background-color: #f4f4f4;
	border: solid 1px #b3b3b3;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 30px;
	/*position: relative;*/
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
#vyhledavani {
	background-color: #f4f4f4;
	/*border: solid 1px #b3b3b3;*/
	border: solid 1px #ddd;
	margin: 0px 0px 0px 0px;
	padding: 8px 2px 10px 23px;
	position: relative;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
        display: block;
        height: 82px;
}
#vyhledavani p {margin: -3px 0 5px 5px; padding-left: 5px; font-size: 12px;}
#vyhledavani .submit {margin: 5px 50px 0 0; display: inline; float: right; }
#vyhledavani input[type=text] {background-color: white!important;}
/* chyby */

/* vyhledavani */
#pravy-sloupec .vyhledavani-box fieldset {
    border: 0px solid red;
    position: relative;
    left: 0px;
    width: 260px;
}
#pravy-sloupec .vyhledavani-box {
    background: none;
    border: none;
    height: 85px;
}
#pravy-sloupec .vyhledavani-box .checkboxes {
    border: 0px solid red;
    width: 240px;
    margin-left: 25px;
    font-size: 12px;
    margin-top: 0px;
}

#pravy-sloupec .submit {
    float:right;
}

#vyhledavani-box-user {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    height: 70px;
    margin: 0;
    padding: 0;
    padding: 7px 20px 5px 20px;
}

.vyhledavani-box {
    width: 338px;
    background-color: #f5f5f5;
    padding-right: 0px;
    z-index: 1000;
    padding: 5px 5px 7px 9px;
    height: 27px;
}

.vyhledavani-box form fieldset {padding: 0; margin: 0;}
.vyhledavani-box form .submitbutton {position: absolute; right: -10px; top: 5px; width: 130px!important; }
.vyhledavani-box form fieldset img {margin-top: 5px; margin-right: 5px; float: left;}
.vyhledavani-box #searchTerm {width: 180px; margin: 0px 0 0 5px; background: white url('/images/search.gif') 6px 7px no-repeat; height: 19px; padding: 3px 3px 3px 23px; border: 1px solid #ddd;}

.vyhledavani-box .btn-grey {font-size: 12px; text-decoration: none!important; padding-left: 0!important; width: 70px; text-align: left; display: inline; margin: 0!important;}
.vyhledavani-box .btn-grey span {color: white; height: 25px; padding-left: 15px!important; padding-top: 4px!important; width: 54px;}

/* vyhledavani */

/* tooltip */

#tooltip {
    font-size: 11px;
    position: absolute;
    z-index: 3000;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 8px;
    opacity: 0.85;
    color: #333!important;
}
#tooltip h3, #tooltip div { margin: 0; }

div.tooltip {
    font-size: 11px;
    position: absolute;
    z-index: 3000;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 3px 8px;
    opacity: 0.85;
    color: #333!important;
    left: 30px;
}
.tooltip {text-decoration:none!important;}

/* mootools tip bubble */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #f4f4f4;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
.custom-tip {color: #000; width: 130px; z-index: 13000;}
.custom-title {font-weight: bold; font-size: 11px; margin: 0; color: #3E4F14; padding: 8px 8px 4px; background: #C3DF7D; border-bottom: 1px solid #B5CF74;}
.custom-text {font-size: 11px; padding: 4px 8px 8px; background: #CFDFA7;}

/* wall */

.wall_form {width: 600px; margin: auto; margin-top: 35px; margin-bottom: 55px;}
.wall_form textarea {width: 586px; height: 50px; margin-bottom: 15px; padding: 5px; border: 1px solid #ddd;}
.wall_form .link_input {width: 586px; padding: 5px; border: 1px solid #ddd; margin-bottom: 15px;}
.wall_form .odstavec {border-bottom: 1px solid #ddd; margin-left: 10px; font-size: 12px; margin-bottom: 10px;}
.wall_form .odstavec .dl_file {margin-top: 10px; height: 25px;}
.wall_form .odstavec .dl_file a.new_window {margin: 0; width: 130px; display: block; height: 20px; }
.wall_form form {margin-bottom: 30px;}
.wall_form .ratings {float: right;}
.wall_form .ratings a {text-decoration: none!important;}
.wall_form .ratings span {display: block; width: 15px; height: 17px; border: 0px solid red; float: left; padding-left: 25px; margin-right: 15px; }
.wall_form .ratings span.rating_yes {background: url('../images/thumb-up.png') 5px 2px no-repeat; color: green;}
.wall_form .ratings span.rating_no {background: url('../images/thumb-down.png') 5px 2px no-repeat; color: red;}
.wall_form .submit {width: 100px; height: 25px;}


/* user status bar */

#status {
	margin: 0px 0 20px 0;
	width: 100%;
	height: 32px;
	border-top: 1px solid #ddd;
        border-bottom: 0px solid #ddd;
	background: #f5f5f1;
}
#userstatusbar {width: 945px; margin: 0 auto; height: 32px; display: block; border: 0px solid red;}
#userstatusbar ul {margin: 0; padding: 0; margin-top: 5px; display: block; }
#userstatusbar ul li {display: inline;}
#userstatusbar ul li a {float: left; background-color: white; background-position: 8px 7px; display: inline; padding: 0px 13px 0px 30px; margin-left: 0px; font-size: 100%; font-weight: bold; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-top: 1px solid #ddd; margin-right: 5px; text-decoration: none;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

#userstatusbar ul li a:hover {/*background: #FA5F14;*/ border-bottom: 2px solid #FA5F14;}
#userstatusbar ul li a.active {border-bottom: 2px solid #FA5F14;}


/* --- Banner --- */
#reklama {
    margin: 20px 0 20px 45px;
}
.search_result #reklama {width: 900px; margin: auto; text-align:center;}
.search_result #reklama table {margin: auto;}
.reklama-750x100 {
  margin: 0px auto 20px auto;
  position: absolute;
  top: 75px;
  right: 15px;
  width: 750px;
  border: 0px solid red;
  height: 100px;
  /*background: #f5f5f5 url(../images/ajax-loader-grey.gif) center center no-repeat;*/
  overflow: hidden;
  text-align: center;
}

.reklama-250x250 {
  margin: 20px 0px 30px 45px;
  width: 300px;
  height: 300px;
  text-align: center;
  background: url(../images/ajax-loader-grey.gif) center center no-repeat;
  overflow: hidden;
  float: right;
}

/* --- Tabulka --- */
.tab {
	width: 100%;
	border-collapse: collapse;
	font-size: 80%;
	color: #353535;
}
.tab td {
	padding: 3px 10px;
	height: 24px;
	line-height: 24px;
	background: #f5f5f5;
	border-top: 1px solid #e0e0e0;
}
.tab .even td {
	background: #fff;
}
.tab .last td {
	border-bottom: 1px solid #e0e0e0;
}
.tab .datum {
	width: 17%;
	padding: 3px 45px 3px 10px;
	text-align: right;
}
.tab .ico {
        width: 1%;
	text-align: center;
	padding: 3px 0 3px 45px;
}
.ico img {
	vertical-align: middle;
}
.tab .nazev {
	width: 70%;
}
/* --- PAGING --- */
.paging {
	margin: 1em auto;
	width: 350px;
	overflow: hidden;
	font-size: 80%;
	color: #353535;
}
.paging ul {
	float: left;
}
.paging ul li {
	display: inline;
	margin: 0 4px;
	float: left;
}
.paging ul li a {
	display: block;
	float: left;
	height: 19px;
	padding-top: 5px;
	color: #353535 !important;
	text-decoration: none;
	vertical-align: middle;
}
.paging ul li.active a {
	color: #f06103 !important;
	font-weight: bold;
}
.paging ul li.graphic a {
	width: 24px;
	text-indent: 50px;
	overflow: hidden;
}
.paging ul li.prev a {
	background: url('../images/nahrej/bg-paging-previous.gif') 0 7px no-repeat;
}
.paging ul li.next a {
	background: url('../images/nahrej/bg-paging-next.gif') 0 7px no-repeat;
	margin-left: 10px;
}
.paging p {
	float: left;
	padding-top: 5px;
	margin-right: 15px;
	font-weight: bold;
}

/* paging */

/* code sections */
.code {
    width: 850px;
    padding: 20px 25px 20px 25px;
    background: #f5f5f5;
    margin: 15px 20px;
    border: 1px solid #ddd;
    line-height: 18px!important;
}
.code p {margin: 0; padding: 0; font-size: 12px; margin-bottom: 7px;}
.code table {width: 100%; font-size: 12px;}
.code table th {font-weight: bold; text-align: left;}
.code table .col_akce {width: 150px;}
.code table .col_state {width: 70px;}

span.url {font-weight: bold; color: #F27020;}
span.emp {font-weight: normal; color: #54b02e; font-size: 120%;}
span.tab {width: 30px; display: inline-block;}

/* code sections */


/* -- TABULKA -- */
.tabulka-static {
  margin: 20px 0 30px 30px;
  width: 555px;
  font-size: 75%;
  border-collapse: collapse;
  border: none;
  color: #494949;
}
.tableblockitem {width: 200px; text-align: left!important; padding: 10px 10px 20px 25px!important; vertical-align: top; background-color: #f9f9f9;}
.tableblockitem .icon {float: right; padding: 15px 185px 0 0; display: none;}
.tableblockitem .megabig {padding: 10px 10px 10px 0px!important; color: #f06103;}
#bonustable {width: 665px; margin-top: 0px;}
.tabulka-static th {
  padding: 8px 10px;
  color: #747171;
  text-align: left;
  border: 1px solid #c5cace;
  background: #ebebeb;
}
.tabulka-static img {float: left;}
.tabulka-static td {padding: 8px 10px; border: 1px solid #e5e5e5;}
.tabulka-static td.borderNone {border: 0;}
.tabulka-static td.noback {background: none;}
.tabulka-static td.icon {padding: 10px 2px 10px 12px; text-align: center; vertical-align: middle;}
.tabulka-static td img {margin: auto;}
.tabulka-static tr.sudy {background: #f4f4f4;}

/* -- TABULKA -- */

/* dlbutton */

.dlbutton {
    height: 26px;
    position: relative;
    background: url('../images/buttons/dl_but.png') 0 0 repeat-x;
    padding: 0;
    display: block;
    margin: auto;
    margin: 10px auto 10px auto;
    width: 130px;
    text-align: center;
}
.dlbutton:hover {background: url('../images/buttons/dl_but.png') 0 -26px repeat-x;}
.dlbutton:hover .leftpart {background: url('../images/buttons/dl_but_left.png') left -26px no-repeat!important;}
.dlbutton:hover .rightpart {background: url('../images/buttons/dl_but_right.png') right -26px no-repeat!important;}
.dlbutton .leftpart {
    background: url('../images/buttons/dl_but_left.png') left top no-repeat!important;
    left: 0px; width: 5px; height: 26px;
}
.dlbutton .rightpart {
    background: url('../images/buttons/dl_but_right.png') right top no-repeat!important;
    right: -1px; width: 5px; height: 26px;
}

.dlbutton .mid {
    display: block;
    padding: 6px 10px 5px 10px;
}

.dlbutton a {color: white; font-size: 12px; text-decoration: none;}

.bigbutton {
    height: 33px;
    position: relative;
    background: url('../images/buttons/big_but.png') 0 0 repeat-x;
    padding: 0;
    display: block;
    margin: auto;
    margin: 10px auto 10px auto;
    width: 130px;
    text-align: center;

}

.bigbutton .leftpart {
    background: url('../images/buttons/big_but_left.png') left top no-repeat!important;
    left: 0px; width: 5px; height: 33px;
}
.bigbutton .rightpart {
    background: url('../images/buttons/big_but_right.png') right top no-repeat!important;
    right: -1px; width: 5px; height: 33px;
}

.bigbutton .mid {
    display: block;
    padding: 9px 10px 5px 10px;
}

.bigbutton a {color: white!important; font-size: 12px; text-decoration: none!important;}
#dialog .bigbutton {margin: 10px auto 0 auto;}
#header #search_expand_cats {font-size: 10px;}
#header #search_expand_user {}
/* dlbutton */

/* forms */

#form1 {margin-top: 10px;}

.form1 {
    width: 900px;
    margin: auto;
    font-size: 12px;
}
.form1 textarea {width: 875px; margin: 0; border: 1px solid #ddd; padding: 10px; font-size: 15px;}
.form1 #submitBtn {width: 150px; height: 45px; margin-left: 370px;}

/* forms */

/* napoveda */


ul.helplist, ul.helplist ul {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 13px;
}
ul.helplist {
	padding-bottom: 20px;
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
}
ul.helplist li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	background-image: url(../images/help.gif);
  	background-repeat: no-repeat;
  	background-position: 0px 0px;
  	position: relative;
}
ul.helplist h4, ul.helplist h3, ul.helplist ul {margin-bottom: 12px;}
ul.helplist h4, ul.helplist h3 {margin-left: 0px;}
ul.helplist li.noicon {background-image: none; _margin-top: 20px;}

/* napoveda */

/* nabidky */

ul.list-ul li {
  display: block;
  font-size: 80%;
  line-height: 30px;
  _height: 150%;
  border-bottom: solid 1px #D3DADD;
  margin: 0px 5px 0px 5px;
  position:relative;
}
ul.list-ul li.borderNone, ul.list-ul-items li.borderNone {
  border: none;
}
ul.list-ul li a {
  display: block;
  height: 27px;
  padding: 4px 10px 4px 30px;
  color: #5A656B;
  text-decoration: none;

}

ul.list-ul li a:hover {
  display: block;
  height: 27px;
  /*background-color: rgb(230,237,242);*/
  background-color: #EBEBEB;
  color: rgb(74,109,149);
}
/* nabidky */

/* terms */

.terms {
    border-top:0px solid #969696; padding-top: 5px; text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 15px;
}
.terms p i { font-size: 90%;}
#terms { font-size: 12px; margin-top: 10px!important; }
#terms ul {margin: 0!important;}
#terms li {font-size: 11px!important;}
#terms {background: url('../images/ecko.png') bottom right no-repeat!important; padding-bottom: 25px;}

/* terms */

/* search HP */

#selectedFile {
    position: absolute;
    left: 0;
    color: #565656;
    font-size: 70%;
    width: 298px;
    height: 15px;
    padding: 3px 0 3px 0;
    margin: 1px 0 0 5px;
    z-index: 20;
}
#searchForm {text-align: center; padding-top: 45px; }
#searchForm .input {
    width: 460px;
    border: 1px solid #ccc;
    background: none;
    padding: 5px 5px 5px 5px;
}
#search_cats {font-size: 12px; margin-top: 15px; height: 18px; display: block; padding: 0px; position: relative; }
#search_cats_home {font-size: 12px; height: 18px; display: block; padding: 0px; margin: auto;  position: relative;}
#search_expand {cursor: pointer; text-decoration: underline; position: absolute; bottom: 0px; left: 0px;}
#search_expand_cats, #search_expand_user {border-collapse: collapse; margin: 0px auto 0 auto; position: absolute; top: 0px; left: 0;}
#search_cats_home #search_expand_cats {left: 100px; top: 5px;}
#search_expand_cats td.checkbox, #search_expand_user td.checkbox {width: 25px;}
.cat_block {padding: 0; display: block; padding-left: 20px; position: relative; margin: 0; margin-right: 5px;}
#search_expand_cats td, #search_expand_user td {vertical-align: middle;}
.search_cat_check {margin-top: 1px;}

#header #searchForm {position: absolute; left: 200px; top: 15px;}
#header #search_expand_cats, #header #search_expand_user {margin-left: 0; top: -10px; left: 3px; color: #666;}
#search #search_title {position: absolute; font-size: 11px; top: -18px; left: 7px; color: #666;}


/* search HP */

/* -- FormBox -- */
.formBox fieldset    { margin: 0 45px; padding: 0; border: 0 !important; }
.formBox    { position: relative; width: 600px; margin: 20px auto 0 auto; padding-bottom: 60px; }
#uploadmore {width: 170px; float: right; margin-top: -3px;}
#uploadmore .mid {padding-left: 0!important; padding-right: 0!important;}

.file .input-link {height: 17px; border: 1px solid #ddd; font-size: 13px; padding: 5px 5px 4px 5px; width: 700px; margin: 0;}
.file {
  margin: 0 0 22px 0;
  font-size: 13px;
}
.file td {vertical-align: top;}

.lab {
  margin-bottom: 2px;
  color: #5a656b;
  width: 555px;
  margin-top: 3px;
}
.lab strong {
    color: #f06103;
}

form#categories {width: 100%;}
form#categories .textarea {padding-top: 45px; margin-bottom: 0;}
form#categories .textarea textarea {width: 700px;}

.con textarea {
    margin: 5px 5px 0 0px;
    width: 550px; color: #686868;
    border: 1px solid #ddd; font-size: 13px; padding: 5px 5px 4px 5px;
}
.lab select {
    margin: 0;
    color: #686868;
    border: 1px solid #ddd; font-size: 13px; padding: 2px 5px 2px 5px;
}
.lab input.checkbox {width: 15px; height: 15px;}

/* -- FormBox -- */

/* facebook */
#facebookframe {position: absolute; left: 00px; top: 35px; border: 0px solid red; width: 200px!important; height: 21px; overflow: hidden; float: right;}
#facebookframe iframe {width: 120px;}
#facebookframefooter {position: absolute; left: 15px; top: -3px; border: 0px solid red; width: 140px; display: block; height: 20px; overflow: hidden; border: none!important;}
#facebookframefooter iframe {width: 200px;}
#fblike {position: relative; height: 0px; margin-left: 5px; width: 150px; display: inline; height: 22px; overflow: hidden;}
#fblike iframe {width: 150px; display: inline; height: 22px;}
.keywords #fblike {padding-top: 3px!important;}
#main_choose #facebookframe {left: 300px; top: -23px;}

#googleframe {position: absolute; left: 00px; top: 55px; border: 0px solid red; width: 200px!important; height: 25px; overflow: hidden;}
/* facebook */


/* x-login page */
#x-login {
    margin-top: 0px;
    border-collapse: collapse;
    text-align: center;
    width: 260px;
    font-size: 14px; color: #5A656B;
    margin-left: 35px;
}
#x-login .smaller {font-size: 11px;}
#x-login table tr {height: 15px;}
#x-login table td {height: 15px;}

.x-login {margin-top: 18px!important;}
#dialog #x-login {position: absolute; top: 60px; left: 5px;}
#newpass #x-login {width: 280px;}
#newpass #width3 {width: 65px;}
#newpass #width4 {width: 100px;}
#newpass #width5 {width: 20px;}
#newpass #regEmailHint {width: 235px; margin: 0;}

#x-login input[type=text], #x-login input[type=password] {height: 17px; padding: 2px 5px!important; width: 140px; margin: 0; position: relative; left: 0;}
#x-login #width1 {width: 90px;}
#x-login #width2 {width: 160px;}
#x-login td {height: 29px; text-align: left;}
#x-login .arrow-btn1 {cursor: pointer;}

#signupsmallblock, #signupsmallblock2 {
    margin: 130px auto 0 auto;
    text-align: left; width: 400px;
    padding: 25px;
    border: 1px solid #eee;
    position: relative;
}
#signupsmallblock2 {width: 420px;}
#signupsmallblock #badLogin {margin-left: 16px; width: 360px;}
#signupsmallblock #x-login tr, #signupsmallblock #x-login td {
    height: 20px;
}
#signupsmallblock table, #signupsmallblock2 table {border: 0px solid red; width: 380px;}
#signupsmallblock .form-unit-login {width: 180px;}

#signupsmallblock h2 {margin-left: 15px;}
#formLinks {
    color: black; text-align: left; font-size: .8em; width: 200px; padding-top: 15px;
}
#formLinksDiv {color: black; font-size: 1em; width: 319px;
               position: absolute; top: 43px; left: 25px; display: block; height: 32px;}
#formLinksDiv span {display: block; margin-top: 9px; margin-left: 13px;}
#formLinksDiv a, #formLinks a {color: black; }
.table_checkbox {width: 20px; padding: 0 0 1px 0;}

/* x-login page */

/* premium */
#premiumOptions {overflow: hidden; width: 615px; border: 0px solid red; margin: 25px 0px 0 25px; background-color: #f5f5f5;  border-collapse: collapse;}
#premiumOptions td {padding: 12px 15px 12px 15px; width: 33%; vertical-align: top; border-left: 1px solid white; border-left: 1px solid white; text-align: center;}
#premiumOptions td p {width: 180px; margin: auto; padding: 0;}
#premiumOptions a.download-button-orange {margin: 0; padding: 0; height: 40px; width: 160px; text-decoration: none; text-align: center; margin: auto;}
#premiumOptions a.download-button-orange span {top: 12px; width: 160px; color: white; margin: auto; padding: 0; margin: 0;}
#premiumOptions p.wide {width: 100%;}
/* premium */

/* pager */
.pagerWrapper {
    width: 100%;
    position: absolute;
    right: 2px;
    top: 5px;
    text-align: right;
    font-weight: normal;
    padding-right: 6px;
    font-size: 0.75em;
    margin-top: 3px;
}

.pagerWrapper, .pagerWrapperLeft, .pagerWrapperCentral {
    width: 500px;
    position: absolute;
    right: 2px;
    top: 5px;
    text-align: right;
    font-weight: normal;
    padding-right: 6px;
    font-size: 0.75em;
    margin-top: 3px;
}

.pagerWrapperCentral {width: 950px; margin: 0px auto 35px auto;
                     text-align: left; left:auto; right: auto; position: relative; height: 40px;}

.pagerWrapperLeft {
    left: 0px;
    text-align: left;
    margin-left: 5px;
    width: 440px;
}

.pagerWrapper a, .pagerWrapperLeft a, pagerWrapperRight a {
    cursor: pointer;
}

.pagerWrapperLeft li, .pagerWrapperRight li {display: inline;}
.pagerWrapperLeft li a, .pagerWrapperRight li a {
    float: left;
    border-left: 1px solid #bbb;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #d1d1d1;
    background: url('../images/pozadielong.gif') repeat-x;
    display: block;
    height: 13px;
    padding: 2px 6px 4px 6px;
    margin-right: 0px;
    text-decoration: none;
    color: #444;
    font-size: 11px;
}
.pagerWrapperLeft li a.last, .pagerWrapperRight li a.last {
    border-right: 1px solid #bbb;
    margin-right: 5px;
}

.pagerWrapperCentral a {float: none; display: inline; font-size: 130%; cursor: pointer; color: #666; text-decoration: underline; font-weight: normal; font-size: 13px;}
.pagerWrapperCentral li.orange a {color: #FA5F14!important; text-decoration: none; font-weight: bold; font-size: 14px;}
.pagerWrapperCentral li {float: left; display: block; background: url('../images/pozadielong.gif') repeat-x; padding: 11px 16px; border: 1px solid #d1d1d1; margin-right: 10px;}
.pagerWrapperCentral li a {height: 20px; background: none; text-decoration: none;}
.pagerWrapperCentral li.last {margin-right: 5px;}


.pagerWrapperLeft a:hover, .pagerWrapperRight a:hover {
    text-decoration: underline;
}
.pagerWrapperLeft .selected, .pagerWrapperRight .selected {
    padding-top: 4px;
    font-size: 11px;
    margin-left: 3px;

}
.pagerWrapperRight {margin-top: 3px; text-align: right;}
.pagerWrapperRight .newFolder {padding-left: 2px; padding-right: 2px; position: absolute; right: 0; top: 8px;}
.pagerWrapperRight .newFolder img {margin-top: 1px; float: left; }
/* pager */


/* login */
#homeloginform {margin-top: 10px;}
#homeloginform p {font-size: 11px; margin: 2px 0 0 5px; line-height: 15px;}
#homeloginform p a {font-size: 11px; text-transform: lowercase; line-height: 14px;}
#homeloginform #rememberMe {margin: 0; margin-right: 3px; margin-top: 1px;}
#homeloginform #rememberMep {margin-top: 5px;}
#homeloginform input.textinput {width: 181px; height: 18px; padding: 2px;}
#homeloginform .dlbutton {width: 80px; position: absolute; right: 14px; bottom: 29px;}
#homeloginform .dlbutton a {font-size: 11px; text-transform: lowercase;}
#homeloginform #loginlinks {position: absolute; left: 15px; bottom: 40px; margin: 0;}
#homeloginform #loginlinks a { font-size: 11px; color: black;}
#homeloginform .dlbutton .mid {
    display: block;
    padding: 6px 10px 5px 10px;
}

/* login */

/* other */
#classic-content ul.helplist li a, #classic-content ul.helplist li b {
  display: block;
  line-height: 25px;
  color: #5A656B;
  margin-left: 0px;
  padding-left: 25px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
}
#classic-content ul.helplist li .answer a {display: inline; padding: 0; margin: 0; line-height: inherit;}
#classic-content ul.helplist li a:hover {text-decoration: none;}
#classic-content ul.helplist li b:hover {text-decoration: none;}


.edisk-foto {
  margin: 10px 0px 10px 25px;
  border: 4px solid #ebebeb;
}

#contactLoading {position: relative;}
#contactLoading img {position: absolute; top: 90px; left: 133px;}
.adminPager {border: 0px solid red; margin-top: 55px; margin-left: 35px; width: 800px!important; margin-bottom: 25px; z-index: 1000;}
.falesny {display: block; height: 160px;}
#mainsearchbutton {margin-top: 30px;}
#searchbutton {width: 100px; margin-top: 1px;}
#searchbutton a {color: white!important; text-decoration: none;}
.showFileInfoButton {padding: 8px 0 0 8px; display: block; height: 17px; font-size: 12px; margin: -10px 0 10px -5px;}
.showFileInfo {margin-bottom: 35px;}
#downloadlistbutton {margin-top: 1px;}
#dialog .ebutton, #x-login .ebutton {margin: 10px 0 0 0;}
#badLogin {color: red; margin: 15px 0 15px 0; width: 250px; font-size: 9pt;}
.answer {margin-left: 15px; display: none; margin-bottom: 20px; width: 510px; padding: 15px; border: 1px solid #f2f2f2;}
#faqdiv h3 {margin-top: 35px;}
#faqdiv p b {display: block; text-decoration: underline; margin: 3px 0 0 0; cursor: pointer;}
#faqdiv p {padding: 0 0 0 10px;}
.dl_link a strong {line-height: 20px; overflow: hidden; display: block; height: 20px; margin: 0;}
#allfilesdiv {width: 170px; margin-left: 15px; font-size: 13px; margin-top: 5px;}
#searchlink {font-weight: bold;}
#searchTerm2 {width: 150px; margin: 0;}
#searchForm2 { height: 80px; padding: 0; margin: 0;}
#languages.fr {border: 0px solid red; height: 15px; display: block; margin-right: 25px; margin-top: -30px; padding: 0;}
table#languages {margin:15px 0 0 15px; padding: 0; margin-bottom: -5px;}
table td.side {min-width: 85px;}
#invoice-form {position: absolute; top: 58px; right: 40px;}
#fakturatable {margin-left: 22px; width: 320px; border-collapse: collapse; margin-top: 5px;}
#fakturatable td {height: 30px; padding: 0; vertical-align: middle;}
#fakturatable td input {width: 120px;}
#creditStep {border: 0!important;}
#creditStep p {width: 250px!important;}
#nextStep p {margin: 10px;}
#uploadButton {position: relative; text-decoration: none;}
#uploadButton img {position: absolute; top: 0px; left: 0px;}
#uploadButton div {position: absolute; top: 24px; left: 100px; font-weight: bold; font-size: 11px; width: 120px;}
#insertCodeP .dlbutton {position: absolute; top: 3px; right: 5px; height: 20px!important;}
#insertCodeP .dlbutton .leftpart {height: 20px;}
#insertCodeP .dlbutton .rightpart {height: 20px;}
#insertCodeP .dlbutton .mid {height: 10px; padding: 0; font-size: 11px;}


#lista {position: relative; z-index: 1000;}

#soubor-options #banner-bm {float: right!important;}
#soubor-options #banner-bm .reklama table {width: 250px;}
#soubor-options #banner-bm .reklama table a {float: right;}

.countryodstavec {width: 250px; margin-top: 0px; position: absolute; top: -35px; right: 55px;}


.user_payment_table {
	width: 945px;
	padding: 0;
	margin: 0;
        border-collapse: collapse!important;
        margin-bottom: 15px;
        border: 0;
}
.user_payment_table tr.header {
    background: #FFFAF6!important;
    font-size: 11px;
    color: #4f6b72;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.user_payment_table tr.header td {background: #FFFAF6!important; font-size: 12px; }
.user_payment_table th {
    font-size: 11px;
    color: #4f6b72;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 6px 6px 12px;
    background: white url(../images/bg_header.jpg) no-repeat;
    height: 12px!important;
}

.user_payment_table td {
    background: #fff;
    background-color: white;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0!important;
}
.user_payment_table tr.last td {
    border-bottom: 1px solid white!important;
}
.user_payment_table tr {height: 25px; border-bottom: 1px solid #f0f0f0!important;}
.user_payment_table tr.header {height: 25px;}
.user_payment_table tr.odd_orange td {background-color: #fdfdfd!important;}
#tab-credit-div .lista-content , #tab-unlimited-div .lista-content {font-size: 15px!important;}

#dialog #quickDownloadTable {display: block; width: 680px; margin-top: 10px; height: 420px!important; overflow: hidden; }
#dialog #quickDownloadTable td {vertical-align: top;}
#dialog #quickDownloadTable #creditStep {margin-left: 15px;}
#dialog #quickDownloadTable #creditStep .countDownLine {background: none; margin: 0; width: 300px!important;}
#dialog #quickDownloadTable #creditStep #mobile {width: 300px!important;}
#dialog #quickDownloadTable #smsTd {width: 340px!important; background: url('../images/sideline.jpg') center right no-repeat; }
#dialog #quickDownloadTable #loginTd {width: 310px!important; padding: 15px;}
#dialog #quickDownloadTable #loginTd p {margin: 0; width: 200px;}
#dialog #quickDownloadTable #loginTd .dlbutton {width: 90px; position: absolute; right: 20px; bottom: 0px;}
#dialog #quickDownloadTable #loginTd .dlbutton a {font-size: 11px; color: white; font-weight: normal;}
#dialog #quickDownloadTable #loginTd #loginlinks {position: absolute; left: 15px; bottom: 0px; margin: 0;}
#dialog #quickDownloadTable #loginTd #homeloginform {height: 160px; width: 200px!important; margin-top: 15px;}
#dialog #quickDownloadTable #loginTd div {position: relative; clear: both; padding: 15px; margin: 10px 0 0 10px;}
#dialog #quickDownloadTable #loginTd input.textinput {width: 220px;}
#dialog #quickDownloadTable .block-title {display: block; font-size: 11px; background-color: #f5f5f5; padding: 8px 15px; width: 200px;}
#dialog #quickDownloadTable #creditStep .block-title {width: 280px; margin: 38px 0 25px 10px;}


ul.termsseznam {margin: 20px 0 0 50px; font-size: 12px; width: 550px;}
ul.termsseznam li {list-style-type: disc; line-height: 18px; margin-bottom: 5px;}

.img_preview {
    width: 160px;
    height: 95px;
}

.img_preview .slideshow userstatusbarimg {width: 160px!important; height: 90px!important; display: none;}

#bonuscontent p {padding-bottom: 5px!important;}
#bonuscontent ul {margin-left: 50px;}
#bonuscontent li {color: #666; font-size: 12px; line-height: 22px; padding-left: 23px; background: url('../images/greybullet.png') 7px 8px no-repeat;}
#bonuscontent #titleimg {margin-left: -10px;}

#bonuscontent #blockodstavec {background: url('../images/zarabaj/block.png') no-repeat; display: block; height: 71px; width: 892px; margin: 15px auto; }
#bonuscontent #blockodstavec div {display: inline; float: left!important; height: 41px; padding-top: 26px; font-size: 16px; color: #888; letter-spacing: 0px; font-weight: normal; margin-right: 0px; background: none; width: 220px; text-align: center;}
#bonuscontent #blockodstavec div img {float: left;}
#bonuscontent #blockodstavec div a, #bonuscontent #blockodstavec div span {padding: 20px 0 20px 40px; height: 50px; text-decoration: none;}
#bonuscontent #blockodstavec div a.underline {text-decoration: underline;}
#bonuscontent #blockodstavec #icon_user a, #bonuscontent #blockodstavec #icon_user span {background: url('../images/zarabaj/icon_user.png') 0 12px no-repeat;}
#bonuscontent #blockodstavec #icon_folder a, #bonuscontent #blockodstavec #icon_folder span {background: url('../images/zarabaj/icon_folder.png') 0 12px no-repeat;}
#bonuscontent #blockodstavec #icon_world a, #bonuscontent #blockodstavec #icon_world span {background: url('../images/zarabaj/icon_world.png') 0 12px no-repeat;}
#bonuscontent #blockodstavec #icon_cash a, #bonuscontent #blockodstavec #icon_cash span {background: url('../images/zarabaj/icon_cash.png') 0 12px no-repeat;}
#bonuscontent #blockodstavec #separator {width: 3px; border-right: 1px solid #eee;}

#bonuscontent #blockodstavec a {color: #888;}

#propagace {position: fixed; top: 288px; left: 0; z-index: 100;}
#propagace .close {position: absolute; top: 23px; left: 2px; z-index: 10;}
#user_credit_content p.odstavec {width: 880px;}
#user_credit_content .big {font-size: 40px; line-height: 40px;}
#user_credit_content table td, #user_credit_content table tr {border-bottom: 0!important;}

#payform legend, #transferform legend, .payform legend  {color: #666; font-weight: bold;}
#payform, #transferform, .payform {color: #666; font-size: 12px;}
#payform input[type=text], #transferform input[type=text], .payform input[type=text] {width: 220px; height: 20px; border: 1px solid #ddd; padding: 2px 5px;}
#payform input[type=submit], #transferform input[type=submit], #smlouva input[type=submit], .payform input[type=submit] {width: 100px; height: 30px; margin: 10px 0 0 20px;}
#smlouva input[type=submit], #payform .fullWidth input[type=submit], .payform .fullWidth input[type=submit] {width: 180px; height: 40px; }
#smlouvaacceptform {width: 960px; text-align: center; margin-top: 25px; }
#payform .fullWidth input[type=submit], .payform .fullWidth input[type=submit] {margin-left: 0px;}

#smlouva {margin: 35px 0 35px 0;}
#smlouva ul {margin-left: 35px; color: #666; font-size: 14px; line-height: 22px;}
#smlouva ul li {padding-left: 23px; background: url('../images/greybullet.png') 7px 8px no-repeat;}
.nobullet li {background: none!important; padding: 0!important;}

#payform .fullWidth {text-align:left; margin-left: 0px; border: none!important;}

#kredit_akce {position: absolute; top: 8px; left: 30px;
              width: 50px; height: 25px; float: left;
}

.kredit_akce_cz {background: url('../images/zarabaj/akcecz.png') 30px 8px no-repeat!important;}
.kredit_akce_sk {background: url('../images/zarabaj/akcesk.png') 30px 8px no-repeat!important;}
.kredit_akce_en {background: url('../images/zarabaj/akceen.png') 30px 8px no-repeat!important;}
.kredit_akce_pl {background: url('../images/zarabaj/akcepl.png') 30px 8px no-repeat!important;}

#xxxtab {display: block; width: 110px; text-align: center; position: absolute; right: 0px; bottom: 0px; height: 13px; padding: 10px; background: url(../images/xxx-tab.png) 0 0 no-repeat;}
#xxxtabucet {width: 80px; text-align: center; height: 13px; padding: 10px 0; background: url(../images/xxxtabucet.png) 0 0 no-repeat; margin-right: 10px; border: none;}
.xxxa, a.xxxa:hover {text-decoration: none; border: none;}


#dialog #ftptable #quickDownloadTable {height: 380px!important;}
#dialog #quickDownloadTable #ftpTd {background: url('../images/sideline.jpg') center right no-repeat; height: 370px; padding-top: 25px; padding-right: 30px!important;}
#dialog #ftptable #quickDownloadTable #loginTd {padding-top: 52px; padding-left: 30px;}
#dialog #quickDownloadTable #ftpTd p {width: 250px!important; margin: 10px 35px 10px 45px;}
#dialog #ftptable {margin-top: 0px;}
#dialog #quickDownloadTable #ftpTd #ftpicon {background: url('../images/remote-ftp.png') 0 0 no-repeat; display: block; width: 128px; height: 128px; margin: 0px 10px 0 120px; }

#napovedacontent p.odstavec {width: 900px; padding: 0; margin-top: 40px;}
#napovedacontent p img.flimg {margin-right: 30px;}
#napovedacontent p img.frimg {margin-left: 30px;}
#napovedacontent p img {margin-bottom: 15px;}

#akcevydelavej {position: absolute!important; right: 100px; top: 15px; z-index: 100;}

#sklikReklama_9861 {margin-left: 11px;}
#sklikReklama_10708 {margin-left: 11px;}
#other-stuff #banner-bm .reklama table {float: right}


#movebutton .mid {padding-top: 2px; }
#movebutton a {color: white;}
#movebutton {margin: 0px 0 0 10px;}

.overslideshow {position: absolute; left: 0px; top: 0px; width: 172px; height: 100px; z-index: 100;}

.lightbox-paypalcreate form div {font-size: 12px!important; width: 280px!important; text-align: center!important; border: 1px solid red;}

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 10px 0;
                padding: 6px 15px 6px 30px;
                border: 1px solid;
                background-position: 10px 6px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                }

.attention {
                background: #fffbcc url('../images/icons/exclamation.png') 12px 13px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('../images/icons/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* partners */

.partner-container p.odstavec {width: 880px!important;}

.cardbutton, .cardbutton .mid {color: #aaa!important;}

.iframeform input {width: 100px!important;}
.iframeform span {margin: 5px 10px 0 0;}
.iframeform td {width: 250px;}
.iframeform span.description {width: 100px;}

.partnerul li {list-style-type: none!important; background: url('../images/greybullet.png') 7px 8px no-repeat; padding-left: 22px;}
.partnerul {width: 330px; line-height: 22px; font-size: 12px; padding: 0; }

#signuppartnerblock {background: url('../images/partner/prihlaseni.png') 0px 0px no-repeat; display: block; width: 840px; height: 210px; padding: 22px 18px; margin-left: 15px; margin-top: 50px;}
#signuppartnerblock #signupsmallblock {float: left; margin-top: 0; margin-right: 0px; border: none;}
#signuppartnerblock #earnitems {width: 350px; float: left; padding-top: 25px;}
h2.partnertitle {text-align: center; color: #666; font-size: 75%; z-index: 11; position: absolute; top: 110px; right: 450px;}

.partnerblock {background: url('../images/partner/partners.jpg') 560px 10px no-repeat;}
.partnerblock input {border: 1px solid #ddd;}

#earnitems .dlbutton a {font-size: 70%;}
#earnitems .dlbutton .mid {padding-top: 6px;}

.partnerreg label, .requiredText {font-size: 80%; color: #555; line-height: 28px;}
.partnerreg input, .partnerreg select {padding: 3px;}
.partnerreg #submitSignupPartner {height: 45px;}

.partner_img {margin-right: 5px;}
.partner_links .orange {margin: 0px 10px; line-height: 30px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 5px 15px; background: #f5f5f5;}

#loginFormPartner {margin-top: -5px;}


