/*! jQuery UI - v1.11.2 - 2014-10-16
* 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('/css/darkyted/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('/css/darkyted/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 {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	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;
}

/* 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('/css/darkyted/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('/css/darkyted/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url('/css/darkyted/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('/css/darkyted/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('/css/darkyted/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('/css/darkyted/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('/css/darkyted/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('/css/darkyted/images/ui-icons_222222_256x240.png');
}
.ui-widget-header .ui-icon {
	background-image: url('/css/darkyted/images/ui-icons_222222_256x240.png');
}
.ui-state-default .ui-icon {
	background-image: url('/css/darkyted/images/ui-icons_888888_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url('/css/darkyted/images/ui-icons_454545_256x240.png');
}
.ui-state-active .ui-icon {
	background-image: url('/css/darkyted/images/ui-icons_454545_256x240.png');
}
.ui-state-highlight .ui-icon {
	background-image: url('/css/darkyted/images/ui-icons_2e83ff_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url('/css/darkyted/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;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url('/css/darkyted/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('/css/darkyted/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	/* display: block; */
	/* position: absolute; */
	/* width: 100%; */
	/* left: 0; */
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}/*
------------------------------------
	LIBRARY

	Knihovna nadesignovanych prvku
	z nichz je mozne systemem LEGO
	skladat obsah stranek.
------------------------------------
*/

/*
------------------------------------
	Pripravene designerske knihovny
------------------------------------
*/
.lft { float: left; }
.inline-bl { display: inline-block; }
/* nahrazeni textu obrazkem */


/* v grafickem modu neviditelne objekty */
.screen-hide {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* clear pro floaty */
.clear {
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}

/* nasilne zalomeni textu na novy radek */
.break {
	display: block;
}






/*
------------------------------------
	carousel
------------------------------------
*/
.carouselWrapper {
	position: relative;
}
.carousel {
	width: inherit;
	overflow: hidden;
	/* max-width: 1920px; */
	position: relative;
}
.carousel ul {
	width: 2000em;
	/* position: relative; */
	/* height: inherit; */
}
.carousel ul li {
	float: left;
	padding: 0;
	background: none;
	/* position: relative; */
}
.inputWrapper {
	position: relative;
}
input.required + span.star {
	position: absolute;
	right: 8px; top: -5px;
	font: 700 125%/1 'Open Sans', sans-serif;
}
input.required:focus + span.star {
	display: none;
}

/* vertical centering img */
.wraptocenter {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	height: 248px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.layout-slider {
	width: 530px;
	float: left;
	margin: 0 30px 0 17px;
}

#amount {
	border: 0;
	box-shadow: none;
}

#slider-range {
	margin: 60px 0 10px;
	position: relative;
}

#slider-range:before,
#slider-range:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: -8px;
	left: -1px;
	background: url('/css/darkyted/images/ico-less.png') 0 -3px no-repeat;
}
#slider-range:after {
	left: 522px;
	background-image: url('/css/darkyted/images/ico-more.png');
}
#slider-range .ui-slider-handle {
	width: 21px; height: 21px;
	top: -11px;
	border: 0;
	background: url('/css/darkyted/images/menu-arrow-2.png') no-repeat;
	outline: none;
}

#slider-range .ui-slider-range + .ui-slider-handle + .ui-slider-handle {
	background: url('/css/darkyted/images/menu-arrow-3.png') no-repeat;
}

#slider-range .ui-slider-handle span {
	display: inline-block;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	position: relative;
	top: -45px; left: -25px;
	font-size: 105%;
	white-space: nowrap;

	background: -moz-linear-gradient(top,  #f2ef00 0%, #bf9200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ef00), color-stop(100%,#bf9200));
	background: -webkit-linear-gradient(top,  #f2ef00 0%,#bf9200 100%);
	background: -o-linear-gradient(top,  #f2ef00 0%,#bf9200 100%);
	background: -ms-linear-gradient(top,  #f2ef00 0%,#bf9200 100%);
	background: linear-gradient(to bottom,  #f2ef00 0%,#bf9200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ef00', endColorstr='#bf9200',GradientType=0 );

}

#slider-range .ui-slider-handle span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px; left: 28px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #b98800 transparent transparent transparent;
}

html, body{
    font-family: 'Arial';
    min-width: 1280px;
}

.main_background{
    background-color: #95d72d;
}
.main_background.hoverable:hover{
    background-color: #363636;

}
.main_background_border:hover{
    border: 1px solid rgba(50, 50, 50, 0);
}
.main_background_border{
    border: 1px solid #897244;
}
.main_color{
    color: #ffffff;
}

.main_second_background{
    background-color: #363636;
}
.main_second_border{
    border: 1px solid rgba(50, 50, 50, 0);
}

li.main_second_background{
   // background-color: #363636;
}

.black_color{
    color: #000000;
}


.main-button{
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 15px;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.container{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    display: block;
    position: relative;
}
.float-left{
    float: left;
}
.visibility-hidden{
    visibility: hidden;
}

span.forgot-password{
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-left: 6px;
    
}

span.forgot-password a{
    font-size: 12px;
    color: #c0c0c0;
    display: block;
    line-height: normal;
    text-align: left;
}
h1{
    display: inline-block;;
    vertical-align: top;
}

/**** predurcene spolecne prvky **********/
.fixed{
    position: fixed!important;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.hidden{
    display: none!important;
}
.light{
    font-weight: 300;
}
.bold{
    font-weight: bold;
}

a.link{
    text-decoration: none;
}

div.center {
    text-align: center;
}

/*****základní hnede tlacitko ********/

span.udaje{
    color: #000000;
    font-weight: bold;
    font-size: 15px; 
    padding-top: 10px;
    display: block;
}

/***********konec hnede tlacitko*******/

/******linka pod nadpisy **************/

.line-header-separator:after{
    content: '';
    display: block;
    height: 2px;
    width: 41px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
/**************************************/






#slider-holder{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

#amount{
    border: 0;
    box-shadow: none;
    display: block;
    margin-bottom: 38px;
    margin-top: 19px;
    text-align: left;
    font-size: 22px;
}
.paging .margin{
   
}
p.paging{
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: right;
}
p.paging a{
    
}
p.paging a.brown-button:first-child{
      margin-right: 30px;
}
p.paging a.brown-button:last-child{
      margin-left: 30px;
}


.homepage .paging .prev-next{
    background: none!important;
    border: none!important;
}
#snippet-product-grid-product .paging .prev-next
{
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

#age-test{
    position:fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 580px;
    display: none;
    height: 200px;
    top: 17%;
    text-align: center;
    z-index: 99999;
    padding: 10px;
}
#age-test .age-test-square{
    border: 1px solid #ffffff;
    height: inherit;
    min-height: 100%;
}
#age-test .header span.title{
    display: inline-block;
    width: 87%;
    text-align: center;
    margin-top: 20px;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}
#age-test .header span.undertitle{
    display: inline-block;
    width: 89%;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;

}
#age-test a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 40px;
    color: #ffffff;
    text-decoration: none;
    background: #363636;
}
.no-border-left-right{
    border-left: none;
    border-right: none;
}
/**********Top menu **********/
#top-menu{
    height: 27px;
    width: 100%;
    display: block;
   // overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99999999;
}
#top-menu ul li a:hover{
    color: #ffffff;
}

#top-menu .social-sites{
    float: right;
}
#top-menu .social-sites .facebook{
     background: url('/css/darkyted/images/header/facebook.png') center no-repeat;
     width: 20px;
     height: 26px;
     display: inline-block;
     opacity: 0.5;
 }
#top-menu .social-sites .facebook:hover {
    opacity: 1;
}
#top-menu .social-sites .twitter{
    background: url('/css/darkyted/images/header/twitter.png') center no-repeat;
    width: 20px;
    height: 26px;
    display: inline-block;
    opacity: 0.5;
}
#top-menu .social-sites .twitter:hover {
    opacity: 1;
}
#top-menu .social-sites .instagram{
    background: url('/css/darkyted/images/header/instagram.png') center no-repeat;
    width: 20px;
    height: 26px;
    display: inline-block;
    opacity: 0.5;
}
#top-menu .social-sites .instagram:hover {
    opacity: 1;
}
#top-menu .prodejny{
    background: url('/css/darkyted/images/header/place-marker.png') left no-repeat;
    padding-left: 20px;
    height: 29px;
    display: inline-block;
}
#top-menu .social-sites .google{
    background: url('/css/darkyted/images/header/google.png') center no-repeat;
    width: 20px;
    height: 26px;
    display: inline-block;
    opacity: 0.5;
}
#top-menu .social-sites .google:hover{
    opacity: 1;
}
#top-menu ul {
    line-height: 26px;
    font-size: 11px;
    text-transform: uppercase;
    height: 28px;
    overflow: hidden;
    color: #c0c0c0;
    text-align: right;    
}
#top-menu ul li {
    display: inline-block;
    margin-right: 30px;
    height: 28px;
    line-height: 30px;
    vertical-align: top;
}
#top-menu ul li a{
    text-decoration: none;
    color: #c0c0c0;
}

/****************************************************/


/*************header***********/
#header {
    height: 113px;
    padding-top: 30px;
    -webkit-box-shadow: 0px -24px 39px 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -24px 39px 15px rgba(0,0,0,0.2);
  box-shadow: 0px -24px 39px 15px rgba(0,0,0,0.2);
    
}
#header .logo{
    min-height: 100%;
    height: 113px;
    display: inline-block;
    line-height: 221px;
    width: 210px;
    vertical-align: top;
    position: relative;
    
}
#header .logo img{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#header .search-box{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 20px;
    
}

#header .header-items{
    display: inline-block;
    width: 77%;
    text-align: right;
    padding-top: 32px;
    float: right;
}
#header .search-box form{
    position: relative;
}
#header .search-box input[type="text"]{
    width: 88%;
    border: 0px solid #81b52c;
    height:20px;
    outline: 1px solid #81b52c;
}
#header .search-box input[type="submit"]{
    position: absolute;
    right: 11px;
    top: 13px;
    background: #ffffff url('/css/darkyted/images/header/search-icon.png') center no-repeat;
    font-size: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    padding: 0;
    margin: 0;
}
li.menu-button a{
    position:relative;
}
li.menu-button>a:after{
     content: "";
  width: 7px;
  height: 4px;
  background-repeat: no-repeat;
  right: -9px;
  position: absolute;
  display: block;
  background-image: url('/css/darkyted/images/header/menu-arrow-down.png');
  top: 8px;
}

#header .phone {
    display: inline-block;
    vertical-align: top;
}

#header .cart{
    position: relative;
    display: block;
    height: 58px;
    width: 61px;
    float: right;
    background-image: url('/css/darkyted/images/header/cart.png');
    background-repeat: no-repeat;
    background-position:  center;
}
#header .cart:hover {
    background-color: #fff;
    background-image: url('/css/darkyted/images/header/cart-hover.png');
    border : 1px solid #dcdcdc;
    border-bottom: 1px solid #ffffff;
}
#header .cart .cart-number{
    position: absolute;
    display: block;
    top: -18px;
    right: 2px;
    height: 29px;
    width: 28px;
    background: url('/css/darkyted/images/header/cart-count.png') center no-repeat;
    text-align: center;
    line-height: 29px;
    font-weight: bold;
    color: #ffffff;
}
#header .cart-info,
#header .login-button,
#header .login-button-logged
{
    font-size: 12px;
    position: relative;
    height: 58px;
    text-align: center;
    width: 112px;
    float: right;
}
#header .login-button,
#header .login-button-logged{
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
    font-weight: bold;

}

#header .login-button {
    position: relative;


    width: auto;
    padding-top: 0;
    height: 60px;
}

#header .login-button-logged{
    float: none;
    width: 100%;
    line-height: normal;
}

#header .cart-info a{
    text-decoration: none;
}
#header .basket-small-products{
    position: absolute;
    top: 59px;
    right: -1px;
    text-align: left;
    display: none;
    width: 207px;
    background: #ffffff;
    min-height: 100px;
    z-index: 99999999999999;
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 17px;
}

#header .cart:hover div.basket-small-products{
    display: block!important;
}
#header .login-form,
#header .user-info{
    display: none;
}
#header .login-form input[type="text"],
#header .login-form input[type="password"] {
    height: 16px;
}
#header div.login-form,
#header div.user-info{
    position: absolute;
    top: 58px;
    z-index: 999999;
    padding: 10px;
    right: -2px;
    width: 270px;
}
#header .login:hover div.login-form,
#header .login:hover div.user-info
{
    display: block!important;
    
}
#header .login:hover div.user-info{
    color: #ffffff;
    width: 180px;
    padding: 20px;
    text-align: left;
}
#header .user-info span  {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#header div.user-info a{
    color: #ffffff;
    text-decoration:  none;
}
#header div.user-info a.button{
    text-transform: uppercase;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 34px;
}



#header .cart-info .price{
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    display: block;

}

