body {
  padding: 0;
  margin: 0;
  font: 11px Verdana, sans-serif;
  color: #000000;
}

/* reset */
h1, h2, h3, h4, h5, h6, em, pre, code, p, span, ul, li, img, hr {
 padding: 0;
 margin: 0;
}

h1 {

}
h2{

}

a{
	text-decoration: none;
	outline: 0;
}
p {

}

.clear {
clear: both;
}

.fleft{
	float: left;
}

td.right {
	text-align: right;
}

/* others styles */
table {
 border-collapse: separate;
 border-spacing: 0px;
 border: 0px none;
}

img.intext {
	float: right;
	padding: 5px 15px 0px 15px;
	/*margin: 10px 10px 10px 10px*/
}

img.intext-small {
	float: right;
	padding: 5px 15px 0px 15px;
	width: 160px;
	height: 120px;
	border: none;
	/*margin: 10px 10px 10px 10px*/
}

img.intext-small-pda {
	float: right;
	padding: 5px 15px 0px 15px;
	width: 150px;
	height: 199px;
	border: none;
	/*margin: 10px 10px 10px 10px*/
}

img.intext-small-padding {
	float: right;
	padding: 15px 15px 15px 15px;
	width: 160px;
	height: 120px;
	border: none;
	/*margin: 10px 10px 10px 10px*/
}

img.intext-left {
	float: left;
	padding: 5px 15px 15px 0px;
	/*margin: 10px 10px 10px 10px*/
}
	#left-bar table {
		border: 1px solid #cccccc;
		margin: 5px;
		width: 100%;
	}
	
	#left-bar table th {
		background: #eaeaea;
	}
	
	#left-bar table td {
		border-top: 1px solid #dddddd;
	}

  #left-bar .highlight1		{ font-style: italic; font-size: 10pt;}
  #left-bar .highlight2		{ font-weight: bold; font-size: 10pt;}
  #left-bar .highlight3		{ font-weight: bold; font-size: 10pt; color: #ed1c24; }
  #left-bar .highlight4		{ font-style: italic; font-weight: bold; font-size: 10pt; }
  #left-bar .highlight5		{ font-style: italic; font-weight: bold; font-size: 10pt; color: #ed1c24; }

  #left-bar .title4		{ font-weight: normal; font-size: 20pt; color: #000000; }
  #left-bar .title3		{ font-weight: normal; font-size: 11pt; color: #ed1c24; }
  #left-bar .title2		{ font-weight: bold; font-size: 10pt; color: #ffffff; margin-top: 5px; margin-bottom: 5px; background-color: #ed1c24; padding: 2px; padding-left: 3px; }
  #left-bar .title1		{ font-weight: bold; font-size: 10pt; color: #ffffff; margin-top: 5px; margin-bottom: 5px; background-color: #d1d1d1; padding: 2px; }
  #left-bar .title_u	{ font-weight: bold; font-size: 11pt; color: #ed1c24; margin-top: 25px; margin-bottom: 7px; border-bottom: 1px solid #ed1c24; padding-bottom: 2px; }

  #left-bar table.normaltext			{ border-width : 0px 0px 0px 0px; }
  #left-bar table.normaltext td			{ padding : 5px 5px 5px 5px; border-width : 0px 0px 0px 0px; font-size: 9pt; }
  #left-bar table.normaltext a			{ color: #ed1c24; text-decoration: none; }
  #left-bar table.normaltext ver	{ text-decoration: underline; }

html, body {
  height: 100%;
 }
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -162px;
}
#footer_wrap, .push {
 height: 162px;
}

#top-link {
  background: url(../images/top-link.png) repeat-x;
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0; 
  left: 0;
}

#header_wrap {
	background: url(../images/header-bg.jpg) no-repeat right 0px;
	width: 100%;
	margin: 0 auto;
	height: 70px;
}

#header {
	width: 995px;
	margin: 0 auto;
	height: 70px;
}

#logo {
  margin: 13px 45px 0 0;
  background: url(../images/logo.gif) no-repeat;
  height: 47px;
  width: 249px;
  float: left;
}

#logo a{
  display: block;
  height: 100%;
  width: 100%;
}

#logo a span{
  display: none;
}

#akce {
	float: left;
	margin: 13px 0 0 45px;
/*	margin: 13px 0 0 45px;*/
}

#akce h3.nadpis {
  background: url(../images/akce-nadpis.gif) no-repeat;
  width: 212px;
  height: 20px;
  margin: 0;
}
#akce h3.nadpis span{
	display: none;

}
#akce p {
	font-size: 12px;
	color: #000;
}
#akce span {
	font-size: 12px;
	margin-left: 154px;
}

#language {
	float: right;
	height: 28px;
}


#language a{
	float: left;
	background: #a4a4a4;
	color: #fff;

	line-height: 28px;
	padding: 0 25px;
	margin-left: 1px;
	font-size: 14px;
}

#language ver{
	text-decoration: underline;
}

#menu_wrap {
	height: 66px;
	background: url(../images/menu-bg.gif) repeat-x;
}


