body {
  margin:0px; padding:0px;
  color:#000;
  background:#fff;
  font-family: Arial, Helvetica, sans-serif;
  background:#292929 url(../images/bg-body.jpg) repeat-x;
}
h1,h2,h3,h4,h5 {
  margin:0px;
  text-align:left;
}
p {
  margin:0 0 1em 0;
}
img {
  border:0px none;
}
hr {
  float:none; clear:both;
  margin:5px 0; _margin:0px;
  border: 0 none;
  border-top: 1px solid #bbb;
  height: 1px;
}
.clear {
  width:0px; height:0px;
  margin:0px; padding:0px;
  float:none; clear:both;
  line-height:0px; font-size:0px;
  border:0px none;
}

#ground {
  position:relative;
  width:970px;
  margin:0px auto 0px auto;
  background:#eee url(../images/bg-page.jpg) 0px -70px;
}

#top {
  position:relative;
  width:970px; height:90px;
}
#top h2 {
  position:relative;
  width:200px; height:90px;
  margin:0 50px;
  background:#fff;
}
#logo {
  position:absolute; left:20px; top:20px;
  width:160px; height:45px;
}
#foto {
  position:relative;
  width:970px; height:170px;
  margin-bottom:2px;
}
#foto img {
  position:absolute; left:250px; top:0px;
  width:670px; height:170px;
}
#menu-bar {
  width:970px; height:25px;
}

#menu {
  position:absolute; left:50px; top:90px;
  width:200px; height:172px;
  background:#fff;
}
#menu ul {
  padding:0 15px; margin:0px;
  list-style-type:none;
  font-size: 88%;
  line-height:118%;
}
#menu li {
  padding:5px;
  border-bottom:1px dashed #999;
}
#menu .home li {
  padding:5px;
  border-bottom:0px none;
}
#menu li a {
  display:block;
  font-weight:bold;
  text-transform: uppercase;
  color:#000;
  text-decoration: none;
}
#menu .home li a.m1 {
  height:30px;
  background:#fff url(../images/bg-menu1.jpg) bottom no-repeat;
}
#menu .home li a.m2 {
  height:30px;
  background:#fff url(../images/bg-menu2.jpg) bottom no-repeat;
}
#menu li a:hover {
  color:#911606
}

#language {
  position:absolute; right:50px; top:15px;
}
#language img {
  float:right; margin:0 0 0 10px;
}
#top_menu {
  position:absolute; right:50px; top:34px;
  font-size: 76%;
  padding:0px; margin:0px;
  list-style-type:none;
}
#top_menu li {
  width: 85px; height:42px;
  float:left;
}
#top_menu li a  {
  position:relative;
  display:block;
  width: 80px; height:42px;
  margin:0 0 0 5px;
  text-align:right;
  color: #fff;
  background:#911606 url(../images/bg-topmenu.jpg);
  text-decoration: none;
}
#top_menu li a span {
  position:absolute; right:5px; bottom:5px;
  width: 70px;
  cursor:pointer;
}
#top_menu li a:hover {
  background:#911606;
}

#login-menu {
  position:absolute; left:0px; top:262px;
  width:970px; height:20px;
  padding-top:5px;
  font-size: 76%;
  color: #fff;
  background:#000 url(../images/bg-loginbar.jpg) 50px 0px no-repeat;
  z-index:9;
  cursor:default;
}

#login-bar {
  position:absolute; left:250px; top:0px;
  width:255px;
  padding:5px 0 0 0;
  background:#000;
}
#login-bar span {
  margin-left:50px;
}
#login-bar form {
  margin:5px 0 0 0;
  padding:5px 35px 10px 25px;
  text-align:right;
  background:#777;
  display:none;
}

#select-user {
  position:absolute; left:300px; top:5px;
}
#select-user-bar {
  position:absolute; left:250px; top:0px;
  width:210px;
  padding:5px 0 0 0;
  background:#000;
}
#select-user-bar span {
  cursor:default;
}
#select-user-bar form {
  margin:5px 0 0 0;
  padding:5px 35px 10px 50px;
  background:#777;
  display:none;
}

