body {
 margin: 0; padding: 0; font-size: 12px; font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
 background: #fdf8d6;
}

a:link, a:visited, a:active {
 color: #686300; text-decoration: none;
}
a:hover {
 text-decoration: underline; 
}
img {
 border: none;
}
p {
 margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0; padding: 0;
}
input:focus {
 outline: 1px solid #ffe541; 
}
input.povinne:focus {
 outline: 1px solid #ff363b; 
}
.chybicka {
 display: block; margin: 7px 0 2px 0; padding: 0 10px 0 10px; color: #ff0000;
}
.ok {
 display: block; width: 400px; margin: 7px 0 7px 10px; padding: 7px; color: #535f68; background: #cbe8ff; border: 1px solid #a2bacc;
}

.red {
 color: #ff0000;
}
 
.whitewindow {
 display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ffffff;
}
.whitewindow .loader {
 position: absolute; top: 45%; left: 50%;
}
.errorwindow {
 display: none; position: absolute; top: 5px; left: 5px; width: 380px;
 padding: 7px; color: #ca0000; background: #fff2f2; border: 2px solid #ffbebe;
}
.errorwindow .close {
 position: absolute; top: 5px; right: 5px;
}

.specialnyoznam {
 display: none; position: absolute; bottom: 5px; left: 5px; width: 415px; font-size: 13px;
 padding: 7px 23px 7px 7px; color: #4c5d22; background: #cfff5c; border: 2px solid #7c9937;
 opacity: 0.95; filter: alpha(opacity=95); z-index: 1;
}
.specialnyoznam .close {
 position: absolute; top: 5px; right: 5px;
}

hr {
 height: 2px; margin: 15px 0 10px 0; padding: 0; background: url(../img/hr.png) repeat-x left top; border: none;
}

h1 {
 margin: 15px 0 10px 10px; padding: 0; font-size: 24px; color: #000000; font-weight: normal;
 font-family: Arial;
}
h1 small {
 display: block; font-size: 14px; margin: 0 0 0 0;
}
.whattext {
 margin: 20px 0 30px 0; padding: 0 10px 0 10px; text-align: center; font-size: 14px;
}
.whattext.stavnaotazku {
 margin: 5px 0 5px 0; padding: 0 10px 0 10px; text-align: left; font-size: 14px;
}
.whattext.stavnaotazku strong {
 display: block; padding: 5px 0 0 0;
}
.whattext.stavnaotazku label {
 display: block; float: left; width: 80px; margin: 0 0 0 10px;
}
.whattext.stavnaotazku span {
 display: block; float: left;
}
.buttons.stavnaotazku .spat {
 float: right; margin: 0 10px 0 0;
}

.whattext.unas {
 margin: 5px 0 5px 0; padding: 0 10px 0 10px; text-align: left; font-size: 14px;
}
.whattext.unas u {
 display: block; margin: 0 0 7px 0; text-decoration: none;
}
.whattext.unas span.nasklade {
 margin: 5px 0 0 0; padding: 0 0 0 0; text-align: left; color: #1c6192;
}
.whattext.unas label {
 display: block; float: left; width: 80px; margin: 0 0 0 10px;
}
.whattext.unas span {
 display: block; float: left;
}

.buttons {
 position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 0 10px 0;
}
.buttons .spat {
 float: left; margin: 0 0 0 20px;
}
.buttons .dokosika {
 float: right; margin: 0 10px 0 0;
}

