/*
    Document   : styles
    Created on : понеділок, 20, листопада 2006, 16:07
    Author     : artem
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    font-size: 12px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align: justify;
    _text-align: center;
}

td{
    font-size: 12px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align: justify;
}


h2{
    font-size: 16px;
}

h3{
    font-size: 14px;
}

h4{
    font-size: 12px;
}

p{
    margin: 10px 0 0 10px;
    text-indent: 0;

    font-size: 12px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align: justify;
}


h3.title{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: bold;
      text-decoration: none;
      font-size: 16px;
      color: black;
      margin: 5px 0 0 0;
}

h4.title{
    font-size: 12px;
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: bold;
      text-decoration: none;
      color: black;
      margin: 5px 0 0 0;
}

ul li{
    list-style: none;

    font-size: 12px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    color: black;
}

ul li.arrow{
    padding: 1px 5px 1px 16px;
    background: url(images/mm-left-image-3.png)  top left no-repeat;
}

.table-padding-5 td{
    padding: 5px;
}

.table-padding-20-centered td{
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

span.underlined{
    text-decoration: underline;
}

.main-container{

   font-size: 12px;
   font-family: Arial, Tahoma, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   color: black;
   text-align: justify;
}

/*prosto title teper */

 .dark-green-title{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: bold;
      text-decoration: none;
      font-size: 16px;
      color: black;
      margin: 5px;
}

td.green-title-with-border{
    width: 100%;
    color: #339966;
    padding: 15px 0 0 0;

   font-size: 14px;
   font-family: Arial, Tahoma, Sans-Serif;
   font-style: normal;
   font-weight: bold;
   border-bottom: 1px solid #339966;
}


.main-container a, .main-container a:active, .main-container a:visited{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-decoration: underline;
      font-size: 12px;
      color: #00a800;
}

.main-container a:hover{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-decoration: underline;
      font-size: 12px;
      color: #00a800;
}

/*-- = news --------------------------------------------------------------*/

.news-block{
    width: 100%;
}

.page-news-link{
    text-align: right;
    padding: 0 0 20px 0;
}

.page-news-link a, .page-news-link a:active, .page-news-link a:visited{
    font-size: 12px;
    color: #cf0101;
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: bold;

    text-decoration: none;
}

.page-news-link a:hover{
    font-size: 12px;
    color: #cf0101;
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: bold;

    text-decoration: underline;
}

.news-block2{
    width: 100%;
    margin: 3px 0;
}

.news-left-side{
    width: 110px;
    padding: 5px;
    background-color: #f2fcf8;
}

.news-date-td{
    font-size: 10px;
    color: black;
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;

    text-align: right;

}

.news-image-td img{
    border: 1px solid #339966;
}

.news-right-side{
    width: 100%;
    padding: 5px 20px 5px 0;
    background-color: #f2fcf8;
}

.news-title-td{
    font-size: 12px;
    color: #339966;
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: bold;
}



/*= table for goody main page ------------------------------------------*/

    .goody-table{
    }

    .goody-table-header{
        height: 100%;
    }

    .goody-table-column{
        height: 100%;
        padding: 0 5px;
        vertical-align: middle;
    }

    .goody-table-header td{
        height: 100%;
        padding: 0 5px;
    }


    .goody-table-price{
        height: 100%;
    }

    .goody-table-price td{
        height: 100%;
        vertical-align: middle;
        padding: 0 5px 0 0;
    }




/*= table for goody other pages ------------------------------------------*/

    .green-table td{
        vertical-align: middle;
    }
     .green-table-column{
          padding: 2px 5px;
          border-right: 1px solid white;

     }
    .green-table-row-1{
        background-color: white;
    }
    .green-table-row-2{
        background-color: #cbeeb4;
    }
    .green-table-row-1-table TR{
       background-color: #cbeeb4;
    }
    .green-table-row-1-table td{
         padding: 2px 5px;
        border-right: 1px solid white;
    }
    .green-table-row-1-table a, green-table-row-1-table a:hover, green-table-row-1-table a:visited{
    }
    .green-table-image{
        width: 100px;
        height: 100px;
        margin: 5px;
    }

/*--- gren table in static content -----------------------------------------------------------------*/

    .content-table td{
        vertical-align: middle;
        padding: 2px 5px;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
    }

    .content-table-row-1{
        background-color: #cbeeb4;
    }
    .content-table-row-2{
        background-color: white;
    }

/*--- table for sertificates -----------------------------------------------------------------*/

    .sert-table td{
        vertical-align: middle;
        text-align: center;
        padding: 5px;
        width: 180px;
        height: 180px;
    }

    .sert-table2 td{
        vertical-align: middle;
        text-align: center;
        padding: 5px 30px 5px 0;
        height: 180px;
    }



/*--- = compare ------------------------------------------------------------------------------------*/


    .compareButton-block{
        width: 100%;
    }

    .compareButton-block TD{
        text-align: right;
    }

    .compareButton-block INPUT{
        border: 1px solid #3c8b51;
    }



/* =main-page ---------------------------------------------------------------------------------*/

.main-page-table{
    width: 591px;
    height: 322px;
}


