/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

ul, ol {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Mis.
-------------------------------------------------------------*/
.clear, .divider {clear: both;}

.no-display {display: none !important;}

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

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

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

.pipe {
	padding: 0 4px;
	text-align: center;
	color: #999999;
}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}

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

.left		{float: left;}
.right	{float: right;}

.normal-weight {font-weight: normal;}

.auto-width {width: auto;}

/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after {
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	overflow:hidden;
}



/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {width: 980px; margin: 0 auto;}

.wrap { width: 100%; clear: both; }

.main { width: 960px; margin: 0 auto;}

.narrow .main { width: 750px; margin: 0 auto; }

/* HEADER
--------------------------------------------------------- */
#ja-header {}

/* CONTAINER
--------------------------------------------------------- */
#ja-main { float: left; width: 720px; }

/*main content---*/
#ja-content { clear: both; display: block; float: right; width: 520px; }
#ja-current-content { }

/*columns---*/
#ja-col1 { float: left; width: 235px; overflow: hidden; }
#ja-col2 { float: right; width: 240px; overflow: hidden; }

/* FOOTER
--------------------------------------------------------- */
#ja-footer {}

/* EXTENSIBLE LAYOUT
--------------------------------------------------------- */
/*1 Column---*/
.ja-lo-1col #ja-current-content { margin: 0; }
.ja-lo-1col #ja-main,.ja-lo-1col #ja-content { float: none; width: 100%; }

/*Content + 1 Columns Right---*/
.ja-lo-2colsr #ja-content { float: none; width: 100%; }
.ja-lo-2colsr #ja-current-content { margin-left: 0; }

/*Content + 1 Columns Left---*/
.ja-lo-2colsl #ja-main { float: none; width: 100%; }
.ja-lo-2colsl #ja-content { width: 730px; }
.ja-lo-2colsl #ja-current-content { margin-right: 0; }
.ja-lo-2colsl #ja-col1 { width: 210px; }

/* IN PAGE LAYOUTS
--------------------------------------------------------- */
.middle { width:980px; min-height:400px; margin:0 auto; text-align:left; }
.side-col { width:195px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:770px;  }
.col-2-left-layout .col-main { float:right; width:770px; }
.col-3-layout .col-main { width:575px; margin-left:15px; }

/* Content Columns */
.col2-set, .col3-set, .col4-set { clear:both; }

.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; 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%; }

/*Table Columns---*/
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }

#rand_block_hidden {display:none;}

.yandex_foot {
display:block; 
width:20px; 
height:25px;
float:left; 
margin:0px 0px 0px 13px;
background:url('/media/upload/image/yandex.gif') left top no-repeat;
}
.yandex_foot:hover {
background:url('/media/upload/image/yandex_hover.gif') left top no-repeat;
}

.sber_foot {
display:block; 
width:25px; 
height:25px;
float:left; 
margin:0px 0px 0px 13px;
background:url('/media/upload/image/sber.gif') left top no-repeat;
}
.sber_foot:hover {
background:url('/media/upload/image/sber_hover.gif') left top no-repeat;
}

.master_foot {
display:block; 
width:34px; 
height:25px;
float:left; 
margin:0px 0px 0px 13px;
background:url('/media/upload/image/master.gif') left top no-repeat;
}
.master_foot:hover {
background:url('/media/upload/image/master_hover.gif') left top no-repeat;
}


.visa_foot {
display:block; 
width:50px; 
height:25px;
float:left; 
margin:0px 0px 0px 13px;
background:url('/media/upload/image/visa.gif') left top no-repeat;
}
.visa_foot:hover {
background:url('/media/upload/image/visa_hover.gif') left top no-repeat;
}
.social_contacts {
  display:block; 
  float:left;
}
.social_rss, .social_facebook, .social_twitter {
  display:block; 
  float:right; 
  width:16px; 
  height:16px;
  margin:0px 0px 0px 10px;
}
.social_rss {  
  background:url('/media/upload/image/rss.gif') left top no-repeat;
}
.social_rss:hover {
  background:url('/media/upload/image/rss_hover.gif') left top no-repeat;
}
.social_facebook {
  background:url('/media/upload/image/facebook.gif') left top no-repeat;
}
.social_facebook:hover {
  background:url('/media/upload/image/facebook_hover.gif') left top no-repeat;
}
.social_twitter {
  background:url('/media/upload/image/twitter.gif') left top no-repeat;
}
.social_twitter:hover {
  background:url('/media/upload/image/twitter_hover.gif') left top no-repeat;
}
body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Segoe UI", Arial, sans-serif;
	line-height: 1.8;
}

body#bd {
	background: #A5A5A5;
	color: #333333;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

/* COMMON ELEMENTS
-------------------------------------------------------------*/
.clearfix:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/*Normal link---*/
a {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: 0;
}

img:not([src]) {
	visibility: hidden;
}

dl {
	margin: 15px 0;
}

dt {
	font-weight: bold;
	font-size: 115%;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 100%;}
h6 {font-size: 100%; text-transform: uppercase;}


/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-head, .page-head-alt {
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 1;
}

/*Small text---*/
.shop-access, #ja-footer,
small,
.catalog-listing .add-to,
table.pager, table.view-by,
.ratings, .ratings-list td.label,
.widget-btn, .validation-advice, .required,
#track_hint {
	font-size: 92%;
	line-height: 1.5;
}
#opc-shipping_method h2:after, #opc-payment h2:after{
	content: '*';
	color: red;
	padding-left: 3px;
}
li#center_column .star {
	color: red;
}


/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #DDDDDD;
	font: 100%/normal Arial, sans-serif;
	color: #333333;
	padding: 2px;
}

input.input-text {
	background: #FFFFFF;
}

select {
	background: #FFFFFF;
}

.input-text:hover, select:hover, textarea:hover,
.input-text:focus, select:focus, textarea:focus {
	border: 1px solid #999999;
}

form .button, .form-button, .form-button-alt {
	background: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	cursor: pointer;
	font: bold 92%/normal Arial, sans-serif !important;
	overflow: visible;
	padding: 2px 8px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
.form-button:hover,
.form-button:active,
.form-button:focus {
	color: #FFFFFF;
	text-decoration: none;
}
button.button.btn-kupi-v-kredit{
	width: 135px;
}
.form-button span, .form-button-alt span {
	white-space: nowrap;
}
option, optgroup {
	font: 100%/normal Arial, sans-serif;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

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

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

/*Fieldset--*/
fieldset {}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*Tables--*/
td, th { padding: 6px 15px; line-height: 1.5;}
th { text-align: left; }

/*Others--*/
address {
	font-style: normal;
}

#checkout-review-table-wrapper td, #checkout-review-table-wrapper th{
	padding: 6px 2px;
}
/* HEADER
--------------------------------------------------------- */
.banner-action {
	color: #fff;
	background: #08b058;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.banner-action h3 {
	margin: 0;
}

.banner-action h3, .banner-action img {
	display: inline-block;
	vertical-align: middle;
}

.banner-action img {
	height: 30px;
	margin: auto 20px;
}

#ja-header {
	padding-top: 10px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/mainwrap-bg-top.gif) no-repeat center top;
	position:relative;
	/*	z-index:999;*/
}

#ja-header .main {
	line-height: normal;
	position: relative;
	background: #FFFFFF;
	height: 120px;
}

/*Logo---*/
h1#logo, div#logo-text, p#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 20px;
}

h1#logo a, p#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 200%;
	width: 400px;
	height: 60px;
	text-indent: -99999px;
	display: block;
	background-repeat: no-repeat;
}

h1#logo a span, p#logo a span {
	position: absolute;
	top: -1000px;
}

div#logo-text {
	outline: none;
}

div#logo-text h1, div#logo-text p {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div#logo-text h1 a, div#logo-text p a {
	color: #666666;
	text-transform: uppercase;
}



.site-slogan {
	color: #666666;
	margin: 0 0 -2px 10px;
	padding: 0;
	letter-spacing: 1px;
}

/*Quick Access---*/
.quick-access {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep-hdot.gif) repeat-x bottom;
	position: absolute;
	top: 0;
	width: 100%;
	color: #666666;
}

.quick-access li.first {
	padding-left: 5px;
}

.quick-access li.last {
	background: none;
	padding-right: 0;
}

.shop-access {
	float: left;
	padding: 7px 0 7px 20px;
}

.shop-access a,
.shop-access a:hover,
.shop-access a:active,
.shop-access a:focus {
	color: #999999;
}

.shop-access ul {
	display: inline;
}

.subselect{
	color:#3B5B70;
	border:1px solid #95A49D;
	padding: 0px 3px;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;
	margin-right: 4px;
}
.filter-stock {
	margin:4px 4px -4px 0;
}

.subselect.pad-down{
	padding: 0px 5px;
}

.subcategory{
	padding-left: 17px;
	display:none;
}

.subcategory div:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

.shop-access li {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep-vline.gif) no-repeat right center;
	display: inline;
	padding-left: 5px;
	padding-right: 9px;
}

.shop-access strong {
	font-weight: bold;
}

.shop-tools {
	position: absolute;
	right: 20px;
	top: 6px;
}

/*Languages Switcher---*/
.language-switcher {
	float: left;
	padding: 0 5px 0 20px;
	margin: 0;
}

.language-switcher label {
	padding-right: 5px;
}

.language-switcher #select-language {
	padding: 0;
}

.language-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/*Currency Switcher---*/
.currency-switcher {
	float: left;
	padding: 0 5px 0 20px;
	margin: 10px 0 0 0;
}

.currency-switcher label {
	padding-right: 5px;
}

.currency-switcher #select-currency {
	padding: 0;
}

.currency-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/*Mini search---*/
#ja-search {
	z-index: 1000;
	text-align: left;
	position: absolute;
	right: 20px;
	top: 50px;
	width: 160px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_search.gif) no-repeat right;

}

#ja-search legend { display: none; }

#ja-search .input-text {
	vertical-align: middle;
	width: 130px;
}

#ja-search .form-button{ display: none; }

.search-autocomplete { z-index: 999; }

.search-autocomplete ul {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 0;
}

.search-autocomplete li {
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
}

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

.search-autocomplete li.odd {}

.search-autocomplete li.selected {
	background: #FFFFCC;
}

/*Top Banner ---*/
#ja-banner-top .main {
	height: 250px;
}

/* CONTAINER
--------------------------------------------------------- */
#ja-wrapper {
	padding: 0;
	margin: 20px auto;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/mainwrap-bg-mid.gif) repeat-y center;
}

#ja-container {
	position:relative;
	z-index:1;
}

#ja-container .wrap {}

#ja-container .main, #ja-container .border-color{
	border-bottom: 5px solid #F89A20;
}

.ja-lo-1col .main {
	background: #FFFFFF;
}

.ja-lo-2colsr .main {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/container-bg.gif) repeat-y right #FFFFFF;
}

/*main content---*/
#ja-content {}
#ja-current-content {
	margin: 0;
	padding: 0 15px 15px;
}

/* del 1st nav elem */
.page-nav:nth-of-type(1) {
	display: none;
}

/*columns---*/
#ja-col1 {}
#ja-col2 {color: #666666;}

/*breadcrums---*/
#ja-pathway {
	background: #F8F8F7;
	padding: 5px 15px;
	margin: 0 -15px 15px;
	border-bottom: 1px solid #E7E8E6;
}

#ja-pathway h4 {
	display: inline;
	padding-right: 5px;
	font-size: 100%;
}

#ja-pathway a {}

#ja-pathway strong {
	font-weight: normal;
}

#ja-pathway ul {
	display: inline;
}

#ja-pathway li {
	display: inline;
}

#ja-pathway li.breadcrumbs-sep {
	padding: 0 8px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat center;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/mainwrap-bg-bot.gif) no-repeat bottom center;
	padding-bottom: 10px;
}

#ja-footer .main {
	border-top: 1px solid #333333;
	background: #222222;
	position: relative;
	color: #666666;
	line-height: normal;
}

#ja-footer a {
	color: #999999;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#ja-footer li a.link-feed {
	line-height: normal;
	display: none;
}

#ja-footer .jm-info {
	float: left;
	padding: 20px 0;
}

#ja-footer .jm-info ul {
	margin: 0;
	padding: 0 0 5px 12px;
	float: left;
	display: block;
}

#ja-footer .jm-info li {
	display: inline;
	padding: 0 8px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep-vline-d.gif) no-repeat right 2px;
}

#ja-footer .jm-info li.last {
	background: none;
}

#ja-footer .jm-legal {
	padding-left: 20px;
	clear: both;
	width: 570px;
	float: left;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/*Bottom Spotlight ---*/
#ja-botsl {}

#ja-botsl .main {
	padding: 20px 0;
	background: #000000;
	color: #666666;
}

#ja-botsl li {
	padding: 6px 0;
	background: none;
	border-bottom: 1px solid #222222;
	display:block;
	overflow:hidden;
	width:100%;
}

#ja-botsl li a {
	color: #666666;
	padding-left: 12px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/bullet.gif) no-repeat 2px 5px;
}

#ja-botsl li a:hover, #ja-botsl li a:active, #ja-botsl li a:focus {
	text-decoration: none;
}

#ja-botsl .head {
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#ja-botsl .content {
	padding: 0;
}

div.ja-box-left,
div.ja-box-center,
div.ja-box-right {
	float: left;
	overflow: hidden;
}

div.ja-box-left .box,
div.ja-box-center .box,
div.ja-box-right .box {
	border: none;
	background: none;
}

div.ja-box-left .box {
	padding: 0 20px 0 20px;
}

div.ja-box-center .box {
	padding: 0 15px 0 15px;
}

div.ja-box-right .box {
	padding: 0 20px 0 20px;
}

div.ja-box-left h3, div.ja-box-left .head h2,
div.ja-box-center h3, div.ja-box-center .head h2,
div.ja-box-right h3, div.ja-box-right .head h2 {
	color: #666666;
	font-size: 100%;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 3px solid #333333;
	text-transform: uppercase;
}

div.ja-innerdiv .title {
	display: block;
}

div.ja-innerdiv a {
	font-weight: bold;
}

/*Custom Links---*/
.hotline {
	font-weight: bold;
}

.support {
	margin-top: 5px;
}

#ja-botsl li.yahoo, #ja-botsl li.skype, #ja-botsl li.msn, #ja-botsl li.icq {
	background-position: 2px 3px;
	background-repeat: no-repeat;
	padding-left: 32px;
}

#ja-botsl li.yahoo { background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon-yahoo.gif); }

#ja-botsl li.skype { background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon-skype.gif); }

#ja-botsl li.msn { background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon-msn.gif); }

#ja-botsl li.icq { background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon-icq.gif); }

/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.availability { padding: 3px 0 }
.availability img {margin: 3px 3px 3px 0}