.maprevedenialabel {
 display: block; margin: 7px 0 4px 7px; font-weight: bold; color: #000000;
}
.prevedenia {
 max-height: 220px; padding: 0 6px 0 6px; font-size: 80%; overflow-y: auto;
}
.prevedenia table {
 width: 100%; margin: 0; border: 1px solid #a6b9be;
}
.prevedenia table {
 width: 100%; margin: 0; border: 1px solid #a6b9be;
}
.prevedenia table thead th {
 padding: 4px 6px 4px 6px; text-align: left; color: #ffffff; background: #7b7968;
}
.prevedenia table tbody td {
 padding: 4px 6px 4px 6px; font-size: 100%;
}
.prevedenia table tbody tr.second {
 background: #f7f2d1;
}
.prevedenia table tbody td.idcode {
 text-align: center; font-weight: bold;
}
.prevedenia table tbody td.ceny {
 padding-right: 10px; text-align: right;
}
.prevedenia table tbody td.nasklade {
 text-align: center;
}
.prevedenia table tbody tr {
 cursor: pointer;
}
.prevedenia table tbody tr:hover td {
 background: #e5fcde;
}
.prevedenia .skladom {
 color: #1c6192;
}
.prevedenia .ine {
 color: #000000;
}
.prevedenia .ine.vypredane {
 color: #ff0000;
}

form input:focus {
 outline: 1px solid #ffe541; 
}
form input[type=text] {
 width: 200px; padding: 5px 7px 5px 7px; font-size: 12px; color: #888888;
 border: 1px solid #cfcfcf; -moz-border-radius: 2px; border-radius: 2px; -webkit-border-radius: 2px;
}
form textarea {
 font-size: 14px; color: #888888; border: 1px solid #cfcfcf; -moz-border-radius: 2px; border-radius: 2px; -webkit-border-radius: 2px;
}

form label {
 display: block; font-weight: bold; margin: 7px 0 5px 0;
}
form label em {
 font-weight: normal; color: #000000;
}
form textarea.text {
 width: 100%; height: 100px;
}

.addtiket h1 {
 margin-top: 10px; padding-left: 58px; padding-top: 4px; height: 28px; background: url(../img/obalka52x33.png) no-repeat 0 0;
}
.addtiket form {
 padding: 0 16px 0 10px;
}
.addtiket form select {
 float: left;
}
.addtiket form span {
 display: block; float: left; margin: 4px 0 0 7px;
}
.addtiket form input[type=text] {
 width: 260px;
}
.addtiket form textarea {
 width: 100%; height: 150px;
}
.addtiket form .left {
 float: left; margin: 0 7px 0 0;
}
.addtiket form .selectmenu {
 float: left; margin: 0; width: auto;
}
.addtiket form .selectmenu label {
 font-weight: normal; background-position: 
}

.addtiket.addodp {
}
.addtiket.addodp form .text  {
 height: 100px;
}
.addtiket.addodp .otazkaodpoved {
 height: 280px; overflow-y: scroll; margin: 10px 0 0 5px;
}
.addtiket.addodp .otazkaodpoved .otazka {
 width: 760px; margin: 0 0 0 0; padding: 7px; 
 background: #ecf4f6; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; color: #000000;
}
.addtiket.addodp .otazkaodpoved .otazka h2 {
 margin: 0 0 7px 0; padding: 0; font-size: 15px; font-weight: normal;
}
.addtiket.addodp .otazkaodpoved .otazka h3 {
 margin: 0 0 7px 0; padding: 0; font-size: 13px;
}
.addtiket.addodp .otazkaodpoved .odpoved {
 width: 760px; margin: 3px 0 0 0; padding: 7px; 
 -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; color: #000000;
}
.addtiket.addodp .otazkaodpoved .odpoved h2 {
 margin: 0 0 7px 0; padding: 0; font-size: 15px; font-weight: normal;
}
.addtiket.addodp .otazkaodpoved pre {
 margin: 0; padding: 0; font-family: arial; font-size: 12px;
}

