body {
	font-family: arial, sans-serif;
	color: rgb(112,112,112);
	font-size: 12px;
	margin: 0;
	padding: 0;
}
hr {
	border: 1px solid #aaa;
	color: #aaa;
}
hr.line {
	margin: 0 30px 0 30px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.cleaner {
	clear: both;
}
.margin-ten {
	margin: 20px 10px 0 10px;
	padding: 0;
}
.cropper-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 135px;
	background: url('./img/img_maska.png') center center no-repeat;
	_background-image: url('./img/img_maska.gif');
}
a.link-white {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a.link-white:hover {
	color: rgb(0,102,0);
}
a.link-more {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
}
#first { border: none; }
/*** hlavicka ***/
#page-header a {
	color: #909090;
	font-weight: bold;
	text-decoration: none;
}
#page-header a:hover {
	color: #999;
	text-decoration: underline;
}

#page-header {
	width: 989px;
	margin: auto;
	text-align: right;
	height: 25px;
}
#page-header #page-place {
	font-size: 12px;
	color: #909090;
	float: left;
	margin: 5px 5px auto auto;
}
#page-status {
	width: 500px;
	float: right;
	height: 25px;
	padding: 0;
	margin: 0;
	_overflow: hidden;
}
#page-status #languages {
	float: left;
	text-align: left;
	width: 300px;
}
#languages a {
  display: block;
  float: right;
  margin: 4px 2px auto auto;
  height: 17px;
  width: 25px;
}
#languages a span { display: none; }
#languages a#flag-cz { background: url(./img/flags/flag_cz_off.gif); }
#languages a#flag-cz.select, #languages a#flag-cz:hover { background: url(./img/flags/flag_cz.gif); }
#languages a#flag-sk { background: url(./img/flags/flag_sk_off.gif); }
#languages a#flag-sk.select, #languages a#flag-sk:hover { background: url(./img/flags/flag_sk.gif); }
#languages a#flag-de { background: url(./img/flags/flag_de_off.gif); }
#languages a#flag-de.select, #languages a#flag-de:hover { background: url(./img/flags/flag_de.gif); }
#languages a#flag-en { background: url(./img/flags/flag_en_off.gif); }
#languages a#flag-en.select, #languages a#flag-en:hover { background: url(./img/flags/flag_en.gif); }
#languages a#flag-ru { background: url(./img/flags/flag_ru_off.gif); }
#languages a#flag-ru.select, #languages a#flag-ru:hover { background: url(./img/flags/flag_ru.gif); }
#languages a#flag-fr { background: url(./img/flags/flag_fr_off.gif); }
#languages a#flag-fr.select, #languages a#flag-fr:hover { background: url(./img/flags/flag_fr.gif); }
#languages a#flag-es { background: url(./img/flags/flag_es_off.gif); }
#languages a#flag-es.select, #languages a#flag-es:hover { background: url(./img/flags/flag_es.gif); }
#languages a#flag-it { background: url(./img/flags/flag_it_off.gif); }
#languages a#flag-it.select, #languages a#flag-it:hover { background: url(./img/flags/flag_it.gif); }

#page-language #search-form {
  height: 25px;
  width: 200px;
  font-family: Arial;
  font-size: 10px;
  color: #909090;
  margin: 3px 0px 0 0;
}
#search-form #search-text {
  background: #fff url('./img/search.gif') right center no-repeat;
  border: 1px solid #c2c2c2;
  text-align: center;
  width: 150px;
  margin: 2px -21px auto 0;
  padding-right: 21px;
}
#search-form #search-button {
  position: relative;
  background-color: transparent;
  right: 0;
  border: none;
  width: 21px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#page-logo {
	background-color: #aacb00;
	text-align: center;
	height: 120px;
}
#page-logo #page-logo-border {
	width: 989px;
	margin: auto;
}
#page-logo #logo_cs {
	float: left;
	background: url('./img/logo-head.gif') center left no-repeat;
	width: 455px;
	height: 115px;
	display: block;
}
#page-logo #logo_de {
	float: left;
	background: url('./img/logo-head_de.png') center left no-repeat;
	width: 455px;
	height: 115px;
	display: block;
}
#page-logo #logo_en {
	float: left;
	background: url('./img/logo-head_en.png') center left no-repeat;
	width: 455px;
	height: 115px;
	display: block;
}
#page-logo #logo_sk {
	float: left;
	background: url('./img/logo-head_sk.png') center left no-repeat;
	width: 455px;
	height: 115px;
	display: block;
}

