/* 	ABOUT:

	Author					Pavel Kout ~ webface.cz
	Date					2011/05/13
	Revision				1.0
___________________________________________________ */

/* 	COLOR SHEME:
	
	Page Background			#FFFFFF
	Text					#191919
	Note					#515151
	Heading					#DA6B00
	Caption					dtto
	Legend					dtto
	Highlight				dtto	
	Anchor
		- Link				#005C99
		- Visited			#5E4287
		- Active + Hover	#DA6B00
	Border					#96B6CC
	Background
		- Dark				#DBE8F1
		- Light				#EEF5F9
___________________________________________________ */

/* 	OUTLINE:
	
	@screen
		- Global (reset + generic elements)
		- Universal (wide use selectors)
		- Layout
		- MyStyles (client’s selectors)
	@print
___________________________________________________ */

/* @media: Screen
=================================================== */


@media screen {



/* Global
--------------------------------------------------- */

/* Global > Reset
................................................... */

body,
h1, h2, h3, h4, h5, h6,
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: 100%/1.4 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* Global > Base
................................................... */

body {
	text-align: center;
	color: #191919;
	background: #EFEFEF url(../img/bg_pattern-body.jpg) 0 0 repeat;
	min-width: 1000px;
}


/* Global > Heading
................................................... */

h1 {
	font: bold 1.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	word-spacing: -1px;
	letter-spacing: -2px;
	color: #DA6B00;
	margin: 10px 0 10px 0;
}
h2 {
	font: bold 1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #DA6B00;
	margin: 10px 0 10px 0;
}
h3  {
	font: bold 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #DA6B00;
	margin: 10px 0 10px 0;
}
h4  {
	font: bold 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #DA6B00;
	margin: 10px 0 10px 0;
}
h5, h6  {
	font: normal 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #DA6B00;
	margin: 10px 0 15px 0;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
	margin-top: 0;
}

/* Global > Block
................................................... */

p, address {
	margin: 0 0 15px 0;
}
blockquote {
	margin: 20px 0;
	padding: 0 0 0 20px;
}
blockquote p {
	margin-bottom: 5px;
}
hr {
	display: block;
	height: 0;
	overflow: hidden;
	border: solid #C8DDEC;
	border-width: 1px 0 0 0;
	margin: 25px 0;
}

/* Global > List
................................................... */

dl {
	margin: 0 0 20px 0;
}
dt {
	margin: 0 0 5px 0;
}
dd {
	margin: 0 0 0 15px;
}
dd + dt {
	margin: 15px 0 0 0;
}
ul {
	display: block;
	list-style: none;
	margin: 0 0 20px 0;
}
ul li,
ol ul li {
	display: block;
	padding: 0 0 0 20px;
	margin: 5px 0;
	background: url(../img/bullet.png) 0 .35em no-repeat;
}
ul.checkmark li {
	background: url(../img/checkmark.png) 0 .35em no-repeat;
}
ol {
	display: block;
	list-style: decimal;
	margin: 0 0 20px 2.5em;
}
ol li,
ul ol li {
	display: list-item;
	background: none;
}
ul ul, ul ol,
ol ol, ol ul {
	margin: 5px 0;
}

/* Global > Table
................................................... */

table {
	border-collapse: collapse;
	margin: 10px 0;
	line-height: 1.2;
}
caption {
	margin: 0 0 10px 0;
	text-align: left;
	color: #DA6B00;
}
th {
	border: 1px solid #C8DDEC;
	padding: 7px 7px;
	vertical-align: middle;
	background: #DBEBF1 none;
	font-weight: bold;
	text-align: left;
}
td {
	border: 1px solid #C8DDEC;
	padding: 7px 7px;
	vertical-align: middle;
	background: #EEF5F9 none;
}
table.small td,
table.small th {
	padding: 3px 3px;
}

/* Global > Form
................................................... */

form {
	margin: 10px 0;
}
fieldset {
	border: 1px solid #C8DDEC;
	margin: 20px 0;
	padding: 19px;
}
legend {
	padding: 0 15px;
	color: #DA6B00;
}
input, textarea, select {
	font-size: 1em;
}
input[type="text"], input[type="password"], input[type="file"],
textarea {
	color: #515151;
}
input:focus[type="text"], input:focus[type="password"], input:focus[type="file"],
textarea:focus {
	color: #191919;
}

/* 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-family: "Lucida Console", "Andale Mono", monospace;
	word-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: #005C99;
}
a:visited {
	color: #5E4287;
}
a:hover, a:active {
	color: #DA6B00;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #DA6B00;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: black;
}

/* Universal (prefix wf-)
--------------------------------------------------- */

/* Universal > Display
................................................... */

.wf-no-float,
.wf-no-float-after:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.wf-float-left {
	float: left;
	margin: 0 20px 15px 0;
}
.wf-float-right {
	float: right;
	margin: 0 0 5px 5px;
}
.wf-clear-both {
	clear: both;
}
.wf-invisible {
	position: absolute;
	z-index: -1;
	top: auto;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}
.wf-no-screen,
.wf-no-show {
	display: none;
}

/* Universal > Table
................................................... */

/* -- Table Row Strip */

.wf-table-row-strip tr:nth-of-type(even) th,
.wf-table-row-strip tr:nth-of-type(even) td {
	background-color: #FBF5F0;
}

/* -- Table alternative */

.wf-table-alt {
	border-collapse: separate;
	border-spacing: 2px;
	background-color: white;
	border: 1px solid #96B6CC;
}
.wf-table-alt th {
	background-color: #DA6B00;
	color: white;
	font-weight: normal;
	border: none;
}
.wf-table-alt td {
	background-color: #DBE8F1;
	border: none;
}

.wf-table-alt th a {
	color: white;
}
.wf-table-alt th a:hover {
	color: black;
}

/* -- Table Form */

.wf-table-form {
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.4;
	background: transparent none;
}
fieldset .wf-table-form {
	margin-top: 0;
}
.wf-table-form th {
	border: none;
	padding: 5px 10px 5px 0;
	font-weight: normal;
	background: transparent none;
	color: #191919;
}
.wf-table-form td {
	border: none;
	padding: 5px 10px 5px 0;
	background: transparent none;
	color: #191919;
}

/* Universal > List
................................................... */

.wf-no-list li {
	background: none;
	padding: 0;
}
.wf-no-list dd {
	margin: 0;
}

/* Universal > Border
................................................... */

.wf-no-border {
	border: none !important;
}

/* Universal > Background
................................................... */

.wf-no-background {
	background: none !important;
}

/* Universal > Margin
................................................... */

.wf-margin-0 {
	margin: 0 !important;
}
.wf-margin-top-0 {
	margin-top: 0 !important;
}
.wf-margin-top-1 {
	margin-top: 15px;
}
.wf-margin-top-2 {
	margin-top: 30px;
}
.wf-margin-bottom-0 {
	margin-bottom: 0 !important;
}
.wf-margin-bottom-1 {
	margin-bottom: 15px;
}
.wf-margin-bottom-2 {
	margin-bottom: 30px;
}
.wf-margin-2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Universal > Width
................................................... */

.wf-width-auto {
	width: auto;
}
.wf-width-25-pct {
	width: 25%;
}
.wf-width-33-pct {
	width: 33%;
}
.wf-width-50-pct {
	width: 50%;
}
.wf-width-66-pct {
	width: 66%;
}
.wf-width-75-pct {
	width: 75%;
}
.wf-width-100-pct {
	width: 100%;
}

/* Universal > Align
................................................... */

.wf-align-left {
	text-align: left !important;
}
.wf-align-center {
	text-align: center !important;
}
.wf-align-right {
	text-align: right !important;
}

/* Universal > Vertical align
................................................... */

.wf-valign-middle,
.wf-valign-middle th, .wf-valign-middle td, th.wf-valign-middle, td.wf-valign-middle,
.wf-valign-middle label, .wf-valign-middle input, .wf-valign-middle select, .wf-valign-middle img {
	vertical-align: middle;
}
.wf-valign-top,
.wf-valign-top th, .wf-valign-top td, th.wf-valign-top, td.wf-valign-top,
.wf-valign-top label, .wf-valign-top input, .wf-valign-top select, .wf-valign-top img {
	vertical-align: top;
}
.wf-valign-bottom,
.wf-valign-bottom th, .wf-valign-bottom td, th.wf-valign-bottom, td.wf-valign-bottom,
.wf-valign-bottom label, .wf-valign-bottom input, .wf-valign-bottom select, .wf-valign-bottom img {
	vertical-align: bottom;
}

/* Universal > Text
................................................... */

.wf-no-wrap {
	white-space: nowrap;
}
.wf-text-bold {
	font-weight: bold;
}
.wf-text-italic {
	font-style: italic;
}
.wf-text-normal {
	font-weight: normal !important;
	font-style: normal !important;
}
.wf-text-caps {
	font-variant: small-caps;
}
.wf-text-uppercase {
	text-transform: uppercase;
}
.wf-text-large {
	font-size: 1.4em;
}
.wf-text-small {
	font-size: .9em;
}
.wf-text-highlight {
	color: #DA6B00;
}
.wf-text-note {
	color: #515151;
	font-size: .9em;
	word-spacing: -1px;
}
p.wf-text-note {
	line-height: 1.2;
	font-size: .9em;
	word-spacing: -1px;
}

/* Universal > Gallery
................................................... */

.gallery {
	margin: 20px -20px 0 0;
	line-height: 1.2;
	font-size: .9em;
	word-spacing: -1px;
	text-align: center;
}
.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.gallery .item {
	float: left;
	width: 120px;
	margin: 0 20px 20px 0;
	padding: 19px;
	border: 1px solid #95B5CB;
	background: #C8DDEC url(../img/bg_pattern-gallery.jpg) 0 0 repeat;
	color: #515151;
	min-height: 180px;
}
.gallery img {
	margin: -2px -2px 0 -2px;
	border: 2px solid white;
	background-color: white;
}
.gallery a span, .gallery span span {
	display: block;
	padding: 10px 0 0 0;
}

.gallery {
	margin: 1em 0;
}

.gallery p {
	float: left;
	width: 220px;
	height: 180px;
	margin: 0 5px 5px 0;
	text-align: left;
}

html>body .gallery p {
	height: auto;
	min-height: 180px;
}

.gallery img {
	display: block;
	margin: 5px 0 10px 0;
	background-color: #DADADA;
}

/* Layout
--------------------------------------------------- */

/* Layout > Header
................................................... */

#header {
	background: #005C99 url(../img/bg_pattern-blue.jpg) 0 0 repeat;
	color: white;
	padding: 20px 0 ;
	border-bottom: 1px solid white;
}
#header-2 {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

