* {
	margin: 0;
	padding: 0;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.clearfix {}
.clearfix:before,
.clearfix:after {
	content: '';
	display: block;
}
.clearfix:after {
	clear: both;
}

.wrapper { width: expression(document.body.clientWidth < 980 ? '980px' : (document.body.clientWidth > 1440 ? '1440px' : '100%')); min-width: 980px; max-width: 1140px; text-align: left; margin: 0 auto; }

.full-width {
	width: 100%;
}

.container {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
}

.ie-fix {
	width: 100%;
	position: relative;
}

.radio, .checkbox {
	border: none;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.page-indent {
	padding: 17px;
}

.page-border {
	border: 1px solid #cfe2ed;
	padding: 17px;
}

body {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	font-size: 0.75em;
	line-height: 1.41em;
	font-family: "Arial", "Helvetica", sans-serif;
	/*color: #777777;*/
	color: #000000;
	/*color: #8C6151;*/
	text-align: center;
}

img {
	border: none;
	vertical-align: top;
}

.color_black {
	color: #fff;
	background-color: #6089BF;
	padding: 3px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.viewBlock { float: left; }
.viewBlock span {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
.viewBlock span:first-child { padding: 2px 0 0 0; }
.view-link {
	background-color: #D95F5F;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.view-link-img {
	background-image: url("/templates/defaultSchema/img/view.png");
	background-position: 0 -60px;
}

.view-link-list {
	background-image: url("/templates/defaultSchema/img/view.png");
	background-position: 0 -80px;
}

.view-link-grid {
	background-image: url("/templates/defaultSchema/img/view.png");
	background-position: 0 -100px;
}

.view-link-active {
	color: #fff;
	background-color: #6089BF;
	/*padding: 3px;*/
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: 700;
}

#firstInStockCheckbox {
	float: left;
	margin: 0 0 0 15px;
	position: relative;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
}

#firstInStockCheckbox:before {
	content: '';
	width: 18px;
	height: 18px;
	background-color: #fafafa;
	border: 1px solid #6089BF;
	margin: 0px 6px 0 0;
}
#firstInStockCheckbox:hover:before {
	background-color: #fff;
}
#firstInStockCheckbox.checked:before {
	background-color: #6089BF;
}
#firstInStockCheckbox.checked:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 4px;
	width: 11px;
	height: 5px;
	background-color: transparent;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
}

.dotted_a {
	text-decoration: none;
	border-bottom-color: #6089BF;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}

.dotted_a:hover {
	text-decoration: none;
	/*border-bottom-style: none;*/
}

.black_a {
	text-decoration: none;
}

.black_a:hover {
	text-decoration: underline;
}

.warehouse_red { color: #D95F5F; }

.warehouse_green {
	color: #64AA54;
}

.warehouse_yellow {
	color: #F29E00;
}

a {
	/*color: #26799f;*/
	color: #6089BF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	position: relative;
}

:focus {
	outline-width: 0;
	outline-style: none;
}

h1 {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.3;
}

h2 {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.34;
	margin-bottom: 5px;
}

h3 {
	font-weight: 700;
	font-size: 1em;
	line-height: normal;
	margin-bottom: 10px;
}

h4 {
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 10px;
}

h5 {
	font-weight: 700;
	font-size: 0.92em;
	margin-bottom: 10px;
}

h6 {
	font-weight: 700;
	font-size: 0.92em;
	margin-bottom: 10px;
}

form {
	display: inline;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

/*table {
border: none;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 100%;
} */
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

cite {
	font-style: normal;
}

q, blockquote {
	quotes: none;
}

q::before, q::after {
	content: "";
}

small, big {
	font-size: 1em;
}

sup {
	font-size: 1em;
	vertical-align: top;
}

ul, ol {
	list-style: none;
}

.hidden {
	display: block !important;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-left, .left {
	float: left !important;
}

.f-right, .right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
}

.no-display {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background-image: none !important;
	background-attachment: scroll !important;
	background-repeat: repeat !important;
	background-position: 0% 0% !important;
	background-size: auto !important;
	background-origin: padding-box !important;
	background-clip: border-box !important;
	background-color: transparent !important;
}

.wrapper { }

.page { width: expression(document.body.clientWidth < 980 ? '980px' : (document.body.clientWidth > 1440 ? '1440px' : '100%')); min-width: 980px; max-width: 1440px; text-align: left; margin: 0 auto;
	/*width: 980px;*/
	/*margin: 0 auto;*/
	padding: 0;
	/*text-align: left;*/
}

.page-print {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
}

.page-empty {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	padding: 20px;
	text-align: left;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
}

.page-popup .product-image {
	display: block;
	margin-bottom: 10px;
}

.page-popup .price-box {
	margin: 10px 0;
}

.page-popup .add-to-links {
	padding: 15px 0;
}

.main-wrapper {
	/*background-image: url("/templates/defaultSchema/img/brushed_alu.png");*/
	background-image: url("/templates/defaultSchema/img/main_bg_001.png");
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #e2e2e2;
}

.main-container {
	display: block;
}

.main {
	margin: 0;
	padding: 10px 10px 20px 10px;
}

.main-block {
	width: 100%;
}

.main-block .top-corners {
	width: 100%;
	background-image: url("/templates/defaultSchema/img/main_block_corner_left_top.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	height: 5px;
	overflow: hidden;
}

.main-block .top-corners div {
	background-image: url("/templates/defaultSchema/img/main_block_corner_right_top.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding: 0 5px;
}

.main-block .top-corners div div {
	padding: 0;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	height: 4px;
	border-top: 1px solid #cbcbcb;
}

.main-block .content-box {
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	padding: 16px 22px 21px 21px;
}

.main-block .bot-corners {
	width: 100%;
	background-image: url("/templates/defaultSchema/img/main_block_corner_left_bot.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	height: 5px;
	overflow: hidden;
}

.main-block .bot-corners div {
	background-image: url("/templates/defaultSchema/img/main_block_corner_right_bot.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding: 0 5px;
}

.main-block .bot-corners div div {
	padding: 0;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	height: 4px;
	border-bottom: 1px solid #cbcbcb;
}

#p2p_box {}
.p2p_item {
	width: 650px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 10px;
}
.p2p_item:last-child {
	margin: 0;
}
.p2p_item__image {
	float: left;
    margin: 0 10px 0 0;
    border: 1px solid #fafafa;
    border-radius: 5px;
    overflow: hidden;
}
.p2p_item__code {
	font-size: 11px;
    color: #666;
    margin: 0 0 8px;
}
.p2p_item__description {
	color: #666;
}

.col-left {
	/*float: right;*/
	width: 220px;
	padding-right: 10px;
}

.col-main {
	/*float: right;*/
	/*width: 710px;*/
	/*min-width: 723px;*/
	/*width: 100%;*/
	/*max-width: 80%;*/
	padding: 17px 12px 40px 13px;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgb(112, 109, 109);
}

.col-right {
	float: right;
	width: 210px;
	padding: 0;
}

.sidebar {
	padding-bottom: 20px;
}

.col1-layout .col-main {
	float: none;
	width: auto;
}

.col1-layout .main {
	padding-right: 0;
	padding-left: 0;
}

.col2-left-layout .col-main {
	/*float: right;*/
}

.col2-right-layout .col-main { }

.col3-layout .col-main {
	width: 489px;
	margin-left: 11px;
}

.col3-layout .col-wrapper {
	float: left;
	width: 735px;
}

.col3-layout .col-wrapper .col-main {
	float: right;
}

.col2-set .col-1 {
	float: left;
	width: 49%;
}

.col2-set .col-2 {
	float: right;
	width: 49%;
}

.col2-set .col-narrow {
	width: 33%;
}

.col2-set .col-wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}

input, select, textarea, button {
	font: 11px "Arial", "Helvetica", sans-serif;
	vertical-align: middle;
	color: #777777;
}

input.input-text, input.input-small-text, select, textarea {
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: #fafafa none repeat scroll 0% 0%;
	border: 1px solid #dfdbdb;
}

input.input-text:focus, select:focus, textarea:focus {
	background-color: #fff;
}

input.input-text, input.input-small-text, textarea {
	padding: 2px;
}

select {
	padding: 1px;
}

select option {
	padding-right: 10px;
}

select.multiselect option {
	border-bottom: 1px solid #dddddd;
	padding: 2px 5px;
}

select.multiselect option:last-child {
	border-bottom: none;
}

textarea {
	overflow: auto;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
}

input.qty {
	width: 2.5em !important;
}

button.button { }

button.button {
	overflow-x: visible;
	overflow-y: visible;
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	cursor: pointer;
}

button.button-2 span, button.button span {
	float: left;
	height: 22px;
	background-image: url("/templates/defaultSchema/img/bkg_button.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding: 0 0 0 7px;
	font: 11px "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
}

button.button-2 span span, button.button span span {
	padding: 4px 7px 0 0;
}

button.disabled { }

button.disabled span { }

button.button-3 span {
	height: 22px !important;
	background-image: url("/templates/defaultSchema/img/bkg_button_2.gif") !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	background-size: auto !important;
	background-origin: padding-box !important;
	background-clip: border-box !important;
	background-color: transparent !important;
}

button.button-3 span span {
	background-position: 100% 0 !important;
	color: #793803;
	height: auto;
	font-weight: 400 !important;
	padding-top: 4px !important;
}

.sidebar button.button span {
	height: 20px;
	background-image: url("/templates/defaultSchema/img/sidebar_button.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.sidebar button.button span span {
	background-position: 100% 0;
	color: #000000;
	font-weight: 700;
	padding-top: 3px;
}

button.btn-checkout span { }

button.btn-checkout.no-checkout { }

p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}

.form-list li {
	margin: 0 0 8px;
}

.form-list label {
	float: left;
	color: #777777;
	font-weight: 400;
	position: relative;
	z-index: 0;
}

.form-list label.required { }

.form-list label.required em {
	float: right;
	font-style: normal;
	color: #eb340a;
	position: absolute;
	top: 0;
	right: -8px;
}

.form-list div.label {
	color: #777777;
	font-weight: 400;
	float: right;
}

.form-list div.label.required:before {
	content: '*';
	color: #ff0000;
	padding: 0 2px 0 0;
}

.form-list td.values {
	font-size: 11px;
}

.form-list li.control label {
	float: none;
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right: 6px;
}

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}

.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
}

.form-list .field {
	float: left;
	width: 275px;
	overflow: hidden;
}

.form-list input.input-text {
	width: 254px;
}

.form-list input.input-small-text {
	margin: 0 3px;
}

.form-list textarea {
	width: 254px;
	height: 10em;
}

.form-list select {
	width: 260px;
}

.form-list li.wide .input-box {
	width: 535px;
}

.form-list li.wide input.input-text {
	width: 529px;
}

.form-list li.wide textarea {
	width: 529px;
}

.form-list li.wide select {
	width: 535px;
}

.form-list li.additional-row {
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

.form-list .input-range input.input-text {
	width: 74px;
}

.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}

.form-list .name-prefix {
	width: 65px;
}

.form-list .name-prefix select {
	width: 55px;
}

.form-list .name-prefix input.input-text {
	width: 49px;
}

.form-list .name-suffix {
	width: 65px;
}

.form-list .name-suffix select {
	width: 55px;
}

.form-list .name-suffix input.input-text {
	width: 49px;
}

.form-list .name-middlename {
	width: 70px;
}

.form-list .name-middlename input.input-text {
	width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width: 210px;
}

.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}

.form-list .customer-dob label {
	font-weight: 400;
	font-size: 10px;
	color: #888888;
}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width: 60px;
}

.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}

.form-list .customer-dob .dob-year {
	width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}

.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
}

.buttons-set .back-link {
	float: left;
}

.buttons-set button.button {
	float: right;
}

.buttons-set p.required {
	margin: 0 0 5px;
}

.buttons-set-order { }

.fieldset {
	border: 1px solid #dddddd;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #fefefe;
	padding: 22px 25px 12px;
	margin: 28px 0;
	font-size: 14px;
}

.fieldset .legend {
	float: left;
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #fefefe;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #dedede;
	color: #333333;
	margin: -33px 0 0 -10px;
	padding: 0 8px;
	position: relative;
}

.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 10px;
	line-height: 13px;
	background-image: url("/templates/defaultSchema/img/validation_advice_bg.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	color: #ff0000;
}

.validation-failed {
	border: 1px dashed #ff0000;
	background-image: none !important;
	background-attachment: scroll !important;
	background-repeat: repeat !important;
	background-position: 0% 0% !important;
	background-size: auto !important;
	background-origin: padding-box !important;
	background-clip: border-box !important;
	background-color: #faebe7 !important;
}

.validation-passed { }

p.required {
	font-size: 12px;
	text-align: right;
	color: #ff0000;
}

.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

.flash {
	padding: 10px 0;
}

.success {
	color: #3d6611;
	font-weight: 700;
}

.error {
	color: #ff0000;
	font-weight: 700;
}

.notice {
	color: #cccccc;
}

.messages, .messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.messages {
	width: 100%;
	overflow: hidden;
}

.messages li {
	margin: 0 0 10px;
}

.messages li li {
	margin: 0 0 3px;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
	border-top-width: 1px !important;
	border-top-style: solid !important;
	border-right-width: 1px !important;
	border-right-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-left-width: 1px !important;
	border-left-style: solid !important;
	background-repeat: no-repeat !important;
	background-position: 10px 9px !important;
	min-height: 0 !important;
	padding: 8px 8px 8px 32px !important;
	font-weight: 700 !important;
	font-size: 1.33em !important;
}

.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url("/templates/defaultSchema/img/i_msg-error.gif");
	color: #df280a;
}