.success {color: #8CC01D;}
.error	{color: #CC0000;}
.notice	{color: #F89A20;}

.success, .error {
	font-weight: bold;
}

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

.error-msg, .success-msg, .notice-msg, .note-msg {
	background-position: 10px 8px !important;
	background-repeat: no-repeat !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	margin: 15px 0 !important;
	padding: 5px 10px 5px 32px !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	background: none;
}

.error-msg {
	background-color: #F8F8F7;
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/msg_error.gif);
	border-color: #CC0000;
	color: #CC0000;
}

.success-msg {
	background-color: #F8F8F7;
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/msg_success.gif);
	border-color: #8CC01D;
	color: #8CC01D;
}

.notice-msg, .note-msg {
	background-color: #F8F8F7;
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/msg_notice.gif);
	border-color: #F89A20;
	color: #F89A20;
}

#bottom_note{
	width:270px;
	background-color: #f8f8f7;
	background-image: url(/skin/frontend/default/jm_topaz_14/images/msg_notice.gif);
	border-color: #f89a20;
	color: #f89a20;
}
#bottom_note li{
	width:100%;
}

.out-of-stock {
	color: #CC0000;
	font-weight: bold;
}

/* FORMS
----------------------------------------------------------------*/
.qty {
	width: 2.5em;
}

.group-select label, .form-list label, .payment-methods label {
	font-weight: bold;
}

.button-set {/*Container for form buttons*/
	clear: both;
	padding: 8px 0;
	text-align: right;
	font-weight: bold;
	border-top: 5px solid #DDDDDD;
	margin: 10px 0;
}

.button-set p.required {
	margin-bottom: 5px;
}

a.form-button-alt {
	padding: 2px 9px;
	text-decoration: none;
}

button.btn-checkout {background:none;border:none}

.btn-checkout {
	display: block;
	float: right;
	font-size: 15px;
	font-weight: bold;
	padding-right: 8px;
}

.btn-checkout, .btn-checkout:hover {
	color: #FFFFCC;
	text-decoration: none;
}

.btn-checkout span {
	display: block;
	line-height: 40px;
	padding: 0 17px 0 25px;
}

/*Form lists---*/
.form-list {
	margin: 10px 0;
}

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

.form-list li .input-box .input-text,
.form-list li .input-box textarea {
	width: 250px;
}

.form-list li .input-box select {
	width: 256px;
}

.form-list li.addElement {
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
}

.group-select {
	border: 1px solid #DDDDDD;
	margin: 25px 0 15px;
	padding: 15px;
	background: #F8F8F7;
}

.group-select .legend {
	background: #A5A5A5;
	color: #FFFFFF;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: -25px 0 0;
	padding: 4px 8px;
}

.group-select li {
	padding: 4px 8px;
}

.group-select li .input-box {
	float: left;
	width: 275px;
}

.group-select li .input-text, .group-select li select, .group-select li textarea {
	width: 525px;
}

.group-select li .input-box .input-text, .group-select li .input-box textarea {
	width: 250px;
}

.group-select li .input-box select {
	width: 256px;
}

/*Form Messages---*/
.validation-advice, .required {
	color: #CC0000;
	margin: 0;
}

.validation-advice {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/validation_advice_bg.gif) no-repeat 2px 1px;
	clear: both;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 3px;
	min-height: 15px;
	padding-left: 17px;
}

.validation-failed {
	background: #F8F8F7 !important;
	border: 1px dashed #CC0000 !important;
}

/*Expiration date and cvv number validation fix---*/
.v-fix {
	float: left;
}

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

label.required {
	font-weight: bold;
}

p.required {
	margin: 0;
	text-align: right;
}

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head {
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5 {
	float: left;
	margin: 0;
	text-align: left;
}

/*Page heading---*/
.page-head, .page-head-alt {
	margin: 0 0 15px;
	padding: 8px 0;
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

.page-head h3, .page-head-alt h3 {
	font-size: 150% !important;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.page-head h4, .page-head-alt h4 {
	font-size: 125% !important;
	margin: 0;
	text-align: left;
}

.page-head a, .page-head-alt a {}

.page-head ul, .page-head-alt ul,
.page-head li, .page-head-alt li {
	background: none;
	margin: 0;
	line-height: normal;
}

.button-level {}

.button-level h3 {
	float: left; /* heading level with buttons */
	width: 55%;
}

.button-level ul {
	float: right;
}

.button-level ul li {
	float: left;
	display: block;
	padding-left: 10px;
}

/*Category list heading---*/
.category-head {
	padding: 0 0 10px;
}

.category-head h2 {
	color: #666666;
	font-size: 200%;
	margin: 0;
}

.box-header {
	background: #F8F8F7;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}

.category-head .link-feed {
	float: right;
	margin-top: 5px;
	position: relative;
}

/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: bold;
}

/*Data Table---*/
.data-table {
	width: 100%;
}

.data-table th {
	white-space: nowrap;
}

.data-table th.wrap {
	white-space: normal;
}

.data-table td {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep-hdot.gif) repeat-x bottom;
}

.data-table thead  {
	border-bottom: 5px solid #DDDDDD;
}

.data-table thead tr th {}

.data-table tfoot tr {}

.data-table tfoot td {
	background: none;
}

.data-table .odd {}
.data-table .even {}
.data-table .last {}

.data-table tr.last td, .data-table th.last {}

/*Bundle Products---*/
.data-table tbody.odd tr {}
.data-table tbody.even tr {}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label {
	font-style: italic;
	font-weight: bold;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

.data-table tbody td br {
	display: none;
}

.box-table select {
	width: 100%;
}

.nested-data-table th, .nested-data-table td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.generic-table td {
	padding: 0 8px;
}

.generic-table td.first {
	padding-left: 0;
	white-space: nowrap;
}

.shipping-tracking .button-set {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

/* LISTS
----------------------------------------------------------------*/
.disc {
	margin: 15px 0;
}

.disc li {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/bullet.gif) no-repeat 15px 9px;
	padding-left: 25px;
}

li.odd {}
li.even {}
li.last {}

/* Bare List */ /* Unstyled list */
.bare-list {
	margin: 15px 0;
}

.bare-list li {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/bullet.gif) no-repeat 15px 9px;
	padding-left: 25px;
}

/*Pager---*/
.page-nav {
	margin: 0 -15px;
}

table.pager, table.view-by {
	width: 100%;
	background: #A5A5A5;
	color: #FFFFFF;
}

table.view-by {
	border-bottom: 0;
	background: #F8F8F7;
	color: #666666;
}

table.pager a {
	color: #FFFFFF;
	text-decoration: underline;
}

table.pager select {
	width: 50px;
}

table.view-by strong {
	border-bottom: 3px solid #F89A20;
}

table.view-by td {
}

table.view-by a {
	border-bottom: 3px solid #F8F8F7;
}

table.view-by td.sort-by {
	padding-right: 50px;
	text-align: right;
}

table.view-by td.sort-by a {
	border: 0;
	padding: 0;
}

table.pager td {
	vertical-align: middle;
	width: 32%;
}

table.pager td.pages {
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
}

table.pager ol, table.pager li {
	display: inline;
}

td.pages li {
	padding: 0;
}

td.pages li img {
	vertical-align: middle;
}

td.pages li a {
	padding: 0 4px;
}

td.pages li span.on {
	font-weight: bold;
	padding: 0 4px;
}

/*RATINGS
----------------------------------------------------------------*/
.ratings {
	line-height: 12px;
	margin: 10px 0;
}

.rating-box {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/product_rating_blank_star.gif) repeat-x;
	float: left;
	height: 13px;
	margin-right: 10px;
	position: relative;
	width: 70px;
	clear: right;
}

.rating-box .rating {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/product_rating_full_star.gif) repeat-x;
	height: 13px;
	left: 0;
	position: absolute;
	top: 0;
}

.ratings-list {
	margin: 5px 0;
}

.ratings-list td {
	padding: 3px 0;
	vertical-align: middle;
}

.ratings-list td.label {
	font-weight: bold;
	padding-right: 8px;
}

/*PRICES
----------------------------------------------------------------*/
.price {
	white-space: nowrap !important;
}

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

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

/*Regular price---*/
.regular-price {
	color: #666666;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

.regular-price .price {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}

/*Old price---*/
.old-price {
	margin: 0;
}

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

.old-price .price {
	color: #999999;
	font-weight: normal;
	text-decoration: line-through;
}

/*Special price---*/
.special-price {
	margin: 0;
	padding: 3px 0;
}

.special-price .price-label {
	color: #F89A20;
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price .price {
	color: #F89A20;
	font-size: 18px;
}

.special-price .price {
	color: #F89A20;
	font-size: 1.1rem;
	font-weight: bold;
	padding-left: 10px;
}

/*Cart price---*/
.cart-price .price {
	color: #666666;
}

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

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

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

a.minimal-price-link .label {}

a.minimal-price-link .price {
	font-weight: normal;
}

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

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

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

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

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

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

/*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;
	font-weight: bold;
}

/*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, .price-to { margin: 0; }

.price-from .price-label, .price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

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

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

.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 {
}

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

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

/*Product Pricing---*/
.tier-prices {
	border: 1px solid #DDDDDD;
	background: #F8F8F7;
	margin: 15px 0;
	padding: 10px;
}

.tier-prices li {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat 0 9px;
	padding: 2px 0 2px 12px;
}

.tier-prices .benefit {
	color: #333333;
	font-weight: bold;
}

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


/* MIS.
----------------------------------------------------------------*/
.product-shop {float: right;}
.product-img-box {float: left; position: relative}

/*Generic Box---*/
.generic-box {
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4 {
	margin: 0 0 5px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
}

/*Generic Product Grid---*/
.generic-product-grid {
	width: 100%;
}

.generic-product-grid td {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.generic-product-grid tr.last td {
	border-bottom: 0;
}

.generic-product-grid td.last {
	border-right: 0;
}

.generic-product-grid .product-image {
	text-align: center;
}

.generic-product-grid td.empty-product {
	border-right: 0;
}

.generic-product-grid .ratings .pipe {
	display: none;
}

/*Add To---*/
.add-to-cart-box {
	float: right;
}

.add-to-cart-box .qty-box {
	float: left;
	padding-left: 0px;
}

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

.add-to-cart-box .qty-box .qty {
	float: left;
	margin: 0 5px;
	height: 18px;
}

.add-to-cart-box .form-button {
	float: left;
	font-size: 13px !important;
	left: 0;
	width: 102px;
	height: 15px;
	background: orange;
}

.add-to-box {
	color: gray;
	float: left;
}

.add-to-box li {
	display: inline;
}

.add-to-holder {
	margin: 10px 0;
	padding: 10px;
	background: #F8F8F7;
	border: 1px solid #DDDDDD;
}

.add-to-holder .add-to-cart-box {
	float: none;
	margin: 0;
}

.add-to-holder .add-or {
	color: #666666;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
	left: 8px;
	float:left;
}

.add-to-holder .add-to-box {
	float: right;
	text-align: left;
	margin: 0;
	margin-right: 40px;
}

.kvk-container .button-block{
	border-top: 5px solid #ddd;
	padding-top: 9px;
}

.add-to-holder .add-to-box li {
	display: block;
	background: none;
}

.add-to-holder .add-to-box li a {
	color: #666666;
}

.add-to-holder .add-to-box li .pipe {
	display: none;
}

/*Tool Tips---*/
.tool-tip {
	background: #FFFFCC;
	border: 1px solid #DDDDDD;
	position: absolute;
}

.tool-tip .btn-close {
	margin-bottom: -9px;
	padding: 6px 6px 0;
	text-align: right;
}

.tool-tip .inline-content {
	padding: 8px;
}

.tool-tip .block-content {
	padding: 15px 20px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
}

.truncated a.details {
	border-bottom: 1px dotted #999999;
	cursor: help;
	text-decoration: none !important;
}

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

.truncated .truncated_full_value dl {
	background: #FFFFCC;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	width: 250px;
	z-index: 999;
}

.truncated .truncated_full_value dl dt {
	margin-top: 0;
}

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

#ja-col1 .truncated .show dl {
	left: 35px;
	top: 10px;
}

#ja-col2 .truncated .show dl {
	left: -140px;
	top: 20px;
}

/*Link highlights---*/
.link-cart {}
.link-remove { color: #999999 !important; }

.link-print, .link-mail, .link-feed, .link-reviewwrite, .link-price-alert, .link-stock-alert, .catalog-product-view .rcp-qty, .ext-stocks {
	padding-left: 22px;
	line-height: 24px;
	color: #666666;
	background-position: 2px center;
	background-repeat: no-repeat;
	position: relative;
}
/* External Stocks */
.t-extstocks .col-1 {
	width: 270px;
}
.t-extstocks td {
	border: 1px dotted #666666;
}
/* End */
.listing-type-grid .rcp-qty,
.catalog-product-view .rcp-qty .label, .ext-stocks .label {
	display: inline;
}
.oos .label {
	white-space: nowrap;
}
.ext-stocks .label img {
	margin: 5px;
}
.ext-stocks-oos,
.ext-stocks-instock {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 10%;
}
.ext-stocks-oos {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/msg_notice.gif);
}
.ext-stocks-instock {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/nalichie.gif);
}
.link-print {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_printer.gif);
}

.link-feed {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_feed.png) no-repeat left center;
	padding-left: 18px;
}

/*Link highlights [JM add]---*/
.link-mail {/*email link*/
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_mail.gif);
}

.link-reviewcount { /*review link*/
	color: #666666;
}

.link-reviewwrite {/*write review form link*/
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_comment.gif);
}

.link-price-alert, /*product alert link*/
.link-stock-alert { /*product stock link*/
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_newspaper.gif);
}

/*==============================================================
---------------------------[BOX STYLE]---------------------------
=================================================================*/

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.box {
	padding: 0 15px 15px;
}

/*Box Head---*/
.box .head {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/boxhead-bg.gif) repeat-y left #A5A5A5;
	color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 -15px;
	line-height: normal;
	display: block;
}

.box .head h3, .box .head h4, .box .head p {
	font-size: 100%;
	text-transform: uppercase;
}

.box h5 {
	padding: 10px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.box .head h5 {
	font-size: 100%;
	background: none;
	border: 0;
	padding: 0;
}

/*reset*/
.box h3, .box h4, .box h5 {
	margin: 0;
}

/*Box Content---*/
.box .content {
	padding: 8px 5px;
}

/*Box Action---*/
.box .actions {
	border-top: 1px solid #DDDDDD;
	padding: 8px 0;
	font-weight: bold;
	overflow: auto;
	clear: both;
}

/*Box List---*/
.box ol {
	margin: 5px 0;
}

.box ol li {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep-hline.gif) repeat-x bottom;
	margin: 0;
	padding: 8px 0;
	overflow: hidden;
}

.box ol li.last {
	background: none !important;
}

.box ol li a {
	color: #666666;
}

/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.box .product-images {
	float: left;
	width: 32%;
	margin-top: 5px;
}

.box .product-details {
	float: right;
	width: 65%;
}

.box .product-checkbox {
	float: left;
	padding: 2px 5px 0 0;
}

.box .product-names {}