#header .vertical-center{
    display: inline-block;
    padding-top: 0;
    width: 31%;
}
#header .header-center{
    display: inline-block;
    vertical-align: top;
    padding-top: 22px;
}

span.phone-code{
    background: url('/css/darkyted/images/header/phone.png') center left no-repeat;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}


#header .login{
    display: inline-block;
    position: relative; 
    width: 112px;
    float: right;
}
#header .login .facebook-login,
.login-form .facebook-login{
    background: url('/css/darkyted/images/header/facebook-button-bg.png') center repeat-x;
    height: 30px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 31px;
    padding-left: 26px;
    padding-right: 26px;
    text-align: center;
    margin-top: 5px;
}
.login-form .facebook-login{
    float: left;
    margin-top: 10px;
}
#header .login .facebook-login a,
.login-form .facebook-login a{
    text-decoration: none;
    color: #ffffff;
}

/******************************/

/**** leve menu ****/
.left-column{
    position: relative;
    z-index: 19;
    width: 18%;
    vertical-align: top;
    display: inline-block;
    margin-top: -8px;
}


.left-menu{
    display: block;
    width: 100%;
    min-height: 200px;

}
.left-menu li{
    min-height: 38px;
    position: relative;
}

.left-menu li .submenu li span{
    margin-left: 15%;
    color: #ffffff;
    width: 80%;
    padding-left: 0;
    text-transform: none;
}
.left-menu li .submenu li:hover,
.left-menu li .submenu li.active
{
    background-color: #191818;
}

.left-menu li:hover ul.submenu-hover{
    display: block
}

.left-menu span{
    font-size: 14px;
    display: inline-block;
    line-height: 15px;
    padding-top: 11px;
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 11px;
    width: 86%;
    margin-left: 7%;
    text-transform: uppercase;
}
.left-menu li.active span{
    border-bottom: none ;
}
.submenu-2{
    margin-left: 25px;
}

.left-column .info-box{
    margin-top: 17px;
    margin-bottom: 17px;
}
.left-column .info-box img{
    width: 100%
}

.submenu-hover{
    display: none;
    position: absolute;
    top: 0;
    width: 361%;
    left: 100%;
    background: #252323;
    z-index: 999999;
    padding: 17px;
}
.submenu-hover li{
    display: inline-block;
    width: 27%;
    height: 120px;

}
.submenu-hover li a{
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: top;
}
.submenu-image{
    display: inline-block;
    height: 100px;
    width: 35%;
    padding-right: 2%;
    vertical-align: top;
}
.submenu-image img{
    max-width: 100%;
}
.submenu-hover div.submenu-text{
    display: inline-block;
    vertical-align: top;
    max-width: 58%;
}
.submenu-hover li ul li{
    height: auto;
    width: auto;
    min-height: 0;




}
.submenu-hover2 {
    max-height: 80px;


}
.submenu-hover2 li{
    display: block;
    margin-top: 5px;
}
.submenu-hover2 li a{
    text-transform:none;
    text-decoration: none;
    font-size: 12px;
    color: #848484;
    line-height: 14px;

}
.submenu-hover2 li.other-categories a{
    text-decoration: underline;
}




.best-sell-products img,
.last-visited-products img{
    max-width: 100%;
    max-height: 55px;
}
.next-visited{
    display: block;
    text-align: right;
    font-size: 12px;
}
.best-sell-products h4,
.last-visited-products h4{
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
}
.best-sell-products ol,
.last-visited-products ol{
    margin-bottom: 35px;
}
.best-sell-products ol a ,
.last-visited-products ol a {
    text-decoration: none;
}
.best-sell-products ol li,
.last-visited-products ol li{
    border-top: 1px solid #d2d2d2;
    padding-top: 5px;
}
.best-sell-products ol li .best-sell-image,
.last-visited-products ol li .last-visited-image{
    height: 62px;
    width: 22%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
.best-sell-products ol li .best-sell-title,
.last-visited-products ol li .last-visited-title{
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.best-sell-products ol li .best-sell-text,
.last-visited-products ol li .last-visited-text{
    font-size: 13px;
    text-transform: uppercase;
    width: 70%;
    display: table-cell;
    padding-left: 5%;
    vertical-align: middle;
}

.best-sell-products ol li .best-sell-price,
.last-visited-products ol li .last-visited-price{
    display: block;
    color: #000000;
    font-weight: bold;
}
.best-sell-products ol li.last-produt,
.last-visited-products ol li.last-produt{
    display: block;
    text-align: right;
    line-height: 18px;
    height: 24px;
}
.best-sell-products ol li.last-produt a,
.last-visited-products ol li.last-produt a{
    color: #8d8d8d;
    text-decoration: underline;
    font-size: 12px;
}






/************FOOOTER*************/
#footer{
    position: relative;
    background: #ededed;
    width: 100%;
    display: block;
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 0;
}

#footer h1{
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 15px;
}
#footer .container{
    text-align: left!important;
}


/**novinky blok**/

#footer .footer-news{
    width: 43%;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    max-height: 292px;
    overflow: hidden;
}
#footer .footer-news span.footer-news-header,
#footer .about-shopping span.about-shopping-header,
#footer .contact-us span.contact-us-header
{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;

}
#footer .footer-news ol,
#footer .about-shopping ol
{
    border-top: 1px solid #3d3d3d;
    padding-top: 20px;
    margin-top: 10px;
}
#footer .footer-news ol li{
    width: 246px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
}
#footer .footer-news ol li .footer-news-calendar{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
}
#footer .footer-news ol li .footer-news-calendar span.day{
    display: block;
    width: 100%;
    font-size: 14px;
    padding-top: 5px;
}
#footer .footer-news ol li .footer-news-calendar span.month{
    display: block;
    font-size: 7px;

    text-transform: uppercase;
    font-weight: bold;
}
#footer .footer-news ol li .footer-new-text{
    display: inline-block;
    vertical-align: top;
    width: 201px;
    margin-left: 10px
}
#footer .footer-news ol li .footer-new-text .footer-new-title{
    display: table-cell;
    width: 100%;
    margin-bottom: 5px;
    height: 31px;
    vertical-align: middle;
}
#footer .footer-news a{
    color: #ffffff;
    text-decoration: none;
}
#footer .footer-news ol li .footer-new-text .footer-new-anotation{
    display: none;
    width: 100%;

}
#footer .footer-new-anotation a{
    color: #9a9a9a;
}
#footer .footer-new-title h4{
    font-weight: normal;
    display: inline-block;
    line-height: 15px;  
}

#footer .about-shopping{
    color: #ffffff;
    display: inline-block;
    margin-left: 20%;
}
#footer .about-shopping ol li a{
    color: #ffffff;
    text-decoration: none;
}

#footer .about-shopping ol{
    //  width: 305px;
}
#footer .about-shopping ol li{
    
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 11px;
}

#footer .payement-logos{
    text-align: right;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    background: url('/css/darkyted/images/logos.jpg') center no-repeat;
    height: 30px;
    background-size: contain;
}

.center-footer-block{
    display: inline-block;
    max-width: 415px;
    width: 32%;
    padding-bottom: 52px;
}

#footer .payement-logos span {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-left: 0.45%;
}
#footer .payement-logos span:first-child {
    margin-left: 0;
}


#footer .contact-us{
    color: #ffffff;
    display: inline-block;
   
    padding-bottom: 52px;
    vertical-align: top;
}
.ad-logos{
    width: 71%;
}
.ad-logos span{
    width: 19%!important;
}
#footer .contact-us ol li{
    display: inline-block;
    width: 30%;
    margin-bottom: 10px;
}
.right-box ol li{
    display: inline-block;
}

#footer .contact-us ol li span,
.right-box ol li span{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: red;
}
#footer .contact-us span.facebook,
.right-box span.facebook{
    background: url('/css/darkyted/images/footer/socSite.png') 0 0;
}
#footer .contact-us span.facebook:hover,
.right-box span.facebook:hover{
    background-position: 0 36px;
}
#footer .contact-us span.pinterest,
.right-box span.pinterest{
    background: url('/css/darkyted/images/footer/socSite.png') 72px 0;
}
#footer .contact-us span.pinterest:hover,
.right-box span.pinterest:hover{
    background-position: 72px 36px;
}
#footer .contact-us span.linkedin,
.right-box span.linkedin{
    background: url('/css/darkyted/images/footer/socSite.png') 108px 0;
}
#footer .contact-us span.linkedin:hover,
.right-box span.linkedin:hover{
    background-position: 108px 36px;
}
#footer .contact-us span.twitter,
.right-box span.twitter{
    background: url('/css/darkyted/images/footer/socSite.png') 36px 0;
}
#footer .contact-us span.twitter:hover,
.right-box span.twitter:hover{
    background-position: 36px 36px;
}
#footer .contact-us span.google,
.right-box span.google{
    background: url('/css/darkyted/images/footer/socSite.png') 180px 0;
}
#footer .contact-us span.google:hover,
.right-box span.google:hover{
    background-position: 180px 36px;
}
#footer .contact-us span.instagram,
.right-box span.instagram{
    background: url('/css/darkyted/images/footer/socSite.png') 144px 0;
}
#footer .contact-us span.instagram:hover,
.right-box span.instagram:hover{
    background-position: 144px 36px;
}





/*******/




/** dolni okraj **/

#footer .footer-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    height: 27px;
    padding-top: 5px;
    padding-bottom: 0;
    z-index: 999999999;
    
}
#footer .footer-bottom .left-block{
    display: inline-block;
    width: 100%;

}

#footer .footer-bottom .right-block{
    display: none;
    width: 143px;
    text-align: right;
    float: right;
}

#footer .footer-bottom .container{
    line-height: 23px;
    font-size: 14px;
}
#footer .footer-bottom .shop-by-phone,
#footer .footer-bottom .distribution,
#footer .footer-bottom .distribution-places
{

    display: inline-block;
    padding-right: 15px;
}

#footer .footer-bottom .shop-by-phone span,
#footer .footer-bottom .distribution span,
#footer .footer-bottom .distribution-places span
{
    display: inline-block;
    line-height: 20px;
}

#footer .footer-bottom .distribution-places:hover .google-map{

    visibility: visible;
}
#footer .footer-bottom .shop-by-phone span.shop-by-phone-text{
   
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
  
}

#footer .footer-bottom .shop-by-phone span.shop-by-phone-number-code{
    margin-left: 15px;
}
#footer .footer-bottom .shop-by-phone span.shop-by-phone-number{
    font-weight: bold;
    font-size: 19px;
    padding-left: 35px;
    background: url('/css/darkyted/images/footer/phone.png') center left no-repeat;
}
#footer .footer-bottom .distribution
{
    display: inline-block;
    color: #ffffff;
}
#footer .footer-bottom .distribution span.distribution-text{
    background:  url('/css/darkyted/images/footer/distribution.png') center left no-repeat;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 44px;
    margin-left: 15px;
    color: #ffffff;
  
}

#footer .footer-bottom .compare,
#footer .footer-bottom .seen{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: #231f20;
    font-size: 12px;
    float: right;

        
}

#footer .footer-bottom .compare span.number,
#footer .footer-bottom .seen span.number{
    background: url('/css/darkyted/images/footer/number-background.png') center no-repeat;
    padding: 0;
    margin: 0;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;

    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
}



#footer .ad-logos{
    display: inline-block;
    text-align: right;
    float: right;
}
#footer .ad-logos span{
    display: inline-block;
    width: 100px;
    height: 75px;
    margin-left: 5%;
    background: red;
}
#footer .footer-left-text{
    padding-top: 5px;
    display: inline-block;
    padding-bottom: 10px;
    color: #b8b8b8;
    font-size: 12px;
    
}

.under-footer {
    
    width: 100%;
}
#footer .footer-bottom .container{
    border:none;
}


.main-content{
    display: inline-block;
    width: 100%;
    padding-left: 0%;
    padding-right: 0;
    
}
.master{
    min-height: 500px;  
    padding-top: 50px;
}

#promo-container{
    min-width: 1280px;
    position: absolute;
    width: 100%;
    height: 350px;
    overflow: hidden;
    max-width: 1920px;
    



}
#promo .carousel ul li{
    height: 350px;
    background-color: #fff;
    max-width: 500px;
    width: 500px;
}
#promo .carousel h3{
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding-bottom: 20px;

}
#promo .carousel p{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}
#promo .carousel-pagination a{
    font-size: 0;
    display: inline-block;
    height: 12px;
    width: 12px;
    padding: 3px;
    background: url('/css/darkyted/images/header/paging.png') center no-repeat;
}
#promo .carousel-pagination a.active{

    background: url('/css/darkyted/images/header/paging-active.png') center no-repeat;
}
#promo .carousel-prev{
    position: absolute;
    top: 0px;
    bottom:0px;
    left:33px;
    background: url('/css/darkyted/images/header/left-arrow.png') center no-repeat;
    width: 36px;
    height: 100%;
    z-index: 9;
    text-decoration: none;
    opacity: 0.5;
}
#promo .carousel-next{
    position: absolute;
    top: 0px;
    bottom:0;
    right:33px;
    background: url('/css/darkyted/images/header/right-arrow.png') center no-repeat;
    width: 36px;
    height: 100%;
    z-index: 9;
    text-decoration: none;
    opacity: 0.5;
}
#promo .carousel-prev:hover,
#promo .carousel-next:hover{
    opacity: 1;
}