.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url("/templates/defaultSchema/img/i_msg-success.gif");
	color: #3d6611;
}

.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url("/templates/defaultSchema/img/i_msg-note.gif");
	color: #3d6611;
}

#sendFormResult {
	margin: 20px 0 0 0;
	font-weight: 700;
	padding: 8px 8px 8px 32px;
	color: #fff;
}

#sendFormResult.error_message {
	border: 1px solid #D95F5F;
	background: url("/templates/defaultSchema/img/i_msg-e.png") 10px 7px no-repeat;
	background-color: #D95F5F;
}

#sendFormResult.success_message {
	border: 1px solid #3D6A97;
	background: url("/templates/defaultSchema/img/i_msg-s.png") 10px 7px no-repeat;
	background-color: #3D6A97;
}

.breadcrumbs {
	padding: 0 0 7px 16px;
	margin: 0;
	font-size: 0.91em;
}

.breadcrumbs li {
	display: inline;
	text-transform: uppercase;
	color: #929292;
	/*font-family: 'Open Sans', helvetica, arial, verdana, sans-serif;*/
	font-size: 10px;
}

.breadcrumbs li a {
	color: #777777;
	text-decoration: none;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

.breadcrumbs li span {
	padding: 2px 3px;
	background-image: url("/templates/defaultSchema/img/breadcrumbs_divider.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 5px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.breadcrumbs li strong {
	/*color: #121212;*/
	font-weight: 400;
}

.page-title {
	padding: 0 0 7px;
	margin: 0;
}

.page-title h1, .page-title h2 {
	/*color: #26799f;*/
	color: #6089BF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.33em;
}

.page-title .separator {
	margin: 0 3px;
}

.page-title .link-rss {
	float: right;
}

.title-buttons {
	text-align: right;
}

.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left;
}

.subtitle {
	clear: both;
}

.h2 {
	background-color: #f2f2f2;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 13px;
}

.pager {
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 5px;
	margin: 0;
	text-align: center;
}

.pager .amount {
	float: left;
}

.pager .limiter {
	float: right;
}

.pager .limiter select {
	width: 47px;
}

.pager .pages {
	margin: 0 135px;
}

.pager .pages strong {
	font-weight: 400;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
}

.pager .pages li a {
	color: #121212;
}

.pager .pages .current { }

.sorter {
	padding: 5px 0 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

.sorter .view-mode {
	float: left;
	padding-top: 7px;
}

.sorter .view-mode a {
	color: #121212;
}

.sorter .sort-by {
	float: right;
	padding-right: 35px;
}

.sorter .sort-by select {
	width: 87px;
}

.sorter .link-feed { }

.toolbar {
	padding: 6px 17px 8px;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f4f4f4;
	font-size: 0.91em;
	color: #121212;
}

.toolbar .pager { }

.toolbar .sorter { }

.toolbar-bottom { }

.data-table {
	width: 100%;
}

.data-table th {
	padding: 5px;
	border: 1px solid #ebebeb;
	font-weight: 700;
	white-space: nowrap;
}

.data-table td {
	padding: 5px;
	border: 1px solid #ebebeb;
}

.data-table thead { }

.data-table tbody { }

.data-table tfoot { }

.data-table tr.first { }

.data-table tr.last { }

.data-table tr.odd { }

.data-table tr.even { }

.data-table tbody.odd { }

.data-table tbody.odd td {
	border-width: 0 1px 0 1px;
}

.data-table tbody.even {
	background-color: #f6f6f6;
}

.data-table tbody.even td {
	border-width: 0 1px 0 1px;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
	border-bottom-width: 1px;
}

.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: 400;
}

.data-table td.label, .data-table th.label {
	font-weight: 700;
}

.data-table td.value { }

tr.summary-total {
	cursor: pointer;
}

tr.summary-total td { }

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background-image: url("/templates/defaultSchema/img/bkg_collapse.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	cursor: pointer;
}

tr.show-details .summary-collapse {
	background-position: 0 -53px;
}

tr.show-details td { }

tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}

tr.summary-details-first td {
	border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
	font-style: italic;
}

.cart-tax-info {
	display: block;
}

.cart-tax-info, .cart-tax-info .cart-price {
	padding-right: 20px;
}

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background-image: url("/templates/defaultSchema/img/bkg_collapse.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 4px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	cursor: pointer;
}

.cart-tax-info .price, .cart-tax-total .price {
	display: inline !important;
	font-weight: 400 !important;
}

.cart-tax-total-expanded {
	background-position: 100% -53px;
}

.std .subtitle {
	padding: 0;
}

.std ol.ol {
	list-style: decimal;
	padding-left: 1.5em;
}

.std ul.disc {
	margin: 0 0 10px;
}

.std ul.disc {
	list-style: disc;
	padding-left: 18px;
}

.std dl dt {
	font-weight: 700;
}

.std dl dd {
	margin: 0 0 10px;
}

.links li {
	display: inline;
}

.links_basket li {
	display: inline;
}

.links li.first {
	padding-left: 0 !important;
}

.links li.last {
	background-image: none !important;
	background-attachment: scroll !important;
	background-repeat: repeat !important;
	background-position: 0% 0% !important;
	background-size: auto !important;
	background-origin: padding-box !important;
	background-clip: border-box !important;
	background-color: transparent !important;
	padding-right: 0 !important;
}

.top-link-account {
	background-color: #5179A1;
	padding: 5px;
	margin: 0 5px 0 0;
	color: #fff !important;
	display: inline-block;
	vertical-align: middle;
	max-width: 120px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.link-cart {
	font-weight: 700;
	color: #d95f5f;
}

.link-wishlist {
	font-weight: 700;
}

.link-reorder {
	font-weight: 700;
}

.link-compare {
	font-weight: 700;
}

.link-print {
	background-image: url("/templates/defaultSchema/img/i_print.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 2px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding: 2px 0 2px 25px;
}

.link-rss {
	background-image: url("/templates/defaultSchema/img/i_rss.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-left: 18px;
	white-space: nowrap;
}

.btn-remove {
	display: block;
	width: 19px;
	height: 19px;
	font-size: 0;
	line-height: 0;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: transparent url("/templates/defaultSchema/img/btn_remove.gif") no-repeat scroll 0 0;
	text-indent: -999em;
	overflow: hidden;
	border: none;
	cursor: pointer;
}

.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: transparent url("/templates/defaultSchema/img/btn_trash.gif") no-repeat scroll 0 0;
	text-indent: -999em;
	overflow: hidden;
}

.separator {
	margin: 0 3px;
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #dddddd;
	text-indent: -999em;
	overflow: hidden;
}

.noscript {
	border: 0 solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.noscript .noscript-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0;
	background-image: url("/templates/defaultSchema/img/i_notice.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.noscript p {
	margin: 0;
}

.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #ffffff;
}

.logo {
	float: left;
}

.header-container {
	background-image: url("/templates/defaultSchema/img/header_wrapper.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 550;
	top: 0;
}

.header {
	padding: 6px 12px 0 11px;
	font-size: 0.91em;
	/*background-image: url("/templates/defaultSchema/img/header_wrapper_ny.jpg");*/
}

.header .logo {
	float: left;
	text-decoration: none !important;
	display: block;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.header h1.logo {
	margin: 0;
	padding: 0;
}

.header .quick-access {
	float: right;
	text-align: left;
	/*width: 62%;*/
	padding-top: 12px;
}

.header .top_banners {
	float: left;
	text-align: left;
	width: 390px;
	height: 45px;
	padding: 5px 10px;
}

.header .welcome-msg {
	font-weight: 400;
	color: #1e485b;
	text-align: left;
	padding-bottom: 5px;
	font-size: 1.2em;
}

.header .links {
	float: left;
	position: relative;
	margin-top: -5px;
}

.header .links_line2 {
	float: right;
	position: relative;
	margin-top: -5px;
}

.header .links li {
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	/*background: transparent url("/templates/defaultSchema/img/top_links_divider.gif") no-repeat scroll 0% 2px;*/
	border-left: 1px solid #ccc;
	padding-right: 11px;
	padding-left: 14px;
}

.header .links_basket li {
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	/*background: transparent url("/templates/defaultSchema/img/top_links_divider.gif") no-repeat scroll 0% 2px;*/
	border-left: 1px solid #ccc;
	padding-right: 11px;
	padding-left: 14px;
}

.header .links_basket li a {
	white-space: nowrap;
	color: #d95f5f;
	font-weight: bold;
	text-decoration: none;
}

.header .links_basket a:hover {
	text-decoration: underline;
}

.header .links li a {
	white-space: nowrap;
	color: #303030;
	text-decoration: none;
}

.header .links li a:hover {
	text-decoration: underline;
}

.top-shadow {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 226, 226, 255)), to(rgba(226, 226, 226, 0)));
	background: -moz-linear-gradient(top, rgba(226, 226, 226, 255), rgba(226, 226, 226, 0));
	background: -o-linear-gradient(top, rgba(226, 226, 226, 255), rgba(226, 226, 226, 0)); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226, 226, 226, 255), rgba(226, 226, 226, 0)); /* IE10+ */
	position: fixed;
	right: 0;
	left: 0;
	z-index: 500;
	top: 95px;
	height: 15px;
}

.bottom-shadow {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 255)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255)); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 255)); /* IE10+ */
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 500;
	height: 15px;
}

.header-block-wrapper {
	background-image: url("/templates/defaultSchema/img/header_block_top.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #136c92;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 500;
	top: 57px;
}

.header-block-wrapper-bot {
	background-image: url("/templates/defaultSchema/img/header_block_bot.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.form-search {
	width: 400px;
	float: right;
	padding: 9px 29px 8px 0;
}

.form-search label {
	display: none;
}

.form-search input {
	width: 330px;
	float: left;
}

.form-search button {
	float: right;
}

.form-search button span {
	height: 20px;
	background-image: url("/templates/defaultSchema/img/top_search_button.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-left: 8px;
}

.form-search button span span {
	padding-top: 2px;
	font-weight: 700;
	padding-right: 8px;
	padding-left: 0;
}

.form-search button.safari-fix {
	position: relative;
	margin-right: -4px;
	margin-left: -4px;
}

.form-search .search-autocomplete {
	z-index: 999;
	text-align: left;
}

.form-search .search-autocomplete ul {
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.form-search .search-autocomplete li {
	padding: 3px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}

.form-search .search-autocomplete li .amount {
	float: right;
	font-weight: 700;
}

.form-search .search-autocomplete li.selected { }

.form-language {
	float: right;
	padding-top: 5px;
}

.header-container .top-container {
	clear: both;
	text-align: right;
}

.nav-container {
	float: left;
}

#nav {
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 11px;
	text-shadow: 0 2px 2px #0D4169;
}

#nav li {
	text-align: left;
	position: relative;
}

#nav li.over {
	z-index: 998;
}

#nav li.parent { }

#nav li a {
	display: block;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: none;
}

