/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;
	/*padding: .2em;*/
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	/*padding: .2em .2em 0;*/
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	/*padding: 1em 1.4em;*/
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}
/* END TR overrides */

/* Component containers */
/**
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
/**/
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	/*color: #222222;*/
}
.ui-widget-content a {
	/*color: #222222;*/
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	/*color: #222222;*/
	font-weight: bold;
}
.ui-widget-header a {
	/*color: #222222;*/
}
/* END Component containers */

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius *
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
/* END Corner radius */

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/* XStandard CSS Document */

.cl_bila{
	color:white;
}

.cl_zluta{
	color:yellow;
}

.cl_purpurova{
	color:fuchsia;
}

.cl_azurova{
	color:aqua;
}

.cl_zluta{
	color:#FFFF00;
}

.cl_cervena{
	color:red;
}

.cl_svetle_zelena{
	color:lime;
}

.cl_modra{
	color:blue;
}

.cl_cerna{
	color:black;
}

.cl_zelena{
	color:green;
}

.cl_hneda{
	color:maroon;
}

.cl_olivova{
	color:olive;
}

.cl_fialova{
	color:purple;
}

.cl_seda{
	color:gray;
}

.cl_tmave_modra{
	color:navy;
}

.cl_modro_zelena{
	color:teal;
}

.cl_svetle_seda{
	color:silver;
}

.font_1{
	font-size:8pt;
}

.font_2{
	font-size:10pt;
}

.font_3{
	font-size:12pt;
}

.font_4{
	font-size:14pt;
}

.font_5{
	font-size:18pt;
}

.font_6{
	font-size:24pt;
}

.font_7{
    font-size:36pt;
}

.right{
    text-align:right;
}

.left{
    text-align:left;
}

.center{
    text-align:center;
}

.underline{
    text-decoration:underline;
}

.strikethrough{
    text-decoration:line-through;
}

.fotoleft{
    float:left;
    margin:5px 15px 5px 0px;
}

.fotoright{
    float:right;
    margin:5px 0px 5px 15px;
}

sup{
    vertical-align: top;
}

sub{
    vertical-align: bottom;
}


/* Base CSS Document */
.vlevo
{
    text-align: left;
}

.uprostred
{
    text-align: center;
}

.vpravo
{
    text-align: right;
}

.nahore
{
    vertical-align: top;
}

.doprostred
{
    vertical-align: middle;
}

.dole
{
    vertical-align: bottom;
}

.tbl_center
{
    margin: 0px auto;
}

.tucne
{
    font-weight: bold;
}

#div-sofico-eshopy
{
    background-color: rgb(66,66,66);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 11px;
    text-align: left;
    padding: 3px;
}

#div-sofico-eshopy span
{
    margin-right: 10px;
}

#div-sofico-eshopy a:link,
#div-sofico-eshopy a:visited
{
    color: white;
    text-decoration: none;
}

#div-sofico-eshopy a:hover
{
    color: rgb(255,0,51);
}

.input_submit_vypis_kosik
{
    vertical-align: middle;
    margin: 0px 0px 0px 2px;
}

.eu-cookies {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 98%;
    color: white;
    background: #444444;
    z-index: 9999;
    margin: 0px;
    padding: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 100%;
}

