﻿/*================ graficko-textovy button =====================*/
/* Spolecne tridy */
.button
{
  position: relative;
  zoom: 1;
  margin: 0 0 0 0;
  font: 11px Tahoma, "Helvetica CE" , Helvetica, helvetica, sans-serif;
/*  overflow: visible;*/
/*  display: block;  */
}
.button a
{
  padding: 0;
  text-decoration: none;
  float: left;
  margin: 5px 0 0 0px;
  padding: 0 0 0 5px;    
}
.buttons {position: relative;}
.button a span
{
  margin: 0;
  padding: 0 10px 0 5px;
  text-decoration: none;
  display: block;
  _display: inline-block;
  zoom: 1;
  cursor: pointer;
}
.button a span span
{
  margin: 0;
  padding-top: 9px !important;
  padding-bottom: 10px !important;
  display: block;
  _display: inline-block;
  text-decoration: none;
  color: #0078a3;
  font-size: 11px;
  text-transform:uppercase;
}
/* Definice podkladu */
.btn-grey a
{
  background: url('./img/btn-grey.png') 0 0 no-repeat;
}
.btn-grey a span 
{
  background: url('./img/btn-grey.png') 100% 0 no-repeat;
}
.btn-green a 
{
  background: url('./img/btn-green.png') 0 0 no-repeat;
}
.btn-green a span 
{
  background: url('./img/btn-green.png') 100% 0 no-repeat;
}
.btn-green a span span 
{
  color: white;
}
.btn-blue a 
{
  background: url('./img/btn-blue.png') 0 0 no-repeat;
}
.btn-blue a span 
{
  background: url('./img/btn-blue.png') 100% 0 no-repeat;
}
.btn-blue a span span 
{
  color: white;
}
.ico-no a span span 
{
  background: none;
  padding: 9px 5px 10px !important;
}
/* Definice float right x left */
.btn-left
{
  float: left;
}
.btn-right
{
  float: right;
}

/* ikona */
.ico-back a span span
{
  background: url('./img/ico-grey.png') 0 center no-repeat;
  padding: 0 0 0 25px;
}
.ico-no a span span
{
  background: none;
  padding: 0 0 0 0px;
}
.ico-forward a span span
{
  background: url('./img/ico-green.png') right center no-repeat;
  padding: 0 25px 0 3px;
  margin: 0 0 0 3px;
}
.ico-home a span span
{
  background: url('./img/ico-home.png') 0 center no-repeat;
  padding: 0 0 0 25px;
}
.ico-printer a span span
{
  background: url('./img/ico-printer.png') 0 center no-repeat;
  padding: 0 0 0 25px;
}
.ico-cd a span span
{
  background: url('./img/ico-cd.png') 0 center no-repeat;
  padding: 0 0 0 25px;
}
.ico-disk a span span
{
  background: url('./img/ico-disk.png') 0 center no-repeat;
  padding: 0 0 0 25px;
}