#nav li a span {
	display: block;
	white-space: nowrap;
	cursor: pointer;
}

#nav li ul a span {
	white-space: normal;
}

#nav li {
	float: left;
	background-image: url("/templates/defaultSchema/img/menu_divider.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

#nav li.last {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

#nav li a {
	float: left;
	padding: 10px 20px 12px;
	font-weight: 700;
	color: #e5f7fb;
}

#nav li a:hover {
	/*color: #011722;*/
	/*background-color: #717272;*/
	background-color: #6089bf;
	color: #FFFFFF;
}

#nav li.over a, #nav li.active a {
	color: #011722;
}

#nav ul, #nav div {
	position: absolute;
	width: 171px;
	top: 38px;
	left: -10000px;
}

#nav div ul {
	position: static;
	width: auto;
	border: none;
}

#nav ul ul, #nav ul div {
	top: 7px;
}

#nav ul li {
	float: none;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #003f60;
	padding: 0 15px;
}

#nav ul li.last {
	background-image: url("/templates/defaultSchema/img/sub_menu_bg.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-bottom: 10px;
}

#nav ul li a {
	float: none;
	padding: 7px 0;
	font-weight: 400;
	color: #a2eafc !important;
	border-bottom: 1px solid #0b5072;
}

#nav ul li a:hover {
	color: #ffffff !important;
}

#nav ul li.active > a, #nav ul li.over > a {
	color: #ffffff !important;
}

#nav ul li.last a {
	border-bottom: none;
}

#nav li ul.shown-sub, #nav li div.shown-sub {
	left: 0;
	z-index: 999;
}

#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left: 100px;
}

.block {
	margin: 0 0 3px;
	font-size: 0.91em;
	line-height: 1.3599999999999999em;
}

.block a {
	/*color: #121212;*/
	color: #575757;
	text-decoration: none;
}

.block a:hover { color: #575757;
	text-decoration: underline; }

.block .block-title {
	border-top: none;
	border-right: 1px solid #aaa4a4;
	border-bottom: none;
	border-left: 1px solid #aaa4a4;
	background-image: url("/templates/defaultSchema/img/block_title_bg.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ededed;
}

.block .block-title strong {
	display: block;
	border-bottom: 1px solid #f6f6f6;
	padding: 9px 12px 9px;
}

.block .block-title strong span {
	background-image: url("/templates/defaultSchema/img/block_title_marker.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 3px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-left: 17px;
	text-transform: uppercase;
	color: #000000;
	display: block;
}

.block .block-title a {
	text-decoration: none !important;
}

.block .block-subtitle {
	font-weight: 700;
	color: #121212;
	margin-bottom: 10px;
}

.block .block-content {
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaa4a4;
	border-bottom: none;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
}

.block .block-content li.item {
	padding: 5px 0;
}

.block .btn-remove {
	float: right;
}

.block .actions {
	text-align: right;
}

.block .actions a {
	float: left;
}

.block .empty { }

.top-corners {
	background-image: url("/templates/defaultSchema/img/sideblock_title_left_corner.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	height: 4px;
	overflow: hidden;
}

.top-corners div {
	background-image: url("/templates/defaultSchema/img/sideblock_title_right_corner.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding: 0 4px;
}

.top-corners div div {
	background-image: url("/templates/defaultSchema/img/sideblock_title_top_bg.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding: 0;
	height: 4px;
}

.bot-corners {
	background-image: url("/templates/defaultSchema/img/sideblock_corner_left.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	height: 4px;
	overflow: hidden;
}

.bot-corners div {
	background-image: url("/templates/defaultSchema/img/sideblock_corner_right.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding: 0 4px;
}

.bot-corners div div {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	border-bottom: 1px solid #aaa4a4;
	padding: 0;
	height: 3px;
}

.block li.odd { }

.block li.even { }

.mini-products-list li {
	padding: 5px 0;
}

.mini-products-list .product-image {
	float: left;
	width: 40px;
	padding: 0;
}

.mini-products-list .product-details {
	margin-left: 50px;
}

.mini-products-list .product-details .btn-remove {
	margin-bottom: 3px;
	margin-left: 3px;
}

.mini-products-list .product-details .product-name {
	font-weight: 700;
	font-size: 1em;
	margin: 0 0 10px;
}

.mini-products-list .product-details .price-box {
	margin-bottom: 10px;
}

.block-account { }

.block-account li {
	padding-bottom: 5px;
}

.block-currency { }

.block-currency select {
	width: 100%;
	border: 1px solid #888888;
}

.block-layered-nav {
	max-width: 220px;
}

.block-layered-nav .block-subtitle {
	font-size: 1.09em;
}

.block-layered-nav dt {
	font-weight: 400;
	padding: 4px 8px;
	text-transform: uppercase;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f4f4f4;
	/*background-color: #0f406a;*/
	color: #333333;
	margin-bottom: 2px;
}

.block-layered-nav dt:hover {
	background-color: #CBCBCB;
}

.block-layered-nav dt.lvl_1 {
	cursor: pointer;
}

.block-layered-nav dd {
	padding: 3px 10px 13px;
	color: #121212;
	line-height: 1.5em;
}

.block-layered-nav dd .price {
	font-weight: 400;
}

.lvl_1_is_list { display: none; }

.lvl_2 {
	padding-left: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lvl_2 > ol {
	padding: 1px 1px 5px 10px;
}

.lvl_2 > ol > li {
	padding-left: 3px;
}

dt.flag_new { position: relative; }
dt.flag_new > a,
dt.flag_new > span { vertical-align: middle; }
dt.flag_new:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/icon_new4.png) center no-repeat;
	background-size: contain;
	margin: 0 0 0 5px;
}

.lvl_2_not_parent.flag_new { position: relative; }
.lvl_2_not_parent.flag_new > a { vertical-align: middle; }
.lvl_2_not_parent.flag_new:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/icon_new4.png) center no-repeat;
	background-size: contain;
	margin: 0 0 0 5px;
}

.lvl_2_is_parent.flag_new > div { position: relative; }
.lvl_2_is_parent.flag_new > div > span { vertical-align: middle; }
.lvl_2_is_parent.flag_new > div:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/icon_new4.png) center no-repeat;
	background-size: contain;
	margin: 0 0 0 5px;
}

.lvl_3.flag_new { position: relative; }
.lvl_3.flag_new > a { vertical-align: middle; }
.lvl_3.flag_new:after {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/icon_new4.png) center no-repeat;
	background-size: contain;
	margin: 0 0 0 5px;
}



.block-layered-nav .currently { }

.block-layered-nav .currently li {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f4f4f4;
	padding: 2px 0 2px 8px;
	margin-bottom: 3px;
}

.block-layered-nav .btn-remove {
	float: right;
	margin: 0 0 0 3px;
}

.block-layered-nav .actions {
	padding: 15px 0 40px;
}

.block-layered-nav .actions a {
	float: right;
}

.block-cart { }

.block-cart .summary { }

.block-cart .amount {
	margin-bottom: 5px;
}

.block-cart .subtotal {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f4f4f4;
	padding: 4px 8px;
	margin-bottom: 10px;
}

.block-cart .actions {
	padding-bottom: 20px;
}

.block-cart .actions button {
	margin-top: 5px;
}

.block-wishlist { }

.block-wishlist .actions {
	padding-top: 10px;
}

.block-related { }

.block-related .block-subtitle {
	font-weight: 400;
	color: #777777;
}

.block-related li {
	padding: 5px 0;
}

.block-related input.checkbox {
	float: left;
}

.block-related .product {
	margin-left: 20px;
}

.block-related .product .product-image {
	float: left;
	margin-right: -60px;
}

.block-related .product .product-details {
	margin-left: 65px;
}

.block-related .product .product-details .link-wishlist {
	font-weight: 400;
	color: #26799f;
	text-decoration: underline;
}

.block-related .product .product-details .link-wishlist:hover {
	text-decoration: none;
}

.block-compare { }

.block-compare li {
	padding: 5px 0;
}

.block-viewed { }

.block-viewed li {
	padding: 2px 0;
}

.block-viewed li .product-name {
	background-image: url("/templates/defaultSchema/img/recent_marker.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 6px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-left: 7px;
}

.block-compared { }

.block-compared li {
	padding: 2px 0;
}

.block-compared li .product-name {
	background-image: url("/templates/defaultSchema/img/recent_marker.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 6px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-left: 7px;
}

.block-poll label { }

.block-poll input.radio {
	float: left;
	margin: 2px 0 0;
}

.block-poll .label {
	display: block;
	margin-left: 18px;
}

.block-poll li {
	padding: 3px 0;
}

.block-poll .actions {
	margin: 5px 0 0;
}

.block-poll .answer {
	float: left;
	width: 100%;
}

.block-poll .answer span {
	display: block;
	width: 100px;
}

.block-poll .votes {
	font-weight: 700;
	float: right;
	width: 50px;
	margin-top: -15px;
}

.block-tags ul {
	font-size: 1.2em;
}

.block-tags ul, .block-tags li {
	display: inline;
	line-height: 1.7em;
}

.block-tags li a {
	color: #777777;
}

.block-tags .actions {
	padding: 10px 0 20px;
}

.block-subscribe { }

.block-subscribe label {
	margin-bottom: 10px;
	display: block;
}

.block-subscribe input {
	width: 153px;
	margin-bottom: 3px;
}

.block-reorder { }

.block-reorder li {
	padding: 5px 0;
}

.block-reorder input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.block-reorder .product-name {
	margin-left: 20px;
}

.block-banner { }

.block-banner .block-content {
	text-align: center;
	padding: 0;
	border: none;
}

.block-login label {
	font-weight: 700;
	color: #666666;
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.sidebar .paypal-logo a {
	float: none;
}

.category-title {
	border: none;
	margin: 0;
}

.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}

.category-image img { }

.category-description {
	margin: 0 0 10px;
}

.category-products { }

.products-grid {
	position: relative;
}

.products-grid.first {
	margin-top: 20px;
}

.products-grid.last {
	margin-bottom: 20px;
}

.products-grid li.item {
	float: left;
	/*width: 241px;*/
	width: 100%;
	/*padding: 0 6px 6px 0;*/
	padding: 0 6px 6px 0;
}

.products-grid li.item.last {
	padding-right: 0;
}

.products-grid.last li.item {
	padding-bottom: 0;
}

.products-grid .product-image {
	display: block;
	width: 147px;
	height: 117px;
	margin: 0 auto 5px;
}

.products-grid .product-name {
	margin: 0 0 5px;
}

.products-grid .product-name a { }

.products-grid .price-box {
	margin: 4px 0;
	float: left;
}

.products-grid button {
	float: right;
}

.products-grid .ratings {
	width: 170px;
	margin: 0 auto;
}

.products-grid .availability {
	line-height: 21px;
}

.products-grid .actions {
	padding-top: 10px;
}

.products-grid .add-to-links {
	margin-top: 5px;
}

.products-grid .add-to-links li {
	display: inline;
}

.products-grid .add-to-links .separator {
	display: inline;
}

.col2-left-layout .products-grid, .col2-right-layout .products-grid { }

.col1-layout .products-grid { }

.products-list {
	margin: 20px 0;
}

.products-list li.item {
	padding: 0 0 6px;
}

.products-list li.item.last {
	border-bottom: none;
}

.products-list .product-image {
	float: left;
	width: 149px;
	height: 126px;
	margin: 0 0 7px;
}

.products-list .product-shop {
	margin-left: 185px;
	padding-top: 12px;
}

.products-list .product-name {
	margin: 0 0 5px;
}

.products-list .product-name a { }

.products-list .price-box {
	float: left;
	margin: 3px 13px 5px 0;
}

.products-list .availability {
	float: left;
	margin: 3px 0 0;
}

.products-list .ratings .rating-box {
	float: none;
	margin-bottom: 10px;
}

.products-list .ratings .rating-links a {
	display: block;
	margin-bottom: 5px;
}

.products-list .ratings .rating-links .separator {
	display: none;
}

.products-list .desc {
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 15px;
	line-height: 1.35;
}

.products-list .desc .link-more {
	font-size: 11px;
}

.products-list .add-to-links {
	clear: both;
}

.products-list .add-to-links li {
	display: inline;
}

.products-list .add-to-links .separator {
	display: inline;
}

.no-rating {
	margin: 0 0 10px;
}

.ratings {
	font-size: 11px;
	line-height: 1.25;
	margin: 7px 0;
}

.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}

.ratings .rating-links {
	margin: 0;
	color: #121212;
}

.ratings .rating-links a {
	color: #26799f;
}

.ratings .rating-links a.last {
	color: #121212;
}

.ratings .rating-links .separator {
	margin: 0 5px;
}

.ratings dt { }

.ratings dd { }

.rating-box {
	width: 80px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background-image: url("/templates/defaultSchema/img/bkg_rating.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	text-indent: -999em;
	overflow: hidden;
}

.rating-box .rating {
	float: left;
	height: 13px;
	background-image: url("/templates/defaultSchema/img/bkg_rating.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.ratings .rating-box {
	float: left;
	margin-right: 3px;
}

.ratings .amount { }

.ratings-table th, .ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}

.ratings-table th {
	font-weight: 700;
	padding-right: 8px;
}

.availability {
	margin: 0;
}

.availability span {
	font-weight: 700;
}

.availability.in-stock span { }

.availability.out-of-stock span {
	color: #d83820;
}

.availability-only {
	margin: 0 0 7px;
}

.availability-only span, .availability-only a {
	cursor: help;
}

.availability-only a {
	background-image: url("/templates/defaultSchema/img/i_availability_only_arrow.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	cursor: pointer;
	padding-right: 15px;
}

.availability-only .expanded {
	background-position: 100% -15px;
}

.availability-only strong { }

.availability-only-details {
	margin: 0 0 7px;
}

.availability-only-details th {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f2f2f2;
	font-size: 10px;
	padding: 0 8px;
}

.availability-only-details td {
	border-bottom: 1px solid #dddddd;
	font-size: 11px;
	padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last { }

.email-friend {
	margin-bottom: 15px;
}

.alert-price { }

.alert-stock { }

.price {
	white-space: nowrap !important;
	line-height: normal;
	font-weight: 700;
	font-size: 1em;
	color: #121212;
}

.sidebar .price {
	font-size: 1.09em;
}

.price-box { }

.price-box .price {
	font-weight: 700;
}

.regular-price { }

.regular-price .price {
	font-weight: 700;
}

.old-price { }

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price {
	font-weight: 700;
	text-decoration: line-through;
}

.special-price { }

.special-price .price-label {
	font-weight: 700;
	white-space: nowrap;
}

.special-price .price {
	font-weight: 700;
}

.minimal-price { }

.minimal-price .price-label {
	font-weight: 700;
	white-space: nowrap;
}

.minimal-price-link {
	display: block;
}

.minimal-price-link .label { }

.minimal-price-link .price {
	font-weight: 400;
}

.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: 400;
}

.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-weight: 700;
}

.weee {
	display: block;
	font-size: 11px;
	color: #444444;
}

.weee .price {
	font-weight: 400;
	font-size: 11px;
}

.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}

.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: 700;
}

.price-from { }

.price-from .price-label {
	font-weight: 700;
	white-space: nowrap;
}

.price-to { }

.price-to .price-label {
	font-weight: 700;
	white-space: nowrap;
}

.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: 700;
}