#promo .paging{
    display: none;
     position: absolute;
  right: 10px;
  z-index: 10;
  bottom: 12px;
}


#promo .txt{
text-align: left;
    position: absolute;
     left: 0;
    bottom: 0px;
    height: 340px;
    width: 100%;
    color: #ffffff;
    background: none;
    z-index: 9;
    max-width: 580px;
    text-shadow: 0px 0px 4px #000;
}
#promo .txt div a.main-button {
    position: absolute!important;
    bottom: 160px;
}
#promo p{
    font-size: 20px;
    color: #ffffff;
}
.homepage{
    padding-top: 0;
    width: 100%;
}
.product {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 15%;
    padding: 2%;
    min-height: inherit;
    vertical-align: baseline;
    border: 1px solid #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
}
.product:first-child{
    padding-left: 0;
}
.product:hover{
    border: 1px solid #d2d2d2;
}

.product span.top-action{
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 43px;
    background: url('/css/darkyted/product/top.png') center no-repeat;
    top: 20px;
}
span.product-discount{
    z-index: 1;
    display: inline-block;
position: absolute;
width: 66px;
color: #fff;
height: 66px;
text-align: center;
line-height: 66px;
background: url('/css/darkyted/product/product_discount.png') center no-repeat;
top: 20px;
right: 0;
font-size: 22px;
position: absolute; top: 20px;
}
.product h4{
    text-align: center;
    margin-bottom: 10px;
}
.product h4 a{
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 80px;

}
.product .info{
    display: block;
    
    text-align: center;
}

.product .info .price{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 13px;
}

.product .info a.button,
.carousel a.button{
    height: 34px;
    width: 89px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 34px;
}

#lists{
    position: relative;
    padding-top: 21px;
    text-align: center;
}
.homepage p.paging{
  
}
.homepage #snippet-product-grid-product{
    position: relative;
}

p.paging a.link{
    color: #000000;
}
.homepage .paging span{
    text-align: center;
}
.homepage .paging span.back-arrow,
.next-back-product span.back-arrow{
    background: url('/css/darkyted/paging/back-arrow-no.png') center no-repeat;
}
.homepage .paging span.next-arrow,
.next-back-product span.next-arrow{
    background: url('/css/darkyted/paging/next-arrow-no.png') center no-repeat;
}
.homepage .paging a span.back-arrow,
.next-back-product a span.back-arrow{

    background: url('/css/darkyted/paging/back-arrow.png') center no-repeat;
}
.homepage .paging a span.next-arrow,
.next-back-product a span.next-arrow{

    background: url('/css/darkyted/paging/next-arrow.png') center no-repeat;
}


.product-list-img img{
    max-height: 201px;
    max-width: 100%;
}

.main-bottom{
    width: 100%;
}

.main-bottom span.main-bottom-header{
    width: 100%;
    text-align: center;
    display: block;
    background: url('/css/darkyted/images/separator.png') center repeat-x;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-bottom h4{
    display: inline-block;
    background: #ffffff;
    padding: 18px 28px;
    border: 1px solid #d2d2d2;
    text-transform: uppercase;
}


.main-bottom div.box{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.main-bottom .box .box-img{
    position: relative;
    height: 180px;
}
.main-bottom .box .box-img img{
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-height: 180px;
}

.main-bottom{
    text-align: center;
    margin-bottom: 76px;
    display: inline-block;
}

.main-bottom span.header{
    font-weight: bold;
    display: block;
    padding: 10px 10px 15px 10px;
    font-size: 16px;
    min-height: 44px;
}
.main-bottom p.perex{
    text-align: justify;
    padding: 15px 10px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    
}
.main-bottom a{
    text-decoration: none;
    color: #000000;
}
.main-bottom a span.button{
    border: 1px solid #cccccc;
    padding: 15px 15%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    line-height: 90px;
}


.free-shipping-wrap{
    width: 96%;
    max-width: 1107px;
    height: 92px;
    padding: 2%;
    display: block;
    margin-top: 20px;
    
}
.free-shipping-wrap .free-shipping-box{
    width: 100%;
    min-height: 100%;
    border: 1px solid #ffffff;
    position: relative;
}
.free-shipping-wrap .free-shipping-box div.free-shipping-circle{
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 146px;
    top: -30px;
    height: 146px;
    right: 5px;
    background: url('/css/darkyted/images/footer/free-shipping-circle.png') center no-repeat;
}
.free-shipping-wrap .free-shipping-box div.free-shipping-circle span{
    vertical-align: middle;
    display: table-cell;
    height: 146px;
    width: 146px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
.free-shipping-wrap .free-shipping-box div.center-shipping-text{
    color: #ffffff;
text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 10px; 
}
.free-shipping-wrap .free-shipping-box div.center-shipping-text h3{
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 19px;
    text-transform: none;
    font-size: 21px;
}

input[type="text"],
input[type="password"]{
    line-height: 20px;
    font-weight: lighter;
    font-size: 16px;
    padding: 10px;
    width: 90%;
    height: 13px;
}
input[type="submit"]{
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 6px;
}




/****Detail produktu ********/
a.detail_more{
    font-weight: bold;
    text-decoration: none;
    margin-top: 3px;
}
.product-detail{
    text-align: center;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    display: block;
    vertical-align: middle;
}
.product-detail .product-image .gallery #prev{
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 9999;
    display: inline-block;
    text-align: left;
}
.product-detail .product-image .gallery #next{
    position: absolute;
    top: 48%;
    right: 0;
    z-index: 9999;
    display: inline-block;
    text-align: right;
}
.product-detail .product-image a{
    width: 100%;
    display: block;
}
.product-detail .product-image{
    display: inline-block;
    width: 46%;

    min-height: 400px;
    vertical-align: middle;
    position: relative;

    margin-top: 50px;
}
.product-detail .product-info{
    color: #555555;
    font-size: 14px;
position: relative;
    padding-top: 15px;;
    display: inline-block;
    margin-top: 10px;
    width: 50%;
    text-align: left;
    vertical-align: top;
}
.product-detail .product-info h1{
    border-top: 1px solid #cccccc;
    display: block;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 18px;

}
.product-detail .product-info h1:after{
    display: none;
}

.product-detail .product-info .social-sites span{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    
}
.product-detail .product-info span.facebook{
    background: url('/css/darkyted/product/facebook.jpg') center no-repeat;     
}
.product-detail .product-info span.google{
    background: url('/css/darkyted/product/google.jpg') center no-repeat;     
}
.product-detail .product-info span.twitter{
    background: url('/css/darkyted/product/twitter.jpg') center no-repeat;     
}
.product-detail .product-info .social-sites{
    padding-bottom: 10px;
    font-size: 0;
}
.product-detail .product-info .text{
    padding-top: 10px;
    padding-bottom: 30px;
    color: #555555;
    font-size: 14px;
    line-height:  19px;
    text-align: justify;
}

.product-detail .product-info .snippet span.price,
.product-detail .product-info .snippet span.prize
{
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 3px;
    
}
.product-detail .product-info .snippet select{
    height: 32px;
    width: 100%;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #a8a8a8;
}
.product-detail .product-info .snippet input[type="text"]{
    height: 55px;
    padding: 0;
    width: 112px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #a8a8a8;
    text-align: center;
}
.product-detail .product-info .snippet .count{
    position: relative;
    float: left;
}
.product-detail .product-info .snippet .count span.plus,
.product-detail .product-info .snippet .count span.minus{
    position: absolute;
    display: inline-block;
    top: 27px;
    width: 35px;
    color: #ffffff;
    text-align: center;
    height: 55px;
    padding: 0;
    font-weight: bold;
    line-height: 53px;
    cursor:pointer;
}

.product-detail .product-info .snippet .count span.plus{
    left: 77px;
}
.product-detail .product-info .snippet .count span.minus{
    left: 0;
}

#botton_box_next{
    display: inline-block;
    width: 31%;
    vertical-align: top;
    height: 100%;
    margin-bottom: 0;
    position: relative;
        
}
#botton_box_next ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #9e9e9e;
   
}
#botton_box_next ul li a:hover,
#botton_box_next ul li a.active
{
    color: #000000;
    border-bottom: 1px solid black;
padding-bottom: 9px;
}
#botton_box_next ul li a.active:after{
content: '';
line-height: 0;
width: 20px;
font-size: 14px;
height: 16px;
position: absolute;
display: inline-block;
color: #cfcfcf;
background: #ffffff url('/css/darkyted/images/content/box-right-arrow.png') center no-repeat;
left: 99%;
    
}
#botton_box_next ul{
    padding-top: 20px;
    /* border-right: 1px solid #9e9e9e; */
}
#botton_box_next ul li{
    padding-top: 5px;
    padding-bottom: 10px;

    border-bottom: 1px solid #9e9e9e;
    width: 90%;
}

.prod-tabs-right-box{
    text-align: justify!important;
    display: inline-block;
    width: 62%;
    padding: 30px 3% 50px 3%;
    border-left: 1px solid #cccccc;
    line-height: 19px;
    font-size: 12px!important;
    font-family: Arial!important;
    color: #555555!important;
}
.prod-tabs-right-box span, 
.prod-tabs-right-box div,
.prod-tabs-right-box p,
.prod-tabs-right-box ul 


{
    font-family: Arial!important;
    line-height: 19px;
    font-size: 12px!important;
    color: #555555!important;
}
.prod-tabs-right-box font{
   line-height: 19px;
    font-size: 12px!important;
    font-family: Arial!important;
    color: #555555!important; 
}
.product-table{
    border-bottom: 1px solid #cccccc;
}
.product-image img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}



#lists h2{
    text-align: left;
    margin-left: 3%;
}
#breadcrumbs{
    font-size: 12px;
    color: #000000;
    position: absolute;
    top: 18px;
    max-width: 460px;
    line-height: 15px;

}
#breadcrumbs a{
    color: #000000;
    text-decoration: none;
}
#breadcrumbs a:after{
    content: ' > ';
}
#breadcrumbs li{
    display: inline;
}

.box-img img{
    max-width: 100%;
}

.similiar-products{
    margin-top: 10px;
     position: relative;
}
.similiar-products   .filter-list-buttons{
    display:none;
}

.filter-list-buttons{
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
    position: absolute;
    top: 9px;
    right: 9px;
}
.filter-list-buttons span.white{
    margin-right: 15px;
}
.filter-list-buttons a.button{
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    color: #9e9e9e;
    display: inline-block;
    border: 1px solid #9e9e9e;
    padding: 10px;
}
.filter-list-buttons a.active{
    color: #000000;
    border: 1px solid #000000;
}

ul.subcategories{
    width: 100%;
    text-align: justify;
    font-size: 0;
}
ul.subcategories:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -1.2em;
}
ul.subcategories:after {
    content: '';
    display: inline-block;
    width: 100%;
}
ul.subcategories a{
    text-decoration: none; 
}
.subcategories li{
    text-align: left;
    display: inline-block;
    height: 55px;
    border: 1px solid #d5d5d5;
    width: 16%;
    font-size: 12px;
    font-weight: bold;
    margin-right: 3px;
    margin-bottom: 5px;
    min-width: 168px;
    text-transform: uppercase;
    overflow: hidden;
}
.subcategories li:hover{
    border: 1px solid #95d72d;
}
.subcategories li a{
    text-decoration: none;
    color: #000000;
    //padding: 25px;
    display: block;


}

.left-filter-detail-column{
    display: inline-block;
    width: 53%;
    border-right: 1px solid #d2d2d2;
}
.right-filter-detail-column{
    vertical-align: top;
    display: inline-block;
    width: 40%;
    border-left: none;
    min-height: 184px;
    padding-left: 1%;
    padding-top: 22px;
}
.filter-list-buttons-detail{
    text-align: left;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;

}
.go-filter a.button,
.open-manufacturer a.button{
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    padding: 8px 15px;

}
.go-filter a.button{
    display: none; 
}
.open-manufacturer a,
.go-filter a{
    background-image: url('/css/darkyted/images/content/filter-distribution-arrow.png');
    padding-right: 43px;
    background-repeat: no-repeat;
    background-position: 152px center;
}
.go-filter a{
    background-image:url('/css/darkyted/images/content/filter-distribution-arrow-up.png');
    background-repeat: no-repeat;
    background-position: 152px center;
}
.param-manufacturer{
    padding-bottom: 10px;
    text-align: left;
}
.param-manufacturer label{
    width: 27%;
    display: inline-block;
}
#filters{
    text-align: center;
}
#filters input[type="submit"]{
    float: right;
    margin-top:  -5px;
}
#priceSlider{
    width: 99%;
    display: inline-block;
    background: #363636;
    height: 6px;
    position: relative;
}
span.price-from{
    position: absolute;
    font-size: 12px;
    top: 23px;
    left:0;
}
span.price-to{
    font-size: 12px;
    position: absolute;
    top: 23px;
    right: 0;
}
.hidden{
    display: none;
}

