/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 13px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #B8B9BC;
  background: none #000000;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #B8B9BC;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #00A4E8;
  text-decoration: underline;
}
a:hover {
  color: #00A4E8;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em { /* oprava bugu MS IE 6 */
  _text-indent: 2px;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #FFFFFF;
  font-weight: normal;
}
h1 {
  padding: 0px 0px 14px 0px;
}
h1 , h1 * {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
h2 {
  padding: 0px 0px 14px 0px;
}
h2 , h2 * {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
h3 {
}
h3 , h3 * {
}
h4 {
}
h4 , h4 * {
  font-size: 12px;
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
}
sub {
}
sup {
  line-height: 7px;
  font-size: 7px;
}
table {
  border: 0px none;
  border-collapse: collapse;
  margin: 0px;
}
table td {
  padding: 0px;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-right , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.text-top , .t-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-bottom , .t-b {
  vertical-align: bottom !important;
}
.error , .error * {
  color: #FF0000 !important;
}
.error input {
  border: 1px solid #FF0000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}
.ready , .ready * {
  color: #00FF00 !important;
}
.ready input {
  border: 1px solid #00FF00 !important;
}
tr.ready td {
  border: 0px none !important;
  border-top: 1px solid #00FF00 !important;
  border-bottom: 1px solid #00FF00 !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.print {
  display: none;
}
.invisible {
  visibility: hidden;
}
/* --- form --- */
.formtext {
  border: 1px solid #404040;
  background-color: #202020;
  color: #FFFFFF;
  padding: 1px 2px 0px 2px;
  margin: 0px;
}
input.formtext {
  height: 16px;
  width: 200px;
}
textarea.formtext {
  overflow: auto;
}
input.formcheck {
  height: auto;
  width: auto;
}
.button {
  border: 1px solid #DA8D00;
  background-color: #DA8D00;
  color: #FFFFFF;
  line-height: 12px;
  _height: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
/* --- mask --- */
div.web-all {
  background: none #000000;
  width: 940px;
  margin: auto;
  text-align: left;
}
/* --- header --- */
div.header {
  height: 120px;
  margin: 0px 0px 40px 0px;
  padding: 0px 10px 0px 10px;
  overflow: hidden;
}
div.header-left {
  float: left;
  width: 460px;
  padding: 15px 0px 0px 0px;
}
div.header-right {
  float: left;
  width: 460px;
}
div.header-left div.logo-text {
  padding: 15px 0px 0px 2px;
}
div.header-right img {
  float: right;
}
div.header-right div.top-new {
  padding: 18px 35px 0px 0px;
  float: left;
  width: 210px; /* 245px */
}
div.header-right div.top-new h4 {
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}
div.top-new div.description {
  color: #FFFFFF;
}
a.more {
  text-decoration: none;
  float: right;
  display: block;
  background: no-repeat right center url('../images/ico-more.gif');
  margin: 2px 0px 0px 0px;
  padding: 0px 6px 3px 0px;  
}
a.back {
  float: left;
  display: block;
  text-decoration: none;
  background: no-repeat left center url('../images/ico-back.gif');
  margin: 4px 0px 0px 0px;
  padding: 0px 0px 3px 6px; 
}
/* --- top-menu --- */
div.top-menu {
  height: 70px;
  margin: 0px 0px 59px 0px;
}
div.top-menu a {
  padding: 9px 17px 48px 17px;
  float: left;
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #FFFFFF;
  border-left: 1px solid #DA8D00;
  background: repeat-x left top url('../images/bg_menu.gif');
}
div.top-menu a:hover {
  padding: 9px 17px 48px 17px;
  text-decoration: none;
  color: #FFFFFF;
  background: #DA8D00;
}
div.top-menu a.active {
  padding: 38px 17px 19px 17px;
  background: none #000000;
  text-decoration: none;
  color: #FFFFFF;
}
div.top-menu a.active:hover {
  padding: 38px 17px 19px 17px;
  background: none #000000;
  text-decoration: none;
  color: #FFFFFF;
}
div.top-menu a.first, div.top-menu a.first:hover {
  border-left: 0px none;
  padding-left: 19px;
  padding-right: 19px;
}
/* ---  --- */
/* --- content --- */
div.content {
  float: left;
  width: 670px;
  padding: 0px 0px 0px 10px;
}
div.content-left {
  float: left;
  width: 320px;
  margin: 0px 30px 0px 0px;
}
div.content-right {
  float: left;
  width: 320px;
  margin: 0px;
}
/* --- news --- */
div.new {
  padding: 14px 0px 9px 0px;
  background: repeat-x left top url('../images/dotted-line.gif');
}
div.first {
  padding: 0px 0px 9px 0px;
  background: none;
}
div.new div.description {
  color: #FFFFFF;
}
div.new a.more {
  margin: 0px;
}
/* --- right-side --- */
div.right-side {
  float: left;
  width: 215px;
  padding: 3px 0px 0px 0px;
  margin: 0px 10px 0px 35px;
}
div.search {
  margin: 0px 0px 20px 0px;
}
div.search input.button {
  float: right;
  margin: 5px 0px 0px 0px;
}
div.search input.formtext {
  width: 209px;
}
a.eshop-banner {
  display: block;
  width: 145px;
  height: 40px;
  background: no-repeat left top url('../images/eshop_banner.gif');
  font-size: 12px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 50px 0px 20px;
}
a.eshop-banner:hover {
  color: #FFFFFF;
}
div.right-side img {
  margin-top: 20px;
}
/* --- footer --- */
div.footer {
  margin: 40px 0px 0px 0px;
  cursor: default;
}
div.footer-left {
  float: left;
  width: 670px;
  border-top: 1px solid #808080;
  padding: 15px 0px 15px 10px;
}
div.footer-right {
  float: left;
  width: 215px;
  border-top: 1px solid #808080;
  margin: 0px 0px 0px 35px;
  padding: 15px 0px 15px 0px;
}
div.footer a {
  float: right;
  color: #B8B9BC;
  text-decoration: none;
}
div.footer a:hover {
  color: #B8B9BC;
  text-decoration: underline;
}
div.footer i.separate {
  float: right;
  font-size: 8px;
  font-style: normal;
  position: relative;
  top: -2px;
  padding: 0px 6px 0px 6px;
}
div.footer a.copy {
  float: none;
  color: #00A4E8;
  text-decoration: none;
}
div.footer a.copy:hover {
  color: #00A4E8;
  text-decoration: underline;
}
/* --- produkty --- */
div.produkt {
  padding: 0px 0px 20px 0px;
}
div.produkt h2 {
  font-size: 11px;
  font-weight: bold;
}
div.produkt img.f-l {
  margin: 3px 20px 5px 0px;
}
a.pdf {
  background: no-repeat left top url('../images/ico-pdf.gif');
  padding: 0px 0px 4px 20px;
  margin: 10px 10px 0px 0px;
  display: block;
  float: left;
}
table.produkt {
  margin: 0px;
  width: 100%;
}
table.produkt td {
  padding: 0px 10px 15px 0px;
  vertical-align: top;
}
table.produkt td img {
  margin: 3px 0px 0px 0px;
}
/* --- registration --- */
table.registration td {
  padding: 0px 5px 5px 0px;
}

input.pin {
  width: 60px;
  height: 15px;
}

.pin {
	font-weight: bold;
}