#menu {
	width: 995px;
	margin: 0 auto;
	position: relative;
	height: 66px;
	background: url(../images/submenu-bg.png) bottom no-repeat;
}

#menu ul li {
	display: inline;
	float: left;
	padding-top: 3px;
	height: 30px;
	margin-right: 18px;
}

#menu ul li a{
	line-height: 32px;
	color: #fff;
	padding: 0 7px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#menu ul li.current > a,
#menu ul li:hover > a  {
	color: #000;
	background: #FFF;
}

#menu ul li:hover ul, #menu ul li.current ul{
	display: block;
}

#menu ul li ul {
	display: none;
	position: absolute;
	left: 0;
	width:995px;
}

#menu ul li ul li{
	display: inline;
	float: left;
	height: 30px;
	margin: 0 7px;
}

#menu ul li ul li a {
	background: transparent !important;
	line-height: 26px;
	color: #000;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#menu ul li ul li a.active, #menu ul li ul li ver {
	color: #ed1c24;
}

#content {
	width: 995px;
	margin: 0 auto 25px;
	background: url(../images/content-bg.png) repeat-y;
	border: 1px solid #a2a2a2;
}


#left-bar {
	background: #fff;
	width: 680px;
	float: left;
	padding: 20px
}

#left-bar th, #left-bar td {
	padding: 5px 15px;
}

.no-padd-bottom {
	padding-bottom: 0 !important;
}

.no-padd {
	padding: 0 !important;
	width: 720px !important;
}

img.product {
	float: left;
	padding: 0 10px 10px 0;
	background: url(../images/corner.gif) bottom right no-repeat;
	margin: 0 10px 10px 0;
}

#content.no-border {
	border: 0;
}


#left-bar h1 {
  background: url(../images/arrow.gif) no-repeat 0 0px;
	padding-top: 6px;
	padding-left: 34px;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0 0px;
  height: 32px	
}

#left-bar h4 {
  color: #909090;
}

#left-bar .prod_title {
  background: none;
	font-size: 18px;
  font-weight: bold;
  color: #505050;
}
/*
#left-bar h1 {
  background: url(../images/arrow.gif) no-repeat 0 2px;
  height: 32px
	padding-left: 32px;
	font-size: 17px;
	text-transform: uppercase;
	margin: 2px 0 20px;	
}
*/

#left-bar hr {
	border: none;
	border-bottom: 1px solid #a2a2a2;
	position: relative;
	left: -20px;
	width: 720px;
	height: 1px;
	clear: both;
}

#left-bar p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
}

#left-bar .bigtext {
	font-size: 13px;
}


#left-bar a{
	color: #ED1C24;
}

#left-bar a:hover{
	color: #ED1C24;
	text-decoration: underline;
}

#left-bar h2 {
  font-size: 14px;
	margin: 17px 0;
	color: red;
}

#left-bar .more_info {
  float: right;
	/*text-decoration: underline;*/
  font-size: 9px;
  color: darkgray;
  font-weight: bold
}

#left-bar h3 {
	font-size: 12px;
	margin: 15px 0;
}

#left-bar ul, #left-bar ol {
	font-size: 12px;
	line-height: 17px;
	margin-left: 30px;
}

#left-bar ul li, #left-bar ol li {
	margin-top: 6px;
	margin-bottom: 3px;
}

#left-bar .small li{
	font-size: 8pt;
	line-height: 14px;
}

#left-bar .bold li{
  font-weight: bold;
}

#left-bar .normal li{
  font-weight: normal;
}

.dropdown-filter {
	padding: 10px 25px;
	margin: 0 -20px;
	background: #EAEAEA;
	border-top: 1px solid #A2A2A2;
	font-weight: bold;
}

.breadcrumbs {
	background: #eaeaea;
	margin: -20px -20px 10px -20px;
	border-bottom: 1px solid #A2A2A2;
	padding: 10px 20px;
}

	.breadcrumbs a {
		font-weight: bold;
	}

.title {
	padding: 15px 0;
  color: #ed1c24;
	/*color: red;*/
	font-size: 16px;
	font-weight: bold;
}

table#vypis-download,
table#vypis-produkty {
	width: 711px;
	position: relative;
	left: -20px;
	border-collapse: collapse;

}

table#vypis-download td{
	border-top: 1px solid #a2a2a2;
	padding: 7px 6px 0 6px;
}


table#vypis-download td.popis{
	padding-left: 25px;
	border-right: 1px solid #A2A2A2;
}

table#vypis-download td.update{
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	width: 110px;
}

table#vypis-download td.update strong {
	color: #aaa;
}

table#vypis-download td.update span {
	font-weight: bold;
}
table#vypis-download .download {
	padding-right: 20px;
	width: 116px;
}

table#vypis-download .download a {
	background: #9f9f9f url(../images/down-icon.gif) no-repeat 0 50%;
	color: #fff;
	padding: 2px 15px 2px 25px;
	display: block;
	text-align: right;
}


