/* Minification failed. Returning unminified contents.
(61,1): run-time error CSS1019: Unexpected token, found '@import'
(61,9): run-time error CSS1019: Unexpected token, found '"base.css"'
(62,1): run-time error CSS1019: Unexpected token, found '@import'
(62,9): run-time error CSS1019: Unexpected token, found '"theme.css"'
(91,1): run-time error CSS1019: Unexpected token, found '@import'
(91,9): run-time error CSS1019: Unexpected token, found 'url("core.css")'
(93,1): run-time error CSS1019: Unexpected token, found '@import'
(93,9): run-time error CSS1019: Unexpected token, found 'url("accordion.css")'
(94,1): run-time error CSS1019: Unexpected token, found '@import'
(94,9): run-time error CSS1019: Unexpected token, found 'url("autocomplete.css")'
(95,1): run-time error CSS1019: Unexpected token, found '@import'
(95,9): run-time error CSS1019: Unexpected token, found 'url("button.css")'
(96,1): run-time error CSS1019: Unexpected token, found '@import'
(96,9): run-time error CSS1019: Unexpected token, found 'url("datepicker.css")'
(97,1): run-time error CSS1019: Unexpected token, found '@import'
(97,9): run-time error CSS1019: Unexpected token, found 'url("dialog.css")'
(98,1): run-time error CSS1019: Unexpected token, found '@import'
(98,9): run-time error CSS1019: Unexpected token, found 'url("draggable.css")'
(99,1): run-time error CSS1019: Unexpected token, found '@import'
(99,9): run-time error CSS1019: Unexpected token, found 'url("menu.css")'
(100,1): run-time error CSS1019: Unexpected token, found '@import'
(100,9): run-time error CSS1019: Unexpected token, found 'url("progressbar.css")'
(101,1): run-time error CSS1019: Unexpected token, found '@import'
(101,9): run-time error CSS1019: Unexpected token, found 'url("resizable.css")'
(102,1): run-time error CSS1019: Unexpected token, found '@import'
(102,9): run-time error CSS1019: Unexpected token, found 'url("selectable.css")'
(103,1): run-time error CSS1019: Unexpected token, found '@import'
(103,9): run-time error CSS1019: Unexpected token, found 'url("selectmenu.css")'
(104,1): run-time error CSS1019: Unexpected token, found '@import'
(104,9): run-time error CSS1019: Unexpected token, found 'url("sortable.css")'
(105,1): run-time error CSS1019: Unexpected token, found '@import'
(105,9): run-time error CSS1019: Unexpected token, found 'url("slider.css")'
(106,1): run-time error CSS1019: Unexpected token, found '@import'
(106,9): run-time error CSS1019: Unexpected token, found 'url("spinner.css")'
(107,1): run-time error CSS1019: Unexpected token, found '@import'
(107,9): run-time error CSS1019: Unexpected token, found 'url("tabs.css")'
(108,1): run-time error CSS1019: Unexpected token, found '@import'
(108,9): run-time error CSS1019: Unexpected token, found 'url("tooltip.css")'
(2045,2): run-time error CSS1031: Expected selector, found '/'
(2045,2): run-time error CSS1025: Expected comma or open brace, found '/'
(2567,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2576,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2584,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none; padding: 0 !important; background:none !important}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
/*!
 * jQuery UI Accordion 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.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;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import "base.css";
@import "theme.css";

/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import url("core.css");

@import url("accordion.css");
@import url("autocomplete.css");
@import url("button.css");
@import url("datepicker.css");
@import url("dialog.css");
@import url("draggable.css");
@import url("menu.css");
@import url("progressbar.css");
@import url("resizable.css");
@import url("selectable.css");
@import url("selectmenu.css");
@import url("sortable.css");
@import url("slider.css");
@import url("spinner.css");
@import url("tabs.css");
@import url("tooltip.css");

/*!
 * jQuery UI Button 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.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;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* 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%;
}

/*!
 * jQuery UI Datepicker 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.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;
}

/*!
 * jQuery UI Dialog 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.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;
}

/*!
 * jQuery UI Draggable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.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;
}

/*!
 * jQuery UI Selectable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.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;
}

/*!
 * jQuery UI Slider 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.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;
}

/*!
 * jQuery UI Sortable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Spinner 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.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;
}

/*!
 * jQuery UI Tabs 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.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;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.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/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url("images/ui-bg_flat_75_ffffff_40x100.png")/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	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/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url("images/ui-bg_glass_75_dadada_1x400.png")/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.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/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url("images/ui-bg_glass_65_ffffff_1x400.png")/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url("images/ui-bg_glass_55_fbf9ee_1x400.png")/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url("images/ui-bg_glass_95_fef1ec_1x400.png")/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png")/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png")/*{iconsError}*/;
}

/* 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/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*!
 * jQuery UI Tooltip 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.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;
}

	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(/Content/Images/prettyPhoto/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(/Content/Images/prettyPhoto/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(/Content/Images/prettyPhoto/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(/Content/Images/prettyPhoto/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(/Content/Images/prettyPhoto/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(/Content/Images/prettyPhoto/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(/Content/Images/prettyPhoto/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(/Content/Images/prettyPhoto/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(/Content/Images/prettyPhoto/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(/Content/Images/prettyPhoto/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(/Content/Images/prettyPhoto/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(/Content/Images/prettyPhoto/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(/Content/Images/prettyPhoto/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(/Content/Images/prettyPhoto/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(/Content/Images/prettyPhoto/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(/Content/Images/prettyPhoto/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(/Content/Images/prettyPhoto/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(/Content/Images/prettyPhoto/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(/Content/Images/prettyPhoto/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(/Content/Images/prettyPhoto/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
					color: #133c8b; font-family: 'Myriad Pro Bold',Myriad Pro; font-size: 14px; font-weight: bold;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(/Content/Images/prettyPhoto/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(/Content/Images/prettyPhoto/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(/Content/Images/prettyPhoto/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}
.main_body {
    font-size: 62.5%;
    margin: 0;
    padding: 0; /*background: #fff url(/Content/Images/newyear.jpg) 50% -13px repeat;*/
    color: #333333;
    font-family: 'PT Sans Narrow',sans-serif;
}

body, html {
    height: 100%;
}

.old_price {
    color: #878787;
    text-decoration: line-through;
    font-size: 18px;
}


.catalog_inner .old_price {
    font-size: 14px;
    float: right;
    margin-right: 1px;
}

.catalog_inner p.old_price {
    padding: 0;
}


body {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0 0 1em 0;
}

.b-page__content {
    min-height: 50px;
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/UyYrYy3ltEffJV9QueSi4V77J2WsOmgW1CJPQ9ZetJo.woff) format('woff');
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(https://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/Q_pTky3Sc3ubRibGToTAYg-RYH0DQDesBR18_67DZ4Y.woff) format('woff');
}

/*---Global tags---*/
img {
    border: 0;
}

form {
    padding: 0;
    margin: 0;
}

a {
    color: #662484;
    text-decoration: initial;
}

b {
    color: #662484;
}

a:hover {
    text-decoration: none;
}

hr {
    border: 0 solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    border: 0 !important;
    vertical-align: -1px;
}

h1 a img, h2 a img {
    border: 0 !important;
    vertical-align: 0;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

    h1 span, h2 span {
        display: none;
        color: #ff6600;
        text-transform: uppercase;
    }

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ff6600;
    line-height: 1.5;
}

h3 {
    font-size: 1.5em; /*font-weight:normal;*/
    margin: 0;
    padding: 11px 0 9px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #662484;
    color: hsl(281, 57%, 33%);
    margin: 0;
    padding: 15px 0 0;
    border-bottom: 1px solid #662484;
    border-bottom: 1px solid hsl(281, 57%, 33%);
    line-height: 1.5;
}

    h4 span {
        display: none;
    }

h5 {
    font-size: 1.27em;
    font-weight: bold;
    margin: 0;
    padding: 3px 0 8px;
}

