/* default */
/* vychozi styly */

body {
  background: #E9ECF1 url(../images/body-bg.jpg) repeat-x;
  font-size: 95%;
  font-family: Frutiger, Arial, "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
}

input, textarea {
  font-size: 90%;
}

input.default {
  font-weight: bold;
}

* html textarea {
  overflow: auto;
}

fieldset
{
	border:1px solid;
	margin-bottom:10px;
	padding: 0 0 0 10px;
	background-color: #BEEF77;
}

form h3 {
  margin-top: 1ex !important;
  font-weight: bold;
}

fieldset textarea {
	font-size:110%;
}

* html fieldset{
  position: relative;
  width: 100%;
}
* html legend {
  position:absolute;
  top: -.7em;
  left: .5em;
}

* html fieldset {
  position: relative;
  margin-top:1em;
  padding-top:1.35em;
}

fieldset legend
{
	font-size:100%;
	font-weight:bold;
	border: 1px solid;
	padding:0 20px;
}

fieldset label
{
	float:left;
	vertical-align: middle;
	font-weight:normal;
	text-align:right;
	margin-right:15px;
	min-width: 110px;
}

hr {
  margin: 5px 0 5px 0;
}

table {
 	font-size: 100%;
	padding: 0;
	margin: 0;
	text-align : left;
  border-collapse: collapse;
}

td, th {
  padding: 3px 2px 3px 5px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {         
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.normal li {
  list-style-type: square !important;
  margin: 0 0 0 25px;
  padding: 0 0 0 0px;
}

img {
	border: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0;
	font-size: 180%;
}

h2 {
  margin: 0;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-size: 110%;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
h4 {
	margin: 0;
	font-size: 100%;
}

form {
	margin: 0;
	padding-top: 0;
}

p {
   margin-top:  1ex;
}

* {
	margin: 0;
	padding: 0;
}

/* vychozi elementy pro web */

#main {
  margin: 0 auto 0 auto;
}

#main-inner {
	text-align: left;
	position: relative;
}

#info-stranka {
  font-style: italic;
  font-size: 95%;
}

/* navigacni lista */

#nav {
  margin: 0;
  padding: 0;
  z-index: 3000;
}

#nav ul.level2 {
 position: absolute;
 visibility: hidden;
}

#nav li {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
  float: left;
  position: relative;
}

#nav a {
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 0
}

#nav li.level2
{
  font-size: 90%;
}

#nav li.active a, #nav a:hover { color: #FFFF00; }

/* panely stranky */

#right {
  float: left;
  border: solid 0px black;
}

#left {
  float: left;
  border: solid 0px black;
}
#left-inner {
  /*position: absolute;  */
  width: 100%;
}

#left h2 {
}

/*******************************/

/* seznam polozek shopu */

#eshop-menu {
  line-height: 110%;
}

.item-list .item {
  width: 33.3%;
  float: left;
  overflow: hidden;
}

.item-list .box {
  margin: 0px 0px 5px 5px;
  border: solid 1px;
}

#akce .item-list .box {
  margin: 0px 0px 5px 5px;
  border: solid 1px;
}

.item-list .title2 {
  width: 100%;
  text-align: center;
}
.item-list h2 {
  overflow: hidden !important;
  font-size: 85%;
  padding: 5px 0;
  margin: 0 auto;
  margin-top: 0 !important;
  height: 45px;
  line-height: 130%;
  font-weight: bold;
}

.item-list h2 a {
  text-decoration: none;
}
.item-list h2 a:hover {
  text-decoration: underline;
}

.item-list .image {
  margin: 0 auto !important;
  overflow: hidden;
}

.item-list .image .box , #akce .item-list .image .box {
  padding: 10px 0px;
  margin: 0 auto;
  text-align: center;
  border: 0;
}

.item-list .info {
  overflow: hidden;
}

.info form {
  margin-left: 10px;
}

#akce .item-list .info {
  overflow: hidden;
}

.item-list .cena {
  padding: 5px 5px 0px 0px;
  float: right;
  font-size: 120%;
  font-weight: bold;
}

.item-list .kod {
  font-size: 80%;
  padding: 7px 0px 0px 5px;
}

.item-list .dodaci_lhuta {
  font-size: 90%;
  display: block;
  padding: 0 0 0 3px;
  float: left;
}

.item-detail {
  padding-top: 5px;
}