.checkbox-detail-filter{
    display: block;
    padding: 20px 0 20px 2px;
    margin-top: 20px;
    text-align: left;
}

.checkbox-detail-filter a.button{
    background: url('/css/darkyted/images/category/check-box.png') left no-repeat;
    padding-left: 29px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    color: #8d8d8d;
    text-decoration: none;
}
.checkbox-detail-filter a.button.active{
    background: url('/css/darkyted/images/category/checked-box.png') left no-repeat;
}

.filter-list-buttons-separator{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid black;
    position: relative;
    margin-bottom: 40px;
    float: right;
}
.hide-filter-list-buttons{
    position: absolute;
    right: 0;
    background: #252323;
    color: #adadad;
    font-size: 12px;
    text-decoration: underline;
    padding: 10px;
    cursor: pointer;
}
.hide-hidden-filter{
    display: none;
}
.left-filter-detail-column{
    padding: 2%;
}
.pading{
    padding: 15px;
}


.news-image{
    display: inline-block;
    padding-right: 3%;
    width: 22%;
    vertical-align: top;
}
.news-image img{
    max-width: 100%;
}
.news .info h4{
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 10px;

}
.news .info h4 a{
    text-decoration: none;
    color: #000000;
}
.news .info em,
#detail em{
    font-size: 14px;

    font-style: normal;
    padding-bottom: 10px;
    display: block;
}
.news .info{
    display: inline-block;
    width: 70%;
    font-size: 14px;
}
.news{
    margin-bottom: 20px;
}

#detail p{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #555555;
}
#detail h2{
    font-size: 30px;
    padding-bottom: 10px;
}


.right-filter-detail-column .best-sell-image,
.right-filter-detail-column .best-sell-title,
.right-filter-detail-column .best-sell-price{
    display: inline-block;
}
.right-filter-detail-column .best-sell-text{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.right-filter-detail-column .best-sell-text{

}


.right-column{
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.right-column .right-box ol{
    width: 220px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.right-column .right-box{
    padding: 4%;

}
.right-column .right-box h3{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
}

.right-box .our-tip-image{
    text-align: center;
    margin-bottom: 30px;
}

.right-box .our-tip-image img{
    max-width: 100%;
}
.right-box a{
    text-decoration: none;
}
.right-box .our-tip-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 15px;
}
.right-box .our-tip-price{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.master h1{
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    width: auto;
}
.master h1:after{
    content: '';
    display: block;
    height: 2px;
    width: 41px;
    padding-bottom: 15px;
    margin-bottom: 20px;

}

table.order{
    width: 100%;
    margin-bottom: 40px;

}

.user-menu ul li{
    display: inline-block;
    width: 24%;
    border: 1px solid #d2d2d2;
    text-transform: uppercase;
    font-size: 14px;
    height: 53px;
    line-height:53px; 
    font-weight: bold;
    text-align: center;
}


.user-menu li a{
    text-decoration: none;
    color: #000000;
}

#user .left,
#user .right{
    display: inline-block;
    width: 40%;
    vertical-align: top;
    font-size: 0;
}
#user .right-city-zip{
    display: block;
    width: 100%
}
#user .right-city-zip #frmformChangeData-city{
    width: 66%;
}
#user .right-city-zip #frmformChangeData-psc{
    width: 18%;

}

.complete-order{
    margin-top: 20px;
    margin-bottom: 20px;
}
.pay-more{
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    line-height: 30px;
    margin-bottom: 15px;
}
.voucher{
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;

}
.voucher .price{
    float: right;
}
.order.step4{
    margin-top: 70px;
}
.final-price{
    text-align: right;
}
.final-price span{
    font-size: 28px;

}
.subcategories .image{
    height: 52px;
    width: 52px;
    float: left;
    text-align: center;
}
.subcategories .name{
    float: left;
   height: 100%;
   line-height: 55px;
    max-width: 110px;
    display: table;
    padding-left: 5px;
    color: #000000;
}
.subcategories .name span{
    line-height:normal;
    display: table-cell;
  vertical-align: middle;
}

#frm-basket-formDiscountVoucher input[type="text"]{
    height: 28px;
}


.product-detail .product-info a span.back-to-cat{
    text-decoration: none;
    font-size: 11px;
    color: #555555;
    cursor: pointer;
    position: absolute;
    top: 32px;
}
.product-detail .next-back-product{
    position: absolute;
    right: 0;
    top: -43px;
}
.product-detail span.next-back{
    width: auto;
    height: auto;
    vertical-align: top;
    line-height: 44px;
    font-size: 11px;
    margin-right: 15px;
}
.login-button-wrap{
    display: table;
    position: static;
    width: 100%;
    height: 58px;
}
.login-button-logged,
#header .login-button{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static; 
    float: none;
    line-height: normal;
    height: 58px;

}

.vertical-center-wrapper{
    display: table;
    position: static;
    width: 101%;
    height: 58px;
}
.vertical-center-child{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
    float: none;
    line-height: normal;
}



#items,
.discussion.space{
    display: none;
}

.voucher span{
    vertical-align: top;
    display: inline-block;
}
span.voucher-remove{
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('/css/darkyted/basket/close.png') center no-repeat;

}
span.voucher-name{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
span.voucher-price{
    font-size: 18px;
    font-weight: bold;
    text-transform:none;
}
span.voucher-date{
    font-size: 11px;
    color: #717171;
    text-transform: none;
    font-weight: normal;
    margin-top: 10px;

}
span.price em{
    font-style: normal;
}

span.first-bestSell,
span.second-bestSell,
span.third-bestSell{
    width: 49px;
    height: 49px;
    line-height: 49px;
    vertical-align: top;
    text-align: center;
    background:  url('/css/darkyted/images/category/first-bestsell.png') center no-repeat;
    display: inline-block;
    color: #ffffff;
    margin-right: 7px;
}
span.second-bestSell{
    background:  url('/css/darkyted/images/category/second-bestsell.png') center no-repeat;
}
span.third-bestSell{
    background:  url('/css/darkyted/images/category/third-bestsell.png') center no-repeat;
}
.c-best-sell-image{
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}
.c-best-sell-text{
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 15px;
    vertical-align: middle;
}
.c-best-sell-title{
    max-width: 180px;
    display: inline-block;
}
.c-best-sell-price{

    display: inline-block;
    color: #000000;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    padding-top: 7px;
    margin-left: 10px;
}

fieldset#user .left-block,
fieldset#d_diff .left-block,
fieldset#firm .left-block
{
    float: left;
    width: 500px;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 45%;
}
fieldset#user .right-block,
fieldset#d_diff .right-block,
fieldset#firm .right-block{
    max-width: 45%;
    float: right;
    width: 500px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: right;
}
.left-city{
    width: 70%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
}
.left-city input{
    width: 100%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 89%;
}
.right-city{
    text-align: left;
    float: left;
    width: 30%;
    overflow: hidden;
}
.right-city input{
    width: 100%;
    float: right;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 87%;
}
fieldset#user .right-block input#frmformRegister-city,
fieldset#user .right-block input#frmformUser-city
{
    width: 330px;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 89%;

}
fieldset#user .right-block input#frmformRegister-psc,
fieldset#user .right-block input#frmformUser-psc{
    width: 100%;
    float: right;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 90%;
    margin-right: 3px;
}


fieldset#user input[type="text"]{
    float: left;
    max-width: 100%;
    width: 475px;
    border: 1px solid #ccc;
}

.inside .row-space input#frmformRegister-type-0,
.inside .row-space input#frmformRegister-type-1,
.inside input#frmformRegister-d_diff,
.inside .row-space input#frmformUser-type-0,
.inside .row-space input#frmformUser-type-1,
.inside input#frmformUser-d_diff{
    display: none;
}

.inside .row-space input#frmformRegister-type-0 + label,
.inside .row-space input#frmformRegister-type-1 + label,
.inside .row-space input#frmformUser-type-0 + label,
.inside .row-space input#frmformUser-type-1 + label
{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 22px 25px;

}
.inside .row-space input#frmformRegister-type-1 + label,
.inside .row-space input#frmformUser-type-1 + label{
    border-bottom: 1px solid #cccccc;
}
.inside .row-space input#frmformRegister-type-0:checked + label,
.inside .row-space input#frmformRegister-type-1:checked + label,
.inside .row-space input#frmformUser-type-0:checked + label,
.inside .row-space input#frmformUser-type-1:checked + label{
    font-weight: bold;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: none;

}

.inside input#frmformRegister-d_diff + label,
.inside input#frmformUser-d_diff + label
{

    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 6px;
}

section.buyit h2.user{
    display: block;
    margin-top: 38px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 18px;
}
section.buyit table.order {
    padding-top: 30px;
}

div.user{
    padding-bottom: 50px;
}
#frmformForgotPassword-email{
    width: 300px;
    height: 23px;
}



#frmformSearch-searchText::-webkit-input-placeholder {
    font-size: 22px;
    color: #bcbcbc;
    font-weight: lighter;
}

#frmformSearch-searchText:-moz-placeholder { /* Firefox 18- */
    font-size: 22px;
    color: #bcbcbc;
    font-weight: lighter;
}

#frmformSearch-searchText::-moz-placeholder {  /* Firefox 19+ */
    font-size: 22px;
    color: #bcbcbc;
    font-weight: lighter;
}

#frmformSearch-searchText:-ms-input-placeholder {  
    font-size: 22px;
    color: #bcbcbc;
    font-weight: lighter;
}
.homepage #lists h2::after{
    content: '';
    display: block;
    height: 2px;
    width: 41px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

div.buybutton{
    display: inline-block;
    float: right;
}
.product-detail input[type="submit"]{
    float: left;
    width: 270px;
    height: 57px;
    margin: 0;
    font-size: 21px;
}
.product-detail #addToBasket-after{
    display: inline-block;
    content: '';
    background: #000000 url('/css/darkyted/product/product-detail-right-arrow.png') center no-repeat;
    padding: 0;
    margin: 0;
    width: 57px;
    height: 57px;
    float: left;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    line-height: 57px;
    font-weight: bold;
}
.product-detail .product-info .snippet .count span.minus,
.product-detail .product-info .snippet .count span.plus{
    top: 0;
}
.product-detail span.prize{
    font-size: 43px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin-bottom: 30px;
}
.product-detail #available{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom:  12px;
    display: block;
}

h2.filter-header-text {
    text-transform: uppercase;
    font-size: 15px;
    display: none;
    float: left;
    margin-top: -19px;
}
.product-detail .product-variant ul{
    font-size: 14px;
    list-style: inherit;
    padding-left: 20px;
    line-height: 19px;
    display: block;
}
.form-error-message{
    padding: 15px;
    display: block;
    background-color: #f2dede;
    margin-bottom: 20px;
}  


.checkbox-detail-filter input[type="checkbox"] {
    display:none;
}
.checkbox-detail-filter input[type="checkbox"] + label {
    display: inline-block;
    background: url('/css/darkyted/images/category/check-box.png') left no-repeat;
    height: 23px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 23px;
    margin-right: 4px;
}
.checkbox-detail-filter input[type="checkbox"]:checked + label {
    background: url('/css/darkyted/images/category/checked-box.png') left no-repeat;
}

.ui-slider-handle.ui-state-default.ui-corner-all{
    width: 0!important;
    height: 0!important;
    top: -16px!important;
    position: absolute;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    background:  none!important;
    border: none!important;
    font-family: Arial;
    
}
.ui-slider-handle.ui-state-default.ui-corner-all:before{
    width: 45px!important;
    height: 35px!important;
    left: 8px;
    background: #ffffff!important;
    border: 1px solid #d2d2d2;
    display: inline-block;
    position: absolute;
    content: 'OD';
}
.ui-slider-handle.ui-state-default.ui-corner-all:last-child:before{
    content: 'DO';
    left: -37px;
}
.left-filter-detail-column .detailed-header{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.left-filter-detail-column .param{
    text-align: center;
}
.left-filter-detail-column input[type="text"]{
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 5px;
}
.left-filter-detail-column .open-manufacturer .button,
.left-filter-detail-column .go-filter .button{
    float: left;
}
table.fill-parent{
    width: 100%;
}
.transport.row-space label,
.payment.row-space label{
    width: 100%;
 display: inline-block;

vertical-align: middle;

padding-top: 5px;
padding-bottom: 5px;
}
td.vertical-center {
    vertical-align: middle;
}
td.transport-image{
    position: relative;
}
td.transport-image img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
td.infobox{
    background: url('/css/darkyted/images/content/transport-info.png') left center no-repeat;
    min-width: 58px;
}
td.center{
    text-align: center;
}
span.infobox{
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url('/css/darkyted/images/content/transport-info.png') left center no-repeat;
    background-size: contain;
    min-width: 20px;
}
td.infobox a{
    padding-left: 25px;
    text-decoration: none;
    font-size: 14px;
}
.basket-table td{
    vertical-align: middle;
}
.transport.row-space label:hover,
.payment.row-space label:hover{
    background-color: #f2f2f2;
}
.wraptocenter{
    height: 200px!important;
    padding-bottom: 20px;
}
span.checkbox{
    width: 32%;
    display: inline-block;
    vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#detail[style]{
    
}
#detail div{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
   
}
#detail p,
#detail span{
    line-height: 20px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-size: 14px!important;
    font-weight: normal!important;
    font-family: 'Arial', serif!important;
    color: #555555!important;
}
#detail span{
    padding-top: 0!important;
}
#detail ul{
    list-style: initial;
    padding-left: 20px;
    
    color: #555555!important;
}
#detail ul li {
    padding-left: 20px;
    margin-bottom: 12px;
}