.price-as-configured { }

.price-as-configured .price-label {
	font-weight: 700;
	white-space: nowrap;
}

.price-box-bundle { }

.tier-prices {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f4f4f4;
	padding: 3px 16px;
}

.tier-prices .price {
	font-weight: 400;
	text-decoration: underline;
}

.tier-prices .benefit {
	color: #121212;
}

.tier-prices-grouped { }

.add-to-links {
	font-size: 11px;
	color: #121212;
	line-height: 18px;
}

.add-to-links a {
	font-weight: 400;
	text-transform: uppercase;
	/*background-color: #F8F7A4;
padding: 4px;
border: 1px solid #DDDC94;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
*/
}

.add-to-links a:hover {
	font-weight: 400;
	text-transform: uppercase;
	/*background-color: #F7F565;
padding: 4px;
border: 1px solid #DDDC94;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
*/
}

.add-to-links a.link-compare {
	color: #121212;
}

.add-to-links .separator {
	display: none;
	margin: 0 5px;
}

.add-to-cart label {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.add-to-cart .qty {
	float: left;
}

.add-to-cart button.button {
	float: left;
	margin-left: 5px;
}

.add-to-cart .paypal-logo {
	clear: left;
}

.add-to-box { }

.add-to-box .add-to-cart {
	float: left;
	width: 160px;
	padding-top: 9px;
}

.add-to-box .add-to-cart input {
	width: 43px !important;
	float: left;
	margin-bottom: 10px;
}

.add-to-box .add-to-cart button {
	float: right;
}

.add-to-box .or {
	float: left;
	margin: 9px 14px 0;
}

.add-to-box .add-to-links {
	float: left;
}

.product-view { }

.product-essential { }

.product-collateral {
	padding-top: 20px;
}

.product-collateral .box-collateral {
	margin: 0 0 15px;
}

.product-view .product-img-box {
	float: left;
	width: 267px;
}

.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}

.product-view .product-img-box .product-image {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 267px;
	height: 267px;
	/*overflow-x: hidden;
overflow-y: hidden;*/
	z-index: 9;
	box-shadow: 3px 3px 3px #AAA;
	-moz-box-shadow: 3px 3px 3px #AAAAAA;
	-webkit-box-shadow: 3px 3px 3px #AAA;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#AAAAAA, strength=3);
}

.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	/*cursor: move;*/
}

.product-view .product-img-box .zoom-notice {
	text-align: center;
	padding: 23px 0 15px;
}

.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background-image: url("/templates/defaultSchema/img/slider_bg.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
	opacity: 0.3;
}

.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}

.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background-image: url("/templates/defaultSchema/img/magnifier_handle.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}

.product-view .more-views h2 {
	text-transform: uppercase;
	color: #121212;
	margin-bottom: 10px;
}

.product-view .more-views ul {
	margin-left: -4px;
}

.product-view .more-views li {
	float: left;
	padding: 0;
	margin: 0 0 8px 4px;
	box-shadow: 2px 2px 3px #AAA;
	-moz-box-shadow: 2px 2px 3px #AAAAAA;
	-webkit-box-shadow: 2px 2px 3px #AAA;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#AAAAAA, strength=3);
}

.product-image-popup {
	margin: 0 auto;
}

.product-image-popup .a-right {
	padding: 15px 0;
}

.product-image-popup .nav {
	text-align: center;
	padding: 15px 0;
}

.product-image-popup .image {
	display: block;
}

.product-image-popup .image-label { }

.product-view .product-shop {
	/*float: right;*/
	/*width: 380px;*/
}

.col1-layout .product-view .product-shop {
	float: right;
	width: 700px;
}

.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}

.product-view .product-name h1 {
	color: #121212;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	text-shadow: 0 3px 3px #CCC;
}

.product-view .product-shop .ratings {
	margin-bottom: 15px;
}

.product-view .product-shop .tier-prices {
	margin-bottom: 10px;
}

.product-view .product-shop .availability {
	margin-bottom: 10px;
}

.product-view .product-shop .availability span {
	font-weight: 400;
	color: #D95F5F;
}

.product-view .product-shop .price-box {
	margin-bottom: 10px;
}

.product-view .short-description {
	padding-top: 10px;
}

.product-view .short-description h2 {
	color: #121212;
	text-transform: uppercase;
}

.sendfriend-product-send .col-main .buttons-set button {
	margin-left: 20px;
}

#product-tabs .tabs { }

#product-tabs .tabs .corner-left-top {
	background-image: url("/templates/defaultSchema/img/tabs_button_corner_left_top.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	display: block;
	/*width: 162px;*/
	float: left;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	margin-right: 4px;
}

#product-tabs .tabs .corner-right-top {
	background-image: url("/templates/defaultSchema/img/tabs_button_corner_right_top.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	display: block;
}

#product-tabs .tabs .border-top {
	background-image: url("/templates/defaultSchema/img/tabs_border.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f7f7f7;
	display: block;
	margin: 0 6px;
	padding: 14px 0 13px;
	text-align: center;
	height: 10px;
	overflow: hidden;
}

#product-tabs .tabs .border-top h3 {
	margin: 0;
	font-size: 0.91em;
}

#product-tabs .tabs .active-tab {
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: transparent url("/templates/defaultSchema/img/tabs_button_corner_left_top_active.gif") no-repeat scroll 0% 0%;
	margin-bottom: -1px;
	position: relative;
	height: 38px;
}

#product-tabs .tabs .active-tab .corner-right-top {
	background-image: url("/templates/defaultSchema/img/tabs_button_corner_right_top_active.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

#product-tabs .tabs .active-tab .border-top {
	background-color: #ffffff;
	padding-bottom: 14px;
}

#product-tabs .tabs-content { }

#product-tabs .tabs-content .tabs-corners-top {
	background-image: url("/templates/defaultSchema/img/tabs_corner_left_top.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

#product-tabs .tabs-content .tabs-corners-top div {
	background-image: url("/templates/defaultSchema/img/tabs_corner_right_top.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

#product-tabs .tabs-content .tabs-corners-top div div {
	background-image: url("/templates/defaultSchema/img/tabs_border.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	margin: 0 7px;
	height: 7px;
	overflow: hidden;
}

#product-tabs .tabs-content .border-left {
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: #ffffff url("/templates/defaultSchema/img/tabs_border.gif") repeat-y scroll 0% 0%;
}

#product-tabs .tabs-content .border-right {
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: transparent url("/templates/defaultSchema/img/tabs_border.gif") repeat-y scroll 100% 0%;
}

#product-tabs .tabs-content .border-right .block-width {
	width: 600px;
	overflow: hidden;
	position: relative;
	margin-left: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#product-tabs .tabs-content .tabs-corners-bot {
	background-image: url("/templates/defaultSchema/img/tabs_corner_left_bot.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

#product-tabs .tabs-content .tabs-corners-bot div {
	background-image: url("/templates/defaultSchema/img/tabs_corner_right_bot.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

#product-tabs .tabs-content .tabs-corners-bot div div {
	background-image: url("/templates/defaultSchema/img/tabs_border.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 4px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
	margin: 0 5px;
	height: 5px;
	overflow: hidden;
}

#tabber {
	display: block;
	width: 2480px;
	list-style: none;
	overflow: hidden;
}

#tabber .tabs-list {
	width: 600px;
	overflow: hidden;
	float: left;
	display: block;
	margin-right: 20px;
}

.product-options {
	padding: 10px;
	margin: 10px 0 0;
	border: 1px solid #dddddd;
	background-color: #f6f6f6;
}

.product-options dt label {
	font-weight: 700;
}

.product-options dt .qty-holder {
	float: right;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	border: none;
	padding: 3px;
	color: #000000;
}

.product-options dd {
	margin: 10px 0;
}

.product-options dl.last dd.last { }

.product-options dd input.input-text {
	width: 98%;
}

.product-options dd input.datetime-picker {
	width: 150px;
}

