* {
  margin: 0;
  padding: 0;
}

HTML,BODY {
  height: 100%;
}

BODY {
  background-color: #DCDCDC;
  color: #646464;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  scrollbar-3dlight-color: #DCDCDC;
  scrollbar-arrow-color: white;
  scrollbar-darkshadow-color: #DCDCDC;
  scrollbar-face-color: #DCDCDC;
  scrollbar-highlight-color: #DCDCDC;
  scrollbar-shadow-color: #DCDCDC;
  scrollbar-track-color: #DCDCDC;
  text-align: center; /* horizontal centering for IE Win quirks */
}

A {
  color: #646464;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

H1 {
  padding: 15px 0 10px 0;
  font-family: Arial;
  font-size: 26px;
  font-weight: normal;
}
H1 A {
  font-family: Arial;
  font-size: 26px;
  font-weight: normal;
}
H1 A:hover {
  text-decoration: none;
}
LI {
  list-style-type: none;
}

IMG {
  border: 0;
}

HR {
  display: none;
}

INPUT {
}

#distance {
  width: 1px;
  height: 50%;
  margin-bottom: -292px; /* half of container's height */
  float: left;
}
/* centered container */
#centered {
  margin: 0 auto;
  position: relative; /* puts container in front of distance */
  text-align: left;
  height: 584px; /* container's height */
  width: 774px; /* container's width */
  clear: left;
  background-color: white;
}

#shade-top {
  position: absolute;
  top: 0; left: 0;
  width: 774px;
  height: 15px;
  background: transparent url(../images/shade-top.gif) no-repeat top left;
}

#shade-right {
  position: absolute;
  top: 0; right: 0;
  width: 15px;
  height: 584px;
  background: transparent url(../images/shade-right.gif) no-repeat top left;
}

#shade-left {
  position: absolute;
  top: 0; left: 0;
  width: 15px;
  height: 584px;
  background: transparent url(../images/shade-left.gif) no-repeat top left;
}

#shade-bottom {
  position: absolute;
  bottom: 0; left: 0;
  width: 774px;
  height: 15px;
  background: transparent url(../images/shade-bottom.gif) no-repeat top left;
}

#inner {
  position: absolute;
  top: 15px; left: 15px;
  background-color: #F4F4F4;
  padding: 0 0 15px 15px;
  height: 539px !important;
  width: 729px !important;
  /*IE*/
  height: 554px;
  width: 744px;
}

#footer {
  position: absolute;
  bottom: 0; left: 15px;
  height: 15px;
  width: 744px;
  font-family: Verdana;
  font-size: 9px;
}

#footer .left {
  float: left;
  line-height: 15px;
}

#footer IMG {
  vertical-align: middle;
}

#footer .right {
  padding-right: 2px;
  line-height: 15px;
}

.right {
  float: right !important;
}

#top {
  height: 66px;
}

#top-logo {
  float: left;
  width: 164px;
  height: 66px;
  background: transparent url(../images/logo-bg.gif) no-repeat top right;
}

#top-logo IMG {
  margin: 10px 0 0 10px;
}

#top-menu {
  float: left;
  width: 340px;
  margin: 10px 0 0 40px;
}

#top-menu A {
  float: left;
  width: 96px;
  padding-top: 3px;
  margin: 0 10px 6px 0;
  color: White;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  background: #979797 url(../images/top-menu-a-bg.gif) no-repeat;
  height: 17px !important;
  /*IE*/height: 20px;
}

#top-menu A.active {
  background: #86BA0B url(../images/top-menu-ah-bg.gif) no-repeat;
}

#top-cart {
  float: right;
  font-size: 10px;
  background: transparent url(../images/top-kosik-bg.gif) no-repeat top  left;
  padding: 9px 0 0 8px;
  width: 163px !important;
  height: 57px !important;
  /*IE*/
  width: 171px;
  height: 66px;
}
#top-cart .important {
  font-size: 120%;
  font-weight: bold;
}
#top-cart P {
  padding-top: 5px;
}
#top-cart A {
  float: right;
  margin: 8px 15px 0 0;
  padding-right: 15px;
  background: transparent url(../images/top-kosik-odkaz-sipka.gif) no-repeat right;
}

#middle {
  width: 714px;
  height: 473px;
  background-color: white;
}
#error-text {
  padding: 20px;
}
#error-text P {
  padding-bottom: 5px;
}

#content {
  float: right;
  width: 550px;
  height: 473px;
  overflow: auto;
  scrollbar-track-color: #FCFCFC;
  position: relative;
}

#left-menu {
  float: left;
  padding: 15px 0 0 15px;
}

#left-menu UL LI {
  width: 96px;
  height: 20px;
  margin: 0 0 8px 0;
  padding: 0;
  color: white;
  font-size: 10px;
  background: transparent url(../images/menu-empty-bg.gif) no-repeat;
}