#page-logo object {
	float: right;
}
#page-shadow {
  position: absolute;
  height: 10px;
  left: 0;
  width: 100%;
  margin: 0;
  background: url('./img/prechod.png') repeat-x;
  /*IE6 fix pruhlednost PNG*/
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./style/img/prechod.png', sizingMethod='scale');
}
/*** strankovac ***/
#paging {
	margin: 10px 0 10px 0;
	text-align: center;
}
#paging a {
	margin: 0 5px 0 5px;
}
#paging a.select {
	color: #aaa;
}

/*** menu ***/
#menu {
  float: left;
  margin: 0;
  padding: 0;
  width: 198px; /* musi byt uzsi kuli border */
}
#menu ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
#menu li {
  display: block;
  width: 190px;
  margin: 5px auto 20px 10px;
}
#menu li a {
  color: #aaa;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  margin: auto;
  text-decoration: none;
}
#menu li a:hover {
  color: rgb(170,203,0);
  font-family: Arial;
  font-weight: bold;
  margin: auto;
  text-decoration: none;
}
#menu li ul {
	margin: 0 auto 0 auto;
}
#menu li li {
  width: auto;
  margin: 5px 0 5px 15px;
}
#menu li li a {
	font-size: 12px;
}
#menu li a.select {
	color: rgb(170,203,0);
}

/*** SHADOW ***/
.window-content a.window-close {
	position: relative;
	margin: 5px 5px 0 15px;
	float: right;
	display: block;
	height: 20px;
	width: 20px;
	background: #aacb00 url('./img/close.gif') center center no-repeat;
}
.window-content a.window-close span {
	display: none;
}
.window-content {
	background-color: #fff;
	padding: 0;
	margin: 0 0 0 4px;
	_border: 1px solid #d6d6d6;
}
.window-head {
	position: relative;
	background-color: #aacb00;
	width: 100%;
}
.window-shadow .shadow-top {
	height: 4px;
	margin: 0 16px 0 16px;
	background: url('./img/shadow/shadow-top.png') top center repeat-x;
	_background: none;

}
.window-shadow .shadow-top-left {
	float:left;
	height: 4px;
	width: 16px;
	background: url('./img/shadow/shadow-top-left.png') top left no-repeat;
	_background: none;
}
.window-shadow .shadow-top-right {
	float: right;
	height: 4px;
	width: 16px;
	background: url('./img/shadow/shadow-top-right.png') top right no-repeat;
	_background: none;
}
.window-shadow .shadow-left {
	margin: 0 8px 0 0;
	background: url('./img/shadow/shadow-left.png') center left repeat-y;
	_background: none;
}
.window-shadow .shadow-right {
	margin: 0 0 0 0;
	background: url('./img/shadow/shadow-right.png') center right repeat-y;
	_background: none;
}
.window-shadow .shadow-bottom {
	height: 8px;
	margin: 0 16px 0 16px;
	background: url('./img/shadow/shadow-bottom.png') bottom center repeat-x;
	_background: none;
}
.window-shadow .shadow-bottom-left {
	float:left;
	height: 8px;
	width: 16px;
	background: url('./img/shadow/shadow-bottom-left.png') bottom left no-repeat;
	_display: none;

}
.window-shadow .shadow-bottom-right {
	float:right;
	height: 8px;
	width: 16px;
	background: url('./img/shadow/shadow-bottom-right.png') bottom right no-repeat;
	_display: none;
}

/*** obsah ***/
#page-center {
  background-color: #fff;
  margin: auto;
  width: 990px;
  border-left: 1px dashed #aaa;
  border-right: 1px dashed #aaa;
}
#page-content {
	border-left: 1px dashed #aaa;
	width: 790px;
	min-height: 550px;
	float: left;
	_width: 780px;
	_height: 550px;
}
#page-full-margins {
	margin: 15px 0 10px 0;
}
#page-margin-study {
	margin: 10px 10px 10px 5px;
}
#page-margin-graybox {
	margin: 15px 12px 10px 12px;
	_margin: 15px 5px 10px 5px;
}
#page-margin-whitebox {
	margin: 15px 14px 10px 14px;
	_margin: 15px 1px 10px 1px;
}
#page-margin-product {
	margin: 15px 30px 10px 30px;
}
.page-block {
	border-top: 1px dashed #aaa;
	margin: 0;
	padding: 0;
	clear: both;
}

