/* * screen.css - media screen (all) * autor:martin zemánek, martinzemanek at email.cz  */
* {
	padding: 0;
	margin: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif, "Calibri";
	color: #f7f7f7;
	background: #fff url(../images/backgroundcolor.gif) repeat-x;
	background-attachment: fixed;
}
/* ------------------ Poziční bloky - obsah, sloupce--------------------*/
#wrap_body {
	margin: 0 auto;
	width: 997px;
	background:white;
}
#wrap {
	margin: 0 auto;
	width: 989px;
	background:none;
}
#content_block {
	width: 100%;
	background: #efefef url(../images/shadow.png) repeat-x top left;
	color: #111;
	float: left;
}
#main {
	float: left;
	width: 100%;
}
.content, .content_expand {
	float: left;
	width: 547px;
	display: block;
	padding: 0 5px;
	line-height: 20px;
}
.content ul, .content_expand ul {
	margin-left: 20px;
}
.content_expand {
	width: 763px;
}
#left {
	float: left;
	width: 216px;
	background: #333;
}
#right {
	float: right;
	width: 216px;
	background: #333;
}
/* ------------------ Hlavička --------------------*/
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 248px;
	width: 989px;
}
#header #over a {
	display: block;
	position: absolute;
	top: 44px;
	width: 430px;
	height: 110px;
	margin-left: 200px;
}
#header #header_perex {
	font-size: 12px;
	position: absolute;
	top: 160px;
	margin-left: 145px;
	font-weight: bold;
}
#header #basket {
	float: right;
	padding-right: 70px;
	padding-top: 108px;
	width: 145px;
	height: 83px;
}
#header #login {
	position: absolute;
	top: 2px;
	margin-left: 655px;
	width: 330px;
	display: block;
}
#header input, #right input, #left input {
	padding: 2px;
	border: none;
}
#right, #left, #left a, #left a:hover, #right a, #right a:hover, #header a, #header a:hover {
	color: white;
}
/* ------------------ NAVIGACE nahoře --------------------*/
#navigace {
	position: absolute;
	top: 0;
	margin-left: 0;
	padding-left: 10px;
	width: 630px;
}
#login_table tr td {
	padding: 1px 4px 1px 4px;
	margin: 0;
}
.table_kosik {
	border-bottom: 1px dashed #dedede;
}
/* ------------------ MENU - kategorie a podkategorie zbozi --------------------*/
#left .box .main ul li {
	float: left;
	clear: both;
	width: 100%;
}
#left .box .main ul li a {
	display: block;
	float: left;
	width: 100%;
	line-height: 28px;
	font-weight: bold;
}
#left .box .main ul li span {
	padding-left: 17px;
	display: block;
}
#left .box .main ul li.detail span {
	padding-left: 17px;
	display: block;
}
#left .box .main ul li.subdetail span {
	padding-left: 30px;
	display: block;
}
#left .box .main ul li.subsubdetail span {
	padding-left: 43px;
	display: block;
}
#left .box .main a:hover {
	text-decoration: none;
	color: white;
	background: #222;
}
#left .box .main a.choosed, #left .box .main ul li.selected a, #left .box .main ul li.selected_top a {
	text-decoration: none;
}
#left .box .main ul li.selected, #left .box .main ul li.selected_top {
	list-style-type: none;
}
#left .box .main ul li.selected span, #left .box .main ul li.selected_top span {
	background: #222 url('../images/top_menu_item_selected.gif') no-repeat 3px 8px;
}
#left .box .main ul li.selected a, #left .box .main ul li.selected_top a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#left .box .main ul li.noselected_top a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#left .box .main ul li.noselected_top {
	background: url(../images/column2.png) no-repeat top left;
}
#left .box .main ul li.noselected {
	background: url(../images/column.png) no-repeat top left;
}
#left .box .main ul li.noselected a {
	text-shadow: 1px 1px 0px #c6de44;
}
#left .box .main ul li.noselected a:hover {
	text-shadow: none;
}
#left .box .main ul li.noselected_top a:hover {
	color: #fff;
	background: #333;
}
#left .box .main ul li.detail a:hover, #left .box .main ul li.subdetail a:hover, #left .box .main ul li.subsubdetail a:hover {
	text-decoration: none;
	color: #fff;
	background: #444;
}
#left .box .main ul li.noselected, #left .box .main ul li.noselected_top, #left .box .main ul li.noselected_top, #left .box .main ul li.detail, #left .box .main ul li.subdetail, #left .box .main ul li.subsubdetail {
	list-style-type: none;
}
#left .box .main ul li.noselected_top span {
	background: url('../images/top_menu_item_white.gif') no-repeat 3px 8px;
}
#left .box .main ul li.noselected span {
	background: url('../images/top_menu_item.gif') no-repeat 3px 8px;
}
#left .box .main ul li.noselected span:hover {
	background: url('../images/top_menu_item_white.gif') no-repeat 3px 8px;
}
#left .box .main ul li.detail span {
	background: url('../images/arrow_small.gif') no-repeat 3px 7px;
}
#left .box .main ul li.subdetail span {
	background: url('../images/arrow_small.gif') no-repeat 17px 7px;
}
#left .box .main ul li.subsubdetail span {
	background: url('../images/arrow_small.gif') no-repeat 30px 7px;
}
#left .box .main li.detail a, #left .box .main li.subdetail a, #left .box .main li.subsubdetail a {
	display: block;
	float: left;
	width: 100%;
	font-size: 90%;
	line-height: 22px;
	font-weight: normal;
}
#left .box .main li a {
	color: #000;
}
#left .box .main li a:hover {
	color: #fff;
}
#left .box .main li.detail a.choosed, #left .box .main li.subdetail a.choosed, #left .box .main li.subsubdetail a.choosed {
	color: #fff;
	font-weight: bold;
	background: #333;
}
#left .box .main li.detail a.nochoosed, #left .box .main li.subdetail a.nochoosed, #left .box .main li.subsubdetail a.nochoosed {
	color: #fff;
	background: #333;
}
#left p, #left span {
	padding: 0 10px;
}
#left div.h2_background span {
	padding: 0;
}
#left .box .main {
	width: 100%;
	padding: 0px;
}
#right .box .main p, #right .box .main span {
	padding: 0 4px;
}
.table_detail {
	float: right;
	width: 100%;
	margin-top: 10px;
}
.table_compare {
	float: left;
	width: 32%;
	border: 1px solid #ddd;
	margin: 6px 0 0 6px;
}
.table_detail tr td, .table_compare tr td {
	padding: 3px 6px;
	vertical-align: middle;
}
.left_bottom {
	background: url(../images/left_bottom.jpg) no-repeat;
	float: left;
	height: 23px;
	width: 216px;
	display: block;
}
.right_bottom {
	background: url(../images/right_bottom.jpg) no-repeat;
	float: right;
	height: 23px;
	width: 216px;
	display: block;
}
/* ------------------ Produkt box --------------------*/
.labels {
	width: 118px;
	height: 87px;
	text-align: left;
	position: absolute;
	margin-top: 152px;
	margin-left: -20px;
	font-size: 90%;
	color: black;
	padding-left: 16px;
}
.labels_detail {
	width: auto;
	text-align: center;
	float: right;
	clear: both;
	z-index: 1;
	font-size: 90%;
	color: black;
}
.labels_detail .label, .labels_detail .label_transport, .labels_detail .label_gift {
	float: right;
}
.label {
	width: 70px;
	height: 18px;
	text-align: center;
	margin: 9px 0px 0 3px;
}
.label_transport {
	background: url(../images/freepost.png) no-repeat;
	padding-left: 48px;
	height: 25px;
	line-height: 11px;
	text-align: left;
	margin: 4px 0px 0 3px;
	z-index: 1;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}