.product-options dd .time-picker {
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

.product-options dd textarea {
	width: 98%;
	height: 8em;
}

.product-options dd select {
	width: 100%;
}

.product-options .options-list { }

.product-options .options-list input.radio {
	float: left;
	margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.product-options .options-list .label {
	display: block;
	margin-left: 20px;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {
	padding: 15px 0 0;
}

.product-options-bottom {
	padding: 10px;
	border: 1px solid #dddddd;
	border-top: none;
}

.product-options-bottom .price-box {
	margin: 3px 12px 0 0 !important;
	float: left;
}

.product-options-bottom .add-to-cart {
	float: right;
}

.product-view .grouped-items-table { }

.product-view .box-description { }

.product-view .box-description h2 {
	display: none;
}

.product-view .box-additional { }

.product-view .box-additional h2 {
	display: none;
}

.product-view .box-additional th, .product-view .box-additional td {
	padding: 10px;
}

.product-view .box-up-sell { }

.product-view .box-up-sell h2 {
	display: none;
}

.product-view .box-up-sell .products-grid td {
	width: 25%;
	padding: 0 25px;
	border-right: 1px solid #e6e6e6;
	text-align: center;
}

.product-view .box-up-sell .products-grid td.last {
	border: none;
}

.product-view .box-up-sell .products-grid .product-name {
	margin-bottom: 10px;
}

.product-view .box-up-sell .products-grid .product-name a {
	text-transform: none;
	font-weight: 400;
	color: #121212;
	text-decoration: underline;
}

.product-view .box-up-sell .products-grid .product-name a:hover {
	text-decoration: none;
}

.product-view .box-up-sell .products-grid .price-box {
	float: none;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
	float: none;
	margin: 0 auto 5px;
}

.product-view .box-tags { }

.product-view .box-tags h2 {
	display: none;
}

.product-view .box-tags h3 {
	font-weight: 400;
}

.product-view .box-tags .product-tags {
	margin: 11px 0 20px;
	width: 100%;
	overflow: hidden;
}

.product-view .box-tags .product-tags li {
	background-image: url("/templates/defaultSchema/img/tags_divider.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 3px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-right: 12px;
	margin-right: 17px;
	float: left;
	display: block;
	white-space: nowrap;
	line-height: normal;
	font-size: 0.91em;
}

.product-view .box-tags .product-tags li.last {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.product-view .box-tags .form-add {
	margin-bottom: 10px;
}

.product-view .box-tags .form-add label {
	display: block;
	font-weight: 700;
	margin-bottom: 3px;
}

.product-view .box-tags .form-add .input-box {
	float: left;
	width: 467px;
	margin: 0 5px 0 0;
}

.product-view .box-tags .form-add input.input-text {
	width: 452px;
	height: 17px;
}

.product-view .box-tags .form-add p {
	clear: both;
}

.review-product-list .col-main .ratings-table {
	margin: 10px 0;
}

.review-product-list .col-main .ratings-table th, .review-product-list .col-main .ratings-table td {
	border: 1px solid #dddddd;
	padding: 7px;
}

.review-product-list .col-main .nobr {
	margin-bottom: 10px;
	display: block;
}

.review-product-list .col-main .buttons-set {
	padding-left: 0;
	border: none;
}

.review-product-list .col-main .pager {
	border: none;
	padding: 10px 0;
}

.review-product-list .col-main .data-table {
	margin-bottom: 15px;
}

.review-product-list #tabs {
	display: none;
}

.product-view .box-reviews { }

.product-view .box-reviews .form-add { }

.product-view .box-reviews .form-add .form-list .input-box, .product-view .box-reviews .form-add .form-list input, .product-view .box-reviews .form-add .form-list textarea {
	width: 99%;
}

.catalogsearch-advanced-result .col-main .products-grid .item {
	width: 232px;
}

.send-friend { }

.product_edit_link {
	float: right;
	margin: 5px 0 0;
}

.product-name {
	font-weight: 400;
	font-size: 1em;
}

.product-name a {
	/*color: #121212;*/
	/*color: #f37053;*/
	color: #D95F5F;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}

.product-name a:hover {
	text-decoration: underline;
}

.tags-list {
	font-size: 1.2em;
}

.tags-list li {
	display: inline;
}

.advanced-search { }

.advanced-search-amount { }

.advanced-search-summary {
	padding: 15px 0;
}

.cms-home .subtitle { }

.cms-index-index .subtitle { }

.page-sitemap .links {
	text-align: right;
	margin: 0 8px 0 0;
}

.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}

.page-sitemap .links a:hover {
	text-decoration: underline;
}

.page-sitemap .sitemap {
	margin: 25px 12px;
}

.page-sitemap .sitemap a { }

.page-sitemap .sitemap li {
	margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: 700;
}

.page-sitemap .sitemap li.level-0 a { }

.page-sitemap .pager {
	border: none;
	padding-left: 0;
}

.rss-title h1 {
	background-image: url("/templates/defaultSchema/img/i_rss-big.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-left: 27px;
}

.rss-table .link-rss {
	display: block;
	line-height: 1.35;
	background-position: 0 2px;
}

.cart { }

.cart .checkout-types {
	float: right;
	text-align: right;
}

.cart .checkout-types li {
	padding-bottom: 10px;
	float: left;
	padding-left: 10px;
}

.cart .checkout-types li button span {
	padding-left: 16px;
	height: 46px;
	background-image: url("/templates/defaultSchema/img/checkout_button.gif") !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	background-size: auto !important;
	background-origin: padding-box !important;
	background-clip: border-box !important;
	background-color: transparent !important;
}

.cart .checkout-types li button span span {
	padding-top: 12px;
	padding-right: 16px;
	padding-left: 0;
	background-position: 100% 0 !important;
	color: #793803;
	font-weight: 700;
	font-size: 18px;
}

.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}

.cart-table {
	margin-top: 15px;
}

:first-child + html .cart-table {
	border-right: 1px solid #ebebeb;
}

.cart-table th {
	color: #121212;
	font-size: 0.91em;
	text-align: center;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f4f4f4;
}

.cart-table td {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.cart-table td .product-name a {
	text-transform: none;
	color: #777777;
	font-weight: 400;
	font-size: 0.91em;
}

.cart-table tfoot td {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f4f4f4;
}

.cart-table .item-msg {
	font-size: 10px;
}

.cart .cart-collaterals {
	padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
	float: left;
	width: 614px;
}

.cart .cart-collaterals .col2-set .col-1 {
	width: 283px;
}

.cart .cart-collaterals .col2-set .col-2 {
	width: 311px;
}

.cart .crosssell {
	border: 1px solid #ebebeb;
	padding: 15px 21px 0 17px;
}

.cart .crosssell h2 {
	font-weight: 400;
}

.cart .crosssell li.item {
	margin: 0;
	padding: 12px 0 20px;
	border-bottom: 1px solid #e7e7e7;
}

.cart .crosssell li.item.last {
	border-bottom: none;
}

.cart .crosssell .product-image {
	float: left;
	width: 94px;
	height: 117px;
}

.cart .crosssell .product-details {
	margin-left: 110px;
}

.cart .crosssell .product-details .price-box {
	margin-bottom: 10px;
}

.cart .crosssell .product-details button {
	margin-bottom: 10px;
}

.cart .discount, .cart .shipping {
	border: 1px solid #ebebeb;
	padding: 16px 17px 22px;
}

.cart .discount h2, .cart .shipping h2 {
	color: #121212;
}

.cart .discount {
	margin-bottom: 10px;
}

.cart .discount label {
	font-size: 0.91em;
}

.cart .discount input {
	width: 265px;
}

.cart .discount .buttons-set button {
	margin-left: 5px;
}

.cart .shipping p {
	padding-top: 10px;
	font-size: 0.91em;
}

.cart .shipping .form-list {
	margin-top: 5px;
}

.cart .totals {
	float: right;
	width: 220px;
	border: 1px solid #ebebeb;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f4f4f4;
	padding: 17px 29px 18px 27px;
}

.cart .totals table {
	width: 100%;
}

.cart .totals table th, .cart .totals table td {
	padding: 5px;
	font-weight: 700;
	color: #121212;
	font-size: 0.91em;
}

.cart .totals table th {
	font-weight: 700;
}

.cart .totals .price {
	font-size: 1.09em;
	margin-left: 15px;
}

.cart .totals .checkout-types {
	margin-top: 15px;
}

.cart .totals .checkout-types li {
	padding-left: 0;
	float: none;
	text-align: center;
}

.item-options dt {
	font-style: italic;
	font-weight: 700;
}

.item-options dd {
	padding-left: 10px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
}

.truncated a.details {
	cursor: help;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #dddddd;
	background-color: #000000;
}

.truncated .truncated_full_value dd {
	padding-top: 3px;
	padding-bottom: 3px;
}

.truncated .show dl {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show dl {
	left: 30px;
	top: 7px;
}

.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}

.sp-methods {
	margin-top: 10px;
}

.sp-methods dt {
	font-weight: 700;
	padding-bottom: 10px;
}

.sp-methods .price {
	font-weight: 700;
}

.sp-methods .form-list {
	padding-left: 20px;
}

.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}

.sp-methods select.year {
	width: 96px;
}

.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}

.sp-methods .checkmo-list address {
	float: left;
}

.sp-methods .centinel-logos a {
	margin-right: 3px;
}

.sp-methods .centinel-logos img {
	vertical-align: middle;
}

.please-wait {
	float: right;
	margin-right: 5px;
}

.please-wait img {
	vertical-align: middle;
}

.cvv-what-is-this {
	cursor: help;
	margin-left: 5px;
}

.tool-tip {
	border: 1px solid #dddddd;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background-image: url("/templates/defaultSchema/img/btn_window_close.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}

.gift-messages { }

.gift-messages-form {
	border: 1px solid #b6b6b6;
	background-color: #ffffff;
}

.gift-messages-form {
	position: relative;
}

.gift-messages-form .inner-box {
	padding: 10px;
	width: 589px;
	overflow: hidden;
}

.gift-messages-form label {
	float: none !important;
	position: static !important;
}

.gift-messages-form h4 { }

.gift-messages-form .whole-order {
	padding-bottom: 15px;
}

.gift-messages-form textarea {
	width: 82% !important;
}

.gift-messages-form .item {
	margin: 10px 0;
}

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}

.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}

.gift-messages-form .item .number {
	margin: 0;
	font-weight: 700;
	text-align: center;
}

.gift-messages-form .item .details {
	margin-left: 90px;
}

.gift-messages-form .item .details .product-name { }

.gift-message-link {
	display: block;
	background-image: url("/templates/defaultSchema/img/bkg_collapse.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding-left: 20px;
}

.gift-message-link.expanded {
	background-position: 0 -53px;
}

.gift-message-row { }

.gift-message-row .btn-close {
	float: right;
}

.gift-message dt strong {
	font-weight: 700;
}

.checkout-agreements { }

.checkout-agreements li {
	margin: 10px 0;
}

.checkout-agreements .agreement-content {
	border: 1px solid #dddddd;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow-x: auto;
	overflow-y: auto;
}

.checkout-agreements .agree {
	padding: 6px;
}

.centinel { }

.centinel .authentication {
	border: 1px solid #dddddd;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background-image: none !important;
	background-attachment: scroll !important;
	background-repeat: repeat !important;
	background-position: 0% 0% !important;
	background-size: auto !important;
	background-origin: padding-box !important;
	background-clip: border-box !important;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

.info-set { }

.checkout-onepage-index .col-main .page-title {
	display: none;
}

.checkout-onepage-index .main { }

.block-progress { }

.block-progress .block-title {
	border: 1px solid #dfdbdb;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #ffffff;
}

.block-progress .block-title strong {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	border: none;
	padding: 17px 15px 15px 19px;
}

.block-progress .block-title strong span {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	border: none;
	padding: 0;
}

.block-progress .block-content {
	border-top: none;
	padding: 0;
}

.block-progress dt {
	font-weight: 700;
}

.block-progress dl { }

.block-progress dt, .block-progress dd {
	border-top: none;
	border-bottom: 1px solid #dfdbdb;
}

.block-progress dt {
	padding: 14px 20px 12px;
	color: #414141;
	font-size: 1.09em;
}

.block-progress dd {
	padding: 16px 40px 15px 20px;
}

.block-progress dt.complete, .block-progress dd.complete {
	background-color: #f6f6f6;
}

.opc {
	border-bottom: 1px solid #ededed;
	position: relative;
}

.opc li.section {
	border: 1px solid #ededed;
	border-bottom: none;
}

.opc .buttons-set.disabled button.button {
	display: none;
}

.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}

.opc .step-title {
	padding: 14px 22px;
	text-align: right;
}

.opc .step-title .number {
	float: left;
	line-height: normal;
	font-weight: 700;
	margin-right: 10px;
	padding: 1px 5px;
	border: 1px solid #777777;
	color: #777777;
}

.opc .step-title h2 {
	float: left;
	font-weight: 700;
	color: #777777;
	font-size: 1em;
	margin-bottom: 0;
	padding-top: 2px;
}

.opc .step-title a {
	display: none;
	float: right;
}

.opc .allow .step-title {
	cursor: pointer;
}

.opc .active { }

.opc .active .step-title {
	background-color: #f8f8f8;
	cursor: default;
}

.opc .active .step-title .number {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #121212;
	color: #ffffff;
}

.opc .active .step-title h2 {
	color: #121212;
}

.opc .step {
	border-top: 1px solid #ededed;
	padding: 11px 22px 20px 21px;
	position: relative;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #f8f8f8;
}

.opc .step .tool-tip {
	right: 10px;
}

.opc .order-review { }

.opc .buttons-set {
	border: none;
}

.opc .field {
	width: 381px;
}

.opc .fields input, .opc .field input {
	width: 278px;
}

.opc .name-lastname, .opc .field-2 {
	width: 284px;
	float: left;
}

.opc .field-2 input {
	width: 278px;
}

.opc .field-2 select {
	width: 284px;
}

.opc .name-firstname {
	width: 380px;
}

.opc .name-middlename {
	width: 176px;
}

.opc .name-middlename input {
	width: 73px !important;
}

.opc .name-lastname input {
	width: 278px !important;
}

.opc .sp-methods dt {
	padding-bottom: 5px;
}

.opc .form-list li.wide input.input-text {
	width: 659px;
}

.opc .form-list {
	margin: 10px 0;
}

.checkout-progress {
	padding: 0 50px;
	margin: 10px 0 30px;
}

.checkout-progress li {
	float: left;
	width: 20%;
	border-top: 5px solid #cccccc;
	text-align: center;
	color: #cccccc;
}

.checkout-progress li.active {
	border-top-color: #000000;
	color: #000000;
}

.multiple-checkout {
	position: relative;
}

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}

.multiple-checkout .grand-total {
	font-size: 1.5em;
	text-align: right;
}

.multiple-checkout .grand-total big {
	display: block;
	margin-bottom: 20px;
}

.multiple-checkout .grand-total .price { }

.multiple-checkout .data-table {
	margin: 10px 0;
}

.account-login { }

.account-login .new-users { }

.account-login .registered-users { }

.account-login .form-list {
	margin-top: 15px;
}

.account-create { }

.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

.my-account .my-tag-edit a.btn-remove {
	float: left;
	margin-right: 5px;
}

.my-account .data-table .rating-box {
	margin-right: 20px;
}

.my-account .data-table {
	margin: 10px 0;
}

.my-account .data-table button {
	margin-bottom: 10px;
}

.my-account .my-wishlist .data-table .product-image {
	margin-bottom: 15px;
	display: block;
}

.my-account .my-wishlist .data-table textarea {
	width: 90%;
	height: 200px;
}

.my-account .my-wishlist .buttons-set button {
	margin-left: 10px;
}

.my-account .col2-set {
	padding: 10px 0;
}

.my-account .order-items h2 {
	margin: 10px 0;
}

.my-account .tags-list {
	font-size: 1.2em;
}

.my-account .pager {
	border: none;
	padding-left: 0;
}

.my-account .addresses-list ol .item {
	padding-bottom: 20px;
}

.dashboard { }

.dashboard .welcome-msg { }

.dashboard .welcome-msg .hello {
	margin-bottom: 10px;
}

.dashboard .data-table {
	margin: 15px 0;
}

.dashboard .col2-set {
	padding: 15px 0;
}

.dashboard .box-title, .dashboard .box-head {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.dashboard .box-title h2, .dashboard .box-title h3, .dashboard .box-head h2, .dashboard .box-head h3 {
	float: left;
}

.dashboard .box-title a, .dashboard .box-head a {
	float: right;
}

.dashboard .box-recent {
	margin: 10px 0;
}

.dashboard .box-info { }

.dashboard .box-reviews {
	padding-bottom: 15px;
}

.dashboard .box-reviews .number {
	float: left;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	color: #ffffff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #dddddd;
}

.dashboard .box-reviews .details {
	margin-left: 20px;
}

.dashboard .box-reviews .details .ratings strong {
	float: none;
	display: block;
	margin-bottom: 3px;
}

.dashboard .box-reviews .details .ratings .rating-box {
	float: none;
}

.dashboard .box-tags .number {
	float: left;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	color: #ffffff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #dddddd;
}

.dashboard .box-tags .details {
	margin-left: 20px;
}

.dashboard .box-tags .details .tags li {
	display: inline;
}

.addresses-list { }

.addresses-list-additional li.item { }

.order-info {
	border: 1px solid #dddddd;
	padding: 5px;
}

.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline;
}

.order-info dt {
	font-weight: 700;
}

.order-date {
	margin: 10px 0;
}

.order-info-box { }

.order-items {
	width: 100%;
	overflow-x: auto;
}

.order-gift-message {
	margin: 15px 0;
}

.gift-message dt strong {
	color: #666666;
}

.gift-message dd {
	margin: 5px 0 0;
	font-size: 13px;
}

.order-about {
	margin: 15px 0;
}

.order-about dt {
	font-weight: 700;
}

.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}

.tracking-table {
	margin: 0 0 15px;
}

.tracking-table th {
	font-weight: 700;
	white-space: nowrap;
}

.tracking-table th, .tracking-table td {
	padding: 1px 5px 0 0;
}

.tracking-table-popup {
	width: 100%;
}

.tracking-table-popup th {
	font-weight: 700;
	white-space: nowrap;
}

.tracking-table-popup th, .tracking-table-popup td {
	padding: 1px 8px;
}

.page-print .print-head {
	padding-bottom: 20px;
}

.page-print .print-head img {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

.page-print .col2-set {
	padding: 15px 0;
}

.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}

.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display: inline;
}

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
	margin-bottom: 15px;
}