/* -- logo */

#logo {
	float: left;
	position: relative;
	width: 580px;
	height: 40px;
	margin: 0;
}
#logo a {
	color: white;
}
#logo .fir {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 580px;
	height: 40px;
	background: url(../img/blahasoft.jpg) 0 0 no-repeat;
}
#logo a .fir {
	cursor: pointer;
}

/* -- accesslink */

#accesslink {
	position: absolute;
	z-index: -1;
	top: auto;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}

/* -- search */

#cse-search-box {
	float: right;
	width: 220px;
	margin: 0;
	position: relative;
}
#cse-search-box fieldset {
	border: 1px solid #C8DDEC;
	padding: 0 10px;
	margin: 0;
	background: white;
	height: 38px;
}
#searchtype, #q {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 160px;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent none;
	color: #426B87;
}
#searchtype:focus {
	color: #DA6B00;
}
#searchsubmit {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 30px;
}

/* Layout > Composition
................................................... */

#composition {
	background: white url(../img/bg_header.jpg) 50% 0 no-repeat;
	border-top: 1px solid #96B6CC;
	border-bottom: 1px solid #96B6CC;
	padding: 10px 0;
}
#composition-2 {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#recommendation {
	margin: 0 0 0 540px;
	width: 340px;
	padding: 20px 20px 20px 100px;
	background: #DA6B00 url(../img/bg_recommendation.png) 0 0 no-repeat;
	color: white;
	min-height: 40px;
}

/* Layout > Main
................................................... */

#main {
	background: #E7F1F7 url(../img/bg_pattern-main.jpg) 0 0 repeat;
	border-top: 1px solid white;
	border-bottom: 1px solid #96B6CC;
	padding: 0px 0 20px 0;
}
#main-2 {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
  padding-top: 5px;
}

/* Layout > Data
................................................... */

#data {
	float: right;
	width: 760px;
	overflow: hidden;
}

/* Layout > Content
................................................... */

#content {
	float: left;
	/*width: 520px;*/
  width: 755px;
	overflow: hidden;
}
.layout-widescreen #content {
	float: none;
	width: 755px;
}

/* -- common */

.imagebox {
	border: 1px solid #C8DDEC;
	padding: 2px;
	background: white;
}
.separator {
	color: #DA6B00;
	font-weight: bold;
	margin: 0 2px;
}
.keyword {
	background-color: #FEF49C;
	padding: 0 2.5px;
	font-weight: normal;
	letter-spacing: 1px;
}
.status {
	vertical-align: middle;
	margin: 0 5px;
}
.extlink {
	background: url(../img/ico_external.png) 100% 50% no-repeat;
	padding: 0 27px 0 0;
}
.nextlink {
	background: url(../img/bullet.png) 100% 50% no-repeat;
	padding: 0 20px 0 0;
}
.info {
	font-size: .9em;
	color: #515151;
}

.button {
	background: #8D8923 url(../img/bg_pattern-green.jpg) 0 0 repeat;
	color: white !important;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 10px;
	border: 1px solid #78751E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button + .button {
	margin: 0 0 0 10px;
}

.toplink {
	background: url(../img/bg_dot.png) 0 50% repeat-x;
	margin: 5px 5px 15px 5px;
	text-align: center;
	font-size: .8em;
}
.toplink span {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #95B5CB;
	background: #C8DDEC url(../img/bg_pattern-gallery.jpg) 0 0 repeat;
	color: white;
}
.toplink a {
	padding: 0 0 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* -- cols */

.cols {
	clear: both;
	width: 100%;
	margin: 30px 0;
}
.cols .col-left {
	float: left;
	width: 49%;
	overflow: hidden;
}
.cols .col-right {
	float: right;
	width: 49%;
	overflow: hidden;
}

div.col-left h1:first-child, div.col-right h1:first-child,
div.col-left h2:first-child, div.col-right h2:first-child,
div.col-left h3:first-child, div.col-right h3:first-child,
div.col-left h4:first-child, div.col-right h4:first-child,
div.col-left h5:first-child, div.col-right h5:first-child,
div.col-left h6:first-child, div.col-right h6:first-child {
	margin-top: 0;
}

/* -- box */

.box {
	margin: 0 0 20px 0;
	background-color: white;
	border: 1px solid #96B6CC;
	padding: 1px;
}
.box-h, .box-h a {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 0;
	letter-spacing: 0;
	color: white;
	background: #DA6B00 url(../img/bg_pattern-orange.jpg) 0 0 repeat;
	padding: 10px;
	border-bottom: 1px solid #EBA500;
	margin: 0;
}
.box-in {
	background: url(../img/bg_box-gradient.png) 0 0 repeat-x;
	padding: 10px 10px 8px 10px;
}

li.box-in {

	padding: 5px;
}

.box-in + .box-in {
	border-top: 1px solid #C8DDEC;
}

.box.auxbox {
	background-color: #EEF5F9;
}
.box.auxbox .box-h {
	background: #426B87 url(../img/bg_pattern-grey.jpg) 0 0 repeat;
	border-bottom-color: #81A5B9;
}
.box.auxbox .box-in {
	background-image: none;
}

.box-in > h2,
.box-in > h3 {
	margin-top: 0;
}
.box-in form {
	margin: 0 0 20px 0;
}

.cleanbox {
	margin: 20px 0;
}

/* -- crumbs */

#crumbs {
	color: #426B87;
	font-size: .9em;
	display: block;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
#crumbs li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}
#crumbs li + li {
	background: url(../img/bullet.png) 0 50% no-repeat;
	padding: 0 0 0 20px;
}