#detail a{
    text-decoration: none!important;
    color:#95d72d;
}
.margin-left-20{
    margin-left: 20px;
}
.margin-right-20{
    margin-right: 20px
}

li.ui-autocomplete-category{
    font-size: 18px!important;
    margin-top: 20px;
    margin-bottom: 10px;
}
li.ui-menu-item{
    font-size: 12px!important;
    color: #777475;
    line-height: 20px;
}
#ui-id-1{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.status h3{
    padding-bottom: 15px;
}
.status td{
    padding-left: 5px;
    padding-right: 5px;
}
.status table span{
    display: block;
width: 100%;
padding-top: 10px;
padding-bottom: 3px;
}
li.highlight {
     height: 38px;
}

li.highlight span{
    color: #ffffff;
    border-bottom: 1px solid #897244;
    width: 76%;
    margin-left: -9px;
    padding-left: 26px;
}
.highlight:last-child span{
    border-bottom: none;
}

.product-image .jcarousel img{
    position: absolute;
    top: 0;
    bottom: 0;
      
    
}
.product-image .jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    padding-right: 20px;
}


.product-image .jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.product-image .jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.product-image .jcarousel {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 388px;
    height: 400px;
}

.product-image .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-image .jcarousel li {
    float: left;
    width: 400px;
    height: 400px;
}

/** Carousel Controls **/
.product-detail .product-image .jcarousel-wrapper a{
    width: auto;
}
.product-image .jcarousel-control-prev,
.product-image .jcarousel-control-next {
    position: absolute;
top: 182px;
width: 38px!important;
height: 33px;
text-align: center;
padding-top: 3px;
background: #dcdcdc;
color: #fff;
text-decoration: none;
font: 32px/27px Arial, sans-serif;
    
}

.product-image .jcarousel-control-prev {
    left: 50px;
}

.product-image .jcarousel-control-next {
    right: 68px;
}

.product-image .jcarousel-control-prev:hover span,
.product-image .jcarousel-control-next:hover span {
    display: block;
}

.product-image .jcarousel-control-prev.inactive,
.product-image .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.product-image .jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.product-image .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.product-image .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.vertical-div{
   display: inline-block;
height: 400px;
width: 400px;
position: relative;
}

.mini-gallery img{
    position: relative;
}
.mini-gallery div{
    float: left;
    width: 95px;
    margin-bottom: 5px;
}

span.next-visited a{
   text-decoration: none;
font-size: 12px;
color: #000000;
padding-bottom: 1px;
display: inline-block;
border-bottom: 1px solid #b2b2b2;
}

.under-footer .logos{
    float: right;
width: 57%;
margin-top: -53px;
text-align: right;
height: 30px;
overflow: hidden;
}
#snippet-product-grid-product{
    text-align: justify;
}
#snippet-product-grid-product #lists{
    padding-top: 40px;
}
.prod-tabs-right-box span.more-info-title{ 
    font-size: 14px!important;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #000000;}

a.menu-icon{
    position: relative;
    padding-left: 26px;
}

a.menu-icon img {
    position: absolute;
    left: 17px;
    top: 0;
}
a.menu-icon img:last-child{
    display: none;
}
li.highlight.active a.menu-icon img:last-child,
li.highlight:hover a.menu-icon img:last-child
{
    display: inline-block;
}
li.highlight:hover a.menu-icon img:first-child,
li.highlight.active a.menu-icon span img:first-child.basket-table td:last-child
{
    display: none!important;
}
#content{
    position: relative;
    padding-top: 17px;
}
#promo .carousel ul{
    position: relative;
}
#promo .carousel ul li{
     text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden;
}

#promo .carousel ul li img{
    position: relative; /* allows repositioning */
    z-index: 1;
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */
}

label[for="frmformRegister-d_diff"],
label[for="frmformUser-d_diff"]
{
    cursor: pointer;
}
.right-button-box input[type="submit"]{
    margin-top: 0;
}

span.checkbox-row{
    display: block;
    margin-top: 5px;
}
label[for="frmformRegister-d_diff"],
label[for="frmformUser-d_diff"]
{
    margin-bottom: 15px;
}
.checkbox-row a{
    text-decoration: none;
}



.jcarousel-wrapper {
    position: relative;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
   
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

 



.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

#promo .carousel ul li{
    position: relative;
}

span.show-hidden-filter{
    background: url('/css/darkyted/images/content/filter-arrow-down.png') right no-repeat;
    padding-right: 20px;
}
span.hide-hidden-filter{
    background: url('/css/darkyted/images/content/filter-arrow-up.png') right no-repeat;
    padding-right: 20px;
}

#promo .hide-carousel{
    
    padding-top: 2px;
    background: url('/css/darkyted/images/content/filter-arrow-up.png') right no-repeat;
    padding-right: 20px;
    position: absolute;
    right: 121px;
    top: 310px;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
    z-index: 10;
    background-position-y: 2px;
    padding-bottom: 2px;
    opacity: 0.5;
}
#promo .hide-carousel a{
    color: #ffffff;
    
}
#promo .hide-carousel:hover{                                
        opacity: 1;                        
}

 span.show-carousel-action{
    display: none;
    position: absolute;
width: 100px;
right: 0;
top: 20px;
font-size: 12px;
text-decoration: underline;
cursor: pointer;
background: url('/css/darkyted/images/content/arrow-slider-down.png') right no-repeat;
background-position: 79px 0px;
padding-right: 20px;
height: 16px;
color: #a9a9a9;
opacity: 0.5;
z-index: 99;
}
span.show-carousel-action a{
color: #a9a9a9;
    
}
span.show-carousel-action:hover{
    opacity: 1;
}


.search-box .ui-state-focus, .ui-widget-content .ui-state-focus{
    
border: none!important;
background: none!important;
font-weight: normal;
color: #000000!important;
}
span.next-back a{
    text-decoration: none;
    color: #555555;
}
input[type="submit"]{
    font-family: Arial;
}

.payment.row-space{
    width: 47%;
    margin-left: 1%;
    display: inline-block;
}
.row-space input[type="radio"]{
    float:left;
   
}
.row-space input[type="radio"]:checked label{
    background-color: #f2f2f2;
    font-weight: bold; 
} 
.basket-table{
    width: 100%;
    line-height: 19px;
}

.basket-table td:first-child{
    width: 75%;
    padding-right: 5%;
}
.basket-table td:last-child{
    width: 18%;
    padding-right: 5px;
    text-align: right;
    min-width: 80px;
}

label.checkedClass{
    background-color: #f2f2f2;
}
label.ulozenka-show{
    width: 90%!important;
}
.inside .transport{
    margin-right: 1%;
    width: 48%;
}
.inside .basket-login{
    width: 100%;
    display: block;
    position: relative;
}
.inside .basket-login span.right-button{
    position: absolute;
    right: 0px;
    top: -10px;
}

span.error input{
    border: 1px solid red!important;
}
span.error label{
    color: red!important;
}
span.curr-code{
     text-transform: none;
}
li.highlight.active{
    height: auto;
}

.best-sell-products ol li .best-sell-price em, .last-visited-products ol li .last-visited-price em{
    text-transform: none;
    font-style:normal;
}
#intime-block{
    display: inline-block;
}
#intime-block input
{
    width: 100px;
    height: 17px;
}
#ulozenka-block input {
    width: 300px;
}
#intime-block span{
   
}
#postomapa{
    display: block;
}

#postomapa iframe{
    width: 1000px;
    height: 729px;
}
/* CSS definitions for the wrapping div */
.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
.txt p{
    padding-top: 0!important;
}

.free-transport-wrapper{
    display: block;
    padding: 4%;
    width: 92%;
    height: 162px;

}
.free-transport-inner{
    display: block;
    border: 2px solid #ffffff;
    height: 160px;
}
span.transport-header{
    display: block;
    font-size: 36px;
    padding-top: 22px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
span.transport-header-second{
    display: block;
    font-size: 40px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
span.transport-separator{
    display: block;
    height: 2px;
    color: #363636;
    background: #363636;
    width: 173px;
    text-align: center;
    margin: 10px auto;

}

span.transport-text{
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.center-shipping-text span.gold-header{
    font-weight: bold;
    text-transform: uppercase;
    color: #363636;
}
.shipping-text span.gold{
    color: #363636;
}
a.link-no-change{
    text-decoration: none;
    
}
.center-shipping-text .shipping-text{
    text-transform: none;
    font-weight: bold;
}
#detail{
    text-align: justify;
}
#detail h1,
#detail h2,
#detail h3,
#detail h4
{
    text-align: left;
}
span.checkbox-row{
    margin-left: 630px;
    margin-top: 8px!important;
    display: block;
}
span.checkbox-row input{
    float: left;
}


table#seo-table{
    width: 100%;
}
table#seo-table td{
    width: 24%;
    padding: 5px 15px;
    font-size: 14px;
    color: #888585;
    padding-top: 0;
    text-align: left;
}
    
#seo-table td:first-child{padding-left: 0;}



span.home{
    background: url('/css/darkyted/images/home_icon.png') left no-repeat;
    padding-left: 20px;
}

.age-18 {
    display: block;
    padding-top: 40px;
    font-size: 75%;
}

.zopim {
    bottom: 34px!important;
}

a.loadNext{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
}
p.minus-fifty{
    margin-top: -50px;
}

#snippet-product-review-stars{
    position: absolute;
    top: -32px;
}
.product-detail .product-info .social-sites {
    position: absolute;
    top: -32px;
    left: 172px;
}
.similiar-products h3{
    margin-top: 20px;
text-transform: uppercase;
}

.similiar-products h3::after{
    content: '';
    display: block;
    height: 2px;
    width: 41px;
    padding-bottom: 15px;
    margin-bottom: 20px;

}

.product-variant ul li {
    width: 49%;
    float: left;
    line-height: 22px;
}

.product-info .star{
    cursor: pointer;
}

.product-info #available{
    
}
.product-info strong.similar{
    font-weight: bold;
    padding: 0!important;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block!important;
    
   
}
.left-block input[type="text"],
.right-block input[type="text"]{
    width: 475px;
}
.ui-tooltip{
    max-width: none!important;
    width: 600px;
    height: auto;
    padding: 25px 20px 30px 20px !important;
    font-size: 13px!important;
    
}

ul.search-category {
    display: block;
    margin-top: 30px;
}
ul.search-category li{
    display: inline-block;
    margin-right: 10px;
}

.skladem{
    z-index: 1;
   background: url('/css/darkyted/images/skladem.png') center no-repeat;
width: 80px;
height: 26px;
display: inline-block;
position: absolute;
top: 200px;
right: 16px;
color: #ffffff;
font-size: 11px;
text-align: center;
}
.vyprodano{
    z-index: 1;
   background: url('/css/darkyted/images/vyprodano.png') center no-repeat;
width: 80px;
height: 26px;
display: inline-block;
position: absolute;
top: 200px;
right: 16px;
color: #646262;
font-size: 11px;
text-align: center;
}
.skladem-main{
    display: block;
    padding-top: 3px;
}
.skladem-under{
    font-size: 8px;
}
.skladem-only-main{
    line-height: 26px;
}
.product .darekzdarma{
   background: url('/css/darkyted/images/dzbackground.png') center no-repeat;
width: 129px;
height: 26px;
display: none;;
position: absolute;
top: 175px;
right: -6px;
color: #ffffff;
font-size: 11px;
text-align: center;
line-height: 26px;
}
.product-detail .skladem-image{
    background: url('/css/darkyted/images/skladem-detail.png') center no-repeat;
    width: 167px;
    height: 54px;
    display: inline-block;
    position: absolute;
    top: 306px;
    right: 36px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
line-height: 54px;
}
.product-detail .darekzdarma{
    background: url('/css/darkyted/images/dzbackground-detail.png') center no-repeat;
    width: 247px;
    height: 54px;
    display: none;
    position: absolute;
    top: 360px;
    right: 36px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
line-height: 54px;
}
.product-detail .form-relative{
    position: relative;
    margin-top: 20px;
}
.product-detail .product-info .snippet span.garance{
    background: url('/css/darkyted/images/garance.png') center no-repeat;
    width: 139px;
    height: 133px;
    display: inline-block;
    position: absolute;
    top: -30px;
    right: 81px;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}
