
/* 
-----------------------
 Obalka brandu JOBS
-----------------------
*/

/*
  posledni zmena:
  2008/11/20 Hradecky L. - tlacitka
*/

/* 
--------------------
Tlacitka
--------------------
*/

#layout-buttons {
  width: 780px;
  margin: -10px auto 0 auto;
  font-size: 90%;
}
#layout-buttons a {
  color: #0033AC;
}
#layout-buttons a:hover {
  color: #F68F00;
}

#layout-buttons p a#butt-apply { /* odkaz odpovedet */
  padding-left: 15px;
  font-size: 120%;
  background: url(../images/obalka/tlacitka-sipka.gif) no-repeat left center;
}

#layout-buttons p { /* odkazy vedle sebe */
  float: left;
  width: 580px;
  margin: 0;
}
#layout-buttons p a {
  font-weight: bold;
  padding-left: 13px;
  background: url(../images/obalka/tlacitka-separator.gif) no-repeat 4px center;
}
#layout-buttons p strong {
  color: #606060;
  padding-left: 25px;
  background: url(../images/obalka/tlacitka-obalka.gif) no-repeat left center;
}

#layout-buttons ul { /* odkazy pod sebou */
  float: right;
  width: 180px;
  padding-bottom: 25px;
}
#layout-buttons li {
  padding-left: 20px;
  margin-bottom: 4px;
  line-height: 130%;
  list-style-type: none;
  background: url(../images/obalka/tlacitka-sipka.gif) no-repeat 5px center;
}
#layout-buttons li#butt-basket {
  padding-bottom: 2px;
  background: url(../images/obalka/tlacitka-kosik.gif) no-repeat 0 0;
}