h6 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 5px;
}

    h6 span {
        font-weight: normal;
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*ul li {padding:9px 0 9px 36px; background: url(/Content/Images/arr_list.gif) 14px 16px no-repeat;}*/

p {
    margin: 0;
    padding: 9px 0;
}

fieldset {
    padding: 0;
    border: none;
    border: 0 solid #000;
    margin: 0;
}

table {
    border-collapse: collapse;
}

textarea, input, select {
    font: 12px Tahoma, Arial, sans-serif;
}

.digits {
    color: #ffffff;
    color: hsl(0, 100%, 100%);
    font: 14px 'PT Sans Narrow',sans-serif;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    float: right;
}

.cl {
    clear: both;
    font-size: 0;
}

.slide {
    color: #662484 !important;
    cursor: pointer;
    text-decoration: underline;
}

#popup-close {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 1;
    color: #662484;
    font-size: 18px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.popup-body {
    background: #ffffff;
    background: hsl(0, 100%, 100%);
    border-radius: 10px;
    border: 3px solid #ffffff;
    border: 3px solid hsl(0, 100%, 100%);
    padding: 1.25em 1em 1em;
    position: relative;
    text-align: left;
    box-shadow: 0 0 0 12px #000000;
    box-shadow: 0 0 0 12px hsla(0, 0%, 0%, 0.2);
    font-size: 14px;
}

.container {
    font-size: 14px;
    width: 1025px;
    margin: 0 auto;
    min-height: 100%;
    background: white;
    padding: 0 10px;
}
/*.container {10
  font-size: 14px;
  width: 1025px;
  margin: 0 auto -75px;
  min-height: 100%;
  position: relative;
}*/


/*---header---*/
.header {
    height: 205px;
    width: 1025px;
    margin: 0 -3px;
    padding: 0 29px 0 0; /*background: url(/Content/Images/header.jpg) 50% 0 no-repeat;}*/
    /*.header {height:320px; width:1025px; margin:0 -3px; padding:0 29px 0 0; /*background: url(/Content/Images/header.jpg) 50% 0 no-repeat;*/
}

*/ .main_header { /*height: 225px;*/
    width: 1025px;
    margin: 0;
    padding: 0;
    background: white;
    z-index: 900;
}

.header_top {
    height: 97px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    /*color: #7b766f;
    color: hsl(35, 5%, 46%);*/
}

.action {
    position: absolute;
    right: 0;
}

.header_top > div {
    margin: 0 15px;
    margin-top: 24px;
}

.header_top div:first-child {
    margin-left: 0;
    margin-top: 0;
}


.logo {
    float: left;
    padding: 0 0 0 10px;
}

    .logo .img {
        background-image: url('/Content/Images/logo.png');
        width: 309px;
        height: 95px;
    }

.phone {
    float: right;
}
/*.logo .img:hover{background-image: url('/Content/Images/logo 2.png')}
.logo_text {float:left; width:232px; height:32px; overflow:hidden; margin:24px 0 0 11px; text-indent:-2000px; font-size:13px; color:#ffff66; background: url(/Content/Images/logo_text.png) 0 0 no-repeat;}*/
.main_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: none;
    font-size: 14px;
    color: #fff;
    height: 53px;
    border: 1px solid #dcdcdc;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #f3f3f3;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

ul.main_menu li a {
    color: #58585a
}

ul.main_menu li:hover {
    display: block;
    background: #662484;
}

    ul.main_menu li:hover a {
        color: #fff
    }

ul.main_menu ul li a {
    color: #58585a !important;
}

    ul.main_menu ul li a:hover {
        color: #fff !important;
    }

.main_menu li a.home {
    background: url(/Content/Images/home.png) 50% 46% no-repeat #f3f3f3;
    padding: 0 36px;
}

    .main_menu li a.home:hover {
        display: block;
        color: black;
        background: url(/Content/Images/home_w.png) 50% 46% no-repeat #662484;
        padding: 0 36px;
    }

.main_menu li:hover ul {
    display: block;
    color: black;
    /*background:  #662484;*/
}

.main_menu li ul {
    font-weight: bold;
    z-index: 999;
    position: absolute;
    display: none;
    top: 53px;
    left: 1px;
    background: #f3f3f3;
    border: 1px solid #dcdcdc;
}

    .main_menu li ul > li {
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
    }

.main_menu > ul, .nav_menu > ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main_menu > li {
    width: auto;
    float: left;
    height: 53px;
    padding: 0;
    background: #f3f3f3;
    position: relative;
    border-right: 1px solid #dcdcdc;
}

    .main_menu > li a {
        display: block;
        color: #58585a;
        height: 53px;
        font: 14px 'PT Sans Narrow',sans-serif;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 53px;
        padding: 0 23.68px;
    }

    .main_menu > li > ul > li:last-child {
        border: none;
    }

.main_menu .shop {
    height: auto;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: none;
    padding: 0 7px;
    font-weight: normal;
    width: 345px;
    padding: 2px;
}

.main_menu > li > ul > li > a {
    height: auto;
    line-height: 15px;
    width: 155px;
    padding: 10px 7px;
}



.main_menu li:last-child {
    border-right: none;
}


.search {
    width: 300px;
    float: left;
    margin-left: 100px;
    margin-top: 30px;
}

    .search .srch-btn {
        background: url(/Content/Images/srch-btn.png) 0 0 no-repeat;
        display: block;
        width: 24px;
        height: 24px;
        border: none;
        float: left;
        margin-right: 20px;
        margin-top: 3px;
        cursor: pointer;
        text-indent: -2000px;
    }

    .search .srch-txt {
        outline: none;
        float: left;
        color: #cfcfcf;
        font-size: 18px;
        font-weight: normal;
        border: 1px solid #fff;
        border-bottom: 1px solid rgb(224, 224, 224);
    }

        .search .srch-txt:focus {
            border: 1px solid #c1c1c1;
        }

.servis_menu {
    width: 342px;
    float: left;
    background: #f3f3f3;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 25px;
    height: 549px;
    margin-top: -13px;
}

    .servis_menu ul {
        padding: 5px 0;
    }

        .servis_menu ul li {
            background: none;
            border: 1px solid #f2f2f2;
            display: block;
        }

            .servis_menu ul li a {
                display: block;
                color: #58585a;
                text-decoration: none;
                font: bold 16px 'PT Sans Narrow',sans-serif;
                width: auto;
                text-transform: uppercase;
                height: 40px;
                padding: 20px 35px;
            }

            .servis_menu ul li:hover {
                background: #662484;
                display: block;
            }

            .servis_menu ul li a:hover {
                background: #662484;
                display: block;
            }

    .servis_menu li a:active, .servis_menu li a:hover, .servis_menu .active {
        background: #662484;
        color: #fff;
    }

.serv_ico {
    float: left;
    padding-right: 20px;
}

.autorization-img {
    border: 2px solid #662484;
    border-radius: 5px;
    display: inline-block;
    margin: 3px;
    padding: 2px;
    padding-top: 8px;
}


.servis_block {
    width: 355px;
    float: left;
    background: #f3f3f3;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

    .servis_block ul {
        padding: 5px 0;
    }

        .servis_block ul li {
            padding: 20px 60px;
            background: none;
        }

            .servis_block ul li a {
                padding: 4px 8px;
                display: block;
                color: #58585a;
                text-decoration: none;
                font: bold 16px 'PT Sans Narrow',sans-serif;
                width: auto;
                margin-left: 70px;
                text-transform: uppercase;
                border: 1px solid #f3f3f3;
            }

                .servis_block ul li a:hover {
                    padding: 4px 8px;
                    background: #fff;
                    border: 1px solid #dcdcdc;
                    display: block;
                }

    .servis_block .serv_ico {
        float: left;
        padding-right: 20px;
    }

    .servis_block .tehno-part {
        border-radius: 0 0 5px 5px;
    }

.where {
    font-size: 14px;
    color: #7c7770;
    padding: 25px 65px;
}

    .where .point {
        background: url(/Content/Images/point.png) 0 0 no-repeat;
        margin: 15px 0;
        display: block;
        font: bold 18px 'PT Sans Narrow',sans-serif;
        line-height: 19px;
        padding-left: 20px;
        color: #662484;
        text-decoration: none;
        float: left;
    }

    .where a {
        color: #662484;
        font-size: 12px;
        margin-top: 18px;
    }

.tel { /*float: right;*/
    padding: 0;
    margin: 0;
    margin-right: 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #7c7770; /*margin-top: 20px;*/ /*background: url(/Content/Images/tel_ico.png)  0 4px no-repeat;*/
    padding-left: 30px;
}

    .tel div {
        font-size: 12px;
        text-align: right;
    }

        .tel div span {
            color: yellow;
        }

.tel2 {
    float: left;
    padding: 2px 0 10px 36px;
    margin-left: 8px;
    background: url(/Content/Images/tel_ico.png) 0 0 no-repeat;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    color: white;
    text-shadow: 1px 1px black;
}

    .tel2 div div {
        float: left;
        width: 60px;
    }

    .tel2 span {
        color: yellow;
    }

    .tel2 #callback {
        cursor: pointer;
        color: white;
    }

        .tel2 #callback:hover {
            text-decoration: none;
        }