div.garance{
    width:700px;
    display: none;
    position:absolute;
    left:0;
    top:0;
    margin:0 0 0 -350px;
    z-index: 99999;
    background-color: #ffffff;
    padding: 0;

}
.garance .garance-header{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
   background-color:#95d72d;
    padding: 15px;
}
.garance .garance-title{
    color: #ffffff!important;
     font-size: 21px!important;
     padding: 0!important;
}

.garance .garance-close{
    width: 12px!important;
    height: 22px!important;
    float: right!important;
    background: url('/css/darkyted/images/close.png') center no-repeat;
    cursor: pointer!important;
 
}

.garance .garance-text{
   padding: 22px!important;
   color: #000000;
   font-size: 17px;
   padding-bottom: 60px!important;
   
}
.garance .garance-text ol{
   list-style-type: none!important;
   padding-bottom: 15px;
 }
.garance .garance-text ol li{
    counter-increment: step-counter;
    color: #000000;
}
.garance .garance-text ol li::before {
    content: counter(step-counter);
    display: inline-block;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url('/css/darkyted/images/garance-li.png') center no-repeat;
    color: white;
    border-radius: 3px;
}

.garance span.brown-button{
    float: right;
}
#frm-basket-formDiscountVoucher .form-error-message{
    position: absolute;
    left: 432px;
    top: 4px;
    width: 110px;
    display: none;
}
.review-box-pros::before{
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 20px;
    width: 25px;
    background: url('/css/darkyted/images/pros.jpg') center no-repeat;
}
.review-box-cons::before{
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 20px;
    width: 25px;
    background: url('/css/darkyted/images/cons.jpg') center no-repeat;
}
.review-box-pros,
.review-box-cons{
    position: relative;
    padding-left: 28px;
    width: 43%!important;
    vertical-align: top;
}
.new-user-action{
    background: #fff;
    position: absolute;
    width: 600px;
    left: 0;
    top: 210px;
    padding-top: 18px;
    padding-bottom: 20px;
}
.block {display: block;
}
.new-user-action span.first-line{
    font-size: 22px;
}
.new-user-action span.second-line,
.new-user-action span.third-line{
    font-size: 37px;
}
.new-user-action{
    text-align: left;
    color: #363636;
}
.new-user-action .block{
    margin-bottom: 5px;
}
.new-user-action .left-side{
    display: inline-block;
text-align: left;
padding-left: 40px;
}
.new-user-action .right-side{
    display: inline-block;
position: absolute;
top: -10px;
right: 50px;

}
.new-user-action span.image-box{
    display: inline-block;
    width: 165px;
    height: 149px;
    background: url('/css/darkyted/images/doprava-zdarma.png') center no-repeat;
}
#frm-ageTest-formWelcomeAction{
    position: relative;
}
#frmformWelcomeAction-email{
    width: 481px;
    margin-left: 40px;
    margin-top: 31px;
    height: 32px;
}
#frmformWelcomeAction-ok{
    position: absolute;
    right: 55px;
    top: 25px;
    padding-bottom: 18px;
    width: 180px;
    height: 56px;
    background: #363636;
    border: 1px solid #1b1b1b;
}

.new-user-action .button-text{
    position: absolute;
    color: #fff;
    top: 68px;
    font-size: 11px;
    left: 376px;
}
#ulozenka-block input[name="ulozenka_id"]{
    display: none;
}

#ulozenka-block span#ulozenka{
    display: block;
    margin-top: 22px;
       
}
#text-message{
    font-family: 'Arial',serif;
    width: 96%;
    padding: 2%;
    padding-top: 17px;    
    font-size: 16px;
}
.manufacturer .product{
    width: 27%;
}
#detail .manufacturer .product span.skladem{
    color: #ffffff!important;
    font-size: 11px!important;
    line-height: 33px!important;
    
}
#detail .manufacturer .product a.brown-button{
    text-decoration: none!important;
    color: #fff!important;
}
#detail .manufacturer .product .info .price{
    font-weight: bold!important;
    font-size: 18px!important;
}
#detail .manufacturer .product .info .price em{
    font-style: normal!important;
    display: initial!important;
    font-size: 18px!important;
    color: #555555!important;
}
#snippet-manufacturer-grid-product{
    text-align: justify;
}

#detail .manufacturer .status-buttons a.button{
    color: #ffffff!important;
    text-decoration: none!important;
}
#detail .manufacturer .status-buttons a.button.closeStatus{
    color: #000000!important;
}
a.font{
    color: #555555!important;
}
.under-footer a{
    color: #b8b8b8;
    text-decoration: none;
}


.demand text,
.demand textArea,
.demand input{
    height: auto;
  margin-bottom: 11px;
padding: 10px;
width: 290px;
display: block;
float: none;
resize: none;
border: 1px solid #cccccc;
}
.demand input[type="submit"]{
    width: 290px;
    float: none;
}
.demand .status-buttons {
    display: block;
    margin-top: 10px;
    width: 290px;
}

div.poptavka{
    left: 45%;
    width: 292px!important;
}


.manufacturer-text p, .manufacturer-text span {
line-height: 20px!important;
padding-top: 10px!important;
padding-bottom: 10px!important;
font-size: 14px!important;
font-weight: normal!important;
font-family: 'Arial', serif!important;
color: #555555!important;
}
.ui-widget-overlay{
    background: #000000!important;
        opacity: 0.4!important;
}


.ui-state-default .ui-icon{
    //background-image: url('/css/darkyted/images/ui-icons_454545_256x240.png')!important;
}

.product .info .old_price{
    display: inline-block;
    width: 45%;
    text-align: center;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 15px;

    margin-bottom: 13px;
}

.form-relative .discount-price{
    font-size: 12px;
    display: block;
}
.form-relative .discount-price span{
    text-decoration: line-through;
}

.product-discount-detail{
    position: absolute;
    top: 0;
    right: 40px;
    width: 90px;
    height: 90px;
    display: inline-block;
    color: #ffffff;
    z-index: 10;
    background: url('/css/darkyted/product/product_discount_detail.png') center no-repeat;
    font-size: 26px;
    line-height: 90px;
}

#review{
    position: relative;
}

#product-stars span.star{
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-bottom: 20px;
    background: url('/css/darkyted/images/review/star.png') center no-repeat;
}
#product-stars span.golden{
    background: url('/css/darkyted/images/review/star-gold.png') center no-repeat;
}
#product-stars span.stars-count{
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 12px;
    color: #231f20;
}
#review .review-box{
    margin-bottom: 30px;
    font-size: 12px;
}

#review .review-box .review-box-header span {
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
    font-size: 12px;
    text-transform: capitalize;
}
#review .review-box .review-box-header span.review-box-name{
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
}
#review .review-box .review-box-header span.review-box-date {
    float: right;
    font-size: 14px;
    font-weight: 300;
}

#review .review-box .review-box-text{
    padding: 25px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    position: relative;

}
#review .review-box .review-box-text p.review-box-main-text{
    display: block;
    font-style: italic;
    margin-bottom: 20px;
}
#review .review-box .review-box-text p.review-box-pros,
#review .review-box .review-box-text p.review-box-cons{
    display: inline-block;
    width: 49%;
}


#review .review-box .review-box-text:before{
    display: block;
    content: '';
    background: url('/css/darkyted/images/review/review-arrow-up.png') no-repeat;
    width: 15px;
    height: 7px;
    top:-7px;
    left :27px;
    position: absolute;
}

#review .review-title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    color: #000000;

}
#review a.button{
    text-transform: uppercase;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 34px;
}


#add-review{
    width:700px;
    display: none;
    position:absolute;
    left:0;
    top:0;
    margin:0 0 0 -350px;
    z-index: 99999;
    background-color: #ffffff;
    padding: 0;

}

#add-review .add-review-header{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 22px;
}
#add-review .add-review-header span.add-review-title{
    color: #ffffff!important;
    font-size: 21px!important;
}
#add-review .add-review-header .add-review-close{
    width: 12px;
    height: 12px;
    float: right;
    background: url('/css/darkyted/images/review/close.png') center no-repeat;
    cursor: pointer;
}

#add-review text,
#add-review textArea,
#add-review input{
    margin-bottom: 11px;
    padding: 2%;
    width: 96%;
    resize: none;
    border: 1px solid #cccccc;
}
#add-review input[type="submit"]{
    float: right;
    width: auto;
}
#add-review .review-form{
    padding: 21px;
}
textarea#frmformReview-pros,
textarea#frmformReview-cons{
    display: inline-block;
    width: 44%;
    height: 84px;
}
textarea#frmformReview-cons {
    float: right;
    margin-right: -1px;

}
.review-form p{
    display: initial;
}
.review-form{
    border: 1px solid #cccccc;
    border-top: none;
}
form#frm-product-review-formReview{
    padding-bottom: 56px;
}

input#frmformReview-name{
    height: 15px;
}
textarea#frmformReview-text{
    height: 84px;
}


/****add review stars *****/

.rating-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}
.rating-text{
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: top;
    line-height: 30px;
}
.rating br{
    display: none;
}
.rating {
    height: 25px;
    overflow: hidden;
    display: inline-block;
    font-size: 0!important;
    position: relative;
}
.rating-input {

    float: right!important;
    width: 24px!important;
    height: 24px!important;
    padding: 0!important;
    margin: 0 0 0 -16px!important;

    opacity: 0!important;
}
.rating-star{
    font-size: 0!important;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background: url('/css/darkyted/images/review/star-gold.png') center no-repeat;
//background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {

    position: relative!important;
    float: right!important;
    display: block!important;
    width: 24px!important;
    margin-bottom: 20px;
    height: 24px!important;
    background: url('/css/darkyted/images/review/star.png') center no-repeat;
}


.clearfix{
    content:"";
    display:table;
    clear:both;
}
.display-table{
    display: table;
}
div.currency-change{
    position: absolute;
    top: 39px;
    width: 51px;
    height: 18px;
    left: -1px;
    font-size: 11px;
    text-align: left;
    padding: 0 5px;
    
}
div.czk{
    padding-top: 2px;
    float:left;
}
div.eur{
    padding-top: 2px;
    float:right;
}
#header .cart:hover div.currency-change{
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
#header .cart:hover div.czk a,
#header .cart:hover div.eur a{
    color: #000000!important;
}
.currency-changer{
    float: right;
    color: #c0c0c0;
    line-height: 28px;
    font-size: 11px;
    padding: 0 10px;
    margin-left: 10px;
    text-transform: uppercase;
    position: relative;
        
}
.currency-changer:hover{
    background: #000000;
    color: #ffffff;
}
.currency-changer:hover .currencies{
    display: block;
}
.currencies{
    color: #c0c0c0;
    display: none;
    position: absolute;
    top: 28px;
    width: 31px;
    background: #000000;
    right: 0;
    padding-right: 10px;
    text-align: right;
}

/*****prepsani stylu****/
div.text-box{
    font-size: 12px!important;
    line-height: 14px!important;
    font-family: 'Arial', serif!important;
    color: #000000!important;
    font-weight: normal!important;
    overflow: hidden!important;
}
div.text-box div{
    width: 100%!important;
    font-size: 12px!important;
    line-height: 14px!important;
    padding: 0!important;
    margin: 0!important;
    padding-bottom: 10px!important;
    float: none!important;
    color: #000000!important;
    font-weight: normal!important;
    font-family: 'Arial', serif!important;
    text-align: left!important;
}
div.text-box p{
    font-size: 12px!important;
    line-height: 14px!important;
    padding: 0!important;
    margin: 0!important;
    padding-bottom: 10px!important;
    float: none!important;
    color: #000000!important;
    font-weight: normal!important;
    font-family: 'Arial', serif!important;
    text-align: left!important;
}

div.text-box span{
    font-size: 12px!important;
    line-height: 14px!important;
    padding: 0!important;
    margin: 0!important;
    float: none!important;
    color: #000000!important;
    font-weight: normal!important;
    font-family: 'Arial', serif!important;
    text-align: left!important;
}
div.text-box img{
    float: none!important;
    max-width: 100%!important;
    height: auto !important;
    font-family: 'Arial', serif!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    display: block!important;
}
div.text-box table{
    max-width: 100%!important;
    width: auto!important;
    color: #000000!important;
    font-weight: normal!important;
    font-family: 'Arial', serif!important;
    text-align: left!important;
}
div.text-box td{
    vertical-align: middle!important;
    padding: 2px!important;
}
div.text-box iframe{
    max-width: 100%!important;
    height: auto!important;

}
div.text-box a{
    text-decoration: none!important;
    color: #95d72d!important;
    text-align: left!important;
}