.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 7px;
}

.product-review .product-img-box .ratings .rating-links a {
	display: block;
}

.product-review .product-img-box .ratings .rating-links .separator {
	display: none;
}

.product-review .product-details {
	margin-left: 150px;
}

.product-review .product-name {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px;
}

.product-review h3 { }

.product-review .ratings-table {
	margin: 0 0 10px;
}

.product-review dt {
	font-weight: 700;
}

.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}

.catalogsearch-advanced-index .col-main .form-list label {
	float: none;
}

.review-customer-index .col-main .pager, .sales-order-history .col-main .pager {
	margin: 15px 0;
	border: none;
	padding-left: 0;
}

.cms-index-index .main {
	padding-top: 0;
	padding-right: 0;
}

.cms-index-index .sidebar {
	padding-top: 17px;
}

.cms-index-index .col-main {
	width: 723px;
	padding-bottom: 10px;
}

.cms-index-index .col-main .page-title {
	padding-bottom: 5px;
}

.cms-index-index .products-grid .item {
	width: 237px;
}

.home-box {
	margin-bottom: 14px;
}

.home-box .main-block .content-box {
	padding: 0;
	overflow: hidden;
}

.home-box .main-block .content-box .indent {
	padding: 28px 42px 12px 33px;
	overflow: hidden;
}

.home-box .main-block .content-box .indent img {
	/*float: left;*/
	float: none;
	overflow: hidden;
}

.home-box .main-block .content-box .indent .product-details {
	/*width: 300px;*/
	float: right;
	overflow: hidden;
}

