body {
	font-family: Arial;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	}

img {
	border: none;
	}

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: 2.0em;
	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.2em;
	}

li {
	list-style-type: disc;
	}

a {
	color: #59595B;
	}

a:hover {
	text-decoration: none;
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1206px;
	background-color: #FFFFFF;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	position: relative;
	}

#header {
	width: 1206px;
	height: 140px;
	position: relative;
	z-index: 10;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	}

#header a.logo {
	position: absolute;
	top: 40px;
	left: 40px;
	}

#headerbar {
	width: 468px;
	height: 40px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	right: 0px;
	top: 20px;
	color: #59595B;
	text-align: right;
	padding: 6px;
	}

#headerbar a {
	color: #59595B;
	padding-left: 5px;
	margin-right: 5px;
	}

#headerbar a:hover {
	text-decoration: none;
	}

#menubar {
	width: 1202px;
	height: 36px;
	z-index: 5;
	text-align: right;
	padding: 2px;
	}

#menubar div.root {
	float: right;
	padding: 2px 16px 3px 16px;
	margin: 4px 0px;
	position: relative;
	}

#menubar div.root:hover, #menubar div.root.sel {
	background-color: #EE3633;
	}

#menubar div.root a {
	font-size: 1.4em;
	text-decoration: none;
	color: #EE3633;
	}

#menubar div.root:hover a, #menubar div.root.sel a {
	color: #FFFFFF;
	}

#menubar div.spacer {
	float: left;
	width: 50px;
	height: 34px;
	}

#menubar div.vr {
	float: right;
	background-color: #EE3633;
	width: 1px;
	height: 26px;
	margin: 4px 0px;
	}

#menubar div.home {
	padding-left: 35px;
	background-image: url('../images/cogs_menu.png');
	background-repeat: no-repeat;
	background-position: 5%;
	}

#menubar div.home a {
        color: #6D6E70;
	}

#menubar div.home:hover, #menubar div.home.sel {
	background-color: #FFFFFF;
	}

#menubar div.home:hover a, #menubar div.home.sel a {
	color: #EE3633;
	}

.submenu {
	color: #EE3633;
	position: relative;
	}

.submenu a {
      color: #EE3633;
	}

.submenu a:hover, .submenu a.sel {
	color: #8CC640;
	}

#content {
	width: 1206px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	}

#contenttext {
	color: #6D6E70;
	margin: 10px;
	padding: 0px;
	position: relative;
	}

.leftpanel {
	width: 317px;
	float: left;
	display: none;
	}

.article {
	margin-left: 2px;
	margin-right: 2px;
	float: left;
	width: 568px;
	}

.rightpanel {
	width: 317px;
	float: left;
	display: none;
	}

.paneltop {
	background-color: #EE3633;
	padding: 6px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 2px;
	height: 24px;
	}

.paneltop.callfree {
	position: relative;
	text-align: left;
	background-image: url('../images/phone.png');
	background-repeat: no-repeat;
	background-position: 1% 50%;
	font-style: italic;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 4px;
	height: 24px;
	}

.manufac {
	min-height: 30px;
	margin-bottom: 2px;
	}

.manufac a {
	text-decoration: none;
	}

.manufac a:hover {
	text-decoration: underline;
	}

.manufac.left .fancywrap {
	float: left;
	background-position: 97%;
	background-image: url('../images/triangle.png');
	}

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

.manufac.left .imgwrap {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	float: left;
	}

.manufac.right .fancywrap {
	float: right;
	background-position: 3%;
	background-image: url('../images/triangle-left.png');
	}

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

.manufac.right .imgwrap {
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	float: right;
	}

.manufac.left .text {
	float: left;
	}

.manufac.right .text {
	float: right;
	}

.manufac .fancywrap {
	background-repeat: no-repeat;
	height: 22px;
	width: 132px;
	}