.box a.link-cart {
	color: #FFFFFF;
	font-size: 92%;
	background: #F89A20;
	padding: 1px 5px;
}

.box ol li.blue a{
	color:#0189DD;
}
.box ol li.blue .subcategory a{
	color: #666;
}
.box ol li .subcategory div.blues a{
	color:#0189DD;
}

.subcategory div::before {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, top bottom, top bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background: linear-gradient(to top, #ffffff 0%, #dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=1);
	content: "";
	display: block;
	height: 2px;
	width: 100%;
}
/*Product Tags---*/
.mini-product-tags ul {}

.mini-product-tags li {
	display: inline;
	margin: 0 3px !important;
	background: none;
	padding: 0;
	font-size: 115%;
}

.mini-product-tags li a {
	color: #333333;
}

.mini-product-tags small {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat right center;
	padding-right: 12px;
}

/*Newsletter---*/
.mini-newsletter fieldset.content {
	line-height: 2;
}

.mini-newsletter fieldset.content legend {
	display: none;
}

/*Mini Cart---*/
.mini-cart {}

.mini-cart .head {}

.mini-cart .head h4, .mini-cart .head h4 span.first-word {
	color: #FFFFFF;
}

.mini-cart p {
	margin: 0;
}

.mini-cart p.subtotal {
	margin: 0;
}

.mini-cart ol#cart-sidebar li {}
.mini-cart ol#cart-sidebar li.last {}

.mini-cart .product-images {}
.mini-cart .product-details {}

/*Mini Wishlist---*/
.mini-wishlist h5 {
	margin-top: 10px !important;
}

.mini-wishlist h4 {
	float: none !important;
}

.mini-wishlist .actions a {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat right center;
	padding-right: 12px;
}

/*Compare Products, Orders---*/
.mini-compare-products  {}

.mini-compare-products .content {
	padding: 0;
}

.mini-compare-products p {
	margin: 10px;
}

.mini-compare-products ol#compare-items li {}
.mini-cart ol#cart-sidebar li.last {}

.mini-compare-products a.left {
	margin-top: 3px;
	float: right;
}

.mini-compare-products ol#recently-compared-items li {
	padding-left: 12px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat 2px 14px;
}

/*Mini Product View---*/
ol#recently-viewed-items li .product-image {
	float: left;
	width: 50px;
}

ol#recently-viewed-items li .product-image img {
	border: 1px solid #a9a9a9;
}

ol#recently-viewed-items li .product-details {
	width: 70%;
	line-height: 15px;
}

ol#recently-viewed-items li .product-name {
	margin: 0;
}

/*Poll---*/
.mini-poll .content {
	padding: 0;
}

.mini-poll h5 {
	border-top: 0;
}

.mini-poll table {
	margin: 10px 0;
}

.mini-poll td {
	padding: 2px;
	vertical-align: middle;
}

.mini-poll .right {
	float: left;
}

/*Relate Products----*/
.mini-related-items .content {
	padding: 0;
}

.mini-related-items p {
	margin: 10px;
}

.mini-related-items ol li {
	border-top: 1px solid #DDDDDD;
	border-bottom: 0;
	position: relative;
}

.mini-related-items .product-images {
	position: absolute;
	left: 0;
	top: 5px;
	padding-left: 18px;
	overflow: hidden;
}

.mini-related-items .product-images a {
	width: 50px;
}

.mini-related-items .product-images .checkbox-container {
	position: absolute;
	top: 15px;
	left: 0;
}

.mini-related-items .product-details {
	display: block;
	padding-left: 75px;
	float: none;
	width: auto;
}

/*Layered Navigation---*/
.layered-nav {}

.layered-nav .head {}

.layered-nav h3 {
	color: #FFFFFF;
}

.layered-nav .actions {}
.layered-nav .border-creator {}

.layered-nav h4 {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/head-hilite-bg.gif) repeat-y left #F89A20;
	color: #FFFFFF;
	margin: 0 -15px;
	padding: 8px 15px;
	font-size: 100%;
	text-transform: uppercase;
}

.layered-nav p.view {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/head-hilite-bg.gif) repeat-y left #F89A20;
	color: #FFFFFF;
	margin: 0 -15px;
	padding: 8px 15px;
	font-size: 100%;
	text-transform: uppercase; line-height:1; font-weight:bold;
}

.layered-nav ol.narrowed-category {
	padding: 5px 0;
	margin: 0 !important;
}

.layered-nav ol.narrowed-category li {
	border-bottom: none;
	font-weight: bold;
	padding: 1px 0;
	background: none;
}

.layered-nav .narrowed-category li .label {
	font-weight: normal;
}

.layered-nav .widget-btn {
	float: right;
	margin: 2px 8px 0 5px;
}

.narrow-by ol {
	margin: 0;
}

.narrow-by dl {
	padding: 0;
	margin: 0;
}

.narrow-by dt {
	margin-top: 10px;
	padding: 0 10px;
	font-weight: bold;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/bullet.gif) no-repeat left center;
	color: #333333;
}

.narrow-by dd {}

.narrow-by dd li {
	padding: 5px 0;
}

.narrow-by dd.last li {}

/*===============================================================
--------------------[MAGENTO'S SHOP PAGES]--------------------
=================================================================*/

/*CATALOG LISTING
----------------------------------------------------------------*/
.catalog-listing { margin: 0 -15px;}

.catalog-listing h5, /*product name*/
.catalog-listing .product-image, /*product name*/
.catalog-listing .description, /*product info*/
.catalog-listing .ratings, /*product rating*/
.catalog-listing .price-box, /*product price*/
.catalog-listing .form-button, /*addtocart btn*/
.catalog-listing .out-of-stock, /*oos msg*/
.catalog-listing .add-to /*product link*/ {
	margin: 0 0 10px;
}

.catalog-listing h5 {
	font-size: 150%;
}

.catalog-listing .price-box {
	display: block;
}

.catalog-listing .add-to {
}

.catalog-listing .add-to a,
.catalog-listing .add-to a.link-cart {
	/*background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat left center;*/
	padding-left: 8px;
}

.catalog-listing .add-to .pipe {
	display: none;
}

/*List Type---*/
.listing-type-list h5 {
	font-size: 150%;
}

.listing-type-list h5 a {
	color: #333333;
}

.listing-type-list .listing-item {
	padding: 15px;
	border-top: 1px solid #DDDDDD;
}

.listing-type-list .product-image {
	float: right;
	width: 25%;
	text-align: left;
	position: relative;
}

.listing-type-list .product-shop {
	width: 60%;
	float: left;
}

.listing-type-list .product-shop .description {
}

.listing-type-list .product-shop .price-box {
	float: left;
	text-align: left;
	white-space: nowrap;
	padding: 0 20px 0 0;
}

.listing-type-list .add-to {
	margin-bottom: 0;
	font-weight: bold;
}

.listing-type-list .product-shop p.add-to a {
	margin: 0 5px 0 0;
}

/*Grid Type---*/
.listing-type-grid {
}
.listing-type-grid .show-more {
	display: none;
}
.listing-type-grid .over .show-more {
	display: block;
}
.listing-type-grid .product-code,
.listing-type-grid .product-producer,
.listing-type-grid .product-model,
.listing-type-grid .availability {
	margin: 0;
}

.listing-type-grid .product-name {
	line-height:1em;
	font-weight:bold;
	height: 2em;
	overflow: hidden;
}
.listing-type-grid .over .product-name {
	min-height: 2em;
	height: auto;
}
.listing-type-grid .product-name a {
	color:#333333;
}

.listing-type-grid .inner {
	margin: 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	height: 100%;
}

.listing-type-grid .first .inner {
	margin: 0 5px 0 15px
}
.listing-type-grid .last .inner {
	margin: 0 15px 0 5px
}

.listing-type-grid .inner .product-model {
	height: 2.6em;
}

.listing-type-grid h5 {
	font-size: 100%;
}

.listing-type-grid h5 a {
	color: #333333;
}

.listing-type-grid ol.grid-row {
	border-top: 1px solid #DDD;
}

.listing-type-grid li.item {
	float: left;
	width: 33.3%;
	margin: 15px 0;
	position: relative;
}

.listing-type-grid ol.odd	{}
.listing-type-grid li.last {}

.listing-type-grid .product-image {
	text-align: center;
	vertical-align: bottom;
	position: relative;
}

.listing-type-grid .rating-box {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.listing-type-grid .ratings a {}

.listing-type-grid .actions {
	margin: 10px 0;
	text-align: center;
}

.listing-type-grid .add-to {
	margin-bottom: 0;
}

.listing-type-grid .pipe {
	display: none;
}

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {margin: 0 -15px;}

.product-essential, .product-collateral { clear: both; }

.product-essential { padding: 0 15px 15px; }

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

.product-img-box img { max-width: 100%; }

.product-essential .product-shop {
	width: 370px;
	margin-bottom: 30px;
}

.product-collateral {}

/*Product Images---*/
.product-img-box .product-image-zoom {
	height: 265px;
	overflow: hidden;
	position: relative;
	width: 265px;
	z-index: 9;
	margin: 0;
}

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

.image-zoom {
	position: relative;
	z-index: 9;
	height: 24px;
	margin: 0 auto 13px auto;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/slider_bg.gif) no-repeat 50% 50%;
	padding: 0 28px 0 28px;
	cursor: pointer;
}

.image-zoom #track {
	height: 24px;
	position: relative;
}

.image-zoom #handle {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/magnifier_handle.gif) 0 0 no-repeat;
	height: 18px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 9px;
}

.image-zoom .btn-zoom-out {
	position: absolute;
	left: 10px;
	top: 7px;
}

.image-zoom .btn-zoom-in {
	position: absolute;
	right: 10px;
	top: 7px;
}

.product-img-box #track_hint {
	color: #999999;
}

.product-img-box .more-views ul {
	background: #F8F8F7;
	float: left;
	border: 1px solid #F8F8F7;
}

.product-img-box .more-views li {
	float: left;
	display: block;
	margin: 0;
	line-height: normal;
}

.product-img-box .more-views li a {
	height: 56px;
	width: 56px;
	float: left;
	border: 4px solid #F8F8F7;
}

.product-img-box .more-views li a:hover {
	border: 4px solid #F89A20;
}

/*Product Info---*/
.product-essential .product-name {
	font-size: 200%;
	margin-top: 0;
}

.product-essential .link-mail,
.product-essential .link-price-alert,
.product-essential .link-stock-alert,
.product-essential .link-reviewwrite {
	display: block;
}

.product-essential .ratings {}

.product-essential .availability {
	margin: 10px 0;
}

.product-essential .price-box {
	margin: 10px 0;
}

.product-essential h4 {
	margin: 15px 0 5px;
	font-size: 100%;
	text-transform: uppercase;
	color: #999999;
	display: inline-block;
	margin-right: 32px;
}
#product_addtocart_form, .payment-methods{
	position:relative;
}
.payment-methods #about-kvk{
	background-color: #fff;
	border-radius: 18px;
	color: #777;
	font-size: 12px;
	height: 17px;
	line-height: 16px;
	position: absolute;
	right: 21px;
	text-align: center;
	top: 2px;
	width: 17px;
	border: 1px solid #777;
}
#kvk-button{
	float:right;
}
.product-share-style{
    margin-bottom: 10px;
}
.product-essential .add-to-holder {
	margin: 10px 0;
}

.product-essential .add-to-box {}

.product-essential .short-description {}

/*Product Options---*/
.product-options {
	border: 1px solid #DDDDDD;
	margin: 20px 0 0;
	padding: 10px 15px;
}

.product-options dt {
	padding: 0;
	margin: 0 0 5px;
}

.product-options dt label {
	color: #333333;
	font-weight: bold;
}

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

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

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	color: #333333;
	padding: 3px;
}

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

.product-options dl.last dd.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

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

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

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

.product-options dd .multiselect option {
	border-bottom: 1px dotted #DDDDDD;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

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

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

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

.product-options ul.options-list label {
	font-weight: normal;
}

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

.product-options p.required {}

.product-options-bottom {
	padding: 10px 20px;
	background: #F8F8F7;
	border: 1px solid #DDDDDD;
	border-top: 0;
}

.product-options-bottom .tier-prices {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 0 10px;
}

.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
}

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-shop .product-options-bottom .price-box {
	float: none;
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	margin-top: 10px;
}

dl.item-options dt {
	font-weight: bold;
}

dl.item-options dd {
	padding-left: 15px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat 5px center;
}

/*Product Collateral---*/
.product-collateral .collateral-box {
	padding: 0 15px 15px;
}

.product-collateral .head {
	padding: 8px 15px;
	margin: 0 -15px 15px;
	background: #E7E8E6;
}

.product-collateral .collateral-box h4 {
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}

.product-collateral .collateral-box h5 {
	margin: 10px 0 5px;
	font-size: 100%;
}

/*Product Description*/
.product-collateral .product-specs {}

/*Additional Information*/
.product-collateral .attribute-specs table {
	border: 1px solid #DDDDDD;
}

.product-collateral .attribute-specs .label {
	font-weight: bold;
	white-space: nowrap;
	width: 20%;
	border-right: 1px solid #DDDDDD;
}

.product-collateral .attribute-specs .odd td {
	background: #F8F8F7;
	border-bottom: 1px solid #DDDDDD;
}

.product-collateral .attribute-specs .even td {
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
}

.product-collateral .attribute-specs .data {}

/*related product*/
.product-collateral .up-sell .head {}

.product-collateral .up-sell .generic-product-grid {}

.product-collateral .up-sell .generic-product-grid td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	border: none;
}

/*reviews*/
#customer-reviews {
	margin-bottom: 0;
}

#customer-reviews ol {
	padding: 0 15px;
}

#customer-reviews li {
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}

#customer-reviews li p {
	clear: both;
}

.product-review-box {
	padding-bottom: 10px;
}

.product-review-box table {
	margin: 8px 0 0;
	width: 456px;
}

.product-review-box td,
.product-review-box th {
	text-align: center;
}

.product-review-box td.label {
	text-align: left;
	width: 100px;
}

/*tags*/
.add-tag-box {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_tag_add.gif) no-repeat 0 2px;
	display: block;
	overflow: hidden;
	padding-left: 25px;
	vertical-align: middle;
}

.product-collateral .add-tag-box .input-box,
.product-collateral .add-tag-box fieldset {
	float: left;
}

.product-collateral .add-tag-box .input-box .input-text {
	width: 200px;
}

.product-collateral .add-tag-box .form-button-alt {
	margin-left: 5px;
	height: 23px;
}

.tags-list {}

.tags-list li {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep-vline.gif) no-repeat 100% 3px;
	display: inline;
	padding: 0 8px 0 4px;
}

.tags-list li.first {
	padding-left: 0;
}

.tags-list li.last {
	background: none;
}

/*Gift Messages----*/
.giftmessages .gift-header {
	font-size: 115%;
	font-weight: bold;
	display: block;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	margin-bottom: 5px;
}

