﻿/*
Revision: 2009/05/12 | 1.0
Author: Pavel Kout | www.webface.cz
*/

/* @screen */ @media screen {

/* @group Global */

/* Global > Reset */

body,
h1, h2, h3,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font: 75%/1.4 Verdana, sans-serif;
}

/* Global > Base */

body {
	text-align: center;
	color: white;
	background: #151515 url(../img/bg_body.gif) repeat left center; /* @skin-var */
	min-width: 970px;
	border-top: 5px solid #E50005; /* @skin-var */
	padding-bottom: 30px;
}

/* Global > Heading */

h1, h2.special {
	font: normal 1.6em/1.2 Verdana, sans-serif;
	color: #E50005; /* @skin-var */
	margin: .8em 0;
	text-transform: uppercase;
	padding-bottom: .9em;
	border-bottom: 1px solid #E50005; /* @skin-var */
}
h2.special a {
	text-decoration: none;
}
h2 {
	font: bold 1em/1.5 Verdana, sans-serif;
	margin: 1em 0 .4em;
	color: #E50005; /* @skin-var */
	text-transform: uppercase;
}
h3  {
	font: bold 1em/1.5 Verdana, sans-serif;
	margin: 1em 0 .4em 0;
	color: #E50005; /* @skin-var */
}

/* Global > Block */

address {
	margin: .8em 0;
}
blockquote {
	margin: .8em 20px;
}
hr {
	display: block;
	height: 1px;
	overflow: hidden;
	border: solid #DCDCDC;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}
p {
	margin: .8em 0;
}
h1 + p, h2 + p, h3 + p {
	margin-top: 0;
}

/* Global > List */

dl {
	margin: .8em 0;
}
dt {
	margin: .2em 0;
}
dd {
	margin: .2em 0 .2em 20px;
}
ul {
	display: block;
	list-style: none;
	margin: .8em 0;
}
ul li, ol ul li {
	display: block;
	list-style: none;
	margin: .2em 0;
	padding: 0 0 0 20px;
	background: url(../img/bullet.gif) no-repeat 0 .25em; /* @skin-var */
}
ol {
	display: block;
	list-style: decimal;
	margin: .8em 0 .8em 30px;
}
ol li, ul ol li {
	display: list-item;
	list-style: decimal;
	margin: .2em 0;
	padding: 0;
	background: none;
}

blockquote {
	border: 1px solid #E5B900; /* @skin-var */
	border-spacing: 2px;
	margin: 1em 0;
	padding:1em;
}

/* Global > Table */

table {
	border-collapse: separate;
	border-spacing: 2px;
	border: 1px solid #E5B900; /* @skin-var */
	background-color: transparent;
	margin: 1em 0;
}
caption {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	color: #E50005; /* @skin-var */
}
* html caption {
	padding-bottom: 10px;
}
*+html caption {
	padding-bottom: 10px;
}
th {
	border: none;
	padding: 10px;
	vertical-align: top;
	background-color: #E3E3E3; /* @skin-var */
	font-weight: normal;
	text-align: left;
}
td {
	border: none;
	padding: 10px;
	vertical-align: top;
	background-color: transparent;
}

/* Global > Form */

form {
	margin: 1em 0;
}
fieldset {
	border: 1px solid #E5B900; /* @skin-var */
	margin: 1em 0 .8em 0;
	padding: 9px;
}
legend {
	margin: .8em 0;
	padding: 0 .8em;
	color: #E50005; /* @skin-var */
}
input, textarea, select {
	font-size: 1em;
}

/* Global > Inline */

abbr, acronym {
	border-bottom: 1px dotted;
	font-variant: small-caps;
	cursor: help;
}
dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
cite, em, q, var {
	font-style: italic;
}
code, kbd, samp, pre, .monospace {
	font: 1em "Lucida Console", "Andale Mono", monospace;
	letter-spacing: -1px;
}
sub {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: super;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

/* Global > Link */

a:link {
	color: #0B4EB6;
}
a:visited {
	color: #575757; 
}
a:hover, a:active {
	color: #E50005; /* @skin-var */
}
a:focus {
	margin: -1px;
	border: none !important;
}
h2 a, h3 a {
	color: #E50005 !important; /* @skin-var */
}
h2 a:hover, h3 a:hover {
	text-decoration: none;
}

/* @end */

/* @group Universal */

/* Universal > Display */

.fix-after {
	height: 1%;
	overflow: visible;
}
.fix, .fix-after:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
	margin: .8em 10px .8em 0;
}
.float-right {
	float: right;
	margin: .8em 0 .8em 10px;
}
.nowrap {
	white-space: nowrap;
}
.invisible {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}
.noscreen, .noshow {
	display: none;
}

/* Universal > Table (T) */

/* -- table-form */

.t-form {
	border-spacing: 0;
	border: none;
	margin: 1em 0;
}
.t-form th {
	padding: 5px 10px 5px 0;
	background-color: transparent;
}
.t-form td {
	padding: 5px 10px 5px 0;
}

/* -- tablegroup/tablerow-odd/even */

.t-even {
	background-color: #F5F5F5;
}

/* Universal > Border (B) */

.b-none {
	border: none !important;
}

/* Universal > Margin (M) */

.m-none {
	margin: 0 !important;
}
.m-top-none {
	margin-top: 0 !important;
}
.m-top-1x {
	margin-top: .8em;
}
.m-top-2x {
	margin-top: 1.6em;
}
.m-bottom-1x {
	margin-bottom: .8em;
}
.m-bottom-2x {
	margin-bottom: 1.6em;
}

/* Universal > Background (BG) */

.bg-none {
	background: none !important;
}
ul.bg-none li {
	background: none;
	padding-left: 0;
}

/* Universal > Width (W) */

.w-auto {
	width: auto;
}
.w-100-pct {
	width: 100%;
}

/* Universal > Align (A) */

.a-left {
	text-align: left !important;
}
.a-center {
	text-align: center !important;
}
.a-right {
	text-align: right !important;
}
.a-middle,
.a-middle th, .a-middle td, th.a-middle, td.a-middle,
.a-middle label, .a-middle input, .a-middle select, .a-middle img {
	vertical-align: middle;
}

/* Universal > Font (F) */

.f-bold {
	font-weight: bold;
}
.f-italic {
	font-style: italic;
}
.f-normal {
	font-weight: normal !important;
	font-style: normal !important;
}
.f-larger {
	font-size: larger;
}
.f-smaller {
	font-size: smaller;
}
.f-extra {
	color: #E50005; /* @skin-var */
}
.f-note {
	color: #575757;
}

/* Universal > Gallery */

.gallery {
	margin: 1em -10px 1em 0;
	height: 1%;
	overflow: visible;
}
.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.gallery li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	background: transparent none;
	width: 180px;
}