.check_box {
    width: 260px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    padding: 60px 40px 50px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}

.btn_check {
    display: block;
    float: none;
    width: 260px;
    height: 75px;
    background: #662484;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 75px;
    border-radius: 5px;
    font-family: 'PT Sans Narrow',sans-serif;
    margin: 20px 0;
}

.task {
    background: url(/Content/Images/task.png) 0 0 no-repeat;
    position: absolute;
    display: block;
    z-index: 1;
    width: 53px;
    height: 60px;
    top: -21px;
    left: 40%;
}

.number_check {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 225px;
    color: #808080;
    outline: none;
    position: relative;
    top: -4px;
    left: 12px;
}

.mail_check {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 225px;
    color: #e1e1e1;
    outline: none;
    position: relative;
    top: -4px;
    left: 12px;
}

.letter_check {
    color: #7c7770;
    font-size: 18px;
}

    .letter_check a {
        background: url(/Content/Images/galka.png) 0 30% no-repeat;
        color: #7c7770;
        font-size: 17px;
        text-decoration: none;
        padding-left: 28px;
        display: block;
        line-height: 18px;
        padding-bottom: 20px;
        padding-top: 10px;
    }



.btn_check:hover {
    background-position: 0 -61px;
}

.btn_order {
    display: block;
    float: right;
    width: 279px;
    height: 55px;
    margin: 0 0 0 12px;
    background: url(/Content/Images/header_btn.png) 0 -120px no-repeat;
}

    .btn_order:hover {
        background-position: 0 -181px;
    }

.online {
    cursor: pointer;
    float: right;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #7c7770;
    margin-top: 20px;
    background: url(/Content/Images/online.png) 0 0 no-repeat;
    padding-left: 30px;
}

.lang {
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}

    .lang a.active {
        color: red;
    }

    .lang a {
        margin-right: 2px;
    }

    .lang .ukr {
        width: 20px;
        height: 20px;
        display: block;
        --background: url(/Content/Images/ukr.png) 0 0 no-repeat;
        float: left;
        margin-right: 20px;
    }

    .lang .rus {
        width: 20px;
        height: 20px;
        display: block;
        --background: url(/Content/Images/rus.png) 0 0 no-repeat;
        float: right;
    }

    .lang .eng {
        width: 20px;
        height: 20px;
        display: block;
        --background: url(/Content/Images/eng.png) 0 0 no-repeat;
    }

.tehno-part {
    padding: 45px 45px 10px 45px;
    line-height: 1.75;
    background: #fff;
}

.basket_ico {
    display: block;
    background: url(/Content/Images/basket_ico.png) 0 4px no-repeat;
    height: 20px;
    width: 100px;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #7c7770;
    padding-right: 12px;
}

.arr-right {
    display: block;
    background: url(/Content/Images/arr-right.png) 0 9px no-repeat;
    height: 13px;
    width: 30px;
    float: right;
}

.otziv h4 {
    color: #58585a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    line-height: 1;
    padding: 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
}

.otziv .inner {
    width: 970px;
    position: relative;
    height: 240px;
}

.otziv .about {
    display: block;
    background: url(/Content/Images/about.png) 50% 0 no-repeat;
    width: 73px;
    height: 31px;
    position: relative;
    left: 47%;
    top: -20px;
    float: left;
}

.otziv .quote {
    width: 745px;
    height: 130px;
    margin: 0 auto;
    color: #7c7770;
    font-size: 18px;
    text-align: center;
    background: url(/Content/Images/quote.png) center bottom no-repeat;
    display: block;
    position: relative;
}

.otziv .inner .prev {
    background: url(/Content/Images/ar_left.png) 0 0 no-repeat;
    position: absolute;
    display: block;
    width: 9px;
    height: 15px;
    top: 56%;
    cursor: pointer;
}

.otziv .inner .next {
    background: url(/Content/Images/ar_right.png) 0 0 no-repeat;
    position: absolute;
    display: block;
    width: 9px;
    height: 14px;
    top: 56%;
    right: -50px;
    cursor: pointer;
}

.otziv .name {
    font-size: 14px;
    color: #7c7770;
    text-align: center;
}

.otziv #actual_item_scroll li {
    background: none;
    padding: 0;
}

.otziv .items {
    overflow: hidden;
    position: relative;
    width: 970px;
    height: 155px;
}

.otziv li {
    display: inline;
    width: 970px;
    float: left;
    background: none;
    padding: 0;
}

.otziv .inner .navig {
    position: absolute;
    width: 970px;
    left: 0;
    top: 220px;
    text-align: center;
}

.otziv .inner .navi {
    margin: 0 37px 0 39px;
    padding: 6px 0 0 0;
    line-height: 10px;
    text-align: center;
}

    .otziv .inner .navi span {
        display: inline-block;
        margin: 0 5px 0 0;
        width: 10px;
        height: 10px;
        cursor: pointer;
        background: url(/Content/Images/slide.png) 0 -1px no-repeat;
    }

    .otziv .inner .navi .active {
        cursor: default;
        background: url(/Content/Images/slide.png) -16px -1px no-repeat;
    }

/*.partners { float:left;margin-left:30px;}
.partners h4{margin-top:30px;color:#58585a;font-size:14px; text-transform:uppercase; font-weight:bold;border:none;line-height:1;padding:0;margin-left:45px }
.partners .inner {width: 650px;position: relative;margin: 0 auto;}
.partners .img img{text-align:center;vertical-align:middle; padding:35px 25px;width: 22%; margin-left: 20px;}
.partners .img{ height:230px;padding-top: 35px; width:650px}
.partners .inner .prev {background: url(/Content/Images/ar_left.png) 0 0 no-repeat;position: absolute;display: block;width: 9px;height: 15px;top: 56%;cursor:pointer;}
.partners .inner .next{background: url(/Content/Images/ar_right.png) 0 0 no-repeat;position: absolute;display: block;width: 9px;height: 14px;top: 56%;right:0;cursor:pointer;}*/

#partners .bjqs-slide li {
    width: 660px;
    height: 265px;
}

#partners .bjqs-slide .item {
    width: 216px;
    height: 126px;
    float: left;
    text-align: center;
}

#partners .bjqs-slide img {
    padding: 45px 0;
}
/*#partners .bjqs-slide .item{ float: none;clear:both; font-size:0;width: 0;height: 0}*/

/*.main_banner .items{overflow: hidden;position: relative; width: 653px; height: 300px;}*/
/*.main_banner li{display: inline; width: 653px;float: left;background: none;padding: 0;}
.main_banner .navig {position: absolute;width: 650px;left: 0;top: 25px;text-align: center;}
.main_banner .navi {margin: 0 37px 0 39px;padding: 6px 0 0 0;line-height: 10px;text-align: center;}
.main_banner .navi span {display: inline-block;margin: 0 5px 0 0;width: 10px;height: 10px;cursor: pointer;background: url(/Content/Images/slide.png) 0 -1px no-repeat;}
.main_banner .navi .active {cursor: default;background: url(/Content/Images/slide.png) -16px -1px no-repeat;}
.main_banner .prev {background: url(/Content/Images/ar_left.png) 0 0 no-repeat;position: relative;display: block;width: 9px;height: 15px;top: 100px;left: 10px;cursor: pointer;}
.main_banner .next {background: url(/Content/Images/ar_right.png) 0 0 no-repeat;position: relative;display: block;width: 9px;height: 14px;top: 85px;left: 640px;cursor: pointer;}*/

.bjqs-prev a {
    background: url(/Content/Images/ar_left.png) 0 0 no-repeat !important;
}

.bjqs-next a {
    background: url(/Content/Images/ar_right.png) 0 0 no-repeat !important;
}

#main_banner,
#banner-slide {
    margin-bottom: 60px;
}

    #main_banner li {
        padding: 0;
        background: none;
    }

ul.bjqs-controls.v-centered li a {
    display: block;
    padding: 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
}

    ul.bjqs-controls.v-centered li a:hover {
        background: #000;
        color: #fff;
    }