#crumbs + h1 {
	margin-top: 25px;
}

/* -- productlist */

.productlist {
	border-collapse: separate;
	border-spacing: 2px;
	background-color: white;
	border: 1px solid #96B6CC;
	width: 100%;
}

.productlist caption {
	font-weight: bold;
	text-transform: uppercase;
}

.productlist col.item-name {
	width: 160px;
}
.productlist col.item-img {
	width: 80px;
}

.productlist th {
	background-color: #DA6B00;
	color: white;
	border: none;
	padding: 10px;
	text-transform: uppercase;
	font-size: .9em;
}
.productlist th a {
	color: white;
}
.productlist th a:hover {
	color: black;
}
.productlist th.item-name {
	/*text-align: right;*/
}
.productlist th.item-img {
	text-align: center;
}

.productlist td {
	background-color: #DBE8F1;
	border: none;
	padding: 10px;
	font-size: .9em;
}
.productlist td.item-name {
	/*text-align: right;*/
	font-weight: bold;
}
.productlist td.item-img {
	text-align: center;
	padding: 0;
	background-color: white;
}

/* -- menu */

.menu {
	margin: 0 0 20px 0;
	border: 1px solid #96B6CC;
	padding: 19px;
	text-align: center;
	background: #DBE8F1 url(../img/bg_pattern-tools.jpg) 0 0 repeat;
}
.menu dt {
	color: #DA6B00;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
.menu dd {
	margin: 0;
	font-size: .9em;
	font-weight: bold;
}
.menu ul {
	margin: 0;
}
.menu li {
	display: inline-block;
	background: none;
	white-space: nowrap;
	padding: 0;
	margin: 5px;
}

/* -- pager */

.pager {
	margin: 40px 0;
	font-size: .9em;
	color: #426B87;
}
.pager dt {
	display: inline;
	margin: 0;
	padding-right: 20px;
}
.pager dd, .pager ul {
	display: inline;
	margin: 0;
}
.pager ul li {
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent none !important;
	vertical-align: middle;
}
.pager dd a {
	display: inline-block;
	padding: 7px 0;
	text-align: center;
	color: #5B7F8C;
	width: 30px;
	text-decoration: none;
	border: 1px solid #96B6CC;
}
.pager dd .skip a {
	width: auto;
	padding: 7px 10px;
}
.pager dd a:hover {
	color: #DA6B00;
	background-color: white;
}
.pager dd strong {
	display: inline-block;
	padding: 7px 0;
	text-align: center;
	background-color: #DA6B00;
	color: white;
	width: 30px;
	font-weight: normal;
	border: 1px solid #DA6B00;
}

/* -- sitemap */

#sitemap {
	margin: 0;
	color: #96B6CC;
}
#sitemap li {
	margin: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	background: url(../img/bullet_menu.png) 0 .6em no-repeat;
}
#sitemap ul {
	margin: 20px 0 20px 40px;
}
#sitemap ul li {
	margin: 5px 0;
	font-size: .9em;
	font-weight: normal;
	padding: 0 0 0 20px;
	background: url(../img/bullet.png) 0 .35em no-repeat;
}
#sitemap ul ul li {
	font-size: .85em;
	background: url(../img/bullet_crumbs.png) 0 .35em no-repeat;
}
#sitemap ul ul ul li {
	font-size: 1em;
}

/* -- orderbox */

.orderbox, .orderbox_front {
	margin: 5px 10px;
	text-align: center;
}
form[name="payform"] input[type="submit"],
.orderbox .button,
.orderbox_front .button {
	display: inline-block;
	font-size: 1.2em;
	padding: 15px 15px;
	letter-spacing: -1px;
}
.orderbox .button {
  margin: 10px 0 20px 0;
  white-space: normal;
  width:15em;
}
.orderbox_front .button {
  margin: 0;
}
p.ImportantBlock input[type="submit"],
form[name="payform"] input[type="submit"],
.orderbox .button,
.orderbox_front .button {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: white;
  background:rgb(48, 138, 26);
  
  /*background: -moz-linear-gradient(center top , rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%) repeat scroll 0% 0% transparent;
  background: -webkit-linear-gradient(center top , rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%) repeat scroll 0% 0% transparent;
  background: -o-linear-gradient(center top , rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%) repeat scroll 0% 0% transparent;
  background: -ms-linear-gradient(center top , rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%) repeat scroll 0% 0% transparent;
  background: linear-gradient(center top , rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%) repeat scroll 0% 0% transparent;*/

  background-image: -moz-linear-gradient(top, rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(73, 184, 46)), color-stop(1, rgb(48, 138, 26)));
  background-image: -webkit-linear-gradient(top, rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%);
  background-image: -o-linear-gradient(top, rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%);
  background-image: -ms-linear-gradient(top, rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgb(73, 184, 46)', endColorstr='rgb(48, 138, 26)');*/ /*For IE7-8-9*/ 
  /*height: 1%;For IE7*/ 
  
  
  border: 1px solid rgb(32, 131, 9);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset;
  -o-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset;
  -ms-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset;
    
  cursor: pointer;
}
.orderbox .button:hover,
.orderbox_front .button:hover,
p.ImportantBlock input[type="submit"]:hover {
  background:rgb(73, 184, 46);
  color: white;
  
  /*background:-moz-linear-gradient(top, #44ab2b 0%, #2c7d18 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #44ab2b), color-stop(100%, #2c7d18));
  background:-webkit-linear-gradient(top, #44ab2b 0%, #2c7d18 100%);
  background:-o-linear-gradient(top, #44ab2b 0%, #2c7d18 100%);
  background:-ms-linear-gradient(top, #44ab2b 0%, #2c7d18 100%);
  background:linear-gradient(top, #44ab2b 0%, #2c7d18 100%);*/
  
  background-image: -moz-linear-gradient(bottom, rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(73, 184, 46)), color-stop(1, rgb(48, 138, 26)));
  background-image: -webkit-linear-gradient(bottom, rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%);
  background-image: -o-linear-gradient(bottom, rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(73, 184, 46) 0%, rgb(48, 138, 26) 100%);
  
  box-shadow:inset 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:inset 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:inset 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow:inset 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}

p.ImportantBlock input[type="submit"] {
  margin-top: 10px;
}

/* -- progressbar */

#progressbar {
	text-align: left;
  margin-left: 5px;
}
#progressbar dt {
	color: #DA6B00;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	display:none;
}
#progressbar dd {
	margin: 0;
	font-size: 1em;
	color: #96B6CC;
}
#prograssbar ul {
	margin: 0;
}
#progressbar ul li {
	display: inline-block;
	width: 90px;
	padding: 0;
	margin: 0;
	background: none;
	vertical-align: middle;
  text-align: center;
}
#progressbar ul li + li {
	background: url(../img/bullet.png) 0 50% no-repeat;
	padding: 0 0 0 16px;
}
#progressbar li span {
	display: inline-block;
  height: 3em;
  width: 5em;
	border: 1px solid #C8DDEC;
	background: white url(../img/bg_box-gradient.png) 0 0 repeat-x;
	padding: 3px;
	/*cursor: Pointer;*/
}
#progressbar li span.visited {
  border: 1px solid green;
  color: green;
  background: green url(../img/bg_box-gradient.png) 0 0 repeat-x;
}
#progressbar li.current strong {
	display: inline-block;
  height: 3em;
  width: 5em;
	border: 2px solid #DA6B00;
	color: #DA6B00;
	background: white;
	padding: 5px;
	font-weight: bold;
  
}
/*#progressbar li.current + * {
cursor: Pointer;
}*/

/* Layout > Column
................................................... */

#column {
	float: right;
	width: 220px;
	overflow: hidden;
}
.layout-widescreen #column {
	display: none;
}

#column h2 {
	font-size: 1em;
	text-transform: uppercase;
}
#column h3 {
	text-transform: none;
}

/* -- contactbox */