.page-article {
	margin: auto;
	padding: 15px;
}
.page-article .img-article {
	float: right;
	margin: 0 0 15px 10px;
}
#galerie .img-galerie {
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}
/*** NOVINKY ***/
.message-graybox {
	border: 1px solid #999;
	background: url('./img/graybox-shadow.jpg') bottom center repeat-x;
	text-align: center;
	width: 245px;
	height: 220px;
	float: left;
	margin: 5px 4px 5px 4px;
	overflow: hidden;
}
.message-graybox img {
	margin: 15px auto 15px auto;
}
.message-graybox a span {
	display: block;
	margin-top: 18px;
	font-size: 22px;
}
.message-graybox a {
	color: #666;
}

.message {
	width: 225px;
	height: 178px;
	line-height: 14px;
	float: left;
	position: relative;
	margin: 5px 14px 5px 14px;
	overflow: hidden;
}
.message h2 {
	text-align: center;
	margin: 2px auto 0 auto;
	padding-right: 15px;
}
.message .datum {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-style: italic;
}

.message a.link-poradna {
	color: gray;
}

/*** VIDEA ***/
.video-list {
	width: 225px;
	height: 185px;
	float: left;
	position: relative;
	margin: 5px 14px 5px 14px;
}

.video-list h3 {
	padding: 0;
	margin: 5px 0 0 10px;
}
.video-list p {
	padding: 0;
	margin: 3px 0 0 10px;
}

#video-window {
	top: 220px;
	margin-left: 170px;
	position: absolute;
	text-align: center;
}
#video-window .window-content {
	width: 420px;
}
#video-window h1 {
	color: #fff;
	padding: 8px 8px 8px 35px;
	cursor: move;
	margin: 0;
}

/*** poradna ***/
#from-show {
	background-color: #aacb00;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	float: left;
	width: 100%;
}
.form-shadow {
  height: 10px;
  left: 0;
  width: 100%;
  margin-bottom: 5px;
  margin: 0;
  background: url('./img/prechod.png') repeat-x;
  /*IE6 fix pruhlednost PNG*/
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./style/img/prechod.png', sizingMethod='scale');
}
#from-show h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 7px 0 0 0;
	float: left;
}
#from-show button {
	float: right;
	margin-right: 10px;
	background: url('./img/tlacitko_green.gif') center center no-repeat;
	height: 27px;
	width: 114px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #aacb00;
	cursor: pointer;
}
#form-window {
	top: 230px;
	margin: 10px 250px 20px 210px;
	padding: 0;
	width: 340px;
	height: auto;
	text-align: center;
}
#form-window form {
	background-color: #aacb00;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
#form-window label {
	display: block;
}
#form-window label.left-text {
	display: inline;
	padding-left: 5px;
}

.poradna-list {
	width: 225px;
	height: 175px;
	float: left;
	position: relative;
	margin: 5px 14px 5px 14px;
}
.poradna-list h3 {
	padding-right: 20px;
	margin: 5px 0 0 10px;
	text-align: center;
}

.poradna {
	margin: 10px;
}
.poradna .date {
	text-align: right;
	font-size: 10px;
}
.poradna h4 {
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
}
.poradna .question h4 {
	color: #aacb00;
}
.poradna p {
	margin: 0 0 5px 0;
	padding: 0;
}
.poradna .question {
	font-style: italic;
	font-weight: bold;
}

.poradna .more {
	text-align: right;
}

/*** STUDIE ***/
.studie-list {
	padding: 2px 10px 2px 10px;
}
.studie-list ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.studie-list li {
	margin: 0;
	padding: 2px;
}
#studie-window {
	position: absolute;
	top: 155px;
	width: 700px;
}
.studie-list h2 {
	color: #aacb00;
}
#studie-window h1 {
	background: url('./img/studie-logo.gif') top left no-repeat;
	color: #fff;
	margin: 0;
	padding: 8px 15px 8px 45px;
	min-height: 40px;
	_height: 40px;
	cursor: move;
}
#studie-window .line {
	background-color: #aaa;
	float: left;
	width: 100%;
	padding-top: 7px;
}
#studie-window cite {
	color: #fff;
	padding: 5px 5px 5px 15px;
}
#studie-window .line button {
	float: right;
	cursor: pointer;
	font-weight: bold;
	border: none;
	background: url('./img/tlacitko_grey.gif') center center no-repeat;
	height: 27px;
	width: 114px;
	border: none;
	padding: 1px 2px 1px 2px;
	margin: -5px 5px 0 0;
}
#studie-window .studie-main {
	margin: 0;
	height: 100%;
	overflow: hidden;
	clear: both;
}
#studie-window .studie-left {
	margin: 0;
	overflow: auto;
	padding: 0 15px 0 15px;
	height: 100%;
}
#studie-window #studie-shortcuts {
	margin: 0;
	float: right;
	width: 200px;
	height: 100%;
	border-left: 1px dashed #d6d6d6;
	padding: 0 10px 0 10px;
	overflow: auto;
}