ol.bjqs-markers li a {
    background: url(/Content/Images/slide.png) 0 -1px no-repeat;
    color: #fff;
    margin: 5px;
    width: 10px;
    height: 10px;
    text-decoration: none;
}

    ol.bjqs-markers li.active-marker a,
    ol.bjqs-markers li a:hover {
        background: url(/Content/Images/slide.png) -16px -1px no-repeat;
    }

p.bjqs-caption {
    background: rgba(255,255,255,0.5);
}




/*---/header---*/
.main_content {
    padding: 0px 0 0px;
}
/*---content---*/
.content {
    float: right;
    width: 625px;
    padding: 15px 0 20px 0;
    font-size: 14px;
    line-height: 1.5;
}

    .content .img {
        border: 1px solid #6f6f6f;
    }

    .content .nophoto {
        text-align: center;
        min-height: 101px;
        border: 1px solid;
        font-size: 16px;
    }

        .content .nophoto div {
            margin-top: 55px;
        }

    .content h3 {
        color: #662484;
        font-size: 18px;
    }

    .content p { /*color:#7c7770;*/
        font-size: 18px;
        padding-top: 10px;
    }

        .content p a {
            color: #662484;
            font-size: 18px;
        }

    .content .imag {
        font-size: 14px;
        width: 240px;
        float: left;
        background: url(/Content/Images/map.png) 0 10px no-repeat;
        display: block;
        padding-left: 56px;
        margin-top: 20px;
    }

img.fleft {
    margin: 5px 11px 5px 0;
}

.fleft {
    float: left;
}

.path {
    font-size: 1.1em;
    font: 16px 'PT Sans Narrow',sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    border-bottom: 1px solid hsl(0, 0%, 88%);
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
}

.category {
    float: left;
    width: 33%;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 15px;
}

    .category li {
        padding: 0;
        background: none;
    }

    .category a {
        text-decoration: none;
    }

        .category a:hover {
            text-decoration: underline;
        }

.sorting {
    background: none;
    padding: 4px 5px;
}

    .sorting a {
        color: #6a6a6a;
        border-bottom: 1px dashed #6a6a6a;
        text-decoration: none;
        padding: 0;
        margin: 0 0 0 20px;
    }

        .sorting a.active {
            color: #662484;
            border-bottom: none;
            text-decoration: none;
            padding: 0;
            margin: 0 0 0 20px;
        }

        .sorting a:hover {
            text-decoration: none;
        }

    .sorting strong {
        padding: 0 12px 0 0;
        font-weight: normal;
        color: #6a6a6a;
    }

.catalog {
    font-size: 0.9em;
    line-height: 1.1;
    width: 100%;
    overflow: hidden; /*padding:20px 0 0 0;*/
}

.catalog_inner {
    margin: 0;
}

.catalog .item {
    float: left;
    margin: 0 10px;
    width: 184px;
    height: 275px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
}

    .catalog .item:last-child {
        margin-right: 0;
    }

.catalog h5 a {
    /*text-align: center;font-size: 14px;text-decoration: none;color: #6a6a6a;font-size: 14px;font-weight: normal;margin: 0 10px;display: block;height: 15px;overflow: hidden;*/
}

.catalog h5 {
    min-height: 50px;
}

    .catalog h5 a:hover {
        text-decoration: underline;
    }

.catalog .txt {
    padding: 0 0 15px; /*color: #cfcfcf;*/
    font-size: 14px;
    margin: 0 10px;
    height: 30px;
    overflow: hidden;
}

.catalog .btn {
    float: left;
    display: block;
    width: 84px;
    height: 27px;
    cursor: pointer;
    background: url(/Content/Images/in_basket.png) 0 0 no-repeat;
    margin-left: 10px;
}

.catalog .price {
    font: bold 18px 'PT Sans Narrow',sans-serif;
    padding: 3px 0 0 0;
    float: right;
    color: #662484;
    margin-right: 1px;
}

.catalog .img {
    position: relative;
    float: left;
    width: 184px;
    left: 0;
    margin: 0;
    height: 120px;
    border: none;
}

.code {
    color: #878787 !important;
    font-family: arial;
    font-size: 13px !important;
}

.yakor {
    color: #ccc;
    float: right;
    background: url(/Content/Images/top.png) 50% 20px no-repeat;
    display: block;
    width: 45px;
    height: 67px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.onpage {
    float: left;
    color: #6a6a6a;
    width: 120px;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 16px;
}

    .onpage a {
        text-decoration: underline;
        float: right;
        color: #662484;
    }

    .onpage .active {
        text-decoration: none;
        float: right;
        color: #6a6a6a;
    }

.pages {
    padding: 13px 0 10px 0;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
}

    .pages a, .pages span {
        display: inline-block;
        height: 21px;
        color: #662484;
        vertical-align: top;
        background: none;
        text-decoration: none;
        padding: 0 7px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
    }

    .pages b {
        display: inline-block;
        height: 21px;
        color: #dcdcdc;
        vertical-align: top;
        background: none;
        padding: 0 7px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
    }

    .pages .first {
        display: inline-block;
        width: 33px;
        padding: 0;
        background: url(/Content/Images/arr-first.png) 0 9px no-repeat;
    }

    .pages .prev {
        display: inline-block;
        padding: 0;
        text-decoration: underline;
    }

    .pages .next {
        display: inline-block;
        padding: 0;
        text-decoration: underline;
    }

    .pages .last {
        display: inline-block;
        width: 33px;
        padding: 0;
        background: url(/Content/Images/arr-last.png) 0 9px no-repeat;
    }

    .pages a {
        cursor: pointer;
    }

.map {
    text-align: center;
    padding: 14px 0 0 0;
}

    .map img {
        border: 0;
    }

.office {
    padding: 0 0 23px 197px;
    line-height: 1.45;
}

    .office .img {
        position: relative;
        float: left;
        width: 180px;
        left: -197px;
        margin: 0 -180px 0 0;
    }

    .office h3 {
        font-size: 1em;
        margin: 0;
        padding: 0;
        font-weight: bold;
        color: #662484;
        color: hsl(281, 57%, 33%);
    }

.block {
    border: 1px solid #e0e0e0;
    border: 1px solid hsl(0, 0%, 88%);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #f2f2f2;
    background: hsl(0, 0%, 95%);
    width: auto;
    margin: 0;
}


.order-form p, #request_form p, .feedback p {
    float: left;
    padding: 0 0;
}

.feedback p {
    line-height: 2.25;
}

.order-form .custom-combobox, #request_form .custom-combobox {
    float: right;
}

.style-form .inp, .order-form .inp {
    width: 255px;
}
/*.feedback .inp{width: 250px}*/
.style-form textarea, .order-form textarea {
    width: 264px;
}

.style-form select {
    width: 273px;
}

.order-form #Delivery {
    width: 275px;
}
/*.style-form .inp, .order-form .inp, .style-form textarea, .order-form textarea, .style-form select,*/
/*.order-form select, .style-form .cusel, .order-form .cusel{margin:4px 0 15px;}*/
.style-form p {
    padding: 0 0 9px;
}

#request_form {
    margin-top: 10px;
}

label {
    vertical-align: super;
    font-weight: bold;
    color: #58585a;
    color: hsl(240, 1%, 35%);
}

/* forms */
fieldset.f legend {
    display: none;
}

fieldset.f ol {
    padding: 0;
    list-style: none;
}

    fieldset.f ol li {
        padding-bottom: 5px;
    }

fieldset.f label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    fieldset.f label.checkbox {
        display: inline;
    }