#add-cart-bar {
  position:absolute; right:190px; top:0px;
  width:230px;
  padding:5px 0 0 0;
  text-align:right;
  background:#000;
}
#add-cart-bar span {
  margin-right:35px;
}
#add-cart-bar form {
  margin:5px 0 0 0;
  padding:5px 35px 10px 25px;
  background:#777;
  display:none;
}

#add-cart-err {
  position:absolute; right:0px; top:25px;
  width:350px;
  padding:5px 35px;
  color:yellow;
  background:#777;
  display:none;
  /*z-index:9;*/
}

#cart-bar {
  position:absolute; right:0px; top:0px;
  width:265px;
  padding:5px 0 0 0;
  text-align:right;
  background:#000;
}
#cart-bar span {
  margin-right:50px;
  padding-left:23px;
  background:#000 url(../images/cart.gif) left no-repeat;
}
#cart-bar form {
  margin:5px 0 0 0;
  padding:5px 50px 10px 40px;
  background:#777;
  display:none;
}

#login-bar form input, #add-cart-bar form input, #select-user-bar form input, #cart-bar form input {
  width:120px;
  margin-bottom:3px;
  padding-left:3px;
  vertical-align:middle;
  border:1px solid #444;
}
#login-bar form input.btn, #add-cart-bar form input.btn, #select-user-bar form input.btn, #cart-bar form input.btn {
  width:125px; _width:126px;
  float:none;
  color: #fff;
  padding:0px;
  background:#911606 url(../images/bg-topmenu.jpg) right repeat-y;
  cursor:pointer;
}
#cart-bar form input.btn {
  width:175px;
}

#add-cart-bar form input {
  float:left;
}
#add-cart-bar label {
  width:40px;
  float:left;
  padding:3px 5px 0 0;
}
#add-cart-bar .ks {
  width:40px;
  float:right;
  padding:3px 0 0 0;
}


#page {
  position:relative;
  width:870px;
  padding:20px 50px 10px 50px;
  font-size: 88%;
  text-align:justify;
  z-index:1;
}
#page .block {
  padding:15px;
  margin-bottom:10px;
  border-top:2px solid #fff; border-left:2px solid #fff;
  border-bottom:2px solid #000; border-right:2px solid #000;
}
#page .w_block {
  width:836px;
}

#content {
  float:right;
  width:620px;
}
#left_part {
  float:left;
  width:200px;
  font-size: 80%;
}


#contact {
  width:870px;
  background: url(../images/bg-contact.gif) repeat-y;
}
.contact_left {
  float:left;
  width:280px;
}
.bcc {
  margin-left:15px;
  margin-right:15px;
}
#page #contact .block {
  margin-bottom:0px;
  border-bottom:0px none;
}
.contact_bottom {
  width:276px;
  height:5px;
  float:left;
  margin-bottom:10px;
  border-left:2px solid #fff;
  border-right:2px solid #000; border-bottom:2px solid #000;
  border-top:0px none;
  line-height:0px;
}


#content .block {
  float:left;
  width:170px;
  padding:5px 10px 0 10px;
  margin-bottom:0px;
  border-bottom:0px none;
  background:#f0f0f0;
}
#content .block h2 {
  text-align:center;
  margin-bottom:5px;
  background:url(../images/bg-h.gif) bottom repeat-x;
}
#content .block h2 a {
  text-decoration: none;
}
#content .bg_block1 {
  width:620px;
  background:url(../images/bg-block1.gif) repeat-y;
}
#content .bg_block2 {
  width:620px;
  background:url(../images/bg-block2.gif) repeat-y;
}
#content .bg_block3 {
  width:620px;
  background:url(../images/bg-block3.gif) repeat-y;
}
#content .block_txt {
  float:left;
  width:170px;
  padding:0 12px;
  font-size:80%;
  text-align:center;
}
#content .block_bottom {
  float:left;
  width:170px; height:5px;
  padding:0 10px;
  margin-bottom:10px;
  border-left:2px solid #fff;
  border-right:2px solid #000; border-bottom:2px solid #000;
  border-top:0px none;
  background:#F0F0F0;
  line-height:0px;
}

#left_part .block {
  padding:5px 10px 10px 10px;
  background:#F0F0F0;
}
.bc {margin:0 19px;}

