/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
END RESET
*/

/* Cervena #c02126 */

body {
  font-family: Arial, helvetica, sans-serif;
  background: #fff url('../img/bg.png');
  margin: 0px;
  padding: 0px;
  color: #777777;
}

a {
  text-decoration: none;
  color: #c02126;
}

a:hover {
  text-decoration: underline;
}

input {
    color: #777777;
    outline: 0;
}

input[type="text"], input[type="email"], input[type="password"], input.text-input, textarea {
    border: solid 1px #d6d6d6;
    background: #fff;
    padding: 10px 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 0 7px 1px #d6d6d6;
    -moz-box-shadow: inset 0 0 7px 1px #d6d6d6;
    -webkit-box-shadow: inset 0 0 7px 1px #d6d6d6;
    width: 184px;
}
select {
    width: 200px;
    padding: 10px 7px;
}
.input-div {
  min-height: 30px;
}
.input-div strong {
    display: block;
    float: left;
    width: 120px;
    padding: 13px 0px;
}
.input-div a.remove {
    font-weight: bold;
    float: none;
    padding: 0px;
    clear: none;
}

.chead {
    background:#c02126;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.filelist th, .filelist td {
    padding : 5px 10px;
}

.filelist tr:hover td {
    background: #f2f2f2;
}
.filelist tr.chead:hover td {
    background: #c02126;
}
.filelist tr.whiteone:hover td {
    background: #fff ;
}

textarea {width: auto;}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input.text-input:focus, textarea:focus {
    
}
span.error {display: block; font-size: small;}

label.small-label {font-size: small;}

strong {font-weight: bold;}


.wrapper {
  width: 920px;
  margin: 20px auto 0px auto;
  padding: 20px;
  smin-height: 695px;
}

.clear {
  clear: both;
}

.left {
  float: left;
  width: 380px;
}

.right {
  float: left;
  width: 420px;
  margin: 2px 0px 0px 0px;
}

.center {
    text-align: center;
    margin: 0px auto;
}

.redpen {
  float: left;
  width: 48px;
  height: 694px;
  background: url('../img/pen.png');
  margin: 10px 35px 0px 35px;
}

.logo {
  width: 100px;
  height: 30px;
  /*background: url('../img/logo.png');*/
  float: left;
}

.logo a {
    float: left;
    width: 100%;
    height: 100%;
}

.top {
  border: solid 1px #d0d0d0;
  background: #fff;
  padding: 10px;
  margin: 0px 0px 10px 0px;
}

.logo h1 {
  position: absolute;
  sleft: -9999px;
  font-size: 2em;
}

.logo span {
  position: absolute;
  left: -9999px;
}

.menu {
  float: right;
  list-style: none;
  height: 30px;
  sbackground: red;
  padding: 0px;
  margin: 0px;
}

.menu li {
  display: block;
  float: left;
  margin: 0px 15px 0px 0px;
  font-size: 16px;
  line-height: 30px;
}

.menu li.last {
  margin: 0px;
}

.menu li a {
  text-decoration: none;
  color: #777777;
  /* font-family: 'Arial Narrow', sans-serif;*/
}

.menu li a:hover, .menu li a.selected {
  color: #c02126;
}

.hiwstrong {
  color: #c02126;
  font-size: 23px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

.step {
  padding: 0px 20px 0px 70px;
  margin: 0px 0px 30px 0px;
  font-size: 13px;
  color: #777777;
  float: left;
  height: 100px;
}

.step strong {
  color: #c02126;
  font-size: 21px;
}

.step strong.last {
  font-size: 17px;
}

.step.s1 {
  background: url('../img/01.png') no-repeat scroll 0px 5px;
  width: 240px;
  padding: 0px 20px 0px 60px;
}

.step.s2 {
  background: url('../img/02.png') no-repeat scroll 0px 5px;
  width: 230px;
}

.step.s3 {
  background: url('../img/03.png') no-repeat scroll 0px 5px;
  margin: 0px 0px 20px 0px;
  width: 210px;
  padding: 0px 0px 0px 70px;
}

.today .button {
  display: block;
  background: url('../img/korektura_button.png') no-repeat;
  width: 225px;
  height: 45px;
  margin: 0px 0px 10px 0px;
}

.today {
  padding: 0px 0px 0px 80px;
  font-size: 11px;
  width: 240px;
}

.today span {
  display: block;
  padding: 0px 10px;
}

.today .button span {
  position: absolute;
  left: -9999px;
}

.closed {
  background: url('../img/zatvorene.png') no-repeat;
  padding: 32px 0px 0px 130px;
  font-size: 13px;
  height: 68px;
  margin: 0px 0px 30px 0px;
}

.newsletter {
  margin: 0px 0px 30px 0px;
  font-size: 11px;
}

.newsletter strong {
  color: #c02126;
  font-size: 19px;
}

.newsletter input[type="text"] {
  background: url('../img/subscribe_window.png') no-repeat;
  width: 245px;
  height: 34px;
  border: 0px;
  color: #777777;
  padding: 0px 10px;
}

.newsletter input[type="submit"] {
  background: url('../img/send_button.png') no-repeat;
  width: 62px;
  height: 34px;
  border: 0px;
}

.newsletter form {
  margin: 5px 0px 0px 0px;
}

.newsletter form fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
}