fieldset.f input[type="text"], fieldset input[type="password"] {
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

    fieldset.f input[type="text"]:focus, fieldset input[type="password"]:focus {
        border: 1px solid #7ac0da;
    }

fieldset.f input[type="submit"] {
    float: right;
    display: block;
    width: 97px;
    height: 34px;
    cursor: pointer;
    border: 0;
    background: url(/Content/Images/btn.png) 0 -33px no-repeat;
}

.inp {
    border: 2px solid #b2b2b2;
    border: 2px solid hsl(0, 0%, 70%);
    padding: 4px 8px;
    width: 300px;
    max-width: 320px;
    border-radius: 5px;
    outline: -webkit-focus-ring-color auto 0;
    float: right;
    margin-right: 4px;
}

    .inp:focus {
        border: 2px solid #662484;
        border: 2px solid hsl(281, 57%, 33%);
    }

.inp2 {
    border: 2px solid #b2b2b2;
    border: 2px solid hsl(0, 0%, 70%);
    padding: 4px 8px;
    width: 300px;
    max-width: 320px;
    border-radius: 5px;
    outline: -webkit-focus-ring-color auto 0;
    float: right;
    margin-right: 4px;
}

    .inp2:focus {
        border: 2px solid #662484;
        border: 2px solid hsl(281, 57%, 33%);
    }

.drop {
    padding: 4px 0;
    padding-left: 4px;
    width: 318px;
    border: 1px solid #333333;
}

textarea {
    border: 1px solid #333333;
    padding: 0 0 0 8px;
    height: 125px;
}

.go_send {
    float: right;
    display: block;
    width: 97px;
    height: 34px;
    cursor: pointer;
    background: #662484;
    background: hsl(281, 57%, 33%);
    color: #ffffff;
    color: hsl(0, 100%, 100%);
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    font-family: 'PT Sans Narrow',sans-serif;
    margin-top: 5px;
    margin-right: 4px;
}

.go_shop {
    float: right;
    display: block;
    width: 180px;
    height: 27px;
    cursor: pointer;
    background: #662484;
    background: hsl(281, 57%, 33%);
    color: #ffffff;
    color: hsl(0, 100%, 100%);
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    font-family: 'PT Sans Narrow',sans-serif;
    margin-top: 5px;
    margin-right: 4px;
}

/*.go_checkout {
    float:right; display:block;  width:120px; height:32px; cursor:pointer;
    background: #662484;
    background: hsl(281, 57%, 33%);
    color: #ffffff;
    color: hsl(0, 100%, 100%);text-align: center;text-decoration: none;font-size: 16px;
border-radius: 5px;
font-family: 'PT Sans Narrow',sans-serif;
margin-right: 0px;
}*/

.go_order {
    display: block;
    margin: 7px 327px 7px auto;
    width: 97px;
    height: 34px;
    cursor: pointer;
    border: 0;
    background: url(/Content/Images/btn.png) 0 -76px no-repeat;
}

.go_get {
    display: block;
    margin: 7px 327px 7px auto;
    width: 97px;
    height: 34px;
    cursor: pointer;
    border: 0;
    background: url(/Content/Images/btn.png) 0 -117px no-repeat;
}

.go_registr {
    display: block;
    margin: 7px 327px 7px auto;
    width: 155px;
    height: 34px;
    cursor: pointer;
    border: 0;
    background: url(/Content/Images/btn.png) 0 -157px no-repeat;
}

.red {
    color: #ff0000;
}

.feedback {
    padding: 20px 0 5px;
    margin-bottom: 43px;
}

    .feedback td {
        vertical-align: top;
        line-height: 24px;
        padding: 0 0 4px;
    }

    .feedback .inp {
        width: 245px;
    }

    .feedback textarea {
        width: 208px;
        height: 120px;
    }

.par {
    padding: 4px 0 15px;
}

.warm {
    font-weight: bold;
    color: #ff0000;
    padding: 5px 0 0 23px;
    background: url(/Content/Images/arr.png) 0 -98px no-repeat;
}

.news {
    padding: 0 0 2px;
}

    .news .item {
        padding: 6px 0 11px;
        font-size: 14px;
    }

    .news h6 {
        font-size: 1em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

        .news h6 a {
            text-decoration: none;
        }

            .news h6 a:hover {
                text-decoration: underline;
            }

    .news .date {
        color: #ff6600;
    }

.table_price {
    width: 100%;
    border-radius: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-radius: 4px;
    border-spacing: 0;
    border-color: #662484;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
}

    .table_price th {
        padding: 4px 15px;
        border-left: 1px solid #662484;
    }

        .table_price th:first-child {
            border-left: 0;
        }

    .table_price td:first-child {
        border-left: 0;
    }

    .table_price th span {
        font-weight: normal;
    }

    .table_price td {
        border-top: 1px solid #662484;
        padding: 3px 15px;
        border-left: 1px solid #662484;
    }
        /*.table_price td:first-child {border-left:0; }*/
        .table_price td.price {
            font: bold 16px 'PT Sans Narrow',sans-serif;
        }

/*---/content---*/

/*--left_part--*/
.left_part {
    float: left;
    width: 340px;
    padding: 15px 0 20px 0;
    line-height: 1.25;
}

    .left_part .news {
        padding: 0 0 10px;
    }

        .left_part .news .item {
            border-top: 1px dashed #ff6600;
            padding: 5px 0 8px;
        }

            .left_part .news .item:first-child {
                border: 0;
            }

        .left_part .news h6 {
            font-size: 1.1em;
            line-height: 1.15;
        }

.cityList ul {
    width: 228px;
    float: right;
}

    .cityList ul li {
        padding: 2px 0;
    }

        .cityList ul li a {
            text-transform: none;
            padding: 0;
            margin: 0;
            color: #662484;
        }

            .cityList ul li a:hover {
                padding: 0;
                background: #ffffff;
                background: hsl(0, 100%, 100%);
                border: 1px solid #dbdbdb;
                border: 1px solid hsl(0, 0%, 86%);
                display: block;
            }

.cityList .active {
    color: red;
    font: bold 16px 'PT Sans Narrow',sans-serif;
}

.all {
    border-top: 1px solid #ff6600;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 0;
}

/*--/left_part--*/


/*---footer---*/
.footer {
    height: 62px;
    padding: 23px 33px 0 0;
    font-size: 11px;
    background: #662484;
    margin-top: 75px;
}

    .footer .content {
        width: 1025px;
        margin: 0 auto;
        float: none;
        padding: 0;
    }

    .footer .copy {
        float: left;
        color: #fff;
        padding: 0 10px 0 10px;
        width: 176px;
    }

        .footer .copy a {
            color: #fff;
            text-decoration: none;
        }

            .footer .copy a:hover {
                color: #fff;
                text-decoration: underline;
            }

    .footer .mail_foot {
        background: url(/Content/Images/mail_foot.png) 0 2px no-repeat;
        display: block;
        line-height: 19px;
        padding-left: 27px;
        color: #fff;
        text-decoration: none;
        float: right;
        padding-right: 14px;
    }

    .footer .point_foot {
        background: url(/Content/Images/point_foot.png) 0 0 no-repeat;
        display: block;
        line-height: 19px;
        padding-left: 20px;
        color: #fff;
        text-decoration: none;
        float: right;
    }

.counter {
    float: right;
    padding: 2px 0 0;
}

.social {
    width: 173px;
    text-align: center;
    float: left;
    padding: 0 0 0 0;
}

    .social a {
        margin: 0 3px 0 4px;
    }

.rss {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/Content/Images/social.png) 0 0 no-repeat;
}

.face {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/Content/Images/social.png) -35px 0 no-repeat;
}

.twitter {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/Content/Images/social.png) -67px 0 no-repeat;
}

.partner {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 20px;
}

    .partner img {
        vertical-align: middle;
        margin: 0 8px;
    }

    .partner a {
        color: #fff;
    }


.sitemap {
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    display: none;
}

    .sitemap a {
        color: #fff;
        text-decoration: none;
    }
/*---/footer---*/

/*Siteheart*/
.sh_btn {
    font-size: 14px;
    font-family: Arial;
    color: #ffffff;
    color: hsl(0, 100%, 100%);
    position: fixed;
    cursor: pointer;
    top: 200px;
    border-radius: 6px !important;
    box-shadow: inset 0 0 1px #ffffff;
    box-shadow: inset 0 0 1px hsla(0, 100%, 100%, 0.5);
    background: #662484 !important;
}

.sh_btn_top_center {
    top: 94px !important;
    margin-left: 330px !important;
    position: absolute !important;
}
/*Siteheart*/