.item-detail .info {
  width: 49%;
  float: left;
}

.item-detail .image {
  width: 49%;
  float: left;
}

.item-detail .image .box {
  padding: 10px 0px 0 0;
  text-align: right;
}
.item-detail .image p {
  text-align: right;
}

.item-detail table {
  width: 100%;
}

.item-list .info table {
  font-size: 80%;
  border-spacing: 0;
  margin: 5px 0 5px 5px;
}

.item-list .info td, .item-list .info th {
  padding: 0 5px 0 2px;
}

.item-list .info .info1 {
  width: 65%;
}
.item-list .info .info2 {
}

.item-cena_dop {
  text-decoration: line-through;
}

.item-cena {
  color: #FF0000 !important;
}

.item-usetrite, .item-usetrite_rel {
  color: #5D0000 !important;
}

/* parametry polozky */

#parametry {
  width: 100%;
  clear: left;
  overflow: auto;
}
#parametry table {
  width: 100%;
}
#parametry th {
}
#parametry td, #parametry th {
  padding: 1px 2px 1px 5px;
  text-align: left;
}

/* popis produktu */

#popis-produktu {
  margin-left: 10px;
  margin-top: 5px;
  padding: 10px 10px 10px 10px;
  font-size: 90%;
}

#popis-produktu p {
 padding: 5px 0px !important;
}

#popis-produktu ul {
  padding: 5px;
}

#popis-produktu li {
  list-style: square;
  padding-left: 5px;
  margin-left: 20px;
}

#popis-akce {
  margin-left: 10px;
  margin-top: 5px;
  padding: 10px 10px 10px 10px;
  font-size: 90%;
}

/* akce icons */
ul.akce-icons {
  width: 100%;
  margin-top: 5px !important;
}

.akce-icons li {
  background: none !important;
  list-style-image: none !important;
  float: left;
  width: 45px; 
  padding: 0 3px 0 3px;
  font-size: 70%;
}
.akce-icons a {
  text-decoration: none !important;
}

#popis-akce {
  margin-left: 10px;
  margin-top: 5px;
  padding: 10px 10px 10px 10px;
  font-size: 90%;
}

/* kosik detail */

#kosik-detail th {
  background-color: #D7D7D5;
  border: 1px solid #9E9E9E;
}
#kosik-detail td {
  border: 1px solid #9E9E9E;
}
#kosik-detail tr.row-odd td {
  background-color: #F3F3F3;
}
#kosik-detail tr.row-even td {
  background-color: #E0EFE2;
}

#kosik-detail table {
  width: 100%;
}
#kosik-detail th, #tab th {
  text-align: center;
  font-size: 95%;
}
#kosik-detail td {
  font-size: 95%;
}
#kosik-detail td, #parametry th {
  padding: 1px 3px 1px 1px;
  text-align: left;
}
#kosik-detail table.celkova {
  margin-top: 15px;
}
#kosik-detail .celkova th {
  width: 30%;
  text-align: left;
}
#kosik-detail .celkova td {
  text-align: right;
}

/* hlavni obsah stranky */

#content .info table th, #content .info table  td, #content .info table {
  border: none;
}

#content p {
   line-height: 130%;
/*   text-align: justify; */
   font-size: 100%;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

#content h2, #content h3, #content h4 {
  margin-top: 3ex;
  margin-bottom: 1ex;
}

#content-inner {
  padding: 0 10px 0 15px;
}

/* filter */

#filter-top, #filter-bottom {
  margin-bottom: 6px;
  padding: 5px;
  font-size: 90%;
  width: 90%;
}
#filter-bottom  {
  margin-top: 0px;
  clear: left;
}
.filter {
  width: 90%;
}
.filter li, .filter span  {
  float: left;
  padding: 0 4px;

}

/* ruzne */
.list-box {
  padding: 0;
  white-space: nowrap;
  clear: both;
}
.list-box_katalog {
  text-align: right !important;
  padding: 0 !important;
  white-space: nowrap;
}
.kat_menu_eshop, .kat_menu_katalog {
  clear: left;
  width: 100%;
}
.kat_menu_eshop li, .kat_menu_katalog li {
  float: left;
  display: block;
  padding: 5px 10px 0 0;
}

/* katalog sekce */

.katalog-sekce .column1 {
  width: 40%;
}
.katalog-sekce a {
  display: block;
}