.social {
  margin: 0px 0px 30px 0px;
}

.social strong {
  font-size: 19px;
  color: #c02126;
}

.keyboard {
  width: 450px;
  height: 325px;
  background: url('../img/keyboard.png') no-repeat;
  margin: 50px 0px 0px 0px;
}

.footer {
  width: 960px;
  font-size: 11px;
  margin: 10px auto;
  text-align: center;
}

.footer p {padding: 0 0 3px 0;}

.stepbox2 {
  height: 220px;
}

.stepbox2 .step {
  background-image: none;
}

.stepbox2 .numh {
  font-size: 92px;
  color: #c02126;
}

.stepbox2 .numh.s1 {
  background: url("/img/01.png") no-repeat scroll 0 21px transparent;
  padding: 0 0 0 50px;
}

.stepbox2 .numh.s2 {
  background: url("/img/02.png") no-repeat scroll 0 90px transparent;
  padding: 72px 0 0 60px;
}

.stepbox2 .numh.s3 {
  background: url("/img/03.png") no-repeat scroll 0 21px transparent;
  padding: 0 0 0 60px;
}

.stepbox2 .step strong {
  font-size: 17px;
}

.separator {
  font-size: 23px;
}

.credits {
    line-height: 30px;
    color: #fff;
    background: #777777;
    padding: 0px 10px;
	-webkit-border-radius: 10px;
}