.main-page-table p{

    font-size: 12px;
    color: #5f6264;
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

.main-page-table a, .main-page-table a:active, .main-page-table a:visited{
    font-size: 12px;
    color: #037e00;
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: bold;

    text-decoration: none;
}

.main-page-table a:hover{
    font-size: 12px;
    color: #037e00;
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: bold;

    text-decoration: underline;
}


.main-page-btn-1{
    background: url(images/main-button-1.png)  top left no-repeat;
    width: 301px;
    height: 162px;
    padding: 31px 30px 0 24px;
    text-align: right;
}

.main-page-btn-2{
    background: url(images/main-button-2.png)  top left no-repeat;
    width: 290px;
    height: 162px;
    padding: 31px 15px 0 24px;
    text-align: right;
}

.main-page-btn-3{
    background: url(images/main-button-3.png)  top left no-repeat;
    width: 301px;
    height: 160px;
    padding: 31px 30px 0 24px;
    text-align: right;
}

.main-page-btn-4{
    background: url(images/main-button-4.png)  top left no-repeat;
    width: 290px;
    height: 160px;
    padding: 28px 15px 0 24px;
    text-align: right;
}

/*--  =sitemap ---------------------------------------------------------------------*/

table.sitemap-table{
    width: 100%;

}

.td-sitemap-column{
    width: 25%;
}

.sitemap-main-tr{
    background-color: #cbeeb4;
}

.td-1-level{
    background-color: #cbeeb4;
    width: 25%;
    height: 40px;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}

.td-1-level a, .td-1-level a:active, .td-1-level a:visited{
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #46932d;

    text-decoration: none;
}

.td-1-level a:hover{
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    font-size: 12px;

    text-decoration: underline;
}


.td-sub-level{
    width: 25%;
    padding-bottom: 10px;
}

.td-sub-level a, .td-sub-level a:active, .td-sub-level a:visited{
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;

    text-decoration: none;
}

.td-sub-level a:hover{
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000000;

    text-decoration: underline;
}



.td-sub-level .sm-elem-level-1{
    padding: 1px 5px 1px 5px;
    text-align: left;

}

.td-sub-level .sm-elem-level-1 a{
    font-size: 12px;
    color: #46932d;

}

.td-sub-level .sm-elem-level-2{
    padding: 1px 5px 1px 16px;
    text-align: left;
}

.td-sub-level .sm-elem-level-2 a{
    font-size: 12px;
    color: #798287;
}

.td-sub-level .sm-elem-level-3{
    padding: 1px 5px 1px 16px;
    text-align: left;
}

.td-sub-level .sm-elem-level-3 a{
    color: #46932d;
    font-size: 10px;
}

.td-sub-level .sm-elem-level-4{
    padding: 1px 5px 1px 16px;
    text-align: left;
}

.td-sub-level .sm-elem-level-4 a{
    font-size: 10px;
    color: #798287;
}


/* =equipment */
  /*--------------------------------------------------------------------------------*/

 .equipmentTableContainer{
    padding: 10px;
    margin: 20px 30px 0px 20px;
 }

 .equipmentTable{
 }


 .equipmentTableColumn{
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0 15px 0;
 }

 .equipmentTableImage{
 }


 .eqElemDiv{
     position: relative;
     float: left;
     width: 100%;
}

.eqElemDiv .leftSide{
    position: relative;
    float: left;

    width: 200px;
}

.eqElemDiv .imageDiv{
    position: relative;
    float: left;

    width: 200px;
    height: 200px;

    overflow: hidden;
    border: 1px solid black;
}

.eqElemDiv .priceDiv{
    position: relative;
    float: left;

    width: 200px;
}

.eqElemDiv .priceDiv input{
    margin: 0 3px 0 0;
    display: block;
    position: relative;
    float: left;
    top: 2px;
}



.eqElemDiv .rightSide{
    position: relative;
    margin-left: 213px;
}

.eqElemDiv .description{
    position: relative;
    float: left;
    width: 100%;
    min-height: 200px;
}

.eqElemDiv .links{
    position: relative;
    float: left;
    width: 100%;
    
    text-align: right;
    padding-top: 10px;
}


 .equipmentTableNote{
    padding: 0 15px 0 10px;

      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      font-size: 12px;
      color: black;

 }

 .equipmentTablePriceContainer{
    width: 80px;
    height: 100%;
 }

 .equipmentTablePrice{
    width: 100%;
    text-align: center;
    padding: 0 5px 0 5px;


      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      font-size: 12px;
      color: black;
  }

 .equipmentTablePriceLink{

      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-decoration: underline;
      font-size: 12px;
      color: #df6755;
 }

 .equipmentTableCheck{
    width: 10px;
 }

 .compareButton td{
    padding: 10px 0 0 0;
 }

 .compareButton INPUT{
    border: 1px solid #1a4b34;
    color: #1a4b34;
 }


 .groopTitle{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      font-size: 18px;
      color: #1a4b34;

      padding: 0 7px 7px 0;

 }

 .groopNote{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      font-size: 12px;
      color: black;

      padding: 0 7px 7px 0;
 }


 A.simple-link, A.simple-link:hover, A.simple-link:visited{
    }


.managers-div{
   width: 550px;
}

.managers-div .manager{
    float: left;
    width: 180px;
}

.managers-div .manager .image{
    padding: 2px;
    clear: both;
    width: 180px;
    height: 155px;
    text-align: center;
    overflow: hidden;
}

.managers-div .manager .name{
    padding: 1px;
    clear: both;
    width: 180px;
    text-align: center;

    font-size: 12px;
    color: #339966;
    font-family: Arial, Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
    font-style: normal;
    font-weight: bold;
}

.managers-div .manager .contacts{
    padding: 1px;
    clear: both;
    width: 180px;
    text-align: center;
}