.label5_big {
	background: url(../images/freepost_big.png) no-repeat 5px 7px;
	padding: 5px 0 5px 75px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	margin: 4px 0px 0 3px;
	z-index: 1;
	font-size: 12px;
	color: gray;
	clear: both;
}
.label_gift {
	background: url(../images/freegift.png) no-repeat;
	padding-left: 35px;
	height: 25px;
	line-height: 11px;
	text-align: left;
	margin: 4px 0px 0 3px;
	z-index: 1;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}
.img_thumb {
	height: 124px;
	display: block;
	text-align: center;
}
#thephoto {
	display: none;
	border: 7px solid #fff;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
  border-radius: 6px;
}
.td_middle {
	vertical-align: middle;
}
.td_top {
	vertical-align: top;
}
.detail_description {
	text-align: justify;
	margin: 8px 0;
}
.description {
	display: block;
	height: 58px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
}
.description2 {
	display: block;
	height: 26px;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	color: gray;
}
.top_content p.product_title, .top_content_small p.product_title, .top_content_over p.product_title, .column_content p.product_title {
	padding: 6px 0;
	height: 25px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
.column_content {
	display: block;
	overflow: hidden;
}
.top_content {
	background: url(../images/detail.png) no-repeat;
	display: block;
	width: 220px;
	height: 287px;
	overflow: hidden;
	padding: 0 10px;
	margin: 0 auto;
}
.top_content_small {
	background: url(../images/detail_small.png) no-repeat;
	display: block;
	width: 166px;
	height: 185px;
	overflow: hidden;
	padding: 0 5px;
	margin: 0 auto;
}
.top_left {
	display: block;
	width: 253px;
	text-align: justify;
	float: left;
	margin-bottom: 5px;
}
.top_left_main {
	display: block;
	width: 233px;
	padding-left: 22px;
	text-align: justify;
	float: left;
	margin-bottom: 5px;
}
.top_left_small {
	display: block;
	width: 182px;
	text-align: justify;
	float: left;
	margin-bottom: 12px;
}
.column_left {
	display: block;
	margin: 0 auto;
	width: 180px;
	text-align: justify;
}
.background_td {
	background: #f7f7f7;
	padding: 0;
}
.background_td2 {
	background: #fff;
	padding: 0;
}
.param_name {
	color: #335d25;
	font-weight: bold;
	width: 140px;
	float: left;
}
.param_value {
	width: 27%;
	text-align: right;
	font-size: 90%;
}
tr td.detail_desc {
	padding: 15px 5px;
	clear: both;
	text-align: justify
}
/* ------------------ Ikony --------------------*/
.top_bottom {
	display: block;
	font-size: 11px;
}
.dokosiku {
	background: url(../images/buy.png) no-repeat;
	height: 27px;
	width: 51px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	float: right;
	color: black;
	font-size: 11px;
	padding: 0;
	text-align: center;
	line-height: 27px;
	font-weight: bold;
  text-shadow: 0 1px 1px white;
}
.dokosiku:hover {
	color: black;
}
.detail_produktu span a {
	color: black;
}
.detail_produktu a {
	background: url(../images/buy.png) no-repeat;
	overflow: hidden;
	border: none;
	cursor: pointer;
	line-height: 29px;
	float: right;
	margin-right: 5px;
	padding: 0;
	height: 27px;
	width: 52px;
	display: block;
	font-weight: normal;
	text-align: center;
  text-shadow: 0 1px 1px white;
}
.detail_produktu span a:hover, .dokosiku span a:hover {
	text-decoration: none;
}
.navigace_back {
	background: url(../images/paging.png) no-repeat;
	height: 44px;
	padding: 3px 10px 3px 10px;
	margin-bottom: 5px;
	color: #000;
}
.navigace_desc {
	padding: 3px;
}
.navigace_desc img {
	margin: 5px;
}
.navigace_back2 {
	line-height: 22px;
  margin:5px 0;
	clear: both;
	text-align:left;
}
.navigace_back3 {
	margin: 0;
	line-height: 22px;
	padding: 0 9px;
	font-size: 90%;
}
.navigace_back3 a {
	font-weight: normal
}
.filtr {
  display:inline;
  margin-left:20px;
  margin-top:40px;
}
.margin5 {
	height: 5px;
	width: 100%;
	display: block;
}
.header_select {
	width: 146px;
	margin-bottom: 3px;
}
.header_select2 {
	width: 270px;
	margin-bottom: 3px;
	padding: 2px;
}
.header_input2 {
	width: 264px;
	margin-bottom: 3px;
	padding: 2px;
}
.header_input3 {
	width: 244px;
	margin-bottom: 3px;
	padding: 2px;
	text-align: right;
}
.header_box {
	padding: 0;
	width: 20%;
	float: left;
	text-align: left;
}
.header_box2 {
	padding: 0;
	width: 190px;
	float: left;
	text-align: left;
}
.header_box3 {
	padding: 0;
	width: 50%;
	float: left;
	text-align: left;
}
#filtr {
	margin: 5px 0 5px 0;
	text-align: right;
	cursor: pointer;
}
#filtr_box {
	overflow: hidden;
}
.navigace_back2 a {
	color: #fff;
	font-weight: normal;
	padding:2px 5px;
	margin-right:4px;
	background:#333;
	font-size:90%;
}
.navigace_back2 a:hover {
	color: #111;
	background:#ccc;
}
.navigace_back2_left {
	float: left;
	display: block;
	padding-top: 5px;
}
.navigace_back2_right {
	float: right;
	display: block;
	padding-top: 5px;
}
.navigace_back a {
	color: #000;
	text-shadow: 1px 1px 0px #bfcd73;
}
.navigace_back h1 {
	font-size: 16px;
	padding-bottom: 0px;
	border: none;
	margin-bottom: 0px;
	margin-top: 2px;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px 0px #dfec9a;
}
/* ------------------ Vlastnosti elementu --------------------*/
table {
	width: 100%;
}
th {
	padding: 3px;
}
td {
	padding: 3px 1px;
	vertical-align: middle;
}
table, tr, td, th {
	border-collapse: collapse;
}
th.td_xx, th.td_40 {
	font-size: 85%;
	color: #222;
}
input[type="text"], input[type="password"], select, textarea {
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
  border-radius: 4px;
}
input {
	font-size: 11px;
	padding: 4px;
	border: 1px solid #cdcdcd;
	background: white url(../images/input.png) repeat-x left bottom;
}
.input_noborder {
	background: transparent;
	color: #222;
	border: none;
	font-weight: bold;
}
.input_mini {
	width: 20px;
}
input.input_140 {
	width: 134px;
	margin-right: 5px;
}
select {
	border: 1px solid #cdcdcd;
	padding: 4px 2px;
	font-size: 11px;
	background: white url(../images/input.png) repeat-x left bottom;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
  border-radius: 4px;
}
textarea {
	background: white url(../images/input.png) repeat-x left bottom;
	padding: 4px;
	font-size: 11px;
	border: 1px solid #cdcdcd;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
  border-radius: 4px;
}
.submit_alert {
	border: none;
	font-size: 12px;
	background: url(../images/submit.png) repeat-x top left;
	height: 24px;
	line-height: 24px;
	padding:0;
	width: 100px;
	cursor: pointer;
	display: block;
	color: black;
	font-weight: bold;
	margin: 0 auto;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 1px white;
}
.submit_alert:hover {
	color: black;
}
.buy_detail {
	border: none;
	background: url(../images/buy_detail.png) no-repeat top left;
	height: 41px;
	width: 145px;
	cursor: pointer;
	display: block;
}
.submit, a.submit, .spec {
	border: none;
	font-size: 11px;
	background: url(../images/submit.png) repeat-x top left;
	height: 24px;
	line-height: 24px;
	width: 100px;
	cursor: pointer;
  padding:0;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 1px white;
}
a.submit, a.submit:hover {
	display: block;
	color: black;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
}
span.submit, .spec {
  padding:4px 7px;
  font-weight:bold;
  margin-right:3px;
	background: url(../images/submit.png) repeat-x left -3px;
}
.spec {
	height: 20px;
	line-height: 20px;
  padding:4px 4px;
}
.submit2 {
	font-size: 11px;
	background: #555;
	height: 20px;
	width: auto;
	line-height: 18px;
	cursor: pointer;
	padding: 2px 4px 4px 4px;
	color: white;
	float: left;
	margin: 6px 2px 0 0;
	border: none;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 1px #222;
}
.submit2:hover {
	background: #333;
}
.submit:hover, .submit_alert:hover, .spec:hover {
	border: none;
	background: url(../images/submit_over.png) repeat-x top left;
}
a.special_submit {
	border: none;
	font-size: 12px;
	width: 170px;
	background: url(../images/submit.png) repeat-x;
	cursor: pointer;
	padding: 5px;
	color: black;
	display: block;
  text-shadow: 0 1px 1px white;
}
a.special_submit:hover {
	color: black;
	text-decoration: none;
}
.submit_small {
	background: url('../images/submit_small.png') no-repeat;
	width: 51px;
	height: 20px;
	padding:0;
	border: none;
	cursor: pointer;
	color: #000;
	font-size: 11px;
}
.submit_spec {
	border: none;
	background: url(../images/submit2.png) repeat-x;
	width: 190px;
	height: 24px;
	padding:0;
	cursor: pointer;
	color: white;
	display: block;
	text-align: center;
	float: right;
}
.submit_spec a {
	font-weight: normal;
	color: white;
}
.submit_spec2 {
	border: none;
	background: url(../images/submit3.png) repeat-x;
	width: 140px;
	height: 24px;
	padding:0;
	font-size:11px;
	line-height: 24px;
	cursor: pointer;
	color: white;
	display: block;
	text-align: center;
	float: left;
}
.submit_spec2 {
	font-weight: normal;
	color: white;
}
.submit_spec2:hover {
	color: white;
}
img {
	border: none;
}
.fullwidth {
	width: 99%;
}
a {
	text-decoration: none;
	color: #39430e;
	font-weight: bold;
}
a:hover {
	color: #111;
	text-decoration: none;
}
h1, h2, h3, h4, .h1_background {
	line-height: 1.4;
	color: #39430e;
}
h1 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0.55em;
	font-weight: bold;
}
.h1_background {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 0;
	margin: 12px 0 5px 0;
	font-weight: bold;
	color:#333;
}
h2 {
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.1em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
h4, h5 {
	font-size: 1.0em;
	margin-top: 0.45em;
	margin-bottom: 0.6em;
}
h5 {
	margin-bottom: 0.3em;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
/* ------------------ Patička --------------------*/
#footer {
	background: #93a31b url(../images/footer.png) repeat-x;
	text-align: left;
	display: block;
	width: 989px;
	margin-top: 10px;
	line-height: 30px;
	color: black;
	padding-top:8px;
}
.links {
	margin: 20px 0 0px 0;
	text-align: center;
	color: black;
	font-size: 10px;
}
.links a {
	color: black;
}
.f_box1 a, .f_box2 a, .f_box3 a, .f_box4 a {
	text-decoration: none;
}
.f_box1, .f_box2, .f_box3, .f_box4 {
	width: 20%;
	float: left;
	min-height: 1px;
	text-align: left;
	margin-left: 1%;
	line-height: 20px;
	margin-right: 1%;
	background: url(../images/footer_link.png) repeat-y right top;
}
.f_box4 {
	width: 32%;
}
#footer a {
	color: black;
}
/* ------------------ Výpis produktů - záhlaví a zápatí --------------------*/
.list_of_products {
	height: 30px;
	line-height: 30px;
	background: #efefef;
	border-top: 6px solid #fff;
	border-bottom: 2px solid #fff;
	width: 100%;
	font-weight: bold;
}
table.list_of_products_table tr td {
	padding: 2px 3px;
	background: #efefef;
	border-bottom: 2px solid #fff;
}
#paging_header {
	background: url(../images/paging3.png) no-repeat;
	height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#paging_header p.paging_header_left {
	line-height: 20px;
	float: left;
}
#paging_header p.paging_header_right {
	line-height: 20px;
	float: right;
}
#paging_header a, #paging_footer a {
	color: black
}
#paging_header select {
	padding: 2px 0 2px 4px
}
#paging_footer {
	display: block;
	background: url(../images/paging2.png) no-repeat;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 15px 0;
}
#paging_footer table tr td {
	padding: 0;
}
#paging_footer table tr td.leftpage {
	width: 16px;
	text-align: left;
}
#paging_footer table tr td.rightpage {
	width: 70px;
	text-align: right;
}
#paging_footer table tr td.centerpage {
	text-align: center;
}
/* ------------------ Ostatní vlastnosti --------------------*/
.red_info, .green_info {
	margin-bottom: 10px;
	width: 94%;
	padding: 3%;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	background: #600001;
	color: white;
}
.green_info {
	background: #333333;
	color: white;
}
.red_info:hover {
	color: white
}
.infomessage {
	vertical-align: middle;
	color: #333333;
}
.errormessage {
	vertical-align: middle;
	color: #cc0000;
}
.noborder {
	border: none;
	background: none;
}
.rychly_kontakt {
	line-height: 20px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.smaller_bold {
	font-weight: bold;
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.center_small {
	text-align: center;
	width: 100px;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.clear {
	clear: both;
}
.smaller {
	font-size: 10px;
}
.smaller_center {
	font-size: 10px;
	text-align: center;
}
.smaller_color {
	font-size: 10px;
	color: #cceb43;
}
.smaller_gray {
	font-size: 10px;
	color: gray;
}
.color {
	color: #39430e;
}
.color2 {
	color: #600001;
}
.color_bold {
	color: #39430e;
	font-weight: bold;
}
.h2_background, .h2_background2 {
	background: url(../images/title.png) no-repeat;
	margin: 6px 0 2px 0;
	line-height: 24px;
	padding: 2px 10px;
	height: 28px;
	color: black;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	text-shadow: 1px 1px 0px #dfec9a;
}
.h2_background2 {
	background: url(../images/title2.png) no-repeat;
}
.h2_background span.pointer {
	text-shadow: none;
}
.smaller_login {
	font-size: 75%;
	color: gray;
}
.red {
	color: red;
}
.green {
	color: #39430e;
}
.odsazeni_top {
	padding-top: 10px;
}
#dotaz, #diskuze {
	margin-top: 15px;
}
#kontaktform {
	margin-top: 20px;
}
.poll_title {
	padding-left: 5px;
	font-weight: bold;
}
.banners {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}
.go_to_order {
	text-align: right;
	padding-top: 10px;
}
p.highlight {
	font-size: 120%;
	padding: 10px 0 3px 0;
	color: #740000;
	font-weight: bold;
}
p.highlight2, p.highlight3 {
	font-size: 110%;
	padding: 10px 0 3px 0;
	font-weight: bold;
	cursor: pointer;
	color: #39430e;
}
.active {
	display: block;
}
.noactive {
	display: none;
}
p.highlight2 div.active {
	height: auto;
	display: block;
}
/* ------------------ Ajax validate form --------------------*/
#msg {
	display: none;
	position: absolute;
	z-index: 200;
	padding-left: 1px;
	background: #d9e962;
	padding: 6px;
	color: black;
	-moz-border-radius: 5px;
}
#msg2 {
	display: none;
	position: absolute;
	z-index: 200;
	padding-left: 1px;
	background: #d9e962;
	padding: 6px;
	color: black;
	-moz-border-radius: 5px;
}
/* ------------------ Box - detail produktu --------------------*/
#detailmenu, #slide_home {
	padding: 0;
}
#detailmenu li, #slide_home li {
	display: inline;
}
#slide_home li#rightarrow, #slide_home li#leftarrow {
	float:right;
}
.invisible {visibility:hidden}
#slide_home li#rightarrow a, #slide_home li#leftarrow a {
	background:#444 url(../images/slide_right.png) no-repeat center 3px;
	width:20px;
	height:20px;
	margin-left:5px;
}
#slide_home li#leftarrow a {
	background:#444 url(../images/slide_left.png) no-repeat center 3px;
}
#detailmenu li a, #slide_home li a {
	font-size: 12px;
	background: #ddd;
	padding: 6px 10px;
	float: left;
	margin-right: 3px;
	border-bottom: none;
	text-decoration: none;
	color: #222;
	font-weight: bold;
  -webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#detailmenu li.liactive, #detailmenu li.liactive a, #slide_home li.liactive, #slide_home li.liactive a {
	background: #fff;
}
#detailmenu li.lideactive, #detailmenu li.lideactive a, #slide_home li.lideactive, #slide_home li.lideactive a {
	background: #dedede;
}
#detailmenu li.liactive a, #detailmenu li a:hover, #slide_home li.liactive a, #slide_home li a:hover {
	color: #222;
	background: #fff;
}
.detailcontent, #slidecontent {
	float: left;
	clear: both;
	border: none;
	border-top: none;
	border-left: none;
	background: #fff;
	padding: 10px 2%;
	width: 96%;
  -webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