.menu li a.credits-link {color: #fff; font-weight: bold; float: left; border-right: 1px solid #fff; }
.menu li a.credits-link:hover {color: #fff;}

.citation {
  display: none;
  height: 100px;
  background: url("/img/citat.png") no-repeat scroll 277px 30px;
}

.penreg {
  background: url("/img/pen3.png") no-repeat scroll 296px 31px transparent;
  height: 110px;
  padding: 25px 0px 0 80px;
}

input.penreg {

}

.bigreg {
  display: block;
  width: 172px;
  height: 81px;
  background: url('/img/reg.png') no-repeat;
}

.bigreg:hover {
  text-decoration: none;
}

.bigreg span {
  position: relative;
  top: -9999px;
}

.mail a span {
  color: #c02126;
}

.keyboard3 {
  background: url('/img/keyboard3.png') no-repeat 0px 0px;
  width: 331px;
  height: 152px;
  margin: 0px 20px 0px 0px;
  float: left;
}
.korektury-zp {
  background: url('/img/cp_korektury_zp.jpg') no-repeat 0px 0px;
  width: 331px;
  height: 152px;
  margin: 0px 20px 0px 0px;
  float: left;
  position:relative;
}
.korektury-zp a {
    position: absolute;
    display:block;
    width: 100%;
    height: 100%;
}

.work {
  margin: 20px 0px 0px 0px;
}

.work .info {
  float: right;
  width: 569px;
}

.infoBox1 {
    float: left;
    width: 270px;
}

.infoBox2 {float: left; margin: 0 0 0 15px; width: 283px;}

.mail {
  float: left;
  height: 33px;
  margin: 0px 0px 10px 0px;
}

.mail p { float: left; font-size: 11px; width: 255px; padding: 0px; margin: 0px 14px 0px 0px; }
.mail a {
  color: #777;
  float: left;
  font-size: 24px;
  font-weight: bold;
}

.about {
  margin: 10px 0px 0px 0px;
  float: left;
  width: 270px;
  font-size: 11px;
}

.watch {}
.watch a {font-size: 11px; display: block;}
.watchlinkbox {float: left; width: 150px;}
.watch a:hover {text-decoration: underline;}
.watch .button {float: left; width: 38px; height: 38px; margin: 5px 10px 0 0;}
.watch .facebook {background: url(../img/fbicon.png);}
.watch .twitter {background: url(../img/twittericon.png);}

.about strong {
  font-size: 15px;
}

.firstBox {
    margin: 5px 0 0 0;
}

table{
  width: 100%;
}

.stepbox3 {
  height: 240px;
}

.prices {
  width: 685px;
  margin: 0px auto 50px auto;
}

.pricebox {
  float: left;
  text-align: center;
  font-size: 11px;
  background: rgba(248,248,248,0.4);
  border: 1px solid #eaeaea;
}

.otherpricebox {
  width: 150px;
  padding: 15px 5px;
  margin: 15px 0 0 0;
  border-right: 0;
}

.cervenepricebox {
  width: 185px;
  margin: 0;
  padding: 30px 5px;
  background: rgba(250,249,247,0.8);
}

.cervenepricebox span.name {margin: -5px 0 15px 0;}

.divide {width: 130px; height: 1px; border-top: 1px dashed #d3d3d2; border-bottom: 0; border-left: 0; border-right: 0;}
.cervenepricebox .divide { width: 170px; }

.pricebox .name {
  display: block;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 21px;
  color: #444;
}

.pricebox a.paypalcheckout {
    background: url('https://www.paypal.com/en_US/i/logo/PayPal_mark_50x34.gif') no-repeat;
    background-position: center;
  display: block;
  height: 42px;  
}
.pricebox a.tatrapaycheckout {
    background: url('http://www.tatrabanka.sk/web/images/tp_ep1.gif') no-repeat;
    background-position: center;
  display: block;
  height: 31px;  
}


.pricebox .description {
  font-family: Arial, helvetica, sans-serif;
  display: block;
  margin: 20px 0px;
  color: #444;
}

.newsletterbox {float: left; margin: 10px 0 0 0;}

.docs {float: left; width: 100%; font-weight: bold; font-size: 18px; padding: 0 0 10px 10px; color: #333; margin: 15px 0 0 0;}

.tablewrapper {padding: 10px; background: white; float: left; width: 900px;margin: 0px 0px 10px 0px;border: solid 1px #d0d0d0;}
table { font-size: 13px; color: #555; }
table thead {/* border-bottom: 1px solid #ccc; */}
table th {text-align: left; padding: 3px 0; font-weight: bold;}
table td {padding: 3px 0;}
table .docsth3 {width: 120px;}

tr.even {background: #f1f1f1;}
tr.just-uploaded {background-color: #fee;}
tr.just-uploaded.even {background-color: #fdd;}

.input-div {padding-bottom: 12px;}
.input-div.input-div-small-padding {padding-bottom: 0px;}

/* Validation errors */
.error {color: #C02126;}
input.error {border-color: #C02126;
    box-shadow: inset 0 0 4px 1px #C02126;
    -moz-box-shadow: inset 0 0 4px 1px #C02126;
    -webkit-box-shadow: inset 0 0 4px 1px #C02126;
}

.loginButton {width: 164px; height: 56px; background: url('../img/loginButton.png'); border: 0; margin: 10px 0 0 0; cursor: pointer;}
.registerButton {width: 172px; height: 81px; background: url('../img/reg.png'); border: 0; margin: 10px 0 0 0; cursor: pointer;}

/* Popup menu stuff styles */
#popupwrap {position: relative; float: left; margin: 0px 10px 0px 10px; height: 30px; }
#popupwrap a img { position: relative; top: 3px; }
.usersettings {float: right; width: 21px; height: 21px; display: block; background: url('../img/avatar_white.png'); margin: 3px 0 0 5px; position: relative; top: 1px; }
li.withpopup { background: #c02126; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 0 5px 0px 10px; }
li.withpopup a { color: #fff; }
li.withpopup a:hover { color: #fff; }
.popup {width: auto; position: absolute; background: #dfdfdf; display: none; left: -10px;}
#popupwrap:hover .popup {display:block;}
div.popup a {display: block; font-size: 15px;  line-height: 25px; padding: 0 5px; color: #494849; text-align: right;}
div.popup a:hover {background: #c0c0c0; scolor: #dfdfdf;}

/* Settings form */
.column {float: left; width: 33%;}
.column-3 {}
.column h4 {color: #C02126; padding: 0 0 7px 0;}

.profile-edit-contacts {margin: 40px 0 0 0; }
.profile-edit-submit button {width: 164px; height: 85px; background: url('../img/ulozit_udaje.png'); border: 0; margin-top: 10px; cursor: pointer;}
.input-div, .column h4, .column p {width: 400px; margin: 0 auto;}
.submitwrapper {width: 164px; margin: 0 auto;}
.input-div label {font-size: 12px;}
.input-div input.otheruserdata {width: 152px; padding: 4px 5px; margin: 0 0 0 5px; }
p.moredata {margin-top: 10px; font-size: 13px; padding: 0 0 10px 0; line-height: 16px;}

/* Message panel */
#messagepanelwrapper {width: 100%;position: fixed; top:0; margin: 0px auto; }
#messagepanel {
    position: relative; border: 1px solid #ccc; border-top: 0;
    width: 880px;background: #efefef; padding: 10px 30px;  margin: 0px auto; display: none; font-size: 13px; text-align: center;
    border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px;
    box-shadow: 0px 3px 10px 0px #777; -moz-box-shadow: 0px 3px 10px 0px #777; -webkit-box-shadow: 0px 3px 10px 0px #777; -o-box-shadow: 0px 3px 10px 0px #777;
}
#messagepanel-close {position: absolute; right: 7px; top:1px; color: #555; font-size: 30px; font-weight:bold;}
#messagepanel-close:hover {text-decoration: none; color: #C02126;}
#messagepanel.errormessage {color: #C02126;}
#messagepanel.okmessage {color: #24a913;}
#messagepanel.normalmessage {color: #555;}

#browse-files, #upload-text-form button { height: 30px; width: 140px; background: #C02126; color: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 0; cursor: pointer;}

/* Upload wrapper */
.uploadwrapper {width: 520px; margin: 0 auto;}

/* Tabs */
.tabwrapper {float: left; width: 100%;}
.tabwrapper div {float: left; padding: 10px; margin: 0 0 0 1px; cursor: pointer; text-align: center; border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; color: #fff;}
.tabwrapper div.activetab {background: #C02126;}
.tabwrapper div.inactivetab {background: #505050;}
.tabwrapper div.filetab {margin: 0 0 0 20px;}

.uploadresultwrapper {}
#upload-text-form {display: none;}
#upload-text-form textarea {width: 450px; height: 150px;}
#upload-text-form button {margin: 0 auto; margin-top: 10px; display: block;}

#after-upload {margin: 20px 0 0 0; text-align: center;}
#after-upload strong {font-weight: bold;}
#after-upload .message {padding: 10px 0; background: url('../img/ok.png') no-repeat; text-align: left; background-position: 0 50%;}
#after-upload .message span {margin: 0 0 0 30px; display: block;}
#after-upload .column1, #after-upload .column2 {float: left; width: 210px; padding: 0;}
#after-upload .column1 {padding-right: 20px;}
#after-upload .column2 {padding-left: 20px; border-left: 1px solid #ccc;}
#after-upload .orderbutton {padding: 10px; color: #fff; border-radius: 13px; -moz-border-radius: 13px; -webkit-border-radius: 13px; cursor: pointer; display: block;}
#after-upload .orderbutton span {display: block; padding: 7px 0;}
#after-upload .orderbutton strong {padding: 8px 0 5px 0; display: block; font-size: 20px;}
#after-upload .standard, #after-upload .klasik, #after-upload .express, #after-upload .expres {background: #C02126;}
#after-upload .disabled {background: #505050;}
#after-upload .disabled:hover {text-decoration: none;}
#after-upload .column1 p, #after-upload .column2 p {padding: 7px 0;}
#after-upload .buycredit {color: #fff; background: #C02126; padding: 10px; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; cursor: pointer; display: block; width: 100px; margin: 0 auto; margin-top: 15px;}
#after-upload a.buycredit:hover {text-decoration: none;}

.pinfo { font-size: 11px; text-align: center; width: 90%; margin: 30px auto 0px auto; }
.admin { position: absolute; top: 0; width: 80px; font-size: 10px; }
.typo label { font-size: 11px; position: relative; top: -3px; }
.invite { text-align: center; }

/* static */
.static {line-height: 1.3;}
.static p {display:block; padding-bottom: 20px; }
.static b, .static strong {font-weight: bold;}
.static i, .static em {font-style: italic;}
.static .big {font-size: 160%;}
.static ol, .static ul {padding-left: 20px;list-style-position: outside; padding-bottom: 20px;}
.static ol li {list-style-type: decimal;}
.static ul li {list-style-type: disc;}

.input-div a { float: left; width: 200px; clear: right; padding: 13px 0px 10px; }
.input-div .cboxes { clear: left; }