/*****************************************************************************
 *                              DEPOT                                        *
 *****************************************************************************/

.depot_main {
   text-align: center;
   vertical-align: top;
   }

.depot_module {
   width: 100%;
   border: 1px dotted rgb(144,155,169);
   }

* html .depot_module {
   border: 1px solid rgb(144,155,169);
   }

.depot_module .header {
   background-color: #b8c3d1;
   height: 33px;
   }

.depot_module .main {
   background-color: #dfdfdf;
   }

.depot_module td.main {
   width: 100%;
 /*  border-top: 1px dotted rgb(144,155,169);*/
   padding: 14px;
   font-size: 10.5pt;
   text-align: justify;
   }

* html .depot_module td.main {
/*   border-top: 1px solid rgb(144,155,169);*/
   }

@media print {
   .depot_module {
      width: 100%;
      border: 1px none rgb(144,155,169);
   }
   .depot_module td.main {
   }
   }

.depot_module .main .icons {
   font-size: 11pt;
   width: 1px;
   }

.depot_module .main .icons td {
   border: 0px none;
   padding: 8px;
   text-align: center;
   vertical-align: top;
   }

.icons td img {
   }

.depot_module .header .title {
  font-size: 13.2pt;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
  text-decoration: underline;
   }

.depot_module .header .subtitle {
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
  font-size: 11.6pt;
  font-weight: normal;
  font-style: italic;
   }

.depot_module .main ul {
   color: #000000;
   list-style-image: url("/images/misc/bullet.gif");
   padding-left: 16px;
   margin-left: 16px;
   text-indent: -4px;
   }

.depot_module .main a,
.depot_module .main a:link,
.depot_module .main a:visited {
   text-decoration: none;
   color: #425063;
   }

.depot_module .main a:hover {
   text-decoration: underline;
   color: #425063;
   }

table.depot_model_single {
   width: 85%;
   padding-bottom: 15px;
   margin-bottom: 10px;
   }

.depot_model_single .descr {
   width: 50%;
   font-size: 11pt;
   }

.depot_model_single .image {
   text-align: center;
   width: 50%;
   }

.depot_model_single .pricechart {
   padding-top: 10px;
   }