.home-box .main-block .content-box .indent span:not(.rub) {
	text-transform: uppercase;
	/*color: #32667d;*/
	color: #6089BF;
	font-size: 0.7em;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.home-box .main-block .content-box .indent .product-details .product-name {
	font-size: 1.5em;
	color: #121212;
	line-height: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	margin-top: -7px;
	margin-bottom: 16px;
}

.home-box .main-block .content-box .indent .product-details .product-name a {
	font-weight: 400;
	font-size: 1.72em;
}

.home-box .main-block .content-box .indent .product-details .product-name span {
	display: block;
	color: #121212;
	font-size: 1em;
	margin: 0;
}

.home-box .main-block .content-box .indent .product-details p {
	font-size: 0.91em;
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 2px;
}

.home-box .action-box {
	background-image: url("/templates/defaultSchema/img/home_product_1_action_bg.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	padding: 20px 56px 18px 21px;
}

.home-box .action-box button {
	float: right;
	margin-left: 3px;
}

.home-box .action-box .right {
	font-size: 1.25em;
	color: #121212;
	padding-top: 5px;
	padding-right: 76px;
	font-weight: 700;
	text-transform: uppercase;
}

.home-box .action-box img {
	margin-top: 3px;
}

.home-box.box-2 {
	float: left;
	/*width: 358px;*/
	margin-bottom: 30px;
}

.home-box.box-2 .indent {
	padding: 14px 18px 16px 19px !important;
}

.home-box.box-2 .indent .product-details {
	/*width: 147px !important;*/
	padding-top: 10px;
}

.home-box.box-2 .indent .product-details .product-name {
	font-size: 1.16em !important;
	margin-bottom: 1px !important;
}

.home-box.box-2 .indent .product-details .product-name span {
	display: block;
	margin-bottom: 5px !important;
}

.home-box.box-2 .indent .product-details .product-name a {
	font-size: 1.5em !important;
}

.home-box.box-2 .indent .product-details p {
	padding: 0 !important;
}

.home-box.box-2 .indent .product-details .price {
	color: #121212;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 13px;
}

.home-box.box-2.box-3 {
	margin-left: 5px;
	position: relative;
}

.home-box.box-2.box-3 .indent .product-details {
	position: relative;
	margin-left: -11px;
}

.home-box.box-2.box-3 .indent .product-details .price {
	margin-top: 28px;
}

.home-box.box-2.box-3 .marker {
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 9999;
}

.footer-container {
	background-image: url("/templates/defaultSchema/img/footer_top_bg.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #fefdfd;
}

.footer-container-bot {
	background-image: url("/templates/defaultSchema/img/footer_bot_bg.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.footer {
	padding: 18px 39px 27px 39px;
	font-size: 0.91em;
	color: #000000;
}

.footer ul {
	float: right;
	margin-bottom: 5px;
}

.footer ul li.first {
	padding-left: 13px !important;
}

.footer ul li {
	display: inline;
	padding: 0 13px !important;
	background-image: url("/templates/defaultSchema/img/footer_divider.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100% 4px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.footer ul li a {
	color: #000000;
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.footer .copy { }

.footer .store-switcher {
	float: right;
}

.clearer::after, .header-container::after, .header-container .top-container::after, .header::after, .header .quick-access::after, #nav::after, .main::after, .footer::after, .footer-container .bottom-container::after, .col-main::after, .col2-set::after, .col3-set::after, .col4-set::after, .search-autocomplete li::after, .block .block-content::after, .block .actions::after, .block li.item::after, .block-poll li::after, .block-layered-nav .currently li::after, .page-title::after, .products-grid::after, .products-list li.item::after, .box-account .box-head::after, .dashboard .box .box-title::after, .box-reviews li.item::after, .box-tags li.item::after, .pager::after, .sorter::after, .ratings::after, .add-to-box::after, .add-to-cart::after, .product-essential::after, .product-collateral::after, .product-view .product-img-box .more-views ul::after, .product-view .box-tags .form-add::after, .product-options .options-list li::after, .product-options-bottom::after, .product-review::after, .cart::after, .cart-collaterals::after, .cart .crosssell li.item::after, .opc .step-title::after, .checkout-progress::after, .multiple-checkout .place-order::after, .group-select li::after, .form-list li::after, .form-list .field::after, .buttons-set::after, .page-print .print-head::after, .advanced-search-summary::after, .gift-messages-form .item::after, .send-friend .form-list li p::after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.background-select { background-color: #F2D091 !important; }

#basket_reminder { border: 1px solid #8c6151; background-color: #f2d091;
	width: 600px;
	height: 50px;
	margin: 0 auto;
	box-shadow: 3px 5px 13px #555555;
	-moz-box-shadow: 3px 5px 13px #555555;
	-webkit-box-shadow: 3px 5px 13px #555555;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#555555, strength=13); }

#basket_reminder_text {
	vertical-align: middle;
	line-height: 50px; }

#basket_reminder_outside { background-color: #000000;
	width: 600px;
	margin: 0 auto;
	padding: 5px;
}

#basket_reminder_wraper { top: -100px;
	z-index: 999; position: absolute;
	width: 600px; }

#header_basket_logo { float: right;
	padding-top: 10px;
	padding-right: 10px;
	display: none; }

.no_float { float: none; }

.sorter-vendors {
	float: left;
	display: inline;
	vertical-align: middle;
	margin-right: 15px;
}

.sorter-vendors a {
	display: inline;
	text-decoration: none;
}

.sorter-vendor {
	display: inline;
}

.sorter-vendor-button {
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-right: 0;
	height: 27px;
	line-height: 27px;
	min-width: 40px;
	outline: 0;
	padding: 0 8px;
	border: 1px solid #DCDCDC;
	color: #444;
	background-color: #F0F0F0;
}

.sorter-vendor-button:hover {
	border: 1px solid #4D90FE;
	background-color: #FAFAFA;
	color: #444;
}

.sorter-vendor-button1 {
	cursor: pointer;
	font-size: 11px;
	line-height: 20px;
	min-width: 40px;
	border: 1px solid #F4F4F4;
	padding: 0 8px 0 23px;
	color: #444;
	background-color: #F4F4F4;
	background-image: url("/templates/defaultSchema/img/radiobutton_normal.png");
	background-repeat: no-repeat;
	background-position-y: 2px;
	background-position-x: 2px;
	min-width: 150px;
}

.sorter-vendor-button1:hover {
	border: 1px solid #4D90FE;
	background-color: #F4F4F4;
	color: #444;
}

.sorter-vendor-button1-delete-filter {
	background-image: url("/templates/defaultSchema/img/delete_filter.png");
}

.sorter-vendor-button1-active {
	background-image: url("/templates/defaultSchema/img/radiobutton_active.png");
}

.sorter-vendor-button1-active-filter {
	background-color: #6089BF !important;
}

.sorter-vendor-button1-active-filter:hover {
	color: #ffffff;
}

.sorter-vendor-button_active {
	background-color: #D95F5F;
	color: #ffffff;
}

.vendors-list-back {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 990;
	margin-top: 2px;
	position: absolute;
	display: none;
	opacity: 0.8;
	background-color: #ccc;
}

.colors-list-back {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 990;
	margin-top: 2px;
	position: absolute;
	display: none;
	opacity: 0.8;
	background-color: #ccc;
}

.sizes-list-back {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 990;
	margin-top: 2px;
	position: absolute;
	display: none;
	opacity: 0.8;
	background-color: #ccc;
}

.vendors-list-page {
	z-index: 992;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #4D90FE;
	margin: 3px;
	padding: 10px;
	background-color: #F4F4F4;
	position: absolute;
}

.vendors-list-page1 {
	z-index: 992;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #4D90FE;
	margin-top: 3px;
	padding: 10px;
	background-color: #F4F4F4;
	position: absolute;
	box-shadow: 3px 3px 3px #AAA;
	-moz-box-shadow: 3px 3px 3px #AAAAAA;
	-webkit-box-shadow: 3px 3px 3px #AAA;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#AAAAAA, strength=3);
}

.colors-list-page {
	z-index: 992;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #4D90FE;
	margin: 3px;
	padding: 10px;
	background-color: #F4F4F4;
	position: absolute;
}

.sizes-list-page {
	z-index: 992;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #4D90FE;
	margin: 3px;
	padding: 10px;
	background-color: #F4F4F4;
	position: absolute;
}

#vendor_desciption span { display: inline; color: #000; text-transform: none; font-size: 1em; }

#vendor_desciption p { margin-bottom: 10px; }

#vendor_desciption h1 { font-size: 1.7em; }

#vendor_desciption h2 { font-size: 1.5em; }

#vendor_desciption h3 { font-size: 1.3em; }

#vendor_desciption ul { list-style: disc outside; padding-left: 30px; }

#vendor_desciption ol { list-style: decimal outside; padding-left: 30px; }

#vendor_desciption blockquote { margin-left: 20px; }

.clear_styles ul { list-style: disc outside; padding-left: 30px; }

.clear_styles li { margin-bottom: 5px; margin-top: 5px; }

.clear_styles ol { list-style: decimal outside; padding-left: 30px; }

#toTop {
	width: 120px;
	background: #D95F5F;
	border: 1px solid #CCC;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 3px 5px 13px #555;
	-moz-box-shadow: 3px 5px 13px #555555;
	-webkit-box-shadow: 3px 5px 13px #555;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#555555, strength=5);
	z-index: 3;
}

#toCompare {
	width: 180px;
	background: #669966;
	border: 1px solid #DCDCDC;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 3px 5px 13px #555;
	-moz-box-shadow: 3px 5px 13px #555555;
	-webkit-box-shadow: 3px 5px 13px #555;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#555555, strength=5);
	z-index: 3;
}

.left_menu_main_cat {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	font-weight: 400;
	padding: 4px 8px;
	text-transform: uppercase;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #F4F4F4;
	color: #8C6151;
	margin-bottom: 2px;
	cursor: pointer;
}

.left_menu_main_cat:hover {
	background-color: #8C6151;
	color: white;
	background-image: url("/templates/defaultSchema/img/left-menu-arrow.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

.shadow-line-hover {
}

.shadow-line-hover:hover {
	box-shadow: 3px 5px 13px #555;
	-moz-box-shadow: 3px 5px 13px #555555;
	-webkit-box-shadow: 3px 5px 13px #555;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#555555, strength=13);
}

#left-menu-overlay {
	display: none;
	position: absolute;
	z-index: 2;
}

#left-menu-overlay h2 {
	color: #6089BF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#left-menu-overlay ol li {
	line-height: 18px;
}

#left-menu-overlay ol a {
	color: #575757;
	text-decoration: none;
}

#left-menu-overlay ol a:hover {
	color: #575757;
	text-decoration: underline;
}

.left-menu-right-window-sub {
	height: 454px;
	padding-left: 245px;
	display: none;
	background-color: #fff;
	background-image: url("/templates/defaultSchema/img/left-menu-right-window-divider.gif");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: 220px;
}

.product_code_by_font {
	/*font-family: 'PT Mono', sans-serif;
font-size: 12px;*/
}

.catalog-help {
	position: absolute;
	left: 2px;
	top: 2px;
	display: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	background-image: url("/templates/defaultSchema/img/black_semitransparent.png");
	background-repeat: repeat;
	width: 98%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.catalog-help:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.catalog-help div {
	width: 193px;
	line-height: 36px;
	padding-left: 20px;
	font-size: 12px;
	color: #ffffff;
	display: inline;
	text-decoration: underline;
}

.catalog-help img {
	padding-top: 2px;
	padding-left: 10px;
}

.btn-compare {
	font-size: 11px;
	color: #898989;
	cursor: pointer;
	background-image: url("/templates/defaultSchema/img/icon_unchecked.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 18px;
}

.btn-compare-checked {
	background-image: url("/templates/defaultSchema/img/icon_checked.png");
	color: #001C7B;
}

#ajax-compare {
	float: left;
	display: inline;
	vertical-align: middle;
	margin-right: 15px;
}

.sorter-compare-button {
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-right: 0;
	height: 27px;
	line-height: 27px;
	min-width: 40px;
	outline: 0;
	padding: 0 8px;
	border: 1px solid #DCDCDC;
	color: #444;
	background-color: #F0F0F0;
}

.sorter-compare-button:hover {
	border: 1px solid #4D90FE;
	background-color: #FAFAFA;
	color: #444;
}

.sorter-compare-button_active {
	background-color: #669966;
	color: #ffffff;
}

.root-wo-childs {
	color: #333333 !important;
	text-decoration: none !important;
}

.root-wo-childs:hover {
	text-decoration: none !important;
}

.bxslider { display: none; }

.products-tags {
	margin-top: 15px;
	background-color: #f1f1f1;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.products-tags h2 {
	color: #8e8e8e;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.products-tags p {
	color: #8e8e8e;
	font-size: 12px;
}

.products-tags a {
	color: #8e8e8e;
}

.first-page-text .table1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.first-page-text .table1 td {
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	padding: 2px 120px 2px 2px;
}

.key-propertys .key-propertys-row {
	width: 46%;
	display: block;
	position: relative;
	float: left;
	background: url("/templates/defaultSchema/img/point.png") repeat-x scroll 0 -16px rgba(0, 0, 0, 0);
	line-height: 25px;
	margin-right: 20px;
}

.key-propertys .key-propertys-name {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #8C6151;
}

.key-propertys .key-propertys-value {
	float: right;
	background: none repeat scroll 0 0 #FFFFFF;
}

.product-flag-sale {
	position: absolute;
	top: 233px;
	left: 0;
	z-index: 90;
}

.product-flag-sale-2 {
	position: absolute;
	top: 233px;
	left: 0;
	z-index: 90;
}

.product-flag-sale-3 {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 90;
}

.product-flag-sale-4 {
	position: absolute;
	top: 233px;
	left: 0;
	z-index: 90;
}

.product-flag-action {
	position: absolute;
	top: 233px;
	left: 0;
	z-index: 90;
}

.product-flag-action-2 {
	position: absolute;
	top: 233px;
	left: 0;
	z-index: 90;
}

.product-flag-action-3 {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 90;
}

.product-flag-action-desc {
	background-color: #d95f5f;
	display: inline-block;
	color: #ffffff;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

.catalog-products-tile {
	width: 223px;
	display: block;
	position: relative;
	float: left;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #fff;
}

@media (min-width: 1450px) {
	.catalog-products-tile-width {
		width: 19.308%;
	}
}

@media (min-width: 1219px) and (max-width: 1449px) {
	.catalog-products-tile-width {
		width: 24.135%;
	}
}

@media (min-width: 997px) and (max-width: 1218px) {
	.catalog-products-tile-width {
		width: 31.767%;
	}
}

.ean13 {
	margin: 3px 3px 7px 0;
	height: 52px;
	background-image: url("/templates/defaultSchema/img/ean13.png");
	background-repeat: no-repeat;
	white-space: pre;
	vertical-align: bottom;
	display: table-cell;
}

.menu-separator {
	padding: 0 !important;
	height: 10px;
	background-color: #ffffff !important;
}

@font-face {
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	src: url('/templates/defaultSchema/img/PTN77F_W.eot');
	src: local('PT Sans Narrow Bold'), url('/templates/defaultSchema/img/PTN77F_W.woff') format('woff'), url('/templates/defaultSchema/img/PTN77F_W.ttf') format('truetype'), url('/templates/defaultSchema/img/PTN77F_W.svg#PTSans-NarrowBold') format('svg');
}

.price_cat {
	font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.price_product {
	font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.price_last {
	color: #D95F5F;
	text-decoration: line-through;
	font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.price_last_discount {
	color: #286aa6;
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}

.present_details {
	background: #f1f1f1 none repeat scroll 0 0;
	box-shadow: 0 0 20px #999999;
	display: none;
	font-size: 12px;
	left: 0;
	line-height: 15px;
	max-width: 320px;
	position: relative;
	width: 200%;
	z-index: 4;
	padding: 10px;
}

.present_details .pup {
	background: rgba(0, 0, 0, 0) url("/templates/defaultSchema/img/pointer_up.png") no-repeat scroll 0 0;
	display: block;
	height: 10px;
	left: 83px;
	position: absolute;
	top: -8px;
	width: 11px;
}

.akcii_details {
	color: gray;
}

div.flag-action {
	margin-top: 10px;
}

div.your_manager {
	color: #D95F5F;
	font-size: 14px;
	padding: 0 0 10px 10px;
	margin: 0 0 10px;
}

#customerMessage {
	max-width: 700px;
	text-align: left;
}
#customerMessage img {
	max-width: 700px;
}
.ui-dialog-timepane {
	float: left;
	margin: 15px 6px 6px 6px;
	color: #999;
	font-size: 13px;
}

.noticeForCustomers {
	white-space: normal;
	margin: 10px 0 0 0;
	background-color: #e8e7e7;
	padding: 15px;
	border: 1px solid #eee;
	display: inline-block;
}

#productSubscribe,
#productUnsubscribe,
#productsUpdateSubscribe,
#productsUpdateUnsubscribe,
#productsIncomeSubscribe,
#productsIncomeUnsubscribe {
	display: inline-block;
	color: #3D6A97;
	font-weight: 700;
	margin: 7px 0 0;
}

#productUnsubscribe,
#productsUpdateUnsubscribe,
#productsIncomeUnsubscribe { margin-left: 10px; }

#productUnsubscribe.isLink,
#productsUpdateUnsubscribe.isLink,
#productSubscribe.isLink,
#productsUpdateSubscribe.isLink,
#productsIncomeUnsubscribe.isLink,
#productsIncomeSubscribe.isLink { cursor: pointer; text-decoration: underline; }

#productUnsubscribe.isLink:hover,
#productsUpdateUnsubscribe.isLink:hover,
#productSubscribe.isLink:hover,
#productsUpdateSubscribe.isLink:hover,
#productsIncomeUnsubscribe.isLink:hover,
#productsIncomeSubscribe.isLink:hover { text-decoration: none; }

#productSubsribeDialog,
#productUnsubsribeDialog,
#productsUpdateSubsribeDialog,
#productsUpdateUnsubsribeDialog,
#productsIncomeSubsribeDialog,
#productsIncomeUnsubsribeDialog {
	display: none;
	padding: 20px 20px 10px;
}

.productSubscribe, .productUnsubscribe {
	display: inline-block;
	color: #3D6A97;
	font-weight: 700;
	margin: 0 0 7px;
	float: right;
}

.productUnsubscribe { margin-left: 10px; }

.productUnsubscribe.isLink, .productSubscribe.isLink { cursor: pointer; text-decoration: underline; }
.productUnsubscribe.isLink:hover, .productSubscribe.isLink:hover { text-decoration: none; }

#downloadAllImgs {
	display: block;
	margin: 10px 0 0 0;
	padding: 8px 10px;
	background-color: #5179A1;
	color: #fff;
	font-weight: 700;
	width: 175px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRkZDREQ3NUQ0QzAxMUU1ODU0QUQxOTc3NEJEREExQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRkZDREQ3NkQ0QzAxMUU1ODU0QUQxOTc3NEJEREExQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBGRkNERDczRDRDMDExRTU4NTRBRDE5Nzc0QkREQTFBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBGRkNERDc0RDRDMDExRTU4NTRBRDE5Nzc0QkREQTFBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lnDmEgAAAMRJREFUeNpi+P//PwMWXALEr4D4ExS/gophqGUEEWhADIhfMmAH4kD8ClmACYsiQQbcAEMOmwG/8RjwmxgDSALYwgAE/uNSjy7AgsT2AeJf0EDEBWKggcgOxJshViGiZOZ/4sFsmD70eJ1GhOZpyHqwJaKJeDRPRFfPgCMlTiRGM8yAICCWIWAINs0gPUEMUAVJOFzSD8STcMiB9PyHGWCLQxE+DNLzH5YOCoFYCku8/8OTYsNh6SAFiP/9Jx2A9KQABBgAmVn89y+4BPsAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: center right 8px;
	cursor: pointer;
	text-decoration: none;
}
#downloadAllImgs:hover { text-decoration: underline; }

