html, body, table, div, p, h1, h2 {padding: 0; margin: 0;}

body, table {
  font-family: "Arial", "Verdana" ,sans-serif;
  font-size: 12px;
  color: #000000;
}

body {
  background-color: #808080;
  font-size: 13px;
}


table, input {
  font-family: "Frutiger", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  color: #000000;
}

a {text-decoration: none; color: #131b7e;}

/*-------------------------------------------*/
/* MAIN LAYOUT                               */
/*-------------------------------------------*/

#container {
  min-width:996px;
  width:100%;
  height:100%;
  width:expression(document.body.clientWidth < 966? "996px": "100%" ); /* pro IE */
  position:absolute;
  top:0;
  left:0;
  z-index: 2
}
#container-horizontal {
  text-align:left;
  margin:auto;
  position:absolute;
  left:50%;
}
#container-in {
  position:absolute;
  left:-498px;
  width:996px;
  top: 35px;
  background-image: url('../img/back1.gif');
} 

/*-------------------------------------------*/
/* HEADER LAYOUT                             */
/*-------------------------------------------*/

div#content-inside {

} 

#header-text {
  background-image: url('../img/back-text-head.jpg');
  background-repeat: no-repeat;
  height: 110px;
}

#header-products {
  background-image: url('../img/back-products-head.jpg');
  background-repeat: no-repeat;
  height: 228px;
}

#top-menu {
  float: right;
  margin-top: 35px;
  margin-right: 35px;
  color: #cfdbdb;
  font-size: 12px;
  font-family: "Officina Bold", "Arial Bold", sans-serif;
  font-weight: bold;
}

#top-menu a{
  color: #cfdbdb;
  text-decoration: none;
}


#top-menu span {
  margin-left: 5px;
  margin-right: 5px;
}

#top-menu-back {
  float: right;
  margin-top: 18px;
  margin-right: 38px;
}

#logo {
  float: left;
  margin-left: 25px;
  margin-top: 15px;
}

#english {
  position: absolute;
  margin-left: 435px;
  margin-top: 70px;
}

/*-------------------------------------------*/
/* TEXT LAYOUT                               */
/*-------------------------------------------*/


#main-text {
  background-image: url('../img/back-text-main.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
}

#main-text {
  background-image: url('../img/back-text-main.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
}

#main-text #left-menu {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: rgb(17, 41, 45);
  width: 200px;
  margin-left: 35px;
}

#main-text #left-menu a {
  color: rgb(17, 41, 45);
}

#main-text #left-menu .header {
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #a5b3b4;
}

#main-text #left-menu .item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a5b3b4;
}


#main-text #text {
  margin-left: 250px;
  margin-right: 310px;
  font-size: 13px;
}

#main-text #text .header {
  background-color: #a2b7b8;
  font-size: 18px;
  padding: 6px;
  color: rgb(62,108,108);
  font-weight: bold;
}

#main-text #text h1 {
  font-size: 18px;
  color: rgb(62,108,108);
  margin-top: 25px;
  font-weight: bold;
}

#main-text #text h2 {
  font-size: 13px;
  color: rgb(62,108,108);
  margin-top: 25px;
  font-weight: bold;
}

#main-text #text h3 {
  font-size: 13px;
  color: rgb(60,60,60);
  margin-top: 15px;
  font-weight: bold;
}

#main-text #text p {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 18px;
}

#main-text #text ul, #main-text #text li {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 18px;
}

#main-text #text-mainpage {
  margin-left: 35px;
  margin-right: 310px;
  font-size: 13px;
  border: 0px black solid;
  font-size: 13px;
}

#main-text #text-mainpage p {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 18px;
}

#main-text #text a {
  font-weight: bold;
}

/*-------------------------------------------*/
/* NEWS LAYOUT                               */
/*-------------------------------------------*/

#main-text #news {
  float: right;
  background-color: #ffffff;
  width: 260px;
  margin-right: 35px;
  padding-bottom: 1px;
  margin-bottom: 90px;
}

#main-text #news .header{
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  background-color: #3e6c6c;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 1px;
}

#main-text #news .wrapper{
  background-color: #d2dcdd;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 7px;
  padding-right: 7px; 
}

#main-text #news .news-item {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-text #news .news-item .picture {
  float: left;
  width: 62px;
  text-align: center;
  margin: 0px;
}

#main-text #news .news-item .picture img {
  border: 1px solid white;
  
}

#main-text #news .news-item .text {
  margin-left: 80px;
}