#contactbox .box-h {
	/*background: #8D8923 url(../img/bg_pattern-green.jpg) 0 0 repeat;
	border-bottom-color: #BDBA5E;*/
}
.querylink {
	background: url(../img/ico_query.png) 100% 50% no-repeat;
	padding: 5px 22px 5px 0;
}

.contactlist dt {
	font-size: 1.4em;
}
.contactlist dd {
	margin: 0;
}

/* Layout > Sidebar
................................................... */

#sidebar {
	float: left;
	width: 220px;
	overflow: hidden;
  font-size: 95%;
}

#sidebar h2 {
	font-size: 1em;
	text-transform: uppercase;
}
#sidebar h3 {
	text-transform: none;
}

/* -- nav */

#nav .box-h {
	background: #005C99 url(../img/bg_pattern-blue.jpg) 0 0 repeat;
	border-bottom-color: #0099C5;
}
#nav ul {
	margin: 0 0 5px 0;
}
#nav li {
	background: url(../img/bullet_menu.png) 0 .25em no-repeat;
	padding: 0 0 0 22px;
}
#nav ul ul {
	margin: 10px 0;
}
#nav li li {
	background: url(../img/bullet.png) 0 .35em no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}

#nav .selected {
	color: #DA6B00;
	font-weight: normal;
}


#referencebox .box-in {
  font-size: .9em;
}

/* Global > Sitelinks
................................................... */

/* REV-1.2: NEW */ #sitelinks {
	background: white;
	border-bottom: 1px solid #96B6CC;
	padding: 10px 0;
}
/* REV-1.2: NEW */ #sitelinks-2 {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	font-size: .9em;
}

/* REV-1.2: NEW */ #sitelinks .itemlist {
	width: 1020px;
	margin: 0 -20px 0 0;
}
/* REV-1.2: NEW */ #sitelinks .item {
	float: left;
	width: 184px;
	margin: 0 10px 10px 0;
}

/* REV-1.2: NEW */ #sitelinks dt {
	color: #426B87;
	font-weight: bold;
}
/* REV-1.2: NEW */ #sitelinks dd {
	margin: 0;
}
/* REV-1.2: NEW */ #sitelinks ul {
	margin: 0;
	padding: 0 0 0 5px;
}
/* REV-1.2: NEW */ #sitelinks li {
	margin: 5px 0;
	padding: 0 0 0 9px;
	background: none;
	border-left: 1px solid #DA6B00;
}


/* Global > Tools
................................................... */

#tools {
	background: #DBE8F1 url(../img/bg_pattern-tools.jpg) 0 0 repeat;
	border-top: 1px solid white;
	border-bottom: 1px solid #96B6CC;
	padding: 20px 0;
}
#tools-2 {
	width: 1000px;
	margin: 0 auto;

}

/* Global > Footer
................................................... */

#footer {
	background: #EEF5F9 url(../img/bg_pattern-footer.jpg) 0 0 repeat;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 10px 0;
}
#footer-2 {
	width: 1000px;
	margin: 0 auto;
}

#contact {
	margin: 0;
}
#owner {
	margin: 20px 0 0 0;
	font-style: normal;
}
#office {
	margin: 20px 0 0 0;
}

/* Global > Footlinks
................................................... */

#footlinks {
	background: white;
	border-top: 1px solid #96B6CC;
	border-bottom: 1px solid #C7C7C7;
	padding: 20px 0;
}
#footlinks-2 {
	width: 1000px;
	margin: 0 auto;
}
#footlinks li {
	display: inline;
	padding: 0;
	margin: 0 15px;
	background: none;
}

#toplist {
	background: url(../img/ico_toplist.png) 0 50% no-repeat;
	padding: 0 0 0 22px;
}

/* Global > Disclaimer
................................................... */

#disclaimer {
	/* REV-1.2: DEL */ /* border-top: 1px solid #96B6CC; */
	padding: 20px 0 40px 0;
}
#disclaimer-2 {
	width: 1000px;
	margin: 0 auto;
	color: #515151;
	font-size: .9em;
	letter-spacing: 2px;
}


/* MyStyles
--------------------------------------------------- */


/* moje doplnene styly */

.carticon { 
    background: url(../img/ico_cart.png) no-repeat 0 50%; 
    padding: 5px 0 5px 40px; 
} 


a.menuselected, .box span.menuselected, li span.menuselected, a.menuselected, .box h2 a.menuselected,
.box h2 a.menuselected:visited {
	color: #e5b917;
	padding: 3px 6px;
	background-color: #b24e12;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box a.active, .box span.active, a.active, .box h2 a.active {
	text-decoration: none;
}

.float-left {
	float: left;
	margin: 0 10px 1em 0;
}

.float-right {
	float: right;
	margin: 10px;
}

p.ImportantBlock,
div.ImportantBlock {
	/*background-color: #FFFEF4;*/
  background-color: LightYellow;
	padding: 1em;
	/*border: 5px solid #ddd;*/
  /*border: 5px solid #da6b00;*/
  border:3px ridge green;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
clear:left;
}

td.ImportantCell {
	color: #D93300;
	font-weight: bold;
}

table.construct {
	border-collapse: collapse;
	border: none;
	margin: 1em 0;
	line-height: 1.2;
	background: transparent none;
	width: 100%;
	font-size: 100%;
}

table.construct caption {
	text-align: left;
}

table.construct th, table.construct td {
	border: 0;
	padding: 0 10px 1em 0;
	font-weight: normal;
	background: transparent none;
	color: #212121;
}

table.construct col.ColLevy {
	width: 17ex;
}

input.FormInput, textarea.FormTextarea {
	width: 98%;
}

p.ImportantBlock input {
/* for IE 6 only */
   padding: 1ex 2ex 1ex 2ex;
	font-weight: bold;
	width: auto;
	overflow: visible;
}

input[type="submit"], input[type="reset"] {
	padding: 1ex 2ex 1ex 2ex;
	font-weight: bold;
	width: auto;
	overflow: visible;
}


div#craftysyntax {
	margin: 0;
  padding: 0;
	width: 170px;
	height: 60px;
  overflow: hidden; 
}
div#craftysyntaxobj {
  float:right;
	margin: 5px 10px 5px 0;
	width: 180px;
	height: 51px;
  
}

.objbutton {
color: white;
font-weight: bold;
font-size:2.4ex; 
background-color: tomato;
}

.objbutton:hover {
	background-color: #f1a172;
	color: #fff;
}

div.ErrorBlock {
	background-color: #FFECEC;
	font-weight: bold;
	border: 5px solid red;
	padding: 0 1ex 0 1ex;
	margin: 2ex;
}

div.InfoBlock {
	background-color: #E8FFE8;
	border: 2px solid Green;
	padding: 0 1ex 0 1ex;
	margin: 2ex;
}

.AmountError {
	color: Red;
	font-weight: bold;
	text-align: left;
}

.helpText, .helpTextTH {
	border-bottom: 1px dashed black;
	cursor: help;
	margin: 0 1px 0 2px;
}

.helpTextTH {
	border-bottom: 1px dotted #FFF;
}

tr.TblRowOdd td {
	background-color: #E4E7ED;
}

div.ColumnMain {
	padding-top: 0.5ex;
	width: 100%;
	float: none;
}

div.ColumnLeft {
	float: left;
	width: 48%;
	height: 100%;
	margin: 0 2ex 0 0;
}

div.ColumnRight {
	margin-top: 0;
	margin-left: 50%;
}



.help-left {
	margin-left: 2px;
	padding-left: 17px;
	background: url("//obchod.blahasoft.cz/img/help.gif") no-repeat 0 50%;
	cursor: help;
}

.help-right {
	margin-right: 2px;
	padding-right: 17px;
	background: url("//obchod.blahasoft.cz/img/help.gif") no-repeat 100% 50%;
	cursor: help;
}

span.ImportantText {
	padding: .1em .2em;
	background-color: #FFE580;
	font-weight: bold;
}
/*
p.similar {
	background-color: #FFFEF4;
	padding: 0.5em;
	margin: 0.5em 0 0.5em 0;
	border: 5px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}*/

td.ImportantCell {
	color: #D93300;
	font-weight: bold;
}

.OrderLink {
	

}

