/*--GENERAL----------------------------------------------------------------*/

body {
	margin: 0;
	background: #fff;
	font-family: "Arial CE", Arial;
	font-size: 1em;
}

#main {
	width: 100%;
	text-align: center;
}

#page {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

hr {
	display: none;
}

img {
	border: none;
}

/*--TEXT-ELEMENTS----------------------------------------------------------*/

h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.4em;
	text-transform: uppercase;
}

h1.plusMargin {
	margin: 17px 0 0 25px;
	color: #fff;
}

h2 {
	margin: -10px 0 0.5em 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

h2.newsTitle {
	margin: 0 0 0.2em 0;
	font-size: 1.0em !important;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	text-transform: uppercase;
}

h4 {
	margin: 0 0 0.4em 0;
	font-size: 1.1em;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 0.3em 0;
}

#searchForm h5 {
	margin: 0 0 0 0 !important;
}

p {
	margin: 0 0 1em 0;
	font-size: 0.75em;
	line-height: 1.5em;
}

table {
	margin: 0 0 1em 0;
	border-bottom: 2px #CECFCF solid;
	color: #fff;
	font-size: 0.7em;
}

table tr th {
	padding: 6px 20px 6px 20px;
	border-top: 1px #CECFCF solid;
	font-weight: bold;
}

table tr td {
	padding: 6px 20px 6px 20px;
	border-top: 1px #CECFCF solid;
}

a {
	color: #fff;
}

ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

ol {
	margin: 0 0 15px 0;
	padding: 0;
}

ul li {
	font-size: 0.75em;
	margin: 0;
	padding: 0 0 0 10px;
	background: url("../images/li.gif") 0 5px no-repeat;
}

ol li {
	font-size: 0.7em;
	margin: 0 0 0 20px;
	padding: 3px 0 3px 5px;
}

ul li ul {
	margin: 0 0 0 35px;
	padding: 0;
}

ul li ul li {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 14px;
	background: url("../images/lili.gif") 0 5px no-repeat;
}

ul li ul li ul li {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 18px;
	background: url("../images/lili.gif") 0 5px no-repeat;
}

.errorMessages {
	font-size: 0.75em;
	color: red;
}

.errorMessages p {
	font-size: 1em;
	color: red !important;
}

/*--FORM-------------------------------------------------------------------*/

form table {
	margin-top: 20px;
	border: none;
}

form table td {
	padding: 0 0 10px 0;
	border: none;
	vertical-align: top;
}

form label {
	width: 110px;
	display: block;
}

form label.in {
	width: 95px;
	padding-left: 10px;
	display: block;
}

form input.small {
	width: 180px;
}

form input {
	width: 470px;
	border: none;
	background: #fff;
	font-size: 0.8em;
}

form textarea {
	width: 470px;
	border: none;
	background: #fff;
	font-size: 11px;
	font-family: Arial;
}

form input {
	height: 1.8em;
}

form input.button {
	width: auto;
	height: auto;
	padding: 3px 15px 3px 15px;
	font-weight: bold;
	cursor: pointer;
}

/*--HELPFUL----------------------------------------------------------------*/

.menuStyle {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuStyle li {
	margin: 0;
	padding: 0;
	float: left !important;
}

.menuStyle li a {
	padding: 0;
	display: block;
	float: left !important;
}

.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.last {
	background: none !important;
}

/*--HEADER-----------------------------------------------------------------*/

#header {
	width: 840px;
	padding: 17px 30px 120px 30px;
	text-transform: uppercase;
	position: rleative;
}

#header.hp {
	padding-bottom: 40px;
}

#header a {
	text-decoration: none;
	color: #999999;
}

#header a:hover {
	color: #000;
}

#header h2 {
	width: 205px;
	margin: 0;
	padding-top: 5px;
	font-size: 35px;
	float: left;
}

#header h2 a {
	color: #000;
}

#header h2 small {
	font-size: 11px;
}

#header h3 {
	width: 315px;
	margin: 0;
	padding-top: 6px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	float: left;
}

#header h3.h3ru{
	font-size: 9px;
}

#header #mainSwap {
	width: 120px;
	padding-top: 6px;
	float: left;
}

#header #mainSwap li {
	padding: 2px 0 2px 18px;
	_padding: 2px 0 1px 18px;
	font-size: 11px;
	line-height: 13px;
	background: url("../images/circle_grey.gif") 0 50% no-repeat;
}

#header #mainSwap li a {
	padding: 1px 0 1px 0;
	_padding: 3px 0 1px 0;
}

#header #mainSwap li.green {
	background: url("../images/circle_green.gif") 0 50% no-repeat;
}

#header #mainSwap li.red {
	background: url("../images/circle_red.gif") 0 50% no-repeat;
}

#header #mainSwap li.green a {
	color: #000;
}

#header #mainSwap li.red a {
	color: #000;
}