.giftmessages .group-select {
	background: #FFFFFF;
	margin-top: 5px;
}

.giftmessages .input-checkbox {
	padding-bottom: 15px;
}

.giftmessages textarea {
	height: 100px;
}

.giftmessages .input-checkbox input {
	margin-right: 5px;
}

.giftmessages .input-checkbox label {
	font-weight: bold;
}

.giftmessages .gift-box {
	padding: 5px 16px 15px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	padding-right: 20px;
}

.giftmessages .giftmessage-product-info {
	background: #FFFFFF !important;
	padding: 0 0 0 5px !important;
	border: 0 !important;
	font-size: 125%;
}

.giftmessages .numeration {
	color: #999999;
	font-weight: bold;
}

.giftmessages .gift-box label {
	color: #999999;
}

.giftmessages .group-select li .input-box {
	float: left;
	width: 260px;
}

.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea {
	width: 495px;
}

.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea {
	width: 235px;
}

.giftmessages .group-select li .input-box select {
	width: 256px;
}

/*CHECKOUT
----------------------------------------------------------------*/
select.address-select {
	width: 630px;
}

.shipment-methods dd {
	margin-bottom: 10px;
}

.payment-methods dt {
	padding: 5px 0;
}

.payment-methods dd {
	padding: 0 25px;
}

.payment-methods select.month {
	margin-right: 10px;
	width: 146px !important;
}

.payment-methods select.year {
	width: 100px !important;
}

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

.checkout-types li {
}

/*Shopping Cart---*/
.shopping-cart {
	margin-bottom: 0;
}

.shopping-cart th .tax-flag {
	display: block;
	font-size: 92%;
	font-weight: normal;
}

.shopping-cart tr.error {
	background: #FCEDED !important;
}

.shopping-cart .continue-shopping {
	float: left;
}

.shopping-cart-item-message {
	font-size: 92%;
	margin-bottom: 5px;
	margin-top: 6px;
}

td.attributes-col {}

td.attributes-col ul {
	margin: 5px 0;
}

td.attributes-col dt {
	margin-top: .5em;
}

td.attributes-col dd ul {
	list-style: disc;
	margin: 0 0 5px 0;
}

td.attributes-col dd ul li {
	margin-left: 15px;
}

td.attributes-col h4.title {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

td.attributes-col h4.title a {
	font-weight: bold;
}

.shopping-cart-totals {
	border: 1px solid #DDDDDD;
	float: right;
	margin-top: 20px;
	width: 25%;
	padding: 0;
}

.shopping-cart-totals table {
	width: 100%;
	background: #F8F8F7;
}

.shopping-cart-totals td {
	padding: 5px 15px;
}

.shopping-cart-totals tr.last td {}

.shopping-cart-totals tfoot td {
	font-size: 125%;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 15px;
}

.shopping-cart-totals tfoot td .price {}

.shopping-cart-totals ul.checkout-types {
	padding: 0;
	margin: 10px 0 0;
}

.shopping-cart-totals ul.checkout-types li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	background: none;
	text-align: center;
}

.shopping-cart-totals ul.checkout-types li big {
	font-weight: bold;
}

/*Tax details---*/
.tax-total {
	cursor: pointer;
}

.tax-total td {}

.tax-total .tax-collapse {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
	float: right;
	padding-left: 20px;
	text-align: right;
}

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

.show-details td {
	border-top: 1px dashed #DDDDDD;
}

.tax-details td {
	color: #999999;
}

.tax-details-first td {
	border-top: 1px dashed #DDDDDD;
}

/*Collaterals---*/
.shopping-cart-collaterals {
	margin: 20px 0;
	float: left;
	width: 71%;
}

.shopping-cart-collaterals .box {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #DDDDDD;
}

.shopping-cart-collaterals .box .form-button {
	margin-left: 5px;
}

.shopping-cart-collaterals .discount-codes h4,
.shopping-cart-collaterals .shipping-estimate h4 {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: 23px;
	margin: 0;
}

.shopping-cart-collaterals .discount-codes h4 {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_asterick.gif);
}

.shopping-cart-collaterals .shipping-estimate h4 {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_lorry.gif);
}

.shopping-cart-collaterals .shipping-estimate .input-text {
	width: 214px;
}

.shopping-cart-collaterals .shipping-estimate select {
	width: 220px;
}

.shopping-cart-collaterals .upsell {}

.shopping-cart-collaterals .upsell h4 {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 100%;
}

.shopping-cart-collaterals .upsell ul {
	margin: 0;
}

.shopping-cart-collaterals .upsell li {
	/*	border-top: 1px solid #DDDDDD;*/
	padding: 15px 5px;
	text-align:center;
	float: left;
	width: 20%
}

.shopping-cart-collaterals .upsell .product-image {
	width: 75px;
}

.shopping-cart-collaterals .upsell .product-shop {
	/*	width: 200px;*/
	text-align:left;
}

.shopping-cart-collaterals .upsell .product-shop h5 {
	font-size: 115%;
	margin: 0 0 5px;
	min-height: 42px
}

.shopping-cart-collaterals .upsell .product-shop .form-button {
	margin: 0 0 5px;
}

.shopping-cart-collaterals .upsell .product-shop small {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat left center;
	padding-left: 10px;
}

.shopping-cart-collaterals .upsell .product-shop small a {
	color: #666666;
}

.grand_total {
	background: #DDDDDD;
	border: 1px solid #DDDDDD;
	font-size: 1.3em !important;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
	width: auto;
}

tr.grand_total td, p.grand_total {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*One-Page checkout---*/
.one-page-checkout {
	margin: 15px 0;
}

.one-page-checkout li.section {
	position: relative;
	margin: 5px 0;
}

.one-page-checkout .group-select {
	border: 0;
	margin: 0;
	padding: 0;
}

.one-page-checkout .group-select li {
	padding-left: 0;
}

.one-page-checkout .box {
	background: #FFFFFF;
	border: 0;
	padding: 15px;
	margin: 0;
}

.one-page-checkout .head {
	background: #F8F8F7;
	border: 1px solid #DDDDDD;
	padding: 8px 15px;
}

.one-page-checkout .tool-tip {
	right: 8px;
}

.one-page-checkout .head a {
	display: none; /* Hide Edit button in step header */
}

.one-page-checkout h3 {
	color: #999999;
	font-size: 1.05em;
}

.one-page-checkout h4 {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 115%;
}

.one-page-checkout h4.product-name {
	text-transform: none;
	font-size: 100%;
}

.one-page-checkout h4.title {
	border-bottom: 0;
	text-transform: none;
}

.one-page-checkout .step-count {
	background: #999999;
	padding: 0 4px;
	color: #DDDDDD;
}

.one-page-checkout .content {
	padding: 10px 20px;
}

.one-page-checkout label.label {
	color: #333333;
	font-size: 115%;
}

/*Allow box*/
.one-page-checkout .allow .head {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_accept.gif) no-repeat 98% center #F8F8F7;
	cursor: pointer;
}

.one-page-checkout .allow h3 {
}

.one-page-checkout .allow .step-count {
	background: #8CC01D;
	border: 1px solid #8CC01D;
	color: #FFFFFF;
}

/*Active box*/
.one-page-checkout .active .head {
	cursor: default;
}

.one-page-checkout .active h3 {
	color: #FFFFFF;
}

.one-page-checkout .active .step-count {
	border: 1px solid #F89A20;
}

.one-page-checkout .active .box {
	background: #FFFFFF;
	display: block;
}

.one-page-checkout .active .group-select {
	background: #FFFFFF;
}

.one-page-checkout .alloq .head a {
	display: block; /* Display Edit button in active selection */
}

.one-page-checkout dd .form-list {
	margin: 0;
}

.one-page-checkout dd .form-list ul {
	margin: 5px 0 15px 25px;
}

.one-page-checkout .checkmo-mailing-address {
	padding-left: 20px;
}

/*Checkout Step Login*/
#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2 {
	width: 47%;
}

/*Checkout Step Review*/
#checkout-step-review {
	margin: 15px 15px 0;
}

/*Checkout Progress---*/
/*Side Box*/
.one-page-checkout-progress {}

.one-page-checkout-progress ol {
	margin: 0;
}

.one-page-checkout-progress li {
	padding: 8px 0 !important;
}

.one-page-checkout-progress li.complete {
}

.one-page-checkout-progress li h5 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	border: 0;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/bullet.gif) no-repeat left 6px;
	text-indent: 12px;
}

.one-page-checkout-progress li.complete h5 {
	font-weight: bold;
}

.one-page-checkout-progress h5 a {
	text-transform: none;
	display: block;
}

.one-page-checkout-progress h5 .pipe {
	display: none;
}

.one-page-checkout-progress .content {
	padding: 10px 0 0;
}

.one-page-checkout .box-no-padding {
	padding: 15px 0;
}

.one-page-checkout .box-no-padding .inner-box {
	padding: 0 20px;
}

#opc-login .button-set {
	margin-top: 0;
	padding-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content input {
	margin-top: 5px;
}

#opc-review .data-table {
	border-right: 0;
	border-left: 0;
}

.opc-please-wait {
	padding-right: 7px;
}

.one-page-checkout a.back {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.one-page-checkout .payment-methods dd {
	padding: 0;
}

/*Table*/
.checkout-progress {
	margin: 20px auto 20px;
	width: 100%;
	background: #F8F8F7;
}

.checkout-progress td {
	color: #666666;
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 2px 0;
	text-indent: 15px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep_checkout_progress.gif) repeat-y right;
}

.checkout-progress td.active {
	color: #FFFFFF;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep_checkout_progress.gif) repeat-y right #F89A20;
}

/*Multiple Addresses checkout---*/
.multi-address-checkout-description {
	margin-bottom: 15px;
}

.multi-address-checkout-box {
	position: relative;
}

.multi-address-checkout-box .box {
	margin: 20px 0 10px;
	clear: both;
	border: 0;
	padding: 0;
}

.multi-address-checkout-box .legend {
	background: #333333;
	color: #E7E8E6;
	font-size: 115%;
	float: left;
	margin-bottom: 0;
	margin-top: -10px;
	padding: 2px 8px;
}

.multi-address-checkout-box .content {
	padding: 15px 8px;
}

.multi-address-checkout-box .count-head,
.multi-address-checkout-box .count-head-alt {
	background: #A5A5A5;
	color: #FFFFFF;
	padding: 8px;
}

.multi-address-checkout-box .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #DDDDDD;
}

.multi-address-checkout-box .count-head h4,
.multi-address-checkout-box .count-head-alt h4 {
	margin: 0;
	font-size: 100%;
}

.multi-address-checkout-box .head {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 8px;
	margin: 0 0 15px;
	background: none;
}

.multi-address-checkout-box .head h5 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 115%;
	text-transform: uppercase;
	color: #333333;
}

.multi-address-checkout-box .form-list {
	margin: 0;
}

.multi-address-checkout-box .form-list ul {
	margin: 5px 0 15px;
}

.shipment-count {
	color: #FFFFFF;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

.multi-address-checkout-box .tool-tip {
	left: -23px;
}

.multi-address-checkout-box .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.shipping-method-pointer {
	background: #FFFFCC;
	border: 1px solid #DDDDDD;
	padding: 10px;
	position: relative;
}

.shipping-method-pointer .pointer {
	position: absolute;
	right: -40px;
	top: -20px;
}

.place-order-box {
	float: right;
	line-height: normal;
	padding: 15px 0;
	border-top: 1px solid #DDDDDD;
}

.place-order-box .grand-total {
	font-size: 200%;
}

.place-order-box .grand-total .price {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.place-order-box input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

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

.checkout-agreements .agreement-content {
	background: #FFFFCC;
	border: 1px solid #DDDDDD;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.one-page-checkout .checkout-agreements {
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 5px 20px;
}

.one-page-checkout .checkout-agreements li {
	margin: 20px 0 0;
}

.one-page-checkout .checkout-agreements .agreement-content {
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	padding: 5px;
}

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

/*CUSTOMER
----------------------------------------------------------------*/
/*Login---*/
.login-box {}

.login-box h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 115%;
	border: 1px solid #DDDDDD;
	padding: 7px 15px 7px 27px;
}

.login-box .new-users h4 {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_page_white.gif) no-repeat 5px center #F8F8F7;
}

.login-box .registered-users h4 {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_page_white_text.gif) no-repeat 5px center #F8F8F7;
}

.login-box .button-set {}

.login-box .content {
	height: 230px;
}

/*Email To A Friend---*/
#product_sendtofriend_form .left  { margin-right: 30px; }
#product_sendtofriend_form .right  { }
#product_sendtofriend_form .login-box { background: none; }

/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-middlename .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.account-nav {}

.account-nav .head {
}

.account-nav .head h3 {
	color: #FFFFFF;
}

.account-nav ul {}
.box-personal .manager {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.box-personal .manager,
.account-nav li {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sep-hline.gif) repeat-x bottom;
}

.account-nav li a, .account-nav li.on span {
	display: block;
	padding: 5px 5px 6px 12px;
	color: #666666;
	text-decoration: none;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/bullet.gif) no-repeat left 14px;
}

.account-nav li.on span {
	font-weight: bold;
}

.account-nav li.last {
	background: none !important;
}

/*Dashboard---*/
.account-box {
	padding: 0 15px 15px;
	margin: 0 -15px;
}

.account-box .head {
	background: #E7E8E6;
	padding: 8px 15px;
	margin: 0 -15px 15px;
}

.account-box .inner-head {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
	text-transform: uppercase;
}

.account-box h5 {
	font-size: 115%;
}

.account-box h6 {
}

.account-box .head a {
	color: #333333;
}

.account-main .account-box li {
	padding: 5px 0;
}

.account-box ol li {
	margin: 15px 0 0;
}

.account-box ol .count {
	float: left;
	font-size: 100%;
	font-weight: bold;
	padding: 0 5px;
	margin-top: 4px;
	background: #F89A20;
	color: #FFFFFF;
}

.account-box ol .content {
	margin-left: 30px;
}

.account-box ol  {
	padding: 0 5px;
}

.account-box ol.recent-reviews small {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 100%;
}

.account-box .product-images {
	width: 65px;
}

.account-box .product-images img {
	border: 1px solid #DDDDDD;
}

.account-box .product-details {
	margin: 0 0 10px 70px;
}

.account-box .content { padding: 0; }
.account-box .ratings { margin: 0; }

.account-side .actions {
	border-top: 1px solid #DDDDDD;
	padding-top: 4px;
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_lock.gif) no-repeat 0 2px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.dashboard-welcome {
	padding: 0 15px;
}

.account-box .head h4 {
	background-position: 0 center;
	background-repeat: no-repeat;
	text-indent: 23px;
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}

.ad-orders .head h4 {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_folder_table.gif);
}

.ad-account-info .head h4 {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_ma_info.gif);
}

.ad-tags .head h4 {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_ma_tags.gif);
}

.ad-reviews .head h4 {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icon_ma_reviews.gif);
}