.katalog-sekce .column2 {
  width: 29%;
}
.section-row {
  border: 1px solid #E0E0E0;
  margin: 10px 0 10px 0;
}

/* search */

#search span {
  font-size: 110%;
}

#search .input {
	background: transparent;
  border: 0;
}

#search label {
  font-weight: bold;
}

#search .obrazkoveTlacitko {
	vertical-align: middle;
	border: 0;
}
.obrazkoveTlacitko {
	vertical-align: top;
	border: 0;
}

/* login */

#login {
  z-index: 2000;
  font-size: 90%;
  text-align:right;
}
#login input {
  border: 1px solid;
  padding: 2px 4px;
}
#login label {
  display: none;
  margin-left: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
#login .obrazkoveTlacitko {
  background: none;
	vertical-align: middle;
  padding: 0px 0 1px 0;
	border: 0;
}
.obrazkoveTlacitko {
	vertical-align: top;
	border: 0;
}

/* inquiry */

#inquiry {
  margin-top: 15px;
  width: 500px;
}
#inquiry .column1, #inquiry .column2 {
  width: 47%;
}
#inquiry .column2 {
  padding-left: 6%;
}
#inquiry .inner {
  padding: 10px 10px 10px 10px;
}
#inquiry input {
  width: 150px;
  margin: 0;
}
#inquiry fieldset {
  border: none;
}
#inquiry label {
  float: none;
}
#inquiry h3 {
  margin: 0;
}
#inquiry textarea {
  width: 96%;
  height: 120px;
}
#inquiry .submitForm {
  width: 5em;
  float: right;
  margin: 5px 3% 0 0;
}

/* consult */

#consult {
  margin-top: 15px;
  width: 500px;
}
#consult .column1 {
  width: 99%;
}
#consult .column2 {
  padding-left: 6%;
}
#consult .inner {
  padding: 10px 10px 0 10px;
}
#consult input {
  width: 150px;
  margin: 0 0 0 50px;
}
#consult fieldset {
  border: none;
}
#consult label {
  float: none;
  margin: 0 0 0 50px;
}
#consult h3 {
  margin: 0;
}
#consult textarea {
  width: 76%;
  height: 120px;
  margin: 0 0 0 50px;
}
#consult .submitForm {
  width: 5em;
  float: right;
  margin: 5px 3% 0 0;
}

/* copy lista */

#copy {
  font-size: 80%;
	text-align: center;
}

#copy a {
  font-size: 90%;
	text-decoration: underline;
}
#copy a:hover {
	text-decoration: none;
}
#copy .box {
	font-weight: bold;
	font-style: italic;
	padding: 10px 10px 5px 10px;
  text-align: center;
}

/* pomocne zalamovace atd. */

.a_center {
	text-align: center !important;
}
.a_left {
	text-align: left;
}
.a_right {
	text-align: right !important;
}

.red { color: red; }
.bold { font-weight: bold; }

.to-left {
  float: left;
  padding: 5px 10px 5px 10px;

}
.to-right {
  float: right;
  padding: 0px 10px 5px 10px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clear-left {
  clear: left;
}

.hidden {
	display: none;
}

.cleaner, .break {
	height: 0px;
	clear: both;
  font-size: 1px;
  visibility: hidden;
  display: block;
  border: none;
  padding: 0;
}

.noborder {
  border: none;
}

.maxWidth30px {
  width: 30px;
}

.maxWidth30px1 {
  width: 30px;
  margin-top: 13px;
}

.right {
  float: right;
}
.left {
  float: left;
}


.image-button {
  display: inline;
  padding: 0px 2px 2px 1px;
  vertical-align: middle;
}

.submitForm {
  padding: 1px;
  margin: 0;
  overflow:visible;
  border: 1px solid #DDE0E7;
  font-size: 90%;
  cursor: pointer;
}

#menu-znacky li {
  float: left;
}

.menu_vhodnost li{
  font-weight: bold;
  padding: 0 0 0 20px;
  margin-left: 10px;
  white-space: nowrap;
  float: left;
  display: block;
}

#flash {
  background: none !important;
  clear: left;
  float: left;
  width: 160px;
  padding: 5px 0 0 30px;
  margin: 0 auto;
  text-align: center;
}

/* main */

#main {
  width: 1000px;
  background: url(../images/main-inner-bg.jpg) no-repeat;
}
#main-inner {
  margin-left: 18px;
  background-color: #FFFFFF;
}
#main-inner2 {
  width: 100%;
  position: relative;
}