.eu-cookies button {
    background: green;
    color: white;
    border: 0px;
    padding: 2px 5px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.eu-cookies button:hover {
    background: green;
    color: white;
    border: 0px;
    padding: 2px 5px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
    color: white;
    text-decoration: underline;
    font-size: 100%;
}

.eu-cookies a:hover {
    color: white;
    text-decoration: none;
}
*
{
  margin:0px;
  padding:0px;
}

body
{
  font-family:"Open sans", Arial;
  font-size:13px;
  line-height:150%;
}

a
{
  color:#000;
  text-decoration:underline;
}
a:hover
{
  text-decoration:none;
}

p
{
  margin-bottom:15px;
}

h1, h2, h3, h4, h5
{
  margin-bottom:15px;
  font-weight:300;
  line-height:120%;
}
h1
{
  font-size:35px;
}

table
{
  border-spacing:0px;
  margin-bottom:15px;
  width:100%;
}
table td
{
  padding:5px;
}
table thead td,
table th
{
  background-color:#adadad;
  border:0px;
  color:#fff;
  font-size:110%;
  font-weight:bold;
  padding:5px;
  padding-top:10px;
  padding-bottom:10px;
}
.tbl_katalog_vypis thead td a
{
  color:#fff;
}

ul
{
  margin-left:15px;
  margin-bottom:15px;
  list-style:square;
}
ol
{
  margin-left:15px;
  margin-bottom:15px;
}

img
{
  border:0px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
select,
textarea
{
  padding:5px;
  border:1px solid #adadad;
}
input[type="number"]
{
   -webkit-appearance: textfield;
   -moz-appearance: textfield;
   appearance: textfield;
}
textarea
{
  width:80%;
  font-family:"Open sans", Arial;
  font-size:100%;
}
.readonly
{
  background-color: #f1f1f1;
  color: gray;
}

input[type="checkbox"],
input[type="radio"]
{
  margin-right:5px;
  position:relative;
  top:2px;
}

.button,
button,
input[type="button"],
input[type="submit"]
{
  padding:5px;
  border:0px;
  cursor:pointer;
  background-color:#adadad;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  display:inline-block;
  line-height:18px;
  font-size: 100%;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover
{
  background-color:#000;
  color:#fff;
}
input::-moz-focus-inner
{ /* FIX (Nesedi velikost tagu button a class="button" */
  border: 0px;
  padding: 0px;
}
.button.big
{
  padding:10px;
  font-size:120%;
  text-decoration:none;
}
.button.green
{
  background-color:#287201;
}
.button.red
{
  background-color:#8B0003;
}
.button.green:hover,
.button.red:hover
{
  opacity:0.8;
}


/* CLASS*/
.cleaner
{
  clear:both;
  display:block;
  width:0px;
  height:1px;
  visibility:hidden;
}


.tucne
{
  font-weight:bold;
}


.overflow_div
{
  overflow:auto;
}


.center
{
  text-align:center;
}
.right
{
  text-align:right;
}


/* ICON */
/* BACK */
.back_icon
{
  display:inline-block;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  cursor:pointer;
  background-color:#adadad;
  color:#fff;
  font-weight:bold;
  font-size:140%;
  text-decoration:none;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.back_icon:hover
{
  background-color:#000;
}
/**/

.compare
{
  display:inline-block;
  background-image:url("/grafika/compare_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  min-width:22px;
  min-height:22px;
}
.compare.active
{
  background-image:url("/grafika/compare_active_icon.png");
}

.favourite
{ /* Az po prihlaseni */
  display:inline-block;
  background-image:url("/grafika/favourite_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  min-width:22px;
  min-height:22px;
}
.favourite.active
{
  background-image:url("/grafika/favourite_active_icon.png");
}

.print_icon
{
  display:inline-block;
  background-image:url("/grafika/print_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  min-width:22px;
  min-height:22px;
}

.close_icon
{
  display:inline-block;
  width:24px;
  height:24px;
  line-height:24px;
  background-color:#000;
  color:#fff;
  text-align:center;
  cursor:pointer;
  font-weight:bold;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

td.count
{
  white-space:nowrap;
}
td.price
{
  white-space:nowrap;
}
/**/
/* Zobrazime az pro mobilni verzi */
.mobil
{
  display:none;
}
/* END Zobrazime az pro mobilni verzi*/

/* Zobrazime pouze v tisku */
.print
{
  display:none;
  visibility:hidden;
}
/* END Zobrazime pouze v tisku*/

body
{
  background-color:#f5f5f5;
  background-attachment: fixed;
}

.grid_1
{ /* s padding */
  width:965px;
  padding-left:15px;
  padding-right:15px;
  margin-left:auto;
  margin-right:auto;
}
.grid_2
{ /* bez padding */
  width:995px;
  margin-left:auto;
  margin-right:auto;
}

/* TOP BAR */
#top_bar_bg,
#top_bar
{
  background-color:#fff;
}
#top_bar
{
  padding-top:5px;
  padding-bottom:5px;
  position:relative;
  line-height:20px;
}
/* EDN TOP BAR */

/* HEADER */
#header_bg,
#header
{
  background-color:#fff;
}
#header
{
  padding:15px;
  z-index:500;
  position:relative;
}
#header.fixed
{
  position:fixed;
  top:0px;
  left:50%;
  margin-left:-498px;
  padding-top:10px;
  padding-bottom:10px;
  z-index:1000;
  /*opacity: 0.9;*/

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
#header.fixed:hover
{
  opacity: 1;
}
#header.fixed #hlavni_nadpis
{
  display: none;
}
#header.fixed .head-motto
{
  display: none;
}
/* END HEADER */

/* MENU */
#menu_top
{
  float:left;
}
#menu_top ul
{
  list-style:none;
  margin:0px
}
#menu_top ul li
{
  float:left;
}
#menu_top ul li a
{
  padding-left:10px;
  padding-right:10px;
  color:#000;
  text-decoration:none;
  border-left:1px solid #000;
}
#menu_top ul a.first
{
  border:0px;
  padding-left:0px;
}
#menu_top ul li a:hover
{
  color:#C7C7C7;
}
/* level 1 */
#menu_top ul li ul
{
  visibility:hidden;
  margin:0px;
  z-index:9999;
  background-color:#fff;
  position:absolute;
  display:block;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menu_top ul li:hover ul
{
  visibility:visible;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
#menu_top ul li ul li
{
  display:block;
  float:none;
  padding:0px;
}
#menu_top ul li ul li a
{
  display:block;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  border:0px;
}
#menu_top ul li ul li:first-child a
{
  padding-left:10px;
}
/* END level 1 */
/* END MENU */

/* RIGHT */
#top_bar_right
{
  float:right;
}

/* REGISTRACE */
#registrace
{
  display:inline-block;
  border-right: 1px solid #000000;
  padding-right: 10px;
  margin-right: 10px;
}
#registrace a
{
  text-decoration:none;
}
/* END REGISTRACE */

/* LOGIN */
#login
{
  display:inline-block;
  cursor:default;
  background-image:url("/grafika/user_icon.png");
  background-position:right center;
  background-repeat:no-repeat;
  padding-right:30px;
  cursor:pointer;
}
#login #login_link
{
  text-decoration:none;
}
#login .nadpis
{
  display:block;
}
#login_form
{
  display:none;
  position:absolute;
  top:0px;
  right:0px;
  background-color:#fff;
  width:500px;
  margin-left:-335px;
  text-align:left;
  z-index:99999;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
#login_form #login_form_1
{
  position:relative;
  padding:20px;
  padding-bottom:40px;
}
#login_form .close_icon
{
  position:absolute;
  top:25px;
  right:20px;
}
#login_form .nadpis
{
  font-weight:bold;
  font-size:150%;
  padding:10px;
  padding-bottom:30px;
  border-bottom:1px solid #e6e6e6;
  margin:0px;
  margin-bottom:40px;
}
#login_form .content
{
  padding-top:0px;
  padding:10px;
}
#login_form table
{
  margin-left:auto;
  margin-right:auto;
  width:auto;
}
#login_form .input_text
{
  background-color:#ebebeb;
  padding:10px;
  border:0px;
  font-size:120%;
  width:80%;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#login_form a
{
  text-decoration:none;
}
#login_form a:hover
{
  color:#adadad;
}
#login_form .content a:before
{
  content: "> ";
}
/* END LOGIN */
/* END RIGHT */

/* LOGO */
#logo
{
  display:block;
  float:left;
  background-image:url("/grafika/individual/logo.gif");
  background-repeat:no-repeat;
  width:179px;
  height:43px;
  margin-right:10px;
}
/* END LOGO */

/* HLAVNI NADPIS */
#hlavni_nadpis
{
  float:left;
  margin-top:22px;
  margin-right:40px;
}
/* END HLAVNI NADPIS */

/* HEAD MOTTO */
.head-motto
{
  position:absolute;
  top:54px;
  left:215px;
  font-size:90%;
  color:lightgrey;
}
/* END HEAD MOTTO */

/* BASKET */
#basket
{
  float:right;
  display:inline-block;
  width:220px;
  text-align:right;
}
#basket a
{
  text-decoration:none;
}
#basket .nadpis
{
  display:inline-block;
  margin-right:5px;
  position:relative;
}
#basket #basket_suma
{
  font-weight:bold;
  font-size:120%;
  text-decoration:none;
}
#basket #basket_mena
{
  font-size:80%;
}
#basket #basket_ks
{
  background-image:url("/grafika/basket_top.png");
  background-repeat:no-repeat;
  background-position:right;
  color:#fff;
  font-weight:bold;
  font-size:110%;
  display:inline-block;
  line-height:24px;
  padding-top:10px;
  width:30px;
  text-align:center;
  margin-left:10px;
}
#basket #basket_show_popup
{
  cursor:pointer;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:9px 8px 0px 8px;
  border-color:#000000 transparent transparent transparent;
  position:absolute;
  left:-20px;
  top:7px
}

/* BASKET PRODUCTS */
#basket_products
{
  display:none;
  position:absolute;
  background-color:#fff;
  width:500px;
  right:0px;
  margin-top:5px;
  text-align:left;
  z-index:9999;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
#basket_products_1
{
  padding:20px;
  padding-bottom:40px;
  position:relative;
}
#basket_products a
{
  text-decoration:none;
}
#basket_products a:hover
{
  text-decoration:none;
  color:#888;
}
#basket_products .close_icon
{
  position:absolute;
  right:20px;
  top:25px;
}
#basket_products .nadpis
{
  font-size:150%;
  font-weight:bold;
  padding:10px;
  margin-bottom:30px;
}
#basket_products #basket_products_icon
{
  background-image:url("/grafika/basket_top.png");
  background-repeat:no-repeat;
  background-position:right;
  color:#fff;
  font-weight:bold;
  font-size:110%;
  display:inline-block;
  line-height:25px;
  padding-top:9px;
  width:30px;
  text-align:center;
  position:absolute;
  right:15px;
  top:10px;
  display:none;
}
#basket_products .nadpis_table
{
  font-size:12px;
  line-height:10px;
  color:#000 !important;
  font-weight:normal;
  margin:0px;
  border-bottom:1px solid #c7ced9;
  text-align:center;
}
#basket_products .nadpis_table span
{
  background-color:#fff;
  padding-left:5px;
  padding-right:5px;
  font-weight:bold;
}
#basket_products .basket_no_items
{
  text-align:center;
  padding:10px;
  font-weight:bold;
  margin-bottom:20px;
}

#basket_products #basket_products_tbl_items
{
  margin-bottom:15px;
  max-height:420px;
}
#basket_products #basket_products_tbl table.basket_product
{
  width:100%;
  margin-bottom:0px;
}
#basket_products td
{
  border-bottom:1px solid #c7ced9;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  height:30px;
}
#basket_products td a
{
  text-decoration:none;
  font-weight:bold;
}
#basket_products td a:hover
{
  opacity:0.8;
}
#basket_products td.img
{
  width:30px;
  text-align:center;
}
#basket_products td.count
{
  width:30px;
  text-align:right;
  color:#626262;
}
#basket_products td.price
{
  width:75px;
  text-align:right;
  font-weight:bold;
  font-size:110%;
}

#basket_products .basket_cena_total
{
  font-weight:bold;
  text-align:right;
  margin-bottom:30px;
  font-size:150%;
  padding-right:5px;
}

#basket_products .button
{
  display:inline-block;
  margin-bottom:15px;
}
#basket_products .button:hover
{
  color:#fff;
}
#basket_products .button.kosik
{
  float:right;
}

#basket_products .link a:before
{
  content: "> ";
}
/**/
/**/


/* CURRENCY_CHANGE */
#currency_change
{
  position:absolute;
  right:0px;
  bottom:-10px;
}
#currency_change a
{
  text-decoration:none;
  font-size:85%;
}
/**/


/* CATEGORIES */
#categories_bg,
#categories
{
  background-color:#000;
}
#categories
{
  position:relative;
}
/**/


/* CONTENT */
#content_bg,
#content
{
  background-color:transparent;
}
#content
{
  background-color:#fff;
  padding:15px;
}
/**/


#col-1
{
  display:none;
}


/* NAVIGATION */
#navigation
{
  padding-top:10px;
  padding-bottom:15px;
  border-bottom:1px solid #000;
  margin-bottom:15px;
  font-weight:600;
  line-height:20px;
}
#navigation a
{
  margin-right:10px;
  line-height:20px;
  display:inline-block;
}
#navigation a:first-child,
#navigation a.home
{
  background-image:url("/grafika/home_icon.png");
  background-repeat:no-repeat;
  padding-left:30px;
}
#navigation .delic
{
  margin-right:10px;
  line-height:20px;
}
/**/

/* FOOT */
#foot_bg,
#foot
{
  background-color:#adadad;
}
#foot
{
  color:#fff;
  padding-top:60px;
  padding-bottom:60px;
  overflow:hidden;
}
#foot a
{
  color:#fff;
}
#foot ul li ul
{
  font-size:95%;
  margin-bottom:5px;
}

#foot .col_bg
{
  margin:1%;
  width:31.3333%;
  display:inline-table;
  float:left;
  background-color:#9B9B9B;
}
#foot .col
{
  padding:5%;
}
/**/

/* BANNERS */
#banner_right,
#banner_left
{
  position:fixed;
  top:150px;
  width:150px;
}
#banner_right
{
  left:50%;
  margin-left:525px;
}
#banner_left
{
  right:50%;
  margin-right:525px;
  text-align:right;
}
/**/


#fixed_bottom_bar
{
  position:fixed;
  bottom:0px;
  right:0px;
  z-index:1000;
}
#fixed_bottom_bar .bookmark
{
  float:left;
}
#fixed_bottom_bar .bookmark a
{
  padding:10px;
  margin-right:10px;
  color:#fff;
  font-size:120%;
  text-align:center;
  background-color:#ADADAD;
  text-decoration:none;
  display:block;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#fixed_bottom_bar .bookmark a:hover
{
  background-color:#000;
}


#nahoru
{
  display:none;
  position:fixed;
  width:60px;
  height:60px;
  line-height:60px;
  background-color:#adadad;
  bottom:60px;
  right:10px;
  color:#fff;
  text-align:center;
  background-image:url("/grafika/sipka_nahoru.png");
  background-position:center;
  background-repeat:no-repeat;
  cursor:pointer;
  z-index:999;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#nahoru:hover
{
  background-color:#000;
}


/* FORM QUERY */
.form_query
{

}
.form_query table
{
  width:100%;
}
.form_query table thead td
{
  background:transparent;
  color:#000;
}
.form_query table td.left
{
  width:110px;
}
.form_query .error,
.form_query .send_ok
{
  padding:15px;
  margin-bottom:15px;
  color:#fff;
  font-size:110%;
  font-weight:600;
}
.form_query .error
{
  background-color:#8B0003;
}
.form_query .send_ok
{
  background-color:#287201;
}
#captcha_image
{
  margin-right:10px;
  margin-bottom:10px;
}
#captcha_code
{
  display:block;
  margin-top:5px;
}
#product_enq_form_error .error
{
  padding:15px;
  margin-bottom:15px;
  color:#fff;
  background-color:#8B0003;
  font-weight:600;
  font-size:110%;
}

.write-us
{ /* FORM na strance */
  background-color:#F4F4F4;
  margin-bottom:30px;
}
.write-us1
{
  padding:30px;
  padding-left:20%;
  padding-right:20%;
}
/**/


/* PAGING */
.paging
{
  text-align:right;
  margin-bottom:15px;
  overflow:hidden;
}
.paging a,
.paging span
{
  display:inline-block;
  padding:5px;
  background-color:#f4f4f4;
  color:#000;
  text-decoration:none;
  font-size:110%;
  padding-left:10px;
  padding-right:10px;
}
.paging a:hover,
.paging span /* Aktualni stranka */
{
  background-color:#E8E8E8;
}
/**/


/* FORM BOX */
.form_box
{

}

h2.form_box_title,
.form_box h2
{
  font-size:180%;
}

.form_box_content
{
  padding:30px;
  padding-left:25%;
  padding-right:25%;
  margin-bottom:30px;
  background-color:#f4f4f4;
}

.form_box_content table
{
  width:100%;
}
.form_box_content table td
{
  padding-left:0px;
}
.form_box_content table td:last-child
{
  padding-left:5px;
  padding-right:0px;
}
.form_box_content table td.left
{
  width:30%;
}

.form_box_content .switch
{
  margin-bottom:15px;
}

#ic_loader
{
  position:absolute;
  margin-left:10px;
}
/**/


/* no_foto */
/* pouziva kategorie a detail */
.no_foto
{
  background-color:#e6e6e6;
  background-image:url("/grafika/no_foto.png");
  background-repeat:no-repeat;
  background-position:center;
  min-height:120px;
  display:block;
}
/**/


/* SALE */
/* pouziva kategorie a detail */
.sleva
{
  height:50px;
  width:50px;
  line-height:50px;
  text-align:center;
  color:#fff;
  font-size:110%;
  font-weight:bold;
  background-color:#d62c04;
  position:absolute;
  display:block;
  opacity:0.8;

  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.puvodni_cena
{
  text-decoration:line-through;
  font-size:90%;
  font-weight:normal;
  /*color:#adadad;*/
  color:#000;
}
/**/


/* SKLAD */
/* pouziva kategorie a detail */
.skladem
{
  color:#66a736;
  font-weight:bold;
}
.neni_skladem
{
  color:#ff0000;
}
/**/


/* TAGS */
/* pouziva kategorie a detail */
.tags
{
  position:absolute;
  overflow:hidden;
}
.tags .tag
{
  padding:4px;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:1px;
  background-color:#000;
  color:#fff;
  float:left;
  clear:both;
  font-size:90%;
  opacity:0.8;
}
.tags .tag.tag_2
{ /* AKCE */
  background-color:#d62c04;
}
.tags .tag.tag_3
{ /* NEJPRODÁVANÌJŠÍ */

}
.tags .tag.tag_4
{ /* DOPORUÈUJEME */
  background-color:#60893C;
}
/**/


/* SUBCATEGORIES */
/* pouziva kategorie a clanky */
div.subcategories
{
  overflow:hidden;
  margin-bottom:5px;
}
.subcategories .subcategory
{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.subcategories .subcategory a
{
  display:block;
  padding:5px;
  border:1px solid #e6e6e6;
  background-color:#f4f4f4;
  text-decoration:none;
}
.subcategories .subcategory a:hover
{
  background-color:#e6e6e6;
}
/**/


.div_messages
{
  font-weight:bold;
  font-size:110%;
  color:#000;
  border:2px solid #66a736;
  /*background-color:#66a736;*/
  padding:15px;
  margin-bottom:15px;
  text-align:center;
}


.doprava_zdarma
{
  font-weight:bold;
  font-size:110%;
  color:#000;
  border:2px solid #66a736;
  /*background-color:#66a736;*/
  padding:15px;
  margin-bottom:15px;
  text-align:center;
}


.eu-cookies
{
  background-color: rgba(0,0,0,0.7);
}

.lbl-doprava,
.lbl-uhrada
{
    font-weight: bold;
}

.kosik_uhrada_cena
{
    float: right;
    font-weight: bold;
    padding-right: 30px;
}
.col_box
{
  margin-bottom:15px;
}
.col_box_title
{
  padding-top:10px;
  padding-bottom:10px;
  text-transform:uppercase;
  font-size:130%;
}
.col_box_content
{
  background-color:#F4F4F4;
  padding:15px;
}
.col_box label
{
  display:block;
}
.col_box input,
.col_box textarea,
.col_box select
{
  margin-bottom:5px;
}
.col_box p
{
  margin-bottom:5px;
}
.col_box li
{
  margin-bottom:5px;
}

/* QUICK ORDER */
.quick_order_box #ks_iq
{
  width:20px;
  text-align:center;
}
.quick_order_box #i-pr-code
{
  display: block;
  width: 90%;
}
/* END QUICK ORDER */

/* DEBATE */
.debate_box .debate
{
  margin-bottom:15px;
}
.debate_box .debate_text
{
  margin-bottom:10px;
}
/* END DEBATE */

/* NEWS */
.news_box h4
{
  margin-bottom:5px;
  font-weight:bold;
}
.news_box .news_date
{
  font-weight:bold;
}
.news_box .news_item
{
  margin-bottom:15px;
}
.news_box .news_text
{
  margin-bottom:10px;
  overflow:hidden;
}
.news_box .news_text img
{
  float:left;
  margin-right:5px;
  margin-bottom:5px;
}
/* END NEWS */

/* RECOM */
.recom-box .recom-item
{
  overflow:hidden;
  position:relative;
}
.recom-box .recom-name a
{
  font-weight:bold;
  text-decoration:none;
  display:block;
  font-size:14px;
  line-height:30px;
  height:30px;
  overflow:hidden;
  margin-bottom:10px;
}
.recom-box .recom-foto
{
  overflow:hidden;
  text-align:center;
  height:250px;
  width:200px;
}
.recom-box .recom-foto img
{
  max-width:100%;
  max-height:100%;
}
.recom-box .recom-price
{
  font-weight:bold;
  font-size:110%;
  text-align:right;
  height:50px;
}
.recom-box .price_old
{
  font-size:90%;
  font-weight:normal;
  text-decoration:line-through;
}
.recom-box .sleva
{
  margin-top:-55px;
  position:absolute;
  right:0px;
}
.recom-box .recom-box-button
{
  margin-top:10px;
}
/* END RECOM */
#categories_tree
{
  background-color:#f4f4f4;
  border:1px solid #e6e6e6;
  border-bottom:0px;
  margin-bottom:15px;
}

#categories_tree ul
{
  list-style:none;
  margin:0px;
}
#categories_tree ul.subcategories
{
  display:none;
}

#categories_tree ul.open
{
  display:block;
}

#categories_tree a
{
  color:#000;
  text-decoration:none;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  display:block;
  clear:both;
  overflow:hidden;
}
#categories_tree .icon
{
  display:block;
  width:8%;
  float:left;
}
#categories_tree a .name
{
  display:block;
  width:92%;
  float:right;
}
#categories_tree .foto
{
  display: none;
}
#categories_tree .subcategories
{
  margin:0px;
}

/* LEVEL 1 */
#categories_tree a.level_1
{
  padding:10px;
  border-bottom:1px solid #e6e6e6;
  font-size:17px;
  font-weight:600;
}
#categories_tree a.level_1:hover,
#categories_tree a.level_1.active
{
  background-color:#7e7e7e;
  color:#fff;
}
#categories_tree ul.level_1
{
  border-bottom:1px solid #e6e6e6;
}
/**/

/* LEVEL 2 */
#categories_tree a.level_2
{
  padding-left:25px;
}

#categories_tree li.level_2 a:hover .name
{
  text-decoration:underline;
  color:#c1c1c1;
}
#categories_tree li.level_2 a.active
{
  font-weight:bold;
}
#categories_tree .icon.level_2
{
  top:9px;
  left:22px;
}
/* END LEVEL 2*/

/* LEVEL 3 */
#categories_tree a.level_3
{
  padding-left:40px;
  padding-top:4px;
  padding-bottom:4px;
}
#categories_tree .icon.level_3
{
  top:7px;
  left:37px;
}
/* END LEVEL 3 */

/* LEVEL 4 */
#categories_tree a.level_4
{
  padding-left:55px;
  padding-top:2px;
  padding-bottom:2px;
  font-size: 90%;
}
#categories_tree .icon.level_4
{
  top:5px;
  left:51px;
}
/* END LEVEL 4 */

/* LEVEL 4 */
#categories_tree a.level_5
{
  padding-left:65px;
  padding-top:1px;
  padding-bottom:1px;
  font-size: 90%;
}
#categories_tree .icon.level_5
{
  top:3px;
  left:61px;
}
/* END LEVEL 4 */


/* JS VERZE */
#categories_tree ul li
{
  position:relative;
}

#categories_tree .icon
{ /* Pro klikaci verzi */
  position:absolute;
  top:13px;
  left:8px;
  height:9px;
  width:9px;
  padding:2px;
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
}
#categories_tree .icon.subcategories
{
  background-image:url("/grafika/plus.png");
}
#categories_tree .icon.subcategories.open
{
  background-image:url("/grafika/minus.png");
}
#categories_tree .icon.nosubcategories
{
  background-image:none;
}
#categories_tree .icon.subcategories:hover,
#categories_tree .icon.level_1.subcategories.active
{
  background-image:url("/grafika/plus_white.png");
  background-color:#7E7E7E;
}
#categories_tree .icon.subcategories.open:hover,
#categories_tree .icon.level_1.subcategories.open.active
{
  background-image:url("/grafika/minus_white.png");
  background-color:#7E7E7E;
}
/**/
#categories *
{
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
#categories .subcategories
{
  margin:0px;
}
#categories ul
{
  margin:0px;
  list-style:none;
}
#categories a
{
  text-decoration:none;
}
#categories .icon
{
  display:none;
}
#categories ul li a:hover
{
  text-decoration:underline;
}

/* LEVEL 1 */
#categories li.level_1
{
  display:block;
  float:left;
  padding-top:10px;
  padding-bottom:10px;
}
#categories a.level_1
{
  color:#fff;
  display:block;
  font-size:120%;
  border-left:0px solid #7e7e7e;
  border-right:1px solid #7e7e7e;
  padding-left:15px;
  padding-right:15px;
  line-height:25px;
  height:25px;
  overflow:hidden;
  text-align:center;
}
#categories li.level_1:hover
{
  background-color:#7e7e7e;
  margin-left:-1px;
  padding-left:1px;
}
/**/

/* LEVEL 2 */
#categories ul.subcategories.level_1
{
  display: block;
  visibility:hidden;
  position:absolute;
  background-color:#f4f4f4;
  border:1px solid #e6e6e6;
  border-top:5px solid #7e7e7e;
  margin-top:8px;
  padding:30px;
  left:0px;
  right:0px;
  z-index:9999;

  opacity:0;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

  transition-delay:0.6s;
  -webkit-transition-delay:0.6s;
}
#categories li.level_1:hover ul.level_1
/*,#categories ul.subcategories.level_1.open */ /* Pro testovani */
{
  visibility:visible;

  opacity:1;
}
#categories li.level_2
{
  display:inline-table;
  /*float:left;*/
  padding:1%;
  width:22.7%;
  margin-bottom:10px;
  vertical-align: top;
}
#categories a.level_2
{
  font-size:115%;
  display:block;
  margin-bottom:10px;
  font-weight:bold;
  overflow: hidden;
}
/**/

/* LEVEL 3 */
#categories ul.level_2
{
  display:block;
  clear:left;
}
#categories a.level_3
{
  font-size:105%;
  color:#7E7E7E;
}
/**/

/**/
#categories ul.level_3
{
  display:none;
}
/**/


#categories.width_100 a.level_1
{
  padding-left:5px;
  padding-right:5px;
  width:140px;
  text-align:center;
}
#categories.width_100 li.level_1:last-child a.level_1,
#categories.width_100 li.level_1:nth-child(8n+8) a.level_1
{
  border-right:1px solid #7e7e7e;
}


/* CATEGORY WITH FOTO */
#categories span.foto.level_1
{
  display: none;
}

#categories  span.foto.level_2
{
  display:block;
  float:left;
  margin-right:2%;
  width:23%;
}
#categories span.foto.level_2 img
{
  max-width:100%;
  display:block;
}
#categories a.is_foto span.name.level_2
{
  display:block;
  float: left;
  width:75%;
}

#categories span.foto.level_3
{
  display: none;
}
/* END CATEGORY WITH FOTO*/
/* PopUp */
#popup_bg
{
  position:fixed;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.6);
  top:0px;
  left:0px;
  display:none;
  z-index:1000;
}

.popup
{
  top:10%;
  left:20%;
	width:60%;
  position:fixed;
  display:none;
  z-index:1002;
}

#popup_head
{
  z-index:1003;

  -webkit-box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px -2px 4px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px -2px 4px 0px rgba(50, 50, 50, 0.5);
}
#popup_head .content
{
  padding:20px;
  line-height:20px;
  height:20px;
  background-color:#f4f4f4;
  font-size:150%;
  overflow:hidden;
  border-bottom:1px solid #e7e7e7;
}

#popup_head .close,
#div_ppl_externi_back .close,
#iframe_gls_parcelshop_back .close
{
  background-color:#afafaf;
  color:#fff;
  cursor:pointer;
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  position:absolute;
  right:20px;
  top:10px;
  background-image:url("/grafika/close.png");
  background-repeat:no-repeat;
  background-position:center;

  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#div_ppl_externi_back .close,
#iframe_gls_parcelshop_back .close
{
  z-index:999999;
  background-color:#D40511;
}
#popup_head .close:hover,
#div_ppl_externi_back .close:hover,
#iframe_gls_parcelshop_back .close:hover
{
  background-color:#000;
}

#popup_front
{
  overflow:auto;
  text-align:left;
  background-color:#fff;
  margin-top:61px;

  max-height:70%; /* Sichr (Safari neumí calc) */
  max-height:-moz-calc(80% - 61px); /* Firefox */
  max-height:-webkit-calc(80% - 61px); /* WebKit */
  max-height:-o-calc(80% - 61px); /* Opera */
  max-height:calc(80% - 61px); /* Standard */

  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.8);
  -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.8);
  box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.8);
}
#popup_front .content
{
  padding:20px;
  line-height:150%;
}
#popup_front h1
{
  margin:0px;
  padding:0px;
  padding-bottom:10px;
  border-bottom:1px solid #E6E6E6;
  margin-bottom:10px;
}
#popup_front p
{
  margin:0px;
  padding:0px;
  margin-bottom:10px;
}
/**/


/* Nápovìda */
#help_id
{
	width:400px;
	min-height:300px;
  margin-left:-200px;
  margin-top:-110px;
}
/**/


/* Popup okno s obsahem košíku po pøidání do košíku (na výpise) */
#popup_front #abp_header
{
  margin-bottom:40px;
  font-size:110%;
}
#popup_front #abp_buttons
{
  overflow:hidden;
}
#popup_front #abp_button_back:hover,
#popup_front #abp_button_basket:hover
{
  opacity:0.8;
  box-shadow:none;
}
#popup_front #abp_button_back .ico
{
  background-repeat:no-repeat;
  background-image:url("/grafika/triangl-left.png");
  display:inline-block;
  width:17px;
  height:20px;
  margin-right:10px;
  float:left;
}
#popup_front #abp_button_basket .ico
{
  background-repeat:no-repeat;
  background-image:url("/grafika/triangl-right.png");
  display:inline-block;
  width:17px;
  height:20px;
  margin-left:10px;
  float:right;
}
#popup_front #abp_button_basket
{
  float:right;
}
#popup_front .abp_nadpis_obsah_kosiku
{
  font-size:12px;
  line-height:10px;
  font-weight:normal;
  margin:0px;
  border-bottom:1px solid #c7ced9;
  text-align:center;
}
#popup_front .abp_nadpis_obsah_kosiku span
{
  background-color:#fff;
  padding-left:5px;
  padding-right:5px;
  font-weight:bold;
  text-transform:uppercase;
}
#popup_front .abp_tbl_basket_product
{
  overflow:auto;
  max-height:345px;
  margin-bottom:15px;
}
#popup_front .basket_product
{
  border-spacing:0px;
  width:100%;
  margin:0px;
}
#popup_front .basket_product thead td
{
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
  height:auto;
  font-size:100%;
  background:transparent;
  color:#000;
}
#popup_front .basket_product td
{
  padding-top:10px;
  padding-bottom:10px;
  /*border-bottom:1px solid #c7ced9;*/
  height:60px;
}
#popup_front .basket_product a
{
  font-weight:bold;
  text-decoration:none;
}
#popup_front .basket_product .img
{
  text-align:left;
  padding-left: 0px;
  width: 100px;
}
#popup_front .basket_product .img img
{
  max-height:60px;
  max-width:100px;
}
#popup_front .basket_product .price,
#popup_front .basket_product .price_total
{
  width:90px;
  text-align:right;
  white-space:nowrap;
}
#popup_front .basket_product .price_total
{
  font-size:110%;
  font-weight:bold;
}
#popup_front .basket_product .count
{
  text-align:right;
}
#popup_front .abp_cena_total
{
  font-size:160%;
  text-align:right;
  margin-bottom:30px;
}
#popup_front .abp_cena_total .price
{
  font-weight:bold;
}
#popup_front .abp_info_rozdeleni_obj
{
  padding:10px;
  color:#fff;
  font-size:95%;
  background-color:#C92E2E;
  margin-bottom:10px;
}
/**/
.cat-list
{
  border-top:1px solid #e6e6e6;
  padding-top:15px;
  padding-left:15px;
  margin-left:-15px;
  margin-right:-15px;

  background: #fff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 200px); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(200px,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 200px); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 200px); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 200px); /* IE10+ */
  background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 200px); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

/* PRODUKT */
/* spolecne pro radkovy vypis i boxy */
.produkty .produkt-bottom
{
  background-color:#f4f4f4;
}
.produkty table.produkt-bottom
{
  width:100%;
  margin:0px
}
.produkty table.produkt-bottom td
{
  padding:2px;
}
.produkty table.produkt-bottom td.produkt-bottom-1
{
  padding-top:10px;
  padding-left:10px;
}
.produkty table.produkt-bottom td.produkt-bottom-2
{
  padding-top:10px;
  padding-right:10px;
  width:86px;
  height:50px;
}
.produkty table.produkt-bottom td.produkt-bottom-3
{
  padding-bottom:5px;
  padding-left:10px;
}
.produkty table.produkt-bottom td.produkt-bottom-4
{
  padding-bottom:5px;
  padding-right:10px;
}
.produkty .castka
{
  font-size:165%;
  font-weight:bold;
}
.produkty .castka .cena-body .jednotka
{
  font-size:60%;
  font-weight:normal;
  display:inline;
}
.produkty table.produkt-bottom table.basket_form_table
{
  margin:0px;
  float:right;
  border-spacing:0px;
  width: 86px;
}
.produkty table.produkt-bottom table.basket_form_table td
{
  padding:0px;
  vertical-align:top;
  text-align:left;
}
.produkty .input_ks
{
  width:22px;
  margin-right:4px;
  margin-bottom:4px;
  height:17px;
  line-height:17px;
  text-align:center;
  float:right;
}
.produkty .jednotka
{
  margin-right:4px;
  display:none;
}
.produkty .bt-basket_bg
{
  float:right;
  display:inline-block;
}
.produkty .bt-basket
{
  background-image:url("/grafika/basket_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  width:48px;
  height:48px;
  padding:0px;
  border:0px;
  float:right;
}
.produkty .basket_form_down,
.produkty .basket_form_up
{
  background-color:#adadad;
  display:inline-block;
  color:#fff;
  font-weight:bold;
  line-height:15px;
  font-size:15px;
  width:15px;
  text-align:center;
  cursor:pointer;
  margin-right:4px;
  float:left;
}
.produkty .basket_form_down:hover,
.produkty .basket_form_up:hover
{
  background-color:#000;
}
.produkty .no_order
{
  background-color:#adadad;
  font-weight:bold;
  color:#fff;
  padding:4px;
  display:block;
  float:right;
}
.produkty .puvodni_cena
{
  display:block;
  margin-bottom:4px;
}

/* ICON */
.produkty .compare
{
  width:22px;
  height:22px;
}
.produkty .compare
{
  visibility:hidden;
}
.produkty .produkt:hover .compare,
.produkty .produkt-radek:hover .compare
{
  visibility:visible;
}

.produkty .favourite
{ /* Az po prihlaseni */
  width:22px;
  height:22px;
}
.produkty .favourite
{
  visibility:hidden;
}
.produkty .produkt:hover .favourite,
.produkty .produkt-radek:hover .favourite
{
  visibility:visible;
}
/* END ICON */

.produkty .in_basket
{
  /*display:none;*/
  visibility:hidden;
  position:absolute;
  padding:4px;
  padding-left:10px;
  padding-right:10px;
  background-color:#adadad;
  line-height:25px;
  height:25px;
  overflow:hidden;
  font-size:90%;
  font-weight:bold;
  text-align:center;
  color:#000;
  text-transform:uppercase;
}
.produkty .in_basket.active
{
  /*display:block;*/
  visibility:visible;
}
/* END spolecne pro radkovy vypis i boxy */

/* VYPIS DO BOXU */
.produkt
{
  background-color:#fff;
  width:230px;
  height: 558px;
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  position:relative;
}
.produkt:hover
{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.produkt .produkt-in
{
  border:1px solid #e6e6e6;
}
.produkt .sleva
{
  right:1px;
  top:1px;
}
.produkt .in_basket
{
  right:0px;
  bottom: 0px;
  width:208px;
  opacity:0.8;
}

/* NADPIS */
.produkt h2
{
  margin:0px;
}
.produkt h2 a
{
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size:15px;
  line-height:23px;
  height:46px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  text-align: center;
  overflow:hidden;
}
.produkt h2 a:hover
{
  opacity: 0.8;
}
/* END NADPIS */

/* FOTO */
.produkt .foto
{
  text-align:center;
  height:250px;
  margin-bottom: 10px;
  position: relative;
}
.produkt .foto .foto-in
{
  height:250px;
  width:228px;
  display:table-cell;
  vertical-align:middle;
}
.produkt .foto .no_foto
{
  height:250px;
}
/* END FOTO */

.produkt .code
{
  text-align: center;
  font-size: 90%;
  margin-bottom: 5px;
  color: grey;
}
.produkt .popisek
{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  line-height:18px;
  font-size:12px;
  height:54px;
  overflow:hidden;
  position:relative;
  text-align: center;
}
.produkt .variants
{
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  padding-left:10px;
  padding-right: 10px;
  background:#ffffff;
  height:54px;
}
.produkt .variants select
{
  margin-top: 17px;
  line-height:20px;
  padding-top:8px;
  padding-bottom:8px;
  width:100%;
  border:1px solid #d0d0d0;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* END VYPIS DO BOXU */


/* RADKOVY VYPIS POUZE PRO KATEGORII */
.cat-list-radek
{
  border-top: 1px solid #e6e6e6;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

.produkt-radek
{
  position: relative;
}
.produkt-radek-in
{
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
}
.produkt-radek .produkt-left_bg
{
  float: left;
  width: 15%;
}
.produkt-radek .produkt-left
{
  margin-right: 15px;
  position: relative;
}
.produkt-radek .produkt-center_bg
{
  width: 50%;
  float: left;
}
.produkt-radek .produkt-center
{
  margin-right: 15px;
}
.produkt-radek .produkt-right_bg
{
  float: right;
}
.produkt-radek .foto a
{
  display: block;
  text-align: center;
}
.produkt-radek .foto img
{
  max-width: 100%;
  max-height: 120px;
}
.produkt-radek .foto .no_foto
{
  min-height: 100px;
}
.produkt-radek .sleva
{
  top: 0px;
  left: 0px;
  margin-left: -10px;
  margin-top: -10px;
}
.produkt-radek .tags
{
  bottom: 0px;
  left: 0px;
  margin-left: -10px;
  margin-bottom: -15px;
}
.produkt-radek h2
{
  margin: 0px;
}
.produkt-radek h2 a
{
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 80%;
  font-weight: bold;
  display: block;
}
.produkt-radek .code
{
  margin-bottom: 5px;
  font-size: 90%;
  color: gray;
}
.produkt-radek .popisek-1
{
  font-size: 90%;
}
.produkt-radek .variants
{
  margin-top: 5px;
}
.produkt-radek .variants select
{
  width: 100%;
}
.produkt-radek .produkt-bottom
{
  min-height: 100px;
}
.produkt-radek table.produkt-bottom
{
  min-width: 240px;
}
.produkt-radek .in_basket.active
{
  position: relative;
}
/* END RADKOVY VYPIS POUZE PRO KATEGORII */


/* FILTRS */
.c-filters
{
  border:1px solid #e6e6e6;
  background-color:#f4f4f4;
  padding:10px;
  margin-bottom:15px;
  overflow:hidden;
}

/* PRODUCER */
.producer
{
  overflow:hidden;
}
.producer label
{
  padding:5px;
  float:left;
}
/* END PRODUCER */

/* Cena od - do */
#slider-range-text
{
  padding:5px;
  padding-top:0px;
}

#amount
{
  border:0px;
  color:#696969;
  background:transparent;
}

#slider-range
{
  margin:10px;
  margin-top:0px;
  margin-bottom:20px;
  border:0px;
  background-color:#E6E6E6;
}

.ui-slider .ui-slider-range
{
  background-color:#adadad;
}

#slider-range .ui-slider-handle
{
  background-image:none;
  background-color:#717171;
  border:0px;
  width:18px;
  height:18px;
  cursor:pointer;

  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.c-filters #filtr_cena_submit
{
  text-align:right;
  clear:both;
  float:right;
}
/* END Cena od- do */
/* END FILTRS */

/* VIEW ONLY */
.view_only
{ /* SKLADEM */
  display:inline;
  margin-right:10px;
  color:#66a736;
  font-weight:bold;
}
/* END VIEW ONLY */

/* SORT BOOKMARK */
.sort_bookmark a
{
  border:1px solid #e6e6e6;
  border-bottom:0px;
  display:inline-block;
  text-decoration:none;
  margin:0px;
  padding:10px;
  margin-right:2px;
  margin-left:2px;

  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
.sort_bookmark a.first
{
  margin-left:0px;
}
.sort_bookmark a.last
{
  margin-right:0px;
}
.sort_bookmark a.active,
.sort_bookmark a:hover
{
  background-color:#f4f4f4;
}
.sort_bookmark a.active
{
  position:relative;
  bottom:-1px;
  z-index:10;
  font-weight:bold;
}
/**/

/* ZOBRAZENI */
.catalog_table
{
  overflow: hidden;
  float: left;
}
.catalog_table .nadpis
{
  display: inline-block;
  float: left;
}
.catalog_table .line,
.catalog_table .box
{
  display: inline-block;
  height: 21px;
  width: 24px;
  border: 1px solid transparent;
  float: left;
  margin-left: 4px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.catalog_table .line
{
  background-image: url("/grafika/line.png");
}
.catalog_table .box
{
  background-image: url("/grafika/box.png");
}
.catalog_table a:hover
{
  border: 1px solid lightgray;
}
.catalog_table a.active
{
  border: 1px solid gray;
}
/* END ZOBRAZENI */

/* PAGING AJAX */
#ajax-vypis-dalsi-zbozi
{
  text-align:center;
  background-position:center;
  height:90px;
}
#ajax-vypis-dalsi-zbozi .info
{
  text-align:center;
  margin-bottom:10px;
}
#ajax-vypis-dalsi-zbozi .buttons
{
  text-align:center;
  position:relative;
  padding-bottom:15px; /* kvuli sipce pod buttonem */
}
#ajax-vypis-dalsi-zbozi .button .icon
{
  position:absolute;
  left:50%;
  margin-left:-10px;
  margin-top:28px;

  width:0px;
  height:0px;
  border-style:solid;
  border-width:10px 11px 0 11px;
  border-color:#adadad transparent transparent transparent;
}
#ajax-vypis-dalsi-zbozi .button:hover .icon
{
  border-color:#000 transparent transparent transparent
}
/**/

/* POPIS */
.popisek-more-mask
{
  background-color:#000;
  height:40px;
  width:100%;
  display:block;
  position:absolute;
  bottom:0px;

  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#skupina-popisek
{
  margin-bottom:10px;
  position:relative;
  overflow: hidden;
}
#skupina-popisek-more
{
  margin-bottom:15px;
  text-align:right;
}
#skupina-popisek-more .button
{
  width:85px;
  text-align:right;
  position:relative;
}
#skupina-popisek-more .button.down .icon
{
  position:absolute;
  left:50%;
  margin-left:-10px;
  margin-top:22px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #adadad transparent transparent transparent;

}
#skupina-popisek-more .button.down:hover .icon
{
  border-color:#000 transparent transparent transparent;
}
#skupina-popisek-more .button.up .icon
{
  position:absolute;
  left:50%;
  margin-left:-10px;
  margin-top:-14px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 10px 11px;
  border-color: transparent transparent #adadad transparent;
}
#skupina-popisek-more .button.up:hover .icon
{
  border-color:transparent transparent #000 transparent;
}
/**/


/* SUBCATEGORIES IMG */
.subcategories_img
{

}
.subcategories_img_in
{
  width: 105%;
}
.subcategory_img
{
  width:230px;
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  position:relative;
}
.subcategory_img:hover
{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.subcategory_img a
{
  display: block;
  border: 1px solid #e6e6e6;
  padding: 1px;
  overflow: hidden;
  text-decoration: none;
  overflow: hidden;
}
.subcategory_img .img
{
  display: table-cell;
  width: 80px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.subcategory_img .img img
{
  display: block;
  border: 0px;
  height: auto;
  max-width: 80px;
  max-height: 80px;
  margin: auto;
}
.subcategory_img:hover .img img
{
  opacity: 0.8;
}
.subcategory_img .name
{
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
}
.subcategory_img .no_foto
{
  min-height: 80px;
}
.subcategory_img a,
.subcategory_img .img,
.subcategory_img .name
{
  height: 80px;
}
/* END SUBCATEGORIES IMG */


/* TOP SALE */
.top-sale
{
  margin-bottom: 15px;
}
.top-sale a.item-1
{
  display: block;
  border-bottom: 1px solid rgb(244,244,244);
  padding: 5px;
  text-decoration: none;
  font-size: 110%;
}
.top-sale .top-sale-1
{
  border-top: 1px solid rgb(244,244,244);
}
.top-sale a.item-1:hover
{
  background-color: rgb(244,244,244);
}
.top-sale .item-1 .foto
{
  margin-right: 10px;
  width: 60px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
}
.top-sale .item-1 .foto img
{
  max-width: 100%;
}
.top-sale .item-1 .name
{
  float: left;
  display: block;
  line-height: 40px;
}
.top-sale .item-1 .price
{
  line-height: 40px;
  display: block;
  float: right;
  text-align: right;
  width: 20%;
  font-weight: bold;
}
/* END TOP SALE */
/* FOTO */
#detail-foto
{
  width:49%;
  margin-right:1%;
  float:left;
  margin-bottom:15px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
#detail-foto a#det-img-a
{
  display:block;
  height:501px;
  padding:1px;
  border:1px solid #E8E8E8;
  overflow:hidden;
}
#detail-foto img
{
  max-width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
#detail-foto .no_foto
{
  height:500px;
}

/* MORE FOTOS */
#detail_more_fotos
{
  margin-top:10px;
  overflow:hidden;
  width:102%;
}
#detail_more_fotos span.foto
{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  display:block;
  border:1px solid #e8e8e8;
  width:54px;
  height:54px;
  padding:1px;
}
#detail_more_fotos span.foto:hover
{
  background-color:#e8e8e8;
}
#detail_more_fotos span.foto a
{
  display:table-cell;
  width:54px;
  height:54px;
  text-align:center;
  vertical-align:middle;
}
#detail_more_fotos span.foto a img
{
  display:block;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
}
/**/
/**/

/* SALE */
#detail-foto .sleva
{
  margin-left:50%;
  right:10px;
  top:10px;
}
/**/

/* INFO */
#detail-info
{
  width:49%;
  margin-left:1%;
  float:right;
  margin-bottom:30px
}
#detail-info #table-detail-info
{
  width:100%;
  margin-bottom:0px;
}
#table-detail-info td
{
  padding:0px;
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:1px solid #f4f4f4;
  font-weight:bold;
  font-size:110%;
}
#table-detail-info tr:last-child td
{
  border:0px;
}
#table-detail-info td.td_katalog_detail_nadpisek
{
  width:35%;
}
#table-detail-info td.td_katalog_detail_polozka
{
  text-align:right;
  vertical-align: middle;
}

.td_katalog_detail_cena_bez_dph {
  border-bottom: 0 !important;
  padding-bottom: 4px !important;
}

.td_katalog_detail_cena_s_dph {
  padding-top: 4px !important;
}

#detail-info .price
{
  font-size:200%;
}
#detail-info select
{
  padding:3%;
  width:90%;
  border:1px solid #e8e8e8;
  background-color:#f4f4f4;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#detail-info .price select
{
  /*margin-top:5px;*/
}
#detail-info .puvodni_cena
{
  margin-right:10px;
  font-size:110%;
}
#detail-info .lepsi_cena
{
  display:block;
  margin-top:5px;
}
#detail-info .lepsi_cena span
{
  cursor:pointer;
  text-decoration:underline;
}
#detail-info .lepsi_cena span:hover
{
  text-decoration:none;
}

/* BASKET */
#detail_basket
{
  background-color:#f4f4f4;
  border:1px solid #e8e8e8;
  padding:15px;
  /*overflow:hidden;*/
  margin-bottom:15px;
  position:relative;
}
#detail_basket .left
{
  width:50%;
  float:left;
}
#detail_basket .right
{
  width:48%;
  float:right;
  text-align:right;
}

/* ICONS */
#detail_basket .point
{
  display:block;
  color:#555;
  padding:10px;
  text-decoration:none;
  cursor:pointer;
  font-size:90%;
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:30px;
}
#detail_basket .point:hover
{
  color:#000;
}
#detail_basket .point.fb
{
  background-image:url("/grafika/fb_detail.png");
}
#detail_basket .point.favourite
{
  background-position:1px center;
}
#detail_basket .point.compare
{
  background-position:3px center;
}
#detail_basket .point.query
{
  background-image:url("/grafika/query_detail.png");
}
#detail_basket .point.send
{
  background-image:url("/grafika/post_icon.png");
}
/**/

/* IN BASKET */
#detail_basket #in_basket
{
  color:#FFFFFF;
  clear:both;
  padding:10px;
  background-color:#50B948;
  text-align:center;
  margin-bottom:20px;
  font-size:110%;
}
#detail_basket #in_basket a
{
  color:#FFFFFF;
}
#detail_basket #in_basket .variant
{
  display:block;
  font-weight:normal;
  font-size:90%;
}
/* END IN BASKET */

/* BASKET FORM */
#detail_basket_form .basket_form_table
{
  width:auto;
  float:right;
  margin:0px;
}
#detail_basket_form .basket_form_table td
{
  padding:0px;
  vertical-align:top;
}
#detail_basket_form .basket_form_table td.td_1
{
  padding:0px;
  padding-right:2px;
}
#detail_basket_form .basket_form_table td.td_2
{ /* + */
  height:22px;
}
#detail_basket_form .basket_form_table td.td_4
{ /* - */
  height:20px;
}
#detail_basket_form .bt-basket_bg
{
  padding:0px;
  display:inline-block;
  float:right;
}
#detail_basket_form .bt-basket
{
  background-image:url("/grafika/basket_icon.png");
  background-position:center;
  background-repeat:no-repeat;
  padding:10px;
  line-height:22px;
  height:42px;
  width:50px;
  float:right;
}
#detail_basket_form .input_ks
{
  padding:10px;
  line-height:20px;
  text-align:center;
  width:20px;
}
#detail_basket_form .jednotka
{
  margin-left:4px;
  margin-right:4px;
  float:left;
  padding-top:10px;
}
#detail_basket_form .basket_form_up,
#detail_basket_form .basket_form_down
{
  line-height:10px;
  font-size:150%;
  font-weight:bold;
  width:10px;
  display:inline-block;
  text-align:center;
  float:left;
}
/**/

.print_page
{
  text-align:right;
}
/**/
/**/

/* BACK */
#p-dp .back_icon
{
  float:right;
}
/**/

.detail_title
{
  font-size:250%;
}
.detail_content
{
  padding:30px;
  margin-bottom:30px;
  background-color:#f4f4f4;
  font-weight:bold;
}

/* RELATED PRODUCTS */
#detail_related .cat-list
{
  border:0px;
  background:#fff;
  padding-top:0px;
}
/**/

/* Prohlizene naposledy */
.watch_last_box
{
  position:relative;
  overflow:hidden;
  width: auto;
  padding: 0px;
  background-color: transparent;
}
.wl-item
{
  float:left;
  width:15%;
  overflow:hidden;
  margin-right:2%;
}
.wl-item.last
{
  margin:0px;
}

.wl-item .wl-foto
{
  border:1px solid #e7e7e7;
  overflow:hidden;
  height:150px;
  position:relative;
}
.wl-item .wl-foto a
{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}
.wl-item .wl-foto a:hover
{
  background-color:#e7e7e7;
}
.wl-item .wl-foto img
{
  max-height:100%;
  max-width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.wl-item .wl-foto a:hover img
{
  opacity:0.8;
}
.wl-item .wl-foto .no_foto
{
  height:100%;
  width:100%;
  min-height:100%;
}

.wl-item .wl-name a
{
  display:block;
  height:50px;
  line-height:18px;
  text-decoration:none;
  font-weight:bold;
  text-align:center;
  padding:5px;
  font-size:13px;
}
.wl-item .wl-name a:hover
{
  background-color:#e7e7e7;
}

.watch_last_box #last_right,
.watch_last_box #last_left
{
  position:absolute;
  display:block;
  background-color:#adadad;
  line-height:40px;
  height:40px;
  width:20px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  font-size:120%;
  cursor:pointer;
  top:25%;
  z-index:500;
}
.watch_last_box #last_right:hover,
.watch_last_box #last_left:hover
{
  background-color:#000;
}
.watch_last_box #last_right
{
  right:0px;

  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.watch_last_box #last_left
{
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
/**/


/* ZALOZKY */
#detail_zalozky
{
  overflow:hidden;
  position:relative;
  top:1px;
}
#detail_zalozky .zalozka
{
  display:block;
  float:left;
  height:40px;
  line-height:40px;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  text-decoration:none;
  text-align:center;
  font-size:14px;
  color:#000000;
  margin-right:10px;
  position:relative;

  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */

  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#detail_zalozky .zalozka:hover
{
  background:none;
  background-color:#f7f7f7;
}

#detail_zalozky .zalozka.active
{
  border-bottom-color: #f7f7f7;
  font-weight: 600;
}
#detail_zalozky_obsah
{
  overflow:hidden;
  border-top:1px solid #ebebeb;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  padding-top: 20px;
  min-height:40px;

  background: #fff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 40px, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(40px,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 40px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 40px,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 40px,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 40px,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
/* END ZALOZKY */
#div_kosik_nad_vypisem
{
  margin-bottom:15px;
  text-align:right;
}

/* Zpet */
#div_kosik_zpet
{
  text-align:right;
  margin-bottom:10px;
}
#div_kosik_zpet .back_icon
{
  margin-right:10px;
}
#div_kosik_zpet a
{
  color:#adadad;
  text-decoration:none;
}
#div_kosik_zpet a:hover
{
  color:#000;
}
#div_kosik_zpet a:hover .back_icon
{
  background-color:#000;
}
/* END Zpet */

/* BUTTON */
#basket_button
{
  text-align:right;
  margin-bottom:30px;
  overflow:hidden;
}
#basket_button #basket-smazat
{
  margin-right:5px;
  font-size:100%;
}
#basket_button #basket-prepocitat
{
  float:right;
}
/* END BUTTON */

/* BASKET SUM */
#basket_sum
{
  text-align:right;
  overflow:hidden;
  margin-bottom:15px;
}
#basket_sum #table_basket_sum
{
  float:right;
  font-size:150%;
  width:auto;
}
#table_basket_sum .basket_sum_price .price
{
  font-weight:bold;
}
/**/

.basket-pay-note
{
  color:#555;
  font-size:80%;
  display:block;
  margin-left:20px;
  font-style:italic;
}

.hlp-input
{
  color:#555;
  font-size:90%;
  position:absolute;
  padding:5px;
}

input.val-bad
{
  border:2px solid #ff0000 !important;
}

/* Zpusob dopravy */
.td_kosik_zpusoby_dopravy_typ
{
  width:75%;
}
.td_kosik_zpusoby_dopravy_cena
{
  text-align:right;
  font-weight:bold;
  vertical-align:top;
  width:25%;
}
/**/

/* Celkove shrnuti */
#talbe_shrnuti_ceny
{

}
#talbe_shrnuti_ceny td
{
  padding:5px;
  padding-top:10px;
  padding-bottom:10px;
  width:60%;
}
#talbe_shrnuti_ceny thead td
{
  text-align: right;
}
#talbe_shrnuti_ceny thead td.td_kosik_shrnuti_ceny_info
{
  font-weight:normal;
  font-size:120%;
}
#talbe_shrnuti_ceny td.td_kosik_shrnuti_ceny_info
{
  font-weight:bold;
  text-align:right;
  font-size:120%;
  white-space:nowrap;
}
#talbe_shrnuti_ceny td.td_kosik_shrnuti_ceny_celkem
{
  border-top:1px solid #adadad;
  font-weight:bold;
}

#talbe_shrnuti_ceny td.td_kosik_shrnuti_ceny_celkem.td_kosik_shrnuti_ceny_info
{
  font-size:140%;
  white-space:nowrap;
}
/**/

/* Souhlas */
#chksouhlas-dod-pod
{
  text-align:center;
  margin-bottom:30px;
}
/**/

/* SEND ORDER */
#send-order
{
  margin-bottom:60px;
  padding-bottom:30px;
  position:relative;
  text-align:center;
}
#send-order .input_submit
{
  padding:20px;
  padding-left:30px;
  padding-right:30px;
  font-size:150%;
  margin: 0px auto;
}
#send-order .input_submit:hover
{
  opacity:0.6;
}
#send-order .print_paper
{
  position:absolute;
  right:0px;
  bottom:0px;
  background-image:url("/grafika/print_icon.png");
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:30px;
  line-height:25px;
  display:block;
  color:#BEBEBE;
}
#send-order .print_paper:hover
{
  color:#000;
}
#send-order .input_submit.button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#send-order .input_submit .primary-text {
  font-weight: bold;
}

#send-order .input_submit .secondary-text {
  font-size: 12px;
  color: #fff;
  padding-top: 8px;
}

/**/

.div_detail_souvpol_nadpis
{
  margin-bottom:15px;
  font-size:180%;
  font-weight:300;
}

/* BALIK NA POSTU */
#div-ceska-posta .info
{
  font-size: 90%;
  color: gray;
}

#cp-posty
{
  width: 120%;
}
#cp-posty th
{
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
}
#cp-posty td
{
  border-bottom: 1px solid #c7ced9;
}
#cp-posty img
{
  display: block;
}
#cp-posty .balik-vybrat
{
  white-space: nowrap;
  font-weight: bold;
}

#legend td
{
  padding: 2px;
}
#legend td:first-child
{
  width: 25px;
}
#legend img
{
  display: block;
}
/* END BALIK NA POSTU */

/* BALIK DO BALIKOVNY */
.balikovna-vybrat
{
    white-space:nowrap;
}
/* END BALIK DO BALIKOVNY */

.message-platba-nok
{
  padding: 20px;
  margin-bottom: 20px;
  font-size: 120%;
  background-color: rgb(156,23,8);
  color: #ffffff;
  line-height: 200%;
}
.table_order td
{
  border-bottom:1px solid #D0D0D0;
  padding-top:10px;
  padding-bottom:10px;
}

.table_order thead td
{
  border:0px;
}

.table_order .too-label td
{
  border:0px;
  font-size:110%;
}
.table_order td.order_products
{
  padding:0px;
  border:0px;
}

.table_order .order_number
{
  width:120px;
}

.table_order .price
{
  text-align:right;
  width:120px;
}
.table_order .price.vat
{
  font-weight:bold;
}

.table_order .ks
{
  text-align:right;
  width:120px;
}

.table_order .order_detail
{
  text-align:right;
  width: 200px;
  white-space: nowrap;
  padding-right:0px;
}
.table_order .order_detail .button
{
  white-space: nowrap;
}


/* PRODUCTS */
.table_order_products
{
  margin-bottom:30px;
}

.table_order_products thead td
{
  font-size:100%;
  border:0px;
  font-weight:normal;
}
.table_order_products thead .price.sum
{
  font-weight:normal;
}

.table_order_products td
{
  padding:5px;
  vertical-align:top;
}
.table_order_products .ks
{
  width:40px;
  white-space:nowrap;
}
.table_order_products .kod
{
  width:80px;
  white-space:nowrap;
}
.table_order_products .price
{
  width:80px;
  text-align:right;
  white-space:nowrap;
}
.table_order_products .vat
{
  text-align:right;
  width:40px;
  white-space:nowrap;
}
.table_order_products .price.sum
{
  font-weight:bold;
}
/* END PRODUCTS */


/* DETAIL */
.order-address th
{
  text-align:left;
  width:25%;
  padding:10px;
}
.order-address td
{
  padding:10px;
}


.table_order_products.detail td
{
  border:0px;
  padding-top:10px;
  padding-bottom:10px;
}
.table_order_products.detail tr:nth-child(2n+1) td
{
  background-color:#f4f4f4;
}
.table_order_products.detail thead tr td
{
  background-color:#ADADAD !important;
  color:#fff;
  font-weight:bold;
  font-size:110%;
}

/* SUM */
.order_sum
{
  width:auto;
  float:right;
}
.order_sum td
{
  padding:10px;
  font-size:120%;
}

.order_sum .price
{
  text-align:right;
}
.order_sum .sum
{
  font-weight:bold;
}
/**/
/**/
.paging.articles
{
  padding-bottom:10px;
  border-bottom:1px dotted #7E7E7E;
  margin-bottom:10px;
}
.paging.articles.bottom
{
  padding:0px;
  margin:0px;
  border:0px;
}


.article-item
{
  padding-bottom:10px;
  border-bottom:1px dotted #7E7E7E;
  margin-bottom:10px;
}

.article-item h2 .date
{
  float:right;
}

.article-img
{
  float:left;
  margin-right:15px;
}

.article-button
{
  text-align:right;
}

.sort.articles
{
  text-align:right;
  margin-bottom:15px;
}
.paging.foto
{
  padding-bottom:10px;
  border-bottom:1px dotted #7E7E7E;
  margin-bottom:10px;
}
.paging.foto.bottom
{
  padding:0px;
  margin:0px;
  border:0px;
}

.sort.foto
{
  text-align:right;
  margin-bottom:15px;
}

.foga-item
{
  padding-bottom:10px;
  border-bottom:1px dotted #7E7E7E;
  margin-bottom:10px;
}

.foga-item .cfoga-img
{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}.tbl_katalog_vypis td
{
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #c7ced9;
}
.tbl_katalog_vypis thead td a
{

  text-decoration:none;
}

.tbl_katalog_vypis select
{
  width:100%;
}

.tbl_katalog_vypis .obrazek
{
  width:40px;
  text-align:center;
}
.tbl_katalog_vypis .obrazek .no_foto
{
  display:none;
}

.tbl_katalog_vypis .nazev a
{
  font-weight:bold;
  text-decoration:none;
}
.tbl_katalog_vypis .nazev a:hover
{
  color:#888;
}

.tbl_katalog_vypis .dph
{
  width:40px;
  text-align:right;
}

.tbl_katalog_vypis .zakaznik_cena_s_dph,
.tbl_katalog_vypis .zakaznik_cena_bez_dph
{
  text-align:right;
  width:130px;
  white-space:nowrap;
}

.tbl_katalog_vypis .pridat_do_kosiku
{
  text-align:right;
  width:80px;
}
.tbl_katalog_vypis .pridat_do_kosiku .input_ks
{
  text-align:center;
  margin-right:5px;
}
.tbl_katalog_vypis .pridat_do_kosiku .jednotka
{
  margin-right:5px;
}
.tbl_katalog_vypis .pridat_do_kosiku .delete
{
  display:inline-block;
  width:29px;
  height:29px;
  background-color:#8B0003;
  background-image:url("/grafika/close.png");
  background-repeat:no-repeat;
  background-position:center;
  float:right;

  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.tbl_katalog_vypis .kosik_celkova_cena_s_dph,
.tbl_katalog_vypis .kosik_celkova_cena_bez_dph
{
  text-align:right;
  width:110px;
  font-weight:bold;
  font-size:110%;
  white-space:nowrap;
}

/* KOUPIT FORM */
.tbl_katalog_vypis table.basket_form_table
{
  margin:0px;
  float:right;
  border-spacing:0px;
  width:auto;
}
.tbl_katalog_vypis table.basket_form_table td
{
  padding:0px;
  vertical-align:top;
  text-align:left;
  border:0px;
}
.tbl_katalog_vypis .input_ks
{
  width:22px;
  margin-right:4px;
  margin-bottom:4px;
  text-align:center;
}
.tbl_katalog_vypis .jednotka
{
  margin-right:4px;
  display:none;
}
.tbl_katalog_vypis .bt-basket_bg
{
  float: left;
  display: inline-block;
}
.tbl_katalog_vypis .bt-basket
{
  background-image:url("/grafika/basket_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  width:48px;
  height:48px;
  padding:0px;
  border:0px;
  float: left;
}
.tbl_katalog_vypis .basket_form_down,
.tbl_katalog_vypis .basket_form_up
{
  background-color:#adadad;
  display:inline-block;
  color:#fff;
  font-weight:bold;
  line-height:15px;
  font-size:15px;
  width:15px;
  text-align:center;
  cursor:pointer;
  margin-right:4px;
  float:left;
}
.tbl_katalog_vypis .basket_form_down:hover,
.tbl_katalog_vypis .basket_form_up:hover
{
  background-color:#000;
}
.tbl_katalog_vypis .no_order
{
  background-color:#adadad;
  font-weight:bold;
  color:#fff;
  padding:4px;
  display:block;
  float:right;
}
/**/


/* RADKOVY VYPIS POUZE PRO KATEGORII */
.cat-list-radek
{
  border-top: 1px solid #e6e6e6;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.produkt-radek
{
  position: relative;
}
.produkt-radek-in
{
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
}
.produkt-radek .produkt-left_bg
{
  float: left;
  width: 15%;
}
.produkt-radek .produkt-left
{
  margin-right: 15px;
  position: relative;
}
.produkt-radek .produkt-center_bg
{
  width: 50%;
  float: left;
}
.produkt-radek .produkt-center
{
  margin-right: 15px;
}
.produkt-radek .produkt-right_bg
{
  float: right;
}
.produkt-radek .foto a
{
  display: block;
  text-align: center;
}
.produkt-radek .foto img
{
  max-width: 100%;
  max-height: 120px;
}
.produkt-radek .foto .no_foto
{
  min-height: 100px;
}
.produkt-radek .sleva
{
  top: 0px;
  left: 0px;
  margin-left: -10px;
  margin-top: -10px;
}
.produkt-radek .tags
{
  bottom: 0px;
  left: 0px;
  margin-left: -10px;
  margin-bottom: -15px;
}
.produkt-radek h2
{
  margin: 0px;
}
.produkt-radek h2 a
{
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 80%;
  font-weight: bold;
  display: block;
}
.produkt-radek .code
{
  margin-bottom: 5px;
  font-size: 90%;
  color: gray;
}
.produkt-radek .popisek-1
{
  font-size: 90%;
}
.produkt-radek .variants
{
  margin-top: 5px;
}
.produkt-radek .variants select
{
  width: 100%;
}
.produkt-radek .produkt-bottom
{
  min-height: 100px;
}
.produkt-radek table.produkt-bottom
{
  min-width: 240px;
}
.produkt-radek .in_basket.active
{
  position: relative;
}
/* END RADKOVY VYPIS POUZE PRO KATEGORII */
/* SEARCH TOP */
#search
{
  float:left;
  position:absolute;
  left:50%;
  margin-left:-145px;
}
#search_1
{

}
#search #search_input
{
  float:left;
  overflow:hidden;
  border:1px solid #d0d0d0;
  border-right:0px;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#search #vyhledavani_text
{
  background-color:#ebebeb;
  border:0px;
  padding:0px;
  padding-left:10px;
  height:42px;
  line-height:42px;
  overflow:hidden;
  color:#a0a0a0;
  font-size:120%;
  width:230px;
}
#search #search_button
{
  float:left;
  overflow:hidden;
  background-color:#ebebeb;
  border:1px solid #d0d0d0;
  border-left:0px;

  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#search .bt-search
{
  background:transparent;
  background-image:url("/grafika/search_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  height:42px;
  overflow:hidden;
  line-height:42px;
  padding:0px;
  width:50px;
  color:#a0a0a0;
  font-size:120%;
  float:left;
}
#search .bt-search:hover
{
  background-color:#D0D0D0;
}
/* END SEARCH TOP */


/* NASEPTAVAC */
#naseptavac_content
{
  clear: both;
}
#as_vyhledavani_text
{
  position:absolute;
  background:#fff;
  width:292px !important;
  top:0px !important;
  left: 0px !important;
  z-index:9999;
  overflow: hidden;
  margin-top: 46px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);

  /* bez animace */
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
#as_vyhledavani_text ul
{
  list-style:none;
  margin:0px;
}
#as_vyhledavani_text ul li
{

}
#as_vyhledavani_text ul li a
{
  display:block;
  padding:10px;
  text-decoration:none;
  overflow:hidden;
}
#as_vyhledavani_text ul li a:hover
{
  background-color:#f4f4f4;
}
#as_vyhledavani_text a .nas-div-img
{
  float:left;
  width:15%;
  margin-right:2%;
  margin-bottom:2%;
}
#as_vyhledavani_text a .nas-div-img .no_foto
{
  height:45px;
  min-height:45px;
  background-size:50%;
}
#as_vyhledavani_text a .nas-div-cena
{
  float:right;
  font-weight:600;
  text-align:right;
  width:25%;
  margin-bottom:2%;
  font-size:110%;
  white-space:nowrap;
}
#as_vyhledavani_text a .nas-div-nazev
{
  float:left;
  width:56%;
  margin-right:2%;
  margin-bottom:2%;
}
#as_vyhledavani_text a .nas-div-nazev em
{
  font-weight:bold;
  font-style:normal;
}
#as_vyhledavani_text a .nas-div-info
{
  clear:both;
  display:block;
 padding-left:17%;
}
/* END NASEPTAVAC */


/* SEARCH PAGE */
#vyhledavani_kategorie
{
  background-color:#f4f4f4;
  border:1px solid #E6E6E6;
  padding:10px;
  padding-bottom:0px;
  margin-bottom:15px;
}

#vyhledavani_kategorie li
{
  margin-bottom:5px;
}

#vyhledavani_kategorie a
{
  margin-right:5px;
}
#vyhledavani_kategorie .delic
{
  margin-right:5px;
}
/* END SEARCH PAGE */
/* /letaky.php */
a.broadsheet-item
{
    float: left;
    width: 20%;
    margin-bottom: 1%;
    margin-right: 1%;
    padding: 2%;
    background-color: rgb(245,245,245);
    text-align: center;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
a.broadsheet-item:hover
{
    background-color: #e6e6e6;
}
.broadsheet-item .brshe-name
{
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.broadsheet-item .brshe-validity
{
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.broadsheet-item .brshe-validity strong
{
    display: block;
}
.broadsheet-item .brshe-img
{
    display: block;
    height: 200px;
    overflow: hidden;
}
.broadsheet-item .brshe-img img
{
    display: block;
    margin: auto;
    max-width: 100%;
}

/* DETAIL /letaky.php?skupina_id=6 */
a.c-letaky-det
{
    float: left;
    width: 20%;
    margin-bottom: 1%;
    margin-right: 1%;
    padding: 2%;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: rgb(245,245,245);
    text-align: center;
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
a.c-letaky-det:hover
{
    background-color: #e6e6e6;
}
.c-letaky-det .name
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    font-weight: 600;
    background-color: rgba(222,222,222,0.6);
}
.c-letaky-det .img
{
    display: block;
    height: 200px;
    overflow: hidden;
}
.c-letaky-det .img img
{
    display: block;
    margin: auto;
}

#p-leaflets .back_icon
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.highslide-controls,
.highslide-controls *
{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/* END DETAIL */

.c-letaky-det .no_foto,
.broadsheet-item .no_foto
{
    height: 200px;
}
/* END /letaky.php */


/* /rozvozove-trasy.php */
#div_rozvozove_trasy_filtr
{
    margin-bottom: 20px;
}
#div_rozvozove_trasy_filtr #div_rozvozove_trasy_filtr_nadpis
{
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px solid rgb(247,247,247);
}
#tbl_rozvozove_trasy_vypis tbody tr:nth-child(2n+1) td
{
    background-color: rgb(247,247,247);
}
/* END /rozvozove-trasy.php */


/* /seznam-prodejcu.php */
#vypis
{
    display: block;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 110%;
}

.div_prmista_vypis_kraj
{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}
.div_prmista_vypis_misto
{
    margin-bottom: 5px;
    background-color: rgb(247,247,247);
    padding: 20px;
}
.div_prmista_vypis_misto .div_prmista_vypis_misto_nazev
{
    font-weight: bold;
}
/* END /seznam-prodejcu.php */


/* /mapa-stranek.php */
.map_pages h2
{

}
.map_pages_content
{
    background-color: #f4f4f4;
    margin-bottom: 20px;
    padding: 20px;
}
.map_pages_content ul
{
    margin-bottom: 5px;
}
/* END /mapa-stranek.php */


/* /registrace.php */
.tbl-reg-adresy-vypis
{
    border-bottom: 1px solid rgb(173,173,173);
}
.tbl-reg-adresy-vypis td
{
    border-top: 1px solid rgb(173,173,173);
}
.tbl-reg-adresy-vypis .td-adresy-editace
{
    white-space: nowrap;
}
/* END /registrace.php */
/* /registrace-dodaci-adresa.php */
#form_registrace_dodacich_adres table td.left
{
    width: 35%;
}
/* END /registrace-dodaci-adresa.php */
/* PLUGIN CSS */
.slider
{
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.slider .slides
{
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.slider .loading
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.slider .loading_bg
{
    filter: alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    display: block;
    background-color: #000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.slider .loading_icon
{
    position: absolute;
    display: block;
    background: url("/grafika/slider/loading.gif") no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* #region Bullet Navigator Skin Begin */
/* Help: http://www.jssor.com/development/slider-with-bullet-navigator-jquery.html */
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05
{
    position: absolute;
    bottom: 16px;
    right: 6px;
}
.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av
{
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url("/grafika/slider/b05.png") no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div
{
    background-position: -7px -7px;
}
.jssorb05 div:hover,
.jssorb05 .av:hover
{
    background-position: -37px -7px;
}
.jssorb05 .av
{
    background-position: -67px -7px;
}
.jssorb05 .dn,
.jssorb05 .dn:hover
{
    background-position: -97px -7px;
}
/* #region Bullet Navigator Skin END */

/* #region Arrow Navigator Skin Begin */
/* Help: http://www.jssor.com/development/slider-with-arrow-navigator-jquery.html */
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l,
.jssora12r
{
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(../grafika/slider/a12.png) no-repeat;
    overflow: hidden;
    top: 180px;
}
.jssora12l
{
    background-position: -16px -37px;
    left: 0px;
}
.jssora12r
{
    background-position: -75px -37px;
    right: 0px;
}
.jssora12l:hover
{
    background-position: -136px -37px;
}
.jssora12r:hover
{
    background-position: -195px -37px;
}
.jssora12l.jssora12ldn
{
    background-position: -256px -37px;
}
.jssora12r.jssora12rdn
{
    background-position: -315px -37px;
}
/* #region Arrow Navigator Skin END */
/* END PLUGIN CSS */


/* CUSTOM */
.slider,
.slider *
{ /* Zruseni animace, jinak nefunguji kloudne efekty slideru */
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.slider
{
    width: 100%;
    height: 400px;
    margin-bottom:10px;
}
.slider .slides
{
    width: 100%;
    height: 400px;
}
/* END CUSTOM */
.live-search
{
	z-index: 99;
	background: #fff;
	overflow: hidden;

    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.6);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}
.live-search .live-search-row
{
    padding: 5px;
    border-bottom: 1px solid rgb(244,244,244);
    cursor: pointer;
}
.live-search .live-search-row:hover
{
    background-color: rgb(244,244,244);
}
.live-search span
{
    font-weight: bold;
    display: block;
}
/* RESPONSIVE */
@media all and (min-width:1400px)
{
  .grid_1
  {
    width:1210px;
  }
  .grid_2
  {
    width:1240px;
  }

  #header.fixed
  {
    margin-left:-620px;
  }

  #banner_right
  {
    margin-left:640px;
  }
  #banner_left
  {
    margin-right:640px;
  }

  /* POPUP */
  .popup
  {
    left:30%;
    width:40%;
  }
  /**/
}

@media all and (max-width:1024px)
{
  .grid_1
  {
    width:720px;
  }
  .grid_2
  {
    width:750px;
  }

  #hlavni_nadpis
  {
    display:none;
  }

  #header.fixed
  {
    margin-left:-375px;
  }

  #banner_right,
  #banner_left
  {
   display:none;
  }

  .form_box_content
  {
    padding-left:20%;
    padding-right:20%;
  }

  /* DETAIL */
  #detail-foto,
  #detail-info
  {
    float:none;
    margin-right:0px;
    margin-right:0px;
    width:100%;
  }
  #detail-foto a#det-img-a
  {
    height:auto;
  }

  /* Prohlizene naposledy */
  .wl-item
  {
    width: 32.3333%;
    margin: 0px;
    padding: 0.5%;
  }
  .wl-item .wl-foto
  {
    height:100px
  }
  /* END DETAIL */

  /* /letaky.php */
  a.broadsheet-item
  {
    width: 45%;
  }
  a.c-letaky-det
  {
    width: 45%;
  }
  /* END /letaky.php */

  /* PRODUKTY RADKOVY VYPIS */
  .produkt-radek .produkt-center_bg
  {
    margin-bottom: 10px;
  }
  .produkt-radek .produkt-right_bg
  {
    float: none;
    width: 100%;
    clear: both;
  }
  .produkt-radek .produkt-left_bg
  {
    width: 50%;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .produkt-radek table.produkt-bottom
  {
    /*min-height: auto;*/
  }
  /* END PRODUKTY RADKOVY VYPIS */
}
/**/
body
{
    background-color: #ffffff;
    color: #66676a;
    font-family: Calibri, Arial;
    font-size: 16px;
}

a
{
    color: #66676a;
}

h1
{
    color: #005197;
}

table thead td,
table th
{
    font-weight: normal;
}

iframe
{
    max-width:100%;
}

#vybrana_balikovna,
.vybrana_ppl_parcelshop,
#vybrana_gls_parcelshop {
	padding: 20px;
    border: solid 2px #005197;
    margin: 20px;
}
#iframe_bg {
	display: block;
    position: fixed;
    left: 0px;
    background: #0000003b;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1000;
	overflow: auto;
}
#iframe_balikovna {
	position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    background: white;
    border: solid 3px #005197;
	width: 75%;
    height: 80%;
}
#iframe_balikovna iframe {
	width: 100%;
    height: 100%;
}
#iframe_bg .close_balikovna {
	background-color: grey;
    position: absolute;
    right: -20px;
    top: -20px;
    background-image: url(/grafika/close.png);
    background-position: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 0px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: auto;
}

#iframe_gls_parcelshop_back {position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;z-index: 10000001;background: #0000009a;}
#iframe_gls_parcelshop {position: fixed;top: 5%;left: 5%;width: 90%;height: 90%;z-index: 10000002;background: white;border: none;}


.button, button, input[type="button"], input[type="submit"]
{
    padding: 8px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
input[type="text"], input[type="password"], select, textarea, input[type="number"], input[type="email"]
{
    border-color: #E6E7E7;
    padding: 8px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.no_foto
{
    background-color: #f6f6f6;
}


.col_box_title
{
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 100;
    background-color: #005197;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;

    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.col_box_content
{
    background-color: rgb(135,206,250);
    padding: 15px;
    margin-bottom: 15px;
    color: #000000;

    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.col_box_content input[type="text"],
.col_box_content textarea,
.col_box_content select
{
    border-color: rgb(153,185,213);
}
.col_box_content input[type="submit"],
.col_box_content input[type="button"],
button,
.button
{
    background-color: #005197;
}
.col_box_content input[type="submit"]:hover,
.col_box_content input[type="button"]:hover,
button:hover,
.button:hover
{
    background-color: #000000;
}

.produkty .bt-basket,
#detail_basket_form .bt-basket,
.tbl_katalog_vypis .bt-basket
{
    background-image: url("/grafika/brufus/basket_icon.png");
    background-color: #01519A;
    font-size: 140%;
    font-weight: bold;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.produkty .bt-basket:hover,
#detail_basket_form .bt-basket:hover,
.tbl_katalog_vypis .bt-basket:hover
{
    background-color: #000000;
}
#detail_basket_form .bt-basket
{
    width: auto;
    background-position: 10px center;
    padding-left: 55px;
    padding-right: 15px;
}
.basket_form_down, .basket_form_up,
.produkty .basket_form_down, .produkty .basket_form_up,
.tbl_katalog_vypis .basket_form_down, .tbl_katalog_vypis .basket_form_up
{
    background-color: #3e3e3f;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tbl_katalog_vypis .basket_form_down
{
    margin-right: 0;
}
.tbl_katalog_vypis td.ean {
	min-width: 70px;
}


/* TOP BAR */
#top_bar_bg,
#top_bar
{
    background-color: #6c6d70;
}

#registrace a,
#login .nadpis
{
    color: #e6e7e7;
    text-transform: uppercase;
}
#registrace
{
    border-right: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("/grafika/brufus/registrace_1.png");
    padding-left: 30px;
    line-height: 25px;
}
#login
{
    background-image: url("/grafika/brufus/login_1.png");
    background-position: left bottom;
    padding-left: 30px;
    padding-right: 0;
    line-height: 25px;
}

#hlavni_nadpis
{
    color: #e6e7e7;
    float: left;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    line-height: 25px;
    text-transform: uppercase;
}
#hlavni_nadpis strong
{
    font-weight: normal;
}
/* END TOP BAR */


/* HEADER */
#header_bg
{
    background-color: #08afeb;
    background-image: url("/grafika/brufus/head_bg_2.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
#header
{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 0;
    position:relative;
}

#logo
{
    background-image: url("/grafika/brufus/logo_brufus_1.png");
    width: 295px;
    height: 90px;
}

#search
{
    margin-top: 60px;
    top:0;
}
#search #search_input
{
    border: 0;
    border-radius: unset;
}
#search #vyhledavani_text
{
    color: #6e6f72;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    font-size: 100%;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+80,f2eeed+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #f2eeed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#f2eeed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#f2eeed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2eeed',GradientType=0 ); /* IE6-9 */
}
#search #search_button
{
    border: 0;
    background-color: transparent;
    border-radius: unset;
}
#search .bt-search
{
    background-image: url("/grafika/brufus/search.png");
    height: 48px;
    line-height: 48px;
}
#search .bt-search:hover
{
    background-color: transparent;
    opacity: 0.8;
}
#as_vyhledavani_text
{
    margin-top: 50px;
    width: 340px !important;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#as_vyhledavani_text a .nas-div-nazev
{
    width: 52%;
}
#as_vyhledavani_text a .nas-div-cena
{
    width: 29%;
    font-size: 100%;
}

#basket
{
    margin-top: 20px;
    width: auto;
}
#basket a#basket_link
{
    color: #ffffff;
    font-size: 150%;
}
#basket #basket_show_popup
{
    border-color: #ffffff transparent transparent;
}
#basket #basket_suma
{
    font-size: 100%;
    font-weight: normal;
}
#basket #basket_mena
{
    font-size: 100%;
}
#basket #basket_ks
{
    background-image: url("/grafika/brufus/basket_1.png");
    width: 45px;
    height: 30px;
    color: #6c6d6f;
    padding-top: 22px;
}
/* END HEADER */


/* MENU */
#menu_top_bg
{
    /*
    background-color: #08AFEB;
    background-image: url("/grafika/brufus/head_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    */

    margin-top: 40px;
    clear: both;
}
#menu_top
{
    float: none;
    border-top: 2px solid #ffffff;
}
#menu_top .cleaner
{
    height: 0;
}
#menu_top li.level_1
{
    width: 20%;
    position: relative;
}
#menu_top a.level_1
{
    border: 0px;
    display: block;
    padding: 8px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 120%;
    color: #ffffff;

    /*
    font-weight: bold;
    border: 2px solid #ffffff;
    background-color: #ee3436;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    */
}
#menu_top li.level_1:hover
{
    background-color: #ffffff;
}
#menu_top li.level_1:hover a.level_1
{
    color: rgb(0,174,237);
}
#menu_top a.level_1:hover
{
    color: rgb(0,174,237);

    /*
    background-color: #e6e7e7;
    color: #66676a;
    */
}
/*
#menu_top ul a.first
{
    border: 2px solid #ffffff;

    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}
#menu_top ul a.last
{
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}
*/
#menu_top ul.level_1
{
    width: 100%;
    background-color: #6c6d70;

    /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    */
}
#menu_top a.level_2
{
    color: #ffffff;
    text-align: center;
    padding: 8px;
    font-size: 110%;
}
/* END MENU */


/* CONTENT */
#content
{
    padding-left: 0px;
    padding-right: 0px;
}
/* END CONTENT */


.grid_2
{
    width: 965px;
}


#navigation
{
    border: 0px;
    font-weight: normal;
    padding-bottom: 10px;
}

/* CATEGORIES */
#categories_tree
{
    background-color: transparent;
    border: 0;
}
#categories_tree a.level_1
{
    background-color: #6c6d70;
    border-bottom: 0;
    margin-bottom: 2px;
    color: #ffffff;
    font-weight: normal;
    font-size: 19px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#categories_tree a.level_1:hover, #categories_tree a.level_1.active
{
    /*background-color: #ee3436;*/
    background-color: rgb(2,167,233);
}
#categories_tree .level_1 .icon.subcategories
{
    background-image: url("/grafika/plus.png");

}
#categories_tree .level_1 .icon.subcategories.open
{
    background-image: url("/grafika/minus.png");
}

#categories_tree .icon.subcategories.level_1
{
    background-image: url("/grafika/plus_white.png");
    top:16px;
}
#categories_tree .icon.subcategories.open.level_1
{
    background-image: url("/grafika/minus_white.png");
    top:16px;
}
#categories_tree .icon.subcategories.open:hover, #categories_tree .icon.level_1.subcategories.open.active,
#categories_tree .icon.subcategories:hover
{
    background-color: transparent;
}

#categories_tree ul.level_1
{
    border-bottom: 0;
    background-color: #e6e7e7;
    margin-bottom: 2px;
    font-size: 110%;
    overflow: hidden;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#categories_tree li.level_2 a .name
{
    color: #68696c;
}
#categories_tree li.level_2 a:hover .name
{
    color: #000000;
    text-decoration: none;
}
#categories_tree li.level_2 a.active
{
    background-color: rgb(2,167,233);
    font-weight: normal;
    color: #ffffff;
}
#categories_tree li.level_2 a.active .name
{
    color: #ffffff;
}
#categories_tree .icon.level_2
{
    top: 10px;
}
#categories_tree .tag
{
    border-bottom: 0 none;
    border-radius: 6px;
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 2px;
    padding:10px;
    padding-left:calc(8% + 10px);
}
#categories_tree .tag:hover
{
    opacity:0.8;
}
/* END CATEGORIES */

/* PRODUCTS */
.tags .tag
{
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 1px;
    margin-right: 1px;
    background-color: #6c6d70;
    clear:none;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.tag.tag_2
{ /* AKCE */
    background-color: #ee3436 !important;
}
.tag.tag_4
{ /* DOPORUÄŒUJEME */
    background-color: #00ADEF !important;
}
.tag.tag_5
{ /* NOVINKY */
    background-color: #005197 !important;
}
.tag.tag_6
{ /* DOPRODEJ */
    background-color: #6c6d70 !important;
}
.tag.tag_7
{ /* DAREK ZDARMA */
    background-color: rgb(238,52,54) !important;
}
.tag.tag_9
{ /* BEZ MARZE */
    background-color: rgb(2,167,233) !important;
}

.c-filters
{
    border: 0;
    background-color: transparent;
    padding: 0;
}

.sort_bookmark a
{
    color: #747578;
    border: 1px solid #eaebeb;
    padding: 15px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.sort_bookmark a.active
{
    background-color: #00adee;
    border-color: #00adee;
    color: #ffffff;
    bottom: 0;
}

#skupina-popisek-more
{
    font-size:85%;
}
#skupina-popisek-more .icon
{
    display:none;
}

/* PRODUCTS BOX and ROW */
.produkty .produkt-bottom
{
    background-color: #e6e7e7;
}
.produkty .castka
{
    color: #323233;
    font-size: 145%;
    font-weight: 500;
    white-space: nowrap;
}
.produkty .input_ks
{
    border-color: #ffffff;
    padding: 5px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.produkty select{margin-right: 4px}
.produkty .stav_skladu
{
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
}
.produkty .skladem
{

}
.produkty .in_basket
{
    background-color: #31BCF0;
    color: #ffffff;
    font-weight: normal;
    font-size: 100%;
}
.produkty table.produkt-bottom td
{
    padding-left:0;
    padding-right:0;
}
.produkty table.produkt-bottom td.produkt-bottom-1,
.produkty table.produkt-bottom td.produkt-bottom-3
{
    padding-left: 0px;
}
.produkty table.produkt-bottom td.produkt-bottom-2,
.produkty table.produkt-bottom td.produkt-bottom-4
{
    padding-right: 0px;
}
.produkty table.produkt-bottom td.produkt-bottom-4
{
    height:25px;
}
.produkty table.produkt-bottom td.produkt-bottom-4 .stav_skladu {
	transform: translateY(5px);
}
.produkty table.produkt-bottom td.produkt-bottom-4 .stav_skladu .query, #table-detail-info .td_katalog_detail_polozka .point {
    text-align: center;
    cursor: pointer;
	text-decoration: underline;
}
.produkty table.produkt-bottom td.produkt-bottom-4 .stav_skladu .query:hover, #table-detail-info .td_katalog_detail_polozka .point:hover {
	text-decoration: none;
}

.v-osobni-odber
{
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ffffff;
    background-color: rgb(238,52,54);
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-bottom: -10px;
}
/* END PRODUCTS BOX and ROW */

/* PRODUCTS BOX */
.cat-list
{
    background: transparent;
    border: 0;
}
.produkt .produkt-in
{
    border-color: #e6e7e7;
}
.produkt h2 a
{
    color: #1c1c1c;
    font-weight: normal;
    /*font-size: 80%;*/
    font-size: 70%;
    height: 69px;
}
.produkt h2 a:hover
{
    color: #000000;
    opacity: 1;
}
.produkt .foto
{
    margin-bottom: 0;
}
.produkt .produkt_bg
{
    background-color: #e6e7e7;
    padding: 10px;
}
.produkt .popisek
{
    color: #68696c;
    font-size: 15px;
}
/* END PRODUCTS BOX */

/* PRODUCTS ROW */
.cat-list-radek
{
    margin-left: 0px;
    margin-top: 10px;
}
.produkt-radek-in
{
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.produkt-radek h2 a
{
    font-weight: normal;
    color: #5f5f5f;
}
.produkt-radek h2 a
{
    color: #000000;
}
.produkt-radek .popisek
{
    color: #68696c;
}
/* END PRODUCTS ROW */

#ajax-vypis-dalsi-zbozi .button .icon
{
    display: none;
}
/* END PRODUCTS */


/* DETAIL */
#table-detail-info td
{
    border-color: gray;
}
#table-detail-info .availability
{
    font-size: 160%;
}
#detail_basket
{
    border: 0;
    padding: 0;
    background: transparent;
}
#detail_basket .right,
#detail_basket .left
{
    width: auto;
    clear: both;
    float:none;
    /*overflow: hidden;*/
    padding: 15px;
}
#detail_basket .right
{
    background: #F4F4F4;
}
#detail_basket .input_ks-text,
#detail_basket_form .jednotka
{
    font-size: 110%;
    margin-right: 5px;
}
#detail_basket .input_ks-text {
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}
#detail_basket_form .jednotka {
    font-weight: bold;
    font-size: 20px;
    margin: 0px 15px;
    vertical-align: middle;
}
.detail_content
{
    padding: 0px;
    background-color: transparent;
    font-size: 110%;
    font-weight: normal;
}
#detail_basket_form .basket_form_up, #detail_basket_form .basket_form_down
{
    padding: 5px;
}
.osobni-odber span
{
    padding: 10px;
    color: #ffffff;
    background-color: rgb(238,52,54);
    margin-top: 5px;
    display: inline-block;
}
#detail_basket #in_basket
{
    background-color: #31BCF0;
    color: #ffffff;
    font-weight: normal;
}
#detail-foto a#det-img-a
{
    min-height: 300px;
    height: auto;
}
.detail_title
{
    font-size: 180%;
}
#detail_basket .point.query
{
    font-weight:bold;
    font-size:120%;
}
#detail_basket_form .td_1 select{padding: 10px;width: 65px;background-color: #fff}

.d-text-dodani {white-space: nowrap;}
/* END DETAIL */


/* FOOT */
#foot_bg,
#foot
{
    background-color: #00adee;
}
#foot
{
    padding: 0;
    color: #005197;
    /*
    padding-top: 1%;
    padding-bottom: 1%;
    */
}
#foot a
{
    color: #005197;
    /*text-decoration: none;*/
}
#foot a.button
{
    color: #ffffff;
}
#foot ul
{
    margin-bottom: 10px;
}
#foot .col_bg
{
    background-color: #02a7e9;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#foot .col{overflow:hidden}
#foot .col-1
{
    margin-left: 0;
    margin-right: 0.5%;
    width: 32.8333%;
}
#foot .col-2
{
    width: 32.3333%;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
#foot .col-3
{
    margin-right: 0;
    width: 32.8333%;
    margin-left: 0.5%;
}
#foot .col_box
{
    margin: 0;
}
#foot .col_box_title
{
    margin: -5%;
    margin-bottom: 20px;
    border: 0;
}
#foot .col_box_content
{
    margin: 0;
    padding: 0;
    color: #005197;
    background-color: transparent;
}
.col_box_content input[type="text"],
.col_box_content textarea,
.col_box_content select
{
    border-color: #005197;
}
#foot .col_box.market_box .input_submit
{
    display: block;
}

#foot_2_bg,
#foot_2
{
    background-color: #6c6d70;
}
#foot_2
{
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
}
#foot_2 a
{
    color: #ffffff;
}
#foot_2 .col
{
    width: 33.3333%;
    float: left;
}
#foot_2 .col-2
{
    text-align: center;
}
#foot_2 .col-3
{
    text-align: right;
}
/* END FOOT */


/* BASKET PAGE */
#send-order .input_submit
{
    background-color: rgb(238,52,54);
}

.basket-pay-note
{
    font-size: 90%;
    clear: both;
}
/* PPL vydejni misto v nÃ¡kupnÃ­m koÅ¡Ã­ku */
#ppl_info, #ppl_info_sk
{
    min-height: 310px;
    border: 1px solid rgb(224,224,224);
    margin: 20px 0px;
    padding: 10px;
    background: #fff;
}
#c-kosik-ppl, #c-kosik-ppl-sk
{
    display: none;
}
#ppl_info div, #ppl_info_sk div
{
    margin-top: 15px;
}
.c-ppl-nazev
{
    font-weight: bold;
    font-size: 150%;
}
.img-ppl-mapa
{
    border: 1px solid rgb(224,224,224);
    width: 460px;
    height: 300px;
    margin: 15px 0px 0px 0px;
}
.div-ppl-nevybrano
{
    text-align: center;
    color: rgb(224,224,224);
    font-size: 200%;
    padding-top: 70px;
    line-height:100%;
}
.c-ppl-informace
{
    white-space: normal;
}
#c-kosik-ppl select, #c-kosik-ppl-sk select
{
    width: 100%;
    font-size: 110%;
}
/* END PPL vydejni misto v nÃ¡kupnÃ­m koÅ¡Ã­ku */
.tbl_katalog_vypis .input_ks
{
    width: 21px;
    padding: 5px;
}
.tbl_katalog_vypis .td_1 select{
    padding: 5px;
    width: 55px;
    background-color: #fff;
}
.kosik_uhrada_cena
{
    padding-right:0;
}
#div_platba td
{
    padding-top:0;
    padding-bottom:10px;
}
.c-kosik-uhrady
{
    padding: 0px 0px 10px 0px;
}
.tbl_katalog_vypis .pridat_do_kosiku
{
    /*width: 85px;*/
    width: 110px;
    min-width: 110px;
}
.tbl_katalog_vypis .pridat_do_kosiku .td_2
{
    width: 20px;
}
.tbl_katalog_vypis .pridat_do_kosiku .td_2 .basket_form_up
{
    margin-bottom: 1px;
}
.tbl_katalog_vypis table.basket_form_table
{
    float: left;
}
.tbl_katalog_vypis .pridat_do_kosiku .input_ks
{
    margin: 1px;
}
#div_platba label{cursor: pointer}
.td_kosik_zpusoby_dopravy_radio{vertical-align: top}
.td_kosik_zpusoby_dopravy_typ{vertical-align: top}
.td_kosik_zpusoby_dopravy_typ img{float: left;margin-right: 10px;margin-bottom: 5px}
/* BASKET PAGE */

/* HEUREKA */
#hw-87kwowifjjowiklsadh666left
{
    top: 265px !important;
}
/* END HEUREKA */

/* Backlink */
.f-backlinks
{
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 90%;
    clear: both;
    text-align: center;
}
/* END Backlink */

#nahoru
{
    bottom: 120px;
    right: 15px;
    background-color: rgba(0,173,238,0.8);
}
#nahoru:hover
{
    background-color: rgba(0,173,238,1);
}

#posta-pasma{padding: 10px;background: lightgrey;margin-top: 5px; font-size: 90%;color: #000;margin-left: -10px}
#CESKA_POSTA_BALIK_NA_POSTU,#CESKA_POSTA_BALIKOVNA{clear: both}

#p-basket #col-2 .col_box label{display: inline-block;margin-right: 5px;padding-top: 5px}
#p-basket #col-2 .quick_order_box #i-pr-code{width: 50%;min-width: 180px}
#p-basket #col-2 .col_box_content {border-radius: 0;background-color: #f4f4f4}
#p-basket #col-2 .col_box_content form{display: flex}
#p-basket #col-2 .col_box_content form input{margin-right: 10px;border-color: #E6E7E7}
#p-basket #col-2 .col_box_title{background: transparent;color:#66676a;font-size: 180%; font-weight: 300;}

/* poradi on-line platby v kosiku - na prvni misto */
#js_zpusoby_uhrady {display: flex;flex-wrap: wrap;}
.c-kosik-uhrady{display:block;order: 1;width: 100%;}
#c-uhrada-5 {order: 0;}

input.val-bad{border: 1px solid #ff0000 !important}
input.val-bad+span.validation:after/*,input:invalid+span.validation:after*/{content: "\f06a";font-family: FontAwesome;font-size: 140%;color: red;display: inline-block;padding: 5px}
input.val-ok+span.validation:after{content: "\f058";font-family: FontAwesome;font-size: 140%;color: green;display: inline-block;padding: 5px}

.hlidaci_pes_dostupnost{cursor: pointer;display: block;margin-top: 5px;color: #000}
.hlidaci_pes_dostupnost:hover{color: gray}
.hlidaci_pes_dostupnost::before {
    content: "\f1b0";
    font-family: FontAwesome;
    font-size: 120%;
    letter-spacing: 5px;
}

.darek{padding: 10px 60px;color:#02a7e9;font-size: 120%;display: flex}
.darek img{max-height: 100px; min-width: 100px; width: auto;padding-right: 20px;display: inline-block}
.darek .text{display: inline-block;padding-top: 20px}
.darek .darek_sleva{color: #000;text-decoration-color:#000;text-decoration: underline;}
.darek .nazev{color: #02a7e9}

/* ZALOZKY PRO PRODUKTY NA HP */
.tabs.ui-widget-content,
.tabs .ui-widget-content
{
    border: 0;
    background: transparent;
}
.tabs .ui-widget-header
{
    border: 0;
    background: transparent;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor
{
    padding: 10px 30px;
    border-color: #e6e6e6;
    font-size: 120%;
    font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border-color: #e6e6e6;
}
/* END ZALOZKY PRO PRODUKTY NA HP */

/* SLIDER PRODUCTS */
.slider_products
{
    position: relative;
    margin-bottom: 15px;
}
.slider_products .slide_right,
.slider_products .slide_left
{
    padding: 40px 10px;
    background-color: #08afeb;
    border: 1px solid #08afeb;
    font-size: 250%;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 160px;
    left: -5px;
    z-index: 10;
    color: #fff;
}
.slider_products .slide_right
{
    left: auto;
    right: -5px;
}
.slider_products .slide_left:hover,
.slider_products .slide_right:hover
{
    border: 1px solid lightgrey;
}
.slider_products .cat-list_in
{

}
.slider_products .cat-list
{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slider_products .produkt{margin: 0;float: left}
.slider_products .produkt-in{margin-right: 2px}
.slider_products .produkt .foto{height: 250px}
.slider_products .produkt .foto .foto-in{height: 250px}
.slider_products .produkt .foto .no_foto{height: 250px}
.slider_products .produkt img{max-width: 100%; height: auto}
.slider_products .produkt h2 a{height: 69px}
.slider_products .produkt .popisek{height: 54px}
/* END SLIDER PRODUCTS */

#detail_basket .point.delivery{display:block;margin-top:10px;text-align:right;clear:both;text-decoration:underline;font-size:120%;font-weight:bold;}
#detail_basket .point.delivery:hover{text-decoration:none}

#table-detail-info .point.manufacturer{text-decoration:underline;}
#table-detail-info .point.manufacturer:hover{text-decoration:none}

.upozorneni-top {background:#ffd700;line-height:150%;text-align:center;}
.upozorneni-top > table{margin:0}
.upozorneni-top p{margin:0;padding:10px;}
.upozorneni-top > table td{padding:10px}
.upozorneni-top > table td > p:last-child{margin:0}

#detail_zalozky_obsah {
	border: 1px solid #ece8e8;
	margin-left: 0px;
    margin-right: 0px;
	background: none;
    margin-bottom: 10px;
}
#detail_zalozky .zalozka {
	background: none;
	border-bottom: 1px solid white;
}
#detail_zalozky .zalozka.active {
	border-bottom-color: #f7f7f7;
    font-weight: 600;
    border-top: solid 3px #01519a;
}

.kosik_hmotnost {
    clear: both;
}

.souvisejici .dostupnost {
    white-space: nowrap;
}

/* foxentry osetreni sirek inputu */
.foxentry-form input[type="text"],
.foxentry-form input[type="number"],
.foxentry-form input[type="email"] {
    /*width: auto !important;*/
}

.tbl_kosik_objednavka_info input,
.tbl_kosik_objednavka_info textarea,
#js_adresa_dodani input,
.tbl-registrace input,
#div_adresa_dodani input {
    width: 75% !important;
}

.chyba_ks_skladem {background:rgb(238,52,54);color:white;border:none;text-align: left;font-weight:normal !important;}
.chyba_ks_skladem .nadpis {font-size: 120%;margin:0px 0px 10px 0px;font-weight:bold;}

/* A TYP PRODUKT */
.produkt .produkt_bg .v-atypicka-zasilka, #detail_basket .left .atypicka-zasilka, .tbl_katalog_vypis.basket td.nazev .atypicka-zasilka {display: none}

.td_katalog_detail_bez_marze {
    background-color: rgb(2,167,233);
    color: #fff;
    text-align: center;
    font-size: 150% !important;
    font-weight: bold;
}

.eu-cookies {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 98%;
    color: black;
    z-index: 999;
    margin: 0px;
    padding: 1%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 100%;
    box-shadow: 0 -2px 8px 0 rgb(0 0 0 / 25%);
    background: #ffffffef;
}

.eu-cookies-btns {
    margin: 10px 0px;
    text-align: center;
}

.eu-cookies-btns button {
    margin: 5px;
    color: white;
    background: black;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies-btns button:hover {
    background: #606060;
    color: white;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies-btns .eu-cookies-nastaveni,
.eu-cookies-btns .eu-cookies-nezbytne {
    background: #e6e7e7;
    color: black;
}

.eu-cookies button {
    color: white;
    background: black;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.eu-cookies button:hover {
    background: #606060;
    color: white;
    border: 0px;
    padding: 10px 20px;
    margin: 0px 5px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
    color: black;
    text-decoration: underline;
    font-size: 100%;
}

.eu-cookies a:hover {
    color: black;
    text-decoration: none;
}

.eu-cookies-blok {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.eu-cookies-blok-nazev {
    font-size: 130%;
    margin-bottom: 5px;
}

.eu-cookies-blok-checkbox {
    margin-left: 50px;
}

.eu-cookies-last {
    border-top: 1px solid #ddd;
    padding: 10px 0px !important;
    text-align: center;
}

input[type="checkbox"].eu-cookies-checkbox {webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;position: relative;vertical-align: sub;right: 0;bottom: 0;left: 0;
    height: 25px;width: 25px !important;transform: inherit !important;transition: all 0.15s ease-out 0s;background: white;border: solid 1px #ccc;color: #fff;cursor: pointer;padding: 0px !important;
    display: inline-block;margin-right: 0px !important;position: relative;transform: none;border-radius: 0px;opacity: 1;z-index: 2;outline: none;margin-bottom: 2px;}
input[type="checkbox"].eu-cookies-checkbox:disabled {opacity: 0.3;}
input[type="checkbox"].eu-cookies-checkbox:checked {background: black;}
input[type="checkbox"].eu-cookies-checkbox:checked::before {height: 24px;width: 22px;position: absolute;content: "\2713";display: inline-block;font-size: 18px;text-align: center;line-height: 24px;
    background: none;color: white;opacity: 1;font-weight: bold;}

#send-order-krok1, #chksouhlas-dod-pod-krok1 {
    display: none;
}

.popup-vyrobce-logo {
    float: right;
    max-width: 250px;
    max-height: 200px;
    height: auto;
    width: auto;
    margin: 10px 30px 10px 10px;
}

.dp-vyrobce-logo {
    max-width: 120px;
    max-height: 35px;
    height: auto;
    width: auto;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.det-koupit-baleni {
    clear: both;
    float: right;
}

.det-koupit-baleni .point.package
{
    background-image:url("/grafika/box-open-solid.svg");
    background-size: 25px 25px;
}


/* LOADER */
#loader
{
    display:none;
    z-index: 10000;
}
#loader .loader
{
    margin:auto;
    margin-top:20%;
}
.loader
{
    border:5px solid #f3f3f3;
    border-top:5px solid grey;
    border-radius:50%;
    width:100px;
    height:100px;
    animation:spin 2s linear infinite;
    display:block;
}
@keyframes spin
{
    0% { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}
/* END LOADER */

/* FILTRY */
.filtry_bg
{
    margin-bottom: 20px;
    background-color: #F4F4F4;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    clear: both;
}
.filtry
{
    display: flex;
    flex-wrap: wrap;
}
.filtry .parametr
{
    box-sizing: border-box;
    padding: 10px;
    width: 25%;
}

.filtry_bg {border: 2px solid #adadad;}
.filtry .parametr:nth-child(1), .filtry .parametr:nth-child(2), .filtry .parametr:nth-child(3), .filtry .parametr:nth-child(4),
.filtry .parametr:nth-child(9), .filtry .parametr:nth-child(10), .filtry .parametr:nth-child(11), .filtry .parametr:nth-child(12),
.filtry .parametr:nth-child(17), .filtry .parametr:nth-child(18), .filtry .parametr:nth-child(19), .filtry .parametr:nth-child(20) {
	background: #e4e4e4;
}

.filtry .parametr .nadpis
{
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
}
.filtry .parametr label
{
    display: block;
}
.filtry .parametr select
{
    width: 100%;
    box-sizing: border-box;
}
.filtry_bg .buttons
{
    text-align: right;
    padding: 10px;
}
.filtry_bg .filtry_dalsi_button
{
    background-color: transparent;
    color: #000;
}
.filtry_bg .filtry_dalsi_button .fa
{
    margin-left: 5px;
    display: inline-block;
}
.filtry_bg .filtry_dalsi_button .fa-minus,
.filtry_bg .filtry_dalsi_button.open .fa-plus
{
    display: none;
}
.filtry_bg .filtry_dalsi_button.open .fa-minus,
.filtry_bg .filtry_dalsi_button .fa-plus
{
    display: inline-block;
}
.filtry_bg .buttons input[type=submit]
{
    padding: 10px 20px;
}
.filtry_bg .filtry_vybrane
{
    overflow: hidden;
    padding: 10px;
}
.filtry_bg .filtry_vybrane .nadpis
{
    color: gray;
    display: inline-block;
    padding: 5px;
    padding-left: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}
.filtry_bg .filtry_vybrane a
{
    background-color: #e6e6e6;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    text-decoration: none;
    opacity: 0.8;
}
.filtry_bg .filtry_vybrane a:hover
{
    opacity: 1;
}
.filtry_bg .filtry_vybrane a:after
{
    content: "X";
    padding-left: 10px;
    font-weight: bold;
    font-size: 110%;
}
.filtry_bg .filtry_vybrane a.zrusit
{
    float: right;
    margin-right: 0;
}

.filtry_bg .buttons .rozbalit {
    margin-right: 20px;
}

/* OPEN CLOSE */
.filtry .parametr .nadpis .fa
{
    float: right;
    cursor: pointer;
    display: none;
    position: relative;
    top: -4px;
}
.filtry .parametr.close .hodnoty
{
    display: none;
}
.filtry .parametr.open .fa.fa-angle-up
{
    display: block;
}
.filtry .parametr.close .fa.fa-angle-down
{
    display: block;
}
/* END OPEN CLOSE */

.kosik-dobirka-disable-info {
    color: #C0C0C0;
    font-style: italic;
    margin-left:20px;
    font-size: 90%;
}

.lbl-uhrada.disabled,
.kosik_uhrada_cena.disabled
{
    color: #C0C0C0;
}

#div_ppl_externi_back {position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;z-index: 10000001;background: #0000009a;}

#popup_content .subcategory_img {margin-right: 6px;}
#popup_content .subcategories_img_in {width: 100%;}

@media all and (max-width:600px)
{
    .filtry .parametr
    {
        width: 100%;
    }
	
	.filtry .parametr:nth-child(1), .filtry .parametr:nth-child(2), .filtry .parametr:nth-child(3), .filtry .parametr:nth-child(4),
	.filtry .parametr:nth-child(9), .filtry .parametr:nth-child(10), .filtry .parametr:nth-child(11), .filtry .parametr:nth-child(12),
	.filtry .parametr:nth-child(17), .filtry .parametr:nth-child(18), .filtry .parametr:nth-child(19), .filtry .parametr:nth-child(20) {
		background: #F4F4F4;
	}
}
/* FILTRY COL-1 */
#col-1 .filtry_bg .filtry
{
    padding-top: 10px;
}
#col-1 .filtry_bg .filtry .parametr
{
    width: 100%;
    padding-top: 0;
}
#col-1 .filtry_bg .buttons
{
    text-align: center;
}
#col-1 .filtry_bg .filtry_vybrane .nadpis
{
    float: none;
    display: block;
}
/* END FILTRY COL-1 */
/* END FILTRY */

table.parametry {
    max-width: 500px;
    margin: 10px 0px;
}

table.parametry tr:nth-child(even)
{
    background: #f5f5f5;
}

table.parametry td:nth-child(1) {
    width: 190px;
}

#detail_alternative .produkt {width: calc(25% - 15px);}
#detail_alternative .produkt img {max-width: 100%;}

.skladem_u_dodavatele {color:#FF9900}
.na_ceste {color:#02A7E9}

.tooltip {
    position: relative;
    cursor: pointer;
    top: -2px;
    /*margin-left: 5px;*/
}
.tooltip .fa-question-circle {
    font-size: 60%;
}
.tooltiptext {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    z-index: 2147483647;
    position: absolute;
    bottom: 125%; /* Pozice tooltipu */
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.dpbook-top ul {display: flex;list-style: none;margin: 0px;flex-wrap: wrap;}
.dpbook-top ul li {width: 50%;text-align:center;}
.dpbook-top ul li a {text-decoration: none;display: inline-block;padding: 8px 20px;background-color: rgb(229 229 229);transition: all .2s;border-radius: 10px;font-size: 150%;}
.dpbook-top ul li a:hover, .dpbook-top ul li a.dp-active {background-color: #3895d9;color:white;}

.kroky-bottom {
    text-align: center;
}

.a-kosik-kroky-next {
    font-size: 150%;
    color: white;
    background: #3895d9;
    padding: 16px;
    display:inline-block;
    border-radius: 10px;
    text-decoration: none;
    transition: all .2s;
    margin: 20px auto 60px auto;
}
.a-kosik-kroky-next:hover {background: rgb(56, 134, 192);}

.tbl-kosik-rekapitulace-udaje {
    width:40%;
    margin: 0px auto;
}

.kosik-rekapitulace-udaje-td-nadpis {
    width: 40%;
}

.det-rozbaleno {
    font-size: 140%;
    color: #ee3436;
    font-weight: bold;
    margin-bottom: 10px;
}

.det-rozbaleno .fa-question-circle {
    position: relative;
    top: -2px;
}

.det-cena-za-mj {
    font-weight: normal;
    font-size: 90%;
    margin-top: 5px;
}

.vyp-cena-za-mj {
    font-size: 90%;
    margin-top: 2px;
}

.produkt div.produkt-bottom {
    min-height: 122px;
}

.produkty table.produkt-bottom td.produkt-bottom-2 {
    height: 75px;
}

.kosik-comgate-typ-platby {
    margin: 10px 25px;
    background: white;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* RESPONSIVE */
@media all and (max-width:1400px)
{
    /* DETAIL */
    .input_ks-text
    {
        display: none;
    }

    #detail_alternative .produkt {width: calc(33.33% - 15px);}
    /* END DETAIL */
}

@media all and (min-width:1400px)
{
    .grid_2
    {
        width: 1210px;
    }
}

@media all and (max-width:1024px)
{
	#iframe_balikovna {
		display: block;
		transform: none;
		top: 20px;
		right: 20px;
		left: 20px;
		margin-bottom: 20px;
		min-height: auto;
		min-width: auto;
	}
	
    .grid_2
    {
        width: 720px;
    }

    #menu_top a.level_1
    {
        font-size: 105%;
    }

    #search
    {
        float: right;
        position: relative;
        left: 0;
        margin-left: 0;
        margin-top:20px;
    }
    #basket
    {
        margin-top: 0;
    }

    .d-text-dodani {white-space: normal;}
}
/* END RESPONSIVE */
