/* --- css stylesheet - cyklo69 --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 12px;
  line-height: 16px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #404040;
  background-color: #C8C8C8;
  text-align: center;
}
img {
  border: 0px none;
}
a {
  color: #E20026;
  text-decoration: underline;
}
a:hover {
  color: #E20026;
  text-decoration: none;
}
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: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #E20026;
  font-weight: bold;
}
h1 {
}
h1 , h1 * {
  font-size: 15px;
  line-height: 30px;
  padding-top: 4px;
}
h2 {
}
h2 , h2 * {
  font-size: 14px;
  line-height: 20px;
}
h3 {
}
h3 , h3 * {
}
h4 {
}
h5 {
}
h6 {
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.clear {
  float: none;
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.float-left , .f-left , .f-l {
  float: left;
}
.float-left , .f-right , .f-r {
  float: right;
}
.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;
}
.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;
}
.hidden {
  display: none;
}
/* --- form --- */
table.formul {
  width: 100%;
  margin-top: -12px;
}
table.formul td {
  padding: 1px 6px 1px 6px;
  border: 1px solid #F0F0F0;
  border-width: 1px 0px 1px 0px;
  vertical-align: top;
}
table.formul tr.heading td {
  padding: 12px 6px 1px 6px;
  border-width: 0px 0px 2px 0px;
  color: #268036;
  font-weight: bold;
}
.formtext , .formtext-disabled {
  border: 1px solid #5B8F28;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 1px 2px 0px 2px;
}
.formtext-disabled {
  border: 1px solid #C0C0C0;
}
input.formtext , input.formtext-disabled {
  height: 16px;
}
textarea.formtext , textarea.formtext-disabled {
  vertical-align: top;
}
.button {
  border: 0px none;
  background-color: #5B8F28;
  color: #FFFFFF;
  font-weight: bold;
  _height: 19px; /*24px;*/
  line-height: 12px;
  text-decoration: none;
  cursor: pointer;
}
/*
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
*/
/* --- mask --- */
div.web-all {
  position: relative;
  background-color: #FFFFFF;
  width: 920px;
  margin: auto;
  padding: 18px 15px 18px 15px;
  text-align: left;
}
div.web-top {
  background: repeat-x left top url(images/web_top_bg.gif);
  height: 86px;
  padding: 0px 22px 0px 18px;
}
div.web-menu-line {
  background-color: #FFFFFF;
  position: relative;
  height: 40px;
  z-index: 120;
}
div.web-content {
}
div.web-aktualizace {
  color: #FFFFFF;
  width: 950px;
  margin: auto;
  padding: 3px 0px 3px 0px;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
}
/* --- web-top --- */
div.web-top img {
  display: block;
}
div.web-top div.f-r * {
  float: left;
}
/* --- web-menu-line --- */
div.top-menu {
  float: left;
  cursor: default;
  padding: 0px 4px 0px 4px;
}
div.top-menu * {
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: left;
  padding: 0px 24px 0px 24px;
  color: #404040;
}
div.top-menu *:hover , div.top-menu *.active , div.top-menu *.active:hover {
  text-decoration: none;
  color: #E20026;
}
div.top-submenu {
  position: absolute;
  cursor: default;
  z-index: 110;
  top: 114px;
  left: 0px;
}
div.top-submenu * {
  background-color: #FFFFFF;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: left;
  padding: 0px 14px 0px 12px;
  color: #404040;
}
div.top-submenu img {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
}
div.top-submenu *:hover , div.top-submenu *.active , div.top-submenu *.active:hover {
  text-decoration: none;
  color: #E20026;
}
div.top-searching {
  float: right;
  margin: 7px 0px 7px 0px;
  height: 26px;
  background-color: #5B8F28;
}
div.top-searching * {
  background-color: #FFFFFF;
  display: block;
  float: left;
}
div.top-searching input.formtext {
  border: 0px none;
  background-color: #5B8F28;
  color: #FFFFFF;
  font-weight: bold;
  height: 19px; /*24px;*/
  width: 116px;
  padding: 5px 4px 2px 4px;
}
/* --- web-content --- */
div.home-img {
  position: relative;
  z-index: 100;
}
div.home-small {
  position: absolute;
  width: 160px;
  height: 135px;
  right: 19px;
  top: 84px;
}
div.home-small img {
  filter:progid:DXImageTransform.Microsoft.Fade(duration=1);
}
div.home-shadowcorner {
  background: no-repeat left top url(images/home_shadowcorner.gif);
  position: absolute;
  width: 15px;
  height: 180px;
  right: -15px;
  top: 0px;
}
div.side-left {
  width: 164px;
  float: left;
}
div.side-main {
  width: 756px;
  float: right;
  padding: 30px 0px 0px 0px;
  min-height: 497px; /*527px;*/
  overflow: hidden; /* min-height in MS IE browsers - it`s work only with JavaScript */
  height: expression( this.scrollHeight < 497? "497px" : "auto" );
}
div.side-left div.text {
  padding: 20px 0px 20px 20px;
}
div.contact {
  background: none transparent; /* defined in html code */
  height: 497px; /*527px;*/
  padding: 30px 0px 0px 0px;
}
div.contact div.text {
  padding: 0px 0px 20px 20px;
  position: relative;
  top: -10px;
}
/* --- paging --- */
div.paging {
  /*border-top: 1px solid #F0F0F0;*/
  text-align: right;
  margin-top: 15px;
  padding: 15px 0px 15px 0px;
  cursor: default;
}
div.paging * {
  font-size: 11px;
  font-weight: bold;
}
div.paging a , div.paging a:hover {
  color: #404040;
  text-decoration: none;
}
div.paging a.active , div.paging a.active:hover {
  color: #E20026;
}
div.paging a.invisible , div.paging a.invisible:hover {
  visibility: hidden;
}
div.paging img {
  position: relative;
  top: 2px;
}
/* --- side-menu --- */
div.side-menu {
  padding: 20px 27px 20px 27px;
}
div.side-menu * {
  padding: 4px 0px 5px 0px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #404040;
}
div.side-menu *.active , div.side-menu *.active:hover {
  color: #E20026;
}
div.side-menu div.sub {
  margin: 24px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/* --- catalog-list --- */
table.catalog-list {
  width: 100%;
}
table.catalog-list tr td {
  width: 250px;
}
table.catalog-list tr td * {
  line-height: 14px;
}
table.catalog-list tr.images td {
  text-align: center;
  vertical-align: bototm;
}
table.catalog-list tr.names td {
  text-align: left;
  vertical-align: top;
}
table.catalog-list a , table.catalog-list a:hover {
  font-weight: bold;
  text-decoration: none;
}
table.catalog-list a b {
  color: #5B8F28;
}
table.catalog-list a span.price {
  color: #404040;
}
table.catalog-list a span.old {
  text-decoration: line-through;
  color: #404040;
}
table.catalog-list a span.new {
  color: #E20026;
}
table.catalog-list a.active , table.catalog-list a.active:hover {
  background-color: #F0F0F0;
}
table.catalog-list tr.names td a {
  padding: 0px 0px 0px 20px;
  display: block;
  width: 230px;
}
table.catalog-list img {
  display: block;
  margin: auto;
}
table.catalog-list div.actions {
  float: right;
  overflow: visible;
  white-space: nowrap;
  position: relative;
  left: -35px;
  cursor: default;
}
table.catalog-list div.actions img {
  display: inline;
  /*width: 16px;
  height: 16px;*/
}
/* --- catalog-filter --- */
div.catalog-filter {
  margin: 10px 30px 10px 30px;
  text-align: center;
  cursor: default;
}
table.catalog-filter a {
  color: #404040;
  text-decoration: underline;
}
table.catalog-filter a:hover {
  color: #404040;
  text-decoration: none;
}
table.catalog-filter a.active {
  color: #E20026;
  text-decoration: none;
}
table.catalog-filter a.active:hover {
  color: #E20026;
  text-decoration: none;
}
/* --- catalog-detail --- */
div.catalog-detail {
  text-align: center;
}
div.catalog-detail img.big {
  display: block;
  margin: auto;
}
div.catalog-detail div.actions {
  padding: 20px 20px 0px 0px;
  position: absolute;
  right: 0px;
}
div.catalog-detail div.actions a {
  display: block;
  margin: 5px 0px 0px 0px;
}
/* --- tabs --- */
div.tabs {
  background: repeat-x left top url(images/tabs_line_bg.gif);
  height: 35px;
  cursor: default;
  position: relative;
}
div.tabs div.info-left , div.tabs div.info-left * {
  line-height: 14px;
}
div.tabs div.info-left {
  background: no-repeat left top url(images/tabs_info_left.gif);
  height: 25px;
  float: left;
  padding: 10px 0px 0px 50px;
  position: relative;
}
div.tabs div.info-left * {
  font-weight: bold;
  text-decoration: none;
}
div.tabs div.info-left b {
  color: #5B8F28;
}
div.tabs div.info-left span.price {
  color: #404040;
}
div.tabs div.info-left span.old {
  text-decoration: line-through;
  color: #404040;
}
div.tabs div.info-left span.new {
  color: #E20026;
}
div.tabs div.info-left div.names {
  white-space: nowrap;
  position: absolute;
  top: -15px;
}
div.tabs div.tabs-right {
  background: no-repeat left top url(images/tabs_tabs_right.gif);
  height: 35px;
  width: 85px;
  float: right;
}
div.tabs div.tabs-left {
  background: no-repeat left top url(images/tabs_tabs_left.gif);
  height: 35px;
  width: 20px;
  float: right;
}
div.tabs div.buttonsline {
  height: 35px;
  float: right;
}
div.tabs div.button {
  background: repeat-x left top url(images/tabs_button_bg_off.gif);
  height: 25px;
  float: left;
  padding: 10px 0px 0px 0px;
}
div.tabs div.button-active {
  background: repeat-x left top url(images/tabs_button_bg_on.gif);
  height: 25px;
  float: left;
  padding: 10px 0px 0px 0px;
}
div.tabs div.corner-left {
  background: no-repeat left top url(images/tabs_corner_left.gif);
  height: 20px;
  width: 15px;
  float: left;
  position: relative;
  top: -10px;
}
div.tabs div.corner-right {
  background: no-repeat left top url(images/tabs_corner_right.gif);
  height: 20px;
  width: 15px;
  float: left;
  position: relative;
  top: -10px;
}
div.tabs div.space-left {
  background: no-repeat left top url(images/tabs_space_left.gif);
  height: 35px;
  width: 30px;
  float: left;
}
div.tabs div.space-right {
  background: no-repeat left top url(images/tabs_space_right.gif);
  height: 35px;
  width: 30px;
  float: left;
}
div.tabs div.button a {
  color: #404040;
}
div.tabs div.button-active a {
  color: #5B8F28;
}
div.tabs div.button a , div.tabs div.button-active a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
}
div.tabs div.button a:hover , div.tabs div.button-active a:hover {
  color: #E20026;
}
a.back {
  position: absolute;
  top: -35px;
  right: 10px;
}
a.calcul {
  position: absolute;
  top: -80px;
  right: 10px;
}
/* --- side-filter --- */
div.side-filter {
  background: none #5B8F28;
  padding: 12px 0px 44px 12px;
  width: 142px;
  cursor: default;
  position: relative;
}
div.side-filter div.label {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 2px 0px -1px 0px;
}
div.side-filter div.item , div.side-filter div.item-first , div.side-filter div.item-over {
  font-size: 11px;
  font-weight: bold;
  padding: 0px 4px 0px 4px;
  width: 122px;
  border-top: 1px solid #D6E3C9;
  cursor: pointer;
}
div.side-filter div.item {
  background: none #FFFFFF;
}
div.side-filter div.item-first {
  background: no-repeat right center url(images/arrow_down.gif) #FFFFFF;
}
div.side-filter div.item-over {
  background: none #F0F0F0;
}
div.side-filter div.sub {
  background: none #FFFFFF;
  position: absolute;
  display: block;
  border-bottom: 2px solid #404040;
  padding-bottom: 1px;
  z-index: 90;
}
div.side-filter div.sub-disabled {
  display: none;
}
div.side-filter input.button {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 60;
}
div.side-filter img.corner-tr {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
div.side-filter img.corner-br {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/* ---  --- */
div.catalog-text {
  /* kvuli cellspacing="2" cellpadding="2" v kodu v databazi */
  padding: 10px 50px 10px 50px;
  _padding: 10px 47px 10px 47px;
}
table.tech_spec {
}
table.tech_spec td {
}
table.tech_spec * td.label {
  font-weight: bold;
}
img.contact-radar {
  position: absolute;
  right: 0px; /* defined in html code */
  top: 0px; /* defined in html code */
}
div.action {
  padding: 0px 0px 15px 0px;
}
div.action img {
  padding: 0px 10px 0px 0px;
}
table.calculators {
}
table.calculators tr td {
  padding: 0px 20px 10px 0px;
}
table.calculators tr td a {
  color: #5B8F28;
  text-decoration: none;
}
table.calculators tr td a:hover {
  color: #E20026;
  text-decoration: none;
}