.ad-orders .data-table thead tr th {}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.primary-address-list li {
	margin-bottom: 10px;
	padding-left: 10px;
}

.primary-address-list li .head {
	margin: 0;
}

.primary-address-list li h5 {
	margin: 0 0 5px -10px;
	text-indent: 10px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat left center;
}

.address-list li {
	margin-bottom: 15px;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*Account Order History---*/
#my-orders-table tfoot td, #checkout-review-table tfoot td {
	background: #F8F8F7;
}

#my-orders-table tfoot tr.last {
	font-weight: bold;
	font-size: 115%;
	border-top: 1px solid #DDDDDD;
}

#my-orders-table tfoot td.last,
#checkout-review-table td.last {
	border-left: 1px solid #DDDDDD;
}

/*Compare Products---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}
.promo-badge.promo-badge-top .item{
	width:100%;
	text-align:right;
}
.promo-badge.promo-badge-top .item img{
	width:auto;
}
.promo-badge.promo-badge-inline.clearfix.clearer{
	height:auto;
}
.compare-products td {
	text-align: left;
	width: auto;
	vertical-align: top;
	background-image: none;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.compare-products tr.first td {
	border-top: 1px solid #DDDDDD;
}

.compare-products td.last {
	border-right: 1px solid #DDDDDD;
}

.compare-products tbody.attribute-cart td {
	background: #FFFFCC !important;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}

.compare-products td.label {
	background: #F8F8F7 !important;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	text-align: left;
	width: 120px !important;
}

.compare-products tbody.attribute-cart td.label {
	background: #FFFFCC !important;
}

.compare-products tbody.remove-buttons tr {
	background: #FFFFFF;
}

.compare-products tbody.remove-buttons td {
	border: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.compare-products tbody.remove-buttons td img {
	float: right;
}

.compare-products tr.last td {
	border-bottom: 1px solid #DDDDDD !important;
}

.compare-products h5 {
	font-size: 125%;
}

.compare-products .link-cart {
	display: block;
	clear: both;
}

/*Reviews---*/
.my-review-detail {
	padding: 0 15px;
}

.my-review-detail .product-image {
	float: left;
	width: 30%;
	text-align: center;
}

.my-review-detail .product-image p {
	margin-bottom: 0;
}

.my-review-detail .product-image p img {
	vertical-align: top;
}

.my-review-detail .details {
	float: right;
	width: 65%;
}

.my-review-detail strong {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.my-review-detail .ratings-list {}

.my-review-detail .ratings {}

.my-review-detail .ratings .rating-box {
	float: none;
}

.my-review-detail .ratings .pipe {
	display: none;
}

.my-review-detail .ratings a {
	display: block;
}

/*Gift Messages---*/
.giftmessage {
	padding: 10px 0 0 0;
}

.giftmessage-preview-link {
	background-position: right 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 7px;
}

.giftmessage-row {
	background: #FFFFCC;
}

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

.expand {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/gift-message-expand.gif);
}

.collapse {
	background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/gift-message-collapse.gif);
}

/*Wishlist---*/
#wishlist-table {
	border: 0;
}

#wishlist-table a.link-cart, #wishlist-table a.link-remove {
	display: block;
}

/*===============================================================
--------------------[MAGENTO'S VARIOUS PAGES]--------------------
=================================================================*/

/*ADVANCED SEARCH
----------------------------------------------------------------*/
.advanced-search {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	padding: 22px 15px 10px 15px;
}

.advanced-search .legend {
	background: #FFFFFF;
	border: 0;
	color: #666666;
	float: left;
	font-size: 125%;
	font-weight: bold;
	margin-top: -33px;
	padding: 0 8px;
}

.advanced-search li {
	margin-bottom: 5px;
}

.advanced-search li label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.advanced-search .input-text {
	width: 250px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .range .input-text {
	width: 70px;
}

.advanced-search .range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #FFFFCC;
	border: 1px solid #DDDDDD;
	margin: 0 0 15px;
	padding: 10px 15px;
}

.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}

.advanced-search-summary-box ul {
	float: left;
	list-style: none;
	width: 50%;
}

.advanced-search-summary-box ul li {
	color: #333333;
	font-weight: bold;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat left 6px;
	padding-left: 8px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/*PRINT
----------------------------------------------------------------*/
table.print .giftmessage-preview-link {
	display: none !important;
}

table.print .price-excl-tax {
	white-space: nowrap;
}

table.print .price-incl-tax {
	white-space: nowrap;
}

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

/*POP UP
----------------------------------------------------------------*/
.page-popup, .catalog-product-compare-index, .sales-order-print {
	background: #FFFFFF !important;
	color: #666666;
	padding: 15px 30px !important;
	margin: 0 !important;
	text-align: left;
}

.print-head, .page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 3px solid #666666;
	padding-bottom: 10px;
}

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

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

.page-popup .col2-set, .sales-order-print .col2-set {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}

/*DEFAULT HOME
----------------------------------------------------------------*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {}

.home-spot {
	float: right;
	width: 530px;
}

/*Best Selling---*/
.best-selling {}

.best-selling h3 {
	background: #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.best-selling table {
	border: 0;
}

.best-selling tr.odd {}

.best-selling tr.even {}

.best-selling td {
	width: 50%;
	padding: 8px 10px;
}

.best-selling .product-img {
	float: left;
}

.best-selling .product-description {
	margin-left: 107px;
}

.best-selling a.product-name {
	font-size: 115%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.recently .product-image {
	border: 1px solid #DDDDDD;
}

.recently a.product-name {
	font-weight: bold;
}

.recently .add-to {
	margin-top: 5px;
	font-size: 11px;
}

table.recently-list {
	width: 100%;
}

table.recently-list td {
	width: 20%;
}

/*==============================================================*/
/*Mis---*/
span.first-word {}

.maskDesc .jm-slide-desc {
	background: none !important;
}

.category-img {
	margin: 0 0 15px;
	line-height: normal;
	text-align: center;
}

.widget-btn {
	vertical-align: middle;
	padding-right: 2px;
}

a.readon {
	text-align: center;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 12px;
	font-size: 92%;
}

a.readon:hover, a.readon:focus, a.readon:active {
}

div.ja-innerdiv {
	padding: 6px 0 7px;
}

.ja-tools { float: left; }
.ja-tools ul { float: left; padding-left: 20px; }
.ja-usertools-color {margin-top: 2px;}
.ja-tools li { display: inline; }
.ja-tools li img { cursor: default; }

.box .head br, .data-table tbody td br {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*JM PRODUCTS LIST + JM PRODUCT SLIDER + JM PRODUCT LIST BY CAT---*/
.jm-product-list, .jm-products-slider-listing, .jm-product-list-bycat {
	margin: 0 -15px !important;
	padding: 0 15px;
}

.jm-product-list h2, .jm-products-slider-listing h2, .jm-product-list-bycat h2, .jm-products-slider-listing p.hot, .jm-product-list p.hot1 {
	font-size: 100%;
	text-transform: uppercase;
	background: #E7E8E6;
	padding: 8px 15px;
	margin: 0 -15px;
	line-height: normal;
}

/*JM PRODUCTS LIST*/
.jm-product-list {
}

.jm-product-list .catalog-listing {
	padding: 0 15px;
}

.jm-product-list ol.grid-row {
	border-top: 1px solid #FFFFFF;
}

.jm-product-list ol.last {
	background: none;
}

.jm-product-list .add-to {
	display: none;
}

/*JM PRODUCT SLIDER*/
.jm-products-slider-listing {
}

.jm-products-slider-listing {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 1.2 !important;
}

.jm-products-slider-listing a {
	color: #333333;
}

.jm-products-slider-listing a:hover,
.jm-products-slider-listing a:active,
.jm-products-slider-listing a:focus {
	text-decoration: none;
}

.jm-products-slider-listing .price {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#ja-current-content h1 { font-size:16px;}

.jm-product-list p.hot1 { font-weight:bold; padding:8px 15px 8px 35px; background:#E7E8E6 url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/hot.gif)  no-repeat}
div.ja-box-right p, div.ja-box-left p, div.ja-box-center p { border-bottom:3px solid #333333; color:#666666;margin:0 0 10px;padding:0 0 5px;text-transform:uppercase; font-weight:bold;}
.head p {float: left; margin: 0; text-align: left; font-weight:bold;}
.content p { font-weight:bold;}
.listing-type-grid ol.grid-row p.view { font-weight:bold; text-align: center; line-height:1;}
div.hot666 {font-size: 100%; text-transform: uppercase; margin: 0 -15px; line-height: normal;}
div.hot666 h2 {padding:0; margin:0; background:none;}
button.add-to-cart{background:transparent url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/add_to_cart.gif');
	width:135px;
	height:24px;
	border:none;
}
a.add-to-cart.buy{
	width: 50px;
	float:left;
	padding: 4px 14px;
	height: 15px;
	border: none;
	font-size: 13px!important;
	left: 1px;
	background: #ffa500;}

.form-button.buy.btn-left {
	width: 85%;
	height: 20px;
	margin: 0 auto;
	padding-top: 7px;
}

.oneclick-product-list {
	float: right;
	background: #0189DD;
}

.inner .show-more #oder {
	color: gray;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 37px;
	text-transform: uppercase;
	line-height: 25px;
}

.show-more .add-to {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

button.add-to-cart:hover{background-position:0 -26px}
button.add-to-cart span {display:none;}

.add-to-holder .add-to-box {padding:5px 0 0 0}
#product_sendtofriend_form .content {height:auto}
#recaptcha_response_field {width:auto;}

/* Pager */
.pager { font-size:11px; background:none repeat scroll 0 0 #A5A5A5;
	color:#FFFFFF; padding:4px 15px; border-top:1px solid #e2e2e2; text-align:center; min-height:20px; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px;}
.pager .pages.news {margin: 0}
.pager .pages .left a, .pager .pages .right a{color: #FFFFFF;}
.pager .pages ol,.pager .pages .left, .pager .pages .right { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

.pages li a {color:#FFFFFF;text-decoration:underline;}
.prod-info {display:block;float:left;background:url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/prod_info_btns.gif);width:92px;height:30px;cursor:pointer}
.prod-info.btn1 {background-position:0 0}
.prod-info.btn1:hover {background-position:0 30px}
.prod-info.btn2 {background-position:-92px 0}
.prod-info.btn2:hover {background-position:-92px 30px}
.prod-info.btn3 {background-position:-184px 0}
.prod-info.btn3:hover {background-position:-184px 30px}
.prod-info.btn4 {background-position:-276px 0}
.prod-info.btn4:hover, .prod-info.btn4.active {background-position:-276px 30px}
h2.category-1873 {background:0}

/*------ rules page styles --------*/
.rules-main-list {margin:0 0 0 10px;}
.rules-main-list li {list-style-type:none; padding:0 0 0 40px; font:bold 12px/30px Arial;}
.rul-1 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/info.jpg') 0 0 no-repeat;}
.rul-2 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/registration.jpg') 0 0 no-repeat;}
.rul-3 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/search.jpg') 0 0 no-repeat;}
.rul-4 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/order.jpg') 0 0 no-repeat;}
.rul-5 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/payment.jpg') 0 0 no-repeat;}
.rul-6 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/delivery2.jpg') 0 0 no-repeat;}
.rul-7 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/order_info.jpg') 0 0 no-repeat;}
.rul-8 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/install.jpg') 0 0 no-repeat;}
.rul-9 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/exchange.jpg') 0 0 no-repeat;}
.rul-10 {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/icons/plus.jpg') 0 0 no-repeat;}

.rules-main-list ul {margin:0 0 0 20px;}
.rules-main-list li ul li {font:normal 12px/22px Arial; padding:0; list-style-type:disc;}
.rules-main-list li ul li span {color:#0189DD; cursor:pointer;}
.rules-main-list li ul li div {display:none;}
.rules-main-list li ul li div ul {margin:0 0 0 25px;}
/*------ / rules page styles --------*/
/* social buttons */
.social {
	background-image:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/social.gif') !important;
	padding: 0 !important;
	width: 16px;
	height: 16px;
	display: block;
	float:right;
	text-decoration:none !important;
}
.link-rss {
	background-position:0 0 !important;
}
.link-rss:hover {
	background-position:-16px 0 !important;
}
.link-twitter {
	background-position:0 -16px !important;
}
.link-twitter:hover{
	background-position:-16px -16px !important;
}
.link-fb {
	background-position:0 -32px !important;
}
.link-fb:hover {
	background-position:-16px -32px !important;
}
.link-vk {
	background-position:0 -48px !important;
}
.link-vk:hover {
	background-position:-16px -48px !important;
}
/* manager */
#manager {
	height: 319px;
}
#manager dl {
	margin:10px 0;
}
#manager td {
	padding:5px 15px;
}
.manager-title {
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/manager-bg-319.png) no-repeat;
	float:left;
	width:46px;
	height:319px;
	position:relative;
}
.online .manager-title {
	background-position: 0 -319px !important;
}
.manager-arrows {
	width:8px;
	height:10px;
	background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/manager-arrows.png) no-repeat;
	position:absolute;
	top:155px;
	left:5px;
}
.manager-arrows.open {
	background-position:0 -10px !important;
}
.manager-contacts ul li {
	padding:5px;
}
.manager-contacts ul li img {
	padding-right:5px;
}
.manager-contacts-offline {
	width:90px;
}
.manager-contacts-offline dd {
	padding:10px 0;
}
.testimonials .toolbar {
	margin: 0 -15px;
}
.testimonials .toolbar,
.testimonials .toolbar .pages li a {
	/*color: #333333;*/
}
.testimonials .testimonial-details {
	text-align: right;
}
.testimonials .testimonial-details .name {
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
}
.testimonials .admin-answer {
	margin-top: 5px;
}
.testimonials .separator {
	border-color: #ddd;
	margin-bottom: 10px;
}
.pager .pages a.previous,
.pager .pages a.next {
	text-decoration: none;
}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.pointer      { cursor: pointer }

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
	0% { -webkit-transform:rotate(0); }
	0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
	0% { -moz-transform:rotate(0); }
	0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
	0% { transform:rotate(0); }
	0% { transform:rotate(-360deg); }
}

/* Catalog Price Rule Badge */
.promo-badge-top {
	position: absolute;
	top: 0;
	left: 0;
}
.etTitle{
	display:none;
}
.eTimer{
	width: 123px;
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
}
#select-jmake-jmodel-button{
	margin-left: 50px;
	background: #fff;
	margin-top: 20px;
	display: none;
	border: 1px solid #0189DD;
	padding: 5px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
}
.badgeBlock .promo-badge-top {
	position: relative;
}
.positionAbsolutTimer .eTimer{
	display: flex;
	justify-content: center;
}
.QtyProductTimer{
	width: 60px;
	height: 36px;
	color: black;
	margin-left: -3px;
	display: inline-block;
	position: relative;
	font-family: Trebuchet MS;
	top: 16px;
}

.positionAbsolutTimer .QtyProductTimer{
	text-align: center;
	top:0px;
}

.QtyProductTimer span{
	font-size: 7.2px;
	top: -14px;
	position: relative;
}
.etUnit {
	display: inline-block;
}
.etUnit .etNumber {
	width: 9px;
	display: inline-block;
	margin: 1px;
	text-align: center;
	font-family: Impact;
	font-size: 18px;
	color: black;
	padding: 0px 0px;
	background: rgba(255,255,255,0);
	border: 0px solid rgba(255,255,255,0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 0px transparent;
	-moz-box-shadow: inset 0px 0px 0px 0px transparent;
 }
.etUnit .etSign {
	text-align: center;
	font-size: 7.2px;
}
.QtyProductTimer strong{
	font-weight: normal;
	position: relative;
	font-size: 17px;
	font-family: Impact;
	top: -3px;
}
.positionAbsolutTimerUrl{
	top: 93px;
	position: absolute;
	width: 190px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.positionAbsolutTimerUrl .QtyProductTimer{
	top: 0;
	height: 36px;
}
.positionAbsolutTimerUrl .borderTimer{
	width:2px;
	height:36px;
	background: rgba(199,199,199,0.5);
}
.badgeBlock{
	width: 100%;
	margin-top: 11px;
	position: relative;
}
.badgeBlock .positionAbsolutTimerUrl{
	right: 3px;
	top: 43px;
}
.badgeBlock img{
	width:100%;
}
.badgeBlock .eTimer{
	text-align:center;
}
.badgeBlock .QtyProductTimer{
	text-align: center;
}
.promo-badge{
	width:100%;
}
.endPromotion{
	width: 90%;
	padding: 10px 0;
	text-align: center;
	color: red;
	font-size: 15px;
	background: rgba(199,199,199,0.5);
	border-radius: 11px;
	margin: 0 auto;
}
.promo-badge-top .item {
	float: left;
}
.promo-badge .item {
	position: relative;
	height: 100%;
	width: 100%;
}
.positionAbsolutTimerUrl{
	background: rgba(199,199,199,0.5);
	border-radius: 11px;
	margin-left: 4px;
}
.badgeBlock .positionAbsolutTimer .QtyProductTimer{
	height: 35px;
}
.badgeBlock .positionAbsolutTimer{
	top: 43px;
	position: absolute;
	right: 0;
	width: 196px;
	display: flex;
	background: rgba(199,199,199,0.5);
	border-radius: 11px;
}

.promo-badge .item .amount {
	color: #ffffff;
	position: absolute;
	top: 0;
	left:2px;
	font-size: 0.9em;
	font-weight: bold;
}
.brand-of-month-timer span {
	font-size: 115%;
}
.not-last-day {
	font-weight: bold;
}
.brand-of-month-timer .hours,
.brand-of-month-timer .minutes {
	font-weight: bold;
	color: #f70201;
}

.product-related-block {
	padding: 0 0 15px;
	margin-left:-10px;
	margin-right:-10px;
}
#add-to-wish:before, #learn-more:before, .add-to-box li:before
{
	content: '\f08a';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-left: -8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
#add-to-wish:before {
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/to_wishlist.png) no-repeat center;
    content:"";
    background-size: 20px 20px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
}
.catalog-product-view #add-to-wish:before {
    margin-left: 0px;
}
#learn-more:before {
	content: '\f04b';
	color: gray;
}
#learn-more {
	padding-left: 30px;
}
.product-related-block .title {
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	padding-left: 15px;
}
.related-producer .title {
	background: #94c825;
}
.related-related_producer .title {
	background: #f70201;
}
.related-sale .title {
	background: #f70201;
}
.product-related-list .item {
	float:left;
	width: 25%;
}
.product-related-list .item .inner {
	padding: 10px;
	margin: 5px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.product-related-list .item .product-model,
.product-related-list .item .product-name,
.product-related-list .item .product-producer,
.product-related-list .item .availability {
	line-height: 1em;
	height: 2em;
	overflow: hidden;
}
.catalog-product-view .product-related-list .oos img {
	margin: 0 3px 0 0;
}

.show-more .quick-view a {
	background: rgba(76, 114, 158, 0.77);
	color:#fff;
	position: absolute;
	top: 100px;
	left: 25%;
	width: 50%;
	padding: 10px 0;
	display:block;
	text-align: center;
}
#search_mini_form {
	line-height: 30px;
}
.mini-search .input-text {
	background: #9c9c9c;
	border: 1px solid #9c9c9c;
	width: 245px;
}
.mini-search .input-text:hover,
.mini-search .input-text:active,
.mini-search .input-text:focus {
	background: #fff;
}

.scroll-to-top {
	background: rgba(76, 114, 158, 0.77);
	padding: 10px 20px;
	z-index: 1000;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.fr-contacts {
	position: absolute;
	width: 226px;
	line-height: 25px;
	top: 58px;
	right: 60px;
	text-align: right
}
.header-request {
	position: absolute;
	line-height: 25px;
	right: 300px;
	top: 58px;
}
.header-request a {
	color:#999
}
.header-request a:hover {
	color: #eee;
	text-decoration: none;
}
.header-request .item {
	float: left;
}
.demo-notice {
	margin: 0;
	background: #d75f07;
	padding: 5px 10px 6px 10px;
	color: #fff;
	line-height: 1em;
	text-align: center;
}
.front-img-attribut {
	max-width: 100%;
	max-height: 200px;
	display: block;
}
.none_icon {
	display:block;
	width:12px;
	height: 10px;
	float:left;
}

.oneclickbtn {
	display: block;
	background-color: #0189DD;
	color: #fff;
	float: right;
	border: none;
	width: 200px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer
}
.oneclickbtn span.bold-text {
	font-weight: bold;
}
.oneclickbtn:hover,
.oneclickbtn:focus,
.oneclickbtn:active {
	opacity: 0.7;
	color: #fff;
}

#oneclickorder-form-wrap {

}
#oneclickorder-form input {
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	margin-right: 2px;
}
.oneclickorder-left, .oneclickorder-right {
	width: 22%;
	float: left;
}

#fast-order-product .oneclickorder-left, .oneclickorder-right {
	width: 30%;
	float: left;
}
#oneclickorder-phone-code {
	width: 178px;
	padding: 4px;
}
.oneclickorder-phone  {
	width: 170px;
	margin-left: 29px;
}
.oneclickorder-phone-wrap {
	margin-bottom: 5px;
}
.checkout_cart_index .oneclickorder-phone  {
	margin-left: 23px;
}
#oneclickorder-comment  {
	display: block;
	width: 100%;
	height: 100px;
}
#oneclickorder-buttons-container {
	display: block;
	background-color: #0189DD;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	float: right;
	margin-top: 15px;
}
#oneclickorder-buttons-container:hover {
	opacity: 0.7;
	color: #fff;
}
#oneclickorder-buttons-container span {
	display: block;
	line-height: 20px;
	padding: 0 17px 0 17px;
	text-align: center;
}
#fast-order-product {
	width: 100%;
	overflow: hidden;
}
#fast-order-product #oneclickorder-form-wrap {
	padding: 10px;
}
#fast-order-product .plashka {
	margin: 0;
}
#fast-order-product #oneclickorder-form {

}
#fast-order-product .oneclickorder-fields > div > div {
	margin: 5px 0;
}
#fast-order-product #oneclickorder-buttons-container {
	margin-bottom: 20px;
}
.oneclickbtn-product-wrap {
	text-align: center;
	float:left;
}
.oneclickbtn-product {
	display: inline-block;
	background-color: #0189DD;
	color: #fff;
	padding: 4px 14px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 auto;
	border: none;
	position: relative;
	left: 18px;
	margin-bottom: 7px;
}
#fast-order-product button,
#oneclickorder-form-wrap button {
	display: block;
	background-color: #0189DD;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	float: right;
	border: none;
	padding: 9px;
}
.text-red {
	color: red;
	font-weight: 600;
	padding-top: 5px;
	display: inline-block;
}
#oneclickorder-form .please-wait {
	display: block;
}