#content {
	width: 675px;
  color: #505050;
  background: url(../images/img-content-top.jpg) no-repeat;
  float: left;
  min-height: 400px;
  font-size: 90%;
  line-height: 140%;
}
#content p {
  line-height: 140%;
}

#h1 {
  margin-bottom: 10px;
}

#content h1 {
  color: #243F5D;
  line-height: 120%;
}

#content h2 {
  font-size: 20px;
  color: #395877;
}
#content h3 {
  color: #395877;
  font-size: 100%;
}
#content h4 {
  color: #67b700;
  font-size: 100%;
}
#content h5 {
  width: 100%;
  color: #738ca3;
  border-bottom: 1px solid #c0d1e1;
  font-style: italic;
  font-size: 100%;
}

#content hr {
  border-style: solid none none none;
  border-color: #d6dde5;
  border-width: 1px;
  margin-top: 17px;
  background-color: transparent;
}

#content ul {
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
}
#content ul li {
  background: url(../images/s1.png) no-repeat 0px -1px;
  margin: 0 0 2px 15px;
  padding: 0px 0 0px 30px;
  line-height: 140%;
  min-height: 25px;
  overflow: visible;
} 
#content ul.normal li {
  background: none;
  list-style-type: disc;
  padding: 0 0 0 0;
}

#right {
  width: 307px;
  float: left;
  overflow: hidden;
}
#right h2 {
  margin-top: 0;
}
#right h3 {
  margin-top: 0;
}

#header .popis-top {
  margin: 0;
}
#header .popis-top a {
  position: relative;
  color: #FFFFFF;
  font-size: 90%;
  display: block;
  text-align: left;
  text-decoration: none;
  padding-top: 78px;
  padding-left: 40px;
}
#header a:hover { text-decoration: underline;}

/* layout */

#img-logo {
  width: 252px;
  height: 159px;
  float: left;
}

#img-motto {
  width: 114px;
  height: 159px;
  float: left;
  background: url(../images/img-motto.jpg) no-repeat;
}
#img-motto .popis-top {
  padding-top: 78px;
  padding-left: 25px;
  font-size: 90%;
  color: #ADADAD;
}

#img-webdesign {
  width: 159px;
  height: 159px;
  float: left;
  background: url(../images/img-webdesign.jpg) no-repeat;
}

#img-eshop {
  width: 159px;
  height: 159px;
  float: left;
  background: url(../images/img-eshop.jpg) no-repeat;
}

#img-marketing {
  width: 139px;
  height: 159px;
  float: left;
  background: url(../images/img-marketing.jpg) no-repeat;
}

#img-client-zone {
  width: 159px;
  height: 159px;
  float: left;
  background: url(../images/img-client-zone.jpg) no-repeat;
}
#img-client-zone p {
  margin: 5px 0 0 0;
  padding: 0 9px 0 0;
  font-size: 90%;
}
#img-client-zone {
  text-align: right;
}

#img-waste {
  width: 366px;
  height: 44px;
  float: left;
  background: url(../images/img-waste.jpg) no-repeat;
}

#img-nav {
  width: 616px;
  height: 44px;
  float: left;
  background: url(../images/img-nav.jpg) no-repeat;
}

#img-nav-info {
  width: 982px;
  height: 36px;
  background: url(../images/img-nav-info.jpg) no-repeat;
  color: #FFFFFF;
  font-size: 90%;
}
#img-nav-info, #img-nav-info a {
	color: #C6E9A9;
}
#nav-info {
  padding: 10px 0 0 20px;
}
#nav-info .active a {
  color: #DCFFBF;
}
.nav-info-sep
{
	text-align: center;
  padding: 0 12px 0 12px;
}

/* catalog sections-box */