/* @end */

/* @group Layout */

/* Layout > Base */

#case {
	width: 962px;
	margin: 0 auto;
	padding: 0 3px 3px 3px;
	text-align: left;
	background-color: #151515; /* @skin-var */
	color: white;
	border: 1px solid #242424; /* @skin-var */
	border-top: none;
}

#accesslink {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}

/* Layout > Brand */

#brand {
	width: 960px;
	height: 110px;
	margin: 0;
	border: 1px solid #242424; /* @skin-var */
	overflow: hidden;
	background: url(../img/bg_brand.gif) repeat-x 0 0; /* @skin-var */
}
#brand:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#brand li {
	float: left;
	width: 180px;
	height: 110px;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
}

#brand-meteorsport {
	display: block;
	position: relative;
	width: 180px;
	height: 110px;
	overflow: hidden;
}
#brand-meteorsport span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 110px;
	overflow: hidden;
	background: url(../img/logo_brand-meteorsport.gif) no-repeat left top; /* @skin-var */
	cursor: pointer;
}
a#brand-meteorsport:hover span {
	background-position: left bottom ;
}

#brand-sym {
	display: block;
	position: relative;
	width: 180px;
	height: 110px;
	overflow: hidden;
}
#brand-sym span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 110px;
	overflow: hidden;
	background: url(../img/logo_brand-sym.gif) no-repeat left top; /* @skin-var */
	cursor: pointer;
}
a#brand-sym:hover span {
	background-position: left bottom;
}

#brand-voxan {
	display: block;
	position: relative;
	width: 180px;
	height: 110px;
	overflow: hidden;
}
#brand-voxan span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 110px;
	overflow: hidden;
	background: url(../img/logo_brand-voxan.gif) no-repeat left top; /* @skin-var */
	cursor: pointer;
}
a#brand-voxan:hover span {
	background-position: left bottom;
}