#page h1, #page h4 {
  font-size: 120%;
  /*text-transform: uppercase;*/
  padding-bottom:5px;
}
#content h1 {
  padding-top:6px;
}
.block h4 {
  margin-bottom:5px;
  background:url(../images/bg-h.gif) bottom repeat-x;
}
#page h2 {
  font-size: 110%;
  padding-bottom:5px;
}
#page a, #page_catalog a {color: #000;}
#page a:hover, #page_catalog a:hover, #page a.odkaz, #page a.external, .odkaz {color:#911606;}
#page a.odkaz:hover, #page a.external:hover {color: #000;}

#customers {
  margin:0 0 10px 0;
}
#customers .err_block {
  padding:3px; _padding:5px 10px;
  font-size: 88%;
  color:#911606;
}
#customers legend {
  color:#000;
  font-size: 88%;
}
#customers label {
  float:left;
  width:290px;
  text-align:right;
  padding:3px 15px 0 0;
}
#customers label.fo {
  width:100px;
}
#customers label.company {
  width:279px; _width:284px;
}
#customers label.company_fo {
  width:89px; _width:94px;
}
#customers input, #customers textarea {
  width:300px;
  margin-bottom:3px;
  padding-left:3px;
  vertical-align:middle;
  border:1px solid #444;
}
#customers select {
  width:200px;
  margin-bottom:3px;
  border:1px solid #000;
}
#customers input.btn {
  width:125px; _width:126px;
  color: #fff;
  padding:0px;
  background:#911606 url(../images/bg-topmenu.jpg) right repeat-y;
  cursor:pointer;
}

#footer {
  height:20px;
  padding-top:5px;
  margin-top:5px;
  font-size: 76%;
  text-align: center;
  background:url(../images/bg-footer.jpg) bottom repeat-x;
  border-top:1px solid #000;
}

.mm {
  width:620px; font-size:80%;
}
.mm, .txt-c {
  text-align:center;
}
.mm span {
  color:#E3E4E5; font-size:110%;
}
.mm a, .mm a span {
  color:#000; text-decoration: none;
}
.mm a:hover, .mm a:hover span {
  color:#911606; text-decoration: underline;
}

.foto-l {
  float:left; margin:3px 10px 0 0;
}
.foto-p {
  float:right; margin:3px 0 0 10px;
}
.img-p {
  float:right; margin:3px 0 0 10px; width:182px; height:136px;
}
.img-p2 {
  float:right; margin:3px 0 0 10px; width:128px; height:171px;
}
.img-l {
  float:left; margin:3px 10px 0 0; width:182px; height:136px;
}
.img-l2 {
  float:left; margin:3px 10px 0 0; width:128px; height:171px;
}

.more {text-align:right;}
#content .more {font-size: 80%;}


.pagemenus {
  padding-left:15px;
  font-size:12px;
  color:#333;
  border-bottom:1px solid #000;
}
.pagemenu img {
  position:absolute; left:-1px; top:-1px;
}
a.pagemenu, div.pagemenu {
  float:left;
  position:relative;
  padding:3px 10px; margin-right:3px;
  color:#333;
  background:#eee url(../images/button.jpg);
  border:1px solid #000; border-bottom:0px;
}
div.pagemenu {
  cursor:default;
}
div.sel {
  color:#000;
  font-weight: bold;
  background:#ddd url(../images/buttonsel.jpg);
}
a.pagemenu {
  font-weight: bold;
  text-decoration:none;
}
a.pagemenu:hover {
  color:#000;
  text-decoration:underline;
}

.tab {
  width:870px;
  font-size:12px;
  background:#EfEfEf;
  margin:0 0 10px 0; 
}
.tab form {
  margin:0px; padding:0px;
}
.tab #shop-menu {
  border-bottom:1px solid #000;
}
.tab #shop-menu .pagemenu {
  float:right;
  margin:10px 0 0 0;
}

.cart_th {
  padding:3px 0 0 15px;
  font-weight:bold;
}
.cart_polozky {
  font-size:11px;
  padding:3px 10px 1px 15px; margin-top:3px;
  background:#fff;
}

.cart_410 {float:left; width:410px;}
.cart_240 {float:left; width:240px;}
.cart_90  {float:left; width: 90px;}