.manufac .fancywrap .stripe {
	background-color: #ffffff;
	width: 2px;
	height: 100%;
	position: relative;
	}

.manufac.left .fancywrap .stripe {
	right: -108px;
	}

.manufac.right .fancywrap .stripe {
	right: -21px;
	}

.manufac.narrow .fancywrap .stripe {
	right: -102px;
	}

.manufac.narrow .fancywrap {
	width: 127px;
	}

.manufac .logowrap {
	background-color: #ffffff;
	width: 132px;
	text-align: center;
	margin: 19px 0px 20px 0px;
	}

.manufac.narrow .logowrap {
	width: 127px;
	min-height: 54px;
	margin: 0px;
	}

.manufac .imgwrap {
	background-color: #ffffff;
	width: 182px;
	text-align: center;
	}

.manufac.narrow .imgwrap {
	width: 130px;
	}

.manufac .logowrap img {
	margin-left: auto;
	margin-right: auto;
	}

.manufac .text {
	width: 307px;
	padding: 5px;
	display: block;
	min-height: 40px;
	}

.manufac .text ul {
      list-style-type: disc;
      list-style-position: outside;
      padding: 0px;
      margin: 0px;
      margin-left: 15px;
      line-height: 150%;
	}

.manufac .text ul .big {
	font-size: 1.1em;
	color: #000000;
	}

.manufac .text ul .small {
	font-size: 0.9em;
	color: #6D6E70;
	}

#footer {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.0em;
	width: 1206px;
	height: 45px;
	background-color: #8CC640;
	color: #FFFFFF;
	padding: 3px 0px;
	text-align: left;
	}

#footer div {
	margin: 5px;
	}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
	}

#footer a:hover {
	text-decoration: none;
	}

/* Novinky */

.news-item {
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #B3B4B6;
	}

.news-item .msg {
	font-size: 0.9em;
	}

.news-item .date {
	text-align: left;
	font-size: 0.8em;
	font-style: italic;
	margin: 0px;
	margin-bottom: 5px;
	}

#navigation {
	margin: 10px;
	text-align: center;
	}

#navigation a {
	font-size: 1.4em;
	}

/* Hledani */

#loading {
	display: none;
	position: absolute;
	left: 170px;
	top: 10px;
	}

#searchform {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: absolute;
	top: 6px;
	right: 6px;
	}

#searchform input {
	border: 1px solid #8CC640;
	font-size: 0.9em;
	}

#searchform input[type=submit] {
	border: 1px solid #D1E8B2;
	background-color: #8CC640;
	color: #ffffff;
	}

#searchresults {
	margin: 5px;
	}

/* Produkty */

.prodpanel1 {
	background-color: #EE3633;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	height: 36px;
	}

.prodpanel1 .callfree {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	width: 527px;
	font-style: italic;
	background-image: url('../images/phone.png');
	background-repeat: no-repeat;
	background-position: 1% 50%;
	padding-left: 35px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 4px;
	}

.prodpanel2 {
	width: 260px;
	float: left;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	background-color: #ffffff;
	}

.fancybox {
	float: left;
	width: 944px;
	height: 22px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}

.prodpanel3 {
	width: 302px;
	height: 90%;
	float: left;
	background-color: #6D6E71;
	color: #ffffff;
	}

.prodpanel3 a {
	color: #D1D3D4;
	text-decoration: none;
	}

.prodpanel3 a:hover {
	color: #F1F3F4;
	border-bottom: 1px solid #C1C3C4;
	}

.prodpanel3 .ktg {
	padding: 20px;
	}

.ktg div {
	padding: 3px;
	font-size: 1.0em;
	}

.prodpanel3 .logobig {
	background-color: #ffffff;
	min-height: 100px;
	width: 302px;
	text-align: center;
	}

.prodpanel3 .logobig img {
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	}

.prodpanel4 {
	width: 642px;
	float: left;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #ffffff;
	}