.width-45{
    float:left;
    width: 45%;
}
.text-align-right{
    text-align: right;
}
.padding-top-bottom-20{
    padding: 20px 0;
}
.float-right{
    float: right;
}
  .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 300px;
  }
  
  
  
  
  
  
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    position: relative;
    min-height: 1px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-pull-11 {
    right: 91.66666667%;
}
.col-md-pull-10 {
    right: 83.33333333%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-8 {
    right: 66.66666667%;
}
.col-md-pull-7 {
    right: 58.33333333%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-5 {
    right: 41.66666667%;
}
.col-md-pull-4 {
    right: 33.33333333%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-2 {
    right: 16.66666667%;
}
.col-md-pull-1 {
    right: 8.33333333%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-push-11 {
    left: 91.66666667%;
}
.col-md-push-10 {
    left: 83.33333333%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-8 {
    left: 66.66666667%;
}
.col-md-push-7 {
    left: 58.33333333%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-5 {
    left: 41.66666667%;
}
.col-md-push-4 {
    left: 33.33333333%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-2 {
    left: 16.66666667%;
}
.col-md-push-1 {
    left: 8.33333333%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.66666667%;
}
.col-md-offset-10 {
    margin-left: 83.33333333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.66666667%;
}
.col-md-offset-7 {
    margin-left: 58.33333333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.66666667%;
}
.col-md-offset-4 {
    margin-left: 33.33333333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-offset-0 {
    margin-left: 0%;
}

#footer h2{
      font-size: 16px;
  color: #676767;
  padding-bottom: 10px;
  padding-top: 10px;
}

.contact-user{
      background: url('/css/darkyted/images/content/contact_user.png');
  background-repeat: no-repeat;
  padding-left: 21px;
  background-position: 0 8px;
        
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}

.contact-user:hover .login-li{
    display: block!important;
    background-color: #323232;
}

.login-li{
      right: 0;
  width: 300px;
  padding: 10px;
  top: 27px;
  background-color: #323232;
}
.text-left{
    text-align: left;
}

.menu-button:hover > div.hidden{
    display: block!important;
}
.menu-button:hover{
    background-color: #96d62c;
}

.show-basket:hover > div.hidden{
    display: block!important;
    
}

.mainFilter select{
    line-height: 20px;
  font-weight: lighter;
  font-size: 12px;
  padding: 10px;
  width: 95%;
  height: 38px;
  border: 1px solid #cccccc;
}

.mainFilter input[type="submit"]{
    margin: 0;
    width: 100%;
    height: 36px;
    line-height: 14px;
}
.contact-user input[type="text"], 
.contact-user input[type="password"]{
    height:28px;
}

#header span.product-remove{
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('/css/darkyted/basket/close.png') center no-repeat;
    position: absolute;
    left: 0;
    
}

 select optgroup{
    font-weight:bold;
}

select optgroup option{
    font-weight:normal;
}
em{
    font-style: normal;
}

#detail{
    padding-top: 20px;
}

.grayscale-holder img{
     filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.slider-button{
    padding: 10px 28px;
    left:12px;
}

.grav{
        float: left;
    width: 270px;
    height: 55px;
    margin: 0;
    font-size: 21px;
        background-color: #95d72d;
    border: 1px solid #55820b;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: bold;
    padding: 0;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.inside input[type="text"],.inside input[type="password"]{
    height:27px;
}


.box-product > div{
    padding: 9px 3px;
}
.box-product > div > div{
    background-color: #fff;height: 350px;text-align: center;position: relative;padding-top:25px;
}

span.daction{
    background: url('/css/darkyted/images/content/akce.png');width: 50px;height: 50px;display:block;position: absolute;top: 0;left: 0;z-index: 1
}

.grid-image-holder{
    text-align: center;height: 225px;
}

.grid-name-holder{
    background-color: #f7f7f7;min-height: 95px;padding: 15px 0;
}
.grid-name-holder > div{
    padding: 0 0 10px 0;
}

.grid-name-holder > div > h4{
    height: 30px;overflow: hidden;line-height: 1.3;padding: 0 10px;
}
.grid-name-holder > div > h4 > a{
    font-size: 12px;font-weight: bold;color: #000;text-decoration: none;
}

.grid-price-holder{
    font-size: 18px; color: #76b312;font-weight: bold;padding: 0 0 10px 0;
}

.grid-filter-holder{
    margin-top: 0px;
}
.grid-filter-holder > div{
    margin-bottom: 20px;background-color: #76b212; height:76px;margin-top:-30px;border: 1px solid #eee;
}



.left-gr-holder{
    width:68%;padding:0;margin:0;float:left;padding-top:30px;
}

#saveimg{
    position: relative;display:inline-block;
}
.gr #text{
    position: absolute;
    overflow: hidden;
    color: #fff;
}
.gr #text .relative{
    position: relative;
}

.right-gr-holder{
    width:30%;padding:0;margin:0;float:left;padding-top: 30px;
}
.right-gr-holder > div{
    padding:10px;background-color:#fafafa;border:1px solid #d6d6d6;
}

.right-gr-holder > div.grav-info-box{
    margin-top: 30px;
}
.right-gr-holder > div.grav-info-box iframe{
      max-width: 100%!important;
    height: auto!important;
}

.right-gr-holder > div > div >p{
    text-transform: uppercase;    font-weight: bold;    margin-bottom: 15px;    font-size: 21px;    margin-top: 10px;    line-height: 28px;
}

.newText{
    margin-bottom:15px;
}
.newText > input[type="submit"]{
    width:100%!important;border: none;border-bottom: 3px solid #55820b;
}

.right-gr-holder textarea{
    display: none;width: 90%;padding: 5%;margin-bottom: 15px;
}
#font-size{
    width:49%;float:left;padding:13px 0;display:none;
}
#font-select{
    width: 49%;float:right;padding:13px 0;display:none;
}
.saveButtonHolder{
    margin-top:15px;
}
.saveButtonHolder > input[type="submit"]{
    width:100%;border: none;border-bottom: 3px solid #55820b;
}

.parameter-text{
        margin-top: 10px;
    padding: 40px 0;
    color:#999999;
    font-size: 16px;
    text-align: justify;
}
#lists h4{
    line-height: 1.2;
}


.inp input{
        border: 1px solid #cccccc;
        height: 16px!important;
}

.breadcrumbs{
    display: inline-block;
    height: 47px;
}

p.minus-fifty .paging-button,
p.minus-fifty .bold{
    margin: 0 10px!important;
}

.login-li.loged {
    width: 113px;
    padding-bottom: 13px;
    left: 0;
    text-align:left;
}

.loged span{
    display: block;
    padding: 5px 0;
}

#top-menu ul li a.main-button{
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

#info-tp {
                display: block;
                margin: 20px 0;
            }
            #info-tp:before,
            #info-tp:after {
                content: " ";
                display: block;
                height: 0;
                clear: both;
            }
            #info-tp table {
                display: block;
                width: 100%;
                text-align: center;
                font-size: 90%;
                color: inherit;    
                border-collapse: separate;
                border-spacing: 2px;
            }
            #info-tp table thead th {
                padding: 10px 10px;
                background-color: #76B312;
                color: #FFFFFF;
                vertical-align: middle;
            }
            #info-tp table thead th.empty {
                background-color: transparent;
            }
            #info-tp table tbody tr {}
            #info-tp table tbody tr:nth-child(even) {
                background-color: #F4F4F4;
            }
            #info-tp table tbody td {
                padding: 25px 10px;
                font-weight: normal;
                vertical-align: top;
                border: 1px solid #DDDDDD;
            }
            #info-tp table tbody td.first {
                opacity: 0.4;
                border-color: transparent;
            }
            #info-tp table tbody td span {
                font-weight: normal;
            }
            
            
            .mainFilter input.text{
                border: 1px solid #cccccc;
            }
            
            .footer-logo{
                display : block;
                text-align: right;
                padding-bottom: 50px;
            }
            
            .develop{
                text-align:center;
                color: #888585;
                font-size: 13px;
            }
            .develop a{
                color: #888585;
                text-decoration: none;
            }
            
            .footer-left-text a,
            .parameter-text a{
                color: #999999;
                font-weight: bold;
                text-decoration: none;
            }
            #header{
                z-index: 1;
            }
            
            
            #frmformFilter-type,
            .main-content #frmformMainFilter-type{
                background: #fff url('/css/darkyted/images/typ_darku.png') left no-repeat;
                height: 54px;
                padding-left: 61px;
                background-position: 18px 8px;
            }
            #frmformFilter-time,
            .main-content #frmformMainFilter-time{
                background: #fff url('/css/darkyted/images/pro_koho.png') left no-repeat;
                height: 54px;
                padding-left: 61px;
                background-position: 18px 8px;
            }
            #frmformFilter-price,
            .main-content #frmformMainFilter-price{
                    background: #fff url('/css/darkyted/images/cena_darku.png') left no-repeat;
    height: 32px!important;
    padding-left: 71px;
    background-position: 18px 8px;
    width: 65%;
            }
            
            #frmformFilter-ok
            {
                height: 53px;
    margin-top: 6px;
            }
            
            .main-content #frmformMainFilter-ok{
                height: 53px;
                margin-top: 0px;
            }   
            .main-content .mainFilter{
                background: #76b212!important;
                height: 76px!important;
            }
            .footer-left-text{
             text-align: justify;   
            }.basket-small-products .product{
    display: block;
    width: 100%;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border:none;
    overflow: visible;
    border-bottom: 1px solid #d2d2d2;
}
.basket-small-products .product .product-img{
    display: inline-block;
    vertical-align: top;
    width: 50px;
    text-align: center;
}
.basket-small-products .product .product-text{
    display: inline-block;
    width: 150px;
    background: none;
}
.basket-small-products .product span.product-name{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    width: 142px;
    display: block;
    margin-bottom: 3px;
    padding-top: 5px;
}
.basket-small-products .product span.product-price{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    display: block;
}
.basket-small-products .product span.product-remove{
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('/css/darkyted/basket/close.png') center no-repeat;
    position: absolute;
    right: 2px;
    top: 12px;
}
.basket-small-products .to-basket a{
    text-decoration: none;
}
.basket-small-products .to-basket span.button{
    width: 100%;
    display: block;
    height: 34px;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.cart a{
    text-decoration: none;
}


#basket-order{
    width: 100%;
    margin: 0 auto;
    display: block;
}
#basket-order h1{
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 13px;
}
.basket-breadcrumb{
    width: 100%;
    font-size: 0;
    margin-bottom: 40px;
}
.basket-breadcrumb li{
    display: inline-block;
    width: 24.8%;
    margin: 0;
    height: 52px;
    vertical-align: top;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    border: 1px solid #d2d2d2;
    border-right: none;

}

.basket-breadcrumb a{
    color: #000000;
    padding: 17px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}
.basket-breadcrumb li.active a{
    color: #ffffff;

}
.basket-breadcrumb li:last-child{
    border-right: 1px solid #d2d2d2;
}

