/*** spolecne css pro serial TRASY ***/

/* obsah */
table.prehled_cisel th {
  text-align: left; 
}
table.prehled_cisel .nahled {
  width: 140px;
  text-align: center;
  vertical-align: top;
}
table.prehled_cisel .info {
  vertical-align: top;
}

table.prehled_cisel table {
  font-size: 75%;
  float: right;
  margin: 7px 5px;
  width: 460px;
}
table.prehled_cisel table td {
  
}

/* barvicky pro prvni filter */
.filter1-color2 { color: #49b966; }
.filter1-color3 { color: #d4a34b; }
.filter1-color4 { color: #a849b9; }
.filter1-color5 { color: #0f74a4; }
.filter1-color6 { color: #da0303; }
.filter1-color7 { color: #0e8e93; }

/* filter1 */
#filter1-box {
 position: relative;
 padding-top: 14px;
 height: 25px;
}
#filter1-main {
 position: absolute;
 width: 880px; height: 40px;
 right: 17px;
 bottom: -4px;
}
#filter1-main a {
 display: block;
 float: right;
 width: 54px; height: 35px;
 line-height: 35px;
 font-weight: bold;
 font-size: 0.9em;
 margin-top: 5px;

 text-align: center;
 background: transparent none bottom left no-repeat;
 background-image: url('/css2_img/archiv_pasive.png');
 text-decoration: none;
 color: #666;
}
#filter1-main a:hover {
 background-position: 0px 0px;
}

#filter2-box {
 background: transparent url('/css2_img/bazar_filter2_bg.png') top left no-repeat;
 padding: 0;
 height: 5px;
}
