﻿/*
Copyright 2025, JT WebDesign Studio - www.jtwds.cz
*/


@media all { /* MEDIA-ALL START */


/* Elements */

body, table, th, td, ol {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5b5855;
}

body {
	background-color: #f4f4f4;
	margin: 10px;
}

h1, h2, h3, h4, h5, h6, table, tr, th, td, fieldset, legend, label, img, form {
	border: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: normal;
	text-align: left;
}

fieldset {
	border: 2px solid #cccccc;
	padding: 0; margin: 0;
	clear: both;
}

textarea {
	resize: none;
}

input[type=checkbox] {
	cursor: pointer;
}

h1 {
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #e4e4e4;
	text-align: center;
	padding: 4px 7px;
	margin: 0;
}

h6 {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 3px 0 17px 0;
}

label {
	cursor: pointer;
}

legend {
	color: #5b5855;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

small {
	color: #8e8e8e;
}

a {
	color: #006cb7;
	text-decoration: underline;
}

a:hover {
	color: #006cb7;
	text-decoration: none;
}

a.hrefnormal {
	color: #5b5855;
	text-decoration: none;
}

a:hover.hrefnormal {
	color: #5b5855;
	text-decoration: none;
}

p {
	margin: 12px 0;
}

dfn {
	color: #8e8e8e;
	font-style: italic;
}


/* Classes */

.bottom {
	vertical-align: bottom !important;
}

.categoryListHead {
	background-color: #8e8e8e;
	color: #f4f4f4;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
}

.categoryListBody {
	background-color: #eaeaea;
	border-bottom: 1px dotted #c0c0c0;
	padding: 6px;
	margin-top: 2px;
}

.center {
	text-align: center !important;
}

.formButton {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c93031;
	font-weight: bold;
	border: 1px solid #c0c0c0;
	background: #ffffcc url(../images/tlacitko_pozadi.gif) repeat-x;
	cursor: pointer;
	padding: 5px;
}

.formButtonSmall {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c93031;
	font-weight: bold;
	border: 1px solid #c0c0c0;
	background: #ffffcc url(../images/tlacitko_pozadi.gif) repeat-x;
	cursor: pointer;
}

.formSelect {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	width: 100%;
	padding: 5px;
}

.formText {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	width: 100%;
	padding: 5px;
}

.formInactive {
	background-color: #f2f2f2;
	color: #808080;
}

.formDisabled {
	border: 1px solid #c0c0c0;
	background-color: #f4f4f4;
	color: #808080;
}

.formDescription {
	font-weight: bold;
	padding-bottom: 1px;
}

input[type="button"]:disabled {
	color: #a0a0a0;
	cursor: not-allowed;
}

.hr {
	border-bottom: 1px dotted #dbdbdb;
	margin: 12px 0;
}

.hspace3 {
	margin: 0 3px;
}

.hspace10 {
	margin: 0 10px;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify !important;
}

.left {
	text-align: left !important;
}

.lC {
	text-transform: lowercase !important;
}

.middle {
	vertical-align: middle !important;
}

.normal {
	font-weight: normal !important;
}

.noPadding td {
	padding: 0 !important;
}

.orderTable {
	border: 2px solid #c0c0c0;
	border-collapse: collapse;
	width: 100%;
}

.orderTable td {
	border: 1px solid #e9e9e9;
	padding: 0; margin: 0;
}

.orderTableSub {
	width: 100%;
}

.orderTableSub th {
	background-color: #e4e4e4;
	border: none;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 3px;
}

.orderTableSub td {
	border: none;
	padding: 3px;
}

.orderProducts {
	margin-top: 15px;
}

.orderProducts th {
	background-color: #dbdbdb;
	font-weight: bold;
	text-align: right;
	padding: 3px 5px;
}

.orderProducts td {
	text-align: right;
	vertical-align: top;
	padding: 4px 5px;
}

.orderProductsDescription {
	font-size: 10px;
	color: #837e7a;
}

.pageListing ul {
	margin: 0; padding: 0;
	text-align: center;
}

.pageListing li {
	display: inline;
	margin: 0 1px;
}

.pageListing li a {
	background-color: #f8f8f8;
	border: 1px dotted #dedede;
	color: #5b5855;
	text-decoration: none;
	padding: 4px 10px;
}

.pageListing li a:hover {
	background-color: #dedede;
	color: #5b5855;
}

.pageListing li a.active {
	background-color: #dbdbdb;
	font-weight: bold;
}

.pageListing li a:hover.active {
	background-color: #dbdbdb;
}

.red {
	color: #ce0000;
}

.right {
	text-align: right !important;
}

.strong {
	font-weight: bold !important;
}

.shopLimitsTable {
	background-color: #ffffff;
	border: 3px double #c0c0c0;
}

.shopLimitsTable th, .shopLimitsTable td {
	border: 1px solid #d5d5d5;
	text-align: right;
	padding: 5px 5px 5px 20px;
}

.table1Border {
	width: 750px;
	border: 1px dotted #c0c0c0;
	background-color: #eaeaea;
	padding: 3px;
}

.table1Head {
	padding: 3px;
}

.table1Head div {
	color: #f4f4f4;
	background-color: #8e8e8e;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
}

.table1Table {
	border-collapse: collapse;
	width: 100%;
}

.table1Table td {
	padding: 5px 3px 3px 3px;
}

.table1Table td.wysiwyg td {
	padding: 0 !important;
}

.table2Border {
	background-color: #eaeaea;
	border: 1px dotted #c0c0c0;
	padding: 6px;
}

.table2Table {
	border-collapse: collapse;
	border: 1px solid #dcdcdc;
	width: 100%;
}

.table2Table th, .table2Table td {
	border: 1px solid #dcdcdc;
	padding: 6px;
}

.table2Table th {
	color: #f4f4f4;
	background-color: #8e8e8e;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.table3Border {
	background-color: #eaeaea;
	border: 1px dotted #c0c0c0;
	padding: 6px;
}

.table3Head {
	color: #f4f4f4;
	background-color: #8e8e8e;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
}

.table3Table {
	border-collapse: collapse;
	width: 100%;
}

.table3Table td {
	padding: 5px 3px 3px 3px;
}

.tableListHeader {
	width: 100%;
}

.tableListHeader th {
	vertical-align: bottom;
	padding: 10px 0;
	width: 40%;
}

.tableListHeader td {
	padding: 7px 0;
	width: 60%;
}

.tableListHeader td td {
	width: auto;
}

.tableListFooter {
	width: 100%;
}

.tableListFooter th {
	vertical-align: top;
	padding: 10px 0;
	width: 40%;
}

.tableListFooter td {
	padding: 7px 0;
	width: 60%;
}

.tableListFooter td td {
	width: auto;
}

.textError {
	color: #ff0000;
	font-weight: bold;
}

.textInactive {
	color: #c0c0c0;
}

.textInactive a {
	color: #c0c0c0;
}

.textInactive a:hover {
	color: #c0c0c0;
}

.textNotify {
	color: #2426ff;
}

.toolTipWindowHead {
	width: 400px;
	color: #444444;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 34px;
}

.toolTipWindowBody {
	width: 400px;
	text-align: justify;
	line-height: 150%;
}

.toolTipWindowBodyTitle {
	border-bottom: 1px dotted #dbdbdb;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.top {
	vertical-align: top !important;
}

.uC {
	text-transform: uppercase !important;
}

.webpageError {
	width: 100%;
	background-color: #c93031;
	float: left;
}

.webpageErrorBody {
	color: #ffffff;
	font-weight: bold;
	text-align: justify;
	padding: 10px;
	margin: 3px;
	background-color: #e17373;
}


/* IDs */

#calendar td {
	padding: 2px;
}

#categoryList {
	list-style-type: none;
	padding: 0; margin: 0;
}