.red {
	color: red;
	font-weight: bold;
}



#fixedtipdiv {
	position: absolute;
	padding: 5px;
	border: 1px solid black;
	text-align: left;
	/*font:normal 12px Verdana;
  line-height:18px;*/
  z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*

/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


.fix {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	font: 1px/1px sans-serif;
	background-color: transparent;
}

.OneTopicDetailBlock {
	border-bottom: 1px solid black;
	padding: 0.5ex;
}

.OneTopicDetailHeader {
	padding: 0.2ex;
	margin: 0;
}

.OneTopicDetailBlock p {
	margin: 1ex 0 0.5ex 0;
}

.strong {
	font-weight: bold;
}

span.InlineTitle {
	color: Navy;
	font-weight: bold;
}


img.OutLinkImg {
	margin-bottom: 0.5ex;
	margin-left: 2px;
}

.addresstable {
  width: 30%;
}




.post-it {
  background:yellow; 
  padding:10px; 
  font-style: italic;
  /*font-size:15px;*/ 
  font-family: Comic Sans, Comic Sans MS, cursive; 
  width:200px; 
  float:right; 
  margin: 10px;    
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  box-shadow: 0px 4px 6px #333;
  -moz-box-shadow: 0px 4px 6px #333;
  -webkit-box-shadow: 0px 4px 6px #333;
}


/* horizontalni navigace u objednavkoveho tlacitka
umi se smrstovat podle sirky obrazovky 
*/
nav#navsmall-nav {
	overflow: hidden; /* Don't show anything outside the nav */
  /*background-color: #f2f2f2; */
  background-color: rgb(242, 242, 242);
  margin: 20px 0 25px 0;
  padding: 0 1em;
  height: 3em; /* Menu height */
  border: 1px solid #ccc;
  
}

ul#navsmall {
  margin: 0;
	padding: 0;
  list-style: none;  
  list-style-type: none;
  /*display: table;*/   /*aby se polozky vycentrovaly samya nemusela se pociat sirka jednotlivych LI */
  position: relative; /* Position the menu button relative to this item */
  max-height: 6em; /* Menu height x 2 */
  text-align: center;
}

ul#navsmall li {
  /*background: none;
  padding: 0;
  margin: 0;
  text-align: center;  */
  margin: 0;
	padding: 0;
  background: none;
  display: inline-block;
  /*display: table-cell;*/    /*aby se polozky vycentrovaly samya nemusela se pociat sirka jednotlivych LI */
  /*width: auto;*/   /*aby se polozky vycentrovaly samya nemusela se pociat sirka jednotlivych LI */
}
ul#navsmall li a, ul#navsmall li span {
  display: inline-block;
  padding: 0 0.8em;
  margin: 0;
  font-weight: bold;
  color: #069;
  white-space: nowrap;
  /*border-left: 1px solid #ccc;    */
  text-align: center;
  line-height: 3em; /* Menu height */
	height: 3em; /* Menu height */
}
ul#navsmall li a:hover {
  color: #c00;
  background-color: #fff; 
}
ul#navsmall li a#contactlink,
ul#navsmall li a#contactlink2 {
  background-color: Khaki; 
}
ul#navsmall li span.menuselected {
	color: #e5b917;
	background-color: #b24e12;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul#navsmall li span.menuselected {
	/*margin:0;
  padding-top:0;
   padding-bottom:0;
  display: inline-block;
  border: 1px solid #ccc;  */
}

nav#navsmall-nav li:last-child { /* The menu button */
  	position: absolute; /* Move the menu button out of flow */
  	right: 0;
  	bottom: 3em; /* Move upwards, the same distance as the menu height */
  	background-image: linear-gradient(to right, rgba(242, 242, 242, 0) 0, rgba(242, 242, 242, 1) 1em);
  	padding-left: 1em;
  }
  
  nav#navsmall-nav li:nth-last-child(2) { /* The close button */
  	display: none;
  }  
  
  
  nav#navsmall-nav:target {
  	height: auto;
  	padding: 0;
  }
  
  nav#navsmall-nav:target ul {
  	max-height: none;
  }
  
  nav#navsmall-nav:target li {
  	display: block;
  }
  
  nav#navsmall-nav:target a,
  nav#navsmall-nav:target span {
  	display: block;
  	padding: 0 2em;
  	background-color: rgba(255, 255, 255, 0.05);
    text-align: left;
  }
  
  nav#navsmall-nav:target a:hover {
  	background-color: rgba(255, 255, 255, 0.08);
  }
  
  nav#navsmall-nav:target li:not(:first-child) {
  	margin-top: 2px;
  }
  
  nav#navsmall-nav:target li:last-child {
  	display: none;
  }
  
  nav#navsmall-nav:target li:nth-last-child(2) {
  	display: inline-block;
  	position: absolute;
  	top: 0;
  	right: 0;
  	margin: 0 ;
  	border-left: 2px solid gray;
    background-color: rgb(242, 242, 242);
  }

/*hover menu pro lokalni produktove menu*/
/*
#navsmall li ul
{
	display:none;

  background-color: #f2f2f2;
	padding:0;
  margin:0;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
}
#navsmall ul li
{
	float:none;
	width:150px;
}
#navsmall ul a
{
	padding:10px;
  text-align: left;
}
#navsmall ul li span.menuselected
{
	padding:10px;
  text-align: left;
}
#navsmall li:hover > ul
{
	display:block ;
}
#navsmall li:hover ul {display: block; position: absolute;text-align: left;}
#navsmall li:hover li {float: none; }
*/
/* End navigation bar styling. */




a.show_hide, a.show_hide:hover {
  font-weight: bold;
  color:blue;
}
fieldset.fs_licencegroup  {
  padding: 5px 10px 5px 10px;
  margin: 5px;
}
fieldset.fs_licencegroup fieldset {
  background-color: #FFFEF4;
	border: 2px solid #ddd;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
fieldset.fs_licencegroup legend {
  font-size: 1.3em;
}
span.fs_licence_label {  
  width: 100%;
  display: block;
  margin: 10px 0 10px 0;
}
span.fs_form_label {  
  width: 100%;
  display: block;
  margin: 10px 0 10px 0;
}
p.fs_price input {
  font-weight:bold; 
  color:red;
  text-align:right;
}


#fact_address_div,
#doprava_div,
#telefon_div {
  width: 47%;
  float: left;
  overflow:hidden;

  
}
#dod_address_div1,
#platba_div,
#poznamka_div {
  width: 49%;
  float: left;  
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid silver;
  overflow:hidden;

}

textarea#zprostr_info {
  width: 98%;
  height: 3em;
}



input[name="brand"] {
  vertical-align: top;
}
input[name="brand"]+label {
  margin-right: 20px;
}


[data-almara-box] {
font:inherit !important;
font-size: inherit !important;
}
div.almara-info small {
font-size: inherit !important;
}



#pplpartner-select * {
    -moz-box-sizing: border-box;
}
#pplpartner-select {
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  border: 1px solid rgb(0, 146, 69);
  box-shadow: 0px -5px 0px -5px rgb(0, 146, 69) inset, 0px 0px 2px rgb(0, 146, 69);
  padding: 5px;
  display: none;  
}
#pplpartner-select label {
    padding: 0px 10px 0.5em 0px;
    float: left;
    width: 99%;
    display: block;
    margin: 0px;
}
#pplpartner-select label .pplpartner-text {
    display: block;
    margin: 0.5em 0px;
}
#pplpartner-select label select {
    width: 100%;
}

/*thepay*/
li.thepay-methods-div-button-5, /*supercash*/
li.thepay-methods-div-button-18 /*jina banka*/
 {
display:none !important;
}
.clear {
	clear: both !important;
}
a.paymentMethodLink span {
  font-size: 1.2em;
  font-weight:bold; 
}



/* hlavni navigace v hlavicce
smrstuje se podle sirky okna
*/
nav#navmain-nav {
	overflow: hidden; /* Don't show anything outside the nav */
  background-color: rgb(0, 92, 153); /*#005C99;*/
  color: white;
  padding: 5px 0;
  border-color: silver;
  width: 996px;
  margin: 0 auto 0px auto;
  text-align: center;
  border-style: double;
  height: 2em;
  top: 1px;
  left: 1px;

}