table#vypis-produkty td {
	border-top: 1px solid #a2a2a2;
	padding: 7px 25px 0 25px;
}

#produkt-text {
	width: 680px;
}

#product-image {
	background: url(../images/corner.gif) no-repeat right bottom;
	float: left;
	margin: 0 30px 20px 0;
	padding: 0 20px 22px 0;
}

#quick-nav-menu {
	margin: -20px;
	margin-bottom: 20px;
	background: #eee;
	padding: 10px 20px;
	color: #444;
	border-bottom: 1px solid #ddd;
}

#product-popis {
	margin-top: 40px;
}


#product-popis a.more-info {
	background: url(../images/arrow3.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin-left: 25px;
	font-weight: bold;
	color: #707070;
	font-size: 11px; 
	position: absolute;
	bottom: 0;
}
	
#product-popis p {
	margin-left: 25px;
	margin-bottom: 50px;
	font-weight: bold;
}

#next-info h3 {

}

.box {
	float: left;
	width: 339px;
	padding: 40px 10px;
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}

.box .leftb{
	float: left;
	width: 50%
}


.box .leftb img{
	margin-bottom: 50px;
}

#left-bar .box .leftb a.more-info {
	background: url(../images/arrow3.gif) no-repeat 0 50%;
	padding-left: 25px;
	font-weight: bold;
	color: #707070;
	font-size: 11px; 
	margin-left: 10px;
}

.box .rightb{
	float: left;
	width: 50%
}

#right-bar {
	float: right;
	width: 275px;
}

#right-bar h3.ro-nadpis{
	color: #fff;
	background: #9f9f9f;
	padding: 8px 9px 8px 28px;
	font-size: 14px;
}

#right-bar hr {
	border: none;
	border-bottom: 1px solid #FFF;
	height: 1px;
	margin: 2px 0;
}

#right-bar ul.right-menu {
	margin: 10px 10px 10px 28px;
	list-style: none;
}

#right-bar ul.right-menu li {
	background: url(../images/arrow-bg.png) no-repeat 0 50%;
	padding-left: 35px;
	height: 25px;
}

#right-bar ul.right-menu li:hover {
	background: url(../images/arrow-black.png) no-repeat 0 50%;
}

#right-bar ul.right-menu li a{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

#right-bar ul.right-menu li ver {
	color: #ed1c24;
}
#footer_wrap {
  background: url(../images/footer-wrap-bg.gif) repeat-x;
  position: relative;
}

#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	height: 162px;
	width: 995px;
	margin: 0 auto;
}

#footer .list {
	margin-left: 1px;
	float: left;
	width: 208px;
		background: url(../images/list-bg.png);
}

#footer .list  a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 0 11px 65px;
	border-bottom: 1px solid #3b3b3b;
	display: block;
	margin: 0 1px;
}

#footer .list  a.project {
	background: url(../images/project.png) no-repeat 6px 0;
	padding: 12px 0 12px 65px;
} 

#footer .list  a.servis {
	background: url(../images/servis.png) no-repeat 6px 3px;
} 

#footer .list  a.forum {
	background: url(../images/forum.png) no-repeat 6px 3px;
} 

#footer .list  a.prezentace {
	background: url(../images/prezentace.png) no-repeat 6px 7px;
} 

#footer .list  ver {
	color: #000;
}

#footer .novinky {
	padding: 13px;
	width: 575px;
	float: left;
	position: relative;
}

#footer .novinky h3, #footer .kontakt h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}

#footer .novinky a.all {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
	float: right;
	position: absolute;
	top: 13px;
	right: 13px;
}
#footer .novinky ver {
	text-decoration: none;
} 

#footer .novinky table tr td {
	color: #a0a0a0;
	padding: 2px 25px 2px 0;
	height: 20px;
}

#footer .kontakt {
	float: left;
	width: 157px;
	padding: 13px;
}
#footer .kontakt p {
	color: #fff;
	font-size: 11px;
}	
#footer .kontakt a {
	color: #fff;
	font-size: 11px;
	}
 
#footer .kontakt a.mapa {
	background: url(../images/arrow-bg.png) no-repeat 0 50%;
	padding-left: 30px;
	float: right;
}
#footer .kontakt ver {
		text-decoration: underline;
}

#bottom-link {
  background: url(../images/bottom-link.png) repeat-x;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0; 
}
.novinky a {
	color: white;
}
.novinky ver {
	text-decoration: underline;
}
#textdoc {
      margin: 0 auto 0 auto;
       width: 995px;
}
.list1 {
      margin-left: 15px;
}

/*style for product detail*/
.title_u {
       color:#ed1c24;
       font-size:11pt;
       font-weight:bold;
       margin-bottom:7px;
       margin-top:25px;
      padding-bottom:2px;
}
.bigred {
      color:#ed1c24;
      font-size:11pt;
      font-weight:normal;
      margin-top: 15px;
}
.biggray {
      color:#606060;
      font-size:10pt;
      font-weight:bold;
      margin-top: 15px;
      padding-top: 15px
}