#sections-box {
  width: 307px;
  min-height: 189px;
  background: url(../images/img-sections-bg.jpg) repeat-y;
}
#sections-box-inner {
  min-height: 210px;
  background: url(../images/img-sections.jpg) no-repeat; 
  padding: 10px 0 10px 20px;
}
#sections-box-footer {
  width: 307px;
  height: 12px;
  background: url(../images/img-sections-footer.jpg) no-repeat;
  margin-bottom: 20px; 
}
#sections-box ul {
  padding-top: 8px;
  padding-right: 4px;
}
#sections-box li {
  background: url(../images/kod.jpg) no-repeat;
  height: 25px;
  padding: 3px 0 0px 30px;
  font-size: 95%;
}
#sections-box .katalog-sekce a {
  color: #387E1C;
  padding: 3px 0 3px 5px;
}
#sections-box li a:hover, #sections-box li.active a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3E7D24;
}
#sections-box li a:hover, #sections-box li.active a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3E7D24;
}
#sections-box h2 {
  color: #316D0D;
  font-size: 120%;
  padding: 5px 0 0 5px;
}
#sections-box li.catalog_sep {
  height: 7px;
  background: url(../images/catalog_sep.jpg) no-repeat 45%;
}

/* notes-box */

#notes-box {
  width: 307px;
  min-height: 219px;
  background: url(../images/img-notes-bg.jpg) repeat-y;
  color: #373737;
  font-style: italic;
  line-height: 120%;
}
#notes-box-inner {
  min-height: 240px;
  background: url(../images/img-notes.jpg) no-repeat; 
  padding: 20px 15px 10px 25px;
}
#notes-box-footer {
  width: 307px;
  height: 12px;
  background: url(../images/img-notes-footer.jpg) no-repeat;
  margin-bottom: 20px; 
}

#notes-box-title {
  color: #BF975F;
  padding: 0 0 2px 25px;
  font-weight: bold;
}
#notes-box-title h2 {
  font-size: 120%;
}
#notes-box a {
  color: #316D0D;
  font-weight: bold;
}
#notes-box h3 {
  font-size: 120%;
  font-weight: bold;
}

/* news-box */

#news-box {
  width: 307px;
  min-height: 219px;
  background: url(../images/img-news-bg.gif) repeat-y;
  color: #373737;
  line-height: 120%;
}
#news-box-inner {
  min-height: 240px;
  background: url(../images/img-news.gif) no-repeat;
  padding: 20px 15px 10px 20px;
}
#news-box-footer {
  width: 307px;
  height: 12px;
  background: url(../images/img-news-footer.gif) no-repeat;
  margin-bottom: 20px;
}

#news-box-title {
  color: #BFB55F;
  padding: 0 0 2px 25px;
  font-weight: bold;
}
#news-box-title h2 {
  font-size: 120%;
}
#news-box a {
  color: #316D0D;
  font-weight: bold;
}
#news-box h3 {
  font-size: 120%;
  font-weight: bold;
}

#news-box, #notes-box {
  font-size: 85%;
}

/* nav */

#nav {
  position: absolute;
  top: 159px;
  left: 380px;
  overflow: hidden;
}

#nav li {
  height: 44px;
  padding: 0 11px 0 12px;
  background: url(../images/nav-item-bg.jpg) no-repeat 0 0;
}
#nav li.active-start, #nav li.active-end {
  padding: 0;
}
#nav li.first {
  background: none;
}
#nav a {
  padding-top: 13px;
  color: #FFFFFF;
  padding-bottom: 13px;
}
#nav .sep {
  width: 1px;
	background: url(../images/menu_sep.gif) no-repeat;
	padding: 0;
	margin: 0;
}

#nav #menu1 {
  background: none;
}

#nav li.active, #nav li.active #menu1 {
  background: url(../images/nav-active-bg.gif) repeat-x !important;
}

/* login */

#login-box {
  margin: 0px 10px 0 10px;
  text-align: right;
}
#login-box table { width: 100%; }
#login-box td { margin: 0; border-spacing: 0; padding: 0;}
#login-box .text, #search .input {
	width: 100px;
	border: 1px solid #E6E6E6;
	background-color: #E7EBF0;
	margin: 0px 0 1px 0;
	color: #808080;
	padding: 0px 0 0 0;
}
#login-box .text, #search .input {
  height: 17px;
}
#login-box .input:hover {
  border-color: #000000;
}

#lang-flags {
  text-align: right;
  margin: 17px 0px 0 0;
}
#lang-flags img {
	border: 1px solid #D6D6D6;
	margin-right: 6px;
}

#footer {
  color: #909090;
  padding-bottom: 10px;
}
#footer hr {
  background-color: #C0C0C0;
  border: none;
  height: 1px;
}
#footnotes {
  padding-top: 10px;
  text-align: center;
  font-size: 80%;
}