#brand-revit {
	display: block;
	position: relative;
	width: 180px;
	height: 110px;
	overflow: hidden;
}
#brand-revit span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 110px;
	overflow: hidden;
	background: url(../img/logo_brand-revit.gif) no-repeat left top; /* @skin-var */
	cursor: pointer;
}
a#brand-revit:hover span {
	background-position: left bottom;
}

#brand-nzi {
	display: block;
	position: relative;
	width: 180px;
	height: 110px;
	overflow: hidden;
}
#brand-nzi span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 110px;
	overflow: hidden;
	background: url(../img/logo_brand-nzi.gif) no-repeat left top; /* @skin-var */
	cursor: pointer;
}
a#brand-nzi:hover span {
	background-position: left bottom;
}

.selected #brand-meteorsport span,
.selected #brand-sym span,
.selected #brand-voxan span,
.selected #brand-revit span,
.selected #brand-nzi span {
	background-position: left bottom;
}

/* Layout > Header */

#header {
	position: relative;
	width: 960px;
	height: 145px;
	margin: 3px 0;
	border: 1px solid #242424; /* @skin-var */
	overflow: hidden;
	background: url(../img/bg_header.jpg) no-repeat 190px 0; /* @skin-var */
}
#logo {
	width: 190px;
	height: 145px;
	overflow: hidden;
	margin: 0;
}
#cart {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 145px;
	background: url(../img/bg_cart.gif) no-repeat left top; /* @skin-var */
}
#cart a:link {
	color: #E5B900; /* @skin-var */
}
#cart a:visited {
	color: white; /* @skin-var */
}
#cart a:hover, #cart a:active {
	color: #E5B900; /* @skin-var */
	text-decoration: none;
}
#cart dl {
	margin: 0;
	padding: 50px 10px 0 10px;
}
#cart dt {
	margin: 0 0 5px 0;
}
#cart dt a {
	background: url(../img/ico_cart.gif) no-repeat left center; /* @skin-var */
	padding: 5px 0 5px 20px;
}
#cart dd {
	margin: 0;
}
#cart em {
	color: #E5B900; /* @skin-var */
	font-style: normal;
}

/* Layout > Global */

#global {
	width: 950px;
	height: 1%;
	overflow: visible;
	margin: 3px 0;
	padding: 0 10px 0 0;
	border: 1px solid #242424; /* @skin-var */
	background: #E50005 url(../img/bg_gradient-primary.gif) repeat-x left top; /* @skin-var */
}
#global:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu {
	float: left;
	width: 740px;
	margin: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent none;
}
#menu a {
	display: block;
	padding: 10px 20px;
	border: 1px solid #E50005; /* @skin-var */
	background: #E50005 url(../img/bg_gradient-primary.gif) repeat-x left top; /* @skin-var */
	color: white; /* @skin-var */
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #menu a.selected {
	border: 1px solid #E5B900; /* @skin-var */
	background: #E5B900 url(../img/bg_gradient-secondary.gif) repeat-x left top; /* @skin-var */
	color: black; /* @skin-var */
}

#search {
	float: right;
	width: 200px;
	margin: 0;
	text-align: right;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 36px;
}
* html #search fieldset {
	padding-top: 8px;
}
#search input {
	vertical-align: middle;
}
#searchinput {
	width: 160px;
}

/* Layout > Content */

#content {
	width: 960px;
	margin: 3px 0;
	border: 1px solid #242424; /* @skin-var */
	background: white url(../img/bg_content.gif) repeat-y center top; /* @skin-var */
	color: #151515;
}
#content-in {
	width: 940px;
	padding: 15px 10px 30px 10px;
	background: url(../img/bg_content-border.gif) no-repeat center top; /* @skin-var */
	border-bottom: 5px solid #E50005; /* @skin-var */
}

/* Layout > Inside */

#inside {
	float: right;
	width: 750px;
	overflow: hidden;
}

/* Layout > Items */

#items {
	float: left;
	width: 560px;
	overflow: hidden;
}

#breadcrumbs {
	color: #575757;
	margin: 0;
	padding: 12px 0;
	background: url(../img/bg_breadcrumbs.gif) no-repeat left bottom;
	line-height: 150%;
	font-size:x-small;
}