/*---scrollable banners---*/
.scrollable {
    width: 290px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

    .scrollable .items {
        width: 20000em;
        position: absolute;
    }

        .scrollable .items div {
            float: left;
        }

    .scrollable .nav {
        position: absolute;
        top: 300px;
        right: 0;
        width: 290px;
        height: 23px;
        text-align: center;
        z-index: 2;
    }

    .scrollable .navi {
        display: inline-block;
    }

        .scrollable .navi a {
            float: left;
            display: block;
            width: 21px;
            height: 22px;
            background: url(/Content/Images/navi_arr.png) -41px 0 no-repeat;
        }

            .scrollable .navi a.active, .scroll_banner .navi a:hover {
                background: url(/Content/Images/navi_arr.png) 0 0 no-repeat;
            }
/*---/scrollable banners---*/


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 2px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.cart-popup {
    width: 63em;
    text-align: left;
}

.popup-css {
    background: #ffffff;
    background: hsl(0, 100%, 100%);
    border-radius: 5px;
    border: 3px solid #ffffff;
    border: 3px solid hsl(0, 100%, 100%);
    padding: 1.25em 1em 1em;
    position: fixed;
    text-align: left; /*box-shadow: 0 0 0 12px hsla(0, 0%, 0%, 0.2);*/
}

.popup-css-green {
    border-color: #662484;
    border-color: hsl(281, 57%, 33%);
}

.main_content .top5 {
    margin: 5px 0;
}

    .main_content .top5 .prev {
        background: url(/Content/Images/ar_left.png) 0 0 no-repeat;
        position: relative;
        display: block;
        width: 9px;
        height: 15px;
        top: 100px;
        cursor: pointer;
    }

    .main_content .top5 .next {
        background: url(/Content/Images/ar_right.png) 0 0 no-repeat;
        position: relative;
        display: block;
        width: 9px;
        height: 14px;
        top: 85px;
        left: 609px;
        cursor: pointer;
    }

    .main_content .top5 li {
        display: inline;
        width: 184px;
        float: left;
        background: none;
        padding: 0 11px;
        text-align: center;
    }

    .main_content .top5 .img {
        border: none;
    }

    .main_content .top5 .item {
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        background: white;
        position: relative;
        height: 200px;
        padding: 2px;
    }

        .main_content .top5 .item h5 {
            font-size: 14px;
            padding: 0px;
        }

.popup .item {
    width: 120px;
    display: inline-table;
    margin: auto 10px;
    position: relative;
}

    .popup .item .txt {
        color: #cfcfcf;
        color: hsl(0, 0%, 81%);
        font-size: 14px;
    }

.popup .sorting {
    border-radius: 7px;
    background: #f2f2f2;
    background: hsl(0, 0%, 95%);
    color: #58585a;
    color: hsl(240, 1%, 35%);
    font: 16px 'PT Sans Narrow',sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.popup-close {
    position: relative;
    left: 684px;
    top: -5px;
    cursor: pointer;
}

.amount {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    width: 20px;
    text-align: center;
    display: block;
    margin-right: auto;
}

.i-counter {
    border: 0;
    background-color: transparent;
    width: 22px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}
/*.add {	background: url(/content/images/arrow_up.gif) no-repeat 3px 3px;}
.remove {background: url(/content/images/arrow_down.gif) no-repeat 3px 3px;}*/
.del {
    cursor: pointer;
}

#backet-head {
    position: relative;
    left: -676px;
    top: -19px;
}

.txt1 {
    float: right;
    font-size: 14px;
    width: 133px;
}

.btn1 {
    float: right;
}

#t_products img {
    border: 0;
}

#t_products .header {
    text-align: center;
    background-color: #662484;
    background-color: hsl(281, 57%, 33%);
    color: white;
    height: 40px;
}



.map-view {
    height: 350px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.filter ul li {
    background: none;
    min-height: 16px;
    padding: 3px 0 3px;
    font-size: 14px;
}

    .filter ul li a {
        text-decoration: none;
        display: inline-block;
        min-height: 14px;
        padding: 0 0 0 21px;
        background: url(/Content/Images/check.gif) 0 -161px no-repeat;
        color: #7c7770;
    }

    .filter ul li > span {
        display: inline-block;
        min-height: 14px;
        padding: 0 0 0 21px;
        background: url(/Content/Images/discheck.png) 0 0 no-repeat;
    }

    .filter ul li a:hover {
        text-decoration: underline;
        background-position: 0 -71px;
    }

    .filter ul li.active a {
        background: url(/Content/Images/galka.png) 0 2px no-repeat;
    }

    .filter ul li span {
        color: #BEBEBE;
    }

.categories {
    padding: 15px 40px;
    border-bottom: 1px solid #e0e0e0;
}

    .categories .cat {
        padding: 0;
        cursor: pointer;
        text-decoration: none;
        font-size: 15px;
        color: black;
    }

.categories-list > li {
    border-bottom: 1px solid #e0e0e0;
    border-bottom: 1px solid hsl(0, 0%, 88%);
    padding: 2px 0;
}

    .categories-list > li:last-child {
        border-bottom: none;
    }

.subcategories-list {
    padding-left: 15px;
}

    .subcategories-list .active {
        display: block;
    }

    .subcategories-list li {
        padding: 2px 0;
    }

    .subcategories-list a {
        text-decoration: none;
        margin: 0 5px;
    }

        .subcategories-list a:hover {
            text-decoration: underline;
        }

    .subcategories-list span {
        margin-left: 5px;
    }

    .subcategories-list .count {
        font-size: 12px;
        margin-left: 0;
    }
/*.categories a:hover{ text-decoration: underline;}*/

#combobox {
    width: 120px;
}

.btn_callback {
    background: url("/Content/themes/base/images/gradient.png") repeat-x scroll 0 -23px transparent;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 1px #4F004B;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 11px;
    margin-top: 5px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 185px;
}

    .btn_callback:hover {
        background: url("/Content/themes/base/images/gradient2.png") repeat-x scroll 0 -29px transparent;
        border-radius: 7px 7px 7px 7px;
        box-shadow: 1px 1px 1px #4F004B;
        color: #FFFFFF;
        display: block;
        float: left;
        font-family: Tahoma;
        font-size: 11px;
        font-weight: bold;
        height: 11px;
        margin-top: 5px;
        padding: 6px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 185px;
    }

/*Product, ProductRecalls*/
.product_descr {
    float: right;
    width: 310px;
    padding: 0 0 10px;
}

    .product_descr h1 {
        font-size: 24px;
        font-weight: normal;
        padding-top: 2px;
    }

    .product_descr .frame_block {
        padding: 5px 10px 6px;
    }

    .product_descr .price {
        font-size: 30px;
        color: #3e4446;
        line-height: 36px;
        padding: 0 0 -12px;
    }

    .product_descr .btn_buy {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        line-height: 29px;
        margin: -28px 114px 7px;
        color: #fff;
        width: 83px;
        height: 33px;
        background: url(/Content/Images/in_basket.png) 0 -1px no-repeat;
        float: left;
    }

    .product_descr .product_info {
        font: 12px/1.5 Arial, Tahoma, sans-serif;
        border: 0;
        padding: 0;
    }

        .product_descr .product_info a {
            color: #0b7ab9;
        }

    .product_descr .block_stars {
        float: right;
        font-size: 11px;
        padding: 5px 0 0 0;
    }

    .product_descr .social_block {
        float: left;
    }

    .product_descr h3 {
        color: #333;
    }

.product_line1 {
    min-height: 24px;
    padding: 0 11px 0 12px;
    margin: 3px 0 0;
    color: #3e4446;
    font: 11px/22px Arial, Tahoma, sans-serif;
}

    .product_line1 .article {
        float: right;
        color: #777c7e;
    }

.frame_block_place {
    min-height: 128px;
}

.frame_block {
    border: 1px solid #e1eaec;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 90px;
}

    .frame_block .tl {
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        width: 8px;
        height: 8px;
        background: url(/Content/Images/frame_corner.png) 0 0 no-repeat;
    }

    .frame_block .tr {
        display: block;
        position: absolute;
        top: -1px;
        right: -1px;
        width: 8px;
        height: 8px;
        background: url(/Content/Images/frame_corner.png) -29px 0 no-repeat;
    }

    .frame_block .bl {
        display: block;
        position: absolute;
        bottom: -1px;
        left: -1px;
        width: 8px;
        height: 8px;
        background: url(/Content/Images/frame_corner.png) 0 -28px no-repeat;
    }

    .frame_block .br {
        display: block;
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 8px;
        height: 8px;
        background: url(/Content/Images/frame_corner.png) -29px -28px no-repeat;
    }

.product_info {
    border-top: 1px dashed #cccccc;
    margin: 7px 0 0 0;
    padding: 5px 0 0 0;
}

.star {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 2px 0 0;
    vertical-align: -2px;
    background: url(/Content/Images/star_ico.gif) 0 0 no-repeat;
}

    .star.empty {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 2px 0 0;
        vertical-align: -2px;
        background: url(/Content/Images/star_ico.gif) -17px 0 no-repeat;
    }

.product_images {
    float: left;
    width: 320px;
    padding: 13px 0 0 0;
}