.left-menu-item {
  display: block;
  font-weight: bold;
  background: #646464 url(../images/menu-nadpis-bg.gif) no-repeat top left;
  padding: 3px 0 0 14px;
  height: 17px !important;
  width: 82px !important;
  /*IE*/
  height: 20px;
  width: 96px;
}

#left-menu A {
  display: block;
  padding: 3px 0 0 14px;
  color: white;
  font-weight: normal;
  text-decoration: none;
  background: #979797 url(../images/menu-sipka.gif) no-repeat top right;
  height: 17px !important;
  width: 82px !important;
  /*IE*/
  height: 20px;
  width: 96px;
}

#left-menu A:hover {
  background-color: #AEAEAE;
}

#left-menu A.active {
  background: #86BA0B url(../images/menu-sipka-aktivni.gif) no-repeat top right;
}

#left-menu A.active:hover {
  background-color: #86BA0B;
}

#content P {
  padding-top: 10px;
}

.hr-home {
  width: 530px;
  height:40px;
  background: transparent url(../images/skupina-hr-bg.gif) repeat-x left center;
}

#content-header-list {
  margin-right: 15px;
  height: 40px;
  background: transparent url(../images/skupina-hr-bg.gif) repeat-x left bottom;
}

#content-header-list DIV {
  padding-top: 15px;
}

#content-header {
  margin-right: 15px;
  height: 50px;
}

#content-header DIV {
  padding-top: 15px;
}

#path-nav {
  float: left;
}

#path-nav A {
  font-weight: normal;
}

#contact-note {
  float: right;
}

#comm-list {
  margin-right: 13px;
}

.comm-list-row {
  background: transparent url(../images/skupina-hr-bg.gif) repeat-x left bottom;
  float: left;
}

.comm-list-row DIV {
  float: left;
}

.comm-list-row DIV DIV {
  padding-bottom: 6px;
}

.comm-list-item-left {
  width: 260px;
  background: transparent url(../images/skupina-vr-bg.gif) repeat-y right top;
}

.comm-list-item-right {
  position: relative;
  left: -1px;
  width: 259px;
  background: transparent url(../images/skupina-vr-bg.gif) repeat-y left top;
}

#comm-list P {
  clear: both;
  font-weight: bold;
  padding: 0 0 0 20px;
  line-height: 1.4;
}

#comm-list DIV A {
  float: left;
}

#comm-list IMG {
  margin: 10px 0 0 20px;
}

#comm-list .button-detail {
  float: right;
  padding: 1px 3px;
  margin: 10px 25px 0 0;
  color: white;
  background-color: #979797;
  text-decoration: none;
}

#comm-image-main {
  float: left;
}

#comm-details {
  float: right;
  color: #979797;
  padding-right: 60px;
  height: 285px;
}
#comm-details A {
  color: #979797;
}

#comm-images-add {
  clear: both;
  padding-top: 10px;
}

#comm-images-add IMG {
  padding-right: 9px;
}

#comm-details H1 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  width: 96px;
  padding: 5px;
  margin-bottom: 10px;
  color: white;
  background-color: #979797;
}

#comm-details H2 {
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
}

#comm-details P {
  padding: 0 0 10px 0;
}

#comm-details P INPUT {
  width: 52px;
  height: 18px;
  margin-right: 3px;
  text-align: right;
  border: 1px solid #C6C6C6;
}

.button-buy {
  width: 96px !important;
  padding: 2px 0 0 14px;
  margin-top: 5px;
  color: white;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  border: 0;
  background: #979797 url(../images/tlacitko-sipka.gif) no-repeat top right;
  cursor: pointer;
  height: 20px;
}

#comm-details-set {
  clear: both;
  color: #979797;
}

#comm-details-set LABEL {
  display: block;
  float: left;
  width: 154px;
  padding-top: 2px;
}

#comm-details-set SPAN {
  display: block;
  clear: both;
  height: 20px;
  padding-top: 20px;
}
#comm-details-set .set {
  padding-left: 348px;
}
#comm-details-set SPAN INPUT {
  float: left;
  width: 20px;
  height: 20px;
}

#comm-details-set H1 {
  clear: both;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  width: 96px;
  padding: 5px;
  margin: 10px 0;
  color: white;
  background-color: #979797;
}

#comm-details-set DIV {
  float: left;
  width: 150px;
}

#comm-details-set .right {
  width: 200px;
  margin-right: 20px;
}

#comm-details-set H2 {
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
}

#comm-details-set P {
  padding: 0;
  display: inline;
}

#comm-details-set P INPUT {
  width: 52px;
  height: 18px;
  margin-right: 3px;
  text-align: right;
  border: 1px solid #C6C6C6;
}

#comm-details-set .button-buy {
  margin-left: 20px;
}

#cart-header {
  background-color: #979797;
  float: left;
  margin: 10px 0 4px 0;
  width: 515px;
}

