input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
dd {
  margin: 0 0 0 40px;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
sub {
  bottom: -0.25em;
}
p,
pre {
  margin: 1em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
a:focus {
  outline: thin dotted;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
dfn {
  font-style: italic;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
small {
  font-size: 80%;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
a:active,
a:hover {
  outline: 0;
}
body {
  margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
sup {
  top: -0.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
h6 {
  font-size: .75em;
  margin: 2.33em 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
blockquote {
  margin: 1em 40px;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
b,
strong {
  font-weight: bold;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
form {
  margin: 0;
}
figure {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
q:before,
q:after {
  content: '';
  content: none;
}
q {
  quotes: none;
}
mark {
  background: #ff0;
  color: #000;
}
abbr[title] {
  border-bottom: 1px dotted;
}
[hidden] {
  display: none;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
button[disabled],
input[disabled] {
  cursor: default;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
h2 {
  font-size: 1.5em;
  margin: .83em 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px 0;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #ffffff url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
  background-position: right top;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: #ffffff url('chosen-sprite.png') no-repeat -38px -22px;
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .clearfix {
    display: inline-block;
  }
  html[xmlns] .clearfix {
    display: block;
  }
  * html .clearfix {
    height: 1%;
  }
}
.read-more {
  float: right;
}
body#tinymce,
body#content {
  font-family: 'PT Sans', 'Tahoma', 'Arial', sans-serif;
  margin: 0px -10px 10px -10px;
  font-size: 1em;
  overflow: hidden;
  margin: 10px 5px;
  overflow: visible;
}
body#tinymce.inline,
body#content.inline {
  overflow: visible;
}
body#tinymce p,
body#content p,
body#tinymce ul,
body#content ul,
body#tinymce ol,
body#content ol,
body#tinymce h1,
body#content h1,
body#tinymce h2,
body#content h2,
body#tinymce h3,
body#content h3,
body#tinymce h4,
body#content h4,
body#tinymce h5,
body#content h5,
body#tinymce h6,
body#content h6,
body#tinymce address,
body#content address,
body#tinymce blockquote,
body#content blockquote {
  margin: 10px;
}
body#tinymce a,
body#content a {
  color: #996633;
}
body#tinymce table,
body#content table {
  margin: 10px;
}
body#tinymce hr,
body#content hr {
  break-after: always;
  -moz-column-break-after: always;
  -webkit-column-break-after: always;
  border: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
body#tinymce img,
body#content img {
  margin: 10px auto;
  display: block;
}
body#tinymce img[align="left"],
body#content img[align="left"] {
  float: left;
  margin: 10px 10px 10px 0;
}
body#tinymce img[align="right"],
body#content img[align="right"] {
  float: right;
  margin: 10px 0 10px 10px;
}
body#tinymce ul,
body#content ul,
body#tinymce ol,
body#content ol {
  padding-left: 30px;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
body#tinymce ul li,
body#content ul li {
  margin: 5px 0;
  position: relative;
  list-style: none;
}
body#tinymce ul li:after,
body#content ul li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  text-align: right;
  background: #234377;
}
body#tinymce blockquote,
body#content blockquote {
  font-style: italic;
  color: #234377;
}
body#tinymce h1,
body#content h1,
body#tinymce h2,
body#content h2,
body#tinymce h3,
body#content h3,
body#tinymce h4,
body#content h4,
body#tinymce h5,
body#content h5,
body#tinymce h6,
body#content h6 {
  font-family: 'PT Sans', 'Tahoma', 'Arial', sans-serif;
  font-weight: normal;
}
body#tinymce h1,
body#content h1,
body#tinymce h2,
body#content h2 {
  font-size: 2em;
  color: #234377;
}
body#tinymce h3,
body#content h3 {
  font-size: 1.4em;
  color: #234377;
}
body#tinymce h4,
body#content h4 {
  font-size: 1.2em;
  color: black;
}
body#tinymce a:hover,
body#content a:hover {
  text-decoration: underline;
}
.htmlContent {
  position: relative;
  margin: 0px -10px 10px -10px;
  font-size: 1em;
  overflow: hidden;
}
.htmlContent.inline {
  overflow: visible;
}
.htmlContent p,
.htmlContent ul,
.htmlContent ol,
.htmlContent h1,
.htmlContent h2,
.htmlContent h3,
.htmlContent h4,
.htmlContent h5,
.htmlContent h6,
.htmlContent address,
.htmlContent blockquote {
  margin: 10px;
}
.htmlContent a {
  color: #996633;
}
.htmlContent table {
  margin: 10px;
}
.htmlContent hr {
  break-after: always;
  -moz-column-break-after: always;
  -webkit-column-break-after: always;
  border: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.htmlContent img {
  margin: 10px auto;
  display: block;
}
.htmlContent img[align="left"] {
  float: left;
  margin: 10px 10px 10px 0;
}
.htmlContent img[align="right"] {
  float: right;
  margin: 10px 0 10px 10px;
}
.htmlContent ul,
.htmlContent ol {
  padding-left: 30px;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
.htmlContent ul li {
  margin: 5px 0;
  position: relative;
  list-style: none;
}
.htmlContent ul li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  text-align: right;
  background: #234377;
}
.htmlContent blockquote {
  font-style: italic;
  color: #234377;
}
.htmlContent h1,
.htmlContent h2,
.htmlContent h3,
.htmlContent h4,
.htmlContent h5,
.htmlContent h6 {
  font-family: 'PT Sans', 'Tahoma', 'Arial', sans-serif;
  font-weight: normal;
}
.htmlContent h1,
.htmlContent h2 {
  font-size: 2em;
  color: #234377;
}
.htmlContent h3 {
  font-size: 1.4em;
  color: #234377;
}
.htmlContent h4 {
  font-size: 1.2em;
  color: black;
}
html {
  min-height: 100%;
}
a {
  color: #4d4d4d;
}
a:hover {
  text-decoration: none;
}
select,
input,
textarea {
  font-family: 'PT Sans', sans-serif;
  color: #000000;
}
body {
  font-family: 'PT Sans', sans-serif;
  min-height: 100%;
  height: auto !important;
  position: relative;
  color: #4d4d4d;
}
.site-background {
  background-image: linear-gradient(top, #fff6b5 0, #fff081 80px, #ffffff 500px);
  background-image: -o-linear-gradient(top, #fff6b5 0, #fff081 80px, #ffffff 500px);
  background-image: -moz-linear-gradient(top, #fff6b5 0, #fff081 80px, #ffffff 500px);
  background-image: -webkit-linear-gradient(top, #fff6b5 0, #fff081 80px, #ffffff 500px);
  background-image: -ms-linear-gradient(top, #fff6b5 0, #fff081 80px, #ffffff 500px);
  -pie-background: linear-gradient(top, #fff6b5 0, #fff081 80px, #ffffff 500px);
  behavior: url("/style/PIE.htc") !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
}
h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
}
header {
  background: url(/images/fon-lines.png);
}
header .site-wrapper {
  height: 159px;
  background: url(/images/fon-header.png) no-repeat 240px 0;
}
.right {
  float: right;
  text-align: right;
}
.site-wrapper {
  width: 980px;
  margin: 0 auto;
}
.logo-block {
  float: left;
  padding: 25px 0;
}
.contact-block {
  float: right;
  width: 320px;
  padding-top: 20px;
}
.contact-block .right {
  line-height: 1.2;
}
.contact-block .right span {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 70px;
}
.contact-block .line {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 10px;
  overflow: hidden;
}
.phone {
  vertical-align: top;
}
.phone big {
  font-size: 160%;
  line-height: 1.1;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.basket {
  float: right;
  width: 146px;
  text-align: center;
  line-height: 50px;
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcc00), color-stop(1, #ffffcc));
  background: -ms-linear-gradient(bottom, #ffcc00, #ffffcc);
  background: -moz-linear-gradient(center bottom, #ffcc00 0%, #ffffcc 100%);
  background: -o-linear-gradient(#ffffcc, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffcc00', GradientType=0);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
}
.basket span {
  background: url(/images/ico-basket.png);
  width: 33px;
  height: 39px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
body > nav {
  text-align: center;
  padding-bottom: 10px;
  font-size: 110%;
}
body > nav ul {
  padding: 0;
  margin: 5px;
}
body > nav li {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
body > nav li a {
  display: block;
  line-height: 30px;
  text-transform: lowercase;
  padding: 0 10px 3px;
}
body > nav li.active {
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcc00), color-stop(1, #ffffcc));
  background: -ms-linear-gradient(bottom, #ffcc00, #ffffcc);
  background: -moz-linear-gradient(center bottom, #ffcc00 0%, #ffffcc 100%);
  background: -o-linear-gradient(#ffffcc, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffcc00', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
}
body > nav li.active a {
  text-decoration: none;
}
.slider {
  height: 273px;
  overflow: hidden;
}
.slider .wrapper {
  height: 250px;
  overflow: hidden;
}
.slider .wrapper a {
  float: left;
}
.slider .wrapper img {
  display: block;
  width: 980px;
  height: 250px;
}
.slider .circle-pager {
  text-align: right;
}
.slider .circle-pager a {
  width: 14px;
  height: 14px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 5px 0 0 12px;
  font-size: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  behavior: url("/style/PIE.htc") !important;
  background: white;
}
.slider .circle-pager a.selected {
  background: #bc000b;
}
.breadcrumbs {
  text-transform: lowercase;
}
.breadcrumbs a {
  color: #b3b3b3;
}
aside {
  float: left;
  width: 230px;
  margin-right: 20px;
}
aside .space {
  height: 50px;
}
.post-list {
  margin: 10px 0;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dotted #4d4d4d;
}
.post-list h2 {
  font-size: 18px;
  font-style: italic;
}
.post-list p {
  margin: 10px 0;
  line-height: 1.2;
}
.post-list .more {
  display: none;
}
.post-list:hover .more {
  position: absolute;
  display: block;
  right: 0;
  bottom: 10px;
}
.post-list:hover .more a {
  padding: 0 20px 3px;
  line-height: 20px;
  font-style: italic;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcc00), color-stop(1, #ffffcc));
  background: -ms-linear-gradient(bottom, #ffcc00, #ffffcc);
  background: -moz-linear-gradient(center bottom, #ffcc00 0%, #ffffcc 100%);
  background: -o-linear-gradient(#ffffcc, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffcc00', GradientType=0);
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.call-to-order,
.ask-a-question {
  padding-left: 75px;
  display: block;
  line-height: 63px;
  background: url(/images/ico-call.png) no-repeat 0 center;
  margin: 10px 0;
  font-size: 18px;
}
.ask-a-question {
  background: url(/images/ico-ask.png) no-repeat 13px center;
}
.title {
  text-transform: lowercase;
  font-size: 1.1em;
  color: black;
}
.title.leftOffset {
  position: relative;
  left: -250px;
}
.news {
  margin: 20px 0;
}
.news .wrapper {
  border-bottom: 1px solid #4d4d4d;
}
.news .wrapper .element {
  padding: 10px 0;
  border-top: 1px dotted #4d4d4d;
}
.news .wrapper .element time {
  float: none;
  padding-left: 0;
}
.news .wrapper .element:first-child {
  border: none;
}
.news .wrapper .element a {
  display: block;
  overflow: hidden;
  line-height: 1.2;
}
time {
  float: left;
  padding: 4px 5px;
  width: 65px;
  font-size: 12px;
  color: #bc000b;
}
.help {
  margin: 20px 0;
}
.help ul {
  margin: 10px 0;
  padding: 0;
}
.help li {
  list-style: none;
}
.link {
  margin: 10px 0;
}
footer {
  margin-top: 20px;
  background: #fff081 url(/images/fon-lines.png);
}
footer .bottom {
  padding: 15px 0;
  background: white;
  border-top: 13px solid #fff081;
}
footer .bottom span {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 30px;
}
footer .bottom span.logo {
  margin-right: 80px;
}
footer .bottom .right {
  text-align: left;
  width: 150px;
}
footer .bottom .logo a {
  display: block;
  background: url(/images/logo-footer.png) no-repeat;
  text-indent: -9999px;
  width: 180px;
  height: 54px;
}
footer .bottom .feedback a {
  padding-left: 24px;
  padding-bottom: 2px;
  display: block;
  background: url(/images/ico-feedback.png) no-repeat 0 50%;
}
footer nav > ul {
  margin: 0;
  padding: 20px 0 0;
  text-align: justify;
}
footer nav > ul > li {
  border-left: 1px solid #4d4d4d;
  min-width: 150px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
footer nav > ul > li.last {
  width: 100%;
  height: 0;
  padding: 0;
}
footer nav > ul > li ul {
  padding-left: 25px;
  margin: 5px 0;
}
.season-select {
  background: #fff081 url(/images/fon-lines.png);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  padding: 4px 16px;
  margin-top: 16px;
  height: 30px;
}
.season-select img {
  float: left;
}
.season-select ul {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-left: 20px;
}
.season-select ul li {
  height: 30px;
  margin-right: 60px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.season-select ul li a {
  display: block;
  line-height: 30px;
  height: 30px;
  color: #4d4d4d;
}
.season-select ul li.active a {
  color: #e6001a;
  text-decoration: none;
}
.season-select ul li.winter a,
.season-select ul li.summer a {
  background-repeat: no-repeat;
  background-position: 0 100%;
  margin-left: -35px;
  padding-left: 35px;
}
.season-select ul li.winter a {
  background-image: url(/images/ico-winter.png);
}
.season-select ul li.summer a {
  background-image: url(/images/ico-summer.png);
}
.typeLabel {
  display: block;
  text-align: left;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 200%;
  line-height: 73px;
  position: relative;
  margin-bottom: 16px;
}
.typeLabel.tires {
  height: 95px;
  padding-left: 80px;
  background: url(/images/ico-bus.png) no-repeat 5px 0;
}
.typeLabel.disks {
  height: 95px;
  padding-left: 110px;
  background: url(/images/ico-drives.png) no-repeat 5px 0;
}
.typeLabel.disks .description {
  left: 108px;
  top: 55px;
  position: absolute;
  font-size: 16px;
  line-height: 18px;
}
.filter-block {
  text-align: justify;
}
.filter-block > div {
  margin-top: 65px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 300px;
  width: 230px;
  border: 2px solid #bc000b;
  background: url(/images/fon-filter.png);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
}
.filter-block > div.last {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
}
.filter-block .vylet .chzn-container {
  float: left;
  width: 90px !important;
}
.filter-block .top {
  position: absolute;
  top: -65px;
  left: 0;
  height: 95px;
  width: 100%;
}
.filter-block .top.tires {
  background: url(/images/ico-bus.png) no-repeat 5px 0;
}
.filter-block .top.disks {
  background: url(/images/ico-drives.png) no-repeat 5px 0;
}
.filter-block .top.auto {
  background: url(/images/ico-auto.png) no-repeat 3px 15px;
}
.filter-block .top span {
  -webkit-box-shadow: 0 0 10px #cccccc;
  -moz-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcc00), color-stop(1, #ffffcc));
  background: -ms-linear-gradient(bottom, #ffcc00, #ffffcc);
  background: -moz-linear-gradient(center bottom, #ffcc00 0%, #ffffcc 100%);
  background: -o-linear-gradient(#ffffcc, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffcc00', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  position: absolute;
  top: 50px;
  left: 65px;
  padding: 0 7px;
  line-height: 33px;
  font-size: 20px;
}
.filter-block form {
  padding: 30px 30px 20px 60px;
}
.filter-block form select {
  width: 100%;
  margin: 5px 0;
}
.filter-block form input[type="submit"] {
  width: 100%;
  padding: 0 0 3px;
  margin: 5px 0;
  line-height: 30px;
  border: none;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b3b3b3), color-stop(1, #e6e6e6));
  background: -ms-linear-gradient(bottom, #b3b3b3 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(center bottom, #b3b3b3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(#e6e6e6, #b3b3b3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#b3b3b3', GradientType=0);
}
.filter-block form input[type="submit"]:hover {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c7c7c7), color-stop(1, #fafafa));
  background: -ms-linear-gradient(bottom, #c7c7c7 0%, #fafafa 100%);
  background: -moz-linear-gradient(center bottom, #c7c7c7 0%, #fafafa 100%);
  background: -o-linear-gradient(#fafafa, #c7c7c7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#c7c7c7', GradientType=0);
}
.filter-block form input[type="submit"][disabled] {
  color: #989898;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b3b3b3), color-stop(1, #e6e6e6));
  background: -ms-linear-gradient(bottom, #b3b3b3 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(center bottom, #b3b3b3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(#e6e6e6, #b3b3b3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#b3b3b3', GradientType=0);
}
.filter-block form input[type="submit"][disabled]:hover {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b3b3b3), color-stop(1, #e6e6e6));
  background: -ms-linear-gradient(bottom, #b3b3b3 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(center bottom, #b3b3b3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(#e6e6e6, #b3b3b3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#b3b3b3', GradientType=0);
}
.filter-block form > span {
  line-height: 35px;
}
.filter-block form > span br {
  display: none;
}
.brands {
  text-align: justify;
}
.brands a {
  margin: 10px 0;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.brands a img {
  display: block;
  margin: auto;
}
.brands a.last {
  width: 100%;
  height: 0;
}
.h1,
.h2 {
  font-size: 2em;
}
.go-back {
  margin: 10px 0;
  font-size: 18px;
}
.main {
  margin-left: 250px;
  overflow: hidden;
  min-height: 800px;
}
.main.start {
  overflow: visible;
}
.main .htmlContent {
  width: 730px;
}
.main .htmlContent h2 {
  margin: 0 10px;
}
.main h1,
.main h2 {
  margin: 0;
  font-weight: 400;
}
.main h3 {
  font-weight: 400;
}
.main h3 span {
  color: #ccc;
}
.main div.info {
  overflow: hidden;
  position: relative;
}
.main div.info .text {
  height: 220px;
  padding-bottom: 20px;
}
.main div.info .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main div.info .season {
  position: absolute;
  z-index: 10;
  left: 185px;
  top: 18px;
}
.main div.info span.img {
  position: relative;
  float: left;
  width: 200px;
  padding: 10px;
  background: #fff;
  margin: 10px 20px 10px 0;
}
.main div.info span.img img {
  margin: auto;
  max-width: 200px;
  max-height: 200px;
  position: relative;
}
.main div.info span.img span {
  width: 200px;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: white;
}
.main div.info span.img:after {
  content: ' ';
  position: absolute;
  background: #e6e6e6;
  height: 10px;
  -webkit-border-radius: 90px/5px;
  -moz-border-radius: 90px/5px;
  border-radius: 90px/5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  width: 100%;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.more {
  text-align: right;
  line-height: 1.2;
}
.item-code {
  font-size: 12px;
  color: #ff212d;
}
.season,
.color {
  width: 30px;
  height: 30px;
  float: right;
  clear: both;
  margin-bottom: 5px;
}
.season.winter,
.color.winter {
  background: url(/images/ico-winter.png) no-repeat 0 100%;
}
.season.summer,
.color.summer {
  background: url(/images/ico-summer.png) no-repeat 0 100%;
}
.data-table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  border: 1px solid #eeeeee;
}
.data-table th,
.data-table td {
  border: 1px solid #eeeeee;
  padding: 3px 7px;
  text-align: center;
  line-height: 1.2;
}
.data-table th {
  background: #fff081 url(/images/fon-lines.png);
  font-weight: 400;
}
.data-table div {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.data-table .exist {
  width: 50px;
  font-size: 12px;
}
.data-table .exist.true {
  color: #234377;
}
.data-table .price {
  font-size: 18px;
  min-width: 80px;
  text-align: right;
}
.data-table .info {
  width: 100%;
}
.data-table .delete {
  min-width: 66px;
}
.data-table input[type="number"] {
  width: 50px;
}
.catalog {
  word-spacing: -1px;
  letter-spacing: 16px;
}
.catalog.leftOffset {
  position: relative;
  left: -250px;
  width: 945px;
}
.catalog * {
  word-spacing: normal;
  letter-spacing: normal;
}
.catalog .items {
  margin-top: 15px;
  word-spacing: 16px;
  margin-right: -35px;
}
.catalog .line-item {
  margin: 10px 0;
}
.catalog .line-item .item {
  min-height: 160px;
  margin-right: 15px;
}
.catalog .h2 {
  font-size: 16px;
}
.catalog .item-info {
  margin: 10px 0;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 480px;
}
.catalog .item-info h2,
.catalog .item-info .h2 {
  margin: 0;
  font-size: 18px;
}
.catalog .item-info h2 a,
.catalog .item-info .h2 a {
  color: black;
}
.catalog .item-info p {
  margin: 10px 0;
  line-height: 1.2;
  font-size: 14px;
}
.catalog .item-info .characters {
  line-height: 33px;
  font-size: 18px;
  color: #000;
}
.catalog .item-info form {
  text-align: right;
  float: right;
  margin: 0;
}
.catalog .item-info form div {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.catalog .item-info form div.price {
  margin: 5px;
  font-size: 110%;
}
.catalog .item {
  margin: 10px 0;
  font-size: 16px;
  min-height: 190px;
  width: 230px;
  position: relative;
  z-index: 0;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.catalog .item .img {
  position: absolute;
  z-index: 1;
}
.catalog .item .img span {
  width: 160px;
  height: 155px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: white;
}
.catalog .item .img img {
  margin: auto;
}
.catalog .item .img:after {
  content: ' ';
  position: absolute;
  background: #e6e6e6;
  height: 10px;
  -webkit-border-radius: 90px/5px;
  -moz-border-radius: 90px/5px;
  border-radius: 90px/5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  width: 100%;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.catalog .item span {
  position: relative;
  z-index: 2;
}
.catalog .item .price {
  border: 1px solid #ccc;
  background: #fff6b5;
  float: right;
  clear: both;
  padding: 5px 10px;
  font-size: 24px;
  margin-bottom: 5px;
  color: black;
}
.catalog .item .price:after,
.catalog .item .price:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.catalog .item .price:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff6b5;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.catalog .item .price:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #ccc;
  border-width: 9px;
  top: 50%;
  margin-top: -9px;
}
.catalog .item .characters {
  float: right;
  clear: both;
  margin-bottom: 5px;
  color: black;
  width: 90px;
  text-align: right;
}
.catalog .item .available {
  text-align: right;
  float: right;
  clear: both;
  width: 85px;
  color: forestgreen;
  font-size: 14px;
}
.catalog .item .available span {
  display: block;
}
.catalog .item .color {
  margin-top: 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
}
.catalog .item .color.grey {
  background: #d3d3d3;
}
.catalog .item h2,
.catalog .item .h2 {
  margin: 165px 0 0 0;
}
#order-form {
  margin: 30px 0 0 50px;
}
#order-form h1 {
  margin-left: 152px;
}
#order-form .delivery-info,
#order-form .delivery-free {
  margin-left: 134px;
}
.flash {
  padding: 60px 0;
  font-size: 22px;
}
.yiiTab {
  margin-top: 15px;
}
.yiiTab .tabs {
  margin: 0 0 0 12px;
  padding: 0;
  list-style: none;
}
.yiiTab .tabs li {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 4px;
}
.yiiTab .tabs li a {
  text-align: center;
  width: 200px;
  position: relative;
  top: 1px;
  font-size: 14px;
  border: 1px solid #bc000b;
  border-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  padding: 4px 0;
  text-decoration: none;
  display: block;
  background: #fff081;
}
.yiiTab .tabs li a.active {
  background: #fff081 url(/images/fon-lines.png);
  padding-bottom: 5px;
}
.yiiTab {
  z-index: 1;
  position: relative;
}
.yiiTab ul.tabs {
  z-index: 2;
  position: relative;
}
.yiiTab .view,
.view.auto {
  border: 1px solid #bc000b;
  background: #fff081 url(/images/fon-lines.png);
  position: relative;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
}
.quantity input {
  width: 45px;
  border: 1px solid #aaa;
  vertical-align: middle;
  text-align: right;
  font-size: 18px;
  padding: 2px 4px 2px 8px;
  color: #4d4d4d;
  background: #eeeeee;
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  -pie-background: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  behavior: url("/style/PIE.htc") !important;
}
.button {
  width: 132px;
}
.button span {
  display: block;
  text-align: center;
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcc00), color-stop(1, #ffffcc));
  background: -ms-linear-gradient(bottom, #ffcc00, #ffffcc);
  background: -moz-linear-gradient(center bottom, #ffcc00 0%, #ffffcc 100%);
  background: -o-linear-gradient(#ffffcc, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffcc00', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.button span.city {
  font-size: 12px;
  background: none;
}
.button span input {
  background: url(/images/ico-basket-min.png) no-repeat 18px 50%;
  line-height: 30px;
  padding: 0 20px 3px 60px;
  font-size: 18px;
  color: #bc000b;
  border: 0;
}
.button span input:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.view.auto {
  margin-bottom: 16px;
  margin-top: 10px;
}
.view.auto #auto-form {
  padding-top: 0;
  padding-bottom: 0;
}
.view .filter-block {
  position: relative;
}
.view .filter-block .fon {
  position: absolute;
  top: -36px;
  right: 15px;
}
.view .filter-block .fon.tires {
  background: url(/images/ico-bus.png) no-repeat;
  width: 64px;
  height: 95px;
}
.view .filter-block .fon.auto {
  background: url(/images/ico-auto.png) no-repeat;
  width: 130px;
  height: 71px;
}
.view .filter-block .fon.disks {
  background: url(/images/ico-drives.png) no-repeat;
  width: 91px;
  height: 87px;
}
.view .filter-block form {
  padding: 15px 10px;
  text-align: left;
}
.view .filter-block .block {
  text-align: right;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 180px;
  margin: 0 10px;
}
.view .filter-block .block .chzn-container {
  text-align: left;
}
.view .filter-block .block input {
  width: 130px;
}
.view .filter-block .submit {
  text-align: right;
  margin: 0 10px;
  width: 280px;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.view .filter-block .submit input {
  width: 140px;
  margin-left: 15px;
}
.view .filter-block input[type="text"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  vertical-align: middle;
  font-size: 14px;
  padding: 2px 8px;
  color: #4d4d4d;
  background: #eeeeee;
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  -pie-background: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  behavior: url("/style/PIE.htc") !important;
}
.view .filter-block #Auto_types {
  margin-left: 17px;
}
.view .filter-block #Auto_types label {
  margin-right: 20px;
}
.price-range {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 10px;
  font-size: 0;
  width: 384px;
}
.price-range #price_range {
  width: 234px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 7px solid transparent;
  border-top: none;
  border-bottom: none;
}
.price-range > * {
  font-size: 16px;
}
.price-range input {
  width: 50px;
}
.price-range .ui-slider-horizontal {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 234px;
  border: 7px solid #aaa;
  border-top: none;
  border-bottom: none;
  height: 5px;
  background: #aaa;
  position: relative;
}
.price-range .ui-slider-handle {
  height: 23px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  width: 12px;
  border: 1px solid #aaa;
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcc00), color-stop(1, #ffffcc));
  background: -ms-linear-gradient(bottom, #ffcc00, #ffffcc);
  background: -moz-linear-gradient(center bottom, #ffcc00 0%, #ffffcc 100%);
  background: -o-linear-gradient(#ffffcc, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffcc00', GradientType=0);
  position: absolute;
  z-index: 2;
  margin-left: -7px;
  cursor: pointer;
  top: -10px;
}
.price-range .ui-slider-handle.ui-state-active {
  background: white;
}
.brand-list {
  font-size: 0;
  width: 750px;
  position: relative;
  left: -5px;
  margin: 20px 0;
}
.brand-list .brand-block {
  text-align: center;
  width: 126px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 5px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.brand-list .brand-block a {
  font-style: italic;
}
.list-view-loading {
  opacity: 0.5;
  position: relative;
  z-index: -1;
}
.list-view-loading:before {
  content: '';
  background: url(/images/loadingBar.gif) top center no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  z-index: 1;
}
.yiiPager {
  padding: 0;
  margin: 0;
  list-style: none;
}
.yiiPager li {
  display: inline;
}
.yiiPager a {
  padding: 1px 6px;
  text-decoration: none;
}
.yiiPager a:hover {
  background: #fff081;
}
.yiiPager .selected a {
  background: #fff081;
  color: #bc000b;
  cursor: default;
}
.empty {
  font-size: 24px;
  color: #bc000b;
}
.sorter {
  height: 26px;
  line-height: 30px;
  text-align: right;
  margin: 15px 0;
}
.sorter > div {
  font-size: 20px;
  float: left;
}
.sorter > div span {
  color: #ccc;
}
.sorter ul {
  list-style: none;
  padding: 1px 0 0;
  margin: 0;
}
.sorter li {
  display: inline;
  text-transform: lowercase;
  margin-left: 5px;
}
.sorter a {
  color: #ccc;
  text-decoration: none;
}
.sorter a:after {
  font-size: 90%;
}
.sorter a:hover {
  color: #4d4d4d;
}
.sorter a.asc:after {
  content: '▲';
}
.sorter a.desc:after {
  content: '▼';
}
#iframe {
  background: white;
  padding: 30px;
  overflow: hidden;
}
#iframe h1 {
  text-align: center;
  margin: 0 0 20px;
  font-weight: 400;
}
#iframe label {
  width: 230px;
}
#iframe label.small {
  width: 120px;
}
#iframe .buttons,
#iframe .captcha {
  margin-left: 240px;
}
form {
  margin: 16px 0;
}
form .row {
  margin: 10px 0;
}
form .row label {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 120px;
  text-align: right;
  text-transform: lowercase;
}
form .row label.forCheckbox {
  text-align: left;
  line-height: 18px;
  width: auto;
}
form .row input[type="checkbox"] {
  margin-left: 134px;
}
form .row input[type="text"],
form .row textarea {
  width: 260px;
  margin: 0 10px;
  padding: 3px;
}
form .row textarea {
  height: 60px;
}
form .row .errorMessage {
  vertical-align: bottom;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 12px;
  color: red;
}
form .buttons,
form .captcha {
  margin-left: 130px;
}
form .buttons {
  width: 262px;
  text-align: center;
}
form .buttons input {
  background: #ffcc00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffcc00), color-stop(1, #ffffcc));
  background: -ms-linear-gradient(bottom, #ffcc00, #ffffcc);
  background: -moz-linear-gradient(center bottom, #ffcc00 0%, #ffffcc 100%);
  background: -o-linear-gradient(#ffffcc, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffcc00', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
  padding: 0 20px 3px;
  line-height: 33px;
  font-size: 20px;
  border: 0;
  text-transform: lowercase;
}
form .captcha {
  padding-left: 70px;
  width: 122px;
  text-align: center;
}
form .captcha input[type="text"] {
  width: 112px;
  margin: 0;
}
form .captcha label.small {
  font-size: 10px;
  text-align: center;
  display: block;
  margin: 0;
  cursor: pointer;
  border: 1px solid #B2B3B3;
  border-top: 0;
  border-bottom: 0;
  background: #F6F6F6;
  width: 120px;
}
form .captcha img {
  display: block;
  border: 1px solid #B2B3B3;
  cursor: pointer;
  border-bottom: 0;
  height: 50px;
  width: 120px;
}
.cartFooter .return,
.cartFooter .clear {
  float: left;
  margin-right: 20px;
  line-height: 34px;
}
.cartFooter .clear {
  color: #ccc;
}
.cartFooter .total {
  text-align: right;
  margin-right: 87px;
  font-size: 20px;
  line-height: 34px;
}
#cboxLoadedContent {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  behavior: url("/style/PIE.htc") !important;
}
.siteOnService {
  width: 980px;
  margin: 200px auto 0 auto;
}
.siteOnService .text {
  font-size: 2em;
  font-family: 'PT Sans';
  height: 100%;
}
.filter-block > #auto-form select,
.filter-block > #filter-form select {
  width: 180px;
}
.auto-page h2 {
  font-size: 2em;
  margin: .67em 0;
}
.auto-page .table-auto {
  width: 100%;
  margin-top: 20px;
}
.auto-page .table-auto th {
  width: 50%;
  text-align: left;
  font-weight: normal;
  font-size: 130%;
}
.auto-page .table-auto .table-auto-sub {
  width: 100%;
  margin-bottom: 10px;
}
.auto-page .table-auto td {
  vertical-align: top;
}
.auto-page .table-auto .stock a {
  color: #bc000b;
}
