body {
	background-color:#ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size:9pt;
	color:#000000;
	margin: 0px auto;
}
.noCSS {
  display: none;
}
.noPrint {
	display: none;
}
.clearer {
   clear:both;
}
div.clearer {
	height: 1px;
	overflow: hidden;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.just {
  text-align:justify;
}
.red {
  color: #dd0000;
}
a:link, a:visited {
	color: #e95d0f;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a img { 
  border: none;
}
ul {
  margin-top:0.2em;
  margin-bottom:0.2em;
  margin-left:0.8em;
  padding-left:1em;
  font-size: 110%;
  line-height: 140%;
}
ol {
  font-size: 110%;
  line-height: 140%;
}
li {
  margin-bottom:0.3em;
}
p {
  margin-top: 0em;
  margin-bottom: 0.4em;
  text-align: left;
  line-height: 140%;
  font-size: 110%;
  text-indent: 15px;
}
.noIndent {
 text-indent: 0;
}
span {
    line-height: 140%;
  font-size: 110%;
}
h1 {
  font-size: 140%;
  line-height: 115%;
  font-weight: bold;
  margin-top:5px;
  margin-bottom: 10px;
}
h2 {
  font-size: 120%;
  font-weight: bold;
  margin-top:15px;
  margin-bottom: 5px;
}
h3 {
  font-size: 110%;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
legend {
  font-size: 130%;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 3px;
  margin-bottom: 5px;
  padding-left: 2px;
  color:#000000;
}
fieldset {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px 0px 2px 0px;
}
fieldset div.fieldsetContent {
  margin: 0px 10px;
}
label {
  font-weight: bold;
}

#header {
}
#top-bar {
display: none;
}
#navigace {
display: none
}

#breadcrumbs {
	margin: 10px 0;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	padding: 10px 0;
	display: block;
}
#breadcrumbs strong {
	color: #777777;
	font-weight: normal;
}
#breadcrumbs a:link, #breadcrumbs a:visited{
	color: #000000;
	text-decoration: underline;
}
ul#support-nav {
	display: none;
}
#left-column {
	display: none;
}
#jazyky {
	display: none;
}
#footer {
	border-top: 1px solid #777777;
	margin-top: 15px;

}

/*-------------------------------------------------------------------------------------------------------
	homepage
---------------------------------------------------------------------------------------------------------*/
h2.top-produkty {
	margin-bottom: 9px;
}
div.top-produkt {
	float: left;
	width: 200px;
	margin-right: 10px;
}
div.no-margin-right {
	margin-right: 0px;
}
div.first {
	margin-left: -6px;
}
div[class].first {
	margin-left: -12px;
}
div.top-produkt img {
	display: block;
	margin-bottom: 10px;
}
#right-column div.top-produkt p {
	padding: 0 5px;
}
div#produkty-navigace {
  background: url(../images/produkty_navigace_bg.gif) repeat-y left top;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 1px;
  padding-bottom: 5px;
}
div#produkty-navigace h2 {
	background: url(../images/produkty_h_bg.gif) no-repeat left top;
	margin: 0;
	padding: 0;
	text-align: center;
 padding-top: 6px;
}
div#produkty-navigace h2 b{
	margin: 0 6px;
	background: #ff6d00;
	color: #FFFFFF;
	padding: 0;
	font-weight: normal;
	
}
div#produkty-navigace ul {
	margin: 0;
	padding: 0;
  list-style-type: none;
}
div#produkty-navigace ul li{
	display:block;
	margin: 0 6px;
	background: url(../images/produkty_item_bg.gif) no-repeat left top;
	height: 20px;
}
div#produkty-navigace ul li a:link, div#produkty-navigace ul li a:visited{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 80%;
	padding-left: 6px;
	color: #616161;
}
div#produkty-navigace ul li a:hover, div#produkty-navigace ul li a.current:link, div#produkty-navigace ul li a.current:visited {
	text-decoration: none;
	color: #ff6d00;
}
img.fright {
	float: right;
	margin-left: 15px;
}
/*-------------------------------------------------------------------------------------------------------
	mapa stranek
---------------------------------------------------------------------------------------------------------*/
.tree {
	margin-bottom: 15px;
}

.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.tree ul li {
	padding-left: 16px;
	text-indent: -16px;
	line-height: 16px;
	background: url(../images/tree_vertical.gif) top left repeat-y;
	margin:0;
	display: block;
	font-size: 8pt;
}
* html .tree ul li {
	height: 16px;
}
.tree ul li img {
	vertical-align: middle;
}

.tree ul li.last {
	background: url(../images/tree_last.gif) top left no-repeat;
}
.quickLink {
  display: none;
}
table {
	border-collapse: collapse;
	margin-left: 1px;
}
table td, table th {
	border: 1px solid #777777;
	padding: 2px 5px;
}
/*-------------------------------------------------------------------------------------------------------
	cenik
---------------------------------------------------------------------------------------------------------*/
th.kod {
	width: 80px;
}
th.nazev {
	width: 270px;
}
th.mj {
	width: 20px;
}
th.cena {
	width: 48px;
}
td.cena {
	text-align: right;
}
#logoPrint {
  width:5cm;
}