.cart_40  {float:left; width: 40px; text-align:right;}
.cart_80  {float:left; width: 80px; text-align:right;}
.cart_125 {float:left; width:121px; text-align:right;}
.cart_del {float:left; width: 20px; text-align:right;}
#page .cart_del a {color: red;}

.cart_300  {clear:left;}
.cart_300b {float:left; width:620px; padding-top:2px;}
.cena_cc   {font-size:12px; border-bottom:3px double #333; margin-bottom:5px;}

.kontrol_lab {clear:left; float:left; width:90px; padding:5px 0; line-height:15px;}
.kontrol {float:left; width:395px; padding:5px 0; font-size:12px;}
.kontrol_txt {padding:5px 15px;}

#top_thumb {
  position:absolute; top:90px; left:250px;
  width:110px;
  height:170px;
  background:#777;
}
#top_thumb img {
  width:110px;
}
#top_thumb div {
  font-size:11px;
  text-align:center;
  color:#fff;
}

#form_search {
  position:absolute; top:95px; right:50px;
  width:335px;
  margin:0px; padding:0px;
  color:#fff;
  font-size:14px;
  text-align:right;
}
#form_search div {
  padding:0 0 5px 24px;
  text-align:left;
  font-size:11px;
}
#form_select {
  position:absolute; top:147px; right:50px;
  width:335px;
  margin:0px; padding:0px;
  color:#fff;
  text-align:right;
}
#form_search input.btn, #form_select input.btn {
  width:80px;
  float:none;
  color: #fff;
  padding:0px;
  background:#911606 url(../images/bg-topmenu.jpg) right repeat-y;
  cursor:pointer;
}

#page_catalog {
  position:relative;
  width:952px;
  padding:23px 9px 10px 9px;
  font-size: 88%;
  text-align:justify;
  z-index:1;
}
#catalog_page_img {
  width:952px; height:520px;
  margin:0 0 10px 0;
  overflow:auto;
  scrollbar-face-color:#cdcdcd;
}
#catalog_page_search {
  width:942px; height:520px;
  padding-right:10px;
  margin:0 0 10px 0;
  overflow:auto;
  scrollbar-face-color:#cdcdcd;
}
.highlight {
  color:#911606;
  background:yellow;
}


#catalog_menu_bar {
  position:absolute; top:217px; right:50px;
  width:520px; height:20px;
  background:#777;
}
ul#catalog_menu {
  position:absolute; top:217px; left:410px;
  margin:0px; padding:0px;
  list-style-type:none;
  font-family: Tahoma, "Arial CE", Arial, Helvetica, sans-serif;
  font-size:13px; font-weight:bold;
  z-index:9;
}
ul#catalog_menu li {
  position: relative;
  float: left;
  cursor: default;
}

ul#catalog_menu li {behavior:url(/css/hover.htc);}

ul#catalog_menu ul {
  position:absolute; top:20px; left:-1px;
  width:100px;
  margin:0px; padding:0px;
  list-style-type:none;
  display:none;
  background: #aaa;
  border:1px solid #000; border-bottom:0px none;
}
ul#catalog_menu ul ul {
  position:absolute; top:0px; left:100px;
  width:200px;
  padding: 3px;
  font-size: 11px;
  font-weight:normal;
  border-bottom:1px solid #000;
}
ul#catalog_menu a, ul#catalog_menu span {
  display: block;
  float: left;
  min-height: 18px; _height: 18px;
  padding: 2px 15px 0 15px;
  text-decoration:none;
  color:#fff;
}

ul#catalog_menu li:hover ul.druhy, ul#catalog_menu li.hover ul.druhy {display:block;}
ul#catalog_menu ul li:hover ul, ul#catalog_menu ul li.hover ul {display:block;}

ul#catalog_menu ul.druhy li:hover a, ul#catalog_menu ul.druhy li.hover a {
  color: #fff;
}

ul#catalog_menu li:hover ul a, ul#catalog_menu li.hover ul a {
  width: 80px;
  padding: 3px 5px 3px 15px;
  float:none;
  font-size: 11px;
  color: #000;
  border-bottom:1px solid #000;
}

#galerie img {
  float:left;
  width:120px;
  margin:0 4px 0 5px;
  border:5px solid #fff;
}
#galerie .popis {
  float:left;
  width:120px;
  padding:0 9px 0 10px;
  font-size:88%;
  text-align:center;
}