table.order th{
    font-size: 12px;
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 14px;
    text-align: left;
}
table.order .basket-img{
    text-align: center;
}
table.order td{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e5e5;

    vertical-align: middle;
    position: relative;
    padding-right: 3%;
}
table.order td a{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
table.order td input[type="text"] {
    height: 55px;
    padding: 0;
    width: 30%;
    border: 1px solid #cccccc;
    font-size: 14px;
    display: inline-block;
    color: #a8a8a8;
    text-align: center;
}
.order span.minus {
    display: inline-block;
    top: 36px;
    width: 30%;
    font-size: 14px;
    text-align: center;
    height: 55px;
    left: 0px;
    padding: 0;
    font-weight: bold;
    line-height: 53px;
    cursor: pointer;
}
.order span.plus{
    display: inline-block;
    width: 30%;
    text-align: center;
    height: 55px;
    right: 7px;
    font-size: 14px;
    padding: 0;
    font-weight: bold;
    line-height: 53px;
    cursor: pointer;
}
.order span.product-remove{
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('/css/darkyted/basket/close.png') center no-repeat;
    position: absolute;
    right: 94%;
    top: 55px;    
}

#summary{
    //margin-top: -45px;
    display: block;
    text-align: right;
    float: right;

}
#summary h4{
    font-size: 28px;
    font-weight: 300;
    display: inline-block;
}
#summary p{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#summary .priceAll{
    font-weight: bold;
    font-size: 28px;
}
#summary .priceNoDPH{
    font-size: 11px;
    font-weight: bold;
    color: #8d8d8d;
}
.order-buttons {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 45px;
    padding-bottom: 50px;
}
.order-buttons.order-top {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.order-buttons .left-button-box{
    float: left;
    line-height: 42px;

}
.order-buttons .left-button-box a{
    text-decoration: none;
    font-size: 14px;
    color: #8d8d8d;
}
.order-buttons .left-button-box a:before{
    content: '< '
}
.order-buttons .right-button-box{
    float: right;
}




.inside select{
    height: 58px;
    width: 428px;
    line-height: 58px;
}
.inside .row-space{
    margin-bottom: 35px;
}
.inside .transport{
    width: 45%;
    float: left;
}


.customer-box {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.status {
    display: none;
    position: fixed;

    width: 60%;

    height: auto;
    background-color: #ffffff;

    top: 20%;

    left: 25%;
    text-align: center;
    z-index: 20;
}
#body-wrapper{
    background-color: #000000;
    -moz-opacity: 0.32;
    opacity:.32;
    filter: alpha(opacity=32);
    
    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;
    text-align: center;

    display: none;
    z-index: 20;

}
.status{
    padding: 40px;
}
.status h3{
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;

}
.status table td{
    vertical-align: middle;
    text-align: left;
}
.status table .product-name{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.status table .product-price{
    font-weight: bold;
    font-size: 18px;

}
.status table{
    width: 66%;
    display: inline-block;
}
.status-buttons{
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.status-buttons a.button{
    width: 100%;
    margin-bottom: 10px;
    line-height: 55px;
    min-height: 55px;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.status-buttons a.button.closeStatus{
    cursor: pointer;


    min-height: 38px;
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;


    line-height: 38px;

}
.basket-count{
    font-size: 0;
}
.basket-count .count-holder{
   max-width: 112px;
}
.basket-count .count-holder .minus,
.basket-count .count-holder .plus,
.basket-count .count-holder .input[type="text"]{
    vertical-align: top;
    display: inline-block;
}


#summary{
    display: inline-block;
}
.voucher{
    display: block;
}
.pay-more .price{
    float: right;
}
#frm-basket-formDiscountVoucher{
    width: 432px;
    position: relative;
   
}
#frm-basket-formDiscountVoucher input[type="submit"]{
    position: absolute;
    top: 0px;
    right: 21px;
    height: 40px; 
        
}

#frmformNew-password_message{
   display: block;
   position: relative;

}

span.with-dph{
    display: block;
    font-size: 18px;
    font-weight: bold;
}
span.no-dph{
    display: block;
    font-size: 11px;
    margin-top: 6px;
}



/********* Druhy krok ****************/

.inside select.selectCountry{
font-size: 18px;
color: #231f20;
font-weight: lighter;
padding-left: 20px;
padding-right: 20px;
}
.inside h2{
 font-size: 18px;
 font-weight: bold;
 text-transform: uppercase;
 margin-bottom: 40px;
}
a.button {
    cursor: pointer;
}
.customer-box-form{
    text-align: right;
}

.customer-box a.button{
    background-color: #b39964;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    float: right;
    display: inline-block;
    margin-top: 6px;
    text-decoration: none;
}

/*****treti krok *******/
.customer-box h3{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.customer-box .login-form input{
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}
.customer-box .login-form input[type="submit"]{
    float: right;
    width: auto;
    padding: 10px 20px;
}
.customer-box input[type="text"],
.customer-box input[type="password"]
{
    
    height: 34px;
    padding: 10px 2%;
}

section.buyit h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
section.buyit table.basket-left-table,
section.buyit table.basket-center-table,
section.buyit table.basket-right-table
{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
section.buyit table.basket-left-table th,
section.buyit table.basket-center-table th,
section.buyit table.basket-right-table th{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
}
section.buyit table.basket-left-table td,
section.buyit table.basket-center-table td,
section.buyit table.basket-right-table td{
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 10px;
        
}
section.buyit table.basket-left-table td:last-child,
section.buyit table.basket-center-table td:last-child,
section.buyit table.basket-right-table td:last-child{
    font-weight: bold;
    padding-left: 20px;
    
        
}
section.buyit table.basket-right-table td:last-child{
    padding-left: 0;
}

input[type="submit"]{
    cursor: pointer;
}

.customer-box-separator{
    height: 246px;
    display: inline-block;
    width: 1px;
    background-color: #d2d2d2;
    margin-left: 2%;
    margin-right: 2%;
}
span.final-no-dph{
    font-size: 11px;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

.user form .inside h2{
    display: none;
}
.user form .inside {
    
}
.user #firm .left{
    float: left;
}
.back-link{
    border: 1px solid #8d8d8d;
}
.user #user .left,
.user #user .right,
.user #firm .left,
.user #firm .right
{
    width: 40%;
    overflow: hidden;
}
.user #user .right input,
.user #user .left input,
.user #firm .left input,
.user #firm .right input{
    width: 90%;
    padding-left: 4%;
    padding-right: 4%;
    
    height: 34px;
    
}
.user #user .left,
.user #firm .left{
    margin-right: 7%;
}

.user nav li strong{
    display: block;
    margin-top: 38px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
}
.user .inside #fill-form{
    margin-top: 30px;
}
.user #user .right-city-zip #frmformChangeData-city{
    width: 63%;
}
.full-width{width: 100%;display: block;}
.center-div{margin: 0 auto}

#ajax-spinner {
    position:fixed;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: white url('/images/spinner.gif') no-repeat 50% 50%;
    padding: 13px;
    border: 2px solid #CCC;
    font-size: 0;
    z-index: 9999999999999999;
}

input.form-control-error{
    border:1px solid red!important;
}
input[type="checkbox"].form-control-error +label{
    color: red!important;
}

p.order-note{padding: 10px;font-size: 13px;font-weight: 300;}
h3.order-note{ font-size: 15px;}

#age-test a{
        font-size: 11px;
        text-transform: capitalize;
        font-weight: normal;
        padding: 0;
        color: #545454;
        text-decoration: none;
        background: none;;
    }
    #frmformFreeTransport-ok{
        margin-top: 0;
        padding: 12px 20px;
        border: 1px solid #95d72d;
    border-bottom: 3px solid #55820b;
    }
    #frmformFreeTransport-email{
        height: 21px
    }
    
      #frmformFreeTransport-email::-webkit-input-placeholder
      {
          font-size: 16px;
          font-weight: bold;
          color: #545454;
          text-transform: uppercase;
        }
        
        #age-test{
        text-align:left;background:#fff;padding:0;width: 650px;color:#545454;height:410px;top:22%;padding-top:9px;    
        }
        .ag-1{
            padding-left:12px;padding-bottom:4px;padding-right: 30px;
        }
        .ag-1 span{
            float:right;line-height:80px;cursor:pointer;
        }
        
        #age-test hr{
            border:none;background:#76b212;height:3px;
        }
        
        .ag-2{
            width:54%;float:left;padding-top:30px;text-align:left;
        }

        .ag-3{
            padding-left: 25px;
        }
        .ag-3 span{
            display:block;font-size:22px;padding-bottom:10px;text-transform:uppercase;font-weight:bolder;
        }
        .ag-4{
            padding-top: 30px;
        }
        .ag-4 span{
            text-transform:uppercase;font-size: 16px;font-weight:bold;
        }
        .ag-5{
            padding-top: 30px;
            
        }
        .ag-6{
            width:60%;float:left;
        }
        .ag-7{
            width:30%;float:left;
        }
        .ag-8{
            width:46%;float:left
        }
        .ag-9{
            padding: 0 25px;
        }
        .ag-9 span{
            font-size: 11px;padding-top:5px;display:block;
        }
        
        .skladem{
            z-index: 1;
        }
        #promo .carousel ul li{
            z-index: 0;
        }

         .bs-1{
        font-size: 12px;color: #949393;}
    .bs-2{
        overflow: hidden; height: 40px;border: 0px solid #d6d6d6;background-color: #97d62d;    outline: 1px solid #97d62d;
    }
    .bs-3{
        padding: 14px 0;font-size:14px;color:#fff;font-weight: bold;
    }
    .bs-4{
        padding-left: 14px;color:#fff;text-decoration: none;
    }
    .bs-5{
          background: url('/css/darkyted/basket/basket_shop.png');
             height: 39px;
             background-repeat: no-repeat;
             background-position: center;
    }
    .bs-6{
       height: 40px;
         border: 0px solid #d6d6d6;
         background: #fafafa;
         outline: 1px solid #d6d6d6;
         background-repeat: no-repeat;
         background-position: 180px 22px; 
    }
    .bs-7{
        width: 171.5%;
                 left: -100px;
                 padding: 0;

                 min-height: 50px;
                 z-index: 2;
                 background-color: #fff;
                 border: 1px solid #d6d6d6;
                 top: 40px;
                 webkit-box-shadow: 0px 19px 43px -14px rgba(0,0,0,0.32);
                 -moz-box-shadow: 0px 19px 43px -14px rgba(0,0,0,0.32);
                 box-shadow: 0px 19px 43px -14px rgba(0,0,0,0.32);
    }
    
    .bs-8{
        width: 171.5%;
                 left: -100px;
                 padding: 20px 0;
                 min-height: 50px;
                 z-index: 2;
                 background-color: #fff;
                 border: 1px solid #d6d6d6;
                 top: 40px;
                 webkit-box-shadow: 0px 19px 43px -14px rgba(0,0,0,0.32);
                 -moz-box-shadow: 0px 19px 43px -14px rgba(0,0,0,0.32);
                 box-shadow: 0px 19px 43px -14px rgba(0,0,0,0.32);
    }
    
    .bs-9{
         text-align: center;
                               height: 40px;
                               display: block;
                               width: 100%;
                               font-size: 16px;
                               text-transform: uppercase;
                               text-decoration: none;
                               line-height: 40px; 
    }
    
    .bs-10{
        position:fixed;width:100%;height:100%;background:#000;z-index:99999999;left:0;top:0;opacity:0.75;
    }
    .bs-11{
        position: fixed;
     width: 56%;
     height: auto;
     top: 20%;
     left: 20%;
     background-color: #fff;
     z-index: 999999991;
     text-align: left;
     padding: 20px
    }
    .bs-12{
        font-size: 22px;
         font-weight: bold;
         text-align: left;
         text-transform: uppercase;
         padding-bottom:15px;
    }
    .bs-13{
         background: url('/css/darkyted/basket/basket_shop.png');
                         height: 39px;
                         background-repeat: no-repeat;
                         background-position: center;
                         
    }


    .quick-menu{
        float: right;
        padding-top: 11px;
        margin-right: 273px;
        font-size: 12px;
    }
    .quick-menu span {
        padding: 10px 9px;
    }

    .quick-menu a{
        text-decoration: none;
        color: #000000;
    }
#breadcrumbs h2{
    display: inline-block;
}
.main_background{
    background-color: #95d72d;
}
.main_background_border{
    border: 1px solid #95d72d;
    border-bottom: 3px solid #55820b;
}
.main_color{
    color: #ffffff;
}

.main_second_background{
    background-color: #323232;
}
.main_second_border{
    border: 1px solid #1b1b1b;
}
.main_background.hoverable:hover{
    background-color: #323232;
    color: #ffffff;
}
.main_background_border.hoverable:hover{
    border: 1px solid #1b1b1b;
    border-bottom: 3px solid #1b1b1b;
}
.main_second_color{
    color: #95d72d;
}
.left-menu li:hover,
.left-menu li.active
{
    background-color: #252323;
}

.link-color{
    color: #95d72d;
}
a.loadNext{
    

}

input[type="submit"]{
    background-color: #95d72d;
    border: 1px solid #55820b;
    color: #ffffff;
}
input[type="submit"].hoverable:hover{
    background-color: #323232;
    border: 1px solid #1b1b1b;
    color: #ffffff;
}

/**Linka pod nadpisy*/
.line-header-separator:after,
.master h1:after,
.homepage #lists h2::after,
.similiar-products h3::after{
    border-bottom: 2px solid #55820b;
}

/**Blok nad sliderem pozadi**/
#header{
    background-color: #fff;
}

/**ODDELOVAC V DOLNI LISTE**/
#footer .footer-bottom .shop-by-phone,
#footer .footer-bottom .distribution,
#footer .footer-bottom .distribution-places,
#footer .footer-bottom .compare,
#footer .footer-bottom .seen{

    border-right: 1px solid #3d3d3d;
}

/*****SLIDER***/
.ui-slider-horizontal .ui-slider-range{
    background: #95d72d!important;
    border-top:1px solid #55820b!important;
    border-bottom:1px solid #55820b!important;
}
.ui-dialog-titlebar{
    background: #95d72d!important;
}
#priceSlider{
    border:none;
}

li.ui-autocomplete-category {
    color: #95d72d!important;
}

.login-button-wrap:hover + a.preson{
    color: #ffffff!important;
}

.main-content{
    margin: 0 auto;
    float: none; 
    display:  block;
}

#content{
    background: #fff url('/css/darkyted/images/dt_background.jpg') top center no-repeat;
    background-position: center 19px;
}
.wraper > .container{
    background: #fff;
    overflow: hidden;
}