#categoryList li {
	margin-top: 2px;
}

#categoryList li a {
	display: block;
	color: #5b5855;
	padding: 7px;
	text-decoration: none;
}

#categoryList li a span {
	color: #c93031;
	font-weight: normal;
}

#categoryList li.category1 a {
	background-color: #eaeaea;
}

#categoryList li.category1 a:hover {
	background: #dedede url(../images/ikona_sipka_2.png) right no-repeat;
}

#categoryList li.category1Hidden a {
	background-color: #eaeaea;
	color: #adaaa7;
}

#categoryList li.category1Hidden a:hover {
	background: #dedede url(../images/ikona_sipka_2.png) right no-repeat;
}

#categoryList li.category2 a {
	background-color: #dce9f6;
}

#categoryList li.category2 a:hover {
	background: #d1dde9 url(../images/ikona_sipka_2.png) right no-repeat;
}

#categoryList li.category2Hidden a {
	background-color: #dce9f6;
	color: #adaaa7;
}

#categoryList li.category2Hidden a:hover {
	background: #d1dde9 url(../images/ikona_sipka_2.png) right no-repeat;
}

#categoryList li.category3 a {
	background-color: #d7d7d7;
	font-weight: bold;
}

#categoryList li.category3 a:hover {
	background: #cccccc url(../images/ikona_sipka_2.png) right no-repeat;
}