.itembody table {
	width: 100%;
}

#items .gallery {
	width: 570px;
}

.gallery li h3 {
	background: #E50005 url(../img/bg_gradient-primary.gif) repeat-x top left; /* @skin-var */
	border: 1px solid #E50005; /* @skin-var */
	margin: 0 0 1px 0;
	color: white; /* @skin-var */
	padding: 9px;
	min-height: 40px;
}
* html .gallery li h3 {
	height: 40px;
	overflow: visible;
}
*+html .gallery li h3 {
	height: auto;
	min-height: 40px;
}
.gallery li h3 a {
	color: white !important;
}
.gallery li h3 a:hover {
	text-decoration: none;
}
.gallery li .image {
	margin: 0;
}

.gallery.products li.new-row-item {
	clear: both;
}

.next {
	background: url(../img/bullet.gif) no-repeat right center; /* @skin-var */
	padding-right: 15px;
}

.product {
	margin: 0 0 10px 0; 
}
#items .product {
	float:left;
	margin:5px 3px 10px 3px;
}
.image {
	width: 160px;
	height: 120px;
	border: 9px solid #E3E3E3;
	background-color: white;
	padding: 1px;
	text-align: center;
	line-height: 120px;
	vertical-align: middle;
}
.image img {
	vertical-align: middle;
}
.cena {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #E3E3E3;
	text-align: right;
}
.cena strong {
	color: #E50005; /* @skin-var */
}
.cena .kosik {
	background:url(../button/produkt-buy.gif) top left no-repeat;
	display:block;
	height:40px;
	width:40px;
	float:left;
	margin-left:10px;
}
.cena .kosik img {
	vertical-align: middle;
}

.description {
	color: #575757;
	font-style: italic;
}
.info {
	font-size: .9em;
}
.products .info {
	min-height: 80px;
}
* html .products .info {
	height: 80px;
	overflow: visible;
}
*+html .products .info {
	height: auto;
	min-height: 80px;
}

#filtr {
	width: 540px;
	height: 25px;
	background: #E3E3E3 none;
	cursor: pointer;
	color: #575757;
	font-weight: bold;
	padding: 0 10px;
	line-height: 25px
}
#filtr.hidden {
	background: #E3E3E3 url(../img/ico_filter-on.gif) no-repeat 535px 50%; /* @skin-var */
}
#filtr.show {
	background: #E3E3E3 url(../img/ico_filter-off.gif) no-repeat 535px 50%; /* @skin-var */
}
#filtr span {display: block;}

#filtrcontent {
	padding: 5px 10px 5px 10px;
	border: 1px solid #E3E3E3;
	display:none;
}
#filtrcontent.show {
	display: block;
}
#filtrcontent.hidden {
	display:none;
}
#filtrcontent label {
	margin: 0 10px 10px 0;
	display: block;
	float:left
}
#filtrcontent label, #filtrcontent img {
	vertical-align: middle;
}
#filtrcontent form {
	margin: 0;
	padding: 10px 0;
}
#filtrcontent hr {
	clear: both;
}

#sortform {
	width: 540px;
	height: 25px;
	padding: 9px;
	margin: 20px 0;
	border: 1px solid #E5B900; /* @skin-var */
}
#sortform form {
	margin: 0;
}
#sortform .right {
	float: right;
	text-align: right;
	color: #575757;
	padding-top: .4em;
}
#sortform .right strong {
	font-weight: normal;
}
#sortform .right a {
	padding-left: 5px;
}
#sortform .right a.active {
	color: #E50005; /* @skin-var */
	text-decoration: none;
	font-weight: bold;
}

.pagelist {
	color: #575757;
	margin: 0.5em 0 0.5em 0;
}
.pagelist strong {
	padding-right: 10px;
}
.pagelist span {
	padding: 3px 6px;
	font-weight: bold;
	color: #E50005; /* @skin-var */
}
.pagelist a {
	padding: 3px 6px;
	text-decoration: none;
	border: 1px solid #E3E3E3;
}

#produkt-box-left {
	float: left;
	width: 370px;
	overflow: hidden;
}
#produkt-box-right {
	float: right;
	width: 180px;
	overflow: hidden;
}