.cycleimg {
	width: 640px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	height: 251px;
	background-color: #ffffff;
	}

.cycletext {
	position: absolute;
	font-size: 1.8em;
	top: 233px;
	right: 20px;
	min-width: 400px;
	height: 80px;
	background-color: #ffffff;
	color: #000000;
	opacity: 0.7;
	z-index: 10;
	}

.cycletext span {
	margin: 10px;
	}

.products {
	min-height: 300px;
	margin-bottom: 10px;
	}

.product {
	border: 1px solid #6D6E71;
	margin: 10px;
	}

.product h3 {
	padding: 5px;
	font-size: 1.2em;
	background-color: #6D6E71;
	color: #ffffff;
	}

.product h3 a {
      display: block;
	font-size: 1.2em;
	color: #ffffff;
	text-decoration: none;
	}

.product .popis {
	color: #6D6E71;
	margin: 5px;
	width: 370px;
	float: left;
	}

.product .files {
	margin: 5px;
	float: left;
	width: 140px;
	}

.product .thumb {
	margin: 4px 4px 4px 4px;
	float: left;
	}

.topproducts {
	min-height: 250px;
	margin-bottom: 10px;
	}

.topproduct {
	height: 240px;
	width: 285px;
	border: 1px solid #6D6E71;
	margin: 10px;
	cursor: pointer;
	float: left;
	}

.topproduct h3 {
	padding: 5px;
	font-size: 1.1em;
	background-color: #6D6E71;
	color: #ffffff;
	}

.topproduct .popis {
	color: #6D6E71;
	margin: 5px;
	width: 260px;
	float: left;
	}

.topproduct .files {
	margin: 5px;
	float: left;
	width: 160px;
	}

#mainobr {
	margin: 0px;
	}

.prodpanel4 .nazev {
	float: right;
	background-color: #000000;
	color: #ffffff;
	width: 260px;
	padding: 30px 10px;
	text-align: center;
	}

.prodpanel4 .links {
	float: right;
	width: 276px;
	min-height: 80px;
	padding: 2px;
	background-color: #6D6E71;
	color: #ffffff;
	}

.prodpanel4 .links a {
	color: #ffffff;
	}

.prodpanel4 .imglist {
	float: right;
	width: 270px;
	padding: 5px;
	background-color: #ffffff;/*#6D6E71;*/
	color: #ffffff;
	}

.prodpanel4 .submenu {
	float: left;
	width: 632px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #6D6E71;
	color: #ffffff;
	}

.prodpanel4 .submenu a {
	color: #59595B;
	text-decoration: none;
	}

.prodpanel4 .submenu a:hover {
	border-bottom: 1px solid #59595B;
	}

a.file {
	display: inline-block;
	padding: 2px 6px 2px 2px;
	margin: 1px;
	text-decoration: none;
	color: #6D6E71;
	}

a.file img {
	margin: 2px 4px 2px 0px;
	vertical-align: middle;
	}

.navigation {
	color: #ffffff;
	float: right;
	margin: 0px 15px 15px 5px;
	}

.navigation a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

.heading a {
	color: #8CC640;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-size: 1.4em;
	text-decoration: none;
	}

.heading h1 {
	color: #EE3633;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}

.heading h2 {
	color: #8CC640;
	padding-bottom: 3px;
	margin-bottom: 3px;
	}

.heading h3 {
	color: #8CC640;
	font-size: 0.9em;
	}

.plusone {
	display: inline;
	position: absolute;
	top: 4px;
	right: 0px;
	}

a.smallfile {
        display: inline-block;
        padding: 2px;
        margin: 0px;
	margin-bottom: 2px;
        text-decoration: none;
        font-size: 0.8em;
        color: #666666;
        }

a.smallfile:hover {
        background-color: #666666;
        color: #E6E6E6;
        }

a.smallfile img {
        margin: 0px 2px 0px 0px;
        vertical-align: middle;
        }