ul#navmain {
  margin: 0;
	padding: 0;
  list-style: none;  
  list-style-type: none;
  position: relative; /* Position the menu button relative to this item */
  max-height:4em; /* Menu height x 2 */
}

ul#navmain li {
  margin: 0;
	padding: 0;
  background: none;
  display: inline-block;
}
ul#navmain li a {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  /*border-left: 1px solid #ccc;    */
  text-align: center;
  line-height: 2em; /* Menu height */
	height: 2em; /* Menu height */
  font-weight: bold;
  text-decoration: underline;
  font-size: 1em;  
}


ul#navmain li a:hover {
  color: #DA6B00;
  background-color: #fff; 
}

ul#navmain li span.menuselected {
	color: #e5b917;
	background-color: #b24e12;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

nav#navmain-nav li:last-child { /* The menu button */
  	position: absolute; /* Move the menu button out of flow */
  	right: 0;
  	bottom: 2em; /* Move upwards, the same distance as the menu height */
  	background-image: linear-gradient(to right, rgba(0, 92, 153, 0) 0, rgba(0, 92, 153, 1) 1em);
  	padding-left: 1em;
  }
  
nav#navmain-nav li:nth-last-child(2) { /* The close button */
  	display: none;
  }  
  
  
nav#navmain-nav:target {
  	height: auto;
  	padding: 0;
  }
  
nav#navmain-nav:target ul {
  	max-height: none;
  }
  
nav#navmain-nav:target li {
  	display: block;
  }
  
nav#navmain-nav:target a,
nav#navmain-nav:target span {
  	display: block;
  	padding: 0 2em;
  	background-color: rgba(255, 255, 255, 0.05);
    text-align: left;
  }
  
nav#navmain-nav:target a:hover {
  	background-color: rgba(255, 255, 255, 0.08);
  }
  
nav#navmain-nav:target li:not(:first-child) {
  	margin-top: 2px;
  }
  
nav#navmain-nav:target li:last-child {
  	display: none;
  }
  
nav#navmain-nav:target li:nth-last-child(2) {
  	display: inline-block;
  	position: absolute;
  	top: 0;
  	right: 0;
  	margin: 0;
  	border-left: 2px solid rgb(0, 92, 153);
  }

 /* horni vodorovne menu */
/*#dropdown-up {

    background-color: #005C99;
    color: white;
    padding: 5px 0;
    border-color: silver;
    width: 996px;
    margin: 0 auto 0px auto;
    text-align: center;
    border-style: double;
    height: 2em;
    top: 1px;
    left: 1px;
}

#dropdown-up a {
    line-height: 27px;
    margin: 0;
    padding: 5px 10px;
    white-space: nowrap;
    font-weight: bold;
    color: white;
    text-decoration: underline;
    text-shadow: 1px 1px 0 #1e1e1e; 
    font-size: 1.1em;    
}
#dropdown-up a:hover {
    color: #DA6B00;
    text-shadow: 1px 1px 0px #343434;
}   
*/



/*fixni plovouci box s kontaktnimi udaji */ 
/*#contactboxfixed 	{ 
  position:fixed; 
  bottom:1%; 
  left:1%; 
  width: 98%;
  height: 155px;
  background: transparent;  
  overflow: hidden; 
  margin: 0;
  padding: 0px; 
  min-width: 975px;
  z-index: -1;
}
#contactboxfixed #box-in	{ 
  float:right; 
  width: 155px;
  height: 135px;
  border: 2px ridge green;

  overflow: hidden; 
  background-color:white;
  margin: 0px;
  padding: 5px; 
  opacity: 1;
	-webkit-border-radius: 10px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align:left;
   font-size: 0.9em;
   z-index: 9999 !important;
}  */
#contactboxfixed 	{ 
  position:fixed; 
  bottom:1%; 
  right:1%; 
  width: 170px;
  height: 140px;
  overflow: hidden; 
  margin: 0;
  background-color:white;
  padding: 5px; 
  opacity: 1;
  border: 2px ridge green;
	-webkit-border-radius: 10px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align:left;
   font-size: 0.9em;
   z-index: 9999;
}


.onlymobile {
  display:none;
}



#navsmall li a.productmenunarrow,
#navmain li a.productmenunarrow {
  display: none ;
}
#navsmall li a.productmenuwide,
#navmain li a.productmenuwide {
  display: block;
}
.mobilewide {
  display: inline;
}
.mobilenarrow {
  display: none ;
}




  /*skryvani vypisu softwaru v kategoriich
  pri velkem rozliseni neskryvame nic 
  */ 
  .tab {
    cursor: default;
  } 
  .tab.active {
     background: none; 
  }
  .tab:after, .tab.active:after {
     content: ""; 
  }
  
  .js .panel, .js .panel.active {
     max-height: none; 
  }
  
  
  
  /*dotazovaci formular u produktu
  a take fakt a dodaci adr. v objednavce
  pri velkem rozliseni jsou labely vlevo
  pri mensim rozliseni jsou nad inputy
  */
  form fieldset#dotazform > div,
  div#fact_address_div > div,
  div#dod_address_div1 > div > div,
  div#telefon_div > div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
  }
  form fieldset#dotazform > div > fieldset > div > div {
    margin: 0 0 5px 0;
  }
  form fieldset#dotazform > div > label,
  form fieldset#dotazform > div > fieldset legend,
  div#fact_address_div > div > label,
  div#dod_address_div1 > div > div > label,
  div#telefon_div > div > label {
  	width: 35%;
    float: left;
    padding-right: 0px;
  }
  div#fact_address_div > div > label,
  div#dod_address_div1 > div > div > label,
  div#telefon_div > div > label {

  }  
  form fieldset#dotazform > div > div,
  form fieldset#dotazform > div > fieldset > div,
  div#fact_address_div > div > div,
  div#dod_address_div1 > div > div > div,
  div#telefon_div > div > div  {
    width: 65%;
    float: right;
  }
  div#fact_address_div > div > div,
  div#dod_address_div1 > div > div > div,
  div#telefon_div > div > div  {

  }  
  form fieldset#dotazform > div > fieldset label {
  	font-size: 90%;
  }

  
  form fieldset#dotazform input[type=text],
  form fieldset#dotazform input[type=email],
  form fieldset#dotazform textarea,
  div#fact_address_div input[type=text],
  div#dod_address_div1 input[type=text],
  div#telefon_div input[type=text],
  div#telefon_div input[type=email] {
  	width: 97%;
  }
  form fieldset#dotazform input[type=text]:focus,
  form fieldset#dotazform input[type=email]:focus,
  form fieldset#dotazform textarea:focus,
  div#fact_address_div input[type=text]:focus,
  div#dod_address_div1 input[type=text]:focus,
  div#telefon_div input[type=text]:focus,
  div#telefon_div input[type=email]:focus {
    outline: 0;
    border-color: #4697e4;
  }
  
  

  #eetkecy {
    font-size:0.8em;
  }
  
  table.ceniktable3cols th.firstinnarrowmobile {
    width: 70%;
  }
  
  table.responsivecomparisontable  .table-visible-xs {
    display: none;
  }   
  table input.narrowinputinnarrowmobile {
    width: 7em;
    font-size:95%;
    text-align:right;
  } 
  
  table div.pricediv {
    float:left;
    font-weight:bold;
    margin-right: 1em;
    margin-top: 5px;
    width: 15em;
  } 
  table div.pricediv input {
    text-align:right;
    font-weight:bold;
  }  
  table.ceniktablerespons,
  table#tblobj1,
  table#tblobj_rekap {
    width: 98%;
  }
  
  #hostingselectprogram div {
    padding: 0.5em 2em 0.8em 0.2em;
    display: inline-block;
    /*width: 8em; 
    overflow:  visible;  */
  }
  
  
  
  
  /* popup contact form */
  #blahasoft-contactform-div{
    opacity:0.92;
    position: fixed;
    top: 0px;
    left: 0px;  
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
  }
  #blahasoft-contactform-div #blahasoft-contactform-contact {
    padding:20px;
    box-shadow:0 0 15px;
    width:350px;
    margin: 0 auto; 
    background-color:white;
    position: relative;
    border: 5px solid rgb(90, 158, 181);
    border-radius:2px;
    top: 10%;
  }
  #blahasoft-contactform-div input{
    width:100%;
    border-radius:3px;
  }
  #blahasoft-contactform-div label {
     display: block;
     margin-top:10px;
     font-Weight:bold;
     
  }
  #blahasoft-contactform-div input[type=button]{
    width:46%;
    
    padding:10px;
  }
  #blahasoft-contactform-div textarea{
    width:100%;
    height:250px;
    margin-top:5px;
    border-radius:3px;
  }
  
  #blahasoft-contactform-div #blahasoft-contactform-cancelimg {
    float: right;
    margin-top: -35px;
    margin-right: -37px;
  }
  #blahasoft-contactform-div  #blahasoft-contactform-error {
    font-Weight:bold;
    color:red;
    height: 2em;
     margin:10px 0 20px 0;
  }
  
  .youtube-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden;
  }
  .youtube-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  } 
  
  
  
  /* modal form */
  .blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
  }
  .blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
  }
  .blocker.behind {
    background-color: transparent;
  }
  .modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
  }
  
  .modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("data:image/png;base64,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") no-repeat 0 0;
  }
  
  .modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url("data:image/gif;base64,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") #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}  

} /* <-- end-media-screen */