#produkt-box-left strong {
	color: #E50005; /* @skin-var */
}
#produkt-box-left span {
	color: #575757;
	font-size: .9em;
	font-style: italic;
	padding-left: 10px;
}
#produkt-box-left .box {
	border: 1px solid #E5B900; /* @skin-var */
	padding: 9px;
	margin: 0 0 10px 0;
}
#produkt-box-left table {
	width: 100%;
}
#produkt-box-left th {
	width: 130px;
}
#produkt-box-left table th, #produkt-box-left table td, #produkt-box-left table td input, #produkt-box-left table td img {
	vertical-align: middle;
}
#produkt-box-left .description {
	font-size: .9em;
}

#objform fieldset legend {
	text-align: left;
}
#objform fieldset {
	margin: 20px 0;
	padding: 19px 9px;
	text-align: right;
	line-height: 2;
}
#objform fieldset p {
	line-height: 1.2;
}
#objform input {
	vertical-align: middle;
}

/* Layout > Box-right */

#box-right {
	float: right;
	width: 180px;
	overflow: hidden;
}

#box-right .box, #box-left .box {
	margin: 0 0 1em 0;
}
#box-right .box h2, #box-left .box h2 {
	background: #E50005 url(../img/bg_gradient-primary.gif) repeat-x top left; /* @skin-var */
	border: 1px solid #E50005; /* @skin-var */
	margin: 0 0 10px 0;
	color: white; /* @skin-var */
	padding: 9px;
	text-transform: none;
}
#box-right .box h2 a, #box-left .box h2 a {
	color: white !important; /* @skin-var */
}
#box-right .box h2 a:hover, #box-left .box h2 a:hover {
	text-decoration: none;
}

#login.box h2 {
	background: #E5B900 url(../img/bg_gradient-secondary.gif) repeat-x top left; /* @skin-var */
	border-color: #E5B900; /* @skin-var */
	color: black;
}

/* Layout > Box-left */

#box-left {
	float: left;
	width: 180px;
	overflow: hidden;
}

#box-left .box {
	background-color: #E3E3E3;
	padding: 5px 10px;
}
#box-left .box.categories {
	background-color: transparent;
	padding: 0;
}
#box-left .box h2 {
	margin: -5px -10px 10px -10px;
}

#box-left .box.categories h2 {
	margin: 0 0 1px 0;
}
.categories ul {
	margin: 0;
}
.categories ul li {
	margin: 0;
	border-bottom: 1px solid white;
	padding: 10px 10px 10px 20px;
	background-color: #E3E3E3;
	background-position: 0 1.15em;
}
.categories ul ul {
	margin: .8em 0 0 0;
}
.categories ul ul li {
	margin: .4em 0;
	border-bottom: none;
	padding: 0 0 0 20px;
	background-color: transparent;
	background-position: 0 .25em;
}
.categories .selected {
	font-weight: bold;
	color: #151515;
}

#box-left dd {
	margin-left: 0;
}

/* Layout > Footer */

#footer {
	width: 940px;
	margin: 3px 0 0 0;
	padding: 1px 10px 60px 10px;
	border: 1px solid #242424; /* @skin-var */
	text-align: center;
}

#footer a:link {
	color: #E5B900; /* @skin-var */
}
#footer a:visited {
	color: #E5B900; /* @skin-var */
}
#footer a:hover, #footer a:active {
	color: #E5B900; /* @skin-var */
	text-decoration: none;
}

#tools {
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid #242424; /* @skin-var */
}

#owner {
	margin: 0;
	padding: 30px 0;
}
#owner strong {
	color: #E5B900; /* @skin-var */
}

#disclaimer {
	margin: 0;
	font-style: normal;
	color: #575757; /* @skin-var */
}

/* ********** helpers ********** */
.splitter1  {	clear:both;	display:block; font-size:1px; line-height:1px; padding-top:1px}
.splitter5 {	clear:both;	display:block; font-size:1px; line-height:1px; padding-top:5px}
.splitter10 {	clear:both;	display:block; font-size:1px; line-height:1px; padding-top:10px}
.splitter15 {	clear:both;	display:block; font-size:1px; line-height:1px; padding-top:15px }
.splitter20 {	clear:both;	display:block; font-size:1px; line-height:1px; padding-top:20px }
.splitter30 {	clear:both;	display:block; font-size:1px; line-height:1px; padding-top:30px }