/*** footer ***/
#page-footer {
	margin: auto;
	clear: both;
	width: 990px;
	background-color: #aaa;
    color: #fff;
    text-align: right;
    font-size: 11px;
	text-align: center;
}
#page-footer p {
    margin: 0;
    padding: 8px 40px 8px 40px;
}

#page-footer a {
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}
#page-footer a:hover {
	color: #111;
}
/*** OBRAZKY ***/
.img-left {
	margin: 20px 8px 5px 0;
}
.img-right {
	float: right;
	margin: 0 8px 5px 20px;
}
.img-small {
	margin-top: 5px;
	float: right;
}
/*** specialni v clancich ***/
#logo-parners td {
	/*height: 140px;*/
	text-align: center;
	vertical-align: bottom;
}
#logo-parners td a {
	color: rgb(112,112,112);
	outline: none;
}
#logo-parners td a:hover {
	color: #aacb00;
	text-decoration: underline;
}
#logo-parners span {
	margin: 5px 5px 30px 5px;
	display: block;
}

/*** produkt ***/
#page-product-list {
	margin: 4px 10px 4px 10px;
	_margin: 4px 8px 4px 8px;
}
.product-list {
	border: 1px solid #aaa;
	background: url('./img/shop/corner-bottom.png') bottom left no-repeat;
	width: 250px;
	height: 280px;
	float: left;
	margin: 4px 2px 4px 2px;
}
.product-list .product-shadow {
	background: url('./img/shop/corner-top.png') top left no-repeat;
	margin: 0;
	padding: 5px 10px 0 10px;
}
.product-list h2 {
	margin: 8px 0 8px 0;
	font-size: 14px;
	padding: 0;
}
.product-list p {
	margin: 2px 0 2px 0;
	padding: 0;
}
.product-list img {
	margin: 5px 0 5px 0;
}
.product-list .price {
	/*position: absolute;*/
	float: left;
	color: #aacb00;
	font-size: 16px;
	width: 120px;
	margin-left: 5px;
}
.product-list form {
	float: right;
	margin-right: 5px;
}
.product-list .product-file {
	background: url('./img/shop/pribalak.gif') center left no-repeat;
	padding: 5px 0 5px 35px;
}
input.buy-button {
	color: #000;
	font-weight: bold;
	border: none;
	background: url('./img/shop/tlacitko.gif') center center no-repeat;
	width: 94px;
	height: 30px;
	text-align: center;
}
.product-back-link {
	float: right;
	margin-top: 7px;
	color: #999;
}
.product-table {
	width: 320px;
	color: #999;
	font-weight: bold;
}
.shop-info {
	margin: 0 15px 10px 15px;
}
.shop-info h2 {
	margin: 6px 0 2px 0;
}
.shop-info p {
	margin: 2px 0 2px 0;
}

/*** kosik ***/
#login-box-top {
	text-align: right;
	margin: 10px 30px 5px 30px;
	font-size: 14px;
}
#login-box-info {
	text-align: right;
	margin: 5px 30px 5px 30px;
}
#login-box-info h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
}
#login-box {
	background-color: #aacb00;
	margin: 0 0 10px 0;
}
#login-box .login-left {
	float: left;
	margin-left: 20px;
}
#login-box a , #login-box h1 {
	color: #fff;
}
#login-box .login-left label {
	color: #fff;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	float: left;
	display: block;
}
#login-box .login-right {
	text-align: center;
	float: right;
	margin-right: 20px;
}
#login-box input {
	background-color: #fff;
	border: none;
}
#login-box input.button {
	font-weight: bold;
	background-color: #aacb00;
	border: 1px solid #fff;
	color: #fff;
}
#login-box .login-right input.button {
	font-size: 16px;
	text-transform: uppercase;
}