/* @media: media screen pro mobily s mensim rozslisenim nez 1000px
=================================================== */
@media screen and (max-width: 999px) {

  @-ms-viewport { width: device-width; }
  
  #blahasoft-contactform-div #blahasoft-contactform-contact {
    top: 5%;
  }
  #blahasoft-contactform-div textarea{
    height:150px;
  }
    
  body, input, textarea, select {
    font-size: 120%; 
    line-height: 1.4;
  }
  body {
  	padding: 0px !important;
    margin: 5px;
    min-width: 310px;
  } 
  
  #searchtype, #q {
  	top: 5px;
  	left: 5px;
    height: 30px;
  }
  
  

  /* Global > Heading
  ................................................... */
  
  h1 {
  	font-size: 1.3em;
    word-spacing: 0;
	letter-spacing: 0;
  }
  h2 {
  	font-size: 1.2em;
  }
  h1, h2, h3, h4, h5, h6  {
  	margin: 5px 0 5px 0;
  }
  h3 {
    font-size: 1.1em;
    text-transform: uppercase;
  }
  
  img {
    max-width: 300px  !important;
  }
  
  
  /* Layout
  --------------------------------------------------- */
  /* Layout > Header
  ................................................... */
  
  #header {
    background: none;
    padding: 0;
    
  }
  #header-2 {
    width: 100%;
    position: relative;
    height: 40px;
  }
  
  /* -- logo */
  #logo {
  	float: none;
  	position: absolute;
    width: 100%;
    max-width: 580px;
    display: block;
    left: 0;
    top: 0;
  }
  
  #logo .fir {
    padding: 3px;
  	width: 100%;
    max-width: 580px;
  	background: url(../img/blahasoft_mobile.jpg) 0 0 no-repeat;
  }
  
  
  /* -- search */
  #cse-search-box {
    width: 180px;
    top: 0;
    right: 0;
    margin: 0;
  	position: absolute;
  }
  
  #cse-search-box fieldset {
    margin: 0;
  	padding: 0;
  	height: 40px;
  }
  #searchtype, #q {
  margin: 0;
  	width: 130px;
  }
  
  #searchsubmit {
    top: 10px;
  	right: 5px;
  	width: 25px;
    height: 30px;
  }
  
  /* Layout > Main
  ................................................... */
  #main {
  	background: none;
  	border: none;
  	padding: 5px 0;
  }
  #main-2 {
    width: auto;
  }
  
  /* Layout > Data
  ................................................... */
  
  #data,
  #content {
    float: none;
  	width: auto;
  	overflow: visible;
  }
  
  
  /* -- productlist */
  .productlist col.item-name,
  .productlist col.item-img {
    width: auto;
  }
  
  
  /* Layout > Column
  ................................................... */
  
  #column {
  	float: none;
    width: 100%;
    position: absolute:
    top: 50px;
    left: 5px;
  }
  
  /* Layout > Sidebar
  ................................................... */
  
  #sidebar,
  #footer-2 {
  	width: 100%;
  }
  
  /* -- nav */
  
  #nav ul {
  	margin: 0;
  }
  #nav li {
  	background: none;
  	padding: 0;
  }
  #nav ul ul {
  	margin: 0;
  }
  #nav li li {
  	background: none;
  	padding: 0;
  	margin: 0;
  }
  
 
  
  table {
  	margin: 2px 0;
  }
  /*th, td {
  	font-weight: normal;
  }   */
  table.small td,
  table.small th {
  	padding: 4px;
    font-size: 90%;  
  }
  
  
  /*horni menu presuneme dolu a zmensime*/
  #main-2 {
    padding-top: 0;
  }
  #dropdown-up {
      width: 99%;
      position: static;
      height: auto;

  }
    
 
  
  
  table.construct col.ColLevy,
  .addresstable {
  	width: 20%;
  }

  /*nezobrazujeme pro mobily */
  .notmobile, #notmobile {
    display:none;
  }
  
  /*vyplneni labelu k radiobuttonu tak aby byl pres cely radek az do konce*/
  /*input[type="radio"] + label[for]:after {
    white-space: pre;content:'\A';
  }   */
  
 
  
  
  /*na mobilu neukazujeme chat tlacitko, takze box muze byt nizsi */
  /*#contactboxfixed {
      height: 115px;
      bottom:2%; 
  } */
  
  .onlymobile {
    display:block;
  }  
  
  
  nav#navsmall-nav {
    padding: 0 ;
    font-size: 90%;  
  }
  ul#navsmall {
    text-align: left;
  }
  ul#navsmall li a, #navsmall li span {
    padding: 0 0.4em;
  }
  
  
  nav#navmain-nav { 
    width: 98%;
    text-align: left;
    font-size: 90%;
  } 
  ul#navmain li a, #navsmall li span {
    padding: 0 0.4em;
  } 
  
  .orderbox .button {
  	font-size: 1.2em;
  	padding: 1em 0.2em;
  }
  .buttonback {
  	font-size: 0.9em;
  	padding: 0.5em 0.2em;
  }
  
  #navmain li a.productmenunarrow {
    display: block;
  }
  #navmain li a.productmenuwide {
    display: none;
  }   
  .mobilenarrow {
    display: inline ;
  }
  .mobilewide {
    display: none;
  }
  
  
    /*skryvani vypisu softwaru v kategoriich */ 
  .tab {
    padding: 0.5em;
    margin: 0;
    position: relative;
    cursor: pointer;
    outline: 0;
  }
  .tab:after {
      	content: '+';
  			position: absolute;
  			top: 0;
  			right: 0;
  			display: block;
  			font-size: 1.6em;
  			padding: 0.1em 0.5em;
  }
  .tab.active {
    background: rgba(0,0,0,0.3);
  }
  .tab.active:after {
     content: '-'; 
  }  
  .panel { 
    overflow: hidden;
  }
  .js .panel {
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  /*.panel p {
    padding: 1em;
  } */
  .panel p:last-child {
     margin: 0; 
  }
  
  
  #contactboxfixed  {
     font-size: 0.7em;
  }
  /*div#craftysyntax {
  	height: 50px;
  }  */
  
  #eetkecy {
    font-size:0.6em;
  }


  
  #fact_address_div, #doprava_div, #telefon_div,
  #dod_address_div1, #platba_div, #poznamka_div {
    width: 100%;
    float: left;
    overflow: visible;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  
  select#selpresent {
        width: 99%;
        word-wrap: break-word;
  }  
}   /* end @media screen and (max-width: 999px) */









