/* --- css stylesheet - blyth --- */
/* --- global --- */
html * {
  font-size: 11px;
  line-height: 14px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #66646C;
  background: repeat-x center top url(images/web_bg.gif) #600606;
  text-align: center;
}
img {
  border: 0px none;
  margin: 0px;
  padding: 0px;
}
a {
  color: #DC1C27;
  text-decoration: none;
}
a:hover {
  color: #DC1C27;
  text-decoration: underline;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
	margin: 0px;
}
ul {
  margin: 0px 0px 0px 18px;
}
ol {
  margin: 0px 0px 0px 32px;
}
ul li , ol li {
  margin: 2px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
}
h1 {
  padding: 2px 0px 5px 0px;
  font-size: 20px;
  line-height: 20px;
  color: #DC1C27;
  font-weight: normal;
  margin-bottom: 10px;
}
h2 {
  padding: 2px 0px 5px 0px;
  font-size: 15px;
  line-height: 17px;
  color: #308D03;
  font-weight: bold;
}
h3 {
  padding: 2px 0px 5px 0px;
  font-size: 15px;
  line-height: 17px;
  color: #66646C;
  font-weight: bold;
}
h4 {
  padding: 2px 0px 2px 0px;
  font-size: 15px;
  line-height: 15px;
  color: #66646C;
  font-weight: normal;
}
h5 {
}
h6 {
}
input {
  margin: 0px;
}
table {
  border: 0px none;
  border-collapse: collapse;
}
td {
}
hr {
  height: 1px;
  padding: 0px;
  margin: 0px;
  color: #C2C2C2;
}
/* --- mask --- */
div.web-all {
  text-align: left;
  margin: auto;
  width: 760px;
  background-color: #FFFFFF;
}
div.web-header {
  background: repeat-x center top url(images/web_header_bg.gif);
  height: 44px;
  position: relative;
  padding: 0px 20px 0px 24px;
}
#flashcontainer {
  background-repeat: no-repeat;
  background-position: left top;
  height: 185px;
  text-align: right;
  position: relative;
}
#logolink {
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 16px;
  left: 44px;
}
#web-banner {
  display: block;
}
div.web-grayblock {
  background: repeat-x center top url(images/web_grayblock_bg.gif);
  height: 42px;
}
div.web-main {
  clear: both;
}
div.leftside {
  background: no-repeat center top url(images/leftside_bg_top.gif);
  width: 230px;
  float: left;
}
div.content {
  background: repeat-x center top url(images/content_bg_top.gif);
  width: 530px;
  float: left;
}
div.web-footer {
  background: repeat-x center top url(images/web_footer_bg.gif);
  height: 38px;
  text-align: right;
  padding: 0px 20px 0px 20px;
}
.clear {
  clear: both;
  width: 1px;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
}
.print {
  display: none;
}
/* --- web-header --- */
#logo-link {
  position: absolute;
  width: 130px;
  height: 130px;
  display: block;
  border: 1px solid red;
  margin: 60px 0px 0px 42px;
}
div.languages {
  float: left;
}
div.languages a img {
  border: 1px solid #C2C2C2;
  margin: 2px 4px 0px 0px;
}
div.languages a:hover img {
  border: 1px solid #FFFFFF;
}
div.icons {
  float: right;
}
div.web-header div a {
  display: block;
  float: left;
}
div.web-header div a:hover {
  color: #DC1C27;
  text-decoration: none;
}
div.languages a {
  margin: 14px 10px 0px 0px;
  color: #7D7D7D;
}
div.icons a {
  margin: 14px 0px 0px 22px;
  color: #66646C;
}
div.web-header div a img {
  display: block;
  float: left;
}
/* --- web-grayblock --- */
div.search {
  padding: 12px 20px 0px 0px;
  float: right;
}
div.search * {
  margin-left: 6px;
  color: #6F6F6F;
}
/* --- web-footer --- */
div.web-footer span {
  position: relative;
  top: 22px;
  font-weight: bold;
}
/* --- leftside --- */
div.leftmenu {
  margin: 0px 11px 11px 4px;
  background: repeat-y center top url(images/leftmenu_bg.gif);
}
div.leftmenu div.item {
  background: no-repeat left top url(images/leftmenu_item.gif);
}
div.leftmenu div.item a {
  font-weight: bold;
  display: block;
  line-height: 28px;
  padding-left: 36px;
  color: #66646C;
}
div.leftmenu div.item a.active {
  color: #DC1C27;
}
div.leftmenu div.item a:hover {
  text-decoration: none;
  color: #DC1C27;
}
div.leftsubmenu {
  padding: 2px 0px 2px 0px;
}
div.leftsubmenu div {
  background: no-repeat 42px 5px url(images/arrow_left.gif);
}
div.leftsubmenu div a {
  display: block;
  line-height: 16px;
  padding-left: 56px;
  color: #66646C;
}
div.leftsubmenu div a.active {
  color: #DC1C27;
}
div.leftmenu div a:hover {
  text-decoration: none;
  color: #DC1C27;
}
div.leftmenubottom {
  background: no-repeat left top url(images/leftmenu_bottom.gif);
  height: 8px;
  font-size: 0px;
  line-height: 0px;
}
div.leftnapiste {
  margin: 0px 11px 11px 4px;
  background: repeat-y center top url(images/leftnapiste_bg.gif);
}
div.leftnapiste div.text {
  padding: 0px 0px 0px 20px;
}
div.leftnapiste .form {
  width: 175px;
  margin-bottom: 5px;
  background-color: #F1F1F2;
}
div.leftnapistebottom {
  background: no-repeat left top url(images/leftnapiste_bottom.gif);
  height: 29px;
  text-align: right;
  padding: 5px 13px 0px 0px;
}
div.leftbanners {
  margin: 0px 11px 11px 4px;
  background: repeat-y center top url(images/leftnapiste_bg.gif);
}
div.leftbanners div.text {
  padding: 0px 0px 0px 20px;
}
div.leftbanners img {
  vertical-align: middle;
}
div.leftbanners a {
  text-decoration: none;
  color: #66646C;
  font-weight: bold;
}
div.leftbanners a:hover {
  text-decoration: none;
  color: #DC1C27;
  font-weight: bold;
}
/* --- content --- */
div.content-text {
  margin: 15px 20px 0px 5px;
}
div.homeadress {
  position: relative;
}
div.homeadress img {
  display: block;
}
div.homeadress span {
  position: absolute;
  margin-top: -14px;
}
.smalltext , .smalltext * {
  font-size: 10px;
  line-height: 12px;
}
div.homeproducts {
  margin: 26px 0px 20px 0px;
  width: 505px;
}
div.homeproducts img {
  display: block;
  float: left;
}
div.homeproducts img.arrow {
  height: 79px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
div.homeproducts div.itemleft , div.homeproducts div.itemright {
  float: left;
  width: 236px;
  height: 79px;
  background-color: #EAEAEA;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}
div.homeproducts div img , div.homeproducts div div {
  /*float: left;*/
}
div.homeproducts div.itemspace {
  width: 2px;
  height: 79px;
  float: left;
}
div.homeproducts div.linespace {
  height: 4px;
  font-size: 0px;
  line-height: 0px;
}
div.homeproducts div div a {
  padding: 6px 0px 3px 0px;
  font-size: 12px;
  line-height: 15px;
  display: block;
  font-weight: bold;
}
h1.homenews {
  margin-bottom: 0px;
}
table.homenews {
  background: repeat-y right top url(images/homenews_bg.gif);
  padding: 1px 0px 1px 0px;
  margin-top: 4px;
  width: 505px;
}
table.homenews td {
  vertical-align: top;
}
table.homenews td.leftarrow {
  background: no-repeat 0px 20px url(images/homenews_leftarrow.gif);
  width: 15px;
}
table.homenews td.rightarrow {
  background: no-repeat center center url(images/homenews_rightarrow.gif);
  width: 15px;
}
table.homenews td.info {
}
table.homenews div.text {
  color: #101010;
  padding-right: 20px;
}
table.homenews td.homenewsimg {
  width: 15%;
  vertical-align: middle;
}
img.homenewsimg {
  display: block;
}
span.date {
  color: #8E8E8E;
  font-weight: bold;
}
a.news {
  font-weight: bold;
  text-decoration: underline;
  line-height: 18px;
}
a.news:hover {
  text-decoration: none;
}
b.news {
  line-height: 18px;
  color: #DC1C27;
}
/* --- forms --- */
.form {
  border: 1px solid #66646C;
  margin: 0px;
  padding: 1px 2px 1px 2px;
  background-color: #FFFFFF;
  color: #66646C;
}
/* --- katalog --- */
div.katalogmenu {
  cursor: default;
  padding-top: 5px;
}
div.katalogmenu img {
  margin-bottom: 1px;
}
div.katalogmenu a {
  font-weight: bold;
  color: #6E6C74;
  text-decoration: none;
}
div.katalogmenu a.active {
  color: #DC1C27;
}
div.katalogmenu a:hover {
  font-weight: bold;
  color: #DC1C27;
  text-decoration: none;
}
div.dottedline {
  height: 5px;
  font-size: 0px;
  line-height: 0px;
  background: repeat-x left center url(images/dotted_line.gif);
}
table.product {
  margin-top: 24px;
  width: 100%;
}
table.product tr td {
  vertical-align: top;
}
table.product tr td.img {
  width: 134px;
  text-align: center;
}
table.product a img {
	border: 1px solid #DADADA;
}
table.product a:hover img {
  border: 1px solid #308D03;
}
table.product div.product-nazev , table.product div.product-text {
  float: left;
  margin: 1px 5px 0px 0px;
}
table.product div.product-nazev {
  width: 80px;
  font-weight: bold;
}
div.productobjednat {
  text-align: right;
  padding-bottom: 5px;
}
div.obr-left {
  margin-top: 24px;
  /*float: right;*/
}
div.obr-left a {
	border: 1px solid #DADADA;
	display: block;
	float: left;
}
div.obr-left a:hover {
  border: 1px solid #308D03;
}
div.obr-left a img {
	display: block;
}
/* --- gallery --- */
table.gallery {
  width: 505px;
}
table.gallery tr td {
  width: 25%;
}
table.gallery tr.img td {
  vertical-align: bottom;
  padding-bottom: 2px;
}
table.gallery tr.text td {
  vertical-align: top;
  padding-bottom: 5px;
}
table.gallery a {
	border: 1px solid #DADADA;
	display: block;
	float: left;
}
table.gallery a:hover {
  border: 1px solid #308D03;
}
table.gallery a img {
	display: block;
}
div.gallerylist div {
  padding: 0px 0px 5px 15px;
  background: no-repeat 0px 5px url(images/arrow_left.gif);
}
/* --- paging --- */
div.paging {
  padding: 10px 0px 10px 0px;
  margin: auto;
  cursor: default;
  width: 250px;
}
div.paging a {
  display: block;
  float: left;
  padding: 0px 3px 0px 3px;
  font-weight: bold;
  color: #6E6C74;
}
div.paging a.active {
  color: #DC1C27;
}
div.paging a:hover {
  text-decoration: none;
  color: #DC1C27;
}
/* ---  --- */
img.news-img {
  float: left;
  margin: 3px 10px 3px 0px;
}
span.error, div.error-text {
  font-weight: bold;
  color: #FF0000;
}
div.error-text {
  margin-left: 20px;
}
.linkarrow {
  padding: 0px 5px 0px 5px;
}