#header #langSelect {
	width: 140px;
	padding-top: 6px;
	float: left;
}

#header #langSelect li {
	margin-right: 5px;
	padding: 2px 2px 2px 0;
	font-size: 11px;
	line-height: 15px;
	_line-height: 17px;
	display: block;
	background: none !important;
}

#header #langSelect li.selected a {
	padding: 0;
	color: #000;
	float: left;
}

#header #logo {
	float: right;
}

#search {
	width: 280px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 92px;
	z-index: 50;
}

#search .button {
	width: 82px;
	color: #999999;
	margin-right: 5px;
	font-size: 11px !important;
	font-weight: normal;
	font-family: Arial;
	padding-right: 10px;
	_padding-right: 10px;
	background: url("../images/arrow_right2.gif") right 50% no-repeat;
}

#search .textInput {
	width: 178px;
	_width: 164px;
	border-style: inset;
	height: 16px;
	border-width: 2px;
	border-color: #D9DADB;
}

#intro {

}

/*--NAVIGATION-------------------------------------------------------------*/

#navigation {
	width: 840px;
	padding: 0 30px 0 30px;
	height: 95px;
	position: absolute;
	top: 89px;
	text-transform: uppercase;
}

#navigation a {
	text-decoration: none;
	color: #999999 !important;
	font-weight: normal !important;
}

#navigation li.selected a {
	color: #000 !important;
	font-weight: bold !important;
}

#navigation li.selected li a {
	color: #999999 !important;
	font-weight: normal !important;
}

#navigation li li.selected a {
	color: #000 !important;
	font-weight: bold !important;
}

#navigation li li.selected li a {
	color: #999999 !important;
	font-weight: normal !important;
}

#navigation li li li.selected a {
	color: #000 !important;
	font-weight: bold !important;
}

#navigation li li li.selected li a {
	color: #999999 !important;
	font-weight: normal !important;
}

#navigation li li li li.selected a {
	color: #000 !important;
	font-weight: bold !important;
}


#navigation a:hover, #navigation li a:hover, #navigation li li a:hover, #navigation li li li a:hover, #navigation li li li li a:hover {
	color: #000 !important;
}

#navigation ul {
	margin: 0;
	padding: 0;
	width: 800px;
	float: left;
	position: relative;
}

#navigation ul li ul {
	position: absolute;
	top: 17px;
	left: 0;
}

#navigation ul li {
	margin-right: 5px;
	padding: 3px 2px 1px 0;
	font-size: 11px;
	display: block;
	background: none;
	float: left !important;

}

#navigation ul li li {
	font-weight: normal;
}

#navigation ul li a {
	text-decoration: none;
	overflow: hidden;
		line-height: auto;
	float: left;
}

#navigation ul li.withHtml {
	padding-top: 0;
}


#navigation ul li ul li.selected ul {
	position: absolute;
	left: 0;
	top: 30px;
}


#navigation #icon {
	width: 50px;
	height: 43px;
	top: 120px;
	position: absolute;
	right: 55px;
}

#navigation .icoFiltrace {
	background: url("../images/icon_1.png") 0 0 no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_1.png', sizingMethod='scale');
	_background: none;
}

#navigation .icoIzolace {
	background: url("../images/icon_2.png") 0 0 no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/icon_2.png', sizingMethod='scale');
	_background: none;
}

#navigation ul li ul li ul li.selected ul {
	position: absolute;
	left: 0;
	top: 16px;
}


/*--CONTENT----------------------------------------------------------------*/

#content {
	margin-bottom: 40px;
	*margin-bottom: 35px;
	_margin-bottom: 40px;
}

#content.hp {
	margin-bottom: 10px;
}

#content #leftArrow, #content #rightArrow {
	width: 30px;
	min-height: 400px;
	_height:	400px;
	float: left;
}

#content #leftArrow a, #content #rightArrow a {
	text-decoration: none;
}

#content #greyBox {
	width: 840px;
	/*background: #999999;*/
	background: #999999;
	float: left;
	position: relative;
}

#content #greyBox p {
	color: #fff;
}

#content #leftArrow a, #content #rightArrow a {
	width: 30px;
	height: 400px;
	display: block;
}

#content #leftArrow a img, #content #rightArrow a img {
	display: none;
}

#content #leftArrow a {
	background: url("../images/arrow_left.gif") 50% 50% no-repeat;
}

#content #rightArrow a {
	background: url("../images/arrow_right.gif") 50% 50% no-repeat;
}

#content #leftPart {
	width: 380px;
	min-height: 400px;
	_height:	400px;	
	float: left;
}

#content #leftPart.smaller {
	width: 210px;
	min-height: 400px;
	_height:	400px;	
	float: left;
}

#content .wide {
	width: 830px !important;
	min-height: 400px;
	_height:	400px;	
	float: left;
}