.img_big {
    position: relative;
    margin: 0 0 0 30px;
    text-align: center;
    width: 310px;
}

    .img_big a {
        display: table;
        width: inherit;
        height: 235px;
    }

    .img_big .noPhoto {
        display: table;
        width: 310px;
        height: 310px;
        border: 1px solid black;
    }

    .img_big span {
        display: table-cell;
        vertical-align: middle;
        width: inherit;
    }

    .img_big a span img {
        width: 310px;
        height: 310px;
    }

.btn2 {
    display: inline-block;
    width: 90px;
    height: 35px;
    padding: 0 0 0 7px;
    background: url(/Content/Images/btn.png) 0 -33px no-repeat;
}

    .btn2 span {
        display: inline-block;
        height: 24px;
        padding: 0 7px 0 0;
    }

.fright {
    float: right;
}

.recalls_block {
    padding: 0 8px;
    color: #484e4f;
}

    .recalls_block form {
        color: #676767;
        padding: 10px 0 10px 0;
    }

    .recalls_block .label {
        color: #3e4446;
        font-size: 15px;
        padding-right: 10px;
    }

    .recalls_block textarea {
        width: 560px;
        height: 65px;
    }

.recalls_block_inner {
    padding: 10px 0 0 0;
    margin: 0;
    width: 100%;
}

.recall {
    border-top: 1px solid #d7e1e3;
    padding: 14px 0 8px 0;
    font-size: 12px;
    line-height: none;
}

    .recall:first-child {
        border-top: 0;
    }

    .recall .user {
        color: #c80007;
        padding: 0 0 12px;
    }

    .recall .recall_txt {
        margin: 0 108px 0 0;
    }

        .recall .recall_txt p {
            padding: 0;
            margin: 0 0 18px;
        }

    .recall .recall_info {
        text-align: right;
        float: right;
        width: 100px;
    }

        .recall .recall_info .date {
            padding: 0 0 6px;
            color: #8b8f90;
        }

        .recall .recall_info .star {
            margin: 3px 0 0;
        }

.recall_panel {
    padding: 13px 0 7px 0;
    font: 12px Arial, Tahoma, sans-serif;
    color: #545a5b;
    margin: 0 0 0 -2px;
    position: relative;
}

    .recall_panel a {
        color: #0b7ab9;
        text-decoration: underline;
    }

        .recall_panel a:hover {
            color: #c00007;
        }

.recall_answer {
    margin: 0 0 0 -2px;
    padding: 0 0 0 46px;
    position: relative;
    background: url(/Content/Images/recall_answer.gif) 0 0 no-repeat;
}

    .recall_answer .recall:first-child {
        border-top: 1px solid #d7e1e3;
    }

.recall-form .inp {
    padding: 0;
    width: 300px;
    margin: 3px 0 2px;
}

.inp_text {
    color: #767c7e;
    font-size: 0.84em;
    padding: 0 0 10px;
}

.marking {
    padding: 10px 0 15px;
}

    .marking .label {
        display: inline-block;
        margin-bottom: 5px;
    }

.radio_stars {
    float: left;
}

.radio_star {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 3px 0 0;
    vertical-align: -6px;
    background: url(/Content/Images/star_ico.gif) 0 -21px no-repeat;
}

    .radio_star.empty {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 3px 0 0;
        vertical-align: -6px;
        background: url(/Content/Images/star_ico.gif) -30px -21px no-repeat;
    }

.f15 {
    font-size: 15px;
}

/*Guestbook*/
.gb_left {
    text-align: justify;
}

    .gb_left .comment {
        padding: 0 20px 20px 0;
    }

        .gb_left .comment .name {
            color: #92268c;
            font: bold 14px Arial;
        }

        .gb_left .comment .text {
            font-size: 12px;
            margin-top: 5px;
        }

    .gb_left .sep {
        border-top: 1px solid #f60;
        height: 13px;
    }

.gb_right {
    /*float: left;*/
    padding-left: 20px;
}

.back_title {
    font-family: 'Calibri Regular', Calibri;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
}

.forma {
    font: normal 14px Arial;
}

    .forma input.guestbook {
        width: 100%;
    }

    .forma textarea.guestbook {
        width: 100%;
    }

    .forma input[type=submit].guestbook {
        margin-left: 75px;
    }

    .forma p {
        margin-top: 10px;
    }

.safe_form > div:first-child {
    display: none;
}



form.guestbook .field-validation-error {
    font: normal 12px Arial;
}

.Guest-anotation {
    color: red;
    margin-top: 6px;
}

form.guestbook {
    width: 600px;
    display: block;
}

    form.guestbook p label {
        font: normal 14px Arial;
    }

    form.guestbook .left-Guest-form, form.guestbook .fight-Guest-form {
        width: 280px;
        display: inline;
    }

    form.guestbook .left-Guest-form {
        float: left;
    }

    form.guestbook .fight-Guest-form {
        float: right;
    }



/*Register form*/
.style-form label {
    font-weight: bold;
}

/*UI JQuery*/
.custom-combobox {
    position: relative;
    display: inline-block;
}

.form_slider .go {
    float: right;
    cursor: pointer;
    border: 0;
    width: 14px;
    height: 20px;
    margin: 0;
    /*background: url(/Content/Images/new/arr.png) 0 6px no-repeat;*/
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0; /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.filter_box .basket {
    background: #f3f3f3;
    min-height: 120px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    padding: 0 20px;
    margin-top: 20px;
}

    .filter_box .basket .big {
        background: url(/Content/Images/basket-big.png) 0 0 no-repeat;
        display: block;
        width: 70px;
        height: 80px;
        float: left;
        position: absolute;
        top: -40px;
    }

    .filter_box .basket .elips {
        background: url(/Content/Images/elips.png) 0 0 no-repeat;
        display: block;
        width: 81px;
        height: 81px;
        float: right;
        position: absolute;
        top: -40px;
        right: 40px;
    }

        .filter_box .basket .elips span {
            display: block;
            text-align: center;
            color: #fff;
            font-size: 16px;
            margin-top: 17px;
        }

    .filter_box .basket h5 {
        font: bold 16px 'PT Sans Narrow',sans-serif;
        color: #58585a;
        margin: 0;
        padding: 3px 0 8px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        top: -35px;
    }

    .filter_box .basket .clear {
        color: #cfcfcf;
        border-bottom: 1px dashed #cfcfcf;
        font-size: 13px;
        text-decoration: none;
        position: relative;
        top: -28px;
        left: 42%;
        cursor: pointer;
    }

    .filter_box .basket table {
        width: 95%;
        margin-bottom: 40px;
        margin-top: 20px;
    }

        .filter_box .basket table tr {
            text-align: left;
            font: 15px 'PT Sans Narrow',sans-serif;
            color: #6a6a6a;
        }

            .filter_box .basket table tr td {
                padding: 5px 0;
            }

    .filter_box .basket .paybox {
        font: 15px 'PT Sans Narrow',sans-serif;
        color: #6a6a6a;
        padding-bottom: 15px;
    }

        .filter_box .basket .paybox span {
            color: #662484;
            font-size: 17px;
            font-weight: bold;
        }

        .filter_box .basket .paybox a {
            color: white;
            float: none;
        }

    .filter_box .basket .arr {
        position: relative;
        top: -2px;
        padding: 0 5px;
    }

    .filter_box .basket .paybox button {
        float: right;
        display: block;
        width: 120px;
        height: 30px;
        cursor: pointer;
        background: #662484;
        background: hsl(281, 57%, 33%);
        color: #ffffff;
        color: hsl(0, 100%, 100%);
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        border-radius: 5px;
        font-family: 'PT Sans Narrow',sans-serif;
        margin-right: 0px;
        padding-bottom: 15px;
        padding-bottom: 25px;
    }

.filter_box {
    width: 350px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    padding: 40px 0 40px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}

.filter-sort {
    position: relative;
}

    .filter-sort h5 {
        font: bold 16px 'PT Sans Narrow',sans-serif;
        color: #58585a;
    }

.filter-search {
    padding-bottom: 40px;
}
    /*.filter-search input[type="submit"] {
    background-image: url('/Content/Images/search-icon-hi.png');width: 12px; border: none;
    background-color: #ffffff;
    background-color: hsl(0, 100%, 100%);height: 12px;cursor: pointer;
}*/

    .filter-search input[type="submit"]:focus {
        outline: -webkit-focus-ring-color auto 0;
    }

    .filter-search .search_inp {
        border: 1px solid #e1e1e1;
        width: 195px;
        height: 31px;
        color: #662484;
        color: hsl(281, 57%, 33%);
        outline: none;
        position: relative;
        top: -3px;
        left: 52px;
        font-size: 16px;
        padding-left: 2px;
    }

    .filter-search button {
        float: right;
        background: #662484;
        color: white;
        border: none;
        padding: 10px;
        width: 65px;
        top: 37px;
        right: 35px;
        position: absolute;
    }

    .filter-search .search_inp:focus {
        border: 1px solid #c1c1c1;
    }

.ui-menu-item {
    background: none;
}

.ui-slider {
    position: relative;
    width: 257px;
    height: 8px;
    margin: 12px auto 0;
    background: url(/Content/Images/slider-range.png) 0 0 no-repeat;
}

.ui-slider-range {
    position: absolute;
    top: 1px;
    height: 6px;
    background: #662484;
}

.ui-slider-handle {
    position: absolute;
    top: -5px;
    margin: 0 -8px;
    width: 19px !important;
    height: 19px !important;
    background: url(/Content/Images/slider_handle.png) 0 0 no-repeat;
}

.ui-helper-hidden-accessible {
    display: block;
    position: relative !important;
    color: red;
    margin-top: 30px;
}

.ui-slider-handle:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.slider_range_scale {
    width: 257px;
    margin: -5px 0 5px;
    table-layout: fixed;
    color: #8d9ca5;
    text-align: center;
    border: 0;
    background: none;
    font: 11px Arial, Tahoma, sans-serif;
}

    .slider_range_scale td {
        text-align: center;
        border: 0;
        padding: 12px 0 0 0;
        font-size: 14px;
        font-family: 'PT Sans Narrow', Arial, Tahoma, sans-serif;
        color: #b1b1b1;
    }

.filter-sort {
    padding: 1px 0 8px;
}

    .filter-sort .inp:focus {
        border: none;
        background: none;
        border: 1px solid #c1c1c1;
        margin: 0 5px 0 2px;
    }

    .filter-sort .inp {
        width: 51px;
        margin: 0 5px 0 2px;
        padding: 1px 11px;
        border: 1px solid #fff;
        font: 14px 'PT Sans Narrow', Arial, Tahoma, sans-serif;
        background: none;
        color: #1d1d1d;
        outline: none;
    }

    .filter-sort .go {
        float: right;
        cursor: pointer;
        border: 0;
        width: 12px;
        height: 19px;
        margin: 0;
        background: url(/Content/Images/go.png) 0 0 no-repeat;
    }

.filter {
    padding: 15px 40px;
    border-bottom: 1px solid #e1e1e1;
}

    .filter p {
        font-size: 16px;
        padding: 0;
        cursor: pointer;
        border-bottom: 1px dotted #e1e1e1;
    }

        .filter p span {
            font-size: 12px;
        }

    .filter h5 {
        font: bold 16px 'PT Sans Narrow',sans-serif;
        color: #58585a;
        margin: 0;
        padding: 0 0 15px;
        text-transform: uppercase;
        text-align: center;
    }

p.imag {
    font-size: 12px;
    width: 240px;
    float: left;
    background: url(/Content/Images/map.png) 0 4px no-repeat;
    display: block;
    padding-left: 56px;
    margin-top: 20px;
    margin-left: 40px;
    padding-bottom: 20px;
}

.brand {
    margin-top: 0px;
}

    .brand h3, .comparer h3 {
        margin: -8px 0 3px 35px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 16px;
        color: #034da3;
    }

.details-txt h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 18px;
    color: #034da3;
    padding: 10px 0 0;
}