.shop-error {
	margin: 10px 30px 10px 30px;
}
#shop-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	text-align: center;
}
#shop-table.align-left td {
	text-align: left;
}
#shop-table td , #shop-table th {
	padding: 5px;
}
#shop-table .text {
	text-align: left;
	padding-left: 15px;
}
#shop-table .trash {
	width: 50px;
}
#shop-table .trash a {
	width: 25px;
	height: 23px;
	display: block;
	background: url('./img/shop/trash.gif') center center no-repeat;
}
#shop-table .trash a span {
	display: none;
}
#shop-table th {
	background-color: #999;
	color: #fff;
}
#shop-table tr.shop-total {
	border-top: 1px solid #aaa;
	border-bottom: 3px double #aaa;
	font-weight: bold;
}

#shop-form {
	margin: 10px 30px 50px 30px;
}

#shop-form h1 {
	margin: 5px 0 3px 0;
	text-transform: uppercase;
	padding: 0;
	color: #999;
}
#shop-form h2 {
	text-align: center;
	margin: 0;
	padding: 3px;
	background-color: #999;
	color: #fff;
}
#shop-form label {
	float: left;
	display: block;
	width: 140px;
}
#shop-form p {
	padding: 0 10px 0 10px;
}

#shop-status-line {
	background-color: #aacb00;
	margin: 5px 0 10px 0;
}
#shop-status-line span {
	float: left;
	display: block;
	font-size: 12px;
	color: #fff;
	margin: 10px 20px 10px 20px;
	padding: 5px;
}
#shop-status-line span.first {
	margin-left: 30px;
}
#shop-status-line strong {
	font-size: 16px;
}
#shop-status-line span.select {
	border: 1px solid #fff;
	padding: 4px;
}

#shop-continue-line {
	margin: 10px 0 10px 0;
	height: 30px;
}
#shop-continue-line a, #shop-continue-line input {
	float: right;
	display: block;
	padding: 0 8px 0 8px;
	margin-left: 10px;
	color: #fff;
	border: none;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
#shop-continue-line a.box-link-gray {
	background-color: #999;
}
#shop-continue-line input.box-link-green {
	background-color: #aacb00;
}
#shop-continue-line input:hover {
	text-decoration: underline;
}

/*** Labotarotni testy ***/
#lab-test-right {
	float: right;
	width: 350px;
	margin: 0;
}
#lab-test-left {
	float: left;
	width: 400px;
	margin: 0 0 0 15px;
	height: 100%;
	border-right: 1px dashed #aaa;
}
#lab-test-left h1 {
	margin-top: 25px;
	text-transform: uppercase;
}
#lab-test-left img {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #999;
}
#lab-test-left p {
	clear: both;
	display: block;
	height: 80px;
	
}
#lab-test-left a {
	color: #707070;
}

#jgallery {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#jgallery-black {
    background-color: #000;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
	width: 100%;
	height: 100%;
	opacity: 0.70;
	filter: alpha(opacity = 70);
}
#jgallery-image {
	background: #fff url('loader.gif') center center no-repeat;
	display: block;
	position: relative;
	border: 5px #fff solid;
	margin: auto;
	width: 200px;
	min-height: 200px;
	z-index: 150;
	top: 0;
	cursor: pointer;
}
#jgallery-lister {
	width: 100%;
	position: fixed;
	_position: absolute;
	left: 0;
	text-align: center;
	margin-top: 20px;
	background-color: #aacb00;
	z-index: 200;
}
#jgallery-status {
	text-align: center;
	width: 300px;
	margin: auto;
}
#jgallery-position {
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	margin: auto;
	width: 200px;
	display: block;
}
#jgallery a span {
	display: none;
}
#jgallery-lister a {
	background-position: top center;
	outline: none;
	display: block;
	height: 30px;
	margin: auto;
}
#jgallery-lister a#jgallery-left {
	float: left;
	width: 37px;
	background: url('./img/jgallery/prev.gif') center center no-repeat;
}
#jgallery-lister a#jgallery-right {
	float: right;
	width: 37px;
	background: url('./img/jgallery/next.gif') center center no-repeat;
}
#jgallery-lister a#jgallery-close {
	float: right;
	margin: 5px 10px 0 0;
	height: 20px;
	width: 20px;
	background: url('./img/jgallery/close.gif') center center no-repeat;
}
#jgallery-lister a:hover {
	background-position: bottom center;
}

#facebook{
  margin-left: 10px;
  margin-top: 20px;
}