.checkout-cart-index .oneclickorder-fields > div > div {
	margin: 5px 0;
}

.postContent img {
	margin-right: 10px !important;
}

.postTitle h3 {
	float: left;
	position: relative;
	top: 10px;
}
.postTitle .ya_share {
	float: right;
}
.postTitle:after {
	clear: both;
	content: ' ';
	display: table;
}

.product-rounded-info {
	display: inline-block;
	width: 247px;
	margin-top: 10px;
	line-height: 18px;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;

	text-align: center;
}
.sku-info {
	border: 2px solid rgb(1, 137, 221);
	color: rgb(1, 137, 221);
}
#all-products-for-model {
	border: 2px solid #8CC01D;
	color: #8CC01D;
	text-decoration: none;
}
#all-products-for-model:hover {
	text-decoration: none;
}
.product-disable-info{
	background: rgb(248, 248, 247);
	border: 1px solid rgb(221, 221, 221);
	padding: 10px;
	margin-top: 40px;
}
.product-disable-info a{
	padding: 0px;
	border: 0px;
}
.product-view-lists {
	padding: 10px;
}
.product-info-box #extstocks-label .label,
.product-info-box .rcp-qty .label
{
	color: rgb(1, 137, 221);
	border-bottom: 1px dashed rgb(1, 137, 221);
	cursor: pointer;
}
.sitemapSection h2 {
	margin-left: 15px;
}
span.bdr {
	font-weight:bold;
}
.shop-access div.header-link {
	position: absolute;
	right: 20px;
	top: 7px;
}
div.hidr {
	display: none;
}
div.headings {
	font-size: 18px; font-weight:bold;
}

.am_search_popup_triangle{
	background-color: #A75E00;
}

.am_search_popup div.am_element:hover,
.am_search_popup div.am_element.active
{
	background: #EB8A0E;
}

.amhighlight{
	background: #EEEEEE;
}


.am_search_popup div.am_element .am_title,
.am_search_popup div.am_element .regular-price .price,
.am_search_popup div.am_element,
.am_search_popup div.am_element a
{
	color: #202020;
}

.am_search_popup div.am_element:hover .am_title,
.am_search_popup div.am_element:hover .regular-price .price,
.am_search_popup div.am_element:hover,
.am_search_popup div.am_element:hover a,
.am_search_popup div.am_element.active .am_title,
.am_search_popup div.am_element.active .regular-price .price,
.am_search_popup div.am_element.active,
.am_search_popup div.am_element.active a
{
	color: #FFFFFF;
}

.am_search_popup div.am_element:hover .amhighlight,
.am_search_popup div.am_element.active .amhighlight
{
	background-color: #A75E00;
}

.working-hours {
	margin: 18px 0 0;
	color: #8cc01d;
}

.working-hours__day {
	font-weight: bold;
	color: #999;
}

#phone__number {
	font-size: 24px;
	color: #fff;
	white-space: nowrap;
	font-weight: 700;
}

#phone-header {
	margin-top: -35px;
}

.product-code {
	border: 2px solid rgb(1, 137, 221);
	border-radius: 10px;
	color: rgb(1, 137, 221);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 4px;
}

.product-related-list .item .form-button.add-to-cart.oneclickbtn-product {
	width: 80%;
}
.jmodel-bred{
	text-transform: capitalize;
}
.jmake-bred{
	text-transform: uppercase;
}
.auto-models {
	width: 100%;
	margin-bottom: 20px;
}

table.auto-models.main-auto-category {
	margin-bottom: 0px;
}

.auto-models-new{
	margin-top: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0.5rem;
}

.auto-models-new div {
	padding-left: 20px;
	text-align: left;
	line-height: 1.5;
}

.auto-models-new a {
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	display: table-cell;
}
.auto-models .minus {
	font-weight: bold;
	margin-right: 5px;
	color: #0189DD;
	float: left;
}

.auto-models td {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top: 1px solid #ddd;
}

.main-auto-category td {
	text-align: left;
	padding-left: 40px;
	border-top: 0px;
}

.main-auto-category td a,
.main-auto-category td a:visited {
	color: black;
}

#cdek-map {
	width: 315px;
	height: 350px;
	border: 1px solid black;
}

#cdek-map .get-from-pvz {
	margin-top: 5px;
	width: 100%;
	border: 1px solid gray;
	background: #0189DD;
	color: white;
	padding: 5px;
}

#cdek-map-buttons {
	margin-bottom: 10px;
}

#cdek-map-buttons button {
	width: 155px;
	margin: 0px;
	border: 0;
	border: 1px solid gray;
	background: white;
	padding: 5px;
	cursor: pointer;
	background: white;
}

#cdek-map-buttons .active {
	background: silver;
}

#checkoutSteps li#center_column {
	width: 330px !important;
}

#checkoutSteps li#right_collumn {
	width: 32% !important;
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc; }

.flip-clock-wrapper a:hover {
	color: #fff; }

.flip-clock-wrapper ul {
	list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
	content: " ";
	display: table; }

.flip-clock-wrapper.clearfix:after {
	clear: both; }

.flip-clock-wrapper.clearfix {
	*zoom: 1; }

/* Main */
.flip-clock-wrapper {
	font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
	-webkit-user-select: none; }

.flip-clock-meridium {
	background: none !important;
	box-shadow: 0 0 0 !important;
	font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
	text-align: center;
	position: relative;
	width: auto;
	max-width: 100%;
	margin: 2em auto !important;
	display: table;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.flip-clock-wrapper:after {
	clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
	position: relative;
	float: left;
	margin: 5px;
	width: 60px;
	height: 90px;
	font-size: 80px;
	font-weight: bold;
	line-height: 87px;
	border-radius: 6px;
	background: #000;
}

.flip-clock-wrapper ul li {
	z-index: 1;
	list-style:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 87px;
	text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
	z-index: 2; }

.flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important; }

.flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 80px;
	overflow: hidden;
	outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2; }

.flip-clock-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0; }

.flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 3px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #ccc;
	text-shadow: 0 1px 2px #000;
	text-align: center;
	background-color: #333;
	border-radius: 6px;
	font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
	top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd 0.5s 0.5s linear both;
	-moz-animation: asd 0.5s 0.5s linear both;
	animation: asd 0.5s 0.5s linear both;
	z-index: 5; }

.flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 100px; }

.flip-clock-divider:first-child {
	width: 0; }