.selectoptions {
 margin: 0 0 7px 0;
}
.selectoptions .mytheme {
 float: left;
}
.selectoptions .mytheme .selectyzeValue {
 width: 260px; margin: 0; padding: 5px 7px 5px 7px; font-size: 12px; color: #888888;
 background: #ffffff url(../img/selectoptionsbg.png) no-repeat right 7px top 7px; border: 1px solid #cfcfcf;
 box-shadow: inset 0 0 15px #f8f8f8; -moz-box-shadow: inset 0 0 15px #f8f8f8; -webkit-box-shadow: inset 0 0 15px #f8f8f8;
 -moz-border-radius: 2px; border-radius: 2px; -webkit-border-radius: 2px;
}
.selectoptions .mytheme .UlSelectize {
 top: 28px; left: 0px; width: 274px; background: #ffffff; border: 1px solid #e5e5e5; 
 max-height: 400px; overflow: auto; 
}
.selectoptions .mytheme li a {
 padding: 5px 7px 5px 7px; font-size: 12px; color: #000000;	background: transparent; border: 1px solid #ffffff;
}
.selectoptions .mytheme li a:hover {
 background: #3399ff; color: #ffffff;
}

.selectmenu .blokHIDE {
 display: none;
}
.selectmenu .blokHIDE.active {
 display: block;
}
.selectmenu input[type=checkbox] {
 display: none;
}
.selectmenu label.checkboxONOFF {
 display: block; width: 200px; height: 22px; margin: 4px 0 0 0; padding: 4px 0 0 23px;
 background: url(../img/forms-thinks.png) no-repeat -10px -7px; cursor: pointer;
}
.selectmenu label.checkboxONOFF:hover {
 background: url(../img/forms-thinks.png) no-repeat -10px -107px;
}
.selectmenu label.checkboxONOFF.selected {
 background: url(../img/forms-thinks.png) no-repeat -10px -57px;
}
.selectmenu input[type=radio] {
 display: none;
}
.selectmenu label.radioONOFF {
 display: block; width: 500px; height: 22px; padding: 0 0 0 23px;
 background: url(../img/forms-thinks.png) no-repeat -900px -7px; cursor: pointer;
}
.selectmenu label.radioONOFF:hover {
 background: url(../img/forms-thinks.png) no-repeat -900px -107px;
}
.selectmenu label.radioONOFF.selected {
 background: url(../img/forms-thinks.png) no-repeat -900px -57px;
}
.selectmenu input[type=button] {
 width: 110px; height: 28px; color: #6f5f00; font-weight: bold; line-height: 100%;
 background: url(../img/forms-thinks.png) no-repeat -10px -200px; border: none; cursor: pointer;
}
.selectmenu input[type=submit] {
 width: 110px; height: 28px; color: #6f5f00; font-weight: bold; line-height: 100%;
 background: url(../img/forms-thinks.png) no-repeat -10px -200px; border: none; cursor: pointer;
}
@-moz-document url-prefix() {
 .selectmenu input[type=button] {
  background: url(../img/forms-thinks.png) no-repeat -10px -198px;
 }
 .selectmenu input[type=submit] {
  background: url(../img/forms-thinks.png) no-repeat -10px -198px;
 }
}


.produktznamemu label {
 float: left; width: 130px; margin: 14px 0 0 20px; font-size: 14px; color: #000000;
}
.produktznamemu label small {
 font-weight: normal;
}
.produktznamemu input[type=text] {
 float: left; width: 250px; height: 32px; margin: 7px 0 0 0; padding: 0 7px 0 7px; font-size: 16px; color: #888888;
 border: 1px solid #c2bc94; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px;
}
.produktznamemu input[type=password] {
 float: left; width: 250px; height: 32px; margin: 7px 0 0 0; padding: 0 7px 0 7px; font-size: 16px; color: #888888;
 border: 1px solid #c2bc94; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px;
}
.produktznamemu input[type=image] {
 margin: 10px 0 0 0;
}
.produktznamemu a.linkFB {
 float: right; margin: 0 10px 0 0; padding: 9px 0 10px 40px; font-size: 15px; color: #3c5a98;
 background: url(../img/fbICON_30.png) no-repeat left center;
}

.infoBlok {
 margin: 12px 0 4px 0; padding: 10px 10px 10px 10px; font-weight: normal; font-size: 16px; color: #4a4a4a; background: #f9f9f9;
 -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; border-bottom: 1px solid #e9e9e9;
}

.hr {
 height: 2px; margin: 15px 0 10px 0; padding: 0; background: url(../img/loginline.png) repeat-x left top;
}