.section-row {
  width: 95%;
  position: relative;
  background-color: #F1F4F7 !important;
  padding: 10px;
  margin-bottom: 45px;
}
.section-row h2 {
  margin-top: 0ex !important;
  padding-top: 0ex !important;
}
.section-row .image {
	float: left;
	margin: 0 20px 0 0;
}

.katalog-sekce .more-info {
  color: #A0A0A0;
  position: absolute;
  display: block;
  background: none;
  bottom: -35px;
  left: 45%;
  width: 352px;
  padding-left: 50px;
  text-align: left;
  padding: 0;
  height: 55px;
}
.katalog-sekce .more-info img {
  float: left;
  margin-right: 10px;
}
.katalog-sekce .more-info span {
  padding: 20px 0 0 0px;
  display: block;
  font-size: 90%;
}
.katalog-sekce .more-info a {
  text-decoration: none !important;
}

/* dictionary */
#dictionary-box-title h2 {
  color: #2b6214;
  padding: 0 0 2px 25px;
  font-size: 120%;
}
#dictionary-box {
  padding: 10px 0 10px 10px;
  margin: 0 3px 10px 10px;
  background-color: #F0F0F0;
}
#dictionary-box table {
  width: 99%;
}
#dictionary-box table td {
  text-align: left;
}
#dictionary-box ul {
  margin-left: 0;
  padding-left: 0;
}
#dictionary-box ul li {
  color: #3A7821;
  margin-left: -2px;
  padding-left: 0;
}
#dictionary-box a {
  color: #3A7821;
}

/* counter */
#counter td {
  font-size: 95%;
}

/* cloud */
#cloud-box-title {
  color: #2b6214;
  padding: 0 0 2px 25px;
  font-weight: bold;
}
#cloud-box-title h2 {
  font-size: 120%;
}
#cloud-box {
  padding: 10px 0 10px 10px;
  margin: 0 3px 10px 10px;
  background-color: #F0F0F0;
}
#cloud-box, #cloud-box a {
  color: #3A7821;
}

.hTagCloud {
  clear: both;
  line-height: 150%;
}
.hTagCloud ul {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hTagCloud li {
  float: left;
  margin: 0 .5em;
  display: inline;
}
.hTagCloud .popular {
  font-size: 80%;
}
.hTagCloud .v-popular {
  font-size: 95%;
}
.hTagCloud .vv-popular {
  font-size: 110%;
}
.hTagCloud .vvv-popular {
  font-size: 120%;
  font-weight: bold;
}
.hTagCloud .vvvv-popular {
  font-size: 140%;
  font-weight:bold;
}

/* search */
#search {
  position: absolute;
  left: 40px;
  top: 170px;
}
#search .input {
  border: 1px solid #D0D0D0;
  color: #808080;
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  top: 1px;
}
#frmsearchForm-send, #search-submit, #login-box .obrazkoveTlacitko,
#inquiry .obrazkoveTlacitko  {
  background: url(../images/search-button.gif) no-repeat;
  font-size: 11px;
  color: #FFFFFF;
  width: 70px;
  height: 20px;
  cursor: pointer;
  padding: 0px 0 4px 2px;
  margin: 0px 0 0 0;
  text-align: center;
  border: none;
}
@media handheld, projection, screen, tty, tv {
  #search-submit, #login-box .obrazkoveTlacitko, #inquiry .obrazkoveTlacitko  
  { cursor: pointer; }
}

#login-box .obrazkoveTlacitko {
  margin-top: 2px;
}
#frmsearchForm-send, #search-submit {
  position: relative;
  top: 1px;
}

.button {
  border: 1px solid #909090;
}
.button:hover {
  cursor: pointer;
  border-color: #000000;
}
@media handheld, projection, screen, tty, tv {
 .button:hover { cursor: pointer; }
}

#error-box { height: 100%; height: 25px; position:relative; top: -5px;}
#content ul.error { width: 99%; background-color: #DB241E; padding: 0; }
#content ul.error li { list-style-type: none !important; background:  none; color: #FFFFFF; padding: 0;
text-align: center;}

.icq { margin-right: 5px; position: relative; top: 2px; }

/* flashmessages */
#flashmessages { text-align: center; margin: 0 0 5px 0; }
#flashmessages .info { background-color: #008F09; color: #FFFFFF; padding: 2px; }
#flashmessages .error { background-color: #FF0000; color: #FFFFFF; padding: 2px; }