.flip-clock-dot {
	display: block;
	background: #323434;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	left: 5px; }

.flip-clock-divider .flip-clock-label {
	position: absolute;
	top: -1.5em;
	right: -86px;
	color: black;
	display: block;
	text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
	right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
	right: -91px; }

.flip-clock-dot.top {
	top: 30px; }

.flip-clock-dot.bottom {
	bottom: 30px; }

@-webkit-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@-moz-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@-o-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn 0.5s 0.5s linear both;
	-moz-animation: turn 0.5s 0.5s linear both;
	animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg); }

	100% {
		-webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
	0% {
		-moz-transform: rotateX(90deg); }

	100% {
		-moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
	0% {
		-o-transform: rotateX(90deg); }

	100% {
		-o-transform: rotateX(0deg); } }

@keyframes turn {
	0% {
		transform: rotateX(90deg); }

	100% {
		transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 0.5s linear both;
	-moz-animation: turn2 0.5s linear both;
	animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg); }

	100% {
		-webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
	0% {
		-moz-transform: rotateX(0deg); }

	100% {
		-moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
	0% {
		-o-transform: rotateX(0deg); }

	100% {
		-o-transform: rotateX(-90deg); } }

@keyframes turn2 {
	0% {
		transform: rotateX(0deg); }

	100% {
		transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-moz-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-o-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-webkit-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@-moz-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@-o-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

.ws-chat-mobile .ws-chat-btn-el-container{
	display: none !important;}
	
.layered-nav .actions {
	overflow-y: hidden;
}

.layered-nav .show-more {
	color: #0189DD;
	font-weight: bold;
}

.garage {
	margin-top: 10px;
}

.garage .car {
	margin-left: 10px;
}

.garage .clean {
	color: #666;
	margin-left: 10px;
}

.product-related-list .item .form-button.add-to-cart.buy {
	width: 80%;
	position: relative;
	bottom: 0;
	left: 0;
}
.oneclickorder-firstname {
	width: 88%;
}
.oneclickorder-lastname {
	width: 91%;
}
.customer-name-middlename .name-lastname {
	width: 215px !important;
}
form#login ul.form-list{
    margin-top: 20px;
    text-align: center;
}
form#login .registered-users div > p.login-social-text {
    text-align: center;
}
form#login div.buttons-set.login-compact.clearfix {
    margin: 10px;
	text-align: center;
}
form#login button.btn-login {
    width: 75px;
    height: 20px;
    margin-top: 5px;
}
form#login table#openid-table {
    margin: auto;
}
form#login hr {
    margin: 15px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.alert-stock-img {
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/isStock.png) no-repeat center;
    background-size: 20px 20px;
    display: inline-block;
    text-indent: -9999px;
    width: 32px;
}
.alert-price-img{
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/lowprice.png) no-repeat center;
    background-size: 20px 20px;
    display: inline-block;
    text-indent: -9999px;
    width: 32px;
}
.catalog-product-view .product-img-box .main-product-img {
    display: block;
}
.rating-img:before{
    content:"";
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/feedback.png) no-repeat center;
    background-size: 20px 20px;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.header-nav-container {}
#nav {}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
    position: relative;
    text-align: left;
}

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

#nav a, #nav a:hover, #nav a:active, #nav a:focus {
    display: block;
    text-decoration: none;
}

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

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

/************ 0 LEVEL  ***************/
#nav li {
    float: left;
    padding-right: 1px;
}

#nav li.parent {
}

#nav li.parent li.parent {
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
    background: #222222;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#nav a {
    float: left;
    text-decoration: none;
    padding: 0 15px 0 15px;
    line-height: 30px;
    color: #999999;
    font-weight: bold;
    font-size: 100%;
    text-transform: uppercase;
}
#nav a.first {
    padding-left: 30px;
}
#nav a.last {
    padding-right: 30px;
}


#nav li.active a {
    color: #FFFFFF;
    color: #FFFFFF;
    background: #000000;
}

#nav li.over a, #nav a:hover, #nav a:active, #nav a:focus, #nav a.over,
#nav li.active a:hover, #nav li.active a:active, #nav li.active a:focus {
    color: #FFFFFF;
    background: #000000;
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {

    margin: 0;
    padding:0;
}

/*#nav ul li.over { background:#d5e4eb url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/nav_divider.gif) repeat-x 0 100%; }*/

#nav ul li.last {
    padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover, #nav ul a.over {
    float: none;
    background: none;
}

#nav ul a span,
#nav ul a:hover span, #nav ul a.over span {
    float: none;
    display: inline;
}


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

/************ 2ND LEVEL ************/
#nav ul {
    position: absolute;
    width: 15em;
    top: 30px;
    left: -10000px;
    border: 1px solid #5A5A5A;
    border-top: 0;
    background: #454545;
    list-style: none;
}

#nav ul li {
    border-top: 1px solid #5A5A5A;
    border-right: 0;
    background: none;
    width: 100%;
}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:150px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a, #nav li.active li a {
    border: none;
    margin: 0;
    color: #CCCCCC;
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/blank.png);
    font-size: 100%;
    text-transform: none;
    padding: 7px 15px;
}
#nav .first ul li a, #nav .first li.active li a {
    padding: 7px 15px 7px 30px;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus, #nav ul li a.over {
    background: #333333 !important;
    color: #FFFFFF;
}

/************ 3RD+ LEVEL ************/
#nav ul ul { top: 5px; }



#ja-banner-top .main {height:auto;}
#ja-header .main {height:134px;background-color:#222;}
#ja-mainnav {background-color:#000;border-top:1px solid #333333;}
#ja-pathway {background:#F8F8F7 none repeat scroll 0 0;border-bottom:1px solid #E7E8E6;margin:0 -15px 5px;padding:5px 15px;}
.category-head {padding:0 0 0px;}
.category-img {line-height:normal;margin:0 0 0;text-align:center;}
.category-select-widget {
    text-align:center;
    padding-bottom: 10px;
}
.category-select-widget .title {
    color: #333;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
.category-select-widget select {
    width: 220px;
    font-size: 16px;
}
.header-nav-container, .header-nav-container .header-nav {float:left;}
.categories-grid.listing-type-grid {
    width: 691px;
}
.categories-grid p.view {
    display:block;
    height:24px;
}
.categories-grid.listing-type-grid li.item-category img {display:block;margin-left: auto;margin-right: auto;}
.categories-grid.listing-type-grid li.item-category {
   float:left;
   margin:0 !important;
   overflow:hidden;
   padding:2px 0;
   width:229px;
   height: 100%;
}
.categories-grid.listing-type-grid li.item-category.first {
}
.login-box .content {height:275px;}
.nav-partners {display:none}
.quick-access {background-color:#fff;}
.ruls .red {color:red;}
.ruls ul {list-style-type:disc;margin:0 0 0 30px;}
.vertnav-container {width:195px;margin:auto;}
div.listing-type-grid h2 a {font-size:12px}
div.listing-type-grid h2 {margin:0;text-align:center}
div.listing-type-grid p.category-description {margin:0;text-align:center}
h1#logo a {height:47px;}
h1#logo {left:0;top:38px;}
td {vertical-align:top;}
.main .mini-livechat .head h4 {background:none}
.category-head3 {margin:0 -15px;background:#E7E8E6 none repeat scroll 0 0}
div.category-1872 {background:#E7E8E6 url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/rekomenduem.gif) no-repeat}
div.category-1538 {background:#E7E8E6 url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/sale.gif) no-repeat}
.category-1873 {background:#E7E8E6 url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/catalog.gif) no-repeat;display:block !important;}
.link-feed.right {padding:4px 10px 4px 18px; position:absolute; right:0; top:0;}
.jm-products-slider-listing h2 {padding:8px 15px 8px 35px;background:#E7E8E6 url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/new.gif) no-repeat}
.jm-product-list h2 {padding:8px 15px 8px 35px;background:#E7E8E6 url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/hot.gif) no-repeat}
#livechat_messages img {padding: 0 10px 0 0;}
#livechat_messages {font-family:Tahoma, Arial, "Trebuchet MS";font-size:11px}
.customer-name-middlename .name-middlename input {width:150px !important;}
.customer-name-middlename .name-middlename {width:170px !important;}
.prod-link {background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat left center; padding-left: 8px;margin-left:15px}
.col-right .fr-search input, .col-right .mini-newsletter input {width:170px;}
.fr-search legend {display:none;}
.account-box h6 {border-bottom:1px solid #333333;font-weight:normal;min-height:30px;text-transform:none;}
.postDetails .add-to a {background:transparent url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/arrow.gif) no-repeat scroll left center;padding-left:8px;}
p.separator {margin:0;padding:0;height:10px;border-top:1px solid #F89A20}
.supplier {padding:15px 0 0;}
.supplier ul {list-style-type:disc;padding:0 15px;}
/* slide by pb*/
#slide-images{
    position:relative;
    display:block;
    margin:0;
    padding:0;
    width:685px;
    height:252px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}
.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; background:url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }
#slide-show {margin: 15px 0;}
.title-fix {
	line-height: 33px;
	height: 33px;
    padding-left: 32px;
    margin: 0 -15px;
    text-transform: uppercase;
}
.title-fix.category-head3 {
    background: #E7E8E6 url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/catalog.gif) no-repeat 0 0;
}
.info {
    position: relative;
}
.info h1, .info .h1 {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight:bold;
    margin: 0;
}
.jm-products-slider-listing p.hot {
    padding:8px 15px 8px 35px;
    background:#E7E8E6 url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/new.gif') no-repeat;
}
div.hot666 {
    font-weight:bold;
    padding:8px 15px 8px 35px;
    background:#E7E8E6 url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/hot.gif')  no-repeat
}
.info.plashka {
    margin-top:0;
    margin-bottom:0;
}
.cms-index-index.cms-home.fs3 .info.plashka.a-left {
    margin-top: 10px;
}
.cms-index-index.cms-home.fs3 ul#right_banner {
    margin-top: 10px; padding:0 15px;
}
.plashka {
    margin:10px -15px;
    background:#E7E8E6;
}
.plashka,
.plashka h1,
.plashka h2 {
    line-height: 32px;
}
.mini-search .btn-search span,
.ui-icon,
.plashka .plashka-image {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/plashka.png?) no-repeat 32px 32px;
}
.plashka .auto-blue {
    background-position: 0 0;
}
.plashka .info-blue {
    background-position: -32px 0;
}
.plashka .kluch-blue {
    background-position: -64px 0;
}
.plashka .vybor-blue {
    background-position: -96px 0;
}
.plashka .auto-yellow {
    background-position: 0 -32px;
}
.plashka .photo-yellow {
    background-position: -32px -32px;
}
.plashka .opt-yellow {
    background-position: -64px -32px;
}
.plashka .postavki-yellow {
    background-position: -96px -32px;
}
.plashka .new-green {
    background-position: 0 -64px;
}
.plashka .photo-green {
    background-position: -32px -64px;
}
.plashka .kluch-green {
    background-position: -64px -64px;
}
.ui-icon-call,
.ui-icon-letter,
.ui-icon-call-dark,
.ui-icon-letter-dark,
.ui-icon-call-light,
.ui-icon-letter-light {
    width: 23px;
    height: 23px;
}
.ui-icon-call,
.ui-icon-call-dark {
    background-position: 0 -96px;
}
.ui-icon-letter,
.ui-icon-letter-dark {
    background-position: -24px -96px;
}
.request-call:hover .ui-icon-call,
.ui-icon-call-light {
    background-position: -48px -96px;
}
.request-letter:hover .ui-icon-letter,
.ui-icon-letter-light {
     background-position: -72px -96px;
}
.mini-search .btn-search {
    background:none;
    padding: 0;
    border: 0;
    height: 13px;
    width: 13px;
}
.mini-search .btn-search span {
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    overflow: hidden;
    width: 13px;
    height: 13px;
    /*background-position: -115px -106px;*/
    background-position: -101px -106px;
}
.mini-search:hover .btn-search span {
    background-position: -101px -106px;
}
.std ul  {
    list-style: disc;
    padding: 0 0 0 15px;
}
.chosen-vehicle-content {
    text-align: center;
    padding-bottom: 5px;
}
#vehicle-cancel {
    margin-left: 50px;
    display: inline-block;
    border: 1px solid #0189DD;
    padding: 5px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
}
#vehicle-cancel:hover {
    text-decoration: none;
}
.div-vehicle-chosen {
    background-color: white;
}
#vehicle-static {
    float: right;
    margin-top: 2px;
}
.catalog-category-view #ja-current-content.clearfix {
    display: flex;
    flex-direction: column;
}
.catalog-category-view #ja-current-content.clearfix #ja-pathway {
    order: -1;
}
.catalog-category-view #ja-current-content.clearfix .info.plashka+.plashka {
    order: -1;
}
.catalog-category-view #ja-current-content.clearfix .plashka+a {
    order: -1;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://city-tuning.ru/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

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

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://city-tuning.ru/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
.amscroll-navbar {
	background: rgb(58,79,98);
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
}
.amscroll-page-num {
	background: #efefef;
	color: #111;
	display: none;
	padding: 0px 10px;
}

.amscroll-load-button {
	background: rgb(58,79,98);
  	border: 0px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0px;
    width: 100%;
}

.amscroll-loading {
	background-repeat:no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 50px;
}

a.amscroll-navbar-link{
	background: url(https://city-tuning.ru/skin/frontend/base/default/images/amscroll/up.png);
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 5px;
	cursor: pointer;
}

div#amscroll-navbar {
	color: white;
	padding: 3px 40px 3px 5px;
	height: 32px;
}

div#amscroll-navbar span {
	line-height: 26px;
}

.am_search_popup{
    
    position: absolute;
    /*right: 29px;*/
    right: 0;
    width: 315px;
    margin-top: 10px;
    text-align: left;
    
    
    border-radius: 8px;
    /*border: 1px solid #CCC;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);*/
    font: 12px Arial,Helvetica,sans-serif;
    /*padding-top: 10px;*/
    
    /*overflow: hidden;*/
    /*padding-top: 10px;*/
    
    
    z-index: 1000;
}

.am_search_popup_triangle{
   height: 50px;
    width: 50px;
    margin-top: 5px;
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);
    position: absolute;
    right: 28px;
    
}

.am_search_popup_inner{
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    overflow: hidden;
}


.am_search_popup div.am_element{
    /*min-height: 90px;*/
    /*display: inline-block;*/
    float: none;
    width: 100%;
    /*padding: 5px;*/
    color: black;
    
    border-bottom: 1px solid #a5a5a5;
    
    background: #fafafa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fafafa 0%, #fafafa 60%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(60%,#fafafa), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );  IE6-8 */
    background-color: #fafafa;
    
}

.am_search_popup div.am_element > div{
    padding: 10px;
    float: none;
    
}



/*.am_search_popup div{
    float: left;
}*/

.am_image>img{
    width: 90px;
    height: 90px;
    /*padding-right: 5px;*/
    
    border: 1px solid #bec4c8;
}


.am_search_popup .price-box{
    float: left;
}

.am_search_popup .regular-price .price,
.am_search_popup .am_title{
    font-weight: normal;
    font-size: 12px;
    float: none;
    
}

.am_search_popup .am_title{
    font-weight: bold;
}


.am_search_popup .am_image{
    display: table-cell;
    padding-right: 10px;
    width: 90px;
    height: 90px;
}

.am_search_popup .am_right{
    display: table-cell;
    vertical-align: top;
    
    padding-left: 10px;
    border-left: 1px solid #adb5b9;
}

.am_search_popup a{
    text-decoration: none;
}

.form-search #search.loading {

    background-image: url(https://city-tuning.ru/skin/frontend/default/default/images/amxsearch_loader.gif); 
    background-position: 95% center; 
    background-repeat: no-repeat;
    
} 