#content .wide #text {
	width: 780px !important;
	min-height: 333px;
	margin-top: 10px;
	padding: 7px 25px 10px 25px;
	color: #fff;
}

#content .wide #text_mnogosearch {
	width: 780px !important;
/*	height: 333px; */
	margin-top: 10px;

	padding: 7px 25px 40px 25px;
	color: #fff;
}

#content #leftPart #text {
	width: 320px;
	_height: 333px;
	height: 363px;
	margin-top: 10px;

	padding: 7px 25px 10px 25px;
	color: #fff;
}

#content #leftPart .overflow {
	overflow: auto;
}

#content #leftPart #miniNavigation {
	padding-left: 20px;
	position: absolute;
	left: 0;
	bottom: 25px;
}

#content #leftPart #miniNavigation li {
	margin-right: 35px;
}

#content #leftPart #miniNavigation li a {
	font-size: 0.7em;
	text-decoration: none;
	color: #000;
}


#content #wideContent {
	min-height: 343px;
	_height: 343px;
	padding: 17px 25px 40px 25px;
	color: #fff;
}

#content #wideContent h2, #content #download h2 {
	margin-bottom: 0.1em;
}

#content #wideContent h2 a, #content #download h2 a {
	color: #fff;
	font-size: 0.6em;
	margin-bottom: 0em;
}

#content #wideContent .downloadInfo, #content #download .downloadInfo {
	color: #000;
	margin-left: 10px;
}

#content #wideContent .downloadInfo a, #content #download .downloadInfo a {
	color: #000;
}

#content #wideContent .downloadInfo img, #content #download .downloadInfo img {
	vertical-align: middle;
	margin-right: 3px;
}

/*--RIGHT-PART-------------------------------------------------------------*/

#content #rightPart {
	width: 460px;
	padding: 10px 0 0 0;
	float: right;
}

#content #rightPart.bigger {
	padding: 17px 30px 0 15px;
	width: 585px;
}

#content #rightPart #gallery img {
	margin: 0 5px 6px 0;
}

#photo {
	padding-bottom: 10px;
}

/*--PHOTOGALLERY-----------------------------------------------------------*/

.photogalleryNav {
	margin-top: 20px;
	padding-right: 20px;
}

.arrows, .back {
	float: right;
}

.back {
	margin-right: 30px;
}

.arrows a, .back a {
	display: block;
	margin: 0 5px 0 5px;
}

.arrows .leftArrow, .back .leftArrow {
	float: left;
}

.arrows .rightArrow {
	float: left;
}

.arrows span a, .back span a {
	float: left;
	display: block;
	font-size: 0.7em;
	color: #000;
	text-decoration: none;
}

.details {
	float: right;
	color: #fff;
	margin-top: -10px;
	font-size: 0.75em;
}

#photoGallery img {
	width: 450px;
	height: 380px;
}

#photoGallery .photo img {
	width: 148px;
	height: 124px;
}

/*--FOOTER-----------------------------------------------------------------*/

#footer {
	width: 840px;
	padding: 0 30px 0 30px;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer #contact {
	width: 534px;
	float: left;
}

#footer #copyright {
	float: left;
}
#footer #sitemap {
	float: right;
	width: 80px;
}

/*--REGISTRATION-----------------------------------------------------------*/

.regForm {
	width: 800px;
	padding-top: 0;
	*padding-top: 20px;
	position: relative;
}

.regForm .leftPart {
	width: 150px;
	float: left;
}

.regForm .rightPart {
	width: 600px;
	float: right;
}

.regForm .povinne {
	width: 200px;
	position: absolute;
	left: 600px;
	top: 0px;
	z-index: 5;
}



/*---*/

.pressRelease {
	text-transform: uppercase;
}

.results {
	width: 800px;
	/*
	height: 192px;
	overflow: auto;
	*/
	
	
}

#searchForm {
	margin-top: -20px;
	margin-bottom: -15px;
}

.superSearchForm td {
	padding: 1px;
}

.superSearchForm label {
	width: auto !important;
	padding-top: 2px;
	margin-right: 15px;
}

.superSearchForm input, .superSearchForm select  {
	margin-right: 25px;
}

.superSearchForm select  {
	font-size: 11px;
}

#sInput {
	width: 250px;
	height: 16px;
	padding: 3px 3px 2px 3px;
	margin-right: 15px;
	font-size: 11px;
}

.button {
	font-size: 11px;
}

/*-----------------------------------------*/
/* uprava podnadpisu u produktu */
#greyBox h2 {
	font-size: 12px;
	/*position: relative;
	top: -8px;*/
}


ul.fileList {
	list-style: none;	
	background: none;
}

ul.fileList li {
	background: none;
}

img.absMiddle {
	vertical-align: middle;
}

img.FB_button {
  margin-top: 2px;
}