/* ############ ����� ������� ############ */
._c-filter { float: left; margin-right: 15px; }
._c-filter-button {
	cursor: pointer;
	display: inline-block;
	background-color: #D95F5F;
	color: #ffffff;

	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	line-height: 27px;
	min-width: 40px;
	outline: 0;
	padding: 0 8px;

	border: 1px solid #DCDCDC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

._c-filter-button:hover {
	border: 1px solid #4D90FE;
	background-color: #FAFAFA;
	color: #444;
}

._c-filter-values {
	z-index: 92;
	display: none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #4D90FE;

	margin-top: 3px;
	padding: 10px;
	background-color: #F4F4F4;
	position: absolute;

	box-shadow: 3px 3px 3px #AAA;
	-moz-box-shadow: 3px 3px 3px #AAAAAA;
	-webkit-box-shadow: 3px 3px 3px #AAA;
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#AAAAAA, strength=3);
}

._c-filter-value {
	display: block;
	cursor: pointer;
	min-width: 150px;
	font-size: 11px;
	line-height: 20px;
	border: 1px solid #F4F4F4;
	padding: 0 8px 0 23px;
	color: #444;
	background-color: #F4F4F4;

	position: relative;

	/*background-image: url("/templates/defaultSchema/img/radiobutton_normal.png");
	background-repeat: no-repeat;
	background-position-y: 2px;
	background-position-x: 2px;*/
}

._c-filter-value:before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	left: 2px;
	top: 2px;
	background: #e0e0e0;
}

._c-filter-value:hover:before {
	background: #bbb;
}

._c-filter-clear {
	display: block;
	cursor: pointer;
	min-width: 150px;
	font-size: 11px;
	line-height: 20px;
	border: 1px solid #F4F4F4;
	padding: 0 8px 0 23px;
	color: #444;
	background-color: #F4F4F4;
	background-image: url("/templates/defaultSchema/img/delete_filter.png");
	background-repeat: no-repeat;
	background-position-y: 2px;
	background-position-x: 2px;
}

._c-filter-value:hover, ._c-filter-clear:hover {
	border: 1px solid #4D90FE;
	background-color: #F4F4F4;
	color: #444;
}

._c-filter-sep {
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	margin-bottom: 2px;
}

._c-filter-button-arrow {
	margin: 0 0 0 5px;
}

._c-filter-value-active {}
._c-filter-value-active:before {
	background: #6088bf;
}
._c-filter-value-active:hover:before {
	background: #5078a0;
}
._c-filter-value-active:after {
	position: absolute;
	content: '';
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

._c-filter-active {
	background-color: #6089BF !important;
}

._c-filter-active:hover {
	color: #ffffff;
}

._c-filter-value-is-disabled { color: #ccc; }
._c-filter-value-is-disabled:before { opacity: 0.4; }
._c-filter-value-is-disabled:hover { color: #ccc; border: 1px solid #F4F4F4; }
._c-filter-value-is-disabled:hover:before { background: #e0e0e0; }

#_c-filter-cleaner {
	float: left;
	cursor: pointer;
	display: inline-block;
	color: #D95F5F;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-decoration: underline;
	display: none;
}
#_c-filter-cleaner:hover { text-decoration: none; }

#noProductsBlock {
	color: #D95F5F;
	width: 650px;
	text-align: center;
	margin: 100px auto 0;
	padding: 10px;
}

.top-manager-row {
	position: relative;
	display: inline;
	float: right;
	margin: 0 11px 0 0;
}

.top-manager-row span.manager_name {
	color: #d95f5f;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
.top-manager-row span.manager_name:hover { text-decoration: none; }

.manager_contacts {
	display: none;
	position: absolute;
	z-index: 550;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	margin: 4px 0 0 -18px;
	line-height: 15px;
    right:0;
    white-space: nowrap;
}

span.rub { font-family: 'PT Sans', sans-serif; }

#forget-password {  }
#forget-password p { margin: 7px 0 10px; }
#forget-password input[type=text] { font-size: 26px; padding: 3px 7px; width: 70%; margin: 10px 0 0 0; }
#forget-password .loader { display: none; }
#forget-password div.error { color: #D95F5F; display: none; }
#forget-password input.input-error { background-color: #f0cccc; border-color: #FF0000; }

#obratnyj_zvonok_button {
	width: 250px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	background-color: #D95F5F;
	color: white;
	font-size: 16px;
	display: block;
}

#obratnyj_zvonok_modal { display: none; }
#obratnyj_zvonok_modal div.error { color: #D95F5F; display: none; }
#obratnyj_zvonok_modal .loader { display: none; }

#newsList { overflow: hidden; }
.oneNews { overflow: hidden; margin: 0 0 19px; }
.oneNews h3 { font-weight: 400; font-size: 1em; margin-bottom: 5px; }
.oneNews h3 a:link, .oneNews h3 a:visited { color: #D95F5F; text-transform: uppercase; text-decoration: none; font-weight: 700; }
.oneNews h3 a:hover, .oneNews h3 a:active { text-decoration: underline; }
div.news-thumb { float: left; }
div.news-thumb img { margin: 0 10px 0 0; }
div.news-time { color: #969696; margin: 0 0 3px; }

.subscribes-table {}
.subscribes-table input[type=checkbox] { position: relative; top: -1px; }
.subscribes-table label { cursor: pointer }
.subscribes-table label:hover { text-decoration: underline; }
.subscribes-table button {
	height: 22px;
	background-image: url("/templates/defaultSchema/img/bkg_button.gif");
	background-repeat: repeat-x;
	border: none;
	padding: 0 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
.subscribes-table .pcheckbox { width: 32px; }
.subscribes-table .pimage { width: 100px; }
.subscribes-table .pimage img { width: 100px; height: auto; }
.subscribes-table .prcode { width: 80px; text-align: center; font-weight: 700; }
.subscribes-table .pname {  }
.subscribes-table img.loader { display: none; }

#subscribe_settings {}
#subscribe_settings div.result { padding: 5px 10px; display: none; }
#subscribe_settings div.result.error { color: red; }
#subscribe_settings div.result.success { color: green; }

#subscribe_to_product .subscribes-table td { vertical-align: middle; }
#sukno_notice {
	overflow: hidden;
	float: left;
	padding: 15px 15px 15px 60px;
	width: 400px;
	color: #fff;
	background: #D95F5F url('img/icon-notified.png') 15px 15px no-repeat;
	border: 2px solid #eeeeee;
	margin: 0 0 10px 0;
}

#sukno_notice .a {
	margin: 0 0 20px;
}

.static-page {}
.static-page .page-title {
	margin: 0 0 20px;
}

.page-content {}
.page-content p {
	margin: 0 0 20px;
}

button.newButton {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 15px;
	border: none;
	outline: none;
	cursor: pointer;
	background: #297fa5;
	background: -moz-linear-gradient(top, #297fa5 0%, #013854 100%);
	background: -webkit-linear-gradient(top, #297fa5 0%,#013854 100%);
	background: linear-gradient(to bottom, #297fa5 0%,#013854 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297fa5', endColorstr='#013854',GradientType=0 );
}

button.newButton:disabled {
	cursor: default;
	background: #8f8f8f;
	background: -moz-linear-gradient(top, #8f8f8f 0%, #626262 100%);
	background: -webkit-linear-gradient(top, #8f8f8f 0%,#626262 100%);
	background: linear-gradient(to bottom, #8f8f8f 0%,#626262 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#626262',GradientType=0 );
}

.worktime {
	float: left;
	margin: 0 0 0 330px;
}

@media (max-width: 1400px) {
	.worktime {
		margin: 0 0 0 80px;
	}

	.form-search {
		width: 280px;
	}

	.form-search input {
		width: 210px;
	}
}

@media (max-width: 1200px) {
	.worktime {
		margin: 0 0 0 10px;
	}

	.top-link-account {
		max-width: 95px;
	}
}

@media (max-width: 1100px) {
	#topLink_pismo_direktoru {
		display: none;
	}

}

.cat-top-description {
	padding: 5px;
	font-size: 11px;
}

.cat-top-description ol {
	list-style-type: decimal;
	padding: 0 0 0 25px;
	margin: 5px 0;
}

.cat-top-description ol ul {

}

.cat-top-description ol ul > li {

}
.cat-top-description ol ul > li:before {
	content: '-';
	margin: 0 5px 0 0;
}