#slidecontent {
  width:100%;
  padding:10px 0 0 3px;
  margin-bottom:5px;
  background: #f0f1f1 url(../images/slidecontent.png) repeat-x top left;
  -webkit-border-radius: 0 3px 6px 6px;
	-moz-border-radius: 0 3px 6px 6px;
  border-radius: 0 3px 6px 6px;
}
.content ul#detailmenu, .content_expand ul#detailmenu, .content ul#slide_home, .content_expand ul#slide_home {
	margin-left: 0px;
}
.detailcontent input, .detailcontent textarea {
	border: 1px solid #dedede;
}
#currency_panel {
	line-height: 18px;
}
/* ------------------ Nákupní košík --------------------*/
.cart_box {
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	display: block;
}
.cart_box_item_selected {
	background: #8f0000;
	color: White;
	font-weight: bold;
	float: left;
	width: 24.9%;
}
.cart_box_item {
	background: #ddd;
	float: left;
	width: 25%
}
.table_border_bottom {
	background: url(../images/border.gif) repeat-x bottom left;
	height: 1px;
}
/* ------------------ Mapa stránek --------------------*/
li.cat {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 13px;
	padding: 4px 5px 4px 0px;
}
li.element {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 12px;
	padding: 3px 5px 3px 21px;
}
.pointer {
	cursor: pointer;
	font-weight: bold;
}
/* ------------------ Hodnocení produktu --------------------*/
#rating_of_products {
	width: 105px;
	float: right;
	height: 30px;
	display: block;
}
.ratingblock {
	width: 100%;
}
.unit-rating {
	list-style: none;
	height: 21px;
	position: relative;
	background: url('../images/staring2.png') top left repeat-x;
	float: right;
}
.ratingblock p {
	clear: both;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0;
	margin: 0;
	float: left;
}
.unit-rating li a {
	outline: none;
	display: block;
	width: 21px;
	height: 21px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 3;
	position: absolute;
	padding: 0px;
	margin: 0;
	cursor: pointer;
}
.unit-rating li a:hover {
	background: url('../images/staring2.png') 0 42px;
	width: 21px;
	height: 21px;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit {
	left: 0px;
}
.unit-rating a.r1-unit:hover {
	width: 21px;
}
.unit-rating a.r2-unit {
	left: 21px;
}
.unit-rating a.r2-unit:hover {
	width: 42px;
}
.unit-rating a.r3-unit {
	left: 42px;
}
.unit-rating a.r3-unit:hover {
	width: 63px;
}
.unit-rating a.r4-unit {
	left: 63px;
}
.unit-rating a.r4-unit:hover {
	width: 84px;
}
.unit-rating a.r5-unit {
	left: 84px;
}
.unit-rating a.r5-unit:hover {
	width: 105px;
}
.unit-rating li.current-rating {
	background: url('../images/staring2.png') 0 22px;
	position: absolute;
	height: 21px;
	display: block;
	z-index: 1;
}
.inline {
	display: inline;
}
.line {
	line-height: 18px;
}
.normal {
	font-weight: normal;
}
.puvodne {
	color: gray;
	font-size: 12px
}
.width_285 {
	width: 60%;
}
.table_smaller_name {
	font-size: 90%;
	width: 130px;
	text-align: left
}
.table_price {
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	padding-right: 5px;
	min-width:100px;
}
.list_of_products .th_name {
	float: left;
	width: 60%;
	padding-left: 5px
}
.list_of_products .th_store {
	float: left;
	width: 130px
}
.list_of_products .th_price {
	float: right;
	padding-right: 5px
}
.producers_form {
	height: 42px;
	display: block;
	width: 100%;
	float: left;
	padding: 0;
}
p.producers_p {
	margin: 0;
	padding: 0;
	display: inline;
}
.filtr_producer {
	width: 100%;
	border: none;
	margin: 8px auto 13px auto;
}
.poll {
	cursor: pointer;
	padding-left: 10px;
	height: 12px;
	margin-top: 4px;
}
.poll2 {
	padding-left: 10px;
	height: 12px;
	margin-top: 4px;
}
.news_bold {
	color: #cceb43;
	font-weight: bold;
	padding: 6px 10px 0 10px
}
.news_text {
	font-size: 85%;
	text-align: justify;
	padding: 0 10px
}
.list-none {
	list-style-type: none
}
.displaynone {
	display: none;
}
.width_230 {
	width: 230px
}
.map {
	display: block;
	width: 99%;
	height: 485px;
	margin: 30px auto 0 auto
}
.footer_cats {
	clear: both;
	padding: 10px;
	font-size: 90%;
}
.coin-slider {
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: left;
}
.cs-buttons a {
	margin-left: 3px;
	height: 14px;
	width: 14px;
	float: left;
	color: #B8C4CF;
	text-indent: -1000px;
}
.cs-active {
	color: #FFFFFF;
}
.cs-title {
	background-color: #000000;
	color: #FFFFFF;
}
.cs-prev, .cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
	display: none;
}
.cs-buttons a {
	background: url('../images/btn.png') 0px 0px no-repeat transparent;
}
.cs-buttons a.cs-active {
	background: url('../images/btn_over.png') 0px 0px no-repeat transparent;
}
.content .coin-slider, .content_expand .coin-slider {
	height: 170px;
	width: 763px;
	margin: 0 auto 5px auto;
}
#coin-slider {
	position: absolute;
}
.cs-buttons {
	position: absolute;
	z-index: 3;
	margin-left: 0px;
	bottom: 0px;
}
.discuss_box {
	float: left;
	border-top: 1px dashed #efefef;
	clear: both;
	padding: 8px 0;
	width: 100%
}
#naseptavacDiv {
	position: absolute;
	top: 272px;
	width: 190px;
	margin-left: 14px;
	border: 3px solid #efefef;
	padding: 0px;
	visibility: hidden;
	z-index: 1;
	background: white;
}
#naseptavacDiv p a {
	display: block;
	float: left;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	border: 1px solid white;
	font-weight: normal;
	font-size: 11px;
	width: 95%;
	clear: both;
	padding: 0 2%
}
#naseptavacDiv p a:hover, #naseptavacDiv p a:hover span, #naseptavacDiv p a.active, #naseptavacDiv p a.active span {
	background: #333;
	color: White
}
#naseptavacDiv p.color_bold {
	line-height: 24px;
	padding-left: 4px
}
#naseptavacDiv span.fl {
	float: right;
	font-size: 9px;
	color: gray
}
#naseptavacDiv span.fl2 a {
	font-size: 10px;
	font-weight: normal;
	float: right;
	border-right: 3px solid white;
	border-bottom: 2px solid white;
	font-size: 9px;
	color: #39430e;
}
.activetitem {color:white;font-weight:bold;text-shadow:none}
#flag1 a {
	position: absolute;
	top: 156px;
	margin-left: 10px;
	width: 28px;
	height: 21px;
	display: block;
}
#flag2 a {
	position: absolute;
	top: 184px;
	margin-left: 10px;
	width: 28px;
	height: 21px;
	display: block;
}
#flag3 a {
	position: absolute;
	top: 212px;
	margin-left: 10px;
	width: 28px;
	height: 21px;
	display: block;
}