.am_search_popup .ratings{
    margin: 0px;
    margin-bottom: 3px;
}



.am_search_popup .rating-box{
    background: url(https://city-tuning.ru/skin/frontend/default/default/images/am_xsearch_bkg_rating.png) 0 0 repeat-x;
}

.am_search_popup .rating {

    background: url(https://city-tuning.ru/skin/frontend/default/default/images/am_xsearch_bkg_rating.png) 0 100% repeat-x;
}

.am_search_popup div.am_element:hover .rating-box{
   background: url(https://city-tuning.ru/skin/frontend/default/default/images/am_xsearch_bkg_rating_white.png) 0 0% repeat-x;
}

.am_search_popup div.am_element:hover .rating{
   background: url(https://city-tuning.ru/skin/frontend/default/default/images/am_xsearch_bkg_rating_white.png) 0 100% repeat-x;
}

.am_search_popup .am_title{
    font-weight: bold;
    padding-bottom: 3px;
}

.am_search_popup div.am_element{
    font-size: 10px;
}

.am_search_popup .regular-price .price{
    font-style: italic;
    font-weight: bold;

}

#am_search_container{
    position: relative;
    clear: both;
    z-index: 40000;
    /*margin-top: 5px;*/
}

.am_search_popup .more_results{
    background: #FFF;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    display: block;
}
div.j2tajax-confirm div.j2tajax-checkout-img{
    float:left; margin-right:5px;
}

div.j2tajax-confirm .success-msg {
    background:none;
    color:#000;
    padding: 15px !important;
    margin: 0px !important;
    text-align:left;
    border:none !important;
}


div.j2tajax-confirm, div.j2tajax-progress{
    z-index: 199;
    text-align:center;
}
div.j2tajax-progress{padding:5px; z-index: 199;}


div.j2t-overlay{
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 198;
}

div.j2tajax-confirm {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/j2t/ajax_bg.gif') no-repeat;}
.j2tajax-confirm a {background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/j2t/ajax_cart.gif') no-repeat;height:26px;display:block;position:absolute;top:104px;}
.j2tajax-confirm .j2t-checkout-link {background-position:0px 0px;width:163px;right:13px}
.j2tajax-confirm .j2t-checkout-link:hover {background-position:0px -26px}
.j2tajax-confirm .j2t-continue-link {background-position:-163px 0px;width:158px;left:13px}
.j2tajax-confirm .j2t-continue-link:hover {background-position:-163px -26px}
.j2tajax-checkout-txt {font-weight:normal;line-height:1.3em;margin-left:70px;}
.auto-select-content {
    text-align: center;
    min-width: 600px;
}

.dropdown-wrapper {
    float: left;
}

.ae-select, ul.dropdown-menu {
    width: 200px;
}

.opensymb {
    float: right;
}

.dropdown-wrapper .ae-select {
    padding: 2px 10px ;
    position: relative;
    border: 1px solid #ccc;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-wrapper .ae-select.chosen {
    color: #333;
}

.dropdown-wrapper .ae-dropdown .dropdown-menu {
    background: #fffef3;
    box-shadow: none;
    border-radius: 0px;
}

.dropdown-wrapper .ae-dropdown .ae-select, .dropdown-wrapper .ae-dropdown .dropdown-menu>li {
    cursor: pointer;
}

.dropdown-wrapper .ae-dropdown .dropdown-menu>li>a:focus, .dropdown-wrapper .ae-dropdown .dropdown-menu>li>a:hover {
    background: none;
}

.dropdown-wrapper .ae-disabled{
    pointer-events: none;
}

.ae-hide{
  display:none;
}

ul.dropdown-menu {
  list-style-type: none;
}

ul.dropdown-menu {
  margin:0px;
  padding:5px 10px;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
}

.fancybox-inner ul.dropdown-menu {
    position: fixed;
}

ul.dropdown-menu li {
  padding:5px 10px;
  font-size: 14px;
}

h2.jmzin-title, h4.jmzin-title {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	margin-bottom: 5px;
	text-transform: none;
	font-size: 125%;
}

/* CONTENT
--------------------------------------------- */
#jmzin-wrap {
	padding: 0;
	margin-left: 1px;
}

#jmzin {
	padding: 0;
}

.jm-cat-left {
	float: left;
	background: url(https://city-tuning.ru/skin/frontend/default/default/joomlart/jmcategorylist/css/dot.gif) repeat-y right;
}

.jm-cat-center {
	float: left;
	background: url(https://city-tuning.ru/skin/frontend/default/default/joomlart/jmcategorylist/css/dot.gif) repeat-y right;
}

.jm-cat-right {
	float: right;
}

.jmzin-box {
	margin: 0;
	padding: 15px;
}

.jm-cat-right .jmzin-box {
	margin-left: 0;
}

.jm-cat-right .jmzin-box {
	margin-right: 0;
}

div.jmzin-section {
	display: block;
	margin-bottom: 5px;
}

div.jmzin-section a, div.jmzin-section span {
	padding: 0 2px 2px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

div.jmzin-section a:hover,
div.jmzin-section a:active,
div.jmzin-section a:focus {
	text-decoration: none;
	color: #999999;
}

.jmzin-more {
	color: #999999;
	text-transform: uppercase;
	display: block;
	clear: both;
	padding: 10px 0 2px;
	margin-top: 10px;
	background: url(https://city-tuning.ru/skin/frontend/default/default/joomlart/jmcategorylist/css/dot-h.gif) repeat-x top;
}

ul.jmzin-links {
	padding: 0;
	margin: 0;
}

ul.jmzin-links li {
	padding-left: 10px;
	background-position: 2px 9px;
}

ul.jmzin-links li a {
	color: #666666;
}

.jmzin-content img {
	padding: 5px 10px 0 0;
	float: left;
}
img { border: none; }

/* image replacement */
.graphic {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -8000px;
}

/* // image replacement */
.jm-products-slider-listing {
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.jm-products-slider-content{ 
	position: relative; 
	padding: 15px 0;
	margin: 0 10px;
}

/* Easy Slider */
.jm-slider { overflow: hidden; width: 0px; float: left;}

.jm-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jm-slider li {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	display: block;
}

/*.jm-slider a { position: relative; } */

.jm-prev {
	position: absolute;
	left: 0;
	width: 30px;
}

.jm-next {
	position: absolute;
	right: 0;
	width: 30px;
}

#jm-slide-left-img,
#jm-slide-right-img {
	position: absolute;
	top: 100px;
	cursor: pointer;
}


.jm-product-slwi {
	width: 100%;
	height: 200px;
	position:relative;
}

.jm-product-slwi ul{
	width: 100%;
	position:relative;
}

.jm-product-slwi ul li{
	float: left;
	display: block;
	padding: 0 10px;
}

.jm_item_desc {
	background-color:#000000;
	bottom:0;
	color:#FFFFFF;
	height:30px;
	position:absolute;
	overflow: hidden;
}
.jm-item{
	float:left;
	padding-top:15px;
}
.jm-slidewrap {
	margin: 0;
	padding: 0;
	position: relative;
}

.jm-slide-main-wrap {
	position: relative;
	overflow: hidden;
}

.jm-slide-main {
	position: relative;
	z-index: 1;
}

.jm-slide-item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.jm-slide-item img {
	border: 1px solid #1C1C1C;
	padding: 4px;
}

.jm-slide-thumbs-wrap {
	position: relative;
	clear: both;
	overflow: hidden;
}

.jm-slide-thumbs, .jm-slide-thumbs-mask, .jm-slide-thumbs-handles {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 5000px;
}

.jm-slide-descs {
	display: none;	
}

.jm-slide-thumb, .jm-slide-thumbs-handles span {
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
}

.jm-slide-thumbs-handles span {

}

.jm-slide-thumbs-mask-left,
.jm-slide-thumbs-mask-right,
.jm-slide-thumbs-mask-center {
	float: left;
}

.jm-slide-thumbs-mask-left, .jm-slide-thumbs-mask-right{
}

.but_prev, .but_next {
	background: #000000;
	position: absolute;
	top: 0;
	z-index: 99;
}

.but_prev {
	left: 0;
}
.but_prev:hover, .but_next:hover {
	cursor: pointer;
}

.but_next {
	right: 0;
}
.maskDesc {
	display: block;
	z-index: 100;
	position: relative;
	/*cursor: pointer;*/
}

.maskDesc .jm-slide-desc br {
	display: none;
}

.maskDesc a.readon {
	bottom: 133px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 100%;
	position: absolute;
	padding: 3px 14px 3px 0;
	right: 40px;
	z-index: 999;
}

.maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
	color: #FFFFFF;
}

.jm-slide-buttons {
	z-index: 900;
}

.jm-slide-buttons span {
	background: #000000;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 2px 5px;
	cursor: pointer;
}

/*JA Sideshow [ Topspotlight 1]*/
.jm-slidewrap {
	margin: 0;
	padding: 0;
	position: relative;
}

.jm-slide-mask {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 70px;
	width: 210px;
	z-index: 99;
	display: none;
}

.jm-slide-thumbs-wrap {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

.jm-slide-buttons {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 101;
}

.jm-slide-thumb img {
	border: 1px solid #E7E8E6;
}

.jm-slide-thumbs .active {
	background: #DDDDDD;
}

.jm-slide-thumbs .active img {
	border: 1px solid #999999;
}

.jm-slide-item img {
	padding: 0;
	border: none;
}

.maskDesc {
	background: none;
}

.maskDesc .jm-slide-desc {
	color: #B5B5B4;
	font-size: 100%;
	padding: 15px;
	position: absolute;
	bottom: 130px;
	right: 25px;
	width: 90%;
}

.maskDesc .jm-slide-desc h3 {
	color: #56891A;
	margin: 0;
	padding: 0;
	font-size: 200%;
}

/* Choose style */
.jm-slide-buttons {
	z-index: 900;
	text-align: center;
	margin-top: 5px;
}

.jm-slide-buttons span {
	background: #0E0E0E;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #1C1C1C;
	padding: 1px 2px;
	float: none;
	display: inline;
}

.jm-slide-buttons span:hover {
	border: 1px solid #373737;
	color: #56891A;
}

.jm-slide-desc {
	color: #FFFFFF;
	font-size: 100%;
}

.jm-slide-desc h3 {
	color: #FFFFFF;
	background: none;
	margin: 0;
	padding: 0;
}

.jm-slide-desc p {
	font-weight: normal;
}

.value-range-slider {
    display: table;
    width: 100%;
    margin: 5px 0 15px;
}
.value-range-slider .input-range-slider {
    display: inline-block;
    width: 5rem;
    border-radius: .5rem;
    border: 1px solid #ccc;
    padding: 0 0 2px 0;
    height: 2rem;
    box-sizing: border-box;
    float: left;
}
.value-range-slider .input-range-slider input {
    border: 0;
    font-weight: bold;
    height: 100%;
    width: 100%;
    color: #636466;
    border-radius: .4rem;
    font-size: 90%;
    text-align: center;
    outline: none;
}

.value-range-slider .dash-range-slider {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    line-height: 100%;
}

.value-range-slider .input-range-slider input:focus{
    box-shadow: 0 0px 6px #0189dd inset;
}

.ui-slider {
    padding: 0 20px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    background: #ffffff;
    height: .6em;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

.ui-slider .ui-slider-range {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    left: 0;
    border-radius: 3px;
    background: #e9e9e9;
}

.ui-slider .ui-slider-handle {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    top: -.4em;
    margin-left: -.6em;
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ui-slider .ui-slider-handle:hover {
    background: #0189dd;
}

.value-range-slider .input-range-slider:first-child {float: left;}
.value-range-slider .input-range-slider:last-child {float: right;}
#openid-table td {
    padding: 2px 4px;
}
#openid-table td td {
    padding: 0 0 0 0;
}
.openidurl {
    cursor: pointer;
}
.fb_button .fb_button_text, .fb_button{
    background: none !important;
    border: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}
.social-li li {
    margin: 0;
    list-style: disc;
    list-style-position: inside;
}
.social-li {
    margin: 4px 0;
}
.mini-livechat .head h4 { background-image:url(https://city-tuning.ru/skin/frontend/default/default/images/livechat/chat.png); background-repeat:no-repeat; }
.livechat-image { float: left; }

h1#logo a, p#logo a {
    background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/blue/logo.jpg);
}

a, a:hover,
a:active,
a:focus,
#ja-botsl li a:hover,
#ja-botsl li a:active,
#ja-botsl li a:focus,
.giftmessages .input-checkbox label,
.one-page-checkout .active .step-count,
.one-page-checkout-progress li.complete h5,
.multi-address-checkout-box .head a,
.place-order-box .grand-total .price,
.account-nav li a:hover,
.account-nav li a:active,
.account-nav li a:focus,
.account-nav li.on span,
.jm-products-slider-listing a:hover,
.jm-products-slider-listing a:active,
.jm-products-slider-listing a:focus,
.colored {
    color: #0189DD;
}

#ja-container .main, #ja-container .border-color {
    border-bottom: 5px solid #0189DD;
}

#ja-botsl li a:hover,
#ja-botsl li a:active,
#ja-botsl li a:focus {
    background-image: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/blue/bullet-hover.gif);
}

table.view-by strong {
    border-bottom: 3px solid #0189DD;
}

.box a.link-cart,
.shipment-count,
.one-page-checkout .active .head,
.account-box ol .count {
    background: #0189DD;
}

.box .head,
.layered-nav h4,
.layered-nav p.view  {
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/blue/head-hilite-bg.gif) repeat-y left #0189DD;
}

.product-img-box .more-views li a:hover {
    border: 4px solid #0189DD;
}

.one-page-checkout .active .head,
.checkout-progress td.active {
    border-color: #0189DD;
}

.one-page-checkout .active .step-count {
    border: 1px solid #0189DD;
}

.one-page-checkout-progress li.complete h5 {
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/blue/bullet-hover.gif) no-repeat left 6px;
}

.account-nav li a:hover,
.account-nav li a:active,
.account-nav li a:focus,
.account-nav li.on span {
    background: url(https://city-tuning.ru/skin/frontend/default/jm_topaz_14/images/blue/bullet-hover.gif) no-repeat left 14px;
}

p.separator {
    border-top:1px solid #0189DD
}

.fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;padding:0;margin:0}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;padding:0;margin:0;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{padding:0;margin:0;position:relative;outline:none}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;padding:0;margin:0;vertical-align:top}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/js/fancybox/fancybox_sprite.png')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8020}#fancybox-loading div{width:44px;height:44px;background:url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/js/fancybox/fancybox_loading.gif') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;background:transparent url('https://city-tuning.ru/skin/frontend/default/jm_topaz_14/js/fancybox/blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:20px;background-position:0 -36px}.fancybox-next span{right:20px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;padding:0;overflow:visible;visibility:hidden}#fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:#000}#fancybox-overlay.overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8030;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{margin-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}