#main-text #news .news-item .text .title {
  color: rgb(62, 108, 108);
  font-weight: bold;
}

#main-text #news .news-item .text .title a {
  color: rgb(62, 108, 108);
  text-decoration: none;
}

#news .news-item .text .date {
  font-style: italic; 
}

#news .news-item .text .text-inside {
  padding-top: 10px;
}

/*-------------------------------------------*/
/* products layout                           */
/*-------------------------------------------*/


#main-products {
  background-image: url('../img/back-products-main.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
}

#main-products #products_table_wrapper {
  margin-left: 35px;
  margin-right: 35px;
}

#main-products #navigation-stripe {
  margin-left: 35px;
  margin-right: 35px;
  background-color: #3f6b6c;
  padding: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

#main-products #navigation-stripe a {
  color: #ffffff;
}

#main-products #navigation-stripe .category {
  margin-left: 10px;
  margin-right: 10px;
}

#main-products #navigation-stripe .arrow {

}

/*-------------------------------------------*/
/* products table layout                     */
/*-------------------------------------------*/

table#products tr.header1 td {
  background-color: #3f6b6c;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px black solid;
  padding: 5px;
}

table#products tr.header2 td {
  background-color: #658989;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  border-top: 1px #b5c7c7 solid;
  padding: 10px;
}

table#products tr.first-line td {
  background-color: #c4d2d3;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px black solid;
  padding: 5px;
}

table#products tr.second-line td {
  background-color: #ebeff0;
  color: #000000;
  font-size: 13px;

  border-top: 1px #b5c7c7 solid;
  padding: 5px;
}

table#products a {
  color: #000000;
}

div#znacka {
  float: left;
}

div#model {
  margin-left: 200px;
}

div#attr {
  float: right;
}

.param {
}

.param:hover {
  position: relative;
}

.param span {
  display: none;
}

.param:hover span {
    display: block;
    width: 300px;
    color: #000000;
    position: absolute; top: 25px; left: 0px;
    text-align: left;
    background-color:  #ffffff;
    line-height: 18px;
    
    font-size: 12px;
    font-weight: normal;
    padding: 15px; margin: 1px; z-index: 100;
    border: 2px solid #3f6b6c;
}

.param:hover span .name{
    font-size: 14px;
    color: #3f6b6c;
    line-height: 22px;
    font-weight: bolder;
}

/*-------------------------------------------*/
/* products table layout                     */
/*-------------------------------------------*/

#product-left {
  float: left;
  margin-top: 0px;
}

#product-attributes {
 margin-left: 265px;
}

#product-attributes, #product-attributes table {
  font-size: 13px;
}

#product-attributes span.unit{
 margin-left: 20px;
}

#product-attributes  h1 {
  background-color: #3f6b6c;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}

/* NEWS */

#main-products #news {
  float: right;
  background-color: #ffffff;
  width: 260px;
  margin-right: 0px;
  padding-bottom: 1px;
}

#main-products #news .header{
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  background-color: #3e6c6c;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 1px;
}

#main-products #news .wrapper{
  background-color: #d2dcdd;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 7px;
  padding-right: 7px; 
}

#main-products #news .news-item {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-products #news .news-item .picture {
  float: left;
  width: 62px;
  text-align: center;
  margin: 0px;
}

#main-products #news .news-item .picture img {
  border: 1px solid white;
  
}

#main-products #news .news-item .text {
  margin-left: 80px;
}

#main-products #news .news-item .text .title {
  color: rgb(62, 108, 108);
  font-weight: bold;
}

#main-products #news .news-item .text .title a {
  color: rgb(62, 108, 108);
  text-decoration: none;
}

#main-products #news .news-item .text .date {
  font-style: italic; 
}

#main-products #news .news-item .text .text-inside {
  padding-top: 10px;
}

input.filter {
  
  background-color: #658989;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #3f6b6c;
  
}

#search {
  position: absolute;
  left: 780px;
  top: 70px;
  width: 300px;
}

#search #searchInput{
  width: 150px;
}

#search #searchSubmit{
  width: 18px;
  /*
  border: 1px solid #D2DCDD;
  color: #D2DCDD;
  background-color: #3E6C6C;
  font-weight: bold;
  */
  background-color: #D2DCDD;
  color: #3E6C6C;
  border: 1px solid #D2DCDD;
  font-weight: bold;
}

div.search_results {
  margin-top: 15px;
  margin-bottom: 20px;
}

div.search_results div.searchTitle{
  margin-bottom: 5px;
}

