/* clearfix to handle floats---------------------------------------- */
.clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_right {
  clear: right;
}
.clear_left {
  clear: left;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}

h1, h2, h3, h4, h5, h6,
#shop legend {
  color: #921818;
	padding: 0.2em 0;
	line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #921818;
}
h1 {
	font-size: 160%;
}
h2,
#shop legend {
	font-size: 140%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
p {
	padding: 4px 0;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.align_center {
  text-align: center !important;
}
a img {
  text-decoration: none;
  border: 0;
}
.error {
  display: block;
  color: #d61919;
}
small {
  font-size: 0.85em;
}

body {
  margin: 0;
  text-align: center;
  font-size: 0.7em;
  font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  background: #cdcdcd url('./../images/background.jpg') repeat-x left top;
}
#all_docs {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
  padding: 0 20px;
  _padding: 0;
  background: url('./../images/shadow.png') repeat-y center top;
}
#top_banner {
  height: 127px;
  background: url('./../images/banner.jpg') no-repeat left top;
  position: relative;
}
#top_banner a.logo_link {
  display: block;
  position: absolute;
  left: 31px;
  top: 35px;
  width: 237px;
  height: 53px;
}
#top_banner p#banner_text {
  position: absolute;
  left: 460px;
  top: 56px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
}

#main_menu {
  width: 100%;
  background-color:#8A0707;
  height:39px;
}
#main_menu li {
  float: left;
  position: relative;
}
#main_menu a {
  float: left;
  background: #8a0707;
  display: block;
  padding: 13px 8px;
  height: 13px;
  font-size: 13px;
  color: white;
  text-decoration: none;
  text-align: center;
	position:	relative;
}
#main_menu .last a {
  padding: 13px 9px;
}
#main_menu a:hover,
#main_menu .current a,
#main_menu .sfHover a {
  background: #8a0707 url('./../images/menu_arrow.jpg') no-repeat center bottom;
}
#main_menu .current a {
  color: #ef7374;
}

#main_menu ul {
	position:	absolute;
	top: -999em;
	width: 180px; /* left offset of submenus need to match (see below) */
	border: 2px solid #8a0707;
	border-top: 0;
	background: white;
	padding-top: 1.4em;
}
#main_menu ul li {
	width: 100%;
}
#main_menu ul a,
#main_menu .current ul a,
#main_menu .sfHover ul a {
  display: block;
  float: none;
  background: white url('./../images/submenu_arrows.jpg') no-repeat left center;
  padding: 6px 22px 6px 4px;
  color: #8a0707;
  height: auto;
  text-align: left;
  font-size: 12px;
  margin: 0 2px 2px 2px;
  overflow: hidden;
}
#main_menu ul a:hover,
#main_menu ul .current a {
  background: #f5dbbc url('./../images/submenu_arrows.jpg') no-repeat right center;
  color: #de8721;
  padding: 6px 22px 6px 4px;
}
#main_menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#main_menu li:hover ul,
#main_menu li.sfHover ul {
	left: 0;
	top: 39px; /* match top ul list item height */
	z-index: 99;
}
/*
#main_menu li ul {
	left: 0;
	top: 39px;
	z-index: 99;
}
*/
#main_menu li:hover li ul,
#main_menu li.sfHover li ul {
	top: -999em;
}
#main_menu li li:hover ul,
#main_menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
}
#main_menu li li:hover li ul,
#main_menu li li.sfHover li ul {
	top: -999em;
}
#main_menu li li li:hover ul,
#main_menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
}


#middleCover {
  background: url('./../images/content_back.jpg') no-repeat right top;
  min-height: 200px;
  _height: 200px;
  padding-top: 20px;
  color: #4e4e4e;
}
#middleCover.content_background_2 {
  background-image: url('./../images/content_back_2.jpg');
}
#middleCover.content_background_3 {
  background-image: none;
}
#middleCover a {
  color: #4e4e4e;
}
#middleCover #leftCover {
  float: left;
  width: 200px;
  padding: 5px 20px;
  overflow: hidden;
}
#middleCover #rightCover {
  float: right;
  padding: 5px 20px;
  width: 220px;
  overflow: hidden;
}
#middleCover #middle {
  margin-left: 240px;
  width: 380px;
  _width: 370px;
  line-height: 1.5em;
  min-height: 200px;
  _height: 200px;
  padding: 5px 10px;
}
#middleCover.no_right #middle {
  width: 620px;
}
#middleCover.no_left #middle {
  width: 610px;
  _width: 600px;
  padding-left: 20px;
  _padding-left: 15px;
  margin-left: 0;
}
#middleCover.no_left.no_right #middle {
  margin: 0;
  width: auto;
  padding: 5px 20px;
}
#middle ul,
#middle ol {
  list-style-position: inside;
  padding: 6px 0 6px 10px;
}
#middle ul {
  list-style-type: square;
}
#middle ol {
  list-style-type: decimal;
}
#middle h1 {
  padding: 0.4em 0;
}
#middle .inBox {
  padding: 10px;
  overflow: hidden;
}
#middle img {
  border: 1px solid #b1b1b1;
  padding: 4px;
  margin: 2px;
}
#middle img.no_borders,
img.no_borders,
#middle .no_borders img,
.no_borders img {
  border: 0;
  padding: 0;
  margin: 0;
}
#middle table {
  width: 99%;
}
#middle table td {
  padding: 2px;
}
#middle table th {
  vertical-align: top;
}
#middle input,
#middle select,
#middle textarea {
  width: 95%;
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#middle input.checkbox,
#middle input.radio {
  width: auto;
  border: 0;
}
#middle input.submit {
  width: auto;
  cursor: pointer;
  border-width: 2px;
  padding: 2px 15px;
}
#middle input.submit.hover {
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
}