#categoryList li.category3Hidden a {
	background-color: #d7d7d7;
	font-weight: bold;
	color: #adaaa7;
}

#categoryList li.category3Hidden a:hover {
	background: #cccccc url(../images/ikona_sipka_2.png) right no-repeat;
}

#categoryList li.category4 a {
	background: #d7d7d7 url(../images/ikona_sipka_1.png) right no-repeat;
	font-weight: bold;
}

#categoryList li.category4 a:hover {
	background-color: #cccccc;
}

#categoryList li.category4Hidden a {
	background: #d7d7d7 url(../images/ikona_sipka_1.png) right no-repeat;
	font-weight: bold;
	color: #adaaa7;
}

#categoryList li.category4Hidden a:hover {
	background-color: #cccccc;
}

#toolTipWindow {
	width: 150px;
	position: absolute;
	background: white url(../images/tooltip.jpg) no-repeat top;
	border: 3px double #999999;
	visibility: hidden;
	padding: 15px;
	z-index: 100;
}

#news {
	background-color: #ffffff;
	border: 3px double #c0c0c0;
	text-align: justify;
	line-height: 130%;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	width: 600px;
}

#news h3 {
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}

#news h3 span {
	font-weight: normal;
	font-style: italic;
}

#news p {
	margin: 5px 0 0 0;
}


} /* MEDIA-ALL END */


@media screen { /* MEDIA-SCREEN START */


/* Elements */

body.orderprint .toolTipLink {
	border-bottom: 1px dotted #b9b9b9;
}

a.hrefnormal {
	border-bottom: 1px dotted #808080;
}

a:hover.hrefnormal {
	border-bottom: none;
}

.textInactive a.hrefnormal {
	border-bottom: 1px dotted #c0c0c0;
}

.textInactive a:hover.hrefnormal {
	border-bottom: none;
}


/* Classes */

.noScreen {
	display: none;
}

.priceCatActual {
	font-weight: bold !important;
}

.toolTipLink {
	border-bottom: 1px dotted #808080;
	cursor: pointer;
}


} /* MEDIA-SCREEN END */


@media print { /* MEDIA-PRINT START */


/* Elements */

body {
	background-color: #ffffff;
	margin: 0;
}

body.orderprint {
}

h1 {
	background-color: #ededed;
}


/* Classes */

.noPrint {
	display: none;
}


} /* MEDIA-PRINT END */