/* ********** images ********** */
#items .itembody .leftbox { float: left; margin: 5px 15px 5px 0px; padding: 4px; border: 1px solid #bfbfbf; line-height: 1px; }
#items .itembody .rightbox  { float: right; margin: 5px 0px 5px 15px; padding: 4px; border: 1px solid #bfbfbf; line-height: 1px; }
#items .itembody img.leftbox { float: left; margin: 5px 15px 5px 0px; padding: 4px; border: 1px solid #bfbfbf; line-height: 1px; }
#items .itembody img.rightbox { float: right; margin: 5px 0px 5px 15px; padding: 4px; border: 1px solid #bfbfbf; line-height: 1px; }

#items .itembody p, #items .itembody ul, #items .itembody ol, #items .itembody li{ text-align: justify; }

.iteminfo { font-size: 85%; border-top: 1px solid #eaecf2; clear: both; margin: 15px 0 20px 0; text-align: left;}

/* ********** mini-styles ********** */
.b{ font-weight: bolder; }
.i{ font-style: italic; }
.z{ font-style: normal; font-variant: small-caps; }
.u{ text-decoration: underline; }
.c,.r{ color: red; }
.m,.l{ color: blue; }
.skip{ display: none; }
.itembody p.center, .center { text-align: center; }
small { font-size: 11px; }
.highlight { background: #f0e68c; padding: 1px; color:black}
img {	border:0 none}
.right, #items .itembody p.right {text-align:right }
.left, #items .itembody p.left {text-align:left }


/* ********** comments ********** */
#divcomments ol{ margin: 0 0 0 0; padding: 0 0 0 0; }
#divcomments ol li{ list-style: none; margin: 0; padding: 1px; }
#divcomments ol address { font-size: 90%; line-height: 130%; font-style: normal; font-weight:bold; text-align: left; background-color: #d5d5d5; padding: 2px 10px 2px 5px; margin: 0 0 0 0; }
#divcomments ol address a:link, #divcomments ol address a:visited {color:black; text-decoration: none;}
#divcomments ol address a:hover {color:white}
#divcomments ol p { font-size: 90%; line-height: 130%; background-color: #e6e6e6; margin: 3px 0px 3px 0px; text-align: left; padding: 3px 3px 3px 3px; }
#divcomments ol ins { font-size: x-small; font-weight: bolder; text-align: right; text-decoration: none; color: #000000; background-color: transparent; padding: 2px 5px 2px 0px; display: block; border-bottom: 1px dotted #fbeac3; margin-bottom: 10px; }
#divcomments .notPart, #divcomments .notPart * { color: #40382B; background-color: transparent !important; border-color: #BFBFBF !important; }
#divcomments .current p, #divcomments .parent p, #divcomments .child p, #divcomments .indent p { background-color: transparent; }
#divcomments li .reset { display: none; }
#divcomments ol dfn { right: 0; color: #40382B; background-color: transparent; border: 0px solid; font-size: 11px; font-style: normal; padding-right: 7px; margin-top: 1px; line-height: 16px; float: right; }
#divcomments .current .reset, #divcomments .parent .reset, #divcomments .child .reset, #divcomments .notPart .reset { display: inline; }
#divcomments .current .show, #divcomments .parent .show, #divcomments .child .show, #divcomments .notPart .show { right: 50px; }
#divcomments .current { background-color: #F2E6B6; }
#divcomments .parent { background-color: #FFE862; }
#divcomments .child { background-color: #FFBBA2; }
#divcomments .indent .current { background-color: #F2E6B6; margin: 0px 30px 30px 30px; }
#divcomments .indent .parent { background-color: #FFE862; margin: 0px 60px 30px 0px; }
#divcomments .indent .child { background-color: #FFBBA2; margin: 0px 0px 30px 60px; }
#divcomments .indent .notPart { display: none; }

#items form#commentform {margin:5px 0 0 0; padding:0}
#items form#commentform table {border:1px solid #1b1b1b; width:560px;}
#items form#commentform table th {background:#e4e4e4; border:0 none; text-align: left; font-weight: normal; padding:5px; vertical-align: top; }
#items form#commentform table td {background:#e4e4e4; border:0 none; text-align: right; padding:10px}

/* SMOOTHBOX */
#TB_window { font-size: 90%; color: #333333; font-family: Arial, Helvetica, sans-serif; }
#TB_secondLine { font: x-small; color: #666666; }
#TB_window a:link {color: #3a3c3f; font-weight:bold}
#TB_window a:visited {color: #3a3c3f; font-weight:bold}
#TB_overlay { position: absolute; z-index: 100; top: 0px; left: 0px; background-color: #000; }
#TB_window { position: absolute; background: #ffffff; z-index: 102; color: #000000; border: 4px solid #3a3c3f; text-align: left; }
#TB_window img { display: block; margin: 15px 0 0 15px; }
#TB_caption{ height: 25px; padding: 7px 30px 10px 25px; float: left; font-weight:bold}
#TB_closeWindow{ height: 25px; padding: 11px 25px 10px 0; float: right; }
#TB_closeAjaxWindow{ padding: 5px 10px 7px 0; margin-bottom: 1px; text-align: right; float: right; }
#TB_ajaxWindowTitle{ float: left; padding: 7px 0 5px 10px; margin-bottom: 1px; }
#TB_title{ background-color: #e8e8e8; height: 27px; font-weight:bold}
#TB_ajaxContent{ clear: both; padding: 2px 15px 15px 15px; overflow: auto; text-align: left; line-height: 1.4em; }
#TB_ajaxContent p{ padding: 5px 0px 5px 0px; }
#TB_load{ position: absolute; display: none; height: 100px; width: 100px; z-index: 101; }
#TB_HideSelect{ z-index: 99; position: absolute; top: 0; left: 0; background-color: #fff; border: none; }
#TB_iframeContent{ clear: both; border: none; margin-bottom: -1px; margin-top: 1px; }
* html #TB_iframeContent{ margin-bottom: 1px; }

#box-right table.calendar { margin: 5px auto 0 auto; width: 180px; padding: 0; text-align: center; }
#box-right table.calendar th { font-size:x-small; padding:0}
#box-right table.calendar td { font-size:x-small; padding:0}

.postovne {color:red; font-size:11px;}

table.download {width: 550px;}
table.download th {width: 60%;}

table.downloadlist {width:550px}
table.downloadlist td{vertical-align: middle; }
table.downloadlist td.size{width:80px; font-size:10px;}
table.downloadlist td.image{width:50px; }
table.downloadlist td.empty{width:50px; border:0 none;}

/* ---------- mapa */
#mapa1, #mapa2, #mapa3 { width: 558px; height: 400px; border: 1px solid #AAAAAA; margin:10px auto 20px auto; font-size: 11px; line-height:16px;}
#mapa1 *, #mapa2 *, #mapa3 *{ color: #000000; font-size: 11px; line-height:16px; text-align: left;}

/*Sportovni rad*/

#sportovnirad .radek{width:auto; height:20px; border-bottom:1px #990000 dotted; margin: 5px 0 5px 30px}
#sportovnirad .cas{float:left; width:20%}
#sportovnirad .kategorie{float:left; width:25%}
#sportovnirad .poznamka{float:left;width:55%; text-align:left}

/* table sort */
.forward_sort { background  :#77bb77; }
.reverse_sort { background  :#bb7777; }
table.sort th {cursor: pointer;}


/* @end */

/* @group MyStyles */

/* -- user’s custom styles here */

/* @end */

}

/* @print */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 10pt;
}
th, td {
	border: 1px solid;
}
.noprint, .noshow, .fix, #accesslink, #brand, #cart, #global, #breadcrumbs, #box-right, #box-left, #tools {
	display: none;
}
.gallery li {
	display: inline-block;
	list-style: none;
	padding: 0 0 10pt 0;
	margin: 0;
	text-align: center;
}
.gallery li span {
	display: block;
}
* html .gallery {
	height: 1%;
	overflow: visible;
}
* html .gallery li {
	float: left;
}
*+html .gallery {
	height: 1%;
	overflow: visible;
}
*+html .gallery li {
	float: left;
}


}

/* ********** pagebreak ********** */
.pagebreak { clear: both; margin: 20px 0 7px 0; border-top: 4px solid gray; border-bottom: 4px solid gray; padding-bottom:10px}
.nextpage{ clear: both; margin-top: 10px; text-align: right; }
.prevpage{ clear: both; margin-top: 10px; text-align: left; }
.fullpage{text-align: right; font-size: x-small;}