#middle input.submit.green {
  background: #50b948;
  border: 0;
  padding: 4px 10px;
  color: white;
  font-weight: bold;
}
#middle input.submit.green.hover {
  color: black;
}

#footer {
  background: url('./../images/footer.png') no-repeat center top;
  padding: 25px 40px 50px 40px;
  margin: 0 auto 0 auto;
  _padding: 25px 10px 0px 10px;
  color: white;
  height: 35px;
  width: 880px;
}
#footer a {
  color: white;
}
#footer ul#footer_links {
  float: left;
}
#footer #copy {
  float: right;
  text-align: right;
}

.siteMap_ident {
  padding-left: 20px;
}

a.big_button {
  display: block;
  width: 220px;
  height: 124px;
  background-repeat: no-repeat;
  background-position: left top;
}
a.big_button span {
  display: none;
}
a.big_button:hover,
a.big_button.current {
  background-position: left bottom;
}
a.big_button#cenik_ika {
  background-image: url('./../images/buttons/button_cenik.png');
}
a.big_button#obchodni_podminky {
  background-image: url('./../images/buttons/buttons_ob_podminky.png');
}
a.big_button#objednavkovy_formular {
  background-image: url('./../images/buttons/buttons_formular.png');
}

#shop table {
  width: auto;
  margin-left: 20px;
  margin-top: 10px;
}
#shop label {
  font-weight: bold;
}
#middle #shop th,
#middle #shop td {
  padding: 2px 60px 2px 4px;
  white-space: nowrap;
}
#middle #shop th.no_right_padding,
#middle #shop td.no_right_padding {
  padding-right: 4px;
}
.shop_image {
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
}
#middle #shop th.wrap,
#middle #shop td.wrap {
  white-space: normal;
}
#shop th {
  text-align: center;
  _width: 40%;
}
#middle #shop #shop_second_step th,
#middle #shop #shop_second_step td,
#middle #shop #shop_third_step th,
#middle #shop #shop_third_step td,
#middle #shop #shop_fourth_step th,
#middle #shop #shop_fourth_step td {
  padding: 2px;
}
#middle #shop #shop_third_step th,
#middle #shop #shop_fourth_step th {
  text-align: left;
}
#shop fieldset {
}
#shop legend {
  font-weight: bold;
  padding-top: 20px;
}
#shop h4 {
  padding-left: 10px;
}
#shop .prev_next {
  margin-top: 30px;
  padding-bottom: 10px;
}
#shop .submit.prev {
  float: left;
}
#shop .submit.next {
  float: right;
}
a.shop_image_link,
span.shop_image_link {
  display: block;
  width: 24px;
  height: 20px;
  background: url('./../images/buttons/ico_view.png') no-repeat left top;
  margin: 0 auto;
}
/*a.shop_image_link:hover,*/
span.shop_image_link {
  background-position: left bottom;
}
#middle #shop input,
#middle #shop select,
#middle #shop textarea {
  border-color: #8A0707;
}
#middle #shop input.submit {
  border: 0;
  color: #4E4E4E;
  background: url('./../images/button.jpg') no-repeat left top;
  width: 177px;
  height: 30px;
}
#middle #shop input.submit.hover {
  background-position: left bottom;
}
#time_line {
  height: 47px;
  width: 610px;
  background: url('./../images/time_line.jpg') no-repeat left top;
  margin-bottom: 1em;
}
#shop_second_step #time_line {
  background-position: left -47px;
}
#shop_third_step #time_line {
  background-position: left -94px;
}
#shop_fourth_step #time_line {
  background-position: left -141px;
}
#shop .error {
  background: url('./../images/attention_ico.jpg') no-repeat left center;
  padding-left: 20px;
  margin-top: 2px;
}