#cart-header SPAN {
  background-color: #979797;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
}
#cart-header-preview {
  width: 115px;
  float: left;
  padding-left: 5px;
}
#cart-header-item {
  float: left;
}
#cart-header-quantity {
  float: right;
}
#cart-header-price {
  width: 130px;
  float: right;
  padding-right: 5px;
  text-align: right;
}
#cart-items {
  clear: both;
}
.cart-item {
  float: left;
  width: 515px;
  margin-bottom: 4px;
  background-color: #F4F4F4;
}
.cart-preview {
  float: left;
  width: 100px;
  text-align: center;
  background-color: white;
}
.cart-preview IMG {
  padding: 8px 0;
}
.cart-name {
  float: left;
}
.cart-name A {
  display: block;
  margin: 10px 20px;
}
.cart-quantity {
  float: right;
  font-weight: bold;
  padding-top: 8px;
}
.cart-quantity INPUT {
  width: 42px;
  height: 18px;
  border: 1px solid #999999;
  vertical-align: middle;
  text-align: right;
  margin-right: 2px;
}
.cart-delete {
  float: right;
  padding: 10px 0 0 10px;
  cursor: pointer;
}
.cart-delete IMG {
  cursor: pointer;
}
.cart-price {
  float: right;
  width: 80px;
  padding: 10px 5px 0 0;
  text-align: right;
  font-size: 13px;
}
#cart-footer {
  float: left;
  width: 515px;
  padding: 2px 0;
  background-color: #E3E1E2;
}
#cart-footer INPUT {
  float: left;
  width: 96px;
  padding: 1px 0;
  color: white;
  background-color: #979797;
  cursor: pointer;
  font-size: 11px;
  border: 0;
}
#cart-footer SPAN {
  float: right;
  padding: 3px 5px 0 0;
}
#cart-buttons {
  width: 515px;
  clear: both;
  padding-top: 20px;
}
#cart-buttons A {
  width: 150px;
  color: White;
  font-weight: normal;
}
#cart-buttons .left-button {
  float: left;
  padding: 3px 14px 4px 0;
  text-align: right;
  background: #979797 url(../images/menu-sipka-left.gif) no-repeat top left;
}
#cart-buttons .right-button {
  float: right;
  padding: 3px 0 4px 14px;
  background: #979797 url(../images/menu-sipka.gif) no-repeat top right;
}
#cart-text {
  clear: both;
  padding-top: 20px;
}
#order {
  font-size: 12px;
  padding: 20px 10px 0 10px;
}
#order-error {
  height: 20px;
  padding-bottom: 10px;
  font-size: 11px;
}
#order .left {
  float: left;
  width: 230px;
}
#order .right {
  float: right;
  width: 280px;
}
#order .mandatory {
  font-weight: bold;
}
#order .red {
  font-weight: bold;
  color: red;
}
#order .left INPUT {
  float: right;
  clear: right;
  width: 110px;
  height: 18px;
  border: 1px solid #999999;
  background-color: #F7F6F6;
  margin-bottom: 4px;
}
#order .left SELECT {
  float: right;
  clear: right;
  width: 112px;
  border: 1px solid #999999;
  background-color: #F7F6F6;
  margin-bottom: 4px;
}
#order .left OPTION {
  background-color: #F7F6F6;
}
#order .left LABEL {
  clear: left;
  float: left;
  width: 110px;
  height: 20px;
  margin-bottom: 4px;
}
#order .right .mandatory {
  clear: left;
  margin-bottom: 4px;
}
#order .right INPUT {
  clear: left;
  float: left;
  margin-right: 10px;
}
#order .right LABEL {
  display: block;
  float: left;
  padding-bottom: 3px;
}
#order .right .two-lines {
  margin-bottom: 13px;
}
#order .right BR {
  clear: both;
}
#order .right TEXTAREA {
  clear: both;
  width: 250px;
  height: 75px;
  border: 1px solid #999999;
  background-color: #F7F6F6;
}
#order-footer {
  clear: both;
  padding-top: 70px;
  font-size: 11px;
}
#order-footer INPUT {
  display: block;
  width: 150px;
  height: 20px;
  padding: 1px 0;
  color: white;
  background-color: #979797;
  cursor: pointer;
  font-size: 11px;
  border: 0;
  margin-right: 75px;
}
#order-footer .right {
  text-align: right;
}
#subscribe-label {
  padding: 5px 0 5px 14px;
  margin-top: 9px;
  color: White;
  font-size: 10px;
  font-weight: bold;
  background: #646464 url(../images/menu-nadpis-bg.gif) no-repeat top left;
  width: 82px !important;
  /*IE*/
  width: 96px;
}
#newsletter-form {
  width: 96px;
  overflow: hidden;
}

#newsletter-input {
  margin-top: 7px;
  padding: 0;
  height: 20px;
  border: 1px solid #C6C6C6;
  width: 94px !important;
  /*IE*/width: 96px;
}

#newsletter-submit {
  width: 96px;
  height: 20px;
  color: #979797;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  border: 0;
  background: white;
}
.help:hover{
  cursor:help;
}