
/* 
-----------------------
 Obalka brandu JOBS
-----------------------
*/

/*
  posledni zmena:
  2008/11/20 Hradecky L. - tlacitka
  2009/09/30 Hradecky L. - textovy odkaz odpovedet preveden na tlacitko
  2009/10/21 Hradecky L. - action text pro neplacenou brigadu
*/

/* 
--------------------
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 { /* tlacitko odpovedet */
  @display: inline-block; /* IE6,7 korekce */
	padding: 5px 0 7px 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/obalka/button-link-1-1.gif) no-repeat left top;
}
#layout-buttons p a#butt-apply span {
	padding: 5px 20px 7px 0;
	background: url(../images/obalka/button-link-1-2.gif) no-repeat right top;
}

#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 p em { /* neplacena brigada */
  display: block;
  padding: 11px 0 11px 44px;
  font-style: normal;
  font-weight: bold;
  font-size: 90%;
  background: url(../images/obalka/tlacitka-info.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;
}