/* @media: media screen pro mobily s mensim rozslisenim nez 600px
=================================================== */
@media screen and (max-width: 600px) {
  #blahasoft-contactform-div #blahasoft-contactform-contact {
    width:200px;
    left: 5%;
    top: 5%;
    font-size: 95%; 
  }
  #blahasoft-contactform-div #blahasoft-contactform-cancelimg {
    display:none;
  }
  #blahasoft-contactform-div textarea{
    height:100px;
  }  
  
  table div.pricediv {
    margin-right: 0;
    font-weight: normal;
    max-width: 270px;
  } 
  table div.pricediv input {
    font-size: 95%; 
  }

  table {
  	margin: 2px 0;
  	/*line-height: 1; */
    font-size: 100%; 
  }
  th, td {
  	/*padding: 5px;       */
  	font-weight: normal;
  }
  
  input[type="submit"], input[type="reset"] {
      padding: 1ex;
      margin-bottom: 5px;
  }  
  ol {
    margin: 0 0 20px 1em;
  }
  
  table.responsivecomparisontable th, 
  table.responsivecomparisontable td {
  	/*padding: 2px 0;   */
  	font-weight: normal;
    border: 2px solid #C8DDEC;
  }
  table.responsivecomparisontable th {
  	font-weight: bold;
  }  
  
  table.responsivecomparisontable .table-visible-xs {
    display: table-row;
  }

  table.responsivecomparisontable .table-visible-xs td {
    color: black;
    text-align: center;
    font-style: italic;
  }
  table.responsivecomparisontable td {
    text-align: center;
  }
  
  table.responsivecomparisontable td:first-child,
  table.responsivecomparisontable th:first-child {
    display: none;
  }
  /*rotace hlavicky vertikalne, aby se veslo vedle sebe vic sloupcu */
  th.rotate {
    /* Something you can count on */
    height: 7em; 
    white-space: nowrap;
    font-weight: bold;
  }  
  th.rotate > div {
    -moz-transform: translate(2px, -20px); rotate(90deg);
    -webkit-transform: translate(2px, -20px); rotate(90deg);
    -o-transform: translate(2px, -20px); rotate(90deg);
    -ms-transform: translate(2px, -20px); rotate(90deg);
    transform: 
      /* Magic Numbers */
      translate(2px, -20px)
      /* 45 is really 360 - 45 */
      rotate(90deg);
    width: 20px;
    padding: 0;
  }
  th.rotate > div > span {
    /*border-bottom: 1px solid #ccc;  */
    padding:  0px;
  }
  
  
  fieldset.fs_licencegroup legend,
  fieldset.fs_licencegroup {
    font-size: 90%;
  }
  fieldset.fs_licencegroup {
         margin: 0;
  }

  col.notinnarrowmobile {
    width: 0%;
  }
  th.notinnarrowmobile,
  td.notinnarrowmobile {
    display: none;
  }
  table.ceniktable3cols th.firstinnarrowmobile {
    width: 75%;
  }


  #navsmall li a.productmenunarrow,
  #navmain li a.productmenunarrow {
    display: block;
  } 
  .mobilenarrow {
    display: inline ;
  }  
  .mobilewide {
    display: none;
  }
  #navsmall li a.productmenuwide,
  #navmain li a.productmenuwide {
    display: none;
  }  
  ul#navsmall li a, #navsmall li span,
  ul#navmain li a, #navsmall li span {
    padding: 0 0.2em;
  }
  
  /* toto se zobrazi jen pro normalni PC a pro mobily s velkym rozlisenim. pro male mobily ne */
  .mobilebig, #mobilebig,
  #contactboxfixed  {
    display:none;
  }  
  


  form fieldset#dotazform > div,
  div#fact_address_div > div,
  div#dod_address_div1 > div > div,
  div#telefon_div > div  {
    margin: 0 0 15px 0; 
  }
  
  form fieldset#dotazform > div > label,
  form fieldset#dotazform legend,
  div#fact_address_div > div > label,
  div#dod_address_div1 > div > div > label,
  div#telefon_div > div > label {
	  width: 97%;
    float: none;
    margin: 0 0 5px 0;
  }
  form fieldset#dotazform textarea {
    height: 9em;
  }
  form fieldset#dotazform > div > div,
  form fieldset#dotazform > div > fieldset > div,
  div#fact_address_div > div > div,
  div#dod_address_div1 > div > div > div,
  div#telefon_div > div > div {
    width: 97%;
    float: none;
  }
  form fieldset#dotazform input[type=text],
  form fieldset#dotazform input[type=email],
  form fieldset#dotazform textarea,
  div#fact_address_div input[type=text],
  div#dod_address_div1 input[type=text],
  div#telefon_div input[type=text],
  div#telefon_div input[type=email] {
    width: 100%; 
  }  
  
  
  .orderbox .button {
  	font-size: 1.1em;
  	padding: 0.7em 5px;
    width: 250px;
  }  
  

  table#tblobj1 thead,
  table#tblobj_dph thead,
  table#tblobj_rekap thead,
  table.ceniktablerespons thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table#tblobj1 tr,
  table#tblobj_dph tr,
  table#tblobj_rekap tr,
  table.ceniktablerespons tr {
    border-bottom: 1px solid gray;
    margin-bottom: 5px;
    display: block;
    /*margin-bottom: .625em; */
  }
  table#tblobj1 td,
  table#tblobj_dph td,
  table#tblobj_rekap td,
  table.ceniktablerespons td {
    
    display: block;
    text-align: right;
  }
  table#tblobj1 td.leftalign,
  table#tblobj_dph td.leftalign,
  table#tblobj_rekap td.leftalign,
  table.ceniktablerespons td.leftalign {
    text-align: left;
  }
  table#tblobj1 td.notinnarrowmobile,
  table#tblobj_dph td.notinnarrowmobile,
  table#tblobj_rekap td.notinnarrowmobile,
  table.ceniktablerespons td.notinnarrowmobile {
    display: none;
  }  
  table#tblobj1 td:before,
  table#tblobj_dph td:before,
  table#tblobj_rekap td:before,
  table.ceniktablerespons td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-style:italic;
    margin-right: 0.5em;
    text-align:left;
  }
  table#tblobj1 td:last-child,
  table#tblobj_dph td:last-child,
  table#tblobj_rekap td:last-child,
  table.ceniktablerespons td:last-child {
    border-bottom: 0;
  }
  
  
  
  #doprava_div dt, 
  #platba_div dt {
    margin-top: 1em;
  }
  #doprava_div dt.wf-text-bold, 
  #platba_div dt.wf-text-bold {
    font-weight: normal;
  }

  input[name=BtnPrintInvoice],
  input[name=BtnPrintOrder] {
    font-size: 0.9em;
    padding: 0.4em 0;
    width: 280px;
  }  
 
}


@media screen and (max-width: 370px) {
 /*schovani drobeckove navigace 
 pouze pro fakt male obrazovky 
 */  
    ol#crumbs {
      list-style: none;  
      list-style-type: none;
    }
    #crumbs li + li {
        background: none;
        padding: 0;
    }
    #crumbs li {
			display: none;
		}
		#crumbs li.breadlast {
			display: none;
		}
		#crumbs li.breadlast:before {
			/*content: '<< ';  */
			/*color: #999;   */
		} 
    .post-it {
      width: 250px;
    }
    
    input[type="submit"], input[type="reset"] {
        padding: 0.5ex ;
        font-weight: bold;
        max-width: 290px;
        overflow: visible;
    }
}






/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}




 

/* @media: Print
=================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 10pt;
}
th, td {
	border: 1px solid;
}
.wf-no-print, .wf-no-show, .wf-no-float,
.noprint, .noshow, .NoPrint,
#cse-search-box, #accesslink, #composition, #crumbs, #column, #sidebar, #sitelinks, #tools, #footlinks,
.status, .toplink, .menu, #tools-2 {
	display: none;
}
a, img {
	border:  none;
}
.gallery .item {
	display: inline-block;
	list-style: none;
	padding: 0 0 10pt 0;
	margin: 0;
	text-align: center;
	vertical-align: text-top;
	width: 200px;
}
.gallery .item span {
	display: block;
}

} /* <-- end-media-print */