				/* Magento
			 /**
				*
				* NOTICE OF LICENSE
				*
				* This source file is subject to the Academic Free License (AFL 3.0)
				* that is bundled with this package in the file LICENSE_AFL.txt.
				* It is also available through the world-wide-web at this URL:
				* http://opensource.org/licenses/afl-3.0.php
				* If you did not receive a copy of the license and are unable to
				* obtain it through the world-wide-web, please send an email
				* to license@magentocommerce.com so we can send you a copy immediately.
				*
				* DISCLAIMER
				*
				* Do not edit or add to this file if you wish to upgrade Magento to newer
				* versions in the future. If you wish to customize Magento for your
				* needs please refer to http://www.magentocommerce.com for more information.
				*
				* @category    design
				* @package     default_default
				* @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
				* @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
				*/

			/* Loading fonts
					========================================================================== */
		 @import url(//fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,latin-ext);

			/* Reset ================================================================================= */
			* {
					margin: 0;
					padding: 0;
			}

			body {
					font: 13px/18px 'Arimo', sans-serif;

					text-align: center;

					color: #2f2f2f;
					background: url(../images/bg.jpg) repeat scroll 0 0 transparent;

					-moz-osx-font-smoothing: grayscale;
			}

			img {
					vertical-align: top;

					border: 0;
			}

			a {
					text-decoration: none;

					color: #5a5863;
			}
			a:hover {
					text-decoration: none;
			}
			:focus {
					outline: 0;
			}

			/* Headings */
			h1,
			h2,
			h3,
			h4,
			h5,
			h6 {
					font-family: 'Arimo', sans-serif;
					line-height: 1.35;

					color: #0a263c;
			}
			h1 {
					font-size: 20px;
					font-weight: normal;
			}
			h2 {
					font-size: 18px;
					font-weight: normal;

					color: #f00;
			}
			h3 {
					font-size: 16px;
					font-weight: bold;
			}
			h4 {
					font-size: 14px;
					font-weight: bold;
			}
			h5 {
					font-size: 12px;
					font-weight: bold;
			}
			h6 {
					font-size: 11px;
					font-weight: bold;
			}

			/* Forms */
			form {
					display: inline;
			}
			fieldset {
					border: 0;
			}
			legend {
					display: none;
			}

			/* Table */
			table {
					font-size: 100%;

					empty-cells: show;
					border-spacing: 0;

					border: 0; /*border-collapse:collapse;*/
			}
			caption,
			th,
			td {
					font-weight: normal;

					text-align: left;
					vertical-align: top;
			}

			/* Content */
			p {
					margin: 0 0 10px;
			}
			strong {
					font-weight: bold;
			}
			address {
					font-style: normal;
					line-height: 1.35;
			}
			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; }*/

			/* Lists */
			ul,
			ol {
					list-style: none;
			}

			/* Tools */
			.hidden {
					display: block !important;
					overflow: hidden !important;

					width: 0 !important;
					height: 0 !important;
					margin: 0 !important;
					padding: 0 !important;

					font-size: 0 !important;
					line-height: 0 !important;

					border: 0 !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: none !important;
			}
			/* ======================================================================================= */


			/* Layout ================================================================================ */
			.wrapper {
					min-width: 954px;
			}
			.page {
					width: 990px;
					margin: 0 auto 15px;

					background: #fff;
			}
			.page-print {
					padding: 25px 30px;

					text-align: left;

					background: #fff;
			}
			.page-empty {
					padding: 20px;

					text-align: left;

					background: #fff;
			}
			.page-popup {
					padding: 25px 30px;

					text-align: left;

					background: #fff;
			}
			.main-container {
					padding: 0 25px;
			}
			.main {
					min-height: 400px;
					margin: 0 auto;

					text-align: left;

					background: #fff;
			}

			/* Base Columns */
			.col-left {
					float: left;

					width: 215px;
					padding: 0 0 1px;
			}
			.col-main {
					float: left;

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

					width: 195px;
					padding: 0 0 1px;
			}

			/* 1 Column Layout */
			.col1-layout .col-main {
					float: none;

					width: auto;
			}

			/* 2 Columns Layout */
			.col2-left-layout .col-main {
					float: right;

					margin-right: 25px;
			}


			/* 3 Columns Layout */
			.col3-layout .col-main {
					width: 475px;
					margin-left: 17px;
			}
			.col3-layout .col-wrapper {
					float: left;

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

			/* Content Columns */

			.cart-contener .col2-set {
					float: left;

					width: auto;
					margin-top: 5px;
					margin-bottom: 20px;
			}

			.cart-contener .totals {
					float: right;

					width: 278px;
					padding: 15px 18px 10px;
			}

			.totals table {
					float: right;

					width: 100%;
			}

			.totals table tr {
					border: solid 1px;
			}
			.col2-set .col-1 {
					float: left;

					width: 48.5%;
			}
			.col2-set .col-2 {
					float: left;

					width: 48.5%;
			}
			.col2-set .col-narrow {
					width: 32%;
			}
			.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%;
			}
			/* ======================================================================================= */


			/* Global Styles ========================================================================= */
			/* Form Elements */
			input,
			select,
			textarea,
			button {
					font: 12px/15px Arimo, Helvetica, sans-serif;

					vertical-align: middle;

					color: #2f2f2f;
			}
			input.input-text,
			select,
			textarea {
					border: 1px      #b6b6b6;
					background: #fff;
			}
			input.input-text,
			textarea {
					padding: 2px;
			}
			select {
					padding: 1px;
			}
			.category-products select option {
					padding: 10px 5px;

					font-size: 11px;
			}
			select option {
					/*padding: 1px 0;*/
					/*padding-right: 10px;*/
					/*padding: 9px 10px;*/
			}
			select.multiselect {
					margin-bottom: 10px;

					background: #ebebeb;
			}
			select.multiselect option {
					padding: 9px 10px;
					/*padding: 2px 5px;*/

					border-bottom: 1px solid #b6b6b6;
			}
			select.multiselect option:last-child {
					border-bottom: 0;
			}
			textarea {
					overflow: auto;
			}
			input.radio {
					margin-right: 3px;
			}
			input.checkbox {
					margin-right: 3px;
			}
			input.qty {
					width: 2.5em !important;
			}
			button.button::-moz-focus-inner {
					padding: 0;

					border: 0;
			} /* FF Fix */
			button.button {
					-webkit-border-fit: lines;
			} /* <- Safari & Google Chrome Fix */
			button.button {
					/*overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;*/
			}

			button.button span,
			a.button span {
					display: block;

					height: 19px;
					padding: 0 8px;

					font: bold 12px/19px Arimo, Helvetica, sans-serif;
					font-weight: 400;

					cursor: pointer;
					text-align: center;
					white-space: nowrap;

					color: #fff;
			}

			.add-to-cart button.button span,
			.add-to-cart a.button span {
					font-family: 'Arimo';
					font-size: 10px;
					font-weight: bold;

					text-transform: none;
			}

			button.button span span {
					padding: 0;

					border: 0;
			}
			button.disabled span {
					border-color: #bbb !important;
					background: #bbb !important;
			}

			button.btn-checkout span {
					height: 40px;
					padding: 0 0 0 9px;

					font: bold 15px/40px Arimo, Helvetica, sans-serif;

					color: #fff;
					border: 0;
					background: url(../images/btn_checkout.gif) 0 0 no-repeat;
			}
			button.btn-checkout span span {
					padding: 0 25px 0 16px;

					background-position: 100% 0;
			}
			button.btn-checkout.no-checkout span {
					color: #b8baba;
					background-position: 0 100%;
			}
			button.btn-checkout.no-checkout span span {
					background-position: 100% 100%;
			}

			p.control input.checkbox,
			p.control input.radio {
					margin-right: 6px;
			}
			/* Form Highlight */
			input.input-text:focus,
			select:focus,
			textarea:focus {
					background-color: #f9f9f9;
			}
			/*.highlight { background:#efefef; }*/

			/* Form lists */
			/* Grouped fields */
			/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/

			ul#payment_form_checkmo li label {
					margin-right: 12px;
					padding: 0;
			}

			.form-list li {
					min-height: 32px;
					margin: 0 0 8px;
			}
			.form-list label {
					position: relative;
					z-index: 0;

					float: left;

					font-weight: bold;

					color: #666;
			}

			.form-list label.required em {
					position: absolute;
					top: 0;
					right: -8px;

					float: right;

					font-style: normal;

					color: #eb340a;
			}
			.form-list li.control label {
					float: left;
			}
			.form-list li.control input.radio,
			.form-list li.control input.checkbox {
					margin-right: 6px;
			}
			.form-list li.control .input-box {
					display: inline;
					clear: none;

					width: auto;
			}
			/*.form-list li.fields { margin-right:-15px; }*/
			.form-list .input-box {
					display: block;
					clear: both;

					width: 260px;
			}
			.form-list .field {
					width: 645px;
					margin: 5px 0;
			}
			.form-list input.input-text {
					width: 254px;
			}
			.form-list textarea {
					width: 254px;
					height: 10em;
			}
			.form-list select {
					width: 260px;
			}
			.form-list li.wide .input-box {
					width: 535px;
			}
			.form-list li.wide select {
					width: 535px;
			}
			.form-list li.additional-row {
					margin-top: 10px;
					padding-top: 7px;

					border-top: 1px solid #ccc;
			}
			.form-list li.additional-row .btn-remove {
					float: right;

					margin: 5px 0 0;
			}
			.form-list .input-range input.input-text {
					width: 74px;
			}
			/* Customer */
			.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-size: 10px;
					font-weight: normal;

					color: #888;
			}
			.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;
			}

			/* Independent fields */
			/*.form-list li { margin:0 0 8px; }
			 .form-list li.fields { margin:0; }
			 .form-list .field { display:block; margin:0 0 8px; }
			 .form-list li.control {}
			 .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
			 .form-list label.required { font-weight:bold; }
			 .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
			 .form-list .input-box { float:left; width:260px; }
			 .form-list input.input-text,
			 .form-list textarea { width:254px; }
			 .form-list select { width:260px; }
			 .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
			 .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
			 .form-list .input-range input.input-text { width:96px; }*/
			/* Customer */
			/*.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-size:11px; font-weight:normal; color:#777; text-align:left; }
			 .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: 1em 0 0;
					padding: 8px 0 0;

					text-align: right;
			}

			.buttons-set p.required {
					margin: 0 0 10px;
			}
			.buttons-set .back-link {
					float: left;

					margin: 0;
			}
			.buttons-set button.button {
					float: left;

					margin-left: 5px;

					cursor: pointer;
			}

			.buttons-set-order {
					margin: 10px 0 0;
			}
			.buttons-set-order .please-wait {
					padding: 12px 7px 0 0;
			}

			.fieldset .legend {
					position: relative;

					float: left;

					margin: -33px 0 0 -10px;
					padding: 0 8px;

					font-size: 13px;
					font-weight: bold;

					color: #e76200;
					border: 1px solid #f19900;
					background: #ebebeb;
			}

			/* Form Validation */
			.validation-advice {
					clear: both;

					min-height: 13px;
					margin: 3px 0 0;

					font-size: 11px;
					font-weight: bold;
					line-height: 13px;

					color: #eb340a;
					width: 100%;
					float: left;
					line-height: 12px;
					padding-left: 6px;
					text-align: left;
			}
			.validation-failed {
					border: 1px dashed #eb340a !important;
					background: #faebe7 !important;
			}

			p.required {
					font-size: 11px;

					text-align: left;

					color: #eb340a;
			}
			/* Expiration date and CVV number validation fix */
			.v-fix {
					float: left;
			}
			.v-fix .validation-advice {
					position: relative;

					display: block;

					width: 12em;
					margin-right: -12em;
			}

			/* Global Messages  */
			.success {
					font-weight: bold;

					color: #3d6611;
			}
			.error {
					font-weight: bold;

					color: #df280a;
			}
			.notice {
					color: #ed1c24;
			}

			.messages,
			.messages ul {
					margin: 0 !important;
					padding: 0 !important;

					list-style: none !important;
			}
			.messages {
					float: left;
					overflow: hidden;

					width: 100%;
			}
			.messages li {
					margin: 0 0 10px !important;
			}
			.messages li li {
					margin: 0 0 3px !important;
			}
			.error-msg,
			.success-msg,
			.note-msg,
			.notice-msg {
					min-height: 24px !important;
					padding: 8px 8px 8px 32px !important;

					font-size: 11px !important;
					font-weight: bold !important;

					border-width: 1px !important;
					border-style: solid !important;
					background-repeat: no-repeat !important;
					background-position: 10px 9px !important;
			}
			.error-msg {
					float: left;

					width: 100%;
					margin-top: 20px;

					line-height: 24px;

					text-align: center;

					color: #df280a;
					border-color: #f16048;
					background-color: #faebe7;
			}
			.success-msg {
					float: left;

					width: 100%;
					margin-top: 20px;

					line-height: 24px;

					text-align: center;

					color: #3d6611;
					border-color: #446423;
					background-color: #eff5ea;
			}
			.note-msg,
			.notice-msg {
					float: left;

					width: 100%;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					margin-top: 20px;

					line-height: 24px;

					text-align: center;

					color: #3d6611;
					border-color: #fcd344;
					background-color: #fafaec;
			}

			/* BreadCrumbs */
			.breadcrumbs {
					float: left;

					margin-top: 10px;
					margin-bottom: 10px;

					font-size: 11px;
					line-height: 1.25;
			}
			.breadcrumbs li {
					display: inline;

					font-size: 12px;

					color: #666;
			}
			.breadcrumbs li a {
					color: #666;
			}
			.breadcrumbs li a:hover {
					text-decoration: underline;
			}
			.breadcrumbs li.bold {
					font-weight: bold;
			}
			.breadcrumbs li strong {
					font-weight: bold;
			}

			/* Page Heading */
			.page-title {
					position: relative;

					float: left;
					overflow: hidden;

					width: 100%;
					margin: 0 0 25px;
			}
			.page-title:before {
					position: absolute;
					bottom: 0;
					left: 0;

					width: 100%;
					height: 3px;

					content: '';

					background: url(../images/pattern-01.png);
			}
			.page-title h1,
			.page-title h2 {
					margin: 10px 0;


					color: #595959;
			}
			.page-title .separator {
					margin: 0 3px;
			}
			.page-title .link-rss {
					float: right;

					margin: 7px 0 0;
			}
			.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,
			.sub-title {
					clear: both;

					margin: 0 0 6px;
					padding: 15px 0 0;

					font-size: 15px;
					font-weight: bold;

					color: #e25203;
			}

			/* Pager */
			.pager {
					padding: 4px 8px;

					font-size: 11px;

					text-align: center;
			}
			.pager .amount {
					display: none;
					float: left;

					margin: 0;
			}
			.pager .limiter {
					float: left;
			}
			.pager .limiter label {
					vertical-align: middle;
			}
			.pager .limiter select {
					margin: 0 0 1px;
					padding: 0;

					vertical-align: middle;
			}
			.pager .pages {
			}
			.pager .pages ol {
					display: block;
			}
			.pager .pages li {
					margin: 0 2px;
			}


			/* Sorter */
			.sorter {
					padding: 3px 8px;

					font-size: 11px;
			}
			.sorter .view-mode {
					display: none;
					float: left;

					margin: 0;
			}


			/* Data Table */
			.data-table,
			#shopping-cart-totals-table {
					width: 100%;

					border-spacing: 1px;
			}
			#shopping-cart-totals-table tfoot td {
					background: #595959;
					color: #fff;
			}
			.data-table .odd,
			#shopping-cart-totals-table tr:nth-child(odd) {
					background: #f8f7f5;
			}
			.data-table .even,
			#shopping-cart-totals-table tr:nth-child(even) {
					background: #eeeded;
			}
			/*.data-table tr.odd:hover,
			 .data-table tr.even:hover { background:#ebf1f6; }*/
			.data-table td.last,
			.data-table th.last,
			#shopping-cart-totals-table td:last-child,
			#shopping-cart-totals-table th:last-child {
					border-right: 0;
			}
			.data-table tr.last th,
			.data-table tr.last td,
			#shopping-cart-totals-table tr:last-child th,
			#shopping-cart-totals-table tr:last-child td, {
					border-bottom: 0 !important;
			}
			.data-table th,
			#shopping-cart-totals-table th {
					padding: 3px 8px;

					font-weight: bold;
					letter-spacing: -.4px;
			}
			.data-table td,
			#shopping-cart-totals-table td {
					padding: 3px 8px;
			}

			.data-table thead th,
			#shopping-cart-totals-table thead th {
					padding: 2px 8px;

					font-weight: bold;

					vertical-align: middle;
					white-space: nowrap;

					color: #eee;
			}
			.data-table thead th.wrap {
					white-space: normal;
			}
			.data-table thead th a,
			.data-table thead th a:hover {
					color: #fff;
			}
			.data-table thead th {
					background: url(../images/th_bg.gif) repeat-x 0 100% #d9e5ee;
					background: #595959;
			}
			.data-table thead th .tax-flag {
					font-size: 11px;

					white-space: nowrap;
			}

			.data-table tfoot {
					border-bottom: 1px solid #d9dde3;
			}
			.data-table tfoot tr.first td {
					background: url(../images/bkg_tfoot.gif) 0 0 repeat-x;
			}
			.data-table tfoot tr {
					background-color: #fafafa !important;
			}
			.data-table tfoot tr hr {
					float: left;
					clear: both;

					width: 100%;
					height: 2px;
					margin-top: 8px;

					border: medium none;
					background: none repeat scroll 0 0 #ddd;
			}
			.data-table tfoot td {
					padding-top: 1px;
					padding-bottom: 1px;

					border-bottom: 0;
			}
			.data-table tfoot strong {
					font-size: 12px;
			}


			/* Bundle products tables */
			.data-table tbody.odd tr {
					background: #f8f7f5 !important;
			}
			.data-table tbody.even tr {
					background: #f6f6f6 !important;
			}
			.data-table tbody.odd tr td,
			.data-table tbody.even tr td {
					border-bottom: 0;
			}
			.data-table tbody.odd tr.border td,
			.data-table tbody.even tr.border td {
					border-bottom: 1px solid #d9dde3;
			}

			.data-table tbody td .option-label {
					font-weight: bold;
					font-style: italic;
			}
			.data-table tbody td .option-value {
					padding-left: 10px;
			}

			/* Generic Info Box */
			.info-box {
					margin: 0 0 15px;
					padding: 12px 15px;
					/*background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x;*/ border: 1px solid #d0cbc1;
			}
			.info-box h2 {
					font-size: 13px;
					font-weight: bold;
			}

			.info-table th {
					padding: 2px 15px 2px 0;

					font-weight: bold;
			}
			.info-table td {
					padding: 2px 0;
			}

			/* Shopping cart total summary row expandable to details */
			tr.summary-total {
					cursor: pointer;
			}

			tr.summary-total .summary-collapse {
					float: right;

					padding-left: 20px;

					cursor: pointer;
					text-align: right;

					background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
			}
			tr.show-details .summary-collapse {
					background-position: 0 -52px;
			}

			tr.summary-details td {
					font-size: 11px;

					color: #626465;
					background-color: #dae1e4;
			}
			tr.summary-details-first td {
					border-top: 1px solid #d2d8db;
			}
			tr.summary-details-excluded {
					font-style: italic;
			}

			/* Shopping cart tax info */
			.cart-tax-info {
					display: block;
			}
			.cart-tax-info,
			.cart-tax-info .cart-price {
					padding-right: 20px;
			}
			.cart-tax-total {
					display: block;

					padding-right: 20px;

					cursor: pointer;

					background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
			}
			.cart-tax-info .price,
			.cart-tax-total .price {
					display: inline !important;

					font-weight: normal !important;
			}
			.cart-tax-total-expanded {
					background-position: 100% -52px;
			}

			/* Class: std - styles for admin-controlled content */
			.std {
					float: left;

					width: 100%;
			}
			.std .subtitle {
					padding: 0;
			}
			.std ol.ol {
					padding-left: 1.5em;

					list-style: decimal outside;
			}
			.std ul.disc {
					margin: 0;
					padding-left: 18px;

					list-style: disc outside;
			}
			.std dl dt {
					font-weight: bold;
			}
			.std dl dd {
					margin: 0 0 10px;
			}

			.std ul {
					margin-top: 10px;
					margin-right: 10px;
					margin-bottom: 10px;
					margin-left: 0;
			}

			.std ol {
					margin-top: 10px;
					margin-right: 10px;
					margin-bottom: 10px;
					margin-left: 35px;
			}

			.std ol li {
					padding-bottom: 3px;

					list-style-type: decimal;
			}

			.std ul li {
					padding-bottom: 3px;
					padding-left: 8px;

					background-color: transparent;
					background-image: url(../images/li.gif);
					background-repeat: no-repeat;
					background-attachment: scroll;
					background-position: left 6px;
					background-clip: border-box;
					background-origin: padding-box;
					background-size: auto auto;
			}

			.std table {
					display: table;

					-moz-box-sizing: border-box;
					margin-top: 0;
					margin-bottom: 0;

					border-spacing: 2px;
					border-collapse: separate;

					text-indent: 0;
			}

			/*.std ul,
			 .std ol,
			 .std dl,
			 .std p,
			 .std address,
			 .std blockquote { margin:0 0 1em; padding:0; }
			 .std ul { list-style:disc outside; padding-left:1.5em; }
			 .std ol { list-style:decimal outside; padding-left:1.5em; }
			 .std ul ul { list-style-type:circle; }
			 .std ul ul,
			 .std ol ol,
			 .std ul ol,
			 .std ol ul { margin:.5em 0; }
			 .std dt { font-weight:bold; }
			 .std dd { padding:0 0 0 1.5em; }
			 .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
			 .std address { font-style:normal; }
			 .std b,
			 .std strong { font-weight:bold; }
			 .std i,
			 .std em { font-style:italic; }*/

			/* Misc */
			.links li {
					display: inline;
			}
			.links li.first {
					/*padding-left:0 !important;*/
			}
			.links li.last {
					/*background:none !important; padding-right:0 !important;*/
			}

			.link-cart {
					font-weight: bold;

					color: #ed1c24 !important;
			}
			.link-wishlist {
					font-weight: bold;

					color: #ed1c24 !important;
			}
			.link-reorder {
					font-weight: bold;

					color: #ed1c24 !important;
			}
			.link-compare {
					font-weight: bold;
			}
			.link-print {
					font-weight: bold;

					color: #ed1c24;
			}
			.link-rss {
					padding-left: 18px;

					line-height: 14px;

					white-space: nowrap;

					background: url(../images/i_rss.gif) 0 2px no-repeat;
			}
			.btn-remove {
					display: block;
					overflow: hidden;

					width: 11px;
					height: 11px;

					font-size: 0;
					line-height: 0;

					text-indent: -999em;

					background: url(../images/btn_remove.gif) 0 0 no-repeat;
			}
			.btn-remove2 {
					display: block;
					overflow: hidden;

					width: 24px;
					height: 24px;

					font-size: 0;
					line-height: 0;

					text-indent: -999em;

					background: url(../images/remove_from_cart.png) 0 0 no-repeat;
			}

			.separator {
					margin: 0 3px;
			}

			.divider {
					display: block;
					clear: both;
					overflow: hidden;

					height: 1px;
					margin: 10px 0;

					font-size: 0;
					line-height: 0;

					text-indent: -999em;

					background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
			}

			/* Noscript Notice */
			.noscript {
					font-size: 12px;
					line-height: 1.25;

					text-align: center;

					color: #2f2f2f;
					border: 1px solid #ddd;
					border-width: 0 0 1px;
					background: #ffff90;
			}
			.noscript .noscript-inner {
					width: 950px;
					margin: 0 auto;
					padding: 12px 0 12px;

					background: url(../images/i_notice.gif) 20px 50% no-repeat;
			}
			.noscript p {
					margin: 0;
			}

			/* Demo Notice */
			.demo-notice {
					margin: 0;
					padding: 6px 10px;

					font-size: 12px;
					line-height: 1.15;

					text-align: center;

					color: #fff;
					background: #d75f07;
			}
			/* ======================================================================================= */


			/* Header ================================================================================ */
			.my-account-top {
					float: right;
					width: 158px;
					margin-top: -6px;

					background: url(../images/topcorner2.gif) no-repeat scroll right top transparent;
			}
			.my-account-top a {
					float: left;

					margin-top: 10px;

					font-weight: bold;

					color: #f00;
			}
			.top-line {
					width: 100%;
					height: 6px;

					background: url(../images/top2.gif);
			}
			.logo {
					float: left;
			}

			.header {
					position: relative;
					z-index: 10;

					margin: 0 auto;
					padding: 0 25px;

					text-align: right;
			}
			.header .logo {
					float: left;

					margin: 3px 0 10px 12px;

					text-decoration: none !important;
			}
			.header .logo strong {
					position: absolute;
					top: -999em;
					left: -999em;

					overflow: hidden;

					width: 0;
					height: 0;

					font-size: 0;
					line-height: 0;

					text-indent: -999em;
			}
			.header h1.logo,  .header div.logo{
					margin: 0;
			}
			.header .quick-access {
					float: left;

					width: 600px;
			}
			.header .welcome-msg {
					position: relative;
					top: -10px;

					float: left;

					width: 513px;
					margin: 0;

					text-align: left;
			}
			.header .welcome-msg p {
					margin-bottom: 0;
			}
			.header .welcome-msg + .header .header-message {
					margin-top: 10px;
			}
			.header .form-search {
					position: absolute;
					top: 0;
					right: 29px;

					width: 315px;
					height: 30px;
					padding: 1px 0 0 16px;

					background: url(../images/bkg_form-search.gif) 0 0 no-repeat;
			}
			.header .form-search label {
					float: left;
					overflow: hidden;

					width: 24px;
					height: 21px;

					text-align: left;
					text-indent: -999em;
			}
			.header .form-search input.input-text {
					float: left;

					width: 209px;
					margin-right: 4px;

					border: solid 1px #5c7989;
			}
			.header .form-search button.button {
					float: left;
			}
			.header .form-search button.button span {
					height: 21px;
					padding: 0 0 0 3px;

					font: bold 11px/21px 'Arimo', Verdana, Arimo, sans-serif;

					border: 0;
					background: url(../images/btn_search.gif) 0 0 no-repeat;
			}
			.header .form-search button.button span span {
					padding: 0 6px 0 3px;

					background-position: 100% 0;
			}
			.header .form-search .search-autocomplete {
					z-index: 999;
					top: 22px !important;
					left: 40px !important;
			}
			.header .form-search .search-autocomplete ul {
					border: 1px solid #5c7989;
					background-color: #f9f5f0;
			}
			.header .form-search .search-autocomplete li {
					padding: 2px 8px 1px 8px;

					cursor: pointer;
					text-align: left;

					border-bottom: 1px solid #f4eee7;
			}
			.header .form-search .search-autocomplete li .amount {
					float: right;

					font-weight: bold;
			}
			.header .form-search .search-autocomplete li.odd {
					background-color: #fffefb;
			}
			.header .form-search .search-autocomplete li.selected {
					background-color: #f7e8dd;
			}

			.form-search .search-autocomplete {
					/*z-index:999; left:40px !important; top:22px !important;*/
			}
			.form-search .search-autocomplete ul {
					border: 1px solid #5c7989;
					background-color: #edf7fd;
			}
			.form-search .search-autocomplete li {
					padding: 2px 8px 1px 8px;

					cursor: pointer;
					text-align: left;

					border-bottom: 1px solid #b6b6b6;
			}
			.form-search .search-autocomplete li .amount {
					float: right;

					font-weight: bold;
			}
			.form-search .search-autocomplete li.odd {
					background-color: #edf7fd;
			}
			.form-search .search-autocomplete li.selected {
					background-color: #bae0f8;
			}

			.header .form-language {
					clear: both;

					padding: 5px 0 0;

					text-align: right;
			}
			.header .form-language label {
					padding-right: 5px;

					font-weight: bold;

					vertical-align: middle;

					color: #a7c6dd;
			}
			.header .form-language select {
					padding: 0;
			}
			.header .form-language select.flags option {
					padding-left: 25px;

					background-repeat: no-repeat;
					background-position: 4px 50%;
			}
			.header .links {
					float: left;

					height: 20px;
					margin: 0 0 0;
			}
			.header .links li {
					float: left;

					margin-right: 2px;

					font-size: 11px;
			}
			.header .links a {
					padding: 10px 17px;

					color: #222;
					background: url(../images/menu_bg2.gif);
			}
			.header .links a:hover {
					padding: 10px 17px;

					color: #fff;
					background: #dd273c;
			}
			.header-container .top-container {
					clear: both;

					padding: 5px 10px 0 12px;

					text-align: right;
			}
			.header-container .top-container a {
					font-size: 11px;

					color: #ebbc58;
			}

			/********** < Navigation */
			.nav-container {
					background: #0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y;
			}
			#nav {
					width: 918px;
					margin: 0 auto;
					padding: 0 16px;

					font-size: 13px;
			}

			/* All Levels */ /* Style consistent throughout all nav levels */
			#nav li {
					position: relative;

					text-align: left;
			}
			#nav li.over {
					z-index: 998;
			}
			#nav a,
			#nav a:hover {
					display: block;

					line-height: 1.3em;

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

					cursor: pointer;
					white-space: nowrap;
			}
			#nav li ul span {
					white-space: normal;
			}
			#nav ul li.parent a {
					background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
			}
			#nav ul li.parent li a {
					background-image: none;
			}

			/* 0 Level */
			#nav li {
					float: left;
			}
			#nav li.active a {
					color: #d96708;
			}
			#nav a {
					float: left;

					padding: 5px 12px 6px 8px;

					font-weight: bold;

					color: #a7c6dd;
			}
			#nav li.over a,
			#nav a:hover {
					color: #d96708;
			}

			/* 1st Level */
			#nav ul li,
			#nav ul li.active {
					float: none;

					margin: 0;
					padding-bottom: 1px;

					background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
			}
			#nav ul li.last {
					padding-bottom: 0;

					background: #ecf3f6;
			}

			#nav ul a,
			#nav ul a:hover {
					float: none;

					padding: 0;

					background: none;
			}
			#nav ul li a {
					font-weight: normal !important;
			}

			/* 2nd Level */
			#nav ul,
			#nav div {
					position: absolute;
					top: 27px;
					left: -10000px;

					width: 15em;

					border: 1px solid #899ba5;
			}
			#nav div ul {
					position: static;

					width: auto;

					border: none;
			}

			/* 3rd+ Level */
			#nav ul ul,
			#nav ul div {
					top: 5px;
			}

			#nav ul li a {
					background: #ecf3f6;
			}
			#nav ul li a:hover {
					background: #d5e4eb;
			}
			#nav ul li a,
			#nav ul li a:hover {
					color: #2f2f2f !important;
			}
			#nav ul span,
			#nav ul li.last li span {
					padding: 3px 15px 4px 15px;
			}

			/* Show menu */
			#nav li ul.shown-sub,
			#nav li div.shown-sub {
					z-index: 999;
					left: 0;
			}
			#nav li .shown-sub ul.shown-sub,
			#nav li .shown-sub li div.shown-sub {
					left: 100px;
			}
			/********** Navigation > */
			/* ======================================================================================= */


			/* Sidebar =============================================================================== */
			.block {
					margin: 0 0 15px;
			}
			.block .block-title {
					padding: 2px 9px;
					/*background:url(../images/bkg_block-title.gif) 0 0 repeat-x;*/ border-bottom: 1px solid #ddd;
			}
			.block .block-title strong {
					display: block;

					min-height: 16px;
					padding: 1px 0 1px;

					font: bold 12px/16px Arimo, Helvetica, sans-serif;

					color: #f00;
			}

			.block .block-title a {
					text-decoration: none !important;
			}
			.block .block-subtitle {
					margin: 0;
					padding: 5px 9px;

					font-size: 1em;
					font-weight: bold;

					color: #0a263c;
			}

			.block .block-content li.item {
					padding: 7px 9px;
			}
			.block .block-content .product-name {
					color: #6365ba;
			}
			.block .btn-remove {
					float: right;

					margin: 1px 0 2px 5px;
			}
			.block .actions {
					padding: 6px 9px;

					text-align: right;

					background: #dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;
			}
			.block .actions a {
					float: left;
			}
			.block .actions button.button {
					float: right;
			}
			.block .empty {
					margin: 0;
					padding: 5px 9px;
			}




			/* Mini Blocks */
			.block-cart,
			.block-wishlist,
			.block-subscribe,
			.block-compare,
			.block-reorder,
			.block-poll,
			.block-viewed,
			.block-compared,
			.block-related,
			.block-tags,
			.block-login {
					font-size: 11px;
					line-height: 1.25;
			}
			.block-cart .block-title strong,
			.block-wishlist .block-title strong,
			.block-subscribe .block-title strong,
			.block-compare .block-title strong,
			.block-reorder .block-title strong,
			.block-poll .block-title strong,
			.block-viewed .block-title strong,
			.block-compared .block-title strong,
			.block-related .block-title strong,
			.block-tags .block-title strong,
			.block-login .block-title strong {
					padding-left: 21px;

					background-repeat: no-repeat;
					background-position: 0 0;
			}

			/* Mini Products List */
			.mini-products-list .product-image {
					float: left;

					width: 50px;

					border: 1px solid #a9a9a9;
			}
			.mini-products-list .product-details {
					text-align: left;
			}
			.mini-products-list .product-details p {
					margin-top: 13px;

					font-size: 12px;
					line-height: 18px;
			}

			/* Block: Account */
			.block-account {
					border-color: #bbb;
			}
			.block-account .block-title {
					padding: 3px 10px;

					border: 0;
					background: #fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x;
			}
			.block-account .block-title strong {
					font-size: 13px;

					color: #fff;
			}
			.block-account .block-content {
					padding: 7px 10px 7px;

					background: #fbfaf6;
			}
			.block-account .block-content li a {
					display: block;

					padding: 3px 0;

					text-decoration: none !important;

					color: #5f5d5c;
					border-bottom: 1px solid #ddd;
			}
			.block-account .block-content li a:hover {
					color: #ea7900;
			}
			.block-account .block-content li.last a {
					border-bottom: 0;
			}
			.block-account .block-content li.current {
					padding: 3px 0;

					color: #ea7900;
					border-bottom: 1px solid #ddd;
			}
			.block-account .block-content li.current.last {
					border-bottom: 0;
			}

			/* Block: Currency Switcher */
			.block-currency {
					height: 51px;
					padding: 7px 12px 10px;

					border: 0;
					background: url(../images/bkg_block-currency.gif) 0 0 no-repeat;
			}
			.block-currency .block-title {
					margin: 0 0 5px;
					padding: 0;

					border: 0;
					background: none;
			}
			.block-currency .block-title strong {
					padding: 0 0 0 21px;

					font: bold 13px/21px Arimo, Helvetica, sans-serif;

					text-transform: none;

					color: #fff;
					background: url(../images/i_block-currency.gif) 0 50% no-repeat;
			}
			.block-currency .block-content {
					padding: 0;

					background: none;
			}
			.block-currency .block-content select {
					width: 100%;
					padding: 0;
			}

			/* Block: Layered Navigation */
			.block-layered-nav {
					margin-top: 21px;
					margin-bottom: 0;

					border: 0;
			}
			.block-layered-nav .block-title {
					overflow: hidden;

					height: 24px;
					padding: 0;

					text-indent: -999em;

					border: 0;
					background: url(../images/bkg_block-layered-title.gif) 0 0 no-repeat;
			}
			.block-layered-nav .block-subtitle {
					padding: 3px 1px;

					font: 12px 'Arimo',Sans-Serif;
					line-height: 1.35;

					color: #1f5070;
			}

			.block-layered-nav dt {
					padding: 7px 10px 0 0;

					font-weight: bold;

					text-transform: uppercase;

					background: url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat;
			}
			.block-layered-nav dd {
					background: url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x;
			}
			.block-layered-nav dd.last {
					background: none;
			}
			.block-layered-nav .currently li {
					padding: 4px 6px 4px 10px;

					background: #fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
			}
			.block-layered-nav .currently .label {
					padding-left: 18px;

					font-weight: bold;

					text-transform: uppercase;

					background: url(../images/bkg_block-layered-label.gif) 0 3px no-repeat;
			}
			.block-layered-nav .currently .btn-remove {
					margin: 3px 0 0;
			}
			.block-layered-nav .actions {
					padding: 4px 9px;

					font-size: 11px;

					text-align: right;

					border: 1px solid #dee5e8;
					border-width: 1px 0;
					background: #cad6e4;
			}
			.block-layered-nav .actions a {
					float: none;
			}

		 #amshopby-price-top-from, #amshopby-price-top-to { text-transform: lowercase; }

			/* Block: Cart */
			.block-cart {
					float: right;

					width: 338px;

					border-right: 2px solid #f00;
			}
			.block-cart .block-title {
					/*border-bottom:0;*/
			}
			.block-cart .block-title strong {
					background-image: url(../images/i_block-cart.gif);
			}
			.block-cart .summary {
					position: relative;
					z-index: 1;

					margin: -1px 0 0;
					padding: 2px 8px 8px;

					background: #fff;
			}
			.block-cart .amount {
					margin: 0;

					line-height: 24px;
			}
			.block-cart .amount a {
					font-weight: bold;
			}
			.block-cart .subtotal {
					margin: 5px 0 0;
					padding: 2px 0;

					text-align: center;

					background: #f7f7f7;
			}
			.block-cart .subtotal {
					margin-right: 20px;

					text-align: right;
			}
			.block-cart .subtotal .price {
					margin-left: 10px;

					font-weight: bold;
			}
			.block-cart .actions {
					border-bottom: 1px solid #c2c2c2;
			}
			.block-cart .actions .paypal-logo {
					float: left;

					width: 100%;
					margin: 3px 0 0;

					text-align: right;
			}
			.block-cart .actions .paypal-logo .paypal-or {
					display: block;
					clear: both;

					padding: 0 55px 8px 0;
			}

			/* Block: Wishlist */
			.block-wishlist .block-title strong {
					background-image: url(../images/i_block-wishlist.gif);
			}
			.block-wishlist .actions {
					text-align: right;
			}
			.block-wishlist .actions a {
					float: none;
			}

			/* Block: Related */
			.block-related .block-title strong {
					background-image: url(../images/i_block-related.gif);
					background-position: 0 1px;
			}
			.block-related input.checkbox {
					float: left;
			}
			.block-related .product {
					margin-left: 20px;
			}

			/* Block: Compare Products */
			.block-compare .block-title strong {
					background-image: url(../images/i_block-list.gif);
					background-position: 0 1px;
			}
			.block-compare button.button span {
					border-color: #406a83;
					background: #618499;
			}
			.page-popup .link-print {
					padding: 2px 0 2px 25px;

					font-weight: bold;

					color: #6365ba;
					background: url(../images/i_print.gif) 0 2px no-repeat;
			}
			.compare-table {
					border: 0;
			}
			.compare-table thead tr.first th,
			.compare-table thead tr.first td {
					padding: 0;

					font-size: 0;
					line-height: 0;

					border: 0;
					background: none;
			}
			.compare-table .btn-remove {
					float: right;

					width: 72px;
					height: 15px;

					background-image: url(../images/btn_remove2.gif);
			}
			.compare-table tbody th {
					background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
			}
			.compare-table tbody th,
			.compare-table tbody td {
					padding: 10px;

					border: 0;
					border-top: 1px solid #ccc;
					border-left: 1px solid #ccc;
			}
			.compare-table tbody td.last {
					border-right: 1px solid #ccc;
			}
			.compare-table tbody tr.last th,
			.compare-table tbody tr.last td {
					border-bottom: 1px solid #ccc !important;
			}
			.compare-table tr.add-to-row td {
					text-align: center;

					background: #fffada;
			}
			.compare-table tr.first td {
					text-align: center;
			}
			.compare-table tr.first td .product-name {
					margin: 0 0 5px;

					font-size: 13px;
					font-weight: bold;

					color: #203548;
			}
			.compare-table tr.first td .product-name a {
					color: #203548;
			}
			.compare-table tr.first td .ratings {
					width: 69px;
					margin: 0 auto;
			}
			.compare-table tr.first td p,
			.compare-table tr.add-to-row td p {
					margin: 0;
			}

			/* Block: Recently Viewed */
			.block-viewed .block-title strong {
					background-image: url(../images/i_block-viewed.gif);
			}

			/* Block: Recently Compared */
			.block-compared .block-title strong {
					background-image: url(../images/i_block-list.gif);
					background-position: 0 1px;
			}

			/* Block: Poll */
			.block-poll .block-title strong {
					background-image: url(../images/i_block-poll.gif);
			}
			.block-poll .block-subtitle {
					font-size: 12px;
			}
			.block-poll label {
					font-weight: bold;

					color: #777;
			}
			.block-poll input.radio {
					float: left;

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

					margin-left: 18px;
			}
			.block-poll li {
					padding: 3px 9px;
			}
			.block-poll .actions {
					margin: 5px 0 0;
			}
			.block-poll button.button span {
					border-color: #406a83;
					background: #618499;
			}
			.block-poll .answer {
					font-weight: bold;
			}
			.block-poll .votes {
					float: right;

					margin-left: 10px;
			}

			/* Block: Tags */
			.block-tags .block-title strong {
					background-image: url(../images/i_block-tags.gif);
			}
			.block-tags .block-content .tags-list {
					font-size: 12px;

					border: 0;
					background: none;
			}
			.block-tags .block-content a {
					color: #1b2d3b;
			}
			.block-tags .actions {
					text-align: right;
			}
			.block-tags .actions a {
					float: none;
			}

			/* Block: Subscribe */
			.block-subscribe .block-content {
					padding: 5px 10px;
			}
			.block-subscribe .block-title strong {
					background-image: url(../images/i_block-subscribe.gif);
			}
			.block-subscribe label {
					font-weight: bold;

					color: #666;
			}
			.block-subscribe input.input-text {
					display: block;

					width: 167px;
					margin: 3px 0;
			}
			.block-subscribe .actions {
					margin: 3px 0 0;
					padding: 0;

					text-align: left;

					background: none;
			}
			.block-subscribe .actions button.button {
					float: none;
			}
			.block-subscribe .actions button.button span {
					border-color: #406a83;
					background: #618499;
			}

			/* Block: Reorder */
			.block-reorder .block-title strong {
					background-image: url(../images/i_block-list.gif);
			}
			.block-reorder input.checkbox {
					float: left;

					margin: 2px -20px 0 0;
			}
			.block-reorder .product-name {
					margin-left: 20px;
			}
			.block-reorder .validation-advice {
					margin: 3px 9px 7px;
			}

			/* Block: Banner */
			.block-banner {
					border: 0;
			}
			.block-banner .block-content {
					padding: 0;

					text-align: center;
			}

			/* Block: Login */
			.block-login {
					float: left;

					width: 600px;
					height: 60px;
			}
			.block-login .block-title strong {
					background-image: url(../images/i_ma-info.gif);
			}
			.block-login .block-content {
					padding: 5px 10px;
			}
			.block-login label {
					float: left;

					margin: 0 3px;

					font-family: 'Arimo';
					font-size: 11px;
					line-height: 21px;

					text-transform: lowercase;

					color: #666;
			}
			.block-login input.input-text {
					float: left;

					width: 160px;
					height: 15px;
					padding: 1px 3px;

					font-family: 'Arimo';
					font-size: 11px;

					border: 1px solid #ccc;
					background-color: #f7f7f7;
			}
			.block-login .actions {
					float: left;

					margin: 0 0 0 5px;
					padding: 0;

					background: none;
			}
			.block-login .actions button.button span,
			.block-login .actions a.button span {
					font-family: 'Arimo';
					font-size: 11px;
					font-weight: lighter;

					background: none repeat scroll 0 0 #e13a4b;
			}
			.block-login .actions a.button span {
					background: #ed8993;
			}
			.block-login .actions a.button span:hover {
					background: #e13a4b;
			}
			.block-login a {
					margin-left: 5px;

					cursor: pointer;

					color: #fff;
			}
			.block-login button,
			.block-login a {
					float: left;
			}
			.block-login .forgot-password {
					margin-left: 270px;
					padding: 3px 0 4px;

					font-family: 'Arimo';
					font-size: 11px;
					font-weight: normal;

					color: #ed8993;
			}
			.block-login .forgot-password:hover {
					text-decoration: underline;
			}
			/* Paypal */
			.sidebar .paypal-logo {
					display: block;

					margin: 10px 0;

					text-align: center;
			}
			.sidebar .paypal-logo a {
					float: none;
			}
			/* ======================================================================================= */


			/* Category Page ========================================================================= */
			.category-title {
					float: left;

					width: 100%;
					margin: 0 0 7px;

					border: 0;
			}
			.category-title .manufacturer-desc {
					margin: 5px;
					color: #808080;
					margin-bottom: 15px;
			}
			.category-image {
					overflow: hidden;

					width: 100%;
					margin: 0 0 10px;

					text-align: center;
			}

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

					width: 100%;
					margin-top: 15px;
			}

			/* View Type: Grid */
			.products-grid {
					position: relative;

					float: left;

					background: url(../images/bkg_grid.gif) 0 0 repeat;
			}
			.products-grid.last {
					border-bottom: 0;
			}
			.products-grid li.item {
					float: left;

					width: 188px;
					height: 265px;
					padding: 12px 22px 10px;

					background: none;
			}
			.products-grid .product-image {
					display: block;

					width: 135px;
					height: 135px;
					margin: 0 0 10px;
			}
			.products-grid .product-name {
					/*min-height:2.7em;*/ margin: 0 0 5px;

					font-size: 13px;
					font-weight: bold;

					color: #203548;
			}
			.products-grid .product-name a {
					height: 32px;

					font: 12px Arimo;

					color: #f00;
			}
			.products-grid .product-name a:hover {
					text-decoration: underline;
			}
			.products-grid .price-box {
					margin: 5px 0;
			}
			.products-grid .availability {
					line-height: 21px;
			}
			.products-grid .actions {
					position: absolute;
					bottom: 12px;
			}
			.col2-left-layout .products-grid,
			.col2-right-layout .products-grid {
					width: 700px;
					margin: 0 auto;
			}
			.col1-layout .products-grid {
					width: 790px;
					margin: 0 auto;
			}

			/* View Type: List */
			.products-list li.item {
					position: relative;

					padding: 20px 0;
			}
			.products-list li.item.last:after {
					background: none;
			}
			.products-list .product-image {
					float: left;

					width: 200px;
					height: 135px;
					margin: 0 0 10px;
			}
			.products-list .product-shop {
					float: left;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 550px;
					margin-top: 13px;
					padding-left: 25px;
			}
			.products-list .product-name {
					margin: 0 0 5px;

					font-size: 13px;
					font-weight: bold;
			}
			.products-list .product-name a {

					color: #595959;
			}
			.products-list .product-name a:hover {
					color: #f44;
			}
			.products-list .price-box {
					float: left;

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

					margin: 3px 0 0;
			}
			.products-list .desc {
					clear: both;

					margin: 0 0 15px;
					padding: 6px 0 0;

					line-height: 1.35;
			}
			.products-list .desc .link-learn {
					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;

					margin: 0 2px;
			}
			/* ======================================================================================= */


			/* Product View ========================================================================== */
			/* Rating */
			.no-rating {
					margin: 0;
			}
			.no-rating,
			.rating-box {
					margin-bottom: 5px;
			}
			.ratings {
					margin: 7px 0;

					font-size: 11px;
					line-height: 1.25;
			}
			.ratings strong {
					float: left;

					margin: 1px 3px 0 0;
			}
			.ratings .rating-links {
					float: left;
					clear: left;

					margin: 0;
			}
			.ratings .no-rating {
					float: left;
					clear: left;

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


			.rating-box {
					overflow: hidden;

					width: 69px;
					height: 13px;

					font-size: 0;
					line-height: 0;

					text-indent: -999em;

					background: url(../images/bkg_rating.gif) 0 0 repeat-x;
			}
			.rating-box .rating {
					float: left;

					height: 13px;

					background: url(../images/bkg_rating.gif) 0 100% repeat-x;
			}
			.ratings .rating-box {
					clear: left;

					margin-top: 10px
					float: left;
					margin-right: 3px;
			}


			.ratings-table th,
			.ratings-table td {
					padding: 3px 0;

					font-size: 11px;
					line-height: 1.15;
			}
			.ratings-table th {
					padding-right: 8px;

					font-weight: bold;
			}

			/* Availability */
			.availability {
					margin: 0;
			}
			.add-to-cart .availability {
					margin: 0 0 10px 0;
			}
			.availability span {
					font-weight: bold;

					color: #f00;
			}
			 .availability span a{
					font-weight: bold;
					text-decoration: underline;
					color: #f00;
			}
			 .availability span a:hover{
					text-decoration: none;
			}

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

			.availability-only {
					margin: 10px 0 7px;
					padding-left: 15px;

					line-height: 16px;

					background: url(../images/i_availability_only.gif) 0 50% no-repeat;
			}
			.availability-only span,
			.availability-only a {
					color: #000;
					border-bottom: 1px dashed #751d02;
			}
			.availability-only a {
					padding-right: 15px;

					cursor: pointer;
					text-decoration: none;

					background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
			}
			.availability-only .expanded {
					background-position: 100% -15px;
			}
			.availability-only strong {
					color: #be2c00;
			}

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

					font-size: 10px;

					background: #d2d6d9;
			}
			.availability-only-details td {
					padding: 2px 8px 1px;

					font-size: 11px;

					border-bottom: 1px solid #fff;
					background: #ebf0f3;
			}
			.availability-only-details tr.odd td.last {
					font-weight: bold;

					color: #d95e00;
			}

			.product-view .product-shop .availability {
					font-size: 11px;
			}
			.product-view .product-shop .availability span {
					font-weight: normal;
			}

			/* Email to a Friend */
			.email-friend {
					margin: 0;
			}

			/* Alerts */
			.alert-price {
					margin: 0;

					font-size: 11px;
			}
			.alert-stock {
					margin: 0;

					font-size: 11px;
			}

			/********** < Product Prices */
			.price {
					white-space: nowrap !important;
			}

			.price-box {
					margin: 5px 0;
			}
			.price-box .price {
					font-weight: bold;

					color: #3e3e3e;
			}

			/* Regular price */
			.regular-price {
					color: #c76200;
			}
			.regular-price .price {
					font: 20px/16px 'Arimo';

					white-space: nowrap;
					letter-spacing: 1px;

					color: #f00;
			}
			.block .regular-price,
			.block .regular-price .price {
					color: #2f2f2f;
			}

			/* Old price */
			.old-price {
					margin: 0;
			}
			.old-price .price-label {
					white-space: nowrap;

					color: #999;
			}
			/* Special price */
			.special-price {
					margin: 0;
			}
			.special-price .price-label {
					font-size: 13px;
					font-weight: bold;

					white-space: nowrap;

					color: #cd5033;
			}

			/* Minimal price (as low as) */
			.minimal-price {
					margin: 0;
			}
			.minimal-price .price-label {
					font-weight: bold;

					white-space: nowrap;
			}

			.minimal-price-link {
					display: block;
			}
			.minimal-price-link .label {
					color: #6365ba;
			}
			.minimal-price-link .price {
					font-weight: normal;

					color: #6365ba;
			}

			/* Excluding tax */
			.price-excluding-tax {
					display: block;

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

					color: #999;
			}
			.price-excluding-tax .price {
					font-size: 13px;
					font-weight: normal;

					color: #c76200;
			}

			/* Including tax */
			.price-including-tax {
					display: block;

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

					color: #999;
			}
			.price-including-tax .price {
					font-size: 13px;
					font-weight: bold;

					color: #c76200;
			}

			/* FPT */
			.weee {
					display: block;

					font-size: 11px;

					color: #444;
			}
			.weee .price {
					font-size: 11px;
					font-weight: normal;
			}

			/* Excl tax (for order tables) */
			.price-excl-tax {
					display: block;
			}
			.price-excl-tax .label {
					display: block;

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

			/* Incl tax (for order tables) */
			.price-incl-tax {
					display: block;
			}
			.price-incl-tax .label {
					display: block;

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

					font-weight: bold;
			}

			/* Price range */
			.price-from {
					margin: 0;
			}
			.price-from .price-label {
					font-weight: bold;

					white-space: nowrap;
			}

			.price-to {
					margin: 0;
			}
			.price-to .price-label {
					font-weight: bold;

					white-space: nowrap;
			}

			/* Price notice next to the options */
			.price-notice {
					padding-left: 10px;

					color: #999;
			}
			.price-notice .price {
					font-weight: bold;

					color: #2f2f2f;
			}

			/* Price as configured */
			.price-as-configured {
					margin: 0;
			}
			.price-as-configured .price-label {
					font-weight: bold;

					white-space: nowrap;
			}

			.price-box-bundle {
					padding: 0 0 10px 0;
			}
			.price-box-bundle .price-box {
					margin: 0 !important;
					padding: 0 !important;
			}
			.price-box-bundle .price {
					color: #555;
			}
			/********** Product Prices > */

			/* Tier Prices */
			.tier-prices {
					margin: 10px 0;
					padding: 10px;

					border: 1px solid #dadddd;
					background-color: #f4f7f7;
			}
			.tier-prices li {
					padding: 2px 0 2px 10px;

					line-height: 1.4;

					color: #424242;
					background: url(../images/i_tier.gif) no-repeat 0 3px;
			}
			.tier-prices .benefit {
					font-weight: bold;
					font-style: italic;

					color: #2f2f2f;
			}
			.tier-prices .price {
					font-weight: bold;

					color: #2f2f2f;
			}

			.tier-prices-grouped li {
					padding: 2px 0;

					color: #ed1c24;
			}
			.tier-prices-grouped li .price {
					font-weight: bold;
			}

			/* Add to Links */
			.add-to-links {
					margin: 5px 0 0;

					font-size: 11px;
			}
			.add-to-links .separator {
					display: none;
			}

			/* Add to Cart */
			.add-to-cart label {
					float: left;

					margin-right: 5px;

					font-weight: bold;

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

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

					margin-top: 10px;
					padding: 0;

					cursor: pointer;

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

					margin: 0;

					text-align: right;
			}
			.add-to-cart .paypal-logo .paypal-or {
					display: block;
					clear: both;

					margin: 5px 60px 5px 0;
			}
			.product-view .add-to-cart .paypal-logo {
					margin: 0;
			}

			/* Add to Links + Add to Cart */
			.add-to-box {
					margin: 10px 0;
			}
			.add-to-box .add-to-cart {
					float: left;
			}
			.add-to-box .or {
					float: left;

					margin: 0 7px;

					font-weight: bold;

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

					margin: 0;

					font-size: 12px !important;
					line-height: 1.25 !important;

					text-align: left !important;
			}
			.add-to-box .add-to-links li {
					display: block !important;
			}
			.add-to-box .add-to-links li .separator {
					display: none !important;
			}




			.product-essential {
					margin: 0;
			}
			.product-essential h2 {
					font: bold 13px/1.35 Arimo, Helvetica, sans-serif;
			}

			.product-collateral {
					margin: 0;
			}
			.product-collateral h2 {
					margin: 0 0 15px;
					padding: 0 0 1px;

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

			/* Product Images */
			.product-view .product-img-box {
					float: left;

					width: 555px;
			}
			.col3-layout .product-view .product-img-box {
					float: none;

					margin: 0 auto;
			}
			.product-view .product-img-box .product-image {
					margin: 0 0 13px;
			}
			.product-view .product-img-box .product-image-zoom {
					position: relative;
					z-index: 9;

					overflow: hidden;

					width: 265px;
					height: 265px;
			}
			.product-view .product-img-box .product-image-zoom img {
					position: absolute;
					top: 0;
					left: 0;

					cursor: move;
			}
			.product-view .product-img-box .zoom-notice {
					margin: 0 0 5px;

					font-size: 11px;

					text-align: center;
			}
			.product-view .product-img-box .zoom {
					position: relative;
					z-index: 9;

					height: 18px;
					margin: 0 auto 13px;
					padding: 0 28px;

					cursor: pointer;

					background: url(../images/slider_bg.gif) 50% 50% no-repeat;
			}
			.product-view .product-img-box .zoom.disabled {
									opacity: .3;

						 -moz-opacity: .3;
					-webkit-opacity: .3;
					-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';/*IE8*/
			}
			.product-view .product-img-box .zoom #track {
					position: relative;

					height: 18px;
			}
			.product-view .product-img-box .zoom #handle {
					position: absolute;
					top: -1px;
					left: 0;

					width: 9px;
					height: 22px;

					background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
			}
			.product-view .product-img-box .zoom .btn-zoom-out {
					position: absolute;
					top: 0;
					left: 2px;
			}
			.product-view .product-img-box .zoom .btn-zoom-in {
					position: absolute;
					top: 0;
					right: 2px;
			}
			.product-view .product-img-box .more-views h2 {
					margin: 0 0 8px;

					font-size: 11px;

					text-transform: uppercase;

					border-bottom: 1px solid #ccc;
			}
			.product-view .product-img-box .more-views li {
					float: left;

					margin: 0 0 8px 9px;
			}
			.product-view .product-img-box .more-views li a {
					float: left;
					overflow: hidden;

					width: 56px;
					height: 56px;

					border: 2px solid #ddd;
			}

			.product-view .product-img-box .more-views h4 {
					font-size: 12px;
			}

			.product-image-popup {
					margin: 0 auto;
			}
			.product-image-popup .buttons-set {
					float: right;
					clear: none;

					margin: 0;
					padding: 0;

					border: 0;
			}
			.product-image-popup .nav {
					margin: 0 100px;

					font-weight: bold;

					text-align: center;
			}
			.product-image-popup .image {
					display: block;

					margin: 10px 0;
			}
			.product-image-popup .image-label {
					margin: 0 0 10px;

					font-size: 13px;
					font-weight: bold;

					color: #2f2f2f;
			}

			/* Product Shop */
			.product-view .product-shop {
					float: right;

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

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

					width: auto;
			}
			.product-view .product-shop .product-name {
					margin: 0 0 5px;
			}
			.product-view .product-shop .product-name h1 {
					margin: 0;

					font: bold 15px/1.35 Arimo, Helvetica, sans-serif;
			}
			.product-view .product-shop .availability {
					margin: 10px 0;
			}
			.product-view .product-shop .short-description {
					margin: 10px 0;
					padding: 10px 0 0;

					background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
			}
			.product-view .product-shop .price-box {
					float: left;

					margin: 10px 0 0 0;
			}
			.product-view .product-shop .add-to-links {
					margin: 0;
			}
			.product-view .product-shop .add-to-links {
					font-size: 12px;

					text-align: right;
			}
			.product-view .product-shop .add-to-links li,
			.product-view .product-shop .add-to-links li .separator {
					display: inline;
			}
			.product-view .product-shop .add-to-links a {
					font-weight: normal !important;

					color: #6365ba !important;
			}

			/* Block: Additional */
			.product-view .box-additional .data-table th,
			.product-view .box-additional .data-table td {
					line-height: 1.25;
			}

			/* Block: Upsell */
			.product-view .box-up-sell h2 {
					margin: 0 0 8px;
					padding: 0;

					border-bottom: 0;
			}
			.product-view .box-up-sell .products-grid {
					width: 100%;

					border: 1px solid #e5dcc3;
			}
			.product-view .box-up-sell .products-grid td {
					width: 25%;
					padding: 15px 10px 12px;

					line-height: 1.6em;

					border-right: 1px solid #e5dcc3;
					border-bottom: 1px solid #e5dcc3;
					background: #f6f2e7;
			}
			.product-view .box-up-sell .products-grid tr.last td {
					border-bottom: 0;
			}
			.product-view .box-up-sell .products-grid td.last {
					border-right: 0;
			}
			.product-view .box-up-sell .products-grid td img {
					border: 1px solid #e5dcc3;
			}
			.product-view .box-up-sell .products-grid .product-image {
					text-align: center;
			}
			.product-view .box-up-sell .products-grid td.empty {
					border-right: 0;
					background: #f1ecdb;
			}
			.product-view .box-up-sell .products-grid .ratings .rating-box {
					display: block;
					float: none;

					margin: 0 0 3px;
			}

			/* Block: Tags */
			.product-view .box-tags {
					margin: 0;
			}
			.product-view .box-tags h3 {
					font-size: 13px;
			}
			.product-view .box-tags .product-tags {
					display: block;

					margin: 0 0 15px;
			}
			.product-view .box-tags .product-tags li {
					display: inline;

					padding: 0 7px 0 4px;

					background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
			}
			.product-view .box-tags .product-tags li.first {
					padding-left: 0;
			}
			.product-view .box-tags .product-tags li.last {
					padding-right: 0;

					background: none;
			}
			.product-view .box-tags .form-add label {
					display: block;

					margin: 0 0 5px;

					font-size: 13px;
					font-weight: bold;

					color: #0a263c;
			}
			.product-view .box-tags .form-add .input-box {
					float: left;

					width: 305px;
					margin: 0 5px 0 0;
					padding: 0 0 0 23px;

					background: url(../images/i_tag_add.gif) 0 2px no-repeat;
			}
			.product-view .box-tags .form-add input.input-text {
					width: 299px;
			}
			.product-view .box-tags .form-add button.button span {
					border-color: #406a83;
					background: #618499;
			}
			.product-view .box-tags .note {
					margin: 3px 0 0;
					padding: 0 0 0 23px;

					font-size: 11px;
			}

			/* Block: Reviews */
			.product-view .box-reviews dl {
					margin: 15px 0;
			}
			.product-view .box-reviews dt a,
			.product-view .box-reviews dt span {
					font-weight: bold;
			}
			.product-view .box-reviews dd {
					margin: 0 0 15px;
			}
			.product-view .box-reviews dd small {
					font-style: italic;
			}
			.product-view .box-reviews .form-add {
					margin: 15px 0 0;
			}
			.product-view .box-reviews .form-add h3 {
					font-size: 13px;
					font-weight: normal;
			}
			.product-view .box-reviews .form-add h3 span {
					font-weight: bold;
			}
			.product-view .box-reviews .form-add h4 {
					font-size: 12px;
			}
			.product-view .box-reviews .form-add .data-table td {
					text-align: center;
			}
			.product-view .box-reviews .form-add .form-list {
					margin: 15px 0 0;
			}
			.product-view .box-reviews .form-add .form-list .input-box {
					width: 360px;
			}
			.product-view .box-reviews .form-add .form-list input.input-text,
			.product-view .box-reviews .form-add .form-list textarea {
					width: 354px;
			}

			/* Send a Friend */
			.send-friend .form-list {
					overflow: hidden;

					width: 615px;
			}
			.send-friend .form-list li {
					margin-right: -15px;
			}
			.send-friend .form-list li p {
					margin: 0 15px 0 0;
			}
			.send-friend .form-list .field {
					width: 315px;
			}
			.send-friend .form-list .input-box {
					width: 300px;
			}
			.send-friend .form-list input.input-text,
			.send-friend .form-list textarea {
					width: 294px;
			}
			.send-friend .form-list li.wide .input-box {
					width: 612px;
			}
			.send-friend .form-list li.wide textarea {
					width: 609px;
			}
			.send-friend .buttons-set .limit {
					float: right;

					margin: 0 7px 0 0;

					font-size: 11px;
					line-height: 21px;
			}
			/* ======================================================================================= */


			/* Content Styles ================================================================= */
			.product-name {
					margin: 0;

					font-size: 1em;
					font-weight: normal;
			}
			.product-name a {
					color: #6365ba;
			}

			/* Product Tags */
			.tags-list {
					display: block;

					padding: 10px;

					font-size: 13px;

					border: 1px solid #c1c4bc;
					background: #f8f7f5;
			}
			.tags-list li {
					display: inline !important;

					margin: 0 4px 0 0;
			}
			.tags-list li a {
					color: #1b2d3b;
			}

			/* Advanced Search */
			.advanced-search .form-list label {
					width: 160px;
					padding-right: 10px;
			}
			.advanced-search .form-list .input-box,
			.advanced-search .form-list .input-range {
					float: left;
					clear: none;
			}
			.advanced-search-amount {
					margin: 0 0 10px;
			}
			.advanced-search-summary {
					margin: 10px 0;
					padding: 10px;

					border: 1px solid #e9d7c9;
					background: #fff6f1;
			}
			.advanced-search-summary ul {
					float: left;

					width: 49%;
			}
			.advanced-search-summary strong {
					padding-left: 15px;

					color: #e17c24;
					background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
			}
			.advanced-search-summary p {
					clear: both;

					margin: 0;

					font-weight: bold;
			}

			/* CMS Home Page */



			/* Sitemap */
			.page-sitemap .links {
					margin: 0 8px -22px 0;

					text-align: right;
			}
			.page-sitemap .links a {
					position: relative;

					text-decoration: none;
			}
			.page-sitemap .links a:hover {
					text-decoration: underline;
			}
			.page-sitemap .sitemap {
					margin: 12px;
			}
			.page-sitemap .sitemap a {
					color: #1b2d3b;
			}
			.page-sitemap .sitemap li {
					margin: 3px 0;
			}
			.page-sitemap .sitemap li.level-0 {
					margin: 10px 0 0;

					font-weight: bold;
			}
			.page-sitemap .sitemap li.level-0 a {
					color: #6365ba;
			}

			/* RSS */
			.rss-title h1 {
					padding-left: 27px;

					background: url(../images/i_rss-big.png) 0 4px no-repeat;
			}
			.rss-table .link-rss {
					display: block;

					line-height: 1.55;

					background-position: 0 4px;
			}
			/* ======================================================================================= */


			/* Shopping Cart ========================================================================= */
			.cart .page-title {
					margin: 0 0 12px;

					border-bottom: 0;
			}
			.cart .page-title h1 {
					margin: 10px 0 0;
			}

			/* Checkout Types */
			.cart .page-title .checkout-types li {
					margin: 0 0 5px;
			}
			.cart .title-buttons .checkout-types {
					float: right;
			}
			.cart .title-buttons .checkout-types li {
					float: left;

					margin: 0 0 5px 5px;
			}
			.cart .checkout-types .paypal-or {
					margin: 0 8px;

					line-height: 2.3;
			}
			.cart .totals .checkout-types .paypal-or {
					display: block;
					clear: both;

					padding: 8px 55px 0 0;

					font-size: 11px;
					line-height: 1.0;
			}

			/* Shopping Cart Table */
			.cart-table th {
					padding: 2px 10px;
			}
			.cart-table td {
					padding: 5px;
			}
			.cart-table .product-name a {
					margin: 0 0 5px;

					font-weight: bold;

					text-decoration: underline;

					color: #5a5863;
			}
			.cart-table .product-name a:hover {
					text-decoration: none;
			}
			.cart-table .item-msg {
					margin: 5px 0;

					font-size: 11px;
					font-weight: bold;

					color: #df280a;
			}
			.cart-table tfoot td {
					padding: 5px 10px;
			}
			.cart-table .btn-continue {
					float: left;
			}
			.cart-table .btn-continue span,
			.cart-table .btn-update span {
					border-color: #406a83; /*background:#618499;*/
			}

			/* Shopping Cart Collateral boxes */
			.cart .cart-collaterals {
					padding: 25px 0 0;
			}
			.cart .cart-collaterals .col2-set {
					float: left;

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

			.cart .crosssell {
					padding: 12px 15px;

					border: 1px solid #cec3b6;
					background: #fafaec;
			}
			.cart .crosssell h2 {
					font-size: 13px;
					font-weight: bold;
			}
			.cart .crosssell .product-image {
					float: left;

					width: 75px;
					height: 75px;

					border: 1px solid #d0cdc9;
			}
			.cart .crosssell .product-details {
					margin-left: 90px;
			}
			.cart .crosssell .product-name {
					font-weight: bold;
			}
			.cart .crosssell li.item {
					margin: 12px 0;
			}
			.cart .crosssell .link-compare {
					font-weight: normal;
			}

			/* Discount Codes & Estimate Shipping and Tax Boxes */
			.cart .discount,
			.cart .shipping {
					margin: 0 0 18px;
					padding: 12px 15px;

					border: 1px solid #d0cbc1;
					background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
			}
			.cart .discount h2,
			.cart .shipping h2 {
					padding: 0 0 0 21px;

					font: bold 13px/16px Arimo, Helvetica, sans-serif;

					text-transform: uppercase;

					color: #ed1c24;
					background-repeat: no-repeat;
					background-position: 0 0;
			}
			.cart .discount button span,
			.cart .shipping button span {
					border-color: #406a83;
					background: #618499;
			}
			.cart .discount .buttons-set,
			.cart .shipping .buttons-set {
					margin: 10px 0 0;
					padding: 0;

					text-align: left;

					border: 0;
			}
			.cart .discount .buttons-set button.button,
			.cart .shipping .buttons-set button.button {
					float: none;

					margin-left: 0;
			}

			.cart .discount h2 {
					background-image: url(../images/i_discount.gif);
			}
			.cart .discount .input-box {
					width: 260px;
					margin: 8px 0 0;
			}
			.cart .discount input.input-text {
					width: 254px;
			}

			.cart .shipping h2 {
					background-image: url(../images/i_shipping.gif);
			}
			.cart .shipping .sp-methods {
					margin: 10px 0 0;
					padding: 5px 0 0;

					background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
			}

			/* Shopping Cart Totals */
			.cart .totals {
					float: right;

					width: 268px;

					border: 1px solid #bebcb7;
					background: #dee5e8;
			}
			.cart .totals table {
					width: 100%;
					margin: 7px 0;
			}
			.cart .totals td {
					padding: 1px 15px 1px 7px;
			}

			.cart .totals tfoot th {
					padding: 5px 15px 5px 7px;
			}
			.cart .totals tfoot td {
					padding-top: 5px;
					padding-bottom: 5px;
			}
			.cart .totals tfoot th strong,
			.cart .totals tfoot td strong {
					font-size: 15px;
			}
			.cart .totals .checkout-types {
					padding: 8px 15px 15px;

					font-size: 13px;

					text-align: right;
			}
			.cart .totals .checkout-types li {
					clear: both;

					margin: 10px 0;
			}

			/* Options Tool Tip */
			.item-options dt {
					float: left;
			}
			.item-options dd {
					margin: 0 0 6px;
					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;
					z-index: 999;
					top: -99999em;
					left: -99999em;

					width: 250px;
					padding: 8px;

					border: 1px solid #ddd;
					background-color: #f6f6f6;
			}
			.truncated .show dl {
					top: -20px;
					left: 50%;
			}
			.col-left .truncated .show dl {
					top: 7px;
					left: 15px;
			}
			.col-right .truncated .show dl {
					top: 7px;
					left: -240px;
			}
			/* ======================================================================================= */


			/* Checkout ============================================================================== */
			/********** < Common Checkout Styles */
			/* Shipping and Payment methods */
			.sp-methods {
					margin: 0 0 8px;
			}
			.sp-methods dt {
					margin: 13px 0 5px;

					font-weight: bold;
			}

			.sp-methods dd li {
					margin: 3px 0;
					float: left;
					width: 100%;
			}
			.sp-methods label {
					font-weight: bold;

					color: #666;
			}
			.sp-methods .price {
					font-weight: bold;
			}
			.sp-methods .form-list {
					padding-left: 20px;
			}
			.sp-methods .form-list li {
					margin: 0 0 8px;
			}
			.sp-methods select.month {
					width: 154px;
					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;
			}
			.please-wait img {
					vertical-align: middle;
			}
			.cvv-what-is-this {
					margin-left: 10px;

					font-size: 11px;

					cursor: help;
			}

			/* Tooltip */
			.tool-tip {
					position: absolute;
					z-index: 9999;

					padding: 15px 20px;

					border: 1px solid #7ba7c9;
					background: #eaf6ff;
			}
			.tool-tip .btn-close {
					margin: -9px -14px 0;

					text-align: right;
			}
			.tool-tip .btn-close a {
					display: block;
					overflow: hidden;

					width: 15px;
					height: 15px;
					margin: 0 0 0 auto;

					text-align: left;
					text-indent: -999em;

					background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
			}
			.tool-tip .tool-tip-content {
					padding: 5px;
			}

			/* Gift Messages */
			.gift-messages h3 {
					font-size: 12px;
					font-weight: bold;

					color: #e87403;
			}
			.gift-messages p.control {
					color: #8e8d8b;
			}
			.gift-messages-form {
					position: relative;
			}
			.gift-messages-form label {
					position: static !important;

					float: none !important;
			}
			.gift-messages-form h4 {
					font-size: 12px;
					font-weight: bold;

					color: #e87403;
			}
			.gift-messages-form .whole-order {
					margin: 0 0 25px;
			}
			.gift-messages-form .item {
					margin: 0 0 10px;
			}
			.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: bold;

					text-align: center;

					color: #8a8987;
			}
			.gift-messages-form .item .details {
					margin-left: 90px;
			}
			.gift-messages-form .item .details .product-name {
					margin: 0 0 10px;

					font-size: 13px;
					font-weight: bold;
			}
			.gift-messages-form .item .details .form-list .field {
					width: 255px;
			}
			.gift-messages-form .item .details .form-list .input-box {
					width: 240px;
			}
			.gift-messages-form .item .details .form-list input.input-text {
					width: 234px;
			}
			.gift-messages-form .item .details .form-list li.wide .input-box {
					width: 500px;
			}
			.gift-messages-form .item .details .form-list li.wide textarea {
					width: 494px;
			}

			.gift-message-link {
					padding-right: 7px;

					font-size: 11px;

					background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
			}
			.gift-message-link.expanded {
					background-position: 100% -40px;
			}
			.gift-message-row {
					background: #f2efe9;
			}
			.gift-message-row .btn-close {
					float: right;
					overflow: hidden;

					width: 16px;
					height: 16px;

					font-size: 0;
					line-height: 0;

					text-indent: -999em;

					background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
			}

			/* Checkout Agreements */
			.checkout-agreements li {
					margin: 30px 0;
			}
			.checkout-agreements .agreement-content {
					overflow: auto;

					height: 12em;
					padding: 10px;

					border: 1px solid #b6b6b6;
					background-color: #fbfaf6;
			}
			.checkout-agreements .agree {
					margin: 0;
					padding: 10px 0 10px 11px;
			}
			.checkout-agreements .agree input.checkbox {
					margin-right: 6px;
			}
			.checkout-agreements .agree label {
					font-weight: bold;

					color: #666;
			}

			.opc .checkout-agreements {
					padding: 5px 30px;

					border: 1px solid #d9dde3;
					border-width: 0 1px;
			}
			.opc .checkout-agreements li {
					margin: 20px 0 0;
			}
			.opc .checkout-agreements .agreement-content {
					padding: 5px;

					border-color: #e4e4e4;
					background-color: #fff;
			}
			.opc .checkout-agreements .agree {
					padding-left: 6px;
			}

			/* Centinel */

			.centinel .authentication {
					border: 1px solid #ddd;
					background: #fff;
			}
			.centinel .authentication iframe {
					width: 99%;
					height: 400px;
					margin: 0 !important;
					padding: 0 !important;

					border: 0 !important;
					background: transparent !important;
			}

			.opc .centinel {
					padding: 10px 30px;

					border: 1px solid #b6b6b6;
					border-width: 0 1px 1px;
			}

			/* Generic Info Set */
			.info-set {
					margin: 0 0 25px;
					padding: 20px;

					border: 1px solid #b6b6b6;
					background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
			}
			.info-set h2 {
					margin: 0 0 10px;

					font-size: 13px;
					font-weight: bold;
			}
			.info-set h3,
			.info-set h4 {
					font-size: 13px;
					font-weight: bold;

					color: #ed1c24;
			}
			.info-set h2 a,
			.info-set h3 a,
			.info-set h4 a {
					font-weight: normal;
			}
			.info-set h2.legend {
					position: relative;

					margin: -20px -20px 15px;
					padding: 5px 10px;

					border-bottom: solid 1px #b6b6b6;
					background: #ebebeb;
			}
			.info-set h3.legend {
					margin: 0 0 10px;

					color: #0a263c;
			}
			.info-set .divider {
					position: relative;

					margin: 0 -20px;
					padding: 25px 0;
			}
			.info-set .box {
					margin: 0 0 15px;
			}
			.info-set .box h2 {
					color: #ed1c24;
			}
			.info-set .data-table .product-name {
					font-size: 1em !important;
					font-weight: bold !important;

					color: #6365ba !important;
			}
			.info-set .data-table .product-name a {
					font-weight: bold !important;
			}
			.info-set .data-table .item-options {
					margin: 5px 0 0;
			}
			/********** Common Checkout Styles > */

			/* One Page Checkout */
			.block-progress {
					margin: 0;

					border: 0;
			}
			.block-progress .block-title {
					margin: 0 0 5px;
					padding: 0;

					border: 0;
					background: none;
			}
			.block-progress .block-title strong {
					font-size: 13px;

					color: #0a263c;
			}
			.block-progress .block-content {
					background: none;
			}
			.block-progress dt {
					margin: 0 0 6px;
					padding: 2px 8px;

					font-size: 13px;
					font-weight: bold;
					line-height: 1.35;

					color: #999;
					border: 1px solid #a3aeb3;
					background: #eee;
			}
			.block-progress dd {
					margin: 0 0 6px;
					padding: 8px 13px;

					border: 1px solid #a3aeb3;
					border-top: 0;
					background: #eee;
			}
			.block-progress dt.complete {
					margin: 0;

					color: #5e8ab4;
					background: #d0dce1;
			}

			.block-progress p {
					margin: 0;
			}

			.opc .buttons-set {
					margin-top: 0;
					padding-top: 2em;
			}
			.opc .buttons-set p.required {
					margin: 0;
					padding: 0 0 10px;
			}
			.opc .buttons-set .back-link small {
					/*display:none;*/
			}
			.opc .buttons-set .back-link a {
					padding-left: 16px;
			}
			.opc .buttons-set.disabled button.button {
					display: none;
			}
			.opc .buttons-set .please-wait {
					height: 21px;

					line-height: 21px;
			}
			.opc .ul {
					padding-left: 18px;

					list-style: disc outside;
			}

			.opc {
					position: relative;
			}


			.opc .step-title {
					padding: 4px 8px 6px;

					text-align: right;

					border-width: 0 1px;
					border-style: solid;
					border-color: #fff #d9dde3 #d9dde3;
					background: #eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
			}
			.opc .step-title .number {
					float: left;

					margin: 0 5px 0 0;
					padding: 0 4px;

					font: bold 11px/14px Arimo, helvetica, sans-serif;

					color: #999;
					border: 1px solid #fff;
					background: #fff;
			}
			.opc .step-title h2 {
					float: left;

					margin: 0;

					font: bold 13px/16px Arimo, Helvetica, sans-serif;

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

					font-size: 11px;
					line-height: 16px;
			}

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

					color: #a4b3b9;
					border: 1px solid #a3aeb3;
					border-bottom: 0;
					background: #d0dce1;
			}
			.opc .allow .step-title .number {
					color: #a4b3b9;
					border-color: #dbe6eb;
					background: #dbe6eb;
			}
			.opc .allow .step-title h2 {
					color: #a4b3b9;
			}
			/*.opc .allow .step-title a { display:block; }*/

			.opc .active .step-title {
					padding-bottom: 5px;

					cursor: default;

					color: #f18200;
					border: solid 1px #b6b6b6;
					background: #ebebeb;
			}
			.opc .active .step-title .number {
					color: #fff;
					border-color: #f19900;
					background: #f18200;
			}
			.opc .active .step-title h2 {
					color: red;
			}
			/*.opc .active .step-title a { display:none; }*/

			.opc .step {
					position: relative;

					padding: 15px 30px;

					border-top: 0;
			}
			.opc .step .tool-tip {
					right: 30px;
			}

			#opc-login .buttons-set {
					border-top: 0;
			}
			#opc-login h3 {
					padding-bottom: 2px;

					font-size: 13px;

					text-transform: uppercase;

					border-bottom: 1px solid #e4e4e4;
			}
			#opc-login h4 {
					margin: 0;

					font-size: 1em;
					font-weight: bold;

					color: #2f2f2f;
			}

			#opc-shipping_method .buttons-set {
					border-top: 0;
			}
			.opc .gift-messages-form {
					margin: 0 -30px;
					padding: 22px 24px 22px 30px;

					border: 1px solid #e9e4de;
					border-width: 1px 0;
					background: #f6f1eb;
			}
			.opc .gift-messages-form .inner-box {
					overflow: auto;

					height: 260px;
					padding: 5px;
			}

			#opc-review .step {
					padding: 0;

					border: 0;
			}
			#opc-review .product-name {
					font-weight: bold;

					color: #0a263c;
			}
			#opc-review .item-options {
					margin: 5px 0 0;
			}
			#opc-review .buttons-set {
					padding: 20px 30px;

					border: 1px solid #d9dde3;
					border-width: 0 1px 1px;
			}
			#opc-review .buttons-set p {
					margin: 0;

					line-height: 32px;
			}
			#opc-review .buttons-set .please-wait {
					height: 40px;

					line-height: 40px;
			}

			/* Multiple Addresses Checkout */
			.checkout-progress {
					margin: 0 0 20px;
					padding: 0 90px;
			}
			.checkout-progress li {
					float: left;

					width: 19%;
					margin: 0 3px 0 0;
					padding: 2px 0 0;

					font-weight: bold;

					text-align: center;

					color: #abb5ba;
					border-top: 10px solid #999;
			}
			.checkout-progress li.active {
					color: #e96200;
					border-top-color: #e96200;
			}

			.multiple-checkout h2 {
					margin: 0 0 10px;

					font-size: 13px;
					font-weight: bold;
			}
			.multiple-checkout h3,
			.multiple-checkout h4 {
					font-size: 13px;
					font-weight: bold;

					color: #ed1c24;
			}
			.multiple-checkout h2 a,
			.multiple-checkout h3 a,
			.multiple-checkout h4 a {
					font-weight: normal;
			}
			.multiple-checkout .data-table .product-name {
					font-size: 1em !important;
					font-weight: bold !important;

					color: #6365ba !important;
			}
			.multiple-checkout .data-table .product-name a {
					font-weight: bold !important;
			}
			.multiple-checkout .data-table .item-options {
					margin: 5px 0 0;
			}

			.multiple-checkout .gift-messages {
					margin: 15px 0 0;
			}

			.multiple-checkout .tool-tip {
					top: 50%;
					right: 20px;

					margin-top: -120px;
			}

			.multiple-checkout .col2-set,
			.multiple-checkout .col3-set {
					margin: 0 0 25px;
					padding: 80px 20px 0;

					border: 1px solid #b6b6b6;
					background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
			}
			.multiple-checkout .col2-set h2.legend {
					position: relative;

					margin: -20px -20px 15px;
					padding: 5px 10px;

					border-bottom: solid 1px #b6b6b6;
					background: #ebebeb;
			}
			.multiple-checkout .col2-set h3.legend {
					margin: 0 0 10px;

					color: #0a263c;
			}
			.multiple-checkout .col2-set .divider {
					position: relative;

					margin: 0 -20px;
					padding: 25px 0;
			}
			.multiple-checkout .box {
					margin: 0 0 15px;
			}
			.multiple-checkout .box h2 {
					color: #ed1c24;
			}

			.multiple-checkout .place-order .please-wait {
					float: right;

					padding: 27px 7px 0 0;
			}
			.multiple-checkout .place-order .grand-total {
					float: right;
					overflow: hidden;

					height: 71px;
					padding: 0 0 0 21px;

					font-size: 1.5em;

					background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
			}
			.multiple-checkout .place-order .grand-total .inner {
					float: left;

					height: 57px;
					padding: 14px 21px 0 0;

					background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
			}
			.multiple-checkout .place-order .grand-total .inner div {
					display: inline;
			}
			.multiple-checkout .place-order .grand-total big {
					display: inline;

					margin-right: 12px;
			}
			.multiple-checkout .place-order .grand-total .price {
					color: #ed1c24;
			}
			.multiple-checkout .place-order .grand-total button.button span {
					font-size: 16px;
			}
			.multiple-checkout .place-order .grand-total button.button span span {
					padding: 0 45px 0 36px;
			}

			/* Step 1 */
			#multiship-addresses-table td {
					padding: 10px;
			}
			#multiship-addresses-table tfoot td {
					padding: 5px 10px;
			}

			/* Step 2 */
			.multiple-checkout .gift-messages-form .item .details .form-list {
					overflow: hidden;

					width: 100%;
			}
			.multiple-checkout .gift-messages-form .item .details .form-list li {
					margin-right: -15px;
			}
			.multiple-checkout .gift-messages-form .item .details .form-list .field {
					width: 230px;
			}
			.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
					width: 215px;
			}
			.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
					width: 209px;
			}
			.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
					width: 445px;
			}
			.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
					width: 439px;
			}
			.checkout-multishipping-shipping .box-sp-methods {
					position: relative;

					padding: 13px;

					border: 1px solid #b6b6b6;
					background: #ebebeb;
			}
			.checkout-multishipping-shipping .box-sp-methods .pointer {
					position: absolute;
					top: -20px;
					right: -40px;

					overflow: hidden;

					width: 178px;
					height: 41px;

					background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
			}

			/* Step 3 */
			.checkout-multishipping-billing .multiple-checkout {
					position: relative;
			}
			/* ======================================================================================= */


			/* Account Login/Create Pages ============================================================ */
			.account-login .content {
					min-height: 240px;
					padding: 14px 21px;

					border-bottom: 0;
			}
			.account-login .content h2 {
					display: none;

					margin: 0 0 14px;
					padding: 0 0 5px 23px;

					font-size: 13px;
					font-weight: bold;

					text-transform: uppercase;

					color: #e76200;
					border-bottom: 1px solid #ddd;
					background-repeat: no-repeat;
					background-position: 0 1px;
			}
			.account-login .new-users h2 {
					background-image: url(../images/i_page1.gif);
			}
			.account-login .registered-users h2 {
					background-image: url(../images/i_page2.gif);
			}
			.account-login .buttons-set {
					margin: 0;
					padding: 8px 13px;

					border-top: 0;
			}


			/* Account Login/Create Pages ============================================================ */


			/* My Account ============================================================================= */
			.my-account {
					padding-top: 25px;

					color: #666;
			}
			.my-account .customSelect {
					color: #000;
			}
			.my-account .title-buttons .link-rss {
					float: none;

					margin: 0;
			}

			/********** < Dashboard */
			.dashboard .welcome-msg {
					margin: 0 8em 1.5em 0;
			}
			.dashboard .welcome-msg p {
					margin: 0;
			}
			.dashboard .col2-set {
					margin: 0 0 15px;
			}

			/* General Box */
			.box-account {
					margin: 0 0 20px;
					padding: 15px 0;
					/*backgrouxnd: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;*/
			}
			#my-orders-table {
					margin-top: 15px;
			}
			.box-account tbody tr:first-child td:first-child {
					line-height: 34px;
			}
			.box-account .box-head {
					margin: 0 0 10px;

					text-align: right;

					border-bottom: 1px solid #d9dde3;
			}
			.box-account .box-head h2 {
					float: left;

					margin: 0;
					padding-left: 21px;

					font-size: 13px;
					font-weight: bold;

					text-transform: uppercase;

					color: #e65505;
					background-repeat: no-repeat;
					background-position: 0 0;
			}

			.dashboard .box .box-title {
					margin: 0 0 8px;
					padding: 0 0 2px;

					text-align: right;

					background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
			}
			.client-acc {
					float: left;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 100%;
					height: 40px;
					margin-bottom: 30px;
					padding: 0 40px;

					line-height: 40px;

					border: solid 1px #b6b6b6;
			}
			.dashboard .box .box-title img {
					margin-right: 10px;
			}
			.dashboard .box .box-title h3,
			.dashboard .box .box-title h4 {
					float: left;

					margin: 0;

					font-size: 13px;
					font-weight: bold;
			}

			/* Block: Recent Orders */
			.dashboard .box-recent .box-head h2 {
					background-image: url(../images/i_folder-table.gif);
			}

			/* Block: Account Information */
			.dashboard .box-info .box-head h2 {
					background-image: url(../images/i_ma-info.gif);
			}
			.dashboard .box-info h4 {
					font-size: 11px;
					font-weight: bold;

					text-transform: uppercase;
			}

			/* Block: Reviews */
			.dashboard .box-reviews .box-head h2 {
					background-image: url(../images/i_ma-reviews.gif);
			}
			.dashboard .box-reviews .number {
					float: left;

					margin: 3px -20px 0 0;
					padding: 2px 3px;

					font-size: 10px;
					font-weight: bold;
					line-height: 1;

					color: #fff;
					background: #0a263c;
			}
			.dashboard .box-reviews .details {
					margin-left: 20px;
			}
			.dashboard .box-reviews li.item {
					margin: 0 0 7px;
			}
			.dashboard .box-reviews li.item.last {
					margin: 0;
			}
			.dashboard .box-reviews .ratings {
					margin: 7px 0 0;
			}

			/* Block: Tags */
			.dashboard .box-tags .box-head h2 {
					background-image: url(../images/i_ma-tags.gif);
			}
			.dashboard .box-tags .number {
					float: left;

					margin: 3px -20px 0 0;
					padding: 2px 3px;

					font-size: 10px;
					font-weight: bold;
					line-height: 1;

					color: #fff;
					background: #0a263c;
			}
			.dashboard .box-tags .details {
					margin-left: 20px;
			}
			.dashboard .box-tags li.item {
					margin: 0 0 7px;
			}
			.dashboard .box-tags li.item.last {
					margin: 0;
			}
			.dashboard .box-tags .tags strong,
			.dashboard .box-tags .tags ul,
			.dashboard .box-tags .tags ul li {
					display: inline;
			}
			/********** Dashboard > */

			/* Address Book */
			.addresses-list h2 {
					font-size: 13px;
					font-weight: bold;

					text-transform: uppercase;

					color: #d70103;
			}
			.addresses-list h3 {
					font-size: 13px;
					font-weight: bold;
			}
			.addresses-list address {
					margin: 0 0 3px;
			}
			.addresses-list p {
					margin: 0;
			}
			.addresses-list a {
					font-weight: bold;
			}
			.addresses-list .link-remove {
					color: #646464;
			}
			.addresses-list .separator {
					margin: 0 3px;
			}
			.addresses-list li.item {
					margin: 0 0 10px;
					padding: 10px 13px;

					border: 1px solid #ccc;
					background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
			}
			.addresses-list li.empty {
					padding: 0;

					border: 0;
					background: none;
			}
			.addresses-list li.empty p {
					font-weight: bold;
			}
			.addresses-list .addresses-additional li.item {
					padding: 0;

					border: 0;
					background: none;
			}

			/* Order View */
			.order-info {
					margin: 0 0 8px;
					padding: 4px 8px;

					border: 1px solid #b6b6b6;
					background: #ebebeb;
			}
			.order-info dt,
			.order-info dd,
			.order-info ul,
			.order-info li {
					display: inline;
			}
			.order-info .current {
					font-weight: bold;
			}
			.order-info li {
					margin: 0 3px;
			}

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

			.order-info-box {
					margin: 0 0 15px;
					padding: 12px 15px;

					border: 1px solid #d0cbc1;
					background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
			}
			.order-info-box h2 {
					font-size: 13px;
					font-weight: bold;
			}
			.order-info-box .box-payment p {
					margin: 0 0 3px;
			}
			.order-info-box .box-payment th {
					padding-right: 7px;

					font-weight: bold;
			}

			.order-items {
					overflow-x: auto;

					width: 100%;
			}
			.order-items h2,
			.order-items h3 {
					clear: none;

					margin: 0 0 5px;
					padding: 0;

					font-size: 13px;
					font-weight: bold;

					color: #0a263c;
			}
			.order-items .product-name {
					font-size: 1em !important;
					font-weight: bold !important;
			}
			.order-items .link-print {
					font-weight: normal;

					color: #6365ba;
			}
			.order-items .order-links {
					text-align: right;
			}

			.order-additional {
					margin: 15px 0;
			}
			/* Order Gift Message */
			.gift-message dt strong {
					color: #666;
			}
			.gift-message dd {
					margin: 5px 0 0;

					font-size: 13px;
			}
			/* Order Comments */
			.order-about dt {
					font-weight: bold;
			}
			.order-about dd {
					margin: 0 0 7px;

					font-size: 13px;
			}

			.tracking-table {
					margin: 0 0 15px;
			}
			.tracking-table th {
					font-weight: bold;

					white-space: nowrap;
			}

			.tracking-table-popup {
					width: 100%;
			}
			.tracking-table-popup th {
					font-weight: bold;

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

			/* Order Print Pages */
			.page-print .print-head {
					margin: 0 0 15px;
			}
			.page-print .print-head .logo {
					float: left;
			}
			.page-print .print-head address {
					float: left;

					margin-left: 15px;
			}
			.page-print h1 {
					font-size: 16px;
					font-weight: bold;
			}
			.page-print h2,
			.page-print h3 {
					font-size: 13px;
					font-weight: bold;
			}
			.page-print h2.h2 {
					font-size: 16px;
					font-weight: bold;
			}
			.page-print .order-date {
					margin: 0 0 10px;
					padding: 0 0 10px;

					background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
			}
			.page-print .col2-set {
					margin: 0 0 10px;
			}
			/* Price Rewrites */
			.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;
			}

			/* My Wishlist */
			.my-wishlist .data-table td {
					padding: 10px;
			}
			.my-wishlist .product-image {
					display: block;

					width: 113px;
					height: 113px;
					margin: 0 0 5px;
			}
			.my-wishlist textarea {
					display: block;

					width: 97%;
					height: 109px;
			}
			.my-wishlist .buttons-set {
					margin-top: 2em;
			}
			.my-wishlist .buttons-set button.button {
					float: none;
			}
			.my-wishlist .buttons-set .btn-add span,
			.my-wishlist .buttons-set .btn-share span {
					border-color: #406a83;
					background: #618499;
			}
			#wishlist-table .add-to-links {
					white-space: nowrap;
			}

			/* My Tags */
			.my-tag-edit {
					float: left;

					margin: 0 0 10px;
			}
			.my-tag-edit .btn-remove {
					float: right;

					margin: 4px 0 0 5px;
			}
			#my-tags-table {
					clear: both;
			}
			#my-tags-table td {
					padding: 10px;
			}
			#my-tags-table .add-to-links {
					white-space: nowrap;
			}

			/* My Reviews */
			#my-reviews-table td {
					padding: 10px;
			}

			.product-review .product-img-box {
					float: left;

					width: 140px;
			}
			.product-review .product-img-box .product-image {
					display: block;

					width: 125px;
					height: 125px;
			}
			.product-review .product-img-box .label {
					margin: 0 0 3px;

					font-size: 11px;
			}
			.product-review .product-img-box .ratings .rating-box {
					display: block;
					float: none;

					margin: 0 0 3px;
			}
			.product-review .product-details {
					margin-left: 150px;
			}
			.product-review .product-name {
					margin: 0 0 10px;

					font-size: 16px;
					font-weight: bold;
			}
			.product-review h3 {
					margin: 0 0 3px;

					font-size: 12px;

					color: #2f2f2f;
			}
			.product-review .ratings-table {
					margin: 0 0 10px;
			}
			.product-review dt {
					font-weight: bold;
			}
			.product-review dd {
					margin: 5px 0 0;

					font-size: 13px;
			}

			/* Billing Agreements */
			.billing-agreements .info-box {
					margin: 15px 0;
			}
			.billing-agreements .form-list li select {
					float: left;
			}
			.billing-agreements .form-list li button.button {
					float: left;

					margin-left: 10px;
			}
			.billing-agreements .table-caption {
					font-size: 13px;
					font-weight: bold;
			}
			/* ======================================================================================= */


			/* Footer ================================================================================ */
			.footer-container {
					width: 990px;
					height: 170px;
					margin: auto;
					padding-top: 20px;
					padding-bottom: 10px;

					border-top: 3px solid #d5d5d5;
					background: url('../images/footer_bg.jpg') repeat-x scroll center bottom #fff;
			}
			.footer .store-switcher {
					display: inline;

					margin: 0 5px 0 0;

					color: #fff;
			}
			.footer .store-switcher label {
					font-weight: bold;

					vertical-align: middle;
			}
			.footer .store-switcher select {
					padding: 0;

					vertical-align: middle;
			}
			.footer a {
					text-decoration: none;

					color: #fff;
			}
			.footer a:hover {
					text-decoration: underline;
			}
			.footer .bugs {
					margin: 13px 0 0;

					color: #ecf3f6;
			}
			.footer .bugs a {
					text-decoration: underline;

					color: #ecf3f6;
			}
			.footer .bugs a:hover {
					text-decoration: none;
			}
			.footer address {
					margin: 0 0 20px;

					color: #ecf3f6;
			}
			.footer address a {
					text-decoration: underline;

					color: #ecf3f6;
			}
			.footer address a:hover {
					text-decoration: none;
			}
			.footer ul {
					display: inline;
			}
			.footer ul.links {
					display: block;
			}
			.footer li {
					display: inline;

					padding: 0 7px 0 4px;

					background: url(../images/bkg_pipe2.gif) 100% 60% no-repeat;
			}
			.footer li.last {
					padding-right: 0 !important;

					background: none !important;
			}
			.footer-container .bottom-container {
					margin: 0 0 5px;
			}

			.footer p {
					float: left;

					margin-top: 60px;
			}
			.footer ul.footer-links {
					float: left;

					margin-left: 25px;
			}
			.footer ul.footer-links li.title {
					padding-bottom: 20px;
					padding-left: 0;

					font-size: 15px;
					font-weight: bold;

					color: red;
					background: none;
			}
			.footer ul.footer-links li {
					float: left;
					clear: both;

					margin-top: 5px;
					padding-left: 10px;

					background: url('../images/li_s.gif') no-repeat scroll left 8px transparent;
			}
			.footer ul.footer-links li a {
					color: #5a5863;
			}
			.footer ul.footer-links li a:hover {
					text-decoration: underline;
			}
			/* ======================================================================================= */

			/* Sample Data============================================================================ */
			.home-callout {
					margin-bottom: 12px;
			}
			.home-callout img {
					display: block;
			}
			.home-spot {
					float: left;

					width: 470px;
					margin-left: 20px;
			}
			.best-selling h3 {
					margin: 12px 0 6px 0;

					font-size: 1.2em;

					color: #e25203;
			}
			.best-selling table {
					border-top: 1px solid #ccc;
			}
			.best-selling tr.odd {
					background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
			}
			.best-selling tr.even {
					background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
			}
			.best-selling td {
					width: 50%;
					padding: 8px 10px 8px 8px;

					font-size: 11px;

					border-bottom: 1px solid #ccc;
			}
			.best-selling .product-img {
					float: left;

					border: 2px solid #dcdcdc;
			}
			.best-selling .product-description {
					margin-left: 107px;

					line-height: 1.3em;
			}
			.best-selling a.product-name,
			.home-spot .best-selling a.product-name:hover {
					color: #203548;
			}
/* ======================================================================================= */


			/* Clears ================================================================================ */
			.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,
			.col3-layout .product-options-bottom .price-box: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-view .product-shop .short-description:after,
			.product-view .box-description: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;
					clear: both;
					overflow: hidden;


					height: 0;

					font-size: 0;
					line-height: 0;

					content: '.';
			}

			/* layer navigation */
			#loading {
					position: fixed;
					top: 0;
					left: 0;

					display: none;

					min-width: 100%;
					min-height: 100%;

					opacity: .5;
					background-image: url('../images/transparent_bg.png');
			}
			#loading p {
					position: absolute;
					top: 50%;
					left: 50%;
			}
			/* ======================================================================================= */
			#div-interaktingslider {
					height: 150px;
			}
			#slide-commands a#prev,
			#slide-commands a#next {
					display: none;
			}
			#slide-commands a {
					font-weight: bold;

					color: #000;
			}
			#slide-commands a.active span {
					padding: 5px 5px 0;

					opacity: .6;
					background: none repeat scroll 0 0 #fff;
			}
			#slide-commands a.normal span {
					padding: 5px 5px 0;

					opacity: .6;
			}
			#middle-center {
					width: 710px;
					height: 150px;
			}
			#slide-commands {
					position: relative;

					float: right;

					margin-top: 134px;
					margin-right: 25px;
			}
			.form-search img {
					margin-bottom: 10px;
			}
			.form-search button {
					width: 20px;
					height: 20px;

					background: url('../images/search_btn.gif');
			}
			.form-search {
					margin-top: 13px;
			}

			.wysz-zaaw {
					margin-left: 2px;

					font-size: 10px;
			}
			.wysz-zaaw a {
					text-decoration: none;

					color: #666;
			}
			.wysz-zaaw a:hover {
					text-decoration: underline;
			}

			.category-special {
					position: relative;

					float: left;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 100%;
					height: 135px;

					border-left: solid 9px #595959;
			}
			.category-special .category-img {
					z-index: 1;

					float: left;
					overflow: hidden;

					width: 203px;
					height: 100%;
					margin-left: 0;
					padding-top: 8px;

					text-align: center;
					vertical-align: middle;
			}
			.category-special > img {
					position: absolute;
					top: 0;
					right: 0;
			}tur adipisicing elit. Accusamus aspernatur atque dolorem eos explicabo, hic incidunt inventore iste magni maiores molest
			.category-special .category-desc {
					position: relative;
					z-index: 1;

					float: left;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 490px;
					height: 100%;
					padding: 20px 25px;

					color: #f0f0ef;
			}
			.category-special .category-desc h1 {
					margin: 0;

					font-family: 'Arimo', sans-serif;
					font-size: 42px;

					text-transform: uppercase;

					color: #f0f0ef;
			}
			.category-special .category-desc p {
					padding-right: 80px;

					font-family: Arimo;

					letter-spacing: .3px;
			}
			.category-products .toolbar {
					position: relative;

					height: 2px;
					margin-top: 30px;
					margin-bottom: 40px;

					border: solid 1px #e2e2e2;
					background: #fff;
			}
			.sort-by.hasCustomSelect,
			.limiter .hasCustomSelect {
					z-index: 9999;
					top: -11px;
					left: 75px;
			}
			.sort-by.hasCustomSelect select {
					width: 100%;
					min-width: 100%;
					height: 40px!important;
			}
			.limiter select.hasCustomSelect {
					top: 0;
					left: 0;

					min-width: 125px;
					height: 40px!important;
			}
			.category-products .toolbar .pager {
					right: -1px;
			}
			.category-products .pages {
					display: none;
			}
			.toolbar-bottom .pages {
					display: block;

					margin-top: 10px;
					margin-bottom: 30px;
			}
			.category-products .toolbar .sorter {
					left: 10px;
			}
			.sorter label,
			.sorter .sort-by {
					float: left;
			}
			.sorter .customSelect.sort-by,
			.pager .limiter {
					position: relative;
					top: -14px;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 160px;
					height: 40px;
					margin-left: 20px;
					padding: 12px;

					line-height: 16px;

					color: #595959;
					border: solid 1px #e2e2e2;
					box-shadow: 1px 2px 2px #e2e2e2;
			}
			.pager .limiter {
					width: 125px;
			}
			.pager label {
					float: left;
			}
			.pager .limiter .customSelect {
					max-width: 20px;

					text-align: left;
			}
			.pager .limiter .per-page,
			.pager .limiter .customSelect {
					float: left;

					line-height: 16px;
			}
			.sorter .customSelect.sort-by:after,
			.pager .limiter:after {
					position: absolute;
					top: 17px;
					right: 15px;

					width: 0;
					height: 0;

					content: '';

					border-width: 3px 3px 0 3px;
					border-style: solid;
					border-color: #595959 transparent transparent transparent;
			}
			.sorter .customSelect.sort-by:before,
			.pager .limiter:before {
					position: absolute;
					top: 0;
					right: 34px;

					width: 1px;
					height: 40px;

					content: '';

					background: #dadada;
			}
			.category-products .toolbar .pager,
			.category-products .toolbar .sorter {
					position: absolute;
					top: -10px;

					width: auto;
					padding: 2px 20px 2px 11px;

					background: #fff;
			}
			.category-products .toolbar .sorter:after,
			.category-products .toolbar .sorter:before,
			.category-products .toolbar .pager:before {
					position: absolute;
					top: 9px;

					width: 1px;
					height: 4px;

					content: '';

					background: #e2e2e2;
			}
			.category-products .toolbar .sorter:after {
					left: 0;
			}
			.category-products .toolbar .pager:before {
					left: 0;
			}
			.category-products .toolbar .sorter:before {
					right: 0;
			}
			#products-list .price-box .price {
					font-size: 17px;
					font-weight: bold;

					color: #f00;
			}
			.price-label {
					display: none;
			}
			.pages {
					margin: 3px;
			}

			.pages ol {
					width: 100%;
					margin: 0 auto 0 -100px;
					text-align: center;
			}
			.page-sitemap .pages ol {
				margin: 0 auto;
			}
			.pages li {
				display: inline-block;
			}
			.pages li a,
			.pages li.current {
					display: inline-block;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 40px;
					height: 40px;
					padding: 2px 7px;

					font-size: 14px;
					line-height: 37px;

					color: #595959;
					border: solid 1px #e2e2e2;
					background: #fff;
					box-shadow: 1px 2px 2px #e2e2e2;
					margin-left: 4px;
					text-decoration: none;
			}
			.pages li.current {
					color: #fff;
					background: #5c5c5c;
			}
			.products-list {
					float: left;

					width: 100%;
					padding-bottom: 30px;
					padding-left: 0;
			}
			.block-review .block-title {
					padding: 0;
			}
			.block-review  .name a {
					font-weight: bold;

					color: #666;
			}
			.block-review .item {
					padding: 3px 2px;

					border-bottom: 1px dotted;
			}
			.block-review .block-content {
					background: none;
			}
			.block-review .product-details {
					margin-left: 0;
			}
			.block-review {
					margin-top: 5px;
			}
			.ratings .totals {
					float: left;

					margin-bottom: 10px;
			}
			.ratings a {
					color: #666!important;
			}
			.short-description .std p {
					font: 11px/18px 'Arimo',sans-serif!important;

					color: #666!important;
			}
			.short-description .std p a {
					text-decoration: underline;

					color: #666!important;
			}
			.short-description .std p a:hover {
					text-decoration: none;
			}
			.products-grid .old-price .price {
					font-size: 14px;
					font-weight: normal;

					color: #aaa;
			}
			.products-grid .old-price .price:after {
					position: absolute;
					top: 4px;
					right: -15px;

					width: 3px;
					height: 10px;

					content: '';

					background: url(../images/arrow-right-01.png) no-repeat;
			}
			.products-grid .special-price .price {
					font-size: 16px;
					font-weight: bold;

					color: red;
			}
			.toolbar-bottom .toolbar {
					display: none;
			}
			.product-view .product-name {
					float: left;

					width: 100%;
					padding: 5px 10px;

					background: none repeat scroll 0 0 #e6e6e6;
			}
			.product-view .product-name h1 {
					height: 1em;
					padding: 10px;

					font-weight: bold;
					font-size: 24px;
					font-weight: normal!important;
					line-height: 1em;

					color: #f00;
			}
			.product-view .product-name .subheader {
					font-family: Arimo;
					font-size: 20px;
					font-weight: normal!important;

					color: #f00;
			}
			.toolbar-bottom {
					float: left;

					width: 100%;
			}
			.block-cart .actions,
			.block-cart .block-subtitle,
			.block-cart .product-image,
			.block-cart .truncated,
			.block-cart .btn-remove {
					display: none;
			}
			.block-cart .summary {
					height: 15px;

					background: #f7f7f7!important;
			}
			.block-cart .total-items {
					float: left;

					width: 120px;

					text-align: left;
			}
			.block-cart .product-name {
					float: left;

					width: 260px;

					color: #000!important;
			}
			.block-cart .product-name a {
					font-weight: bold;

					color: #5a5863!important;
			}
			.block-cart .price {
					float: right;
			}
			.block-cart li {
					padding: 3px 9px !important;

					background: #f7f7f7!important;
			}
			.cart-link a {
					float: left;

					font-weight: bold;

					color: #5a5863;
			}
			/********************** Tabs */
			.tabs {
					height: 42px;
					margin: 5px 0 15px 0;
			}
			.tabs li {
					float: left;

					margin-top: 14px;
					padding: 6px 18px;

					font-size: .9em;
					line-height: 1em;
			}
			.tabs li a {
					font-size: 12px;
					font-weight: bold;
					line-height: 1.2;

					text-align: center;
					white-space: nowrap;
					text-decoration: none;

					color: #666;
			}
			.tabs li.first {
					border-left: 0;
			}
			.tabs li.last {
					border-right: 0;
			}
			.tabs a {
					display: block;

					text-decoration: none;

					color: #444;
			}
			.tabs li.active {
					border: 1px solid #fff;
					background: url('../images/li_bg.gif');
			}
			.padder .add-tag-box .input-box input {
					width: 300px;
			}
			.padder .add-tag-box .input-box {
					float: left;

					width: 300px;
					margin-right: 10px;
			}

			#product_tabs_review_tabbed_contents h2 {
					margin: 0;

					font: 15px 'Arimo';

					color: #f00;
			}
			#product_tabs_review_tabbed_contents h4 {
					margin: 0;

					font: 12px 'Arimo';

					color: #666;
			}
			.review-data-table {
					display: none;

					width: 100%;
					margin: 5px 0;
					padding-bottom: 5px;

					border-bottom: 1px solid #e4e4e4;
			}
			.review-data-table th,
			.review-data-table td {
					padding: 5px;

					text-align: center;
			}
			#product_tabs_review_tabbed_contents p.adnotation {
					color: #666;
			}
			#product_tabs_review_tabbed_contents p.adnotation span {
					margin-top: 10px;

					font-size: 10px;

					color: #aeaeae;
			}
			#review_field {
					width: 425px;
			}
			#customer-reviews .header {
					width: 100%;
					padding: 0;

					text-align: left;
			}
			#customer-reviews .header span,
			#customer-reviews .header div {
					float: left;
			}
			#customer-reviews p {
					margin: 10px;
					padding: 10px;

					border-left: 2px solid #f00;
					background: none repeat scroll 0 0 #fafafa;
			}
			#review-form .buttons-set {
					clear: both;

					margin: 0;
					padding: 0 0 10px;

					text-align: left;

					border-top: 0 none;
					border-bottom: 2px solid #ddd;
			}
			#review-form .buttons-set button {
					float: left;

					margin-left: 0;
					padding: 3px;

					background: url('../images/btn.gif');
			}
			#review-form .buttons-set button span {
					background: none;
			}
			.raty-zagiel {
					float: right;

					width: 192px;
					margin: 8px 0 2px;
					padding: 8px 10px;

					font-family: 'Arimo';
					font-size: 11px;
					font-weight: bold;
					line-height: 16px;

					text-align: left;

					color: #555958;
					border: 1px solid #f00;
			}
			.wrapper-options {
					float: left;

					width: 390px;
					margin: 10px 0 0 20px;
			}
			.negocjuj {
					float: left;

					width: 192px;
					height: 30px;

					cursor: pointer;

					border: none;
					background: url('../images/zapytaj_negocjuj_cene_off.jpg');
			}
			.negocjuj:hover {
					background: url('../images/zapytaj_negocjuj_cene_on.jpg');
			}
			.zagiel {
					float: right;
					clear: right;

					width: 192px;
					height: 42px;
					margin-top: -12px;

					cursor: pointer;

					background: url('../images/zagiel_symulator_rat_on.jpg') repeat scroll 0 0 transparent;
			}
			.zagiel:hover {
					background: url('../images/zagiel_symulator_rat_off.jpg');
			}

			.zagielo {
					float: right;

					margin-bottom: 5px;
			}

			.btn-cart span {
					width: 124px !important;
					height: 23px !important;
					padding: 3px 0 0 !important;

					font-size: 11px!important;

					background: url('../images/dodaj_do_koszyka.gif') repeat scroll 0 0 transparent !important;
			}
			.wrapper-options .contener {
					float: left;

					border-right: 2px solid red;
					background: none repeat scroll 0 0 #f7f7f7;
			}
			.block-viewed .block-title {
					height: 37px;
					margin: 10px 0!important;

					border-bottom: 0!important;
					background: url('../images/path.gif') repeat scroll 0 0 transparent;
			}
			.block-viewed .block-title strong {
					padding-left: 0;
			}
			.block-viewed .block-title span {
					font: 20px 'Arimo';

					color: red;
			}
			#recently-viewed-items li {
					padding: 1px 9px!important;

					background: url('../images/li_s.gif') no-repeat scroll 6px 12px #fff!important;
			}
			#recently-viewed-items li a {
					color: #5a5863;
			}
			#recently-viewed-items .product-name {
					background: none!important;
			}
			.product-view .special-price .price {
					font: 20px/16px 'Arimo';

					color: #ed1c24;
			}
			.product-view  .old-price span {
					font-size: 14px;
					font-weight: normal;

					text-decoration: line-through;
			}
			.category-products .block-viewed {
					float: left;

					width: 100%;
			}
			.category-products .block-viewed .block-content #recently-viewed-items li {
					padding: 6px 17px !important;
			}
			.button {
					padding: 4px 6px;

					font: 11px 'Arimo',Sans-serif;

					text-transform: uppercase;

					color: #fff;
					border: medium none;
					background: url('../images/btn.gif') repeat-x scroll center top #f00;
			}
			.actions .button {
					float: left;

					padding: 0;

					text-transform: none;
			}
			#contactForm .buttons-set {
					border: none;
			}
			#contactForm  p.required {
					display: none;
			}

			#contactForm .fieldset ul {
					margin-left: 0;

					list-style: none;
			}

			#contactForm .fieldset ul li {
					margin-left: 0;

					list-style: none;
					list-style-type: none;

					background: none;
			}



			.header .welcome-msg {
					margin: 5px 0 0;

					font: 11px 'Arimo',Sans-Serif;

					color: #999;
			}
			.header .welcome-msg a {
					padding: 4px 15px;

					color: #fff;
			}
			.header .welcome-msg a.logout-top {
					display: inline-block;

					height: 20px;
					margin-left: 10px;
					padding: 0 10px;

					line-height: 22px;

					color: #999;
					border: solid 1px #999;
					background-color: #fff;
			}
			.header .welcome-msg a.manage-top {
					display: inline-block;

					height: 20px;
					margin-left: 4px;
					padding: 0 10px;

					line-height: 22px;

					border: solid 1px #e13a4b;
					background-color: #e13a4b;
			}
			.product-view .dostawa-gratis {
					margin: 0;
					padding: 0;

					font-family: 'Arimo';
					font-size: 11px;
					font-weight: bold;
			}
			.cart-table input.qty {
					float: left;

					margin-top: 2px;
			}
			.cart-table .btn-update {
					float: left;
					/*  background:url("../images/update_quantity_cart.png");*/
					/*width:24px;*/
					/*height: 24px;*/

					margin: 0 5px;

					cursor: pointer;
			}
			.links {
					padding: 10px;

					text-align: center;
			}
			.cart .links a:hover {
					text-decoration: none;
			}
			.cart .links a {
					margin-right: 15px;
					padding: 5px 0 7px 30px;

					font-size: 12px;
					font-weight: bold;

					text-decoration: underline;

					color: #5a5863;
			}
			.continue-shopping {
					background: url('../images/back.png') no-repeat scroll left center transparent;
			}
			.checkout {
					background: url('../images/forward.png') no-repeat scroll left center transparent;
			}

			/* ======================= Improved One Page Checkout with tabs  ======================== */
			.block-progress .block-title {
					margin: 0 0 34px;
					padding: 0;

					background: none;
			}
			.checkout-onepage-index .col-main {
					padding: 0;

					border: 0;
			}
			.checkout-onepage-index .page-title {
					width: auto;
					padding-right: 40px;
			}
			.checkout-onepage-index .page-title h1 {
					padding: 0;

					background: none;
			}

			.opc {
					position: relative;

					overflow: hidden;

					height: 970px;
					padding-top: 20px;

					text-align: center;
			}
			.opc .buttons-set {
					margin: 15px 0 0;

					opacity: 1!important;
			}
			.opc .buttons-set p.required {
					margin: 0;
					padding: 0 0 10px;
			}
			.opc .buttons-set .back-link {
					/*display:none*/;
			}
			.opc .buttons-set .please-wait {
					position: absolute;
					z-index: 99;
					top: 30%;
					left: 50%;

					margin: -80px 0 0 -146px;
					padding: 30px;

					font-size: 12px;

					white-space: nowrap;

					border: 5px solid #f3b66f;
					border: 1px solid #c0c0c0;
					-webkit-border-radius: 6px;
						 -moz-border-radius: 6px;
									border-radius: 6px;
					background: #fff;
					-webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
						 -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
									box-shadow: 0 0 50px rgba(0,0,0,.2);
			}
			.opc .buttons-set a {
					color: #fff;
			}
			.opc .ul {
					padding-left: 18px;

					list-style: disc outside;
			}
			.opc li.section {
					display: inline;
			}
			.opc .step-title,
			.opc .allow .step-title {
					height: 69px;

					border: 1px solid #f9f3e3;
			}
			.opc .step {
					position: absolute;
					z-index: 1;
					top: 110px;
					left: 0;

					width: 605px;
					width: 643px;
					height: 900px;
					padding: 30px 20px;

					text-align: left;

					border: 0;
					border: none;
			}
			.opc .step-title .number,
			.opc .allow .step-title .number,
			.opc .active .step-title .number {
					display: block;
					float: none;

					margin: 0 auto;
					margin-bottom: 10px;
			}
			.opc .step-title {
					position: relative;

					float: left;

					margin-left: -1px;
					padding: 15px 11px 0;

					text-align: center;

					background: none;
			}
			.opc .step-title a {
					display: none;
			}
			.opc .step-title .number {
					width: 30px;
					height: 30px;
					margin-bottom: 10px;
					padding: 0;

					line-height: 30px;

					color: #fff;
					border: 0;
					-webkit-border-radius: 20px;
						 -moz-border-radius: 20px;
									border-radius: 20px;
					background: #ccc;
			}
			.opc .step-title h2 {
					clear: both;

					font-size: 12px;

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

					background: none;
			}
			.opc .allow .step-title .number {
					color: #fff;
					background: #000;
			}
			.opc .allow .step-title h2 {
					color: #000;
			}
			.opc .active .step-title {
					z-index: 2;

					cursor: default;

					color: #ef0606;
					border: solid 1px #b6b6b6;
					border-bottom: 1px solid #fbfaf6;
					background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
			}
			.opc .active .step-title .number {
					color: #fff;
					border-color: #fff;
					background: #f18200;
			}
			.opc .active .step-title h2 {
					color: #f18200;
			}
			.opc .step-title h2,
			.opc .allow .step-title h2,
			.opc .active .step-title h2 {
					width: 100%;

					text-align: center;
			}
			.opc .step-title {
					width: 16%;
			}

			.opc .form-list li fieldset {
					margin-bottom: 10px;
			}
			.opc .form-list label {
					width: 120px;
					padding: 4px 0 0;

					text-align: left;
			}
			.opc .form-list label.required em {
					position: relative;
					right: 4px;

					float: none;
			}
			.opc .form-list li.fields {
					margin: 0;
			}
			.opc .form-list div.fields {
					overflow: hidden;

					width: 100%;
					margin: 0 0 8px;
			}
			.opc .form-list .wide,
			.opc .form-list li.fields .field {
					width: 645px;
					margin: 0 0 8px;
			}
			.opc .form-list li.wide label + .input-box,
			.opc .form-list label + .input-box {
					margin-left: 120px;
			}
			.opc .form-list li.wide label + .input-box,
			.opc .form-list label + .input-box {
					float: left;
					clear: none;

					width: 260px;
					margin-left: 30px;
			}
			.opc .form-list li.wide select {
					width: 390px;
			}
			.opc .form-list li.wide input.input-text {
					width: 254px;
			}
			.opc .form-list .control input {
					margin: 8px 0 0 25px;
			}
			.opc .form-list .control input[type="radio"] {
					margin: 4px 0 0;
					float: left;
			}
			.opc .form-list li.control label {
					float: left;
			}
			.opc form .form-list li.wide {
					margin-bottom: 8px;
			}
			.opc form .address-select {
					margin: 8px 0 40px;
			}

			.opc:first-of-type .step {
					-webkit-transition: all .5s ease-in-out;
					-webkit-transition: all .5s ease-in-out;
						 -moz-transition: all .5s ease-in-out;
							 -o-transition: all .5s ease-in-out;
									transition: all .5s ease-in-out;
			}
			.opc:first-of-type .step[style*='display:none;'],
			.opc:first-of-type .step[style*='display: none;'] {
					display: block !important;
			}
			.opc:first-of-type .section .step {
					left: 100%;
			}
			.opc:first-of-type .allow .step {
					left: -100%;
			}
			.opc:first-of-type .active .step {
					left: 0;
			}



			#opc-login p.required {
					display: none;
			}
			#opc-login h3 {
					margin-bottom: 18px;
			}
			#opc-login .col-2 {
					float: left;
			}
			#opc-login .col-2 form fieldset h4 {
					display: none;
			}
			#opc-login .col-2 {
					display: block;

					width: 300px;
			}
			#opc-login .col-2 fieldset {
					width: 300px;
			}
			#opc-login .col-2 .input-box {
					float: left;

					width: 188px;
					margin: 0;
			}
			#opc-login .col-2 .input-text {
					width: 182px;
			}
			#opc-login .col-2 .form-list label {
					text-align: left;
			}
			#opc-login .col-2 .form-list label {
					width: 110px;
			}
			#opc-login .form-list li.control label {
					float: none;
			}
			#opc-login .form-list li.control input {
					margin: 0 8px 0 0;
			}
			#opc-login .col-1 {
					float: right;
			}
			#opc-login .col-1 {
					width: 290px;
			}
			#opc-login .col-1 h4,
			#opc-login .col-1 .ul {
					display: none;
			}

			#opc-review .step {
					padding: 30px 20px;
			}
			#opc-review .product-name {
					font-weight: bold;

					color: #0a263c;
			}
			#opc-review .item-options {
					margin: 5px 0 0;
			}
			#opc-review .buttons-set {
					padding: 20px 0;

					border: 0;
			}
			#opc-review .buttons-set p {
					margin: 0;

					line-height: 40px;
			}
			#opc-review .buttons-set .please-wait {
					height: 40px;

					line-height: 40px;
			}
			#opc-shipping_method .buttons-set {
					border-top: 1px solid #e4e4e4;
			}
			/* ================================= Solution by www.h-o.nl =============================== */
			/* ==================== Improved One Page Checkout with progressbar  ===================== */
			.block-progress .block-title {
					margin: 0 0 34px;
					padding: 0;

					background: none;
			}
			.checkout-onepage-index .col-main {
					padding: 0;

					border: 0;
			}
			.checkout-onepage-index .page-title {
					width: auto;
					padding-right: 40px;
			}
			.checkout-onepage-index .page-title h1 {
					padding: 0;

					background: none;
			}

			.opc {
					position: relative;

					overflow: hidden;

					height: 970px;
					padding-top: 20px;

					text-align: center;
			}
			.opc .buttons-set {
					margin: 15px 0 0;

					opacity: 1!important;
			}
			.opc .buttons-set p.required {
					margin: 0;
					padding: 0 0 10px;
			}
			.opc .buttons-set .back-link {
					/*display:none;*/ margin-right: 20px;
			}
			.opc .buttons-set .please-wait {
					position: absolute;
					z-index: 99;
					top: 30%;
					left: 50%;

					margin: -80px 0 0 -146px;
					padding: 30px;

					font-size: 12px;

					white-space: nowrap;

					border: 5px solid #f3b66f;
					border: 1px solid #c0c0c0;
					-webkit-border-radius: 6px;
						 -moz-border-radius: 6px;
									border-radius: 6px;
					background: #fff;
					-webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
						 -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
									box-shadow: 0 0 50px rgba(0,0,0,.2);
			}
			.opc .buttons-set a {
					color: #214d90;
			}
			.opc .ul {
					padding-left: 18px;

					list-style: disc outside;
			}
			.opc li.section:first-child {
					margin-left: 25%!important;
			}
			.opc li.section {
					display: inline;
					float: left;

					width: 91px;
					height: 23px;
					padding-top: 40px;

					background: url('../images/cart.png') no-repeat scroll 0 0 transparent;
			}
			.opc li.allow h2 {
					text-decoration: underline;

					color: red!important;
			}
			.opc li.allow h2:hover {
					text-decoration: none;

					color: red!important;
			}
			.opc li.active {
					background: url('../images/cart_active.gif') no-repeat scroll 0 -1px transparent;
			}
			.dostepnosctak, .dostepnoscpotw {
					float: left;

					margin-top: 6px;
			}
			.opc .step-title,
			.opc .allow .step-title {
					border-color: #fbfaf6;
			}
			.opc .step {
					position: absolute;
					z-index: 1;
					top: 100px;
					left: 0;

					width: 605px;
					width: 643px;
					height: 900px;
					padding: 30px 20px;

					text-align: left;

					border: 0;
					border: none;
					background: none;
			}
			.opc .step-title .number,
			.opc .allow .step-title .number,
			.opc .active .step-title .number {
					display: none;
					float: none;

					margin: 0 auto;
					margin-bottom: 10px;
			}
			.opc .step-title a {
					display: none;
			}
			.opc .step-title .number {
					position: relative;
					z-index: 1;

					width: 30px;
					height: 30px;
					margin-bottom: 10px;
					padding: 0;

					line-height: 30px;

					color: #ccc;
					border: 0;
					-webkit-border-radius: 20px;
						 -moz-border-radius: 20px;
									border-radius: 20px;
					background: #fff;
			}
			.opc .step-title h2 {
					clear: both;

					font-size: 12px;

					color: #666;
			}
			.opc .allow .step-title .number {
					color: #fff;
					border-color: #fff;
					background: #000;
			}
			.opc .allow .step-title h2 {
					color: #666;
			}
			.opc .active .step-title .number {
					color: #fff;
					border-color: #fff;
					background: #f18200;
			}
			.opc .active .step-title h2 {
					text-decoration: underline;

					color: red;
			}
			.opc .active .step-title h2:hover {
					text-decoration: none;

					color: red;
			}
			.opc .step-title,
			.opc .allow .step-title,
			.opc .active .step-title {
					position: relative;

					display: inline-block;

					width: 91px;
					height: 80px;
					padding: 0;

					text-align: center;
					vertical-align: top;

					border: none;
					background: none;
			}
			.opc .step-title,
			.opc .allow .step-title,
			.opc .active .step-title {
					*display: block;
					*float: left;
			}
			.opc .step-title h2,
			.opc .allow .step-title h2,
			.opc .active .step-title h2 {
					width: 100%;

					text-align: center;
			}


			.opc .form-list li fieldset {
					margin-bottom: 10px;
			}
			.opc .form-list label {
					float: left;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 220px;
					padding: 4px 10px 0;

					text-align: left;
			}
			.opc .form-list .fields label,
			.opc .form-list .wide label {
					width: 120px;
			}
			}
			.helper-margin {
					margin-top: 10px;
			}
			.opc .form-list label.required em {
					position: relative;
					right: 4px;

					float: none;
			}
			.opc .form-list li.fields {
					margin: 0;
			}
			.opc .form-list div.fields {
					overflow: hidden;

					width: 100%;
					margin: 0 0 8px;
			}
			.opc .form-list .wide,
			.opc .form-list li.fields .field {
					width: 645px;
					margin: 0 0 8px;
			}
			.opc .form-list li.wide .input-box,
			.opc .form-list .input-box {
					float: left;
					clear: none;

					width: 260px;
					margin-right: 140px;
			}
			.opc .form-list li.wide select {
					width: 390px;
			}
			.opc .form-list li.wide input.input-text {
					width: 254px;
			}
			.opc .form-list .control input {
					margin: 8px 0 0 25px;
			}
			.opc .form-list li.control label {
					float: left;
			}
			.opc form .form-list li.wide {
					margin-bottom: 8px;
			}
			.opc form .address-select {
					margin: 8px 0 40px;
			}

			.opc:first-of-type .step {
					-webkit-transition: all .5s ease-in-out;
					-webkit-transition: all .5s ease-in-out;
						 -moz-transition: all .5s ease-in-out;
							 -o-transition: all .5s ease-in-out;
									transition: all .5s ease-in-out;
			}
			.opc:first-of-type .step[style*='display:none;'],
			.opc:first-of-type .step[style*='display: none;'] {
					display: block !important;
			}
			.opc:first-of-type .section .step {
					left: 100%;
			}
			.opc:first-of-type .allow .step {
					left: -100%;
			}
			.opc:first-of-type .active .step {
					left: 0;
			}
			.opc:first-of-type .step-title a {
					z-index: 0;
					top: 15px;

					display: block;

					width: 100%;
			}


			#opc-login {
					margin-left: 60px;
			}
			#opc-login p.required {
					display: none;
			}
			#opc-login h3 {
					margin-bottom: 18px;
			}
			#opc-login .col-2 {
					float: left;
			}
			#opc-login .col-2 form fieldset h4 {
					display: none;
			}
			#opc-login .col-2 {
					display: block;

					width: 300px;
			}
			#opc-login .col-2 fieldset {
					width: 300px;
			}
			#opc-login .col-2 .input-box {
					float: left;

					width: 188px;
					margin: 0;
			}
			#opc-login .col-2 .input-text {
					width: 182px;
			}
			#opc-login .col-2 .form-list label {
					text-align: left;
			}
			#opc-login .col-2 .form-list label {
					width: 110px;
			}
			#opc-login .form-list li.control label {
					float: none;
			}
			#opc-login .form-list li.control input {
					margin: 0 8px 0 0;
			}
			#opc-login .col-1 {
					float: right;
			}
			#opc-login .col-1 {
					width: 290px;
			}
			#opc-login .col-1 h4,
			#opc-login .col-1 .ul {
					display: none;
			}

			#checkout-step-review.step {
					width: 100%;

					background: #fff;
			}
			#opc-review .step {
					padding: 30px 20px;
			}
			#opc-review .product-name {
					font-weight: bold;

					color: #0a263c;
			}
			#opc-review .item-options {
					margin: 5px 0 0;
			}
			#opc-review .buttons-set {
					padding: 20px 0;

					border: 0;
			}
			#opc-review .buttons-set p {
					margin: 0;

					line-height: 32px;
			}
			#opc-review .buttons-set .please-wait {
					height: 40px;

					line-height: 40px;
			}
			#opc-shipping_method .buttons-set {
					border-top: 1px solid #e4e4e4;
			}
			/* ================================= Solution by www.h-o.nl =============================== */
			.btn-checkout {
					float: right!important;

					margin-top: 10px;
					/*padding: 10px!important;*/
					/*font-weight: bold!important;*/
			}
			#checkout-review-submit .btn-checkout {
					margin-top: 0;
					margin-right: 40px;
			}
			#checkout-review-submit .buttons-set p {
					margin-left: 20px;
			}
			#copy {
					float: left;

					width: 320px;
					padding-left: 30px;

					font-size: 11px;

					text-align: left;

					color: #666;
			}
			#copy a {
					text-decoration: underline;

					color: #666;
			}
			#copy a:hover {
					text-decoration: none;
			}
			.account-create {
					margin-top: 15px;
			}
			.account-create ul,
			.account-create ul li div.field,
			.account-create .buttons-set {
					width: 395px;
			}
			.account-create ul.messages {
				margin-bottom: 15px!important;
				width: 100%;
			}
			.account-create ul.messages ul{
				width: 100%;
			}
			.account-create .input-box {
					float: right!important;
					clear: none!important;
			}
			.account-create .field {
					margin-bottom: 8px!important;
			}

			.checkout-cart-index .products-grid .product-name,
			.checkout-cart-index .products-grid .product-details {
					text-align: center;
			}

			#slide-content img {
					width: 710px;
			}




			.header,
			.main-container {
					padding: 0 20px;
			}
			.page {
					overflow: hidden;

					width: 1200px;
			}
			.top-line {
					display: none;
			}
			.layout-right,
			.col2-left-layout .col-main {
					position: relative;

					float: right;

					width: 930px;
					margin-right: 0;
			}

			.cms-index-index .layout-right:after {
					display: none;
			}
			.header-inner {
					position: relative;

					height: 93px;
					padding-top: 20px;
			}

			.header-inner .links {
					position: absolute;
					bottom: 0;
					left: 0;

					height: auto;
					padding: 0;

					border: 1px solid #e2e2e2;
					border-width: 1px 0 0 1px;
			}
			.header-inner .links li,
			.user-links li {
					float: left;

					margin: 0;
					padding: 0;

					border-right: 1px solid #e2e2e2;
			}
			.header-inner .links a,
			.user-links a {
					display: block;

					height: 46px;
					padding: 0 20px;

					font-size: 13px;
					font-weight: bold;
					line-height: 46px;

					text-transform: uppercase;

					background: #fff;
			}
			.header-inner .links a:hover,
			.user-links a:hover {
					padding: 0 20px;

					font-size: 13px;
					font-weight: bold;
					line-height: 46px;

					color: #000;
					background: #e0e0e0;
					background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
					background:    -moz-linear-gradient(top,  #fff 0%, #f9f9f9 28%, #e0e0e0 60%, #f9f9f9 91%, #fff 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(28%,#f9f9f9), color-stop(60%,#e0e0e0), color-stop(91%,#f9f9f9), color-stop(100%,#fff));
					background: -webkit-linear-gradient(top,  #fff 0%,#f9f9f9 28%,#e0e0e0 60%,#f9f9f9 91%,#fff 100%);
					background:      -o-linear-gradient(top,  #fff 0%,#f9f9f9 28%,#e0e0e0 60%,#f9f9f9 91%,#fff 100%);
					background:     -ms-linear-gradient(top,  #fff 0%,#f9f9f9 28%,#e0e0e0 60%,#f9f9f9 91%,#fff 100%);
					background:         linear-gradient(to bottom,  #fff 0%,#f9f9f9 28%,#e0e0e0 60%,#f9f9f9 91%,#fff 100%);

					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
			}
			.header-message {
					float: left;

					width: 100%;
					margin: 0;
					margin-bottom: 20px;

					font-size: 14px;

					text-align: left;

					color: #252122;
			}
			.header-message a,
			.header-message strong {
					font-weight: normal;

					color: #ed1c24;
			}

			.header .block-cart {
					position: absolute;
					top: 15px;
					right: 0;

					width: auto;
					margin: 0;

					font-size: 13px;

					border: 0;
			}
			.header .block-cart .block-title,
			.header .block-cart .subtotal {
					display: none;
			}
			.header .block-cart strong,
			.header .block-cart a {
					color: #ed1c24;
			}
			.user-links {
					position: absolute;
					right: 0;
					bottom: 0;

					border: 1px solid #e2e2e2;
					border-width: 1px 0 0 1px;
			}
			.user-links:before {
					position: absolute;
					top: -7px;
					left: 0;

					width: 100%;
					height: 6px;

					content: '';

					background: url(../images/pattern-01.png);
			}
			.header .logo {
					position: absolute;
					top: 26px;

					width: 210px;
					height: 157px;
			}
			.header .logo a {
					display: block;
					height: 100%;
					text-indent: 9998em;
					background: url(../images/logo-rowerzysta-01.png) no-repeat;
					overflow: hidden;
					white-space: nowrap;

			}
			.header .logo a:hover {
					opacity: .8;
			}

			.col-left.sidebar {
					padding-top: 110px;
			}

			#div-interaktingslider,
			#middle-center,
			#slide-content img {
					width: 930px;
					height: auto;
			}
			#frame {
					height: 299px;

					background: url(../images/pattern-02.png) repeat-x 0 100%;
			}

			.widget-opineo {
					position: relative;

					height: 60px;
					margin: 14px 0;

					background: url(../images/opineo_bg.png) no-repeat 100% 0;
					width: 100%;
					float: left;
			}
			.widget-opineo:before {
					position: absolute;
					top: 29px;
					left: 0;

					width: 541px;
					height: 1px;

					content: '';

					background: #ccc;
			}
			.widget-opineo h4 {
					position: relative;
					z-index: 2;

					float: left;

					margin: 15px 0 0 14px;
					padding: 5px 10px;

					font-size: 14px;
					font-weight: normal;

					background: #fff;
			}
			.widget-opineo-marks {
					position: absolute;
					top: 6px;
					right: 0;

					width: 382px;
			}
			.widget-opineo-marks .opineo-link {
					float: left;

					width: 119px;
					height: 42px;
					margin-right: 20px;
					margin-left: 15px;

					text-indent: 9998em;

					background: url(../images/logo-opineo-01.png) no-repeat;
			}
			.widget-opineo-marks .opineo-mark {
					position: relative;

					float: left;

					width: 122px;
					margin-top: 12px;
					margin-right: 10px;

					font-weight: bold;
					font-size: 20px;
			}

			.widget-opineo-marks .opineo-mark:after {
					position: absolute;
					top: -2px;
					right: 10px;

					width: 76px;
					height: 20px;

					content: '';

					color: #005d88;
					background: url(../images/sprite_rating_opineo.png) no-repeat 100% 0;
			}
			.widget-opineo-marks .opineo-mark-0:after {
					background-position: 100% 0;
			}
			.widget-opineo-marks .opineo-mark-10:after {
					background-position: 100% -18px;
			}
			.widget-opineo-marks .opineo-mark-20:after {
					background-position: 100% -36px;
			}
			.widget-opineo-marks .opineo-mark-30:after {
					background-position: 100% -54px;
			}
			.widget-opineo-marks .opineo-mark-40:after {
					background-position: 100% -72px;
			}
			.widget-opineo-marks .opineo-mark-50:after {
					background-position: 100% -90px;
			}
			.widget-opineo-marks .opineo-mark-60:after {
					background-position: 100% -108px;
			}
			.widget-opineo-marks .opineo-mark-70:after {
					background-position: 100% -126px;
			}
			.widget-opineo-marks .opineo-mark-80:after {
					background-position: 100% -144px;
			}
			.widget-opineo-marks .opineo-mark-90:after {
					background-position: 100% -162px;
			}
			.widget-opineo-marks .opineo-mark-100:after {
					background-position: 100% -180px;
			}
			.widget-opineo-marks .opineo-count {
					float: left;

					width: 80px;
					height: 27px;
					margin-top: 9px;

					line-height: 22px;

					text-align: center;

					color: #fff;
					background: url(../images/bg-opineo-count-01.png) no-repeat 0 0;
			}
			.section-head {
					position: relative;

					overflow: hidden;

					width: 223px;
					padding: 0 114px 10px 0;

					text-transform: uppercase;

					background: url(../images/pattern-03.png) no-repeat 0 100%;
			}
			.section-head-title {
					position: relative;
					overflow: hidden;
					padding: 15px 114px 10px 0;
					text-transform: uppercase;
					background: url(../images/pattern-03.png) repeat-x 0 100%;
			}
			.section-head-subtitle {
					float: left;

					font-family: 'Arimo', sans-serif;
					font-size: 20px;
					font-weight: 300;

					color: #222;
			}
			.section-head a {
					float: right;

					margin-top: 8px;

					font-size: 11px;
			}
			.section-head a:hover {
					text-decoration: underline;
			}
			.section-head a span {
					color: #222;
			}

			.footer-container,
			.footer-container .footer {
					overflow: hidden;

					width: 100%;
			}
			.footer-container .footer > p {
					display: none;
			}
			.footer-container .footer .logo {
					float: left;

					width: 186px;
					height: 89px;
					margin: 51px 20px 0 58px;

					text-indent: 9998em;

					background: url(../images/logo-rowerzysta-02.png);
			}
			.footer-container .footer .logo  a {
					display: block;

					width: 100%;
					height: 100%;
			}
			.footer ul.footer-links li.title {
					padding-bottom: 10px;
			}
			.footer ul.footer-links {
					width: 200px;
			}
			.footer ul.footer-links li a {
					display: block;
			}
			.header-container + p {
					display: none;
			}
			.products-grid {
					padding: 20px 0;
			}
			.products-grid li.item {
					position: relative;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 232px;
					height: 326px;
					padding: 10px 20px 0;

					transition: ease-in-out .2s all;
			}

			.products-grid li.item:hover {
					z-index: 5;

					-webkit-box-shadow: 0 0 13px rgba(0,0,0,.14); /* outer glow */
						 -moz-box-shadow: 0 0 13px rgba(0,0,0,.14); /* outer glow */
									box-shadow: 0 0 13px rgba(0,0,0,.14); /* outer glow */
			}
			.products-grid li.item:after {
					position: absolute;
					top: 0;
					right: 0;

					width: 1px;
					height: 300px;

					content: '';

					background: url(../images/pattern-dashed-01.png) repeat-y;
			}
			.products-grid li.item.item-count-2:after {
					display: none;
			}
			.products-grid li.item .product-name {
					font-size: 14px;
					line-height: 18px;

					color: #272324;
			}
			.products-grid li.item .product-name a {
					color: #272324;
			}
			.products-grid li.item .product-name a:hover {
					text-decoration: none;

					color: #f00;
			}
			.products-grid .regular-price .price,
			.products-grid .special-price .price {
					position: absolute;
					top: 226px;
					right: 10px;

					display: block;

					width: 110px;
					height: 30px;

					font-size: 17px;
					font-weight: normal;
					line-height: 30px;

					text-align: center;

					border: 1px solid #dedede;
					border-width: 3px 1px 0 1px;
					background: #fff;
			}

			.products-grid .regular-price .price:after,
			.products-grid .special-price .price:after {
					position: absolute;
					bottom: -7px;
					left: 0;

					width: 100%;
					height: 7px;

					content: '';

					background: url(../images/pattern-04.png) no-repeat;
			}
			.products-grid .old-price .price {
					position: absolute;
					top: 235px;
					left: 10px;

					font-size: 16px;

					text-decoration: line-through;

					color: #7d7d7d;
			}
			.products-grid li.item .dostawa-gratis {
					position: absolute;
					top: 275px;
					right: 10px;

					margin: 0;
					padding-right: 2px;
					padding-left: 2px;

					font-size: 11px;

					color: #fff;
					background: #6363b8;
			}
			.col2-left-layout .products-grid,
			.col2-right-layout .products-grid {
					width: 100%;
			}
			#slide-commands {
					margin-top: 227px;
			}
			.owl-pagination {
					position: absolute;
					right: 27px;
					bottom: 32px;
			}
			#slide-commands a,
			.owl-pagination .owl-page {
					position: relative;

					float: left;

					width: 11px;
					height: 11px;
					margin-left: 6px;

					text-indent: -9998em;

					border: 1px solid #fff;
					border-radius: 50%;
					background: none;
			}
			.owl-pagination .owl-page span {
					position: absolute;
					top: 3px;
					left: 3px;

					width: 3px;
					height: 3px;

					content: '';

					opacity: 0;
					border: 1px solid #fff;
					border-radius: 50%;
					background: #fff;
			}
			.owl-pagination .owl-page.active span {
					opacity: 1;
			}
			.widget-banner {
					float: left;

					width: 100%;
			}
			.widget-banner-slides {
					overflow: hidden;

					margin: 20px 0;
			}
			.widget-banner-slides {
					text-align: right;
			}
			.widget-banner-slides .owl-buttons {
					position: absolute;
					top: 25px;
			}
			.widget-banner-slides .owl-buttons div {
					width: 24px;
					height: 40px;

					text-indent: 9998em;

					background: #3a3a38 url(../images/arrow-left-01.png) no-repeat 50% 50%;
			}
			.widget-banner-slides .owl-buttons div:hover {
					background-color: #ee0b11;
			}
			.widget-banner-slides .owl-buttons div + div {
					margin-top: 20px;

					background-image: url(../images/arrow-right-02.png);
			}

			.grid-banner {
					float: left;
			}
			.grid-banner a {
					position: relative;

					display: block;

					width: 462px;
					height: 302px;
			}
			.grid-banner a strong {
					position: absolute;
					bottom: 18px;
					left: 14px;

					width: 260px;
					min-height: 48px;

					text-transform: uppercase;

					color: #fff;
					background: url(../images/pattern-05.png) no-repeat 0 100%;
			}

			.product-view .product-img-box > a {
					display: block;

					width: 553px;
					height: 304px;

					text-align: center;

					border: 1px solid #e2e2e2;
			}

			.product-collateral {
					font-size: 13px;
					margin: 15px 0 0 0;

					border: 1px solid #e2e2e2;
			}

			.product-collateral .tabs {
					display: table;

					width: 100%;
					height: 50px;
					margin-top: 0;

					cursor: pointer;

					color: #000;
					background: #ebebeb;
					-webkit-box-shadow: 0 3px 1px rgba(41,40,40,.21);
						 -moz-box-shadow: 0 3px 1px rgba(41,40,40,.21);
									box-shadow: 0 3px 1px rgba(41,40,40,.21);
			}
			.product-collateral .tabs li {
					position: relative;

					display: table-cell;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					/*width: 83%;*/
					width: auto;
					float: left;
					padding: 0;
					height: 50px;
					margin-top: 0;

					vertical-align: middle;

					background: #ebebeb;

							-ms-box-sizing: border-box;
			}
			.product-collateral .tabs li a {
					padding: 0 30px;
			}
			.product-collateral .tabs li.active {
					background: #fff;
			}
			.product-collateral .tabs li.active {
					padding-bottom: 3px;

					background: #fff;
			}
			.product-collateral .tabs li.active:after {
					position: absolute;
					bottom: -13px;

					display: block;

					width: 100%;
					height: 13px;
					padding-left: 1px;
					left: -1px;

					content: '';

					background: #fff;
			}
			.product-collateral .tabs li a {
					float: left;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 100%;
					height: 50px;

					font-size: 14px;
					font-weight: normal;
					line-height: 50px;

					text-align: left;

							-ms-box-sizing: border-box;
			}
			.product-collateral .tabs li .rating-box {
					position: relative;
					top: 6px;
					left: 5px;
					display: inline-block;
			}
			.product-collateral .padder {
					padding: 10px;
			}
			.block-review .block-content {
					border: 1px solid #e2e2e2;
					border-width: 0 1px 1px;
			}
			.sidebar .block-review .block-content .item {
					margin-top: 3px;
					padding: 10px 15px;

					border-bottom: solid 1px #e2e2e2;
					box-shadow: 0 4px 2px -2px #e2e2e2;
			}
			.sidebar .block-review .block-content .item:nth-child(2n) {
					background: #f8f8f8;
			}
			.block-review .block-content .item .name a {
					display: block;

					margin-bottom: 10px;

					font-size: 16px;
					line-height: 20px;

					color: #121212;
			}
			.block-review .block-content .item h4 {
					display: none;
			}
			.breadcrumbs {
					width: 100%;
					padding: 10px 0;

					border-bottom: 1px solid #ddd;
			}
			.breadcrumbs .separator {
					margin: 0 3px;
			}
			.breadcrumbs .bold {
					margin-left: 15px;
			}
			.product-essential-ac {
					clear: both;
					overflow: hidden;
			}
			.mini-brands {
				margin-bottom: 10px;
			}
			.mini-brands .section-head {
				margin-bottom: 20px;
				width: 100%;
				padding: 0 0 10px 0;
			}
			.mini-brands .customSelect {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					padding-left: 0;

					font-size: 13px;
					height: 20px!important;
					line-height: 20px!important;

					border: solid 1px #b6b6b6;
			}
			.mini-brands .customSelect .customSelectInner {
				max-width: 90%;
			}
			.mini-brands .customSelect:before {
					position: relative;
					top: 7px;
					left: 190px;

					width: 0;
					height: 0;

					content: '';

					border-width: 3px 3px 0 3px;
					border-style: solid;
					border-color: #000 transparent transparent transparent;
			}
			.form-search input.input-text {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 190px;
					min-width: 190px;
					height: 20px;
					padding-left: 5px;

					line-height: 20px;

					border: solid 1px #b6b6b6;
			}
			iframe[name~='google_conversion_frame'] {
					display: none;
			}
			.copy {
					font-size: 13px;

					text-align: center;
			}
			#vertnav {
					padding-left: 0;
			}
			/* Kb */
			.products-grid li.item .dostawa-gratis,
			#products-list .dostawa-gratis {
					position: absolute;
					bottom: 5px;

					float: left;

					height: 1em;
					padding: 0 4px;

					font-family: 'Arimo';
					font-size: 12px;
					font-weight: 300;
					line-height: 1.2em;

					color: white;
					background: #6363b8;
			}
			#products-list .price-contener {
					position: absolute;
					right: 0;
					bottom: 12px;

					width: 250px;
					height: 42px;
			}
			#products-list .price-contener .old-price .price {
					position: relative;
					top: 0;
					right: 40px;

					padding-right: 20px;

					font-size: 18px;

					text-decoration: line-through;

					color: #7d7d7d;
					background: url(../images/arrow-right-01.png) no-repeat center right;
			}
			#products-list .price-contener .special-price .price,
			#products-list .price-contener .regular-price .price {
					position: absolute;
					top: 0;
					right: 10px;

					display: block;

					width: auto;
					height: 35px;
					padding: 0 15px;

					font-weight: bold;
					font-size: 25px;
					line-height: 35px;

					text-align: center;

					border: 1px solid #dedede;
					border-width: 3px 1px 0 1px;
					background: #fff;
			}
			#products-list .price-contener .special-price .price:after,
			#products-list .price-contener .regular-price .price:after {
					position: absolute;
					bottom: -7px;
					left: 0;

					width: 100%;
					height: 7px;

					content: '';

					background: url(../images/pattern-04.png) repeat-x;
			}
			.products-list li.item:after {
					position: relative;
					bottom: -30px;

					display: block;

					width: 100%;
					height: 1px;

					content: '';

					background: url('../images/pattern-dot-01.png') 0 0 repeat-x;
			}
			input[type='text'],
			input[type='password'],
			textarea {
					border: solid 1px #b6b6b6;
			}
			.block-layered-nav #narrow-by-list:before {
					position: absolute;
					top: -5px;
					left: 0;

					width: 100%;
					height: 5px;

					content: '';

					background: url(../images/pattern-01.png);
			}
			.block-layered-nav #narrow-by-list {
					position: relative;

					margin-bottom: 20px;

					border: solid 1px #e2e2e2;
			}
			.block-layered-nav dt {
					padding: 5px 0;

					font-weight: bold;

					text-align: center;

					border-bottom: 1px solid #e0dfe3;
					background: #f9f9f9;
			}
			.block-layered-nav dt li,
			.block-layered-nav dd li {
					padding: 0 10px;
			}
			.block-layered-nav dd {
					padding: 10px 0;
			}
			select {
					z-index: 2;
			}
			.checkout-onepage-index select {
					height: 21px;
					padding-left: 10px;

					line-height: 30px;
			}
			.my-account .customSelect,
			.packageinfo .customSelect,
			.checkout-onepage-index .customSelect,
			.checkout-multishipping-address-editshipping .customSelect,
			.account-create .customSelect {
					position: relative;
					z-index: 1;

					border: solid 1px #b6b6b6;
					height: 30px;
			}
			.my-account .customSelectInner,
			.packageinfo .customSelectInner,
			.checkout-onepage-index .customSelectInner,
			.checkout-multishipping-address-editshipping .customSelectInner,
			.account-create .customSelectInner {
					padding-right: 20px;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
			}
			.packageinfo .customSelect,
			.checkout-onepage-index .col-main .customSelect {
					padding-left: 10px;

					line-height: 30px;
					height: 28px;
			}
			.select-package,
			.customSelect.select-package {
				width: 225px;
				min-width: 225px;
			}
			.checkout-onepage-index .col-main .customSelect,
			.checkout-onepage-index .col-main select {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 255px;
					min-width: 255px;
					max-width: 255px;
					height: 30px;

					line-height: 30px;
			}
			.packageinfo .customSelect:after,
			.my-account .customSelect:after,
			.checkout-onepage-index .col-main .customSelect:after,
			.account-create .customSelect:after {
					position: absolute;
					top: 13px;
					right: 10px;

					width: 0;
					height: 0;

					content: '';

					border-width: 5px 3px 0 3px;
					border-style: solid;
					border-color: #000 transparent transparent transparent;
			}
			.my-account label,
			.account-create li:not(.control) label {
					width: 120px;
			}
			.myaccount-create li label {
					padding-right: 5px;
			}
			.my-account .input-box,
			.account-create .input-box {
					float: left;
					clear: none;
			}
			.my-account .form-list label.required em,
			.account-create .form-list label.required em {
					position: static;

					float: none;

					margin-left: 2px;
			}
			.col-main .buttons-set {
					float: left;

					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					min-width: 100%;
					padding: 10px 20px;

					background: #ebebeb;
			}
			.col-main input[type='text'],
			.col-main input[type='password'],
			.col-main input[type='email'],
			.my-account .customSelect:not(.col-left),
			.checkout-multishipping-address-editshipping .customSelect,
			.account-create .customSelect {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					min-width: 255px;
					max-width: 255px;
					min-height: 30px;
					padding: 0 10px;

					line-height: 30px;
			}
			.account-create .control .input-box {
					float: left!important;
			}
			#region {
					margin-top: 10px;
			}
			.addresses-additional {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					padding: 0 20px;
			}
			.buttons-set p.back-link,
			.buttons-set .f-left {
					float: left;

					width: auto;
					height: 30px;

					line-height: 32px;

					cursor: pointer;

					color: #fff;
					background: #b6b6b6;
			}
			.buttons-set p.back-link,
			.buttons-set .f-left a,
			.buttons-set a.f-left {
					color: #fff!important;
			}
			.buttons-set > a,
			.buttons-set > button,
			.buttons-set > p {
					line-height: 32px;
			}
			.buttons-set .back-link a,
			.buttons-set .f-left {
					float: left;

					padding: 0 15px;

					color: #fff;
			}
			.my-account .title-buttons {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					padding: 20px;

					line-height: 43px;
			}
			.buttons-set button.button,
			.cart-contener button,
			.cart-contener button .cart-table,
			.title-buttons button,
			.data-table button,
			.grand-total button {
					float: left;

					width: auto;
					height: 30px;
					margin-left: 5px;
					padding: 0 20px;

					line-height: 32px;

					cursor: pointer;

					border: solid 1px #ed1c24;
					background: #ed1c24;
			}
			.grand-total button {
					float: right;

					height: 43px;
			}
			.grand-total big {
					line-height: 50px;
			}
			.title-buttons button {
					float: right;
			}
			.addresses-primary a {
					display: block;
					clear: right;

					width: 180px;
					margin: 10px auto 0;
					padding: 3px;

					font-weight: normal;

					text-align: center;

					color: #fff;
					background: #b6b6b6;
			}
			.messages li {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					margin: 0!important;
			}
			.cart-contener {
					margin-top: 80px;
			}
			.cart-contener .a-center .input-text {
					border: solid 1px #d2d2d2;
			}
			.checkout-onepage-index .page-title {
					float: left;
					clear: both;

					width: 100%;
					margin-top: 10px;
			}
			.checkout-multishipping-addresses .main-container,
			.checkout-multishipping-shipping .main-container,
			.checkout-multishipping-billing .main-container,
			.checkout-multishipping-overview .main-container,
			.checkout-multishipping-address-editshipping .main-container,
			.cms-index-defaultnoroute .main-container,
			.col1-layout {
					margin-top: 100px;
			}
			.col1-layout a {
					text-decoration: underline;
			}
			.checkout-multishipping-address-editshipping .form-list label {
					float: left;
					clear: none;

					width: 120px;
			}
			.checkout-multishipping-address-editshipping .form-list label em {
					position: static;

					float: none;
			}
			.checkout-multishipping-address-editshipping .form-list .input-box {
					float: left;
					clear: right;
			}
			#checkoutSteps {
					float: left;
					clear: both;
					height: 1020px;

					width: 100%;
			}
			#checkout-step-billing {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 100%;
			}
			.billing-new-address-form .customSelect,
			.billing-new-address-form select {
					width: 255px;
					min-width: 255px;
					max-width: 255px;
			}
			#checkout-step-payment {
					width: 100%;
			}
			#checkout-step-shipping .form-list > li.wide label,
			#co-billing-form .form-list > li.wide label {
					width: 100%;
			}
			#co-billing-form .form-list > li.wide .input-box,
			#checkout-step-shipping .form-list > li.wide .input-box {
					margin-left: 10px;
			}
			#checkoutSteps.opc .form-list label.required em {
					right: 0;
			}

			 .std .page-not-found ul.disc {
					 list-style: none;
			 }

			 .std .page-not-found ul.disc li {
					 list-style: none;
					 padding-left: 11px;
			 }

			.customer-address-form .control label {
					width: auto;
					padding-right: 5px;
			}
			#checkout-step-login {
					-webkit-box-sizing: border-box;
						 -moz-box-sizing: border-box;
									box-sizing: border-box;
					width: 100%;
					padding-right: 0;
			}
			#checkout-step-login #login-form {
				display: inline-block;
			}
			#checkout-step-login .messages + #checkout-step-login #login-form   {
				margin-top: 10px;
			}
			#opc-login #checkout-step-login .col-1 {
					width: 40%;
			}

			#opc-login #checkout-step-login .col-2 {
					width: 50%;
			}
			.cart-collaterals input[type='text'] {
					width: 212px;
					min-width: 212px;
					max-width: 212px;
			}
			.cart-contener >form {
					width: 100%;
					float: left;
			}
			.col-main .coupon .buttons-set {
					padding: 0;
					background: #fff;
			}
			.col-main .coupon .buttons-set button {
					margin-left: 0;
			}
			#billing-new-address-form + li {
					margin-bottom: -10px;
			}
			#checkout-step-review {
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
			}
			#checkout-step-review .data-table thead tr th:nth-child(1){
					width: 72%;
			}
			#shipping-new-address-form .control {
					margin-bottom: -20px;
			}
			.cms-page-view .col-main .std {
				font-family: 'Arimo';
			}
=======
          width: 158px;
          margin-top: -6px;

          background: url(../images/topcorner2.gif) no-repeat scroll right top transparent;
      }
      .my-account-top a {
          float: left;

          margin-top: 10px;

          font-weight: bold;

          color: #f00;
      }
      .top-line {
          width: 100%;
          height: 6px;

          background: url(../images/top2.gif);
      }
      .logo {
          float: left;
      }

      .header {
          position: relative;
          z-index: 10;

          margin: 0 auto;
          padding: 0 25px;

          text-align: right;
      }
      .header .logo {
          float: left;

          margin: 3px 0 10px 12px;

          text-decoration: none !important;
      }
      .header .logo strong {
          position: absolute;
          top: -999em;
          left: -999em;

          overflow: hidden;

          width: 0;
          height: 0;

          font-size: 0;
          line-height: 0;

          text-indent: -999em;
      }
      .header h1.logo {
          margin: 0;
      }
      .header .quick-access {
          float: left;

          width: 600px;
      }
      .header .welcome-msg {
          position: relative;
          top: -10px;

          float: left;

          width: 513px;
          margin: 0;

          text-align: left;
      }
      .header .welcome-msg p {
          margin-bottom: 0;
      }
      .header .welcome-msg + .header .header-message {
          margin-top: 10px;
      }
      .header .form-search {
          position: absolute;
          top: 0;
          right: 29px;

          width: 315px;
          height: 30px;
          padding: 1px 0 0 16px;

          background: url(../images/bkg_form-search.gif) 0 0 no-repeat;
      }
      .header .form-search label {
          float: left;
          overflow: hidden;

          width: 24px;
          height: 21px;

          text-align: left;
          text-indent: -999em;
      }
      .header .form-search input.input-text {
          float: left;

          width: 209px;
          margin-right: 4px;

          border: solid 1px #5c7989;
      }
      .header .form-search button.button {
          float: left;
      }
      .header .form-search button.button span {
          height: 21px;
          padding: 0 0 0 3px;

          font: bold 11px/21px 'Arimo', Verdana, Arimo, sans-serif;

          border: 0;
          background: url(../images/btn_search.gif) 0 0 no-repeat;
      }
      .header .form-search button.button span span {
          padding: 0 6px 0 3px;

          background-position: 100% 0;
      }
      .header .form-search .search-autocomplete {
          z-index: 999;
          top: 22px !important;
          left: 40px !important;
      }
      .header .form-search .search-autocomplete ul {
          border: 1px solid #5c7989;
          background-color: #f9f5f0;
      }
      .header .form-search .search-autocomplete li {
          padding: 2px 8px 1px 8px;

          cursor: pointer;
          text-align: left;

          border-bottom: 1px solid #f4eee7;
      }
      .header .form-search .search-autocomplete li .amount {
          float: right;

          font-weight: bold;
      }
      .header .form-search .search-autocomplete li.odd {
          background-color: #fffefb;
      }
      .header .form-search .search-autocomplete li.selected {
          background-color: #f7e8dd;
      }

      .form-search .search-autocomplete {
          /*z-index:999; left:40px !important; top:22px !important;*/
      }
      .form-search .search-autocomplete ul {
          border: 1px solid #5c7989;
          background-color: #edf7fd;
      }
      .form-search .search-autocomplete li {
          padding: 2px 8px 1px 8px;

          cursor: pointer;
          text-align: left;

          border-bottom: 1px solid #b6b6b6;
      }
      .form-search .search-autocomplete li .amount {
          float: right;

          font-weight: bold;
      }
      .form-search .search-autocomplete li.odd {
          background-color: #edf7fd;
      }
      .form-search .search-autocomplete li.selected {
          background-color: #bae0f8;
      }

      .header .form-language {
          clear: both;

          padding: 5px 0 0;

          text-align: right;
      }
      .header .form-language label {
          padding-right: 5px;

          font-weight: bold;

          vertical-align: middle;

          color: #a7c6dd;
      }
      .header .form-language select {
          padding: 0;
      }
      .header .form-language select.flags option {
          padding-left: 25px;

          background-repeat: no-repeat;
          background-position: 4px 50%;
      }
      .header .links {
          float: left;

          height: 20px;
          margin: 0 0 0;
      }
      .header .links li {
          float: left;

          margin-right: 2px;

          font-size: 11px;
      }
      .header .links a {
          padding: 10px 17px;

          color: #222;
          background: url(../images/menu_bg2.gif);
      }
      .header .links a:hover {
          padding: 10px 17px;

          color: #fff;
          background: #dd273c;
      }
      .header-container .top-container {
          clear: both;

          padding: 5px 10px 0 12px;

          text-align: right;
      }
      .header-container .top-container a {
          font-size: 11px;

          color: #ebbc58;
      }

      /********** < Navigation */
      .nav-container {
          background: #0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y;
      }
      #nav {
          width: 918px;
          margin: 0 auto;
          padding: 0 16px;

          font-size: 13px;
      }

      /* All Levels */ /* Style consistent throughout all nav levels */
      #nav li {
          position: relative;

          text-align: left;
      }
      #nav li.over {
          z-index: 998;
      }
      #nav a,
      #nav a:hover {
          display: block;

          line-height: 1.3em;

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

          cursor: pointer;
          white-space: nowrap;
      }
      #nav li ul span {
          white-space: normal;
      }
      #nav ul li.parent a {
          background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
      }
      #nav ul li.parent li a {
          background-image: none;
      }

      /* 0 Level */
      #nav li {
          float: left;
      }
      #nav li.active a {
          color: #d96708;
      }
      #nav a {
          float: left;

          padding: 5px 12px 6px 8px;

          font-weight: bold;

          color: #a7c6dd;
      }
      #nav li.over a,
      #nav a:hover {
          color: #d96708;
      }

      /* 1st Level */
      #nav ul li,
      #nav ul li.active {
          float: none;

          margin: 0;
          padding-bottom: 1px;

          background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
      }
      #nav ul li.last {
          padding-bottom: 0;

          background: #ecf3f6;
      }

      #nav ul a,
      #nav ul a:hover {
          float: none;

          padding: 0;

          background: none;
      }
      #nav ul li a {
          font-weight: normal !important;
      }

      /* 2nd Level */
      #nav ul,
      #nav div {
          position: absolute;
          top: 27px;
          left: -10000px;

          width: 15em;

          border: 1px solid #899ba5;
      }
      #nav div ul {
          position: static;

          width: auto;

          border: none;
      }

      /* 3rd+ Level */
      #nav ul ul,
      #nav ul div {
          top: 5px;
      }

      #nav ul li a {
          background: #ecf3f6;
      }
      #nav ul li a:hover {
          background: #d5e4eb;
      }
      #nav ul li a,
      #nav ul li a:hover {
          color: #2f2f2f !important;
      }
      #nav ul span,
      #nav ul li.last li span {
          padding: 3px 15px 4px 15px;
      }

      /* Show menu */
      #nav li ul.shown-sub,
      #nav li div.shown-sub {
          z-index: 999;
          left: 0;
      }
      #nav li .shown-sub ul.shown-sub,
      #nav li .shown-sub li div.shown-sub {
          left: 100px;
      }
      /********** Navigation > */
      /* ======================================================================================= */


      /* Sidebar =============================================================================== */
      .block {
          margin: 0 0 15px;
      }
      .block .block-title {
          padding: 2px 9px;
          /*background:url(../images/bkg_block-title.gif) 0 0 repeat-x;*/ border-bottom: 1px solid #ddd;
      }
      .block .block-title strong {
          display: block;

          min-height: 16px;
          padding: 1px 0 1px;

          font: bold 12px/16px Arimo, Helvetica, sans-serif;

          color: #f00;
      }

      .block .block-title a {
          text-decoration: none !important;
      }
      .block .block-subtitle {
          margin: 0;
          padding: 5px 9px;

          font-size: 1em;
          font-weight: bold;

          color: #0a263c;
      }

      .block .block-content li.item {
          padding: 7px 9px;
      }
      .block .block-content .product-name {
          color: #6365ba;
      }
      .block .btn-remove {
          float: right;

          margin: 1px 0 2px 5px;
      }
      .block .actions {
          padding: 6px 9px;

          text-align: right;

          background: #dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;
      }
      .block .actions a {
          float: left;
      }
      .block .actions button.button {
          float: right;
      }
      .block .empty {
          margin: 0;
          padding: 5px 9px;
      }




      /* Mini Blocks */
      .block-cart,
      .block-wishlist,
      .block-subscribe,
      .block-compare,
      .block-reorder,
      .block-poll,
      .block-viewed,
      .block-compared,
      .block-related,
      .block-tags,
      .block-login {
          font-size: 11px;
          line-height: 1.25;
      }
      .block-cart .block-title strong,
      .block-wishlist .block-title strong,
      .block-subscribe .block-title strong,
      .block-compare .block-title strong,
      .block-reorder .block-title strong,
      .block-poll .block-title strong,
      .block-viewed .block-title strong,
      .block-compared .block-title strong,
      .block-related .block-title strong,
      .block-tags .block-title strong,
      .block-login .block-title strong {
          padding-left: 21px;

          background-repeat: no-repeat;
          background-position: 0 0;
      }

      /* Mini Products List */
      .mini-products-list .product-image {
          float: left;

          width: 50px;

          border: 1px solid #a9a9a9;
      }
      .mini-products-list .product-details {
          text-align: left;
      }
      .mini-products-list .product-details p {
          margin-top: 13px;

          font-size: 12px;
          line-height: 18px;
      }

      /* Block: Account */
      .block-account {
          border-color: #bbb;
      }
      .block-account .block-title {
          padding: 3px 10px;

          border: 0;
          background: #fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x;
      }
      .block-account .block-title strong {
          font-size: 13px;

          color: #fff;
      }
      .block-account .block-content {
          padding: 7px 10px 7px;

          background: #fbfaf6;
      }
      .block-account .block-content li a {
          display: block;

          padding: 3px 0;

          text-decoration: none !important;

          color: #5f5d5c;
          border-bottom: 1px solid #ddd;
      }
      .block-account .block-content li a:hover {
          color: #ea7900;
      }
      .block-account .block-content li.last a {
          border-bottom: 0;
      }
      .block-account .block-content li.current {
          padding: 3px 0;

          color: #ea7900;
          border-bottom: 1px solid #ddd;
      }
      .block-account .block-content li.current.last {
          border-bottom: 0;
      }

      /* Block: Currency Switcher */
      .block-currency {
          height: 51px;
          padding: 7px 12px 10px;

          border: 0;
          background: url(../images/bkg_block-currency.gif) 0 0 no-repeat;
      }
      .block-currency .block-title {
          margin: 0 0 5px;
          padding: 0;

          border: 0;
          background: none;
      }
      .block-currency .block-title strong {
          padding: 0 0 0 21px;

          font: bold 13px/21px Arimo, Helvetica, sans-serif;

          text-transform: none;

          color: #fff;
          background: url(../images/i_block-currency.gif) 0 50% no-repeat;
      }
      .block-currency .block-content {
          padding: 0;

          background: none;
      }
      .block-currency .block-content select {
          width: 100%;
          padding: 0;
      }

      /* Block: Layered Navigation */
      .block-layered-nav {
          margin-top: 21px;
          margin-bottom: 0;

          border: 0;
      }
      .block-layered-nav .block-title {
          overflow: hidden;

          height: 24px;
          padding: 0;

          text-indent: -999em;

          border: 0;
          background: url(../images/bkg_block-layered-title.gif) 0 0 no-repeat;
      }
      .block-layered-nav .block-subtitle {
          padding: 3px 1px;

          font: 12px 'Arimo',Sans-Serif;
          line-height: 1.35;

          color: #1f5070;
      }

      .block-layered-nav dt {
          padding: 7px 10px 0 0;

          font-weight: bold;

          text-transform: uppercase;

          background: url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat;
      }
      .block-layered-nav dd {
          background: url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x;
      }
      .block-layered-nav dd.last {
          background: none;
      }
      .block-layered-nav .currently li {
          padding: 4px 6px 4px 10px;

          background: #fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
      }
      .block-layered-nav .currently .label {
          padding-left: 18px;

          font-weight: bold;

          text-transform: uppercase;

          background: url(../images/bkg_block-layered-label.gif) 0 3px no-repeat;
      }
      .block-layered-nav .currently .btn-remove {
          margin: 3px 0 0;
      }
      .block-layered-nav .actions {
          padding: 4px 9px;

          font-size: 11px;

          text-align: right;

          border: 1px solid #dee5e8;
          border-width: 1px 0;
          background: #cad6e4;
      }
      .block-layered-nav .actions a {
          float: none;
      }

      /* Block: Cart */
      .block-cart {
          float: right;

          width: 338px;

          border-right: 2px solid #f00;
      }
      .block-cart .block-title {
          /*border-bottom:0;*/
      }
      .block-cart .block-title strong {
          background-image: url(../images/i_block-cart.gif);
      }
      .block-cart .summary {
          position: relative;
          z-index: 1;

          margin: -1px 0 0;
          padding: 2px 8px 8px;

          background: #fff;
      }
      .block-cart .amount {
          margin: 0;

          line-height: 24px;
      }
      .block-cart .amount a {
          font-weight: bold;
      }
      .block-cart .subtotal {
          margin: 5px 0 0;
          padding: 2px 0;

          text-align: center;

          background: #f7f7f7;
      }
      .block-cart .subtotal {
          margin-right: 20px;

          text-align: right;
      }
      .block-cart .subtotal .price {
          margin-left: 10px;

          font-weight: bold;
      }
      .block-cart .actions {
          border-bottom: 1px solid #c2c2c2;
      }
      .block-cart .actions .paypal-logo {
          float: left;

          width: 100%;
          margin: 3px 0 0;

          text-align: right;
      }
      .block-cart .actions .paypal-logo .paypal-or {
          display: block;
          clear: both;

          padding: 0 55px 8px 0;
      }

      /* Block: Wishlist */
      .block-wishlist .block-title strong {
          background-image: url(../images/i_block-wishlist.gif);
      }
      .block-wishlist .actions {
          text-align: right;
      }
      .block-wishlist .actions a {
          float: none;
      }

      /* Block: Related */
      .block-related .block-title strong {
          background-image: url(../images/i_block-related.gif);
          background-position: 0 1px;
      }
      .block-related input.checkbox {
          float: left;
      }
      .block-related .product {
          margin-left: 20px;
      }

      /* Block: Compare Products */
      .block-compare .block-title strong {
          background-image: url(../images/i_block-list.gif);
          background-position: 0 1px;
      }
      .block-compare button.button span {
          border-color: #406a83;
          background: #618499;
      }
      .page-popup .link-print {
          padding: 2px 0 2px 25px;

          font-weight: bold;

          color: #6365ba;
          background: url(../images/i_print.gif) 0 2px no-repeat;
      }
      .compare-table {
          border: 0;
      }
      .compare-table thead tr.first th,
      .compare-table thead tr.first td {
          padding: 0;

          font-size: 0;
          line-height: 0;

          border: 0;
          background: none;
      }
      .compare-table .btn-remove {
          float: right;

          width: 72px;
          height: 15px;

          background-image: url(../images/btn_remove2.gif);
      }
      .compare-table tbody th {
          background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
      }
      .compare-table tbody th,
      .compare-table tbody td {
          padding: 10px;

          border: 0;
          border-top: 1px solid #ccc;
          border-left: 1px solid #ccc;
      }
      .compare-table tbody td.last {
          border-right: 1px solid #ccc;
      }
      .compare-table tbody tr.last th,
      .compare-table tbody tr.last td {
          border-bottom: 1px solid #ccc !important;
      }
      .compare-table tr.add-to-row td {
          text-align: center;

          background: #fffada;
      }
      .compare-table tr.first td {
          text-align: center;
      }
      .compare-table tr.first td .product-name {
          margin: 0 0 5px;

          font-size: 13px;
          font-weight: bold;

          color: #203548;
      }
      .compare-table tr.first td .product-name a {
          color: #203548;
      }
      .compare-table tr.first td .ratings {
          width: 69px;
          margin: 0 auto;
      }
      .compare-table tr.first td p,
      .compare-table tr.add-to-row td p {
          margin: 0;
      }

      /* Block: Recently Viewed */
      .block-viewed .block-title strong {
          background-image: url(../images/i_block-viewed.gif);
      }

      /* Block: Recently Compared */
      .block-compared .block-title strong {
          background-image: url(../images/i_block-list.gif);
          background-position: 0 1px;
      }

      /* Block: Poll */
      .block-poll .block-title strong {
          background-image: url(../images/i_block-poll.gif);
      }
      .block-poll .block-subtitle {
          font-size: 12px;
      }
      .block-poll label {
          font-weight: bold;

          color: #777;
      }
      .block-poll input.radio {
          float: left;

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

          margin-left: 18px;
      }
      .block-poll li {
          padding: 3px 9px;
      }
      .block-poll .actions {
          margin: 5px 0 0;
      }
      .block-poll button.button span {
          border-color: #406a83;
          background: #618499;
      }
      .block-poll .answer {
          font-weight: bold;
      }
      .block-poll .votes {
          float: right;

          margin-left: 10px;
      }

      /* Block: Tags */
      .block-tags .block-title strong {
          background-image: url(../images/i_block-tags.gif);
      }
      .block-tags .block-content .tags-list {
          font-size: 12px;

          border: 0;
          background: none;
      }
      .block-tags .block-content a {
          color: #1b2d3b;
      }
      .block-tags .actions {
          text-align: right;
      }
      .block-tags .actions a {
          float: none;
      }

      /* Block: Subscribe */
      .block-subscribe .block-content {
          padding: 5px 10px;
      }
      .block-subscribe .block-title strong {
          background-image: url(../images/i_block-subscribe.gif);
      }
      .block-subscribe label {
          font-weight: bold;

          color: #666;
      }
      .block-subscribe input.input-text {
          display: block;

          width: 167px;
          margin: 3px 0;
      }
      .block-subscribe .actions {
          margin: 3px 0 0;
          padding: 0;

          text-align: left;

          background: none;
      }
      .block-subscribe .actions button.button {
          float: none;
      }
      .block-subscribe .actions button.button span {
          border-color: #406a83;
          background: #618499;
      }

      /* Block: Reorder */
      .block-reorder .block-title strong {
          background-image: url(../images/i_block-list.gif);
      }
      .block-reorder input.checkbox {
          float: left;

          margin: 2px -20px 0 0;
      }
      .block-reorder .product-name {
          margin-left: 20px;
      }
      .block-reorder .validation-advice {
          margin: 3px 9px 7px;
      }

      /* Block: Banner */
      .block-banner {
          border: 0;
      }
      .block-banner .block-content {
          padding: 0;

          text-align: center;
      }

      /* Block: Login */
      .block-login {
          float: left;

          width: 600px;
          height: 60px;
      }
      .block-login .block-title strong {
          background-image: url(../images/i_ma-info.gif);
      }
      .block-login .block-content {
          padding: 5px 10px;
      }
      .block-login label {
          float: left;

          margin: 0 3px;

          font-family: 'Arimo';
          font-size: 11px;
          line-height: 21px;

          text-transform: lowercase;

          color: #666;
      }
      .block-login input.input-text {
          float: left;

          width: 160px;
          height: 15px;
          padding: 1px 3px;

          font-family: 'Arimo';
          font-size: 11px;

          border: 1px solid #ccc;
          background-color: #f7f7f7;
      }
      .block-login .actions {
          float: left;

          margin: 0 0 0 5px;
          padding: 0;

          background: none;
      }
      .block-login .actions button.button span,
      .block-login .actions a.button span {
          font-family: 'Arimo';
          font-size: 11px;
          font-weight: lighter;

          background: none repeat scroll 0 0 #e13a4b;
      }
      .block-login .actions a.button span {
          background: #ed8993;
      }
      .block-login .actions a.button span:hover {
          background: #e13a4b;
      }
      .block-login a {
          margin-left: 5px;

          cursor: pointer;

          color: #fff;
      }
      .block-login button,
      .block-login a {
          float: left;
      }
      .block-login .forgot-password {
          margin-left: 270px;
          padding: 3px 0 4px;

          font-family: 'Arimo';
          font-size: 11px;
          font-weight: normal;

          color: #ed8993;
      }
      .block-login .forgot-password:hover {
          text-decoration: underline;
      }
      /* Paypal */
      .sidebar .paypal-logo {
          display: block;

          margin: 10px 0;

          text-align: center;
      }
      .sidebar .paypal-logo a {
          float: none;
      }
      /* ======================================================================================= */


      /* Category Page ========================================================================= */
      .category-title {
          float: left;

          width: 100%;
          margin: 0 0 7px;

          border: 0;
      }
      .category-image {
          overflow: hidden;

          width: 100%;
          margin: 0 0 10px;

          text-align: center;
      }

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

          width: 100%;
          margin-top: 15px;
      }

      /* View Type: Grid */
      .products-grid {
          position: relative;

          float: left;

          background: url(../images/bkg_grid.gif) 0 0 repeat;
      }
      .products-grid.last {
          border-bottom: 0;
      }
      .products-grid li.item {
          float: left;

          width: 188px;
          height: 265px;
          padding: 12px 22px 10px;

          background: none;
      }
      .products-grid .product-image {
          display: block;

          width: 135px;
          height: 135px;
          margin: 0 0 10px;
      }
      .products-grid .product-name {
          /*min-height:2.7em;*/ margin: 0 0 5px;

          font-size: 13px;
          font-weight: bold;

          color: #203548;
      }
      .products-grid .product-name a {
          height: 32px;

          font: 12px Arimo;

          color: #f00;
      }
      .products-grid .product-name a:hover {
          text-decoration: underline;
      }
      .products-grid .price-box {
          margin: 5px 0;
      }
      .products-grid .availability {
          line-height: 21px;
      }
      .products-grid .actions {
          position: absolute;
          bottom: 12px;
      }
      .col2-left-layout .products-grid,
      .col2-right-layout .products-grid {
          width: 700px;
          margin: 0 auto;
      }
      .col1-layout .products-grid {
          width: 790px;
          margin: 0 auto;
      }

      /* View Type: List */
      .products-list li.item {
          position: relative;

          padding: 20px 0;
      }
      .products-list li.item.last:after {
          background: none;
      }
      .products-list .product-image {
          float: left;

          width: 200px;
          height: 135px;
          margin: 0 0 10px;
      }
      .products-list .product-shop {
          float: left;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 550px;
          margin-top: 13px;
          padding-left: 25px;
      }
      .products-list .product-name {
          margin: 0 0 5px;

          font-size: 13px;
          font-weight: bold;
      }
      .products-list .product-name a {

          color: #595959;
      }
      .products-list .product-name a:hover {
          color: #f44;
      }
      .products-list .price-box {
          float: left;

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

          margin: 3px 0 0;
      }
      .products-list .desc {
          clear: both;

          margin: 0 0 15px;
          padding: 6px 0 0;

          line-height: 1.35;
      }
      .products-list .desc .link-learn {
          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;

          margin: 0 2px;
      }
      /* ======================================================================================= */


      /* Product View ========================================================================== */
      /* Rating */
      .no-rating {
          margin: 0;
      }
      .no-rating,
      .rating-box {
          margin-bottom: 5px;
      }
      .ratings {
          margin: 7px 0;

          font-size: 11px;
          line-height: 1.25;
      }
      .ratings strong {
          float: left;

          margin: 1px 3px 0 0;
      }
      .ratings .rating-links {
          float: left;
          clear: left;

          margin: 0;
      }
      .ratings .no-rating {
          float: left;
          clear: left;

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


      .rating-box {
          overflow: hidden;

          width: 69px;
          height: 13px;

          font-size: 0;
          line-height: 0;

          text-indent: -999em;

          background: url(../images/bkg_rating.gif) 0 0 repeat-x;
      }
      .rating-box .rating {
          float: left;

          height: 13px;

          background: url(../images/bkg_rating.gif) 0 100% repeat-x;
      }
      .ratings .rating-box {
          clear: left;

          margin-top: 10px;
          float: left;
          margin-right: 3px;
      }


      .ratings-table th,
      .ratings-table td {
          padding: 3px 0;

          font-size: 11px;
          line-height: 1.15;
      }
      .ratings-table th {
          padding-right: 8px;

          font-weight: bold;
      }

      /* Availability */
      .availability {
          margin: 0;
      }
      .add-to-cart .availability {
          margin: 0 0 10px 0;
      }
      .availability span {
          font-weight: bold;

          color: #f00;
      }

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

      .availability-only {
          margin: 10px 0 7px;
          padding-left: 15px;

          line-height: 16px;

          background: url(../images/i_availability_only.gif) 0 50% no-repeat;
      }
      .availability-only span,
      .availability-only a {
          color: #000;
          border-bottom: 1px dashed #751d02;
      }
      .availability-only a {
          padding-right: 15px;

          cursor: pointer;
          text-decoration: none;

          background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
      }
      .availability-only .expanded {
          background-position: 100% -15px;
      }
      .availability-only strong {
          color: #be2c00;
      }

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

          font-size: 10px;

          background: #d2d6d9;
      }
      .availability-only-details td {
          padding: 2px 8px 1px;

          font-size: 11px;

          border-bottom: 1px solid #fff;
          background: #ebf0f3;
      }
      .availability-only-details tr.odd td.last {
          font-weight: bold;

          color: #d95e00;
      }

      .product-view .product-shop .availability {
          font-size: 11px;
      }
      .product-view .product-shop .availability span {
          font-weight: normal;
      }

      /* Email to a Friend */
      .email-friend {
          margin: 0;
      }

      /* Alerts */
      .alert-price {
          margin: 0;

          font-size: 11px;
      }
      .alert-stock {
          margin: 0;

          font-size: 11px;
      }

      /********** < Product Prices */
      .price {
          white-space: nowrap !important;
      }

      .price-box {
          margin: 5px 0;
      }
      .price-box .price {
          font-weight: bold;

          color: #3e3e3e;
      }

      /* Regular price */
      .regular-price {
          color: #c76200;
      }
      .regular-price .price {
          font: 20px/16px 'Arimo';

          white-space: nowrap;
          letter-spacing: 1px;

          color: #f00;
      }
      .block .regular-price,
      .block .regular-price .price {
          color: #2f2f2f;
      }

      /* Old price */
      .old-price {
          margin: 0;
      }
      .old-price .price-label {
          white-space: nowrap;

          color: #999;
      }
      /* Special price */
      .special-price {
          margin: 0;
      }
      .special-price .price-label {
          font-size: 13px;
          font-weight: bold;

          white-space: nowrap;

          color: #cd5033;
      }

      /* Minimal price (as low as) */
      .minimal-price {
          margin: 0;
      }
      .minimal-price .price-label {
          font-weight: bold;

          white-space: nowrap;
      }

      .minimal-price-link {
          display: block;
      }
      .minimal-price-link .label {
          color: #6365ba;
      }
      .minimal-price-link .price {
          font-weight: normal;

          color: #6365ba;
      }

      /* Excluding tax */
      .price-excluding-tax {
          display: block;

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

          color: #999;
      }
      .price-excluding-tax .price {
          font-size: 13px;
          font-weight: normal;

          color: #c76200;
      }

      /* Including tax */
      .price-including-tax {
          display: block;

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

          color: #999;
      }
      .price-including-tax .price {
          font-size: 13px;
          font-weight: bold;

          color: #c76200;
      }

      /* FPT */
      .weee {
          display: block;

          font-size: 11px;

          color: #444;
      }
      .weee .price {
          font-size: 11px;
          font-weight: normal;
      }

      /* Excl tax (for order tables) */
      .price-excl-tax {
          display: block;
      }
      .price-excl-tax .label {
          display: block;

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

      /* Incl tax (for order tables) */
      .price-incl-tax {
          display: block;
      }
      .price-incl-tax .label {
          display: block;

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

          font-weight: bold;
      }

      /* Price range */
      .price-from {
          margin: 0;
      }
      .price-from .price-label {
          font-weight: bold;

          white-space: nowrap;
      }

      .price-to {
          margin: 0;
      }
      .price-to .price-label {
          font-weight: bold;

          white-space: nowrap;
      }

      /* Price notice next to the options */
      .price-notice {
          padding-left: 10px;

          color: #999;
      }
      .price-notice .price {
          font-weight: bold;

          color: #2f2f2f;
      }

      /* Price as configured */
      .price-as-configured {
          margin: 0;
      }
      .price-as-configured .price-label {
          font-weight: bold;

          white-space: nowrap;
      }

      .price-box-bundle {
          padding: 0 0 10px 0;
      }
      .price-box-bundle .price-box {
          margin: 0 !important;
          padding: 0 !important;
      }
      .price-box-bundle .price {
          color: #555;
      }
      /********** Product Prices > */

      /* Tier Prices */
      .tier-prices {
          margin: 10px 0;
          padding: 10px;

          border: 1px solid #dadddd;
          background-color: #f4f7f7;
      }
      .tier-prices li {
          padding: 2px 0 2px 10px;

          line-height: 1.4;

          color: #424242;
          background: url(../images/i_tier.gif) no-repeat 0 3px;
      }
      .tier-prices .benefit {
          font-weight: bold;
          font-style: italic;

          color: #2f2f2f;
      }
      .tier-prices .price {
          font-weight: bold;

          color: #2f2f2f;
      }

      .tier-prices-grouped li {
          padding: 2px 0;

          color: #ed1c24;
      }
      .tier-prices-grouped li .price {
          font-weight: bold;
      }

      /* Add to Links */
      .add-to-links {
          margin: 5px 0 0;

          font-size: 11px;
      }
      .add-to-links .separator {
          display: none;
      }

      /* Add to Cart */
      .add-to-cart label {
          float: left;

          margin-right: 5px;

          font-weight: bold;

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

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

          margin-top: 10px;
          padding: 0;

          cursor: pointer;

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

          margin: 0;

          text-align: right;
      }
      .add-to-cart .paypal-logo .paypal-or {
          display: block;
          clear: both;

          margin: 5px 60px 5px 0;
      }
      .product-view .add-to-cart .paypal-logo {
          margin: 0;
      }

      /* Add to Links + Add to Cart */
      .add-to-box {
          margin: 10px 0;
      }
      .add-to-box .add-to-cart {
          float: left;
      }
      .add-to-box .or {
          float: left;

          margin: 0 7px;

          font-weight: bold;

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

          margin: 0;

          font-size: 12px !important;
          line-height: 1.25 !important;

          text-align: left !important;
      }
      .add-to-box .add-to-links li {
          display: block !important;
      }
      .add-to-box .add-to-links li .separator {
          display: none !important;
      }




      .product-essential {
          margin: 0;
      }
      .product-essential h2 {
          font: bold 13px/1.35 Arimo, Helvetica, sans-serif;
      }

      .product-collateral {
          margin: 0;
      }
      .product-collateral h2 {
          margin: 0 0 15px;
          padding: 0 0 1px;

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

      /* Product Images */
      .product-view .product-img-box {
          float: left;

          width: 555px;
      }
      .col3-layout .product-view .product-img-box {
          float: none;

          margin: 0 auto;
      }
      .product-view .product-img-box .product-image {
          margin: 0 0 13px;
      }
      .product-view .product-img-box .product-image-zoom {
          position: relative;
          z-index: 9;

          overflow: hidden;

          width: 265px;
          height: 265px;
      }
      .product-view .product-img-box .product-image-zoom img {
          position: absolute;
          top: 0;
          left: 0;

          cursor: move;
      }
      .product-view .product-img-box .zoom-notice {
          margin: 0 0 5px;

          font-size: 11px;

          text-align: center;
      }
      .product-view .product-img-box .zoom {
          position: relative;
          z-index: 9;

          height: 18px;
          margin: 0 auto 13px;
          padding: 0 28px;

          cursor: pointer;

          background: url(../images/slider_bg.gif) 50% 50% no-repeat;
      }
      .product-view .product-img-box .zoom.disabled {
                  opacity: .3;

             -moz-opacity: .3;
          -webkit-opacity: .3;
          -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';/*IE8*/
      }
      .product-view .product-img-box .zoom #track {
          position: relative;

          height: 18px;
      }
      .product-view .product-img-box .zoom #handle {
          position: absolute;
          top: -1px;
          left: 0;

          width: 9px;
          height: 22px;

          background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
      }
      .product-view .product-img-box .zoom .btn-zoom-out {
          position: absolute;
          top: 0;
          left: 2px;
      }
      .product-view .product-img-box .zoom .btn-zoom-in {
          position: absolute;
          top: 0;
          right: 2px;
      }
      .product-view .product-img-box .more-views h2 {
          margin: 0 0 8px;

          font-size: 11px;

          text-transform: uppercase;

          border-bottom: 1px solid #ccc;
      }
      .product-view .product-img-box .more-views li {
          float: left;

          margin: 0 0 8px 9px;
      }
      .product-view .product-img-box .more-views li a {
          float: left;
          overflow: hidden;

          width: 56px;
          height: 56px;

          border: 2px solid #ddd;
      }

      .product-view .product-img-box .more-views h4 {
          font-size: 12px;
      }

      .product-image-popup {
          margin: 0 auto;
      }
      .product-image-popup .buttons-set {
          float: right;
          clear: none;

          margin: 0;
          padding: 0;

          border: 0;
      }
      .product-image-popup .nav {
          margin: 0 100px;

          font-weight: bold;

          text-align: center;
      }
      .product-image-popup .image {
          display: block;

          margin: 10px 0;
      }
      .product-image-popup .image-label {
          margin: 0 0 10px;

          font-size: 13px;
          font-weight: bold;

          color: #2f2f2f;
      }

      /* Product Shop */
      .product-view .product-shop {
          float: right;

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

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

          width: auto;
      }
      .product-view .product-shop .product-name {
          margin: 0 0 5px;
      }
      .product-view .product-shop .product-name h1 {
          margin: 0;

          font: bold 15px/1.35 Arimo, Helvetica, sans-serif;
      }
      .product-view .product-shop .availability {
          margin: 10px 0;
      }
      .product-view .product-shop .short-description {
          margin: 10px 0;
          padding: 10px 0 0;

          background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
      }
      .product-view .product-shop .price-box {
          float: left;

          margin: 10px 0 0 0;
      }
      .product-view .product-shop .add-to-links {
          margin: 0;
      }
      .product-view .product-shop .add-to-links {
          font-size: 12px;

          text-align: right;
      }
      .product-view .product-shop .add-to-links li,
      .product-view .product-shop .add-to-links li .separator {
          display: inline;
      }
      .product-view .product-shop .add-to-links a {
          font-weight: normal !important;

          color: #6365ba !important;

      /* Block: Additional */
      .product-view .box-additional .data-table th,
      .product-view .box-additional .data-table td {
          line-height: 1.25;
      }

      /* Block: Upsell */
      .product-view .box-up-sell h2 {
          margin: 0 0 8px;
          padding: 0;

          border-bottom: 0;
      }
      .product-view .box-up-sell .products-grid {
          width: 100%;

          border: 1px solid #e5dcc3;
      }
      .product-view .box-up-sell .products-grid td {
          width: 25%;
          padding: 15px 10px 12px;

          line-height: 1.6em;

          border-right: 1px solid #e5dcc3;
          border-bottom: 1px solid #e5dcc3;
          background: #f6f2e7;
      }
      .product-view .box-up-sell .products-grid tr.last td {
          border-bottom: 0;
      }
      .product-view .box-up-sell .products-grid td.last {
          border-right: 0;
      }
      .product-view .box-up-sell .products-grid td img {
          border: 1px solid #e5dcc3;
      }
      .product-view .box-up-sell .products-grid .product-image {
          text-align: center;
      }
      .product-view .box-up-sell .products-grid td.empty {
          border-right: 0;
          background: #f1ecdb;
      }
      .product-view .box-up-sell .products-grid .ratings .rating-box {
          display: block;
          float: none;

          margin: 0 0 3px;
      }

      /* Block: Tags */
      .product-view .box-tags {
          margin: 0;
      }
      .product-view .box-tags h3 {
          font-size: 13px;
      }
      .product-view .box-tags .product-tags {
          display: block;

          margin: 0 0 15px;
      }
      .product-view .box-tags .product-tags li {
          display: inline;

          padding: 0 7px 0 4px;

          background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
      }
      .product-view .box-tags .product-tags li.first {
          padding-left: 0;
      }
      .product-view .box-tags .product-tags li.last {
          padding-right: 0;

          background: none;
      }
      .product-view .box-tags .form-add label {
          display: block;

          margin: 0 0 5px;

          font-size: 13px;
          font-weight: bold;

          color: #0a263c;
      }
      .product-view .box-tags .form-add .input-box {
          float: left;

          width: 305px;
          margin: 0 5px 0 0;
          padding: 0 0 0 23px;

          background: url(../images/i_tag_add.gif) 0 2px no-repeat;
      }
      .product-view .box-tags .form-add input.input-text {
          width: 299px;
      }
      .product-view .box-tags .form-add button.button span {
          border-color: #406a83;
          background: #618499;
      }
      .product-view .box-tags .note {
          margin: 3px 0 0;
          padding: 0 0 0 23px;

          font-size: 11px;
      }

      /* Block: Reviews */
      .product-view .box-reviews dl {
          margin: 15px 0;
      }
      .product-view .box-reviews dt a,
      .product-view .box-reviews dt span {
          font-weight: bold;
      }
      .product-view .box-reviews dd {
          margin: 0 0 15px;
      }
      .product-view .box-reviews dd small {
          font-style: italic;
      }
      .product-view .box-reviews .form-add {
          margin: 15px 0 0;
      }
      .product-view .box-reviews .form-add h3 {
          font-size: 13px;
          font-weight: normal;
      }
      .product-view .box-reviews .form-add h3 span {
          font-weight: bold;
      }
      .product-view .box-reviews .form-add h4 {
          font-size: 12px;
      }
      .product-view .box-reviews .form-add .data-table td {
          text-align: center;
      }
      .product-view .box-reviews .form-add .form-list {
          margin: 15px 0 0;
      }
      .product-view .box-reviews .form-add .form-list .input-box {
          width: 360px;
      }
      .product-view .box-reviews .form-add .form-list input.input-text,
      .product-view .box-reviews .form-add .form-list textarea {
          width: 354px;
      }

      /* Send a Friend */
      .send-friend .form-list {
          overflow: hidden;

          width: 615px;
      }
      .send-friend .form-list li {
          margin-right: -15px;
      }
      .send-friend .form-list li p {
          margin: 0 15px 0 0;
      }
      .send-friend .form-list .field {
          width: 315px;
      }
      .send-friend .form-list .input-box {
          width: 300px;
      }
      .send-friend .form-list input.input-text,
      .send-friend .form-list textarea {
          width: 294px;
      }
      .send-friend .form-list li.wide .input-box {
          width: 612px;
      }
      .send-friend .form-list li.wide textarea {
          width: 609px;
      }
      .send-friend .buttons-set .limit {
          float: right;

          margin: 0 7px 0 0;

          font-size: 11px;
          line-height: 21px;
      }
      /* ======================================================================================= */


      /* Content Styles ================================================================= */
      .product-name {
          margin: 0;

          font-size: 1em;
          font-weight: normal;
      }
      .product-name a {
          color: #6365ba;
      }

      /* Product Tags */
      .tags-list {
          display: block;

          padding: 10px;

          font-size: 13px;

          border: 1px solid #c1c4bc;
          background: #f8f7f5;
      }
      .tags-list li {
          display: inline !important;

          margin: 0 4px 0 0;
      }
      .tags-list li a {
          color: #1b2d3b;
      }

      /* Advanced Search */
      .advanced-search .form-list label {
          width: 160px;
          padding-right: 10px;
      }
      .advanced-search .form-list .input-box,
      .advanced-search .form-list .input-range {
          float: left;
          clear: none;
      }
      .advanced-search-amount {
          margin: 0 0 10px;
      }
      .advanced-search-summary {
          margin: 10px 0;
          padding: 10px;

          border: 1px solid #e9d7c9;
          background: #fff6f1;
      }
      .advanced-search-summary ul {
          float: left;

          width: 49%;
      }
      .advanced-search-summary strong {
          padding-left: 15px;

          color: #e17c24;
          background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
      }
      .advanced-search-summary p {
          clear: both;

          margin: 0;

          font-weight: bold;
      }

      /* CMS Home Page */



      /* Sitemap */
      .page-sitemap .links {
          margin: 0 8px -22px 0;

          text-align: right;
      }
      .page-sitemap .links a {
          position: relative;

          text-decoration: none;
      }
      .page-sitemap .links a:hover {
          text-decoration: underline;
      }
      .page-sitemap .sitemap {
          margin: 12px;
      }
      .page-sitemap .sitemap a {
          color: #1b2d3b;
      }
      .page-sitemap .sitemap li {
          margin: 3px 0;
      }
      .page-sitemap .sitemap li.level-0 {
          margin: 10px 0 0;

          font-weight: bold;
      }
      .page-sitemap .sitemap li.level-0 a {
          color: #6365ba;
      }

      /* RSS */
      .rss-title h1 {
          padding-left: 27px;

          background: url(../images/i_rss-big.png) 0 4px no-repeat;
      }
      .rss-table .link-rss {
          display: block;

          line-height: 1.55;

          background-position: 0 4px;
      }
      /* ======================================================================================= */


      /* Shopping Cart ========================================================================= */
      .cart .page-title {
          margin: 0 0 12px;

          border-bottom: 0;
      }
      .cart .page-title h1 {
          margin: 10px 0 0;
      }

      /* Checkout Types */
      .cart .page-title .checkout-types li {
          margin: 0 0 5px;
      }
      .cart .title-buttons .checkout-types {
          float: right;
      }
      .cart .title-buttons .checkout-types li {
          float: left;

          margin: 0 0 5px 5px;
      }
      .cart .checkout-types .paypal-or {
          margin: 0 8px;

          line-height: 2.3;
      }
      .cart .totals .checkout-types .paypal-or {
          display: block;
          clear: both;

          padding: 8px 55px 0 0;

          font-size: 11px;
          line-height: 1.0;
      }

      /* Shopping Cart Table */
      .cart-table th {
          padding: 2px 10px;
      }
      .cart-table td {
          padding: 5px;
      }
      .cart-table .product-name a {
          margin: 0 0 5px;

          font-weight: bold;

          text-decoration: underline;

          color: #5a5863;
      }
      .cart-table .product-name a:hover {
          text-decoration: none;
      }
      .cart-table .item-msg {
          margin: 5px 0;

          font-size: 11px;
          font-weight: bold;

          color: #df280a;
      }
      .cart-table tfoot td {
          padding: 5px 10px;
      }
      .cart-table .btn-continue {
          float: left;
      }
      .cart-table .btn-continue span,
      .cart-table .btn-update span {
          border-color: #406a83; /*background:#618499;*/
      }

      /* Shopping Cart Collateral boxes */
      .cart .cart-collaterals {
          padding: 25px 0 0;
      }
      .cart .cart-collaterals .col2-set {
          float: left;

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

      .cart .crosssell {
          padding: 12px 15px;

          border: 1px solid #cec3b6;
          background: #fafaec;
      }
      .cart .crosssell h2 {
          font-size: 13px;
          font-weight: bold;
      }
      .cart .crosssell .product-image {
          float: left;

          width: 75px;
          height: 75px;

          border: 1px solid #d0cdc9;
      }
      .cart .crosssell .product-details {
          margin-left: 90px;
      }
      .cart .crosssell .product-name {
          font-weight: bold;
      }
      .cart .crosssell li.item {
          margin: 12px 0;
      }
      .cart .crosssell .link-compare {
          font-weight: normal;
      }

      /* Discount Codes & Estimate Shipping and Tax Boxes */
      .cart .discount,
      .cart .shipping {
          margin: 0 0 18px;
          padding: 12px 15px;

          border: 1px solid #d0cbc1;
          background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
      }
      .cart .discount h2,
      .cart .shipping h2 {
          padding: 0 0 0 21px;

          font: bold 13px/16px Arimo, Helvetica, sans-serif;

          text-transform: uppercase;

          color: #ed1c24;
          background-repeat: no-repeat;
          background-position: 0 0;
      }
      .cart .discount button span,
      .cart .shipping button span {
          border-color: #406a83;
          background: #618499;
      }
      .cart .discount .buttons-set,
      .cart .shipping .buttons-set {
          margin: 10px 0 0;
          padding: 0;

          text-align: left;

          border: 0;
      }
      .cart .discount .buttons-set button.button,
      .cart .shipping .buttons-set button.button {
          float: none;

          margin-left: 0;
      }

      .cart .discount h2 {
          background-image: url(../images/i_discount.gif);
      }
      .cart .discount .input-box {
          width: 260px;
          margin: 8px 0 0;
      }
      .cart .discount input.input-text {
          width: 254px;
      }

      .cart .shipping h2 {
          background-image: url(../images/i_shipping.gif);
      }
      .cart .shipping .sp-methods {
          margin: 10px 0 0;
          padding: 5px 0 0;

          background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
      }

      /* Shopping Cart Totals */
      .cart .totals {
          float: right;

          width: 268px;

          border: 1px solid #bebcb7;
          background: #dee5e8;
      }
      .cart .totals table {
          width: 100%;
          margin: 7px 0;
      }
      .cart .totals td {
          padding: 1px 15px 1px 7px;
      }

      .cart .totals tfoot th {
          padding: 5px 15px 5px 7px;
      }
      .cart .totals tfoot td {
          padding-top: 5px;
          padding-bottom: 5px;
      }
      .cart .totals tfoot th strong,
      .cart .totals tfoot td strong {
          font-size: 15px;
      }
      .cart .totals .checkout-types {
          padding: 8px 15px 15px;

          font-size: 13px;

          text-align: right;
      }
      .cart .totals .checkout-types li {
          clear: both;

          margin: 10px 0;
      }

      /* Options Tool Tip */
      .item-options dt {
          float: left;
      }
      .item-options dd {
          margin: 0 0 6px;
          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;
          z-index: 999;
          top: -99999em;
          left: -99999em;

          width: 250px;
          padding: 8px;

          border: 1px solid #ddd;
          background-color: #f6f6f6;
      }
      .truncated .show dl {
          top: -20px;
          left: 50%;
      }
      .col-left .truncated .show dl {
          top: 7px;
          left: 15px;
      }
      .col-right .truncated .show dl {
          top: 7px;
          left: -240px;
      }
      /* ======================================================================================= */


      /* Checkout ============================================================================== */
      /********** < Common Checkout Styles */
      /* Shipping and Payment methods */
      .sp-methods {
          margin: 0 0 8px;
      }
      .sp-methods dt {
          margin: 13px 0 5px;

          font-weight: bold;
      }

      .sp-methods dd li {
          margin: 3px 0;
          float: left;
          width: 100%;
      }
      .sp-methods label {
          font-weight: bold;

          color: #666;
      }
      .sp-methods .price {
          font-weight: bold;
      }
      .sp-methods .form-list {
          padding-left: 20px;
      }
      .sp-methods .form-list li {
          margin: 0 0 8px;
      }
      .sp-methods select.month {
          width: 154px;
          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;
      }
      .please-wait img {
          vertical-align: middle;
      }
      .cvv-what-is-this {
          margin-left: 10px;

          font-size: 11px;

          cursor: help;
      }

      /* Tooltip */
      .tool-tip {
          position: absolute;
          z-index: 9999;

          padding: 15px 20px;

          border: 1px solid #7ba7c9;
          background: #eaf6ff;
      }
      .tool-tip .btn-close {
          margin: -9px -14px 0;

          text-align: right;
      }
      .tool-tip .btn-close a {
          display: block;
          overflow: hidden;

          width: 15px;
          height: 15px;
          margin: 0 0 0 auto;

          text-align: left;
          text-indent: -999em;

          background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
      }
      .tool-tip .tool-tip-content {
          padding: 5px;
      }

      /* Gift Messages */
      .gift-messages h3 {
          font-size: 12px;
          font-weight: bold;

          color: #e87403;
      }
      .gift-messages p.control {
          color: #8e8d8b;
      }
      .gift-messages-form {
          position: relative;
      }
      .gift-messages-form label {
          position: static !important;

          float: none !important;
      }
      .gift-messages-form h4 {
          font-size: 12px;
          font-weight: bold;

          color: #e87403;
      }
      .gift-messages-form .whole-order {
          margin: 0 0 25px;
      }
      .gift-messages-form .item {
          margin: 0 0 10px;
      }
      .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: bold;

          text-align: center;

          color: #8a8987;
      }
      .gift-messages-form .item .details {
          margin-left: 90px;
      }
      .gift-messages-form .item .details .product-name {
          margin: 0 0 10px;

          font-size: 13px;
          font-weight: bold;
      }
      .gift-messages-form .item .details .form-list .field {
          width: 255px;
      }
      .gift-messages-form .item .details .form-list .input-box {
          width: 240px;
      }
      .gift-messages-form .item .details .form-list input.input-text {
          width: 234px;
      }
      .gift-messages-form .item .details .form-list li.wide .input-box {
          width: 500px;
      }
      .gift-messages-form .item .details .form-list li.wide textarea {
          width: 494px;
      }

      .gift-message-link {
          padding-right: 7px;

          font-size: 11px;

          background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
      }
      .gift-message-link.expanded {
          background-position: 100% -40px;
      }
      .gift-message-row {
          background: #f2efe9;
      }
      .gift-message-row .btn-close {
          float: right;
          overflow: hidden;

          width: 16px;
          height: 16px;

          font-size: 0;
          line-height: 0;

          text-indent: -999em;

          background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
      }

      /* Checkout Agreements */
      .checkout-agreements li {
          margin: 30px 0;
      }
      .checkout-agreements .agreement-content {
          overflow: auto;

          height: 12em;
          padding: 10px;

          border: 1px solid #b6b6b6;
          background-color: #fbfaf6;
      }
      .checkout-agreements .agree {
          margin: 0;
          padding: 10px 0 10px 11px;
      }
      .checkout-agreements .agree input.checkbox {
          margin-right: 6px;
      }
      .checkout-agreements .agree label {
          font-weight: bold;

          color: #666;
      }

      .opc .checkout-agreements {
          padding: 5px 30px;

          border: 1px solid #d9dde3;
          border-width: 0 1px;
      }
      .opc .checkout-agreements li {
          margin: 20px 0 0;
      }
      .opc .checkout-agreements .agreement-content {
          padding: 5px;

          border-color: #e4e4e4;
          background-color: #fff;
      }
      .opc .checkout-agreements .agree {
          padding-left: 6px;
      }

      /* Centinel */

      .centinel .authentication {
          border: 1px solid #ddd;
          background: #fff;
      }
      .centinel .authentication iframe {
          width: 99%;
          height: 400px;
          margin: 0 !important;
          padding: 0 !important;

          border: 0 !important;
          background: transparent !important;
      }

      .opc .centinel {
          padding: 10px 30px;

          border: 1px solid #b6b6b6;
          border-width: 0 1px 1px;
      }

      /* Generic Info Set */
      .info-set {
          margin: 0 0 25px;
          padding: 20px;

          border: 1px solid #b6b6b6;
          background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
      }
      .info-set h2 {
          margin: 0 0 10px;

          font-size: 13px;
          font-weight: bold;
      }
      .info-set h3,
      .info-set h4 {
          font-size: 13px;
          font-weight: bold;

          color: #ed1c24;
      }
      .info-set h2 a,
      .info-set h3 a,
      .info-set h4 a {
          font-weight: normal;
      }
      .info-set h2.legend {
          position: relative;

          margin: -20px -20px 15px;
          padding: 5px 10px;

          border-bottom: solid 1px #b6b6b6;
          background: #ebebeb;
      }
      .info-set h3.legend {
          margin: 0 0 10px;

          color: #0a263c;
      }
      .info-set .divider {
          position: relative;

          margin: 0 -20px;
          padding: 25px 0;
      }
      .info-set .box {
          margin: 0 0 15px;
      }
      .info-set .box h2 {
          color: #ed1c24;
      }
      .info-set .data-table .product-name {
          font-size: 1em !important;
          font-weight: bold !important;

          color: #6365ba !important;
      }
      .info-set .data-table .product-name a {
          font-weight: bold !important;
      }
      .info-set .data-table .item-options {
          margin: 5px 0 0;
      }
      /********** Common Checkout Styles > */

      /* One Page Checkout */
      .block-progress {
          margin: 0;

          border: 0;
      }
      .block-progress .block-title {
          margin: 0 0 5px;
          padding: 0;

          border: 0;
          background: none;
      }
      .block-progress .block-title strong {
          font-size: 13px;

          color: #0a263c;
      }
      .block-progress .block-content {
          background: none;
      }
      .block-progress dt {
          margin: 0 0 6px;
          padding: 2px 8px;

          font-size: 13px;
          font-weight: bold;
          line-height: 1.35;

          color: #999;
          border: 1px solid #a3aeb3;
          background: #eee;
      }
      .block-progress dd {
          margin: 0 0 6px;
          padding: 8px 13px;

          border: 1px solid #a3aeb3;
          border-top: 0;
          background: #eee;
      }
      .block-progress dt.complete {
          margin: 0;

          color: #5e8ab4;
          background: #d0dce1;
      }

      .block-progress p {
          margin: 0;
      }

      .opc .buttons-set {
          margin-top: 0;
          padding-top: 2em;
      }
      .opc .buttons-set p.required {
          margin: 0;
          padding: 0 0 10px;
      }
      .opc .buttons-set .back-link small {
          /*display:none;*/
      }
      .opc .buttons-set .back-link a {
          padding-left: 16px;
      }
      .opc .buttons-set.disabled button.button {
          display: none;
      }
      .opc .buttons-set .please-wait {
          height: 21px;

          line-height: 21px;
      }
      .opc .ul {
          padding-left: 18px;

          list-style: disc outside;
      }

      .opc {
          position: relative;
      }


      .opc .step-title {
          padding: 4px 8px 6px;

          text-align: right;

          border-width: 0 1px;
          border-style: solid;
          border-color: #fff #d9dde3 #d9dde3;
          background: #eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
      }
      .opc .step-title .number {
          float: left;

          margin: 0 5px 0 0;
          padding: 0 4px;

          font: bold 11px/14px Arimo, helvetica, sans-serif;

          color: #999;
          border: 1px solid #fff;
          background: #fff;
      }
      .opc .step-title h2 {
          float: left;

          margin: 0;

          font: bold 13px/16px Arimo, Helvetica, sans-serif;

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

          font-size: 11px;
          line-height: 16px;
      }

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

          color: #a4b3b9;
          border: 1px solid #a3aeb3;
          border-bottom: 0;
          background: #d0dce1;
      }
      .opc .allow .step-title .number {
          color: #a4b3b9;
          border-color: #dbe6eb;
          background: #dbe6eb;
      }
      .opc .allow .step-title h2 {
          color: #a4b3b9;
      }
      /*.opc .allow .step-title a { display:block; }*/

      .opc .active .step-title {
          padding-bottom: 5px;

          cursor: default;

          color: #f18200;
          border: solid 1px #b6b6b6;
          background: #ebebeb;
      }
      .opc .active .step-title .number {
          color: #fff;
          border-color: #f19900;
          background: #f18200;
      }
      .opc .active .step-title h2 {
          color: red;
      }
      /*.opc .active .step-title a { display:none; }*/

      .opc .step {
          position: relative;

          padding: 15px 30px;

          border-top: 0;
      }
      .opc .step .tool-tip {
          right: 30px;
      }

      #opc-login .buttons-set {
          border-top: 0;
      }
      #opc-login h3 {
          padding-bottom: 2px;

          font-size: 13px;

          text-transform: uppercase;

          border-bottom: 1px solid #e4e4e4;
      }
      #opc-login h4 {
          margin: 0;

          font-size: 1em;
          font-weight: bold;

          color: #2f2f2f;
      }

      #opc-shipping_method .buttons-set {
          border-top: 0;
      }
      .opc .gift-messages-form {
          margin: 0 -30px;
          padding: 22px 24px 22px 30px;

          border: 1px solid #e9e4de;
          border-width: 1px 0;
          background: #f6f1eb;
      }
      .opc .gift-messages-form .inner-box {
          overflow: auto;

          height: 260px;
          padding: 5px;
      }

      #opc-review .step {
          padding: 0;

          border: 0;
      }
      #opc-review .product-name {
          font-weight: bold;

          color: #0a263c;
      }
      #opc-review .item-options {
          margin: 5px 0 0;
      }
      #opc-review .buttons-set {
          padding: 20px 30px;

          border: 1px solid #d9dde3;
          border-width: 0 1px 1px;
      }
      #opc-review .buttons-set p {
          margin: 0;

          line-height: 32px;
      }
      #opc-review .buttons-set .please-wait {
          height: 40px;

          line-height: 40px;
      }

      /* Multiple Addresses Checkout */
      .checkout-progress {
          margin: 0 0 20px;
          padding: 0 90px;
      }
      .checkout-progress li {
          float: left;

          width: 19%;
          margin: 0 3px 0 0;
          padding: 2px 0 0;

          font-weight: bold;

          text-align: center;

          color: #abb5ba;
          border-top: 10px solid #999;
      }
      .checkout-progress li.active {
          color: #e96200;
          border-top-color: #e96200;
      }

      .multiple-checkout h2 {
          margin: 0 0 10px;

          font-size: 13px;
          font-weight: bold;
      }
      .multiple-checkout h3,
      .multiple-checkout h4 {
          font-size: 13px;
          font-weight: bold;

          color: #ed1c24;
      }
      .multiple-checkout h2 a,
      .multiple-checkout h3 a,
      .multiple-checkout h4 a {
          font-weight: normal;
      }
      .multiple-checkout .data-table .product-name {
          font-size: 1em !important;
          font-weight: bold !important;

          color: #6365ba !important;
      }
      .multiple-checkout .data-table .product-name a {
          font-weight: bold !important;
      }
      .multiple-checkout .data-table .item-options {
          margin: 5px 0 0;
      }

      .multiple-checkout .gift-messages {
          margin: 15px 0 0;
      }

      .multiple-checkout .tool-tip {
          top: 50%;
          right: 20px;

          margin-top: -120px;
      }

      .multiple-checkout .col2-set,
      .multiple-checkout .col3-set {
          margin: 0 0 25px;
          padding: 80px 20px 0;

          border: 1px solid #b6b6b6;
          background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
      }
      .multiple-checkout .col2-set h2.legend {
          position: relative;

          margin: -20px -20px 15px;
          padding: 5px 10px;

          border-bottom: solid 1px #b6b6b6;
          background: #ebebeb;
      }
      .multiple-checkout .col2-set h3.legend {
          margin: 0 0 10px;

          color: #0a263c;
      }
      .multiple-checkout .col2-set .divider {
          position: relative;

          margin: 0 -20px;
          padding: 25px 0;
      }
      .multiple-checkout .box {
          margin: 0 0 15px;
      }
      .multiple-checkout .box h2 {
          color: #ed1c24;
      }

      .multiple-checkout .place-order .please-wait {
          float: right;

          padding: 27px 7px 0 0;
      }
      .multiple-checkout .place-order .grand-total {
          float: right;
          overflow: hidden;

          height: 71px;
          padding: 0 0 0 21px;

          font-size: 1.5em;

          background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
      }
      .multiple-checkout .place-order .grand-total .inner {
          float: left;

          height: 57px;
          padding: 14px 21px 0 0;

          background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
      }
      .multiple-checkout .place-order .grand-total .inner div {
          display: inline;
      }
      .multiple-checkout .place-order .grand-total big {
          display: inline;

          margin-right: 12px;
      }
      .multiple-checkout .place-order .grand-total .price {
          color: #ed1c24;
      }
      .multiple-checkout .place-order .grand-total button.button span {
          font-size: 16px;
      }
      .multiple-checkout .place-order .grand-total button.button span span {
          padding: 0 45px 0 36px;
      }

      /* Step 1 */
      #multiship-addresses-table td {
          padding: 10px;
      }
      #multiship-addresses-table tfoot td {
          padding: 5px 10px;
      }

      /* Step 2 */
      .multiple-checkout .gift-messages-form .item .details .form-list {
          overflow: hidden;

          width: 100%;
      }
      .multiple-checkout .gift-messages-form .item .details .form-list li {
          margin-right: -15px;
      }
      .multiple-checkout .gift-messages-form .item .details .form-list .field {
          width: 230px;
      }
      .multiple-checkout .gift-messages-form .item .details .form-list .input-box {
          width: 215px;
      }
      .multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
          width: 209px;
      }
      .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
          width: 445px;
      }
      .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
          width: 439px;
      }
      .checkout-multishipping-shipping .box-sp-methods {
          position: relative;

          padding: 13px;

          border: 1px solid #b6b6b6;
          background: #ebebeb;
      }
      .checkout-multishipping-shipping .box-sp-methods .pointer {
          position: absolute;
          top: -20px;
          right: -40px;

          overflow: hidden;

          width: 178px;
          height: 41px;

          background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
      }

      /* Step 3 */
      .checkout-multishipping-billing .multiple-checkout {
          position: relative;
      }
      /* ======================================================================================= */


      /* Account Login/Create Pages ============================================================ */
      .account-login .content {
          min-height: 240px;
          padding: 14px 21px;

          border-bottom: 0;
      }
      .account-login .content h2 {
          display: none;

          margin: 0 0 14px;
          padding: 0 0 5px 23px;

          font-size: 13px;
          font-weight: bold;

          text-transform: uppercase;

          color: #e76200;
          border-bottom: 1px solid #ddd;
          background-repeat: no-repeat;
          background-position: 0 1px;
      }
      .account-login .new-users h2 {
          background-image: url(../images/i_page1.gif);
      }
      .account-login .registered-users h2 {
          background-image: url(../images/i_page2.gif);
      }
      .account-login .buttons-set {
          margin: 0;
          padding: 8px 13px;

          border-top: 0;
      }


      /* Account Login/Create Pages ============================================================ */


      /* My Account ============================================================================= */
      .my-account {
          padding-top: 25px;

          color: #666;
      }
      .my-account .customSelect {
          color: #000;
      }
      .my-account .title-buttons .link-rss {
          float: none;

          margin: 0;
      }

      /********** < Dashboard */
      .dashboard .welcome-msg {
          margin: 0 8em 1.5em 0;
      }
      .dashboard .welcome-msg p {
          margin: 0;
      }
      .dashboard .col2-set {
          margin: 0 0 15px;
      }

      /* General Box */
      .box-account {
          margin: 0 0 20px;
          padding: 15px 0;
          /*backgrouxnd: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;*/
      }
      #my-orders-table {
          margin-top: 15px;
      }
      .box-account tbody tr:first-child td:first-child {
          line-height: 34px;
      }
      .box-account .box-head {
          margin: 0 0 10px;

          text-align: right;

          border-bottom: 1px solid #d9dde3;
      }
      .box-account .box-head h2 {
          float: left;

          margin: 0;
          padding-left: 21px;

          font-size: 13px;
          font-weight: bold;

          text-transform: uppercase;

          color: #e65505;
          background-repeat: no-repeat;
          background-position: 0 0;
      }

      .dashboard .box .box-title {
          margin: 0 0 8px;
          padding: 0 0 2px;

          text-align: right;

          background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
      }
      .client-acc {
          float: left;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          height: 40px;
          margin-bottom: 30px;
          padding: 0 40px;

          line-height: 40px;

          border: solid 1px #b6b6b6;
      }
      .dashboard .box .box-title img {
          margin-right: 10px;
      }
      .dashboard .box .box-title h3,
      .dashboard .box .box-title h4 {
          float: left;

          margin: 0;

          font-size: 13px;
          font-weight: bold;
      }

      /* Block: Recent Orders */
      .dashboard .box-recent .box-head h2 {
          background-image: url(../images/i_folder-table.gif);
      }

      /* Block: Account Information */
      .dashboard .box-info .box-head h2 {
          background-image: url(../images/i_ma-info.gif);
      }
      .dashboard .box-info h4 {
          font-size: 11px;
          font-weight: bold;

          text-transform: uppercase;
      }

      /* Block: Reviews */
      .dashboard .box-reviews .box-head h2 {
          background-image: url(../images/i_ma-reviews.gif);
      }
      .dashboard .box-reviews .number {
          float: left;

          margin: 3px -20px 0 0;
          padding: 2px 3px;

          font-size: 10px;
          font-weight: bold;
          line-height: 1;

          color: #fff;
          background: #0a263c;
      }
      .dashboard .box-reviews .details {
          margin-left: 20px;
      }
      .dashboard .box-reviews li.item {
          margin: 0 0 7px;
      }
      .dashboard .box-reviews li.item.last {
          margin: 0;
      }
      .dashboard .box-reviews .ratings {
          margin: 7px 0 0;
      }

      /* Block: Tags */
      .dashboard .box-tags .box-head h2 {
          background-image: url(../images/i_ma-tags.gif);
      }
      .dashboard .box-tags .number {
          float: left;

          margin: 3px -20px 0 0;
          padding: 2px 3px;

          font-size: 10px;
          font-weight: bold;
          line-height: 1;

          color: #fff;
          background: #0a263c;
      }
      .dashboard .box-tags .details {
          margin-left: 20px;
      }
      .dashboard .box-tags li.item {
          margin: 0 0 7px;
      }
      .dashboard .box-tags li.item.last {
          margin: 0;
      }
      .dashboard .box-tags .tags strong,
      .dashboard .box-tags .tags ul,
      .dashboard .box-tags .tags ul li {
          display: inline;
      }
      /********** Dashboard > */

      /* Address Book */
      .addresses-list h2 {
          font-size: 13px;
          font-weight: bold;

          text-transform: uppercase;

          color: #d70103;
      }
      .addresses-list h3 {
          font-size: 13px;
          font-weight: bold;
      }
      .addresses-list address {
          margin: 0 0 3px;
      }
      .addresses-list p {
          margin: 0;
      }
      .addresses-list a {
          font-weight: bold;
      }
      .addresses-list .link-remove {
          color: #646464;
      }
      .addresses-list .separator {
          margin: 0 3px;
      }
      .addresses-list li.item {
          margin: 0 0 10px;
          padding: 10px 13px;

          border: 1px solid #ccc;
          background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
      }
      .addresses-list li.empty {
          padding: 0;

          border: 0;
          background: none;
      }
      .addresses-list li.empty p {
          font-weight: bold;
      }
      .addresses-list .addresses-additional li.item {
          padding: 0;

          border: 0;
          background: none;
      }

      /* Order View */
      .order-info {
          margin: 0 0 8px;
          padding: 4px 8px;

          border: 1px solid #b6b6b6;
          background: #ebebeb;
      }
      .order-info dt,
      .order-info dd,
      .order-info ul,
      .order-info li {
          display: inline;
      }
      .order-info .current {
          font-weight: bold;
      }
      .order-info li {
          margin: 0 3px;
      }

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

      .order-info-box {
          margin: 0 0 15px;
          padding: 12px 15px;

          border: 1px solid #d0cbc1;
          background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
      }
      .order-info-box h2 {
          font-size: 13px;
          font-weight: bold;
      }
      .order-info-box .box-payment p {
          margin: 0 0 3px;
      }
      .order-info-box .box-payment th {
          padding-right: 7px;

          font-weight: bold;
      }

      .order-items {
          overflow-x: auto;

          width: 100%;
      }
      .order-items h2,
      .order-items h3 {
          clear: none;

          margin: 0 0 5px;
          padding: 0;

          font-size: 13px;
          font-weight: bold;

          color: #0a263c;
      }
      .order-items .product-name {
          font-size: 1em !important;
          font-weight: bold !important;
      }
      .order-items .link-print {
          font-weight: normal;

          color: #6365ba;
      }
      .order-items .order-links {
          text-align: right;
      }

      .order-additional {
          margin: 15px 0;
      }
      /* Order Gift Message */
      .gift-message dt strong {
          color: #666;
      }
      .gift-message dd {
          margin: 5px 0 0;

          font-size: 13px;
      }
      /* Order Comments */
      .order-about dt {
          font-weight: bold;
      }
      .order-about dd {
          margin: 0 0 7px;

          font-size: 13px;
      }

      .tracking-table {
          margin: 0 0 15px;
      }
      .tracking-table th {
          font-weight: bold;

          white-space: nowrap;
      }

      .tracking-table-popup {
          width: 100%;
      }
      .tracking-table-popup th {
          font-weight: bold;

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

      /* Order Print Pages */
      .page-print .print-head {
          margin: 0 0 15px;
      }
      .page-print .print-head .logo {
          float: left;
      }
      .page-print .print-head address {
          float: left;

          margin-left: 15px;
      }
      .page-print h1 {
          font-size: 16px;
          font-weight: bold;
      }
      .page-print h2,
      .page-print h3 {
          font-size: 13px;
          font-weight: bold;
      }
      .page-print h2.h2 {
          font-size: 16px;
          font-weight: bold;
      }
      .page-print .order-date {
          margin: 0 0 10px;
          padding: 0 0 10px;

          background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
      }
      .page-print .col2-set {
          margin: 0 0 10px;
      }
      /* Price Rewrites */
      .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;
      }

      /* My Wishlist */
      .my-wishlist .data-table td {
          padding: 10px;
      }
      .my-wishlist .product-image {
          display: block;

          width: 113px;
          height: 113px;
          margin: 0 0 5px;
      }
      .my-wishlist textarea {
          display: block;

          width: 97%;
          height: 109px;
      }
      .my-wishlist .buttons-set {
          margin-top: 2em;
      }
      .my-wishlist .buttons-set button.button {
          float: none;
      }
      .my-wishlist .buttons-set .btn-add span,
      .my-wishlist .buttons-set .btn-share span {
          border-color: #406a83;
          background: #618499;
      }
      #wishlist-table .add-to-links {
          white-space: nowrap;
      }

      /* My Tags */
      .my-tag-edit {
          float: left;

          margin: 0 0 10px;
      }
      .my-tag-edit .btn-remove {
          float: right;

          margin: 4px 0 0 5px;
      }
      #my-tags-table {
          clear: both;
      }
      #my-tags-table td {
          padding: 10px;
      }
      #my-tags-table .add-to-links {
          white-space: nowrap;
      }

      /* My Reviews */
      #my-reviews-table td {
          padding: 10px;
      }

      .product-review .product-img-box {
          float: left;

          width: 140px;
      }
      .product-review .product-img-box .product-image {
          display: block;

          width: 125px;
          height: 125px;
      }
      .product-review .product-img-box .label {
          margin: 0 0 3px;

          font-size: 11px;
      }
      .product-review .product-img-box .ratings .rating-box {
          display: block;
          float: none;

          margin: 0 0 3px;
      }
      .product-review .product-details {
          margin-left: 150px;
      }
      .product-review .product-name {
          margin: 0 0 10px;

          font-size: 16px;
          font-weight: bold;
      }
      .product-review h3 {
          margin: 0 0 3px;

          font-size: 12px;

          color: #2f2f2f;
      }
      .product-review .ratings-table {
          margin: 0 0 10px;
      }
      .product-review dt {
          font-weight: bold;
      }
      .product-review dd {
          margin: 5px 0 0;

          font-size: 13px;
      }

      /* Billing Agreements */
      .billing-agreements .info-box {
          margin: 15px 0;
      }
      .billing-agreements .form-list li select {
          float: left;
      }
      .billing-agreements .form-list li button.button {
          float: left;

          margin-left: 10px;
      }
      .billing-agreements .table-caption {
          font-size: 13px;
          font-weight: bold;
      }
      /* ======================================================================================= */


      /* Footer ================================================================================ */
      .footer-container {
          width: 990px;
          height: 180px;
          margin: auto;
          padding-top: 20px;
          padding-bottom: 10px;

          border-top: 3px solid #d5d5d5;
          background: url('../images/footer_bg.jpg') repeat-x scroll center bottom #fff;
      }
      .footer .store-switcher {
          display: inline;

          margin: 0 5px 0 0;

          color: #fff;
      }
      .footer .store-switcher label {
          font-weight: bold;

          vertical-align: middle;
      }
      .footer .store-switcher select {
          padding: 0;

          vertical-align: middle;
      }
      .footer a {
          text-decoration: none;

          color: #fff;
      }
      .footer a:hover {
          text-decoration: underline;
      }
      .footer .bugs {
          margin: 13px 0 0;

          color: #ecf3f6;
      }
      .footer .bugs a {
          text-decoration: underline;

          color: #ecf3f6;
      }
      .footer .bugs a:hover {
          text-decoration: none;
      }
      .footer address {
          margin: 0 0 20px;

          color: #ecf3f6;
      }
      .footer address a {
          text-decoration: underline;

          color: #ecf3f6;
      }
      .footer address a:hover {
          text-decoration: none;
      }
      .footer ul {
          display: inline;
      }
      .footer ul.links {
          display: block;
      }
      .footer li {
          display: inline;

          padding: 0 7px 0 4px;

          background: url(../images/bkg_pipe2.gif) 100% 60% no-repeat;
      }
      .footer li.last {
          padding-right: 0 !important;

          background: none !important;
      }
      .footer-container .bottom-container {
          margin: 0 0 5px;
      }

      .footer p {
          float: left;

          margin-top: 60px;
      }
      .footer ul.footer-links {
          float: left;

          margin-left: 25px;
      }
      .footer ul.footer-links li.title {
          padding-bottom: 20px;
          padding-left: 0;

          font-size: 15px;
          font-weight: bold;

          color: red;
          background: none;
      }
      .footer ul.footer-links li {
          float: left;
          clear: both;

          margin-top: 5px;
          padding-left: 10px;

          background: url('../images/li_s.gif') no-repeat scroll left 8px transparent;
      }
      .footer ul.footer-links li a {
          color: #5a5863;
      }
      .footer ul.footer-links li a:hover {
          text-decoration: underline;
      }
      /* ======================================================================================= */

      /* Sample Data============================================================================ */
      .home-callout {
          margin-bottom: 12px;
      }
      .home-callout img {
          display: block;
      }
      .home-spot {
          float: left;

          width: 470px;
          margin-left: 20px;
      }
      .best-selling h3 {
          margin: 12px 0 6px 0;

          font-size: 1.2em;

          color: #e25203;
      }
      .best-selling table {
          border-top: 1px solid #ccc;
      }
      .best-selling tr.odd {
          background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
      }
      .best-selling tr.even {
          background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
      }
      .best-selling td {
          width: 50%;
          padding: 8px 10px 8px 8px;

          font-size: 11px;

          border-bottom: 1px solid #ccc;
      }
      .best-selling .product-img {
          float: left;

          border: 2px solid #dcdcdc;
      }
      .best-selling .product-description {
          margin-left: 107px;

          line-height: 1.3em;
      }
      .best-selling a.product-name,
      .home-spot .best-selling a.product-name:hover {
          color: #203548;
      }
      /* ======================================================================================= */


      /* Clears ================================================================================ */
      .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,
      .col3-layout .product-options-bottom .price-box: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-view .product-shop .short-description:after,
      .product-view .box-description: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;
          clear: both;
          overflow: hidden;

          height: 0;

          font-size: 0;
          line-height: 0;

          content: '.';
      }
      /* layer navigation */
      #loading {
          position: fixed;
          top: 0;
          left: 0;

          display: none;

          min-width: 100%;
          min-height: 100%;

          opacity: .5;
          background-image: url('../images/transparent_bg.png');
      }
      #loading p {
          position: absolute;
          top: 50%;
          left: 50%;
      }
      /* ======================================================================================= */
      #div-interaktingslider {
          height: 150px;
      }
      #slide-commands a#prev,
      #slide-commands a#next {
          display: none;
      }
      #slide-commands a {
          font-weight: bold;

          color: #000;
      }
      #slide-commands a.active span {
          padding: 5px 5px 0;

          opacity: .6;
          background: none repeat scroll 0 0 #fff;
      }
      #slide-commands a.normal span {
          padding: 5px 5px 0;

          opacity: .6;
      }
      #middle-center {
          width: 710px;
          height: 150px;
      }
      #slide-commands {
          position: relative;

          float: right;

          margin-top: 134px;
          margin-right: 25px;
      }
      .form-search img {
          margin-bottom: 10px;
      }
      .form-search button {
          width: 20px;
          height: 20px;

          background: url('../images/search_btn.gif');
      }
      .form-search {
          margin-top: 13px;
      }

      .wysz-zaaw {
          margin-left: 2px;

          font-size: 10px;
      }
      .wysz-zaaw a {
          text-decoration: none;

          color: #666;
      }
      .wysz-zaaw a:hover {
          text-decoration: underline;
      }

      .category-special {
          position: relative;

          float: left;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          height: 135px;

          border-left: solid 9px #595959;
      }
      .category-special .category-img {
          z-index: 1;

          float: left;
          overflow: hidden;

          width: 203px;
          height: 100%;
          margin-left: 0;
          padding-top: 8px;

          text-align: center;
          vertical-align: middle;
      }
      .category-special > img {
          position: absolute;
          top: 0;
          right: 0;
      }
      .category-special .category-desc {
          position: relative;
          z-index: 1;

          float: left;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 490px;
          height: 100%;
          padding: 20px 25px;

          color: #f0f0ef;
      }
      .category-special .category-desc h1 {
          margin: 0;

          font-family: 'Arimo', sans-serif;
          font-size: 42px;

          text-transform: uppercase;

          color: #f0f0ef;
      }
      .category-special .category-desc p {
          padding-right: 80px;

          font-family: Arimo;

          letter-spacing: .3px;
      }
      .category-products .toolbar {
          position: relative;

          height: 2px;
          margin-top: 30px;
          margin-bottom: 40px;

          border: solid 1px #e2e2e2;
          background: #fff;
      }
      .sort-by.hasCustomSelect,
      .limiter .hasCustomSelect {
          z-index: 9999;
          top: -11px;
          left: 75px;
      }
      .sort-by.hasCustomSelect select {
          width: 159px;
          height: 40px!important;
      }
      .limiter select.hasCustomSelect {
          top: 0;
          left: 0;

          min-width: 125px;
          height: 40px!important;
      }
      .category-products .toolbar .pager {
          right: -1px;
      }
      .category-products .pages {
          display: none;
      }
      .toolbar-bottom .pages {
          display: block;

          margin-top: 10px;
          margin-bottom: 30px;
      }
      .category-products .toolbar .sorter {
          left: 10px;
      }
      .sorter label,
      .sorter .sort-by {
          float: left;
      }
      .sorter .customSelect.sort-by,
      .pager .limiter {
          position: relative;
          top: -14px;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 160px;
          height: 40px;
          margin-left: 20px;
          padding: 12px;

          line-height: 16px;

          color: #595959;
          border: solid 1px #e2e2e2;
          box-shadow: 1px 2px 2px #e2e2e2;
      }
      .pager .limiter {
          width: 125px;
      }
      .pager label {
          float: left;
      }
      .pager .limiter .customSelect {
          max-width: 20px;

          text-align: left;
      }
      .pager .limiter .per-page,
      .pager .limiter .customSelect {
          float: left;

          line-height: 16px;
      }
      .sorter .customSelect.sort-by:after,
      .pager .limiter:after {
          position: absolute;
          top: 17px;
          right: 15px;

          width: 0;
          height: 0;

          content: '';

          border-width: 3px 3px 0 3px;
          border-style: solid;
          border-color: #595959 transparent transparent transparent;
      }
      .sorter .customSelect.sort-by:before,
      .pager .limiter:before {
          position: absolute;
          top: 0;
          right: 34px;

          width: 1px;
          height: 40px;

          content: '';

          background: #dadada;
      }
      .category-products .toolbar .pager,
      .category-products .toolbar .sorter {
          position: absolute;
          top: -10px;

          width: auto;
          padding: 2px 20px 2px 11px;

          background: #fff;
      }
      .category-products .toolbar .sorter:after,
      .category-products .toolbar .sorter:before,
      .category-products .toolbar .pager:before {
          position: absolute;
          top: 9px;

          width: 1px;
          height: 4px;

          content: '';

          background: #e2e2e2;
      }
      .category-products .toolbar .sorter:after {
          left: 0;
      }
      .category-products .toolbar .pager:before {
          left: 0;
      }
      .category-products .toolbar .sorter:before {
          right: 0;
      }
      #products-list .price-box .price {
          font-size: 17px;
          font-weight: bold;

          color: #f00;
      }
      .price-label {
          display: none;
      }
      .pages {
          margin: 3px;
      }

      .pages ol {
          width: 100%;
          margin: 0 auto 0 -100px;
          text-align: center;
      }
      .page-sitemap .pages ol {
        margin: 0 auto;
      }
      .pages li {
        display: inline-block;
      }
      .pages li a,
      .pages li.current {
          display: inline-block;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 40px;
          height: 40px;
          padding: 2px 7px;

          font-size: 14px;
          line-height: 37px;

          color: #595959;
          border: solid 1px #e2e2e2;
          background: #fff;
          box-shadow: 1px 2px 2px #e2e2e2;
          margin-left: 4px;
          text-decoration: none;
      }
      .pages li.current {
          color: #fff;
          background: #5c5c5c;
      }
      .products-list {
          float: left;

          width: 100%;
          padding-bottom: 30px;
          padding-left: 0;
      }
      .block-review .block-title {
          padding: 0;
      }
      .block-review  .name a {
          font-weight: bold;

          color: #666;
      }
      .block-review .item {
          padding: 3px 2px;

          border-bottom: 1px dotted;
      }
      .block-review .block-content {
          background: none;
      }
      .block-review .product-details {
          margin-left: 0;
      }
      .block-review {
          margin-top: 5px;
      }
      .ratings .totals {
          float: left;

          margin-bottom: 10px;
      }
      .ratings a {
          color: #666!important;
      }
      .short-description .std p {
          font: 11px/18px 'Arimo',sans-serif!important;

          color: #666!important;
      }
      .short-description .std p a {
          text-decoration: underline;

          color: #666!important;
      }
      .short-description .std p a:hover {
          text-decoration: none;
      }
      .products-grid .old-price .price {
          font-size: 14px;
          font-weight: normal;

          color: #aaa;
      }
      .products-grid .old-price .price:after {
          position: absolute;
          top: 4px;
          right: -15px;

          width: 3px;
          height: 10px;

          content: '';

          background: url(../images/arrow-right-01.png) no-repeat;
      }
      .products-grid .special-price .price {
          font-size: 16px;
          font-weight: bold;

          color: red;
      }
      .toolbar-bottom .toolbar {
          display: none;
      }
      .product-view .product-name {
          float: left;

          width: 100%;
          padding: 5px 10px;

          background: none repeat scroll 0 0 #e6e6e6;
      }
      .product-view .product-name h1 {
          height: 1em;
          padding: 10px;

          font-weight: bold;
          font-size: 24px;
          font-weight: normal!important;
          line-height: 1em;

          color: #f00;
      }
      .product-view .product-name .subheader {
          font-family: Arimo;
          font-size: 20px;
          font-weight: normal!important;

          color: #f00;
      }
      .toolbar-bottom {
          float: left;

          width: 100%;
      }
      .block-cart .actions,
      .block-cart .block-subtitle,
      .block-cart .product-image,
      .block-cart .truncated,
      .block-cart .btn-remove {
          display: none;
      }
      .block-cart .summary {
          height: 15px;

          background: #f7f7f7!important;
      }
      .block-cart .total-items {
          float: left;

          width: 120px;

          text-align: left;
      }
      .block-cart .product-name {
          float: left;

          width: 260px;

          color: #000!important;
      }
      .block-cart .product-name a {
          font-weight: bold;

          color: #5a5863!important;
      }
      .block-cart .price {
          float: right;
      }
      .block-cart li {
          padding: 3px 9px !important;

          background: #f7f7f7!important;
      }
      .cart-link a {
          float: left;

          font-weight: bold;

          color: #5a5863;
      }
      /********************** Tabs */
      .tabs {
          height: 42px;
          margin: 5px 0 15px 0;
      }
      .tabs li {
          float: left;

          margin-top: 14px;
          padding: 6px 18px;

          font-size: .9em;
          line-height: 1em;
      }
      .tabs li a {
          font-size: 12px;
          font-weight: bold;
          line-height: 1.2;

          text-align: center;
          white-space: nowrap;
          text-decoration: none;

          color: #666;
      }
      .tabs li.first {
          border-left: 0;
      }
      .tabs li.last {
          border-right: 0;
      }
      .tabs a {
          display: block;

          text-decoration: none;

          color: #444;
      }
      .tabs li.active {
          border: 1px solid #fff;
          background: url('../images/li_bg.gif');
      }
      .padder .add-tag-box .input-box input {
          width: 300px;
      }
      .padder .add-tag-box .input-box {
          float: left;

          width: 300px;
          margin-right: 10px;
      }

      #product_tabs_review_tabbed_contents h2 {
          margin: 0;

          font: 15px 'Arimo';

          color: #f00;
      }
      #product_tabs_review_tabbed_contents h4 {
          margin: 0;

          font: 12px 'Arimo';

          color: #666;
      }
      .review-data-table {
          display: none;

          width: 100%;
          margin: 5px 0;
          padding-bottom: 5px;

          border-bottom: 1px solid #e4e4e4;
      }
      .review-data-table th,
      .review-data-table td {
          padding: 5px;

          text-align: center;
      }
      #product_tabs_review_tabbed_contents p.adnotation {
          color: #666;
      }
      #product_tabs_review_tabbed_contents p.adnotation span {
          margin-top: 10px;

          font-size: 10px;

          color: #aeaeae;
      }
      #review_field {
          width: 425px;
      }
      #customer-reviews .header {
          width: 100%;
          padding: 0;

          text-align: left;
      }
      #customer-reviews .header span,
      #customer-reviews .header div {
          float: left;
      }
      #customer-reviews p {
          margin: 10px;
          padding: 10px;

          border-left: 2px solid #f00;
          background: none repeat scroll 0 0 #fafafa;
      }
      #review-form .buttons-set {
          clear: both;

          margin: 0;
          padding: 0 0 10px;

          text-align: left;

          border-top: 0 none;
          border-bottom: 2px solid #ddd;
      }
      #review-form .buttons-set button {
          float: left;

          margin-left: 0;
          padding: 3px;

          background: url('../images/btn.gif');
      }
      #review-form .buttons-set button span {
          background: none;
      }
      .raty-zagiel {
          float: right;

          width: 192px;
          margin: 8px 0 2px;
          padding: 8px 10px;

          font-family: 'Arimo';
          font-size: 11px;
          font-weight: bold;
          line-height: 16px;

          text-align: left;

          color: #555958;
          border: 1px solid #f00;
      }
      .wrapper-options {
          float: left;

          width: 390px;
          margin: 10px 0 0 20px;
      }
      .negocjuj {
          float: left;

          width: 192px;
          height: 30px;

          cursor: pointer;

          border: none;
          background: url('../images/zapytaj_negocjuj_cene_off.jpg');
      }
      .negocjuj:hover {
          background: url('../images/zapytaj_negocjuj_cene_on.jpg');
      }
      .zagiel {
          float: right;
          clear: right;

          width: 192px;
          height: 42px;
          margin-top: -12px;

          cursor: pointer;

          background: url('../images/zagiel_symulator_rat_on.jpg') repeat scroll 0 0 transparent;
      }
      .zagiel:hover {
          background: url('../images/zagiel_symulator_rat_off.jpg');
      }

      .zagielo {
          float: right;

          margin-bottom: 5px;
      }

      .btn-cart span {
          width: 124px !important;
          height: 23px !important;
          padding: 3px 0 0 !important;

          font-size: 11px!important;

          background: url('../images/dodaj_do_koszyka.gif') repeat scroll 0 0 transparent !important;
      }
      .wrapper-options .contener {
          float: left;

          border-right: 2px solid red;
          background: none repeat scroll 0 0 #f7f7f7;
      }
      .block-viewed .block-title {
          height: 37px;
          margin: 10px 0!important;

          border-bottom: 0!important;
          background: url('../images/path.gif') repeat scroll 0 0 transparent;
      }
      .block-viewed .block-title strong {
          padding-left: 0;
      }
      .block-viewed .block-title span {
          font: 20px 'Arimo';

          color: red;
      }
      #recently-viewed-items li {
          padding: 1px 9px!important;

          background: url('../images/li_s.gif') no-repeat scroll 6px 12px #fff!important;
      }
      #recently-viewed-items li a {
          color: #5a5863;
      }
      #recently-viewed-items .product-name {
          background: none!important;
      }
      .product-view .special-price .price {
          font: 20px/16px 'Arimo';

          color: red;
      }
      .product-view  .old-price span {
          font-size: 14px;
          font-weight: normal;

          text-decoration: line-through;
      }
      .category-products .block-viewed {
          float: left;

          width: 100%;
      }
      .category-products .block-viewed .block-content #recently-viewed-items li {
          padding: 6px 17px !important;
      }
      .button {
          padding: 4px 6px;

          font: 11px 'Arimo',Sans-serif;

          text-transform: uppercase;

          color: #fff;
          border: medium none;
          background: url('../images/btn.gif') repeat-x scroll center top #f00;
      }
      .actions .button {
          float: left;

          padding: 0;

          text-transform: none;
      }
      #contactForm .buttons-set {
          border: none;
      }
      #contactForm  p.required {
          display: none;
      }

      #contactForm .fieldset ul {
          margin-left: 0;

          list-style: none;
      }

      #contactForm .fieldset ul li {
          margin-left: 0;

          list-style: none;
          list-style-type: none;

          background: none;
      }



      .header .welcome-msg {
          margin: 5px 0 0;

          font: 11px 'Arimo',Sans-Serif;

          color: #999;
      }
      .header .welcome-msg a {
          padding: 4px 15px;

          color: #fff;
      }
      .header .welcome-msg a.logout-top {
          display: inline-block;

          height: 20px;
          margin-left: 10px;
          padding: 0 10px;

          line-height: 22px;

          color: #999;
          border: solid 1px #999;
          background-color: #fff;
      }
      .header .welcome-msg a.manage-top {
          display: inline-block;

          height: 20px;
          margin-left: 4px;
          padding: 0 10px;

          line-height: 22px;

          border: solid 1px #e13a4b;
          background-color: #e13a4b;
      }
      .product-view .dostawa-gratis {
          margin: 0;
          padding: 0;

          font-family: 'Arimo';
          font-size: 11px;
          font-weight: bold;
      }
      .cart-table input.qty {
          float: left;

          margin-top: 2px;
      }
      .cart-table .btn-update {
          float: left;
          /*  background:url("../images/update_quantity_cart.png");*/
          /*width:24px;*/
          /*height: 24px;*/

          margin: 0 5px;

          cursor: pointer;
      }
      .links {
          padding: 10px;

          text-align: center;
      }
      .cart .links a:hover {
          text-decoration: none;
      }
      .cart .links a {
          margin-right: 15px;
          padding: 5px 0 7px 30px;

          font-size: 12px;
          font-weight: bold;

          text-decoration: underline;

          color: #5a5863;
      }
      .continue-shopping {
          background: url('../images/back.png') no-repeat scroll left center transparent;
      }
      .checkout {
          background: url('../images/forward.png') no-repeat scroll left center transparent;
      }

      /* ======================= Improved One Page Checkout with tabs  ======================== */
      .block-progress .block-title {
          margin: 0 0 34px;
          padding: 0;

          background: none;
      }
      .checkout-onepage-index .col-main {
          padding: 0;

          border: 0;
      }
      .checkout-onepage-index .page-title {
          width: auto;
          padding-right: 40px;
      }
      .checkout-onepage-index .page-title h1 {
          padding: 0;

          background: none;
      }

      .opc {
          position: relative;

          overflow: hidden;

          height: 970px;
          padding-top: 20px;

          text-align: center;
      }
      .opc .buttons-set {
          margin: 15px 0 0;

          opacity: 1!important;
      }
      .opc .buttons-set p.required {
          margin: 0;
          padding: 0 0 10px;
      }
      .opc .buttons-set .back-link {
          /*display:none*/;
      }
      .opc .buttons-set .please-wait {
          position: absolute;
          z-index: 99;
          top: 30%;
          left: 50%;

          margin: -80px 0 0 -146px;
          padding: 30px;

          font-size: 12px;

          white-space: nowrap;

          border: 5px solid #f3b66f;
          border: 1px solid #c0c0c0;
          -webkit-border-radius: 6px;
             -moz-border-radius: 6px;
                  border-radius: 6px;
          background: #fff;
          -webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
             -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
                  box-shadow: 0 0 50px rgba(0,0,0,.2);
      }
      .opc .buttons-set a {
          color: #fff;
      }
      .opc .ul {
          padding-left: 18px;

          list-style: disc outside;
      }
      .opc li.section {
          display: inline;
      }
      .opc .step-title,
      .opc .allow .step-title {
          height: 69px;

          border: 1px solid #f9f3e3;
      }
      .opc .step {
          position: absolute;
          z-index: 1;
          top: 110px;
          left: 0;

          width: 605px;
          width: 643px;
          height: 900px;
          padding: 30px 20px;

          text-align: left;

          border: 0;
          border: none;
      }
      .opc .step-title .number,
      .opc .allow .step-title .number,
      .opc .active .step-title .number {
          display: block;
          float: none;

          margin: 0 auto;
          margin-bottom: 10px;
      }
      .opc .step-title {
          position: relative;

          float: left;

          margin-left: -1px;
          padding: 15px 11px 0;

          text-align: center;

          background: none;
      }
      .opc .step-title a {
          display: none;
      }
      .opc .step-title .number {
          width: 30px;
          height: 30px;
          margin-bottom: 10px;
          padding: 0;

          line-height: 30px;

          color: #fff;
          border: 0;
          -webkit-border-radius: 20px;
             -moz-border-radius: 20px;
                  border-radius: 20px;
          background: #ccc;
      }
      .opc .step-title h2 {
          clear: both;

          font-size: 12px;

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

          background: none;
      }
      .opc .allow .step-title .number {
          color: #fff;
          background: #000;
      }
      .opc .allow .step-title h2 {
          color: #000;
      }
      .opc .active .step-title {
          z-index: 2;

          cursor: default;

          color: #ef0606;
          border: solid 1px #b6b6b6;
          border-bottom: 1px solid #fbfaf6;
          background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
      }
      .opc .active .step-title .number {
          color: #fff;
          border-color: #fff;
          background: #f18200;
      }
      .opc .active .step-title h2 {
          color: #f18200;
      }
      .opc .step-title h2,
      .opc .allow .step-title h2,
      .opc .active .step-title h2 {
          width: 100%;

          text-align: center;
      }
      .opc .step-title {
          width: 16%;
      }

      .opc .form-list li fieldset {
          margin-bottom: 10px;
      }
      .opc .form-list label {
          width: 120px;
          padding: 4px 0 0;

          text-align: left;
      }
      .opc .form-list label.required em {
          position: relative;
          right: 4px;

          float: none;
      }
      .opc .form-list li.fields {
          margin: 0;
      }
      .opc .form-list div.fields {
          overflow: hidden;

          width: 100%;
          margin: 0 0 8px;
      }
      .opc .form-list .wide,
      .opc .form-list li.fields .field {
          width: 645px;
          margin: 0 0 8px;
      }
      .opc .form-list li.wide label + .input-box,
      .opc .form-list label + .input-box {
          margin-left: 120px;
      }
      .opc .form-list li.wide label + .input-box,
      .opc .form-list label + .input-box {
          float: left;
          clear: none;

          width: 260px;
          margin-left: 30px;
      }
      .opc .form-list li.wide select {
          width: 390px;
      }
      .opc .form-list li.wide input.input-text {
          width: 254px;
      }
      .opc .form-list .control input {
          margin: 8px 0 0 25px;
      }
      .opc .form-list .control input[type="radio"] {
          margin: 4px 0 0;
          float: left;
      }
      .opc .form-list li.control label {
          float: left;
      }
      .opc form .form-list li.wide {
          margin-bottom: 8px;
      }
      .opc form .address-select {
          margin: 8px 0 40px;
      }

      .opc:first-of-type .step {
          -webkit-transition: all .5s ease-in-out;
          -webkit-transition: all .5s ease-in-out;
             -moz-transition: all .5s ease-in-out;
               -o-transition: all .5s ease-in-out;
                  transition: all .5s ease-in-out;
      }
      .opc:first-of-type .step[style*='display:none;'],
      .opc:first-of-type .step[style*='display: none;'] {
          display: block !important;
      }
      .opc:first-of-type .section .step {
          left: 100%;
      }
      .opc:first-of-type .allow .step {
          left: -100%;
      }
      .opc:first-of-type .active .step {
          left: 0;
      }



      #opc-login p.required {
          display: none;
      }
      #opc-login h3 {
          margin-bottom: 18px;
      }
      #opc-login .col-2 {
          float: left;
      }
      #opc-login .col-2 form fieldset h4 {
          display: none;
      }
      #opc-login .col-2 {
          display: block;

          width: 300px;
      }
      #opc-login .col-2 fieldset {
          width: 300px;
      }
      #opc-login .col-2 .input-box {
          float: left;

          width: 188px;
          margin: 0;
      }
      #opc-login .col-2 .input-text {
          width: 182px;
      }
      #opc-login .col-2 .form-list label {
          text-align: left;
      }
      #opc-login .col-2 .form-list label {
          width: 110px;
      }
      #opc-login .form-list li.control label {
          float: none;
      }
      #opc-login .form-list li.control input {
          margin: 0 8px 0 0;
      }
      #opc-login .col-1 {
          float: right;
      }
      #opc-login .col-1 {
          width: 290px;
      }
      #opc-login .col-1 h4,
      #opc-login .col-1 .ul {
          display: none;
      }

      #opc-review .step {
          padding: 30px 20px;
      }
      #opc-review .product-name {
          font-weight: bold;

          color: #0a263c;
      }
      #opc-review .item-options {
          margin: 5px 0 0;
      }
      #opc-review .buttons-set {
          padding: 20px 0;

          border: 0;
      }
      #opc-review .buttons-set p {
          margin: 0;

          line-height: 40px;
      }
      #opc-review .buttons-set .please-wait {
          height: 40px;

          line-height: 40px;
      }
      #opc-shipping_method .buttons-set {
          border-top: 1px solid #e4e4e4;
      }
      /* ================================= Solution by www.h-o.nl =============================== */
      /* ==================== Improved One Page Checkout with progressbar  ===================== */
      .block-progress .block-title {
          margin: 0 0 34px;
          padding: 0;

          background: none;
      }
      .checkout-onepage-index .col-main {
          padding: 0;

          border: 0;
      }
      .checkout-onepage-index .page-title {
          width: auto;
          padding-right: 40px;
      }
      .checkout-onepage-index .page-title h1 {
          padding: 0;

          background: none;
      }

      .opc {
          position: relative;

          overflow: hidden;

          height: 970px;
          padding-top: 20px;

          text-align: center;
      }
      .opc .buttons-set {
          margin: 15px 0 0;

          opacity: 1!important;
      }
      .opc .buttons-set p.required {
          margin: 0;
          padding: 0 0 10px;
      }
      .opc .buttons-set .back-link {
          /*display:none;*/ margin-right: 20px;
      }
      .opc .buttons-set .please-wait {
          position: absolute;
          z-index: 99;
          top: 30%;
          left: 50%;

          margin: -80px 0 0 -146px;
          padding: 30px;

          font-size: 12px;

          white-space: nowrap;

          border: 5px solid #f3b66f;
          border: 1px solid #c0c0c0;
          -webkit-border-radius: 6px;
             -moz-border-radius: 6px;
                  border-radius: 6px;
          background: #fff;
          -webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
             -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
                  box-shadow: 0 0 50px rgba(0,0,0,.2);
      }
      .opc .buttons-set a {
          color: #214d90;
      }
      .opc .ul {
          padding-left: 18px;

          list-style: disc outside;
      }
      .opc li.section:first-child {
          margin-left: 25%!important;
      }
      .opc li.section {
          display: inline;
          float: left;

          width: 91px;
          height: 23px;
          padding-top: 40px;

          background: url('../images/cart.png') no-repeat scroll 0 0 transparent;
      }
      .opc li.allow h2 {
          text-decoration: underline;

          color: red!important;
      }
      .opc li.allow h2:hover {
          text-decoration: none;

          color: red!important;
      }
      .opc li.active {
          background: url('../images/cart_active.gif') no-repeat scroll 0 -1px transparent;
      }
      .dostepnosctak {
          float: left;

          margin-top: 6px;
      }
      .opc .step-title,
      .opc .allow .step-title {
          border-color: #fbfaf6;
      }
      .opc .step {
          position: absolute;
          z-index: 1;
          top: 100px;
          left: 0;

          width: 605px;
          width: 643px;
          height: 900px;
          padding: 30px 20px;

          text-align: left;

          border: 0;
          border: none;
          background: none;
      }
      .opc .step-title .number,
      .opc .allow .step-title .number,
      .opc .active .step-title .number {
          display: none;
          float: none;

          margin: 0 auto;
          margin-bottom: 10px;
      }
      .opc .step-title a {
          display: none;
      }
      .opc .step-title .number {
          position: relative;
          z-index: 1;

          width: 30px;
          height: 30px;
          margin-bottom: 10px;
          padding: 0;

          line-height: 30px;

          color: #ccc;
          border: 0;
          -webkit-border-radius: 20px;
             -moz-border-radius: 20px;
                  border-radius: 20px;
          background: #fff;
      }
      .opc .step-title h2 {
          clear: both;

          font-size: 12px;

          color: #666;
      }
      .opc .allow .step-title .number {
          color: #fff;
          border-color: #fff;
          background: #000;
      }
      .opc .allow .step-title h2 {
          color: #666;
      }
      .opc .active .step-title .number {
          color: #fff;
          border-color: #fff;
          background: #f18200;
      }
      .opc .active .step-title h2 {
          text-decoration: underline;

          color: red;
      }
      .opc .active .step-title h2:hover {
          text-decoration: none;

          color: red;
      }
      .opc .step-title,
      .opc .allow .step-title,
      .opc .active .step-title {
          position: relative;

          display: inline-block;

          width: 91px;
          height: 80px;
          padding: 0;

          text-align: center;
          vertical-align: top;

          border: none;
          background: none;
      }
      .opc .step-title,
      .opc .allow .step-title,
      .opc .active .step-title {
          *display: block;
          *float: left;
      }
      .opc .step-title h2,
      .opc .allow .step-title h2,
      .opc .active .step-title h2 {
          width: 100%;

          text-align: center;
      }


      .opc .form-list li fieldset {
          margin-bottom: 10px;
      }
      .opc .form-list label {
          float: left;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 220px;
          padding: 4px 10px 0;

          text-align: left;
      }
      .opc .form-list .fields label,
      .opc .form-list .wide label {
          width: 120px;
      }
      }
      .helper-margin {
          margin-top: 10px;
      }
      .opc .form-list label.required em {
          position: relative;
          right: 4px;

          float: none;
      }
      .opc .form-list li.fields {
          margin: 0;
      }
      .opc .form-list div.fields {
          overflow: hidden;

          width: 100%;
          margin: 0 0 8px;
      }
      .opc .form-list .wide,
      .opc .form-list li.fields .field {
          width: 645px;
          margin: 0 0 8px;
      }
      .opc .form-list li.wide .input-box,
      .opc .form-list .input-box {
          float: left;
          clear: none;

          width: 260px;
          margin-right: 140px;
      }
      .opc .form-list li.wide select {
          width: 390px;
      }
      .opc .form-list li.wide input.input-text {
          width: 254px;
      }
      .opc .form-list .control input {
          margin: 8px 0 0 25px;
      }
      .opc .form-list li.control label {
          float: left;
      }
      .opc form .form-list li.wide {
          margin-bottom: 8px;
      }
      .opc form .address-select {
          margin: 8px 0 40px;
      }

      .opc:first-of-type .step {
          -webkit-transition: all .5s ease-in-out;
          -webkit-transition: all .5s ease-in-out;
             -moz-transition: all .5s ease-in-out;
               -o-transition: all .5s ease-in-out;
                  transition: all .5s ease-in-out;
      }
      .opc:first-of-type .step[style*='display:none;'],
      .opc:first-of-type .step[style*='display: none;'] {
          display: block !important;
      }
      .opc:first-of-type .section .step {
          left: 100%;
      }
      .opc:first-of-type .allow .step {
          left: -100%;
      }
      .opc:first-of-type .active .step {
          left: 0;
      }
      .opc:first-of-type .step-title a {
          z-index: 0;
          top: 15px;

          display: block;

          width: 100%;
      }


      #opc-login {
          margin-left: 60px;
      }
      #opc-login p.required {
          display: none;
      }
      #opc-login h3 {
          margin-bottom: 18px;
      }
      #opc-login .col-2 {
          float: left;
      }
      #opc-login .col-2 form fieldset h4 {
          display: none;
      }
      #opc-login .col-2 {
          display: block;

          width: 300px;
      }
      #opc-login .col-2 fieldset {
          width: 300px;
      }
      #opc-login .col-2 .input-box {
          float: left;

          width: 188px;
          margin: 0;
      }
      #opc-login .col-2 .input-text {
          width: 182px;
      }
      #opc-login .col-2 .form-list label {
          text-align: left;
      }
      #opc-login .col-2 .form-list label {
          width: 110px;
      }
      #opc-login .form-list li.control label {
          float: none;
      }
      #opc-login .form-list li.control input {
          margin: 0 8px 0 0;
      }
      #opc-login .col-1 {
          float: right;
      }
      #opc-login .col-1 {
          width: 290px;
      }
      #opc-login .col-1 h4,
      #opc-login .col-1 .ul {
          display: none;
      }

      #checkout-step-review.step {
          width: 100%;

          background: #fff;
      }
      #opc-review .step {
          padding: 30px 20px;
      }
      #opc-review .product-name {
          font-weight: bold;

          color: #0a263c;
      }
      #opc-review .item-options {
          margin: 5px 0 0;
      }
      #opc-review .buttons-set {
          padding: 20px 0;

          border: 0;
      }
      #opc-review .buttons-set p {
          margin: 0;

          line-height: 32px;
      }
      #opc-review .buttons-set .please-wait {
          height: 40px;

          line-height: 40px;
      }
      #opc-shipping_method .buttons-set {
          border-top: 1px solid #e4e4e4;
      }
      /* ================================= Solution by www.h-o.nl =============================== */
      .btn-checkout {
          float: right!important;

          margin-top: 10px;
          /*padding: 10px!important;*/
          /*font-weight: bold!important;*/
      }
      #checkout-review-submit .btn-checkout {
          margin-top: 0;
          margin-right: 40px;
      }
      #checkout-review-submit .buttons-set p {
          margin-left: 20px;
      }
      #copy {
          float: left;

          width: 320px;
          padding-left: 30px;

          font-size: 11px;

          text-align: left;

          color: #666;
      }
      #copy a {
          text-decoration: underline;

          color: #666;
      }
      #copy a:hover {
          text-decoration: none;
      }
      .account-create {
          margin-top: 15px;
      }
      .account-create ul,
      .account-create ul li div.field,
      .account-create .buttons-set {
          width: 395px;
      }
      .account-create .input-box {
          float: right!important;
          clear: none!important;
      }
      .account-create .field {
          margin-bottom: 8px!important;
      }

      .checkout-cart-index .products-grid .product-name,
      .checkout-cart-index .products-grid .product-details {
          text-align: center;
      }

      #slide-content img {
          width: 710px;
      }

      .icon_category {
          float: left;

          width: 100%;
      }
      .icon_category li {
          display: block;
          float: left;

          width: 130px;
          max-height: 113px;
          margin: 20px 20px;
          max-height: 113px;
      }
      .icon_category li img {
          width: 130px;
      }
      .icon_category .product-name {
          text-align: center;

          color: #000;
      }
      .icon_category .product-name a {
          color: #000;
      }


      .header,
      .main-container {
          padding: 0 20px;
      }
      .page {
          overflow: hidden;

          width: 1200px;
      }
      .top-line {
          display: none;
      }
      .layout-right,
      .col2-left-layout .col-main {
          position: relative;

          float: right;

          width: 930px;
          margin-right: 0;
      }

      .cms-index-index .layout-right:after {
          display: none;
      }
      .header-inner {
          position: relative;

          height: 93px;
          padding-top: 20px;
      }

      .header-inner .links {
          position: absolute;
          bottom: 0;
          left: 0;

          height: auto;
          padding: 0;

          border: 1px solid #e2e2e2;
          border-width: 1px 0 0 1px;
      }
      .header-inner .links li,
      .user-links li {
          float: left;

          margin: 0;
          padding: 0;

          border-right: 1px solid #e2e2e2;
      }
      .header-inner .links a,
      .user-links a {
          display: block;

          height: 46px;
          padding: 0 20px;

          font-size: 13px;
          font-weight: bold;
          line-height: 46px;

          text-transform: uppercase;

          background: #fff;
      }
      .header-inner .links a:hover,
      .user-links a:hover {
          padding: 0 20px;

          font-size: 13px;
          font-weight: bold;
          line-height: 46px;

          color: #000;
          background: #e0e0e0;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background:    -moz-linear-gradient(top,  #fff 0%, #f9f9f9 28%, #e0e0e0 60%, #f9f9f9 91%, #fff 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(28%,#f9f9f9), color-stop(60%,#e0e0e0), color-stop(91%,#f9f9f9), color-stop(100%,#fff));
          background: -webkit-linear-gradient(top,  #fff 0%,#f9f9f9 28%,#e0e0e0 60%,#f9f9f9 91%,#fff 100%);
          background:      -o-linear-gradient(top,  #fff 0%,#f9f9f9 28%,#e0e0e0 60%,#f9f9f9 91%,#fff 100%);
          background:     -ms-linear-gradient(top,  #fff 0%,#f9f9f9 28%,#e0e0e0 60%,#f9f9f9 91%,#fff 100%);
          background:         linear-gradient(to bottom,  #fff 0%,#f9f9f9 28%,#e0e0e0 60%,#f9f9f9 91%,#fff 100%);

          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
      }
      .header-message {
          float: left;

          width: 100%;
          margin: 0;
          margin-bottom: 20px;

          font-size: 14px;

          text-align: left;

          color: #252122;
      }
      .header-message a,
      .header-message strong {
          font-weight: normal;

          color: #ed1c24;
      }

      .header .block-cart {
          position: absolute;
          top: 15px;
          right: 0;

          width: auto;
          margin: 0;

          font-size: 13px;

          border: 0;
      }
      .header .block-cart .block-title,
      .header .block-cart .subtotal {
          display: none;
      }
      .header .block-cart strong,
      .header .block-cart a {
          color: #ed1c24;
      }
      .user-links {
          position: absolute;
          right: 0;
          bottom: 0;

          border: 1px solid #e2e2e2;
          border-width: 1px 0 0 1px;
      }
      .user-links:before {
          position: absolute;
          top: -7px;
          left: 0;

          width: 100%;
          height: 6px;

          content: '';

          background: url(../images/pattern-01.png);
      }
      .header .logo {
          position: absolute;
          top: 26px;

          width: 210px;
          height: 157px;
      }
      .header .logo a {
          display: block;

          height: 100%;

          text-indent: 9998em;

          background: url(../images/logo-rowerzysta-01.png) no-repeat;
      }
      .header .logo a:hover {
          opacity: .8;
      }

      .col-left.sidebar {
          padding-top: 110px;
      }

      #div-interaktingslider,
      #middle-center,
      #slide-content img {
          width: 930px;
          height: auto;
      }
      #frame {
          height: 289px;

          background: url(../images/pattern-02.png) repeat-x 0 100%;
      }

      .widget-opineo {
          position: relative;

          height: 60px;
          margin: 14px 0;

          background: url(../images/opineo_bg.png) no-repeat 100% 0;
      }
      .widget-opineo:before {
          position: absolute;
          top: 29px;
          left: 0;

          width: 541px;
          height: 1px;

          content: '';

          background: #ccc;
      }
      .widget-opineo h4 {
          position: relative;
          z-index: 2;

          float: left;

          margin: 15px 0 0 14px;
          padding: 5px 10px;

          font-size: 14px;
          font-weight: normal;

          background: #fff;
      }
      .widget-opineo-marks {
          position: absolute;
          top: 6px;
          right: 0;

          width: 382px;
      }
      .widget-opineo-marks .opineo-link {
          float: left;

          width: 119px;
          height: 42px;
          margin-right: 20px;
          margin-left: 15px;

          text-indent: 9998em;

          background: url(../images/logo-opineo-01.png) no-repeat;
      }
      .widget-opineo-marks .opineo-mark {
          position: relative;

          float: left;

          width: 122px;
          margin-top: 12px;
          margin-right: 10px;

          font-weight: bold;
          font-size: 20px;
      }

      .widget-opineo-marks .opineo-mark:after {
          position: absolute;
          top: -2px;
          right: 10px;

          width: 76px;
          height: 20px;

          content: '';

          color: #005d88;
          background: url(../images/sprite_rating_opineo.png) no-repeat 100% 0;
      }
      .widget-opineo-marks .opineo-mark-0:after {
          background-position: 100% 0;
      }
      .widget-opineo-marks .opineo-mark-10:after {
          background-position: 100% -18px;
      }
      .widget-opineo-marks .opineo-mark-20:after {
          background-position: 100% -36px;
      }
      .widget-opineo-marks .opineo-mark-30:after {
          background-position: 100% -54px;
      }
      .widget-opineo-marks .opineo-mark-40:after {
          background-position: 100% -72px;
      }
      .widget-opineo-marks .opineo-mark-50:after {
          background-position: 100% -90px;
      }
      .widget-opineo-marks .opineo-mark-60:after {
          background-position: 100% -108px;
      }
      .widget-opineo-marks .opineo-mark-70:after {
          background-position: 100% -126px;
      }
      .widget-opineo-marks .opineo-mark-80:after {
          background-position: 100% -144px;
      }
      .widget-opineo-marks .opineo-mark-90:after {
          background-position: 100% -162px;
      }
      .widget-opineo-marks .opineo-mark-100:after {
          background-position: 100% -180px;
      }
      .widget-opineo-marks .opineo-count {
          float: left;

          width: 80px;
          height: 27px;
          margin-top: 9px;

          line-height: 22px;

          text-align: center;

          color: #fff;
          background: url(../images/bg-opineo-count-01.png) no-repeat 0 0;
      }
      .section-head {
          position: relative;

          overflow: hidden;

          width: 223px;
          padding: 0 114px 10px 0;
		  margin-left: 5px;

          text-transform: uppercase;

          background: url(../images/pattern-03.png) no-repeat 0 100%;
      }
      .section-head-subtitle {
          float: left;

          font-family: 'Arimo', sans-serif;
          font-size: 20px;
          font-weight: 300;

          color: #222;
      }
      .section-head a {
          float: right;

          margin-top: 8px;

          font-size: 11px;
      }
      .section-head a:hover {
          text-decoration: underline;
      }
      .section-head a span {
          color: #222;
      }

      .footer-container,
      .footer-container .footer {
          overflow: hidden;

          width: 100%;
      }
      .footer-container .footer > p {
          display: none;
      }
      .footer-container .footer .logo {
          float: left;

          width: 186px;
          height: 89px;
          margin: 51px 20px 0 58px;

          text-indent: 9998em;

          background: url(../images/logo-rowerzysta-02.png);
      }
      .footer-container .footer .logo  a {
          display: block;

          width: 100%;
          height: 100%;
      }
      .footer ul.footer-links li.title {
          padding-bottom: 10px;
      }
      .footer ul.footer-links {
          width: 200px;
      }
      .footer ul.footer-links li a {
          display: block;
      }
      .header-container + p {
          display: none;
      }
      .products-grid {
          padding: 20px 0;
      }
      .products-grid li.item {
          position: relative;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 232px;
          height: 326px;
          padding: 10px 20px 0;

          transition: ease-in-out .2s all;
      }

      .products-grid li.item:hover {
          z-index: 5;

          -webkit-box-shadow: 0 0 13px rgba(0,0,0,.14); /* outer glow */
             -moz-box-shadow: 0 0 13px rgba(0,0,0,.14); /* outer glow */
                  box-shadow: 0 0 13px rgba(0,0,0,.14); /* outer glow */
      }
      .products-grid li.item:after {
          position: absolute;
          top: 0;
          right: 0;

          width: 1px;
          height: 300px;

          content: '';

          background: url(../images/pattern-dashed-01.png) repeat-y;
      }
      .products-grid li.item.item-count-2:after {
          display: none;
      }
      .products-grid li.item .product-name {
          font-size: 14px;
          line-height: 18px;

          color: #272324;
      }
      .products-grid li.item .product-name a {
          color: #272324;
      }
      .products-grid li.item .product-name a:hover {
          text-decoration: none;

          color: #f00;
      }
      .products-grid .regular-price .price,
      .products-grid .special-price .price {
          position: absolute;
          top: 226px;
          right: 10px;

          display: block;

          width: 110px;
          height: 30px;

          font-size: 17px;
          font-weight: normal;
          line-height: 30px;

          text-align: center;

          border: 1px solid #dedede;
          border-width: 3px 1px 0 1px;
          background: #fff;
      }

      .products-grid .regular-price .price:after,
      .products-grid .special-price .price:after {
          position: absolute;
          bottom: -7px;
          left: 0;

          width: 100%;
          height: 7px;

          content: '';

          background: url(../images/pattern-04.png) no-repeat;
      }
      .products-grid .old-price .price {
          position: absolute;
          top: 235px;
          left: 10px;

          font-size: 16px;

          text-decoration: line-through;

          color: #7d7d7d;
      }
      .products-grid li.item .dostawa-gratis {
          position: absolute;
          top: 275px;
          right: 10px;

          margin: 0;
          padding-right: 2px;
          padding-left: 2px;

          font-size: 11px;

          color: #fff;
          background: #6363b8;
      }
      .col2-left-layout .products-grid,
      .col2-right-layout .products-grid {
          width: 100%;
      }
      #slide-commands {
          margin-top: 227px;
      }
      .owl-pagination {
          position: absolute;
          right: 27px;
          bottom: 32px;
      }
      #slide-commands a,
      .owl-pagination .owl-page {
          position: relative;

          float: left;

          width: 11px;
          height: 11px;
          margin-left: 6px;

          text-indent: -9998em;

          border: 1px solid #fff;
          border-radius: 50%;
          background: none;
      }
      .owl-pagination .owl-page span {
          position: absolute;
          top: 3px;
          left: 3px;

          width: 3px;
          height: 3px;

          content: '';

          opacity: 0;
          border: 1px solid #fff;
          border-radius: 50%;
          background: #fff;
      }
      .owl-pagination .owl-page.active span {
          opacity: 1;
      }
      .widget-banner {
          float: left;

          width: 100%;
      }
      .widget-banner-slides {
          overflow: hidden;

          margin: 20px 0;
      }
      .widget-banner-slides {
          text-align: right;
      }
      .widget-banner-slides .owl-buttons {
          position: absolute;
          top: 25px;
      }
      .widget-banner-slides .owl-buttons div {
          width: 24px;
          height: 40px;

          text-indent: 9998em;

          background: #3a3a38 url(../images/arrow-left-01.png) no-repeat 50% 50%;
      }
      .widget-banner-slides .owl-buttons div:hover {
          background-color: #ee0b11;
      }
      .widget-banner-slides .owl-buttons div + div {
          margin-top: 20px;

          background-image: url(../images/arrow-right-02.png);
      }

      .grid-banner {
          float: left;
      }
      .grid-banner a {
          position: relative;

          display: block;

          width: 462px;
          height: 302px;
      }
      .grid-banner a strong {
          position: absolute;
          bottom: 18px;
          left: 14px;

          width: 260px;
          min-height: 48px;

          text-transform: uppercase;

          color: #fff;
          background: url(../images/pattern-05.png) no-repeat 0 100%;
      }

      .product-view .product-img-box > a {
          display: block;

          width: 553px;
          height: 304px;

          text-align: center;

          border: 1px solid #e2e2e2;
      }

      .product-collateral {
          font-size: 13px;
          margin: 15px 0 0 0;

          border: 1px solid #e2e2e2;
      }

      .product-collateral .tabs {
          display: table;

          width: 100%;
          height: 50px;
          margin-top: 0;

          cursor: pointer;

          color: #000;
          background: #ebebeb;
          -webkit-box-shadow: 0 3px 1px rgba(41,40,40,.21);
             -moz-box-shadow: 0 3px 1px rgba(41,40,40,.21);
                  box-shadow: 0 3px 1px rgba(41,40,40,.21);
      }
      .product-collateral .tabs li {
          position: relative;

          display: table-cell;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          /*width: 83%;*/
          width: auto;
          float: left;
          padding: 0;
          height: 50px;
          margin-top: 0;

          vertical-align: middle;

          background: #ebebeb;

              -ms-box-sizing: border-box;
      }
      .product-collateral .tabs li a {
          padding: 0 10px;
      }
      .product-collateral .tabs li.active {
          background: #fff;
      }
      .product-collateral .tabs li.active {
          padding-bottom: 3px;

          background: #fff;
      }
      .product-collateral .tabs li.active:after {
          position: absolute;
          bottom: -13px;

          display: block;

          width: 100%;
          height: 13px;
          padding-left: 1px;
          left: -1px;

          content: '';

          background: #fff;
      }
      .product-collateral .tabs li a {
          float: left;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          height: 50px;

          font-size: 14px;
          font-weight: normal;
          line-height: 50px;

          text-align: left;

              -ms-box-sizing: border-box;
      }
      .product-collateral .tabs li .rating-box {
          position: relative;
          top: 6px;
          left: 5px;
          display: inline-block;
      }
      .product-collateral .padder {
          padding: 10px;
      }
      .block-review .block-content {
          border: 1px solid #e2e2e2;
          border-width: 0 1px 1px;
      }
      .sidebar .block-review .block-content .item {
          margin-top: 3px;
          padding: 10px 15px;

          border-bottom: solid 1px #e2e2e2;
          box-shadow: 0 4px 2px -2px #e2e2e2;
      }
      .sidebar .block-review .block-content .item:nth-child(2n) {
          background: #f8f8f8;
      }
      .block-review .block-content .item .name a {
          display: block;

          margin-bottom: 10px;

          font-size: 16px;
          line-height: 20px;

          color: #121212;
      }
      .block-review .block-content .item h4 {
          display: none;
      }
      .breadcrumbs {
          width: 100%;
          padding: 10px 0;

          border-bottom: 1px solid #ddd;
      }
      .breadcrumbs .separator {
          margin: 0 3px;
      }
      .breadcrumbs .bold {
          margin-left: 15px;
      }
      .product-essential-ac {
          clear: both;
          overflow: hidden;
      }
      .mini-brands .customSelect {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 0;

          font-size: 13px;
          height: 20px!important;
          line-height: 20px!important;

          border: solid 1px #b6b6b6;
      }
      .mini-brands .customSelect:before {
          position: relative;
          top: 7px;
          left: 190px;

          width: 0;
          height: 0;

          content: '';

          border-width: 3px 3px 0 3px;
          border-style: solid;
          border-color: #000 transparent transparent transparent;
      }
      .form-search input.input-text {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 190px;
          min-width: 190px;
          height: 20px;
          padding-left: 5px;

          line-height: 20px;

          border: solid 1px #b6b6b6;
      }
      iframe[name~='google_conversion_frame'] {
          display: none;
      }
      .copy {
          font-size: 13px;

          text-align: center;
      }
      #vertnav {
          padding-left: 0;
      }
      /* Kb */
      .products-grid li.item .dostawa-gratis,
      #products-list .dostawa-gratis {
          position: absolute;
          bottom: 5px;

          float: left;

          height: 1em;
          padding: 0 4px;

          font-family: 'Arimo';
          font-size: 12px;
          font-weight: 300;
          line-height: 1.2em;

          color: white;
          background: #6363b8;
      }
      #products-list .price-contener {
          position: absolute;
          right: 0;
          bottom: 12px;

          width: 250px;
          height: 42px;
      }
      #products-list .price-contener .old-price .price {
          position: relative;
          top: 0;
          right: 40px;

          padding-right: 20px;

          font-size: 18px;

          text-decoration: line-through;

          color: #7d7d7d;
          background: url(../images/arrow-right-01.png) no-repeat center right;
      }
      #products-list .price-contener .special-price .price,
      #products-list .price-contener .regular-price .price {
          position: absolute;
          top: 0;
          right: 10px;

          display: block;

          width: auto;
          height: 35px;
          padding: 0 15px;

          font-weight: bold;
          font-size: 25px;
          line-height: 35px;

          text-align: center;

          border: 1px solid #dedede;
          border-width: 3px 1px 0 1px;
          background: #fff;
      }
      #products-list .price-contener .special-price .price:after,
      #products-list .price-contener .regular-price .price:after {
          position: absolute;
          bottom: -7px;
          left: 0;

          width: 100%;
          height: 7px;

          content: '';

          background: url(../images/pattern-04.png) repeat-x;
      }
      .products-list li.item:after {
          position: relative;
          bottom: -30px;

          display: block;

          width: 100%;
          height: 1px;

          content: '';

          background: url('../images/pattern-dot-01.png') 0 0 repeat-x;
      }
      input[type='text'],
      input[type='password'],
      textarea {
          border: solid 1px #b6b6b6;
      }
      .block-layered-nav #narrow-by-list:before {
          position: absolute;
          top: -5px;
          left: 0;

          width: 100%;
          height: 5px;

          content: '';

          background: url(../images/pattern-01.png);
      }
      .block-layered-nav #narrow-by-list {
          position: relative;

          margin-bottom: 20px;

          border: solid 1px #e2e2e2;
      }
      .block-layered-nav dt {
          padding: 5px 0;

          font-weight: bold;

          text-align: center;

          border-bottom: 1px solid #e0dfe3;
          background: #f9f9f9;
      }
      .block-layered-nav dt li,
      .block-layered-nav dd li {
          padding: 0 10px;
      }
      .block-layered-nav dd {
          padding: 10px 0;
      }
      .checkout-onepage-index select {
          height: 21px;
          padding-left: 10px;

          line-height: 30px;
      }
      .my-account .customSelect,
      .packageinfo .customSelect,
      .checkout-onepage-index .customSelect,
      .checkout-multishipping-address-editshipping .customSelect,
      .account-create .customSelect {
          position: relative;
          z-index: 1;

          border: solid 1px #b6b6b6;
          height: 30px;
      }
      .my-account .customSelectInner,
      .packageinfo .customSelectInner,
      .checkout-onepage-index .customSelectInner,
      .checkout-multishipping-address-editshipping .customSelectInner,
      .account-create .customSelectInner {
          padding-right: 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .packageinfo .customSelect,
      .checkout-onepage-index .col-main .customSelect {
          padding-left: 10px;

          line-height: 30px;
          height: 28px;
      }
      .select-package,
      .customSelect.select-package {
        width: 225px;
        min-width: 225px;
      }
      .checkout-onepage-index .col-main .customSelect,
      .checkout-onepage-index .col-main select {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 255px;
          min-width: 255px;
          max-width: 255px;
          height: 30px;

          line-height: 30px;
      }
      .packageinfo .customSelect:after,
      .my-account .customSelect:after,
      .checkout-onepage-index .col-main .customSelect:after,
      .account-create .customSelect:after {
          position: absolute;
          top: 13px;
          right: 10px;

          width: 0;
          height: 0;

          content: '';

          border-width: 5px 3px 0 3px;
          border-style: solid;
          border-color: #000 transparent transparent transparent;
      }
      .my-account label,
      .account-create li:not(.control) label {
          width: 120px;
      }
      .myaccount-create li label {
          padding-right: 5px;
      }
      .my-account .input-box,
      .account-create .input-box {
          float: left;
          clear: none;
      }
      .my-account .form-list label.required em,
      .account-create .form-list label.required em {
          position: static;

          float: none;

          margin-left: 2px;
      }
      .col-main .buttons-set {
          float: left;

          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          min-width: 100%;
          padding: 10px 20px;

          background: #ebebeb;
      }
      .col-main input[type='text'],
      .col-main input[type='password'],
      .col-main input[type='email'],
      .my-account .customSelect:not(.col-left),
      .checkout-multishipping-address-editshipping .customSelect,
      .account-create .customSelect {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          min-width: 255px;
          max-width: 255px;
          min-height: 30px;
          padding: 0 10px;

          line-height: 30px;
      }
      .account-create .control .input-box {
          float: left!important;
      }
      #region {
          margin-top: 10px;
      }
      .addresses-additional {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0 20px;
      }
      .buttons-set p.back-link,
      .buttons-set .f-left {
          float: left;

          width: auto;
          height: 30px;

          line-height: 32px;

          cursor: pointer;

          color: #fff;
          background: #b6b6b6;
      }
      .buttons-set p.back-link,
      .buttons-set .f-left a,
      .buttons-set a.f-left {
          color: #fff!important;
      }
      .buttons-set > a,
      .buttons-set > button,
      .buttons-set > p {
          line-height: 32px;
      }
      .buttons-set .back-link a,
      .buttons-set .f-left {
          float: left;

          padding: 0 15px;

          color: #fff;
      }
      .my-account .title-buttons {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 20px;

          line-height: 43px;
      }
      .buttons-set button.button,
      .cart-contener button,
      .cart-contener button .cart-table,
      .title-buttons button,
      .data-table button,
      .grand-total button {
          float: left;

          width: auto;
          height: 30px;
          margin-left: 5px;
          padding: 0 20px;

          line-height: 32px;

          cursor: pointer;

          border: solid 1px #ed1c24;
          background: #ed1c24;
      }
      .grand-total button {
          float: right;

          height: 43px;
      }
      .grand-total big {
          line-height: 50px;
      }
      .title-buttons button {
          float: right;
      }
      .addresses-primary a {
          display: block;
          clear: right;

          width: 180px;
          margin: 10px auto 0;
          padding: 3px;

          font-weight: normal;

          text-align: center;

          color: #fff;
          background: #b6b6b6;
      }
      .messages li {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          margin: 0!important;
      }
      .cart-contener {
          margin-top: 80px;
      }
      .cart-contener .a-center .input-text {
          border: solid 1px #d2d2d2;
      }
      .checkout-onepage-index .page-title {
          float: left;
          clear: both;

          width: 100%;
          margin-top: 10px;
      }
      .checkout-multishipping-addresses .main-container,
      .checkout-multishipping-shipping .main-container,
      .checkout-multishipping-billing .main-container,
      .checkout-multishipping-overview .main-container,
      .checkout-multishipping-address-editshipping .main-container,
      .cms-index-defaultnoroute .main-container,
      .col1-layout {
          margin-top: 100px;
      }
      .col1-layout a {
          text-decoration: underline;
      }
      .checkout-multishipping-address-editshipping .form-list label {
          float: left;
          clear: none;

          width: 120px;
      }
      .checkout-multishipping-address-editshipping .form-list label em {
          position: static;

          float: none;
      }
      .checkout-multishipping-address-editshipping .form-list .input-box {
          float: left;
          clear: right;
      }
      #checkoutSteps {
          float: left;
          clear: both;
          height: 1020px;

          width: 100%;
      }
      #checkout-step-billing {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
      }
      .billing-new-address-form .customSelect,
      .billing-new-address-form select {
          width: 255px;
          min-width: 255px;
          max-width: 255px;
      }
      #checkout-step-payment {
          width: 100%;
      }
      #checkout-step-shipping .form-list > li.wide label,
      #co-billing-form .form-list > li.wide label {
          width: 100%;
      }
      #co-billing-form .form-list > li.wide .input-box,
      #checkout-step-shipping .form-list > li.wide .input-box {
          margin-left: 10px;
      }
      #checkoutSteps.opc .form-list label.required em {
          right: 0;
      }

       .std .page-not-found ul.disc {
           list-style: none;
       }

       .std .page-not-found ul.disc li {
           list-style: none;
           padding-left: 11px;
       }

      .customer-address-form .control label {
          width: auto;
          padding-right: 5px;
      }
      #checkout-step-login {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          padding-right: 0;
      }
      #checkout-step-login #login-form {
        display: inline-block;
      }
      #checkout-step-login .messages + #checkout-step-login #login-form   {
        margin-top: 10px;
      }
      #opc-login #checkout-step-login .col-1 {
          width: 40%;
      }

      #opc-login #checkout-step-login .col-2 {
          width: 50%;
      }
      .cart-collaterals input[type='text'] {
          width: 212px;
          min-width: 212px;
          max-width: 212px;
      }
      .cart-contener >form {
          width: 100%;
          float: left;
      }
      .col-main .coupon .buttons-set {
          padding: 0;
          background: #fff;
      }
      .col-main .coupon .buttons-set button {
          margin-left: 0;
      }
      #billing-new-address-form + li {
          margin-bottom: -10px;
      }
      #checkout-step-review {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }
      #checkout-step-review .data-table thead tr th:nth-child(1){
          width: 72%;
      }
      #shipping-new-address-form .control {
          margin-bottom: -20px;
      }
      .cms-page-view .col-main .std {
        font-family: 'Arimo';
      }

.add-to-cart-wrap .archive-info button  {
	background: none;
}

.add-to-cart-wrap .archive-info button > span {
	color: #FFFFFF;
	height: 44px;
	line-height: 44px;
	font-family: Tahoma;
	font-size: 17px;
	background-color: #666666;
}

.add-to-cart-wrap .archive-info button {
	width: 100%;
	float: none;
	margin: 15px 0 0 0;
	background: none;
	background-color: #666666;
}
.add-to-cart-wrap .archive-info span.info {
	font-weight: bold;
	color: #FF0000;
}
.validation-failed + .customSelect {
	border: 1px dashed #eb340a !important;
	background: #faebe7 !important;
}
.customSelect + .validation-advice {
	margin-top: -2px;
}

.my-account ul.messages {
		margin-top: 3px !important;
		margin-bottom: 10px !important;
}

.contact-form-col {
		margin-top: 40px;
}


/* ==========================================================================
	 Recommended cart widget
	 ========================================================================== */

.cart-contener .special-price .price,
.cart-contener .regular-price .price {
	font: 16px 'Arimo';

	white-space: nowrap;
	letter-spacing: 0;

	color: #f00;
}
.cart-contener .cart-recommended-accessories .button {
		width: 100%;
		float: left;
		height: 30px;
		line-height: 32px;
		cursor: pointer;
		background: #9D9D9D;
		display: block;
		padding: 0;
		text-decoration: none;
}
.cart-contener .cart-recommended-accessories .button:hover {
		background: #595959;
		border-color: #595959;
}
/*.cart-contener .cart-recommended-accessories .button:hover {*/
		/*background: #8D8D8D;*/
/*}*/
.cart-contener .cart-recommended-accessories .button span {
		height: 100%;
		width: 100%;
		line-height: 32px;
		font-size: 11px;
		padding: 0;
		text-align: center;
		white-space: nowrap;
		color: #fff;
}
.cart-recommended-accessories .icon_category {
		min-height: 250px;
}
.icon_category {
	 float: left;

	 width: 100%;
}
.cart-recommended-accessories .price-box {
	float: left;
	width: 100%;
	text-align: center;
}
.cart-contener .old-price .price {
	position: absolute;
	right: 10px;
}
.cart-contener .old-price .price:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	background: #f00;
}
.cart-contener .special-price {
	float: left;
}
.cart-container .regular-price {
	float: left;
}
.cart-container .regular-price .price {
	letter-spacing: 0;
}
.icon_category li img {
	 width: 130px;
}
.icon_category .product-name {
	height: 36px;
	min-height: 36px;
}
.icon_category .product-name a{
	 text-align: center;

	 color: #000;
	 min-height: 36px;
	 height: 36px;
	 overflow: hidden;
	 display: inline-block;

	 text-overflow: ellipsis;
	 word-wrap: nowrap;
}
.icon_category .product-name a {
	 color: #000;
}
.cart-recommended-accessories {
	float: left;
	width: 100%;
}
.cart-recommended-accessories .icon_category {
	width: 100%;
	float: left;
}
.cart-recommended-accessories .icon_category ul {
	width: 1160px;
	float: left;
	position: relative;
}
.cart-recommended-accessories .icon_category ul li {
	display: block;
	float: left;

	max-height: 220px;
	min-height: 220px;
	margin: 20px 0;
	width: 155px;
	text-align: center;
}
.cart-recommended-accessories .icon_category ul li + li {
	margin-left: 12px;
}
.cart-recommended-accessories .owl-prev,
.cart-recommended-accessories  .owl-next {
	position: absolute;
	top: 50%;
	text-indent: -9999em;
	width: 20px;
	height: 20px;
	background: #000;
}
.cart-recommended-accessories .owl-prev {
	background: url('../images/arrow-left.png');
	left: -5px;
}
.cart-recommended-accessories .owl-next {
	background: url('../images/arrow-right.png');
	right: -5px;
}
.cart-recommended-accessories .view-all-accessories {
		position: relative;
		float: right;
		clear: both;
		width: 321px;
		margin-right: 9px;
		margin-top: 3px;
}
.fancybox-overlay.fancybox-overlay-fixed {
	background: url('../images/overlay-bg-01.png');
}
.fancybox-inner .product-essential-ac .product-details {
	width: 100%;
}
.fancybox-inner .product-essential-ac .product-details .add-to-cart-wrap{
	width: 300px;
	margin: 0 auto;
}
.fancybox-inner .product-essential-ac .product-details .product-option select{
	min-width: 160px;
	max-width: 160px;
}
.fancybox-inner .product-essential-ac .product-details .product-option .customSelect{
	min-width: 140px;
	max-width: 140px;
}
.fancybox-inner .product-essential-ac .product-details .product-option label{
	text-align: center;
}
.fancybox-inner .product-essential-ac .product-details .add-to-cart label{
	color: #000;
	margin-top: 5px;
	text-align: center;
}
.fancybox-inner .product-view .product-name {
	padding: 0;
}
.fancybox-inner .product-view .product-name h1 {
	height: auto;
}
.fancybox-inner .product-essential-ac .product-details .req-info{
	width: 160px;
	margin-top: 20px;
	margin-left: 0;
}
.fancybox-inner .product-essential-ac .product-details .req-info p {
	text-align: center;
}
.fancybox-inner .product-essential-ac .product-details .btn-negotiate{
	margin: 0 auto 15px auto;
	display: inline-block;
	float: none;

	padding-right: 20px;
}
.fancybox-inner .product-essential-ac #qty-contener {
	width: 160px;
}
.fancybox-inner .product-essential-ac #qty-contener label {
	width: 100%;
	padding: 5px 0;
	margin: 0;
}
.fancybox-inner .product-essential-ac #qty-contener select {
	width: 160px;
	max-width: 160px;
	min-width: 160px;
}
.fancybox-inner .product-essential-ac #qty-contener .customSelect {
	width: 140px;
	max-width: 140px;
	min-width: 140px;
}
.fancybox-inner .product-essential-ac .product-options .product-option{
	width: 160px;
}
.fancybox-inner .product-essential-ac .product-options .product-option dd{
	overflow: visible;
}
.fancybox-inner .product-essential-ac .product-options,
.fancybox-inner .product-essential-ac .product-options-bottom .add-to-row{
	padding-left: 75px;
}
.fancybox-inner .product-essential-ac .product-details .product-shop{
	text-align: left;
	background-repeat: repeat-x;
}
.fancybox-inner .validation-advice {
	background: url(../images/validation_advice_bg.png) 2px 0 no-repeat;
	padding-left: 17px;

}
.btn--checkout--alt.btn--poczta {
	padding: 3px 10px;
	line-height: 21px;
	text-transform: uppercase;
	float: left;
}
/* custom filters */
.block-layered-nav #narrow-by-list.amshopby-narrow-by-list:before {
		top: inherit;
		bottom: -5px;
}
.col-main .amshopby-narrow-by-list .input-text {
		width: 64px;
		min-width: 64px;
		max-width: 64px;
		height: 30px;

		-webkit-box-shadow: 0 3px 3px 0 rgba(216,216,216,1);
			 -moz-box-shadow: 0 3px 3px 0 rgba(216,216,216,1);
						box-shadow: 0 3px 3px 0 rgba(216,216,216,1);
}
.col-main .amshopby-narrow-by-list .input-text:focus {
		background: #fff;
}
.col-main .amshopby-narrow-by-list #amshopby-price-top-to {
		margin-left: 10px;
}
.amshopby-narrow-by-list .button {
		margin-left: 10px;

		background: #ec1d25;
}
.block-layered-nav .amshopby-narrow-by-list dd li {
		padding-left: 0;
}
.amshopby-narrow-by-list dt {
		font-size: 14px;
		font-weight: normal;

		text-align: left;

		border: none;
		background: none;
}
.amshopby-narrow-by-list td {
		padding: 10px 15px 10px 35px;

		text-align: left;

		border-right: solid 1px #d8d8d8;
}
.amshopby-narrow-by-list td {
	position: relative;
}
.amshopby-narrow-by-list td:nth-child(3) {
		width: 190px;
}
.amshopby-narrow-by-list td:nth-child(4) {
		border-right: none;
}
.amshopby-attr .count,
.amshopby-attr-selected .count {
		color: #1678c1;
}
.amshopby-filters-top {
		position: relative;
		float: none;
		width: 100%;
		margin-top: 5px;
}
.js-toggle-filters {
		position: absolute;
		z-index: 9;
		top: 75px;
		right: 10px;

		padding: 10px 20px;

		*cursor: hand;
		cursor: pointer;
}
.amshopby-filters-top .block-title {
		display: none;
		float: left;

		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
						box-sizing: border-box;
		width: 100%;
		height: 42px;
		padding: 10px 30px;

		line-height: 24px;

		text-indent: 0;

		border-top: 0;
		cursor: hand;
		cursor: pointer;
}
.amshopby-narrow-by-list .price-close span {
		position: absolute;
		top: 12px;
		right: 10px;
		text-transform: lowercase;
		font-weight: bold;
		color: #f00;
}
.ico-slideUp,
.ico-slideDown {
	width: 7px;
	height: 6px;

	background-position: 0 0;
	display: block;
	float: right;
	margin-top: 6px;
	margin-left: 10px;
}
.ico-slideUp {
	background-image: url('../images/slide-up.png');
}
.ico-slideDown {
	background-image: url('../images/slide-down.png');
}
.amshopby-filters-top .amshopby-narrow-by-list {
		float: left;

		width: 100%;
}
.amshopby-filters-top .amshopby-narrow-by-list .table-wrapper {
		display: block;
		float: left;
}

#div-interaktingslider, #middle-center, #slide-content img {
	float: left;
	width: 100%;
}
.homepage-segment {
	float: left;
	width: 100%;
}
#outerImageContainer {
		width: 750px!important;
		height: 450px!important;
		min-width: 750px;

		height: 100%;
		/*max-height: 500px;*/
		overflow: hidden;
}
#imageDataContainer {
	width: 750px!important;
	max-width: 750px!important;
	margin: 0 auto;
}
#lightbox {
	padding-top: 10px;
	overflow: hidden;
}
#lightbox #caption {
	width: 750px!important;
	max-width: 750px;
	margin: 0 auto;
}
#lightbox #imageContainer {
	height: 100%;
	background: #fff;
}
#lightbox #lightboxImage {
	height: 100%!important;
}
.main .orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item  {
		border: solid 2px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.main .orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item:hover,
.main .orbitvu-gallery-product-views ul.orbitvu-image-thumbs li.orbitvu-gallery-item.orbitvu_active {
	border: solid 2px #B6B6B6;
}
.main .orbitvu-gallery-item-desc {
	width: 100%;
	height: 100%;
}
.main .orbitvu-icon {
		width: 100%;
		height: 100%;

		background-image: url('../images/orbitvu-thumb.png');
		background-repeat: no-repeat;
		background-position: 40% 65%;
}

.main .products-grid .orbitvu-icon,
.main .products-list .orbitvu-icon {
	width: 47px;
	height: 26px;
	display: block;
	position: absolute;
	top: 40px;
	right: 10px;
}

.rwd-aside-title {
	display: none;
}


.hamburger {
	position: relative;
	float: left;
	width: 26px;
	margin-top: 12px;
	height: 23px;
	cursor: pointer;
}
.hamburger .hm {
	position: absolute;
	display: block;
	width: 26px;
	height: 4px;
	opacity: 1;
	background: #4d4d4d;
}
.hamburger .hm-1 {
	top: 0;
	-moz-transition: -moz-transform 0.3s, top 0.3s 0.3s;
	-o-transition: -o-transform 0.3s, top 0.3s 0.3s;
	-webkit-transition: -webkit-transform 0.3s, top 0.3s;
	-webkit-transition-delay: 0s, 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s;
}
.hamburger .hm-2 {
	top: 7px;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.hamburger .hm-3 {
	top: 14px;
	-moz-transition: -moz-transform 0.3s, top 0.3s 0.3s;
	-o-transition: -o-transform 0.3s, top 0.3s 0.3s;
	-webkit-transition: -webkit-transform 0.3s, top 0.3s;
	-webkit-transition-delay: 0s, 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s;
}
.hamburger.open .hm-1 {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: top 0.3s, -moz-transform 0.3s 0.3s;
	-o-transition: top 0.3s, -o-transform 0.3s 0.3s;
	-webkit-transition: top 0.3s, -webkit-transform 0.3s;
	-webkit-transition-delay: 0s, 0.3s;
	transition: top 0.3s, transform 0.3s 0.3s;
}
.hamburger.open .hm-1,
.hamburger.open .hm-3 {
	top: 7px;
}
.hamburger.open .hm-3 {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transition: top 0.3s, -moz-transform 0.3s 0.3s;
	-o-transition: top 0.3s, -o-transform 0.3s 0.3s;
	-webkit-transition: top 0.3s, -webkit-transform 0.3s;
	-webkit-transition-delay: 0s, 0.3s;
	transition: top 0.3s, transform 0.3s 0.3s;
}
.hamburger.open .hm-2 {
	opacity: 0;
}
.header-mobile {
	display: none;
}
.price-negotiation {
		width: 680px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 10px;

		border: 1px solid rgb(225, 58, 75);
		background-color: rgb(255, 255, 255);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.block-cart span.count {
	display: none;
}
span.per-page {
	margin-left: 2px;
}
.noscroll {
	overflow: hidden;
}

.installments-split {
		font-size: 14px;
}
.installment-price-fix {
		margin: 0;
		display: inline-block;
		width: 100%;
}

.no-installments-label {
	background: rgba(255, 0, 0, .7);
	padding: 4px 7px;
	text-shadow: 2px 1px 0 #C30000;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 12px;
}
.no-installments-label span {
font-size: 14px;
}
.products-grid .item .no-installments-label {
	position: absolute;
	display: inline-block;
	right: 10px;
	bottom: 105px;
}

.products-list .item .no-installments-label {
	position: absolute;
	left: 147px;
	bottom: 15px;
}
}

.newsletter-label {
		width: 340px;
}

#gal1 img {
		border: 2px solid #ddd;
}
#gal1 .active img {
		border: 2px solid #333 !important;
}
.product-img-box {
		position: relative;

		display: block;

		box-sizing: border-box;
		height: auto;
		min-height: 425px;
		max-height: none;
		padding-bottom: 65px;

		text-align: center;

		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
}

.zoomWrapper {
		position: relative;

		overflow: hidden;

		width: 100%!important;
		height: 100%!important;
}
.product-img-box .more-views {
		position: static;

		display: block;

		width: 100%;
		height: auto;
		max-height: none;
}
.product-img-box .more-views ul {
		margin-top: 5px;

		text-align: left;
}
.product-img-box .more-views ul > a {
		display: inline-block;

		margin-top: 5px;
		margin-left: 2px;
}


.active-img-wrap {
		display: flex;

		width: 100%;

		text-align: center;

		border: solid 1px #ccc;

		flex-flow: row nowrap;
		justify-content: center;
		box-sizing: border-box;
		align-items: center;
}
.active-img-wrap img {
		width: auto;
		max-width: 100%;
		height: auto;
}
.zoomWrapper img {
		position: static!important;

		width: auto;
		max-width: 100%;
}
.zoomWindow {
	background-color: #fff;
}

.fancybox-overlay .fancybox-skin {
	background: transparent;
	box-shadow: none!important;
}
.fancybox-overlay .fancybox-outer {
	border: 2px solid #FF0000;
	float: left;
}

.fancybox-close.fancybox-close-rower {
	top: -10px;
	display: inline;
	right: 10px;
	color: #000;
	font-weight: 800;
	width: auto;
}

.review-telephone {
		display: none;
}

.product-options-bottom .add-to-row {
	overflow: visible;
}
.widget-fb {
	position: fixed;
	width: 295px;
	transform: translateX(-100%);
	top: 150px;
	left: 0;
	z-index: 99999;
	transition: linear .2s all;
}
.widget-fb.widget-fb--active {
	transform: translateX(0);
}
.widget-fb__icon {
	background-image: url('../images/FB-f-Logo__blue_100.png');
	background-size: contain;
	width: 50px;
	height: 50px;
	right: -50px;
	top: 0;
	position: absolute;
	cursor: pointer;
	display: block;
}

.btn--checkout--alt.btn--poczta {
  padding: 3px 10px;
  line-height: 21px;
  text-transform: uppercase;
  float: left;
}
.f-newsletter {
	padding: 0 5px 0 25px;
	width: 250px;
	box-sizing: content-box;
	float: left;
	text-align: left;
}
.f-newsletter__title {
    font-size: 15px;
    font-weight: bold;
    color: red;
    margin: 5px 0;
    font: left;
    width: 100%;
}
.footer .f-newsletter__subheader {
	margin-top: 0;
	margin-bottom: 14px;
	font: left;
	width: 100%;
}
.f-newsletter__field {
	position: relative;
}
.f-newsletter__field .validation-advice {
	margin-top: 40px;
	padding-left: 0;
}
.f-newsletter__input {
	height: 34px;
	padding: 2px 5px;
	border: none;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	width: 150px;
	box-sizing: border-box;
	overflow-x: hidden;
	text-overflow: ellipsis;
	top: 0;
	left: 0;
	position: absolute;
}
.f-newsletter__input2 {
	display: none;
}
.f-newsletter__btn {
	position: absolute;
	left: 150px;
	top: 0;
	width: 70px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
	height: 34px;
	background: red;
	color: white;
	font-weight: 700;
	box-sizing: border-box;
	border: solid 1px #a02626;
	cursor: pointer;
}
.f-newsletter__btn:hover {
	background: #B31F21;
}
.f-newsletter__message {
	width: 100%;
	display: inline-block;
	border: solid 1px black;
	padding: 3px;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 11px;
	margin-top: 13px;
	color: rgba(0, 0, 0, 0.8);
}
.f-newsletter__message--success {
	border-color: #66b464;
	background: #CDE7B9;
}
.f-newsletter__message--error {
	border-color: #a02626;
	background: #FF9881;
}

.widget-searchbar {
	width: 100%;
	margin: 14px 0;
	height: 60px;
	display: block;
	position: relative;
	float: left;
	z-index: 1;
}

.widget-searchbar:before {
	content: '';
	width: 100%;
	position: absolute;
	transform: translateY(37px);
	height: 4px;
	top: 0;
	left: 0;
	display: block;
	background: url('../images/pattern-03.png') repeat 0 100%;

}
.widget-searchbar__field {
	position: relative;
    margin-top: 9px;
    right: 0;
    height: 42px;
    width: 380px;
    float: right;
    padding: 10px 5px;
    background-color: #ed1c24;
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
	border-bottom-right-radius: 0;
}

input[type="text"].widget-searchbar__input {
	position: absolute;
	right: 10px;
	top: 0;
	max-width: none;
	border-color: #ccc;
	height: 42px;
	margin-top: 10px;
	width: calc(100% - 20px);
	border-radius: 5px;
}

.widget-searchbar__button {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 22px;
	width: 20px;
	height: 20px;
	background: url('../images/search_btn.gif');
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.widget-searchbar__more {
	position: absolute;
	right: 0;
	bottom: -33px;
	font-size: 11px;
	padding: 1px 4px;
	border: solid 1px #ccc;
	background-color: #ffffff;
	border-top-style: dashed;
	z-index: 2;
}
.widget-searchbar__more:hover {
	background-color: #f4f4f4;
}

.opineo-sidebar {
	position: relative;
	width: auto;
	margin-bottom: 20px;
}
.opineo-sidebar .opineo-sidebar-marks {
	position: relative;
	width: auto;
}
.opineo-sidebar .opineo-link,
.opineo-sidebar .opineo-mark,
.opineo-sidebar .opineo-count {
	float: none;
	display: inline-block;
	position: relative;
}
.opineo-sidebar .opineo-link {
	width: 100%;
	background-position: center center;
	float: none;
	margin: 0 auto;
}
.opineo-sidebar .opineo-mark {
	margin-right: 0;
}
.opineo-sidebar .section-head {
	width: 100%;
	padding: 0 0 10px;
}

.youtube-video {
  position: relative;
  width: 660px;
  margin: 0 auto 20px;
}
.youtube-video:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}
.youtube-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.c-menu__linklist__item {
    color: #99680a;
}
.widget-searchbar .search-autocomplete {
	z-index: 6;
}

.widget-searchbar .search-autocomplete li {
  background: #fff;
  padding: 4px 12px;
}
.widget-searchbar .search-autocomplete ul {
  border: 1px solid gray;
}
.widget-searchbar .search-autocomplete li {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.widget-searchbar .search-autocomplete li:after {
	display: none;
}
.widget-searchbar__more {
	z-index: 0;
}


/* NEW MEGAMENU - START */

/* BLOG - START */
.blog-post-view .main-container,
.blog-index-list .main-container {
  padding-top: 100px;
}

.blog-post-view .sorter:after,
.blog-post-view .pager:after,
.blog-index-list .sorter:after
.blog-index-list .pager:after {
	display: none;
}

.blog-post-view .toolbar,
.blog-index-list .toolbar {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	position: relative;
}

.blog-post-view .sorter,
.blog-post-view .pager,
.blog-index-list .sorter,
.blog-index-list .pager {
	display: flex;
	align-items: center;
	align-content: center;
	position: relative;
}


.blog-post-view .tags ul li,
.blog-index-list .tags ul li {
	padding-right: 0px;
	padding-left: 8px;
}

.blog-post-view .tags ul li a,
.blog-index-list .tags ul li a {
	font: bold 12px/16px Arimo,Helvetica,sans-serif;
	color: gray;
}


.blog-post-view .sorter .customSelect.sort-by,
.blog-post-view .pager .limiter,
.blog-index-list .sorter .customSelect.sort-by,
.blog-index-list .pager .limiter {
	top: 0;
}

.blog-post-view .postTitle h2,
.blog-index-list .postTitle h2 {
	font-size: 32px;
}

.blog-post-view .postTitle h3,
.blog-index-list .postTitle h3 {
	font-size: 12px;
	color: gray;
}

.blog-post-view .postTitle a,
.blog-index-list .postTitle a {
	color: black;
}

.blog-post-view .col-main,
.blog-index-list .col-main {
	width: calc(100% - 200px);
	max-width: 730px;
	padding: 0 20px 20px;
}

.blog-post-view .aw-blog-read-more,
.blog-index-list .aw-blog-read-more {
	color: red;
}

@media (max-width: 1024px) {
	.blog-post-view label,
	.blog-index-list label {
		width: auto;
	}
	.blog-index-list .pager label {
		margin-right: 20px;
    position: static;
	}
	.blog-index-list .pager .limiter select {
		margin-left: 20px;
	}
}

@media (max-width: 768px) {
	.blog-post-view .main-container, .blog-index-list .main-container {
		padding-top: 0;
	}
	.blog-post-view .col-main, .blog-index-list .col-main {
		max-width: 100%;
		width: 100%;
    box-sizing: border-box;
	}
}


@media (max-width: 480px) {
	.blog-post-view .toolbar,
	.blog-index-list .toolbar {
		flex-direction: column;
	}

	.blog-index-list .pager .limiter,
	.blog-index-list .sorter .sort-by,
	.blog-index-list .sorter .customSelect.sort-by {
    width: 125px;
	}
}





@media (min-width: 768px) {
	.header-inner .links a:hover, .user-links a:hover,
	.header-inner .links a, .user-links a {
			padding-left: 0;
			padding-right: 0;
	}

	.header-inner .links {
			display: table;
			width: 100%;
	}

	.header-inner .links .c-headermenu-link, .user-links li {
			margin: auto;
			float: none;
			display: table-cell;
	}

}
	.c-headermenu-links > .c-headermenu-link > a + .c-headermenu-sublinks-list-wrapper {
		display: flex;
		position: absolute;
		top: calc(100% - 1px);
		width: 100%;
		left: 0;
		height: auto;
		max-height: 0vh;
		overflow: hidden;
		box-sizing: border-box;
	}

@media (min-width: 1280px) {
	.c-headermenu-links > .c-headermenu-link:hover > a + .c-headermenu-sublinks-list-wrapper {
			max-height: 100vh;
			z-index: 10;
			border: 1px solid #e2e2e2;
			width: calc(100% + 1px);
			left: -1px;
			background: white;
	}
}

.c-headermenu-links > .c-headermenu-link > a + .c-headermenu-sublinks-list-wrapper > .c-headermenu-sublinks-list {
    background: white;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    padding-top: 28px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: wrap;
    box-sizing: border-box;
}

.c-headermenu-links.links > .c-headermenu-link > a + .c-headermenu-sublinks-list-wrapper > .c-headermenu-sublinks-list > li {
    border: none;
    display: flex;
    margin: 0 0 20px;
    width: 25%;
}

.c-headermenu-links.links > .c-headermenu-link > a + .c-headermenu-sublinks-list-wrapper > .c-headermenu-sublinks-list > li > a {
    margin: 0;
    border: none;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    height: auto;
    font-weight: 400;
    text-transform: none;
}

.c-headermenu-links.links > .c-headermenu-link > a:before,
.c-headermenu-links.links > .c-headermenu-link > a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #e2e2e2;
}

.c-headermenu-link > a {
    position:relative;
}

@media (min-width: 1024px) {
	.c-headermenu-links.links > .c-headermenu-link:hover > a:before,
	.c-headermenu-links.links > .c-headermenu-link:hover > a:before{
			background: white;
			z-index: 11;
	}
}

.c-headermenu-links > .c-headermenu-contact {
    position: relative;
}


.c-headermenu-links > .c-headermenu-link > a + .c-headermenu-contact-wrapper {
    display: flex;
    position: absolute;
    top: calc(100% - 1px);
    width: 400px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    max-height: 0vh;
    overflow: hidden;
    box-sizing: border-box;
    background: white;
}

.c-headermenu-links {
	position: relative;
}

.header-inner .links .c-headermenu-link > a {
	background: #ed1c24;
	color: white;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.header-inner .c-headermenu-links > .c-headermenu-link > a {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.header-inner .c-headermenu-links > .c-headermenu-link > a {
		font-size: 10px;
    padding: 0 4px;
	}
}

@media (min-width: 1024px) {
	.c-headermenu-links > .c-headermenu-link:hover > a + .c-headermenu-contact-wrapper {
			max-height: 100vh;
			border: 1px solid #e2e2e2;
			z-index: 9;
	}
}

.c-headermenu-links > .c-headermenu-link > a + .c-headermenu-contact-wrapper .c-headermenu-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-headermenu-contact__title {
    padding-top: 50px;
    letter-spacing: -0.5px;
    font-size: 28px;
}

.c-headermenu-contact__number-box {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    max-width: 279px;
    padding-left: 60px;
    background: url(../images/img-call-red.png) 40px 50% no-repeat;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.c-headermenu-contact__number-box > p {
    padding-top: 20px;
    font-size: 28px;
    font-weight: 700;
}

.c-headermenu-links.is-sticky {
    position: fixed;
    top: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

#acp-product-options .product-options dl.last {
	display: flex;
	padding: 16px 0;
}

#acp-product-options .product-options dt {
	font-weight: 700;
	font-size: 14px;
}

#acp-product-options .product-options dt + dd {
	margin-left: 4px;
	font-size: 14px;
	position: relative;
}

#acp-product-options .product-options dt + dd > select {
	padding: 2px;
	border: 1px #b6b6b6 solid;
	border-radius: 0;
	box-sizing: border-box;
}

#acp-product-options .product-options dt + dd > select[disabled] {
	background: #ececec;
}

#acp-product-options .product-options dt label.required em {
	margin-left: 0;
	margin-right: 3px;
}


#acp-product-options .product-options dt + dd.last:before {
	position: absolute;
	top: 10px;
	display: block;
	right: 7px;
	width: 0;
	height: 0;
	content: '';
	border-width: 3px 3px 0 3px;
	border-style: solid;
	border-color: #595959 transparent transparent transparent;
}

/* NEW MEGAMENU - END */
.c-wyswig-leasing-title figure img {
	max-width: 100%;
}

.c-wyswig-leasing {
	display: flex;
	flex-direction: row
}

.c-wyswig-leasing__media {
		width: 50%;
		max-width: 369px;
		padding-top: 85px;
}
.c-wyswig-leasing__media figure {
		margin-bottom: 10px;
		padding-right: 20px
}

.c-wyswig-leasing__media img {
	max-width: 100%;
}

.c-wyswig-leasing__description {
	width: 60%;
	max-width: 555px;
}

@media (max-width: 654px) {
	.c-wyswig-leasing__description {
		width: 100%;
			 max-width: 455px;
			margin: 0 auto;
	}
	.c-wyswig-leasing__media {
		margin: 0 auto;
		padding: 0;
			width: 50%;
	}
	.c-wyswig-leasing {
		flex-direction: column;
	 }
	 .c-wyswig-leasing__media figure {
			 padding: 0;
	 }
}

/* BLOG - START */
.blog-post-view .main-container,
.blog-index-list .main-container {
  padding-top: 100px;
}

.blog-post-view .sorter:after,
.blog-post-view .pager:after,
.blog-index-list .sorter:after
.blog-index-list .pager:after {
	display: none;
}

.blog-post-view .toolbar,
.blog-index-list .toolbar {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	position: relative;
}

.blog-post-view .sorter,
.blog-post-view .pager,
.blog-index-list .sorter,
.blog-index-list .pager {
	display: flex;
	align-items: center;
	align-content: center;
	position: relative;
}


.blog-post-view .tags ul li,
.blog-index-list .tags ul li {
	padding-right: 0px;
	padding-left: 8px;
}

.blog-post-view .tags ul li a,
.blog-index-list .tags ul li a {
	font: bold 12px/16px Arimo,Helvetica,sans-serif;
	color: gray;
}


.blog-post-view .sorter .customSelect.sort-by,
.blog-post-view .pager .limiter,
.blog-index-list .sorter .customSelect.sort-by,
.blog-index-list .pager .limiter {
	top: 0;
}

.blog-post-view .postTitle h2,
.blog-index-list .postTitle h2 {
	font-size: 32px;
}

.blog-post-view .postTitle h3,
.blog-index-list .postTitle h3 {
	font-size: 12px;
	color: gray;
}

.blog-post-view .postTitle a,
.blog-index-list .postTitle a {
	color: black;
}

.blog-post-view .col-main,
.blog-index-list .col-main {
	width: calc(100% - 200px);
	max-width: 730px;
	padding: 0 20px 20px;
}

.blog-post-view .aw-blog-read-more,
.blog-index-list .aw-blog-read-more {
	color: red;
}

@media (max-width: 1024px) {
	.blog-post-view label,
	.blog-index-list label {
		width: auto;
	}
	.blog-index-list .pager label {
		margin-right: 20px;
    position: static;
	}
	.blog-index-list .pager .limiter select {
		margin-left: 20px;
	}
}

@media (max-width: 768px) {
	.blog-post-view .main-container, .blog-index-list .main-container {
		padding-top: 0;
	}
	.blog-post-view .col-main, .blog-index-list .col-main {
		max-width: 100%;
		width: 100%;
    box-sizing: border-box;
	}
}


@media (max-width: 480px) {
	.blog-post-view .toolbar,
	.blog-index-list .toolbar {
		flex-direction: column;
	}

	.blog-index-list .pager .limiter,
	.blog-index-list .sorter .sort-by,
	.blog-index-list .sorter .customSelect.sort-by {
    width: 125px;
	}
}

/* BLOG - END */

/* CART - NO ITEMS */

.empty-cart__head {
	color: black;
}

.empty-cart__info {
	margin: 20px 0;
	font-size: 14px;
}

.empty-cart__btn-wrap {
	display: block;
}

.empty-cart-text {
	font-weight: 600;
	text-align: center;
}

.empty-cart__btn {
	font-weight: 600;
	display: block;
	margin: 0 auto;
	border: none;
	background: red;
	padding: 10px 15px;
}

.empty-cart__btn, .empty-cart__btn a {
	color: white;
}