.brand p {
    padding: 3px 0;
}

.border {
    border: 1px solid #dcdcdc;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: 347px;
    display: inline-block;
    margin: 3px;
}

    .border img {
        margin: 4px 3px;
    }

.breadcrumb, .breadcrumb a {
    text-align: center;
    color: #636363;
    font-size: 16px;
    margin-bottom: 20px;
    text-decoration: none;
}

.seotext {
    text-align: center;
    width: 553px;
}

.showbrand {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin: 3px;
    width: 108px;
    float: left;
}
/*.left-bg {
  background: url(/Content/Images/vishivanka.jpg) 0 0 repeat-y;
  display: block;
  width: 363px;
  height: 100%;
  position: absolute;
  left: -430px;
}
.right-bg {
  background: url(/Content/Images/vishivanka.jpg) 0 0 repeat-y;
  display: block;
  width: 363px;
  height: 100%;
  position: absolute;
  right: -450px;
}*/

.filter-search a.delete {
    background: url('Images/ico_in_basket.png') 0 -44px no-repeat;
    height: 17px;
    display: block;
    width: 17px;
    margin: 5px 0 6px 0;
    position: absolute;
    right: 108px;
    z-index: 9999;
}


/*.filter_box .basket-new {background: #f3f3f3;min-height:51px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf; position: relative;padding: 0 20px;margin-top: 20px;}
.filter_box .basket-new .big{background: url(/Content/Images/basket_new.jpg) 0 0 no-repeat;display:block;width:70px; height:80px;float:left; position: absolute;top: -40px;}
.filter_box .basket-new .elips{background: url(/Content/Images/elips.png) 0 0 no-repeat; display:block;width:81px; height:81px;float:right; position: absolute;top: -40px;right:40px;}
.filter_box .basket-new .elips span{display:block; text-align:center;color:#fff;font-size:16px;margin-top: 17px;}
.filter_box .basket-new h5 {font: bold 16px 'PT Sans Narrow',sans-serif;color:#58585a;margin: 0;padding: 3px 0 8px;text-transform: uppercase;text-align: center;position: relative;top: -35px;}
.filter_box .basket-new .clear {color: #cfcfcf;border-bottom: 1px dashed #cfcfcf;font-size: 13px;text-decoration: none;position: relative;top: -28px;left: 42%;cursor: pointer;}
.filter_box .basket-new table{width:95%; margin-bottom: 40px;margin-top: 20px;}
.filter_box .basket-new table tr {text-align: left;font: 15px 'PT Sans Narrow',sans-serif;color: #6a6a6a;}
.filter_box .basket-new table tr td{padding:5px 0; }
.filter_box .basket-new .paybox {font:15px 'PT Sans Narrow',sans-serif;color: #6a6a6a;padding-bottom: 15px;}
.filter_box .basket-new .paybox span { color: #662484; font-size: 17px;font-weight:bold }
.filter_box .basket-new .paybox a{color: white;float:none;}
.filter_box .basket-new .arr {position: relative;top: -2px;padding: 0 5px;}
    .filter_box .basket-new .paybox button {
        float: right;
        display: block;
        width: 120px;
        height: 30px;
        cursor: pointer;
    }*/

.showbrand:hover {
    border: 1px solid #662484;
}

.go_send:hover {
    color: black;
    background: #ED8600;
    transition: .3s
}


.image-calerey.small {
    height: auto;
    display: block;
    float: left;
    width: auto;
    margin: 0 5px;
}

.week {
    margin: 30px 0;
}

    .week li {
        margin-bottom: 10px;
        display: inline-block;
    }

        .week li .title {
            float: left;
            width: 35px;
            height: 25px;
            text-align: left;
            line-height: 25px;
            font-weight: bold;
        }

        .week li .schedule {
            float: left;
            width: calc(100% - 50px);
        }

        .week li td {
            width: 34px;
            height: 25px;
            text-align: center;
        }

            .week li td.green {
                background: #99bf00;
            }

            .week li td.red {
                background: #e2190a;
            }

            .week li td.yellow {
                background: #f6d330;
            }

            .week li td.grey {
                background: #c3ced3;
            }

.info {
    list-style: none;
    left: 70px;
}

    .info li {
        width: 50%;
        float: left;
        height: 17px;
        line-height: 17px;
        padding: 0 0 13px;
        color: #4d4d4f;
    }

    .info i {
        width: 15px;
        height: 15px;
        border: 1px solid #a8a8a9;
        float: left;
        margin-right: 8px;
    }

    .info .yellow i {
        background: #f6d330;
    }

    .info .red i {
        background: #e2190a;
    }

    .info .green i {
        background: #99bf00;
    }

    .info .grey i {
        background: #c3ced3;
    }

.select-city {
    margin: 20px 0;
    display: block;
    float: left;
}

    .select-city p {
        width: 50%;
        float: left;
    }

    .select-city select {
        width: 90% !important;
        float: left;
    }

    .select-city label {
        float: left;
        width: 100%;
    }

