/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: green;
  color: #fff;
  text-shadow: none; }

::selection {
  background: green;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  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; } }
/* Czcionki */
@font-face {
  font-family: 'MyrCon';
  src: url("../fonts/myriadpro-boldcond-webfont.eot");
  src: url("../fonts/myriadpro-boldcond-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-boldcond-webfont.woff") format("woff"), url("../fonts/myriadpro-boldcond-webfont.ttf") format("truetype"), url("../fonts/myriadpro-boldcond-webfont.svg#MyrCon") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'MyrCon';
  src: url("../fonts/myriadpro-cond-webfont.eot");
  src: url("../fonts/myriadpro-cond-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-cond-webfont.woff") format("woff"), url("../fonts/myriadpro-cond-webfont.ttf") format("truetype"), url("../fonts/myriadpro-cond-webfont.svg#MyrCon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyrCon';
  src: url("../fonts/myriadpro-condit-webfont.eot");
  src: url("../fonts/myriadpro-condit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-condit-webfont.woff") format("woff"), url("../fonts/myriadpro-condit-webfont.ttf") format("truetype"), url("../fonts/myriadpro-condit-webfont.svg#MyrCon") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'MyrCon';
  src: url("../fonts/myriadpro-boldcondit-webfont.eot");
  src: url("../fonts/myriadpro-boldcondit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-boldcondit-webfont.woff") format("woff"), url("../fonts/myriadpro-boldcondit-webfont.ttf") format("truetype"), url("../fonts/myriadpro-boldcondit-webfont.svg#MyrCon") format("svg");
  font-weight: bold;
  font-style: italic; }
.message {
  clear: both;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 20px 10px 1em;
  padding: 5px; }

.message li {
  list-style: none; }

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
  background: #fc0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #fc0, #e6b800);
  background-image: -ms-linear-gradient(top, #fc0, #e6b800);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0), to(#e6b800));
  background-image: -webkit-linear-gradient(top, #fc0, #e6b800);
  background-image: -o-linear-gradient(top, #fc0, #e6b800);
  background-image: linear-gradient(top, #fc0, #e6b800);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }

.success,
.message,
.cake-error,
p.error,
.error-message {
  clear: both;
  color: #fff;
  background: #c43c35;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.success {
  clear: both;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #3b8230;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76bf6b), to(#3b8230));
  background-image: -webkit-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -moz-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -ms-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -o-linear-gradient(top, #76bf6b, #3b8230);
  background-image: linear-gradient(top, #76bf6b, #3b8230);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

p.error {
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0; }

p.error em {
  font-weight: normal;
  line-height: 140%; }

.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0; }

.success {
  color: #fff; }

.clear {
  clear: both;
  float: none;
  overflow: hidden; }

.clear.fix {
  height: 1px; }

html {
  background: url("../img/grass.jpg") repeat left top transparent;
  font: normal normal 12px Tahoma, sans-serif; }

body {
  background: url("../img/bck.jpg?123") no-repeat center top transparent; }

body.simple {
  background-image: url(../img/shop/simplyBck.jpg); }

#all {
  background: url("../img/shop/foot.png") repeat-x center bottom transparent;
  position: relative; }

#shop {
  background: url("../img/shop/foot.png") repeat-x center bottom transparent; }

#cartPage {
  margin-left: 23px; }

#cartPage .order .required {
  font-weight: bold;
  color: #ff3600; }

#cartPage .order h2 {
  margin-bottom: 8px; }

#cartPage .order > p {
  font-size: 11px;
  color: #9a9a9a;
  line-height: 12px;
  margin-right: 26px; }

#cartPage .order .errorMsg {
  margin: 10px 26px 10px 0;
  background: #ffb8b8;
  padding: 7px;
  line-height: 16px;
  font-size: 12px;
  color: #555;
  font-weight: bold;
  text-align: center; }

#cartPage .order .successMsg {
  margin: 10px 26px 10px 0;
  background: #40740c;
  padding: 7px;
  line-height: 16px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-align: center; }

#cartPage .order .payments {
  position: relative;
  top: -15px; }

#cartPage .order .payments h2 {
  margin-top: 0; }

#cartPage .order .payments .inputs {
  position: relative;
  padding: 0 24px 13px 0; }

#cartPage .order .payments .inputs button {
  display: block;
  position: absolute;
  right: 24px;
  top: 50px;
  display: block;
  margin: 0;
  border: 0;
  height: 36px;
  width: 286px;
  padding: 0;
  text-align: center;
  background: #00a7d8;
  background: -moz-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a7d8), color-stop(100%, #003a87));
  background: -webkit-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -o-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -ms-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: linear-gradient(top, #00a7d8 0%, #003a87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a7d8', endColorstr='#003a87', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 black;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13); }

#cartPage .order .payments .inputs button:hover {
  background: #003a87;
  background: -moz-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003a87), color-stop(100%, #00a7d8));
  background: -webkit-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -o-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -ms-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: linear-gradient(top, #003a87 0%, #00a7d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a87', endColorstr='#00a7d8', GradientType=0); }

#cartPage .order .payments .inputs .info {
  margin-top: 15px;
  font-size: 9px;
  color: #989898; }

#cartPage .order .payments .inputs .input.radio {
  margin-left: 20px;
  float: none; }

#cartPage .order .payments .inputs .input.radio input {
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 25px; }

#cartPage .order .payments .inputs .input.radio label {
  display: block;
  overflow: hidden;
  font-weight: normal;
  color: #616161; }

#cartPage .order .payments .inputs .input.radio label span {
  font-size: 10px;
  color: #005ea2; }

#cartPage .order .inputs {
  overflow: hidden; }

#cartPage .order .inputs .right {
  float: left;
  margin-left: 28px;
  width: 230px; }

#cartPage .order .inputs .right textarea {
  display: block;
  border: 1px solid #3082be;
  width: 218px;
  height: 252px;
  padding: 5px; }

#cartPage .order .inputs .left {
  float: left;
  border-right: 2px dotted #c4c4c4;
  padding-bottom: 45px;
  width: 577px; }

#cartPage .order .inputs .left p {
  float: none;
  clear: both;
  font-size: 11px;
  font-weight: bold;
  color: #373737;
  opacity: hidden;
  margin: 0;
  padding: 18px 0 5px; }

#cartPage .order .inputs .input {
  display: block;
  float: left;
  margin-right: 22px; }

#cartPage .order .inputs .input .error-message {
  display: none; }

#cartPage .order .inputs .input.error input[type="text"] {
  border-color: red; }

#cartPage .order .inputs .input label {
  display: block;
  float: none;
  font-size: 11px;
  font-weight: bold;
  color: #408cc3;
  line-height: 26px; }

#cartPage .order .inputs .input input[type="text"] {
  display: block;
  float: none;
  width: 190px;
  padding: 0 9px;
  font-size: 10px;
  color: #555;
  height: 30px;
  line-height: 30px;
  border: 1px solid #408cc3; }

#cartPage h2 {
  font: italic normal 24px MyrCon, sans-serif;
  line-height: 24px;
  color: #0065af;
  border-bottom: 1px solid #0065af; }

#cartPage table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 838px; }

#cartPage table thead th {
  padding: 7px 10px;
  color: #0065af;
  font-weight: normal;
  border-left: 1px solid #afcfe6; }

#cartPage table thead th:first-child {
  border-left: 0; }

#cartPage table thead tr {
  background-color: #dbe9f4;
  border: 1px solid #7fb2d7; }

#cartPage table tfoot .legend {
  text-align: left;
  padding-left: 21px; }

#cartPage table tfoot .legend span {
  display: inline-block;
  color: #0975a7;
  padding-right: 30px; }

#cartPage table tfoot .legend span.first {
  color: #5c5c5c; }

#cartPage table tfoot th {
  background: #dbe9f4;
  border: 1px solid #7fb2d7;
  font-weight: normal;
  color: #555;
  font-size: 9px; }

#cartPage table tfoot th strong {
  font-size: 11px; }

#cartPage table tfoot .summary {
  color: #555;
  font: italic normal 18px MyrCon, sans-serif;
  line-height: 14px; }

#cartPage table tbody tr {
  border-left: 1px solid #7fb2d7;
  border-right: 1px solid #7fb2d7; }

#cartPage table tbody tr.all {
  background-color: #dbe9f4;
  border-bottom: 1px solid #7fb2d7; }

#cartPage table tbody tr.all th {
  background-color: #ffb8b8;
  font-weight: normal;
  border-left: 1px solid #daa2ac;
  color: #555;
  font-size: 9px; }

#cartPage table tbody tr.all th strong {
  font-size: 11px; }

#cartPage table tbody tr.all td,
#cartPage table tbody tr.all th {
  padding: 5px 10px; }

#cartPage table tbody tr .pad {
  display: inline-block;
  padding: 0 5px; }

#cartPage table tbody tr td,
#cartPage table tbody tr th {
  font-weight: bold;
  border-left: 1px solid #cce0ef; }

#cartPage table tbody tr td.id,
#cartPage table tbody tr th.id {
  font-weight: normal; }

#cartPage table tbody tr td:first-child,
#cartPage table tbody tr th:first-child {
  border-left: 0; }

#cartPage table tbody tr:nth-child(2) {
  background-color: #f0f0f0; }

#cartPage table td,
#cartPage table th {
  padding: 10px;
  font-size: 10px;
  line-height: 12px;
  color: gray;
  text-align: center; }

#cartPage table td.name,
#cartPage table th.name {
  text-align: left; }

#productView {
  padding: 20px 0 15px 32px;
  overflow: hidden; }

#productView h2 {
  font-size: 11px;
  font-weight: bold;
  color: #0069b1;
  border-bottom: 1px solid #0069b1;
  padding: 20px 0 7px 22px;
  position: relative;
  width: 100%;
  margin: 0;
  left: -22px; }

#productView .texts .finalize {
  margin-top: 20px; }

#productView .texts .finalize h2 {
  color: #5c5c5c;
  border-color: #5c5c5c;
  margin-bottom: 40px; }

#productView .texts .finalize .line {
  height: 35px;
  overflow: hidden;
  margin: 13px 0; }

#productView .texts .finalize .line.first .unavailable {
  direction: block;
  float: right;
  line-height: 35px;
  width: 241px;
  font-weight: bold;
  font-size: 14px;
  color: red; }

#productView .texts .finalize .line.first button {
  background: url(../img/shop/toCart.png);
  width: 241px;
  height: 35px;
  display: block;
  border: 0;
  padding: 0 19px;
  float: right;
  line-height: 35px;
  text-align: left;
  overflow: visible;
  position: relative;
  font-size: 11px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 black; }

#productView .texts .finalize .line.first button span {
  display: block;
  float: right;
  color: #b2f957;
  font: italic normal 18px MyrCon, sans-serif;
  line-height: 38px; }

#productView .texts .finalize .line.second button {
  float: right;
  display: block;
  margin: 0;
  border: 0;
  height: 35px;
  width: 241px;
  padding: 0;
  text-align: center;
  background: #00a7d8;
  background: -moz-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a7d8), color-stop(100%, #003a87));
  background: -webkit-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -o-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -ms-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: linear-gradient(top, #00a7d8 0%, #003a87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a7d8', endColorstr='#003a87', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 black;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13); }

#productView .texts .finalize .line.second button:hover {
  background: #003a87;
  background: -moz-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003a87), color-stop(100%, #00a7d8));
  background: -webkit-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -o-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -ms-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: linear-gradient(top, #003a87 0%, #00a7d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a87', endColorstr='#00a7d8', GradientType=0); }

#productView .texts .finalize .line .input {
  display: block;
  float: left;
  overflow: hidden;
  margin: 3px 60px 0 0; }

#productView .texts .finalize .line .input.select {
  margin-right: 0; }

#productView .texts .finalize .line .input input {
  display: block;
  height: 26px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #7ab4d9;
  font-size: 11px;
  font-weight: bold;
  color: #585858;
  float: left; }

#productView .texts .finalize .line .input .select {
  display: block;
  float: left;
  width: 190px;
  height: 26px;
  position: relative;
  background: url(../img/shop/selectArrow.png) no-repeat right center transparent;
  border: 1px solid #7ab4d9; }

#productView .texts .finalize .line .input .select .val {
  width: 157px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #585858; }

#productView .texts .finalize .line .input .select select {
  width: 100%;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer; }

#productView .texts .finalize .line .input label {
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 28px;
  color: #0070b7;
  margin-right: 18px; }

#productView .texts .txt {
  padding-right: 68px;
  font-size: 11px;
  color: #5c5c5c; }

#productView .top {
  overflow: hidden; }

#productView .top .small {
  width: 347px;
  float: right; }

#productView .top .small h2 {
  padding-left: 55px;
  left: -55px; }

#productView .top .small .smallImgs {
  margin-top: 16px;
  overflow: hidden; }

#productView .top .small .smallImgs a {
  display: block;
  float: left;
  background: #f3f0ea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 4px;
  width: 123px;
  height: 102px;
  overflow: hidden;
  margin: 0 22px 4px 0; }

#productView .top .small .smallImgs a img {
  display: block;
  width: 123px;
  height: 102px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#productView .top .big {
  display: block;
  float: left;
  width: 402px; }

#productView .top .big .bigImg {
  padding: 11px 11px 11px 12px;
  background-color: #f3f0ea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 313px;
  overflow: hidden; }

#productView .top .big .bigImg .inner {
  height: 313px;
  width: 379px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative; }

#productView .top .big .bigImg .inner a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 313px;
  width: 379px;
  overflow: hidden; }

#productView .top .big .head {
  background: url(../img/shop/viewHead.png) no-repeat right top transparent;
  height: 43px;
  overflow: hidden;
  margin-bottom: 11px; }

#productView .top .big .head h1 {
  display: block;
  float: left;
  width: 250px;
  padding-left: 3px;
  height: 43px;
  overflow: hidden;
  font: italic normal 30px MyrCon, sans-serif;
  line-height: 50px;
  color: #0064ae;
  margin: 0; }

#productView .top .big .head .price {
  float: right;
  width: 110px;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 9px; }

#productView .top .big .head .price .info {
  display: block;
  font-size: 9px;
  color: #0069b1;
  margin-bottom: 1px; }

#productView .top .big .head .price .actual {
  display: block;
  font-size: 11px;
  color: #5c5c5c; }

#productView .top .big .head .price .actual span {
  display: inline-block;
  padding-left: 6px;
  color: #0069b1; }

#shopMain {
  width: 887px;
  margin: 0 auto;
  background: white;
  position: relative;
  z-index: 10;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

#shopMain > h1 {
  position: relative;
  left: -10px;
  background: url(../img/shop/wstega.png);
  height: 32px;
  width: 875px;
  font: italic normal 16px MyrCon, sans-serif;
  line-height: 30px;
  color: white;
  padding-left: 34px;
  margin: 0; }

#shopProducts .paging {
  position: absolute;
  right: 0;
  bottom: -53px;
  width: 660px;
  line-height: 43px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45); }

#shopProducts .paging .next,
#shopProducts .paging .prev {
  display: block;
  float: left;
  height: 19px;
  font: italic bold 18px MyrCon, sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  color: white; }

#shopProducts .paging .next a,
#shopProducts .paging .prev a {
  color: white;
  text-decoration: none; }

#shopProducts .paging .prev {
  margin: 13px 0 11px 18px;
  padding-left: 33px;
  background: url(../img/shop/prev.png) no-repeat left center transparent; }

#shopProducts .paging .next {
  margin: 13px 18px 11px 0;
  padding-right: 33px;
  float: right;
  background: url(../img/shop/next.png) no-repeat right center transparent; }

#shopProducts .paging span.next,
#shopProducts .paging span.prev {
  display: none; }

#shopProducts .perPage {
  height: 20px;
  margin: 12px 9px;
  background-color: #d9d9d9;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align: right;
  padding: 0 13px;
  line-height: 20px;
  font-size: 10px;
  color: #6f6f6f; }

#shopProducts .perPage a {
  display: inline-block;
  padding: 0 2px;
  text-decoration: none;
  color: #393939; }

#shopProducts .perPage a.current {
  font-weight: bold; }

#shopProducts ul {
  margin: 0 27px;
  padding: 0;
  overflow: hidden; }

#shopProducts ul li {
  display: block;
  float: left;
  width: 162px;
  height: 257px;
  background-color: #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 23px;
  position: relative; }

#shopProducts ul li .price {
  display: block;
  height: 50px;
  overflow: hidden;
  background: url(../img/shop/priceBox.png); }

#shopProducts ul li .price .priceInfo {
  float: left;
  width: 88px;
  padding-left: 21px; }

#shopProducts ul li .price .priceInfo .info {
  font: italic normal 14px MyrCon, sans-serif;
  line-height: 14px;
  color: white;
  margin-top: 8px;
  text-shadow: 1px 1px 0px #616161;
  filter: dropshadow(color=#616161, offx=1, offy=1); }

#shopProducts ul li .price .priceInfo .netto {
  font-size: 11px;
  font-weight: bold;
  margin-top: 4px;
  color: #97c7e8; }

#shopProducts ul li .price .priceInfo .netto strong {
  color: white; }

#shopProducts ul li .price .addToCart {
  display: block;
  float: left;
  width: 53px;
  height: 50px;
  text-indent: -9999px;
  text-decoration: none; }

#shopProducts ul li a.item {
  display: block;
  text-decoration: none;
  height: 197px;
  position: relative;
  padding: 5px; }

#shopProducts ul li a.item .img {
  display: block;
  width: 152px;
  height: 152px;
  position: absolute;
  left: 5px;
  bottom: 5px; }

#shopProducts ul li a.item .see {
  display: block;
  font-size: 10px;
  color: #9b9b9b;
  padding-left: 7px; }

#shopProducts ul li a.item .name {
  color: #006cb5;
  display: block;
  padding-left: 7px;
  margin-top: 3px;
  font: italic normal 18px MyrCon, sans-serif;
  line-height: 22px; }

#shop > footer {
  padding: 17px 0 27px;
  width: 887px;
  position: relative;
  z-index: 5;
  margin: 0 auto; }

#shop > footer .copyright {
  width: 222px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#shop > header {
  height: 265px;
  width: 898px;
  padding-left: 24px;
  overflow: hidden;
  margin: 0 auto 16px; }

#shop > header .right {
  width: 314px;
  float: right; }

#shop > header .right .toCart {
  float: none;
  display: block;
  margin: 54px 11px 0 8px;
  height: 36px;
  background: #00a7d8;
  background: -moz-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a7d8), color-stop(100%, #003a87));
  background: -webkit-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -o-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: -ms-linear-gradient(top, #00a7d8 0%, #003a87 100%);
  background: linear-gradient(top, #00a7d8 0%, #003a87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a7d8', endColorstr='#003a87', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 black;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.13); }

#shop > header .right .toCart:hover {
  background: #003a87;
  background: -moz-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003a87), color-stop(100%, #00a7d8));
  background: -webkit-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -o-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: -ms-linear-gradient(top, #003a87 0%, #00a7d8 100%);
  background: linear-gradient(top, #003a87 0%, #00a7d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a87', endColorstr='#00a7d8', GradientType=0); }

#shop > header .right .seeCart {
  display: block;
  float: right;
  width: 220px;
  height: 17px;
  border-bottom: 1px solid #7d988d;
  color: #747474;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 17px;
  text-decoration: none;
  background-color: white;
  clear: both;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

#shop > header .right .seeCart:hover {
  color: black; }

#shop > header .right .cart {
  display: block;
  margin-top: 10px;
  background: url(../img/shop/cart.png);
  height: 219px;
  overflow: hidden; }

#shop > header .right .cart .inCart {
  height: 64px;
  border-bottom: 1px solid white;
  margin: 0 0 0 2px; }

#shop > header .right .cart .inCart ul {
  margin: 0;
  padding: 8px 17px 0; }

#shop > header .right .cart .inCart ul li {
  list-style: none;
  font-size: 11px;
  colo: white;
  background: url(../img/shop/arrow.png) no-repeat left center transparent;
  padding-left: 15px;
  line-height: 22px;
  color: white; }

#shop > header .right .cart .inCart ul li strong {
  font-size: 12px;
  color: #0096f8; }

#shop > header .right .cart h2 {
  font: italic normal 18px MyrCon, sans-serif;
  line-height: 58px;
  margin: 0 18px;
  color: white;
  height: 55px;
  text-shadow: 1px 1px 0px black;
  filter: dropshadow(color=#000, offx=1, offy=1); }

#shop > header .right .return {
  display: block;
  text-align: center;
  height: 36px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.42);
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 9px;
  color: black;
  text-decoration: none;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease; }

#shop > header .right .return:hover {
  background: white; }

#shop > header .left {
  width: 537px;
  float: left; }

#shop > header .left .logo {
  display: block;
  text-indent: -9999px;
  display: block;
  height: 166px;
  background: url(../img/shop/logo.png) no-repeat 36px 42px transparent; }

#shop > header .left .paymentInfo {
  height: 98px;
  background: url(../img/shop/paymentInfo.png);
  padding: 0 20px 0 114px;
  overflow: hidden; }

#shop > header .left .paymentInfo p {
  font-size: 10px;
  line-height: 12px;
  margin: 17px 0; }

#shop > header .left .paymentInfo p.strong {
  font-weight: bold; }

#shop > header .left .paymentInfo p.strong strong {
  color: #003b61; }

#all > header {
  height: 411px;
  overflow: hidden; }

#all > header .top {
  width: 870px;
  height: 57px;
  margin: 11px auto 0; }

#all > header .top .logo {
  width: 320px;
  padding-left: 0;
  height: 79px;
  display: block;
  margin-left: -10px;
  float: left; }

#all > header .top .language {
  height: 23px;
  float: right;
  overflow: hidden;
  margin-top: 15px; }

#all > header .top .language h2 {
  margin: 0 10px 0 0;
  line-height: 23px;
  height: 23px;
  float: left;
  margin-right: 4px;
  font-weight: normal;
  font-style: italic;
  font-size: 11px;
  display: none; }

#all > header .top .language ul {
  float: left;
  overflow: hidden; }

#all > header .top .language ul li {
  display: block;
  float: left;
  margin-left: 0; }

#all > header .top .language ul a {
  display: block;
  width: 26px;
  height: 23px; }

#all > header .baner {
  margin: 13px auto 0;
  width: 841px;
  height: 291px;
  background: url("../img/banerBck.png") no-repeat center top transparent;
  padding: 17px 67px; }

#all > header .baner .img {
  border: 1px solid #e9e9e9; }

#all > header .baner .slider {
  position: relative;
  border: 1px solid #e9e9e9;
  width: 839px;
  height: 289px;
  overflow: hidden; }

#all > header .baner .slider a {
  display: block;
  width: 839px;
  height: 289px; }

#main {
  min-height: 500px;
  background-color: white;
  margin-top: 6px;
  width: 873px;
  margin: 0 auto; }

#main > .wrapper {
  position: relative;
  top: -14px; }

#main .sideRight {
  width: 627px;
  font-size: 12px;
  color: #585858;
  float: right; }

#main .sideRight section.first > h1:first-child {
  background-image: url("../img/sideRightH1First.png"); }

#main .sideRight section .dealers {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0 0 10px; }

#main .sideRight section .dealers td {
  padding: 4px;
  border: 1px solid #b5b5b5;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

#main .sideRight section .dealers tbody tr:nth-child(even) td {
  background-color: #e0e0e0; }

#main .sideRight section .dealers thead td {
  text-align: center;
  background-color: #0078be;
  font-size: 11px;
  color: #c9ebff;
  font-weight: bold; }

#main .sideRight section.gallery .content {
  overflow: hidden;
  padding-left: 20px; }

#main .sideRight section.gallery .content a {
  display: block;
  width: 120px;
  height: 80px;
  float: left;
  margin: 10px 12px 20px;
  font: italic normal 18px MyrCon, sans-serif;
  line-height: 28px;
  color: #585858;
  text-align: center;
  text-decoration: none; }

#main .sideRight section.gallery .content.list a {
  height: 110px; }

#main .sideRight section.gallery .content.list a img {
  display: block;
  margin: 0 auto; }

#main .sideRight section.product h1 {
  overflow: hidden; }

#main .sideRight section.product h1 span {
  display: block;
  float: left;
  width: 169px;
  padding-left: 24px;
  margin-left: 14px; }

#main .sideRight section.product h1 span:first-child {
  margin-left: 0; }

#main .sideRight section.product .description {
  width: 584px; }

#main .sideRight section.product .specification {
  border: 5px solid #e5e5e5;
  padding: 2px; }

#main .sideRight section.product .specification h4 {
  background: url(../img/specH.png);
  width: 571px;
  height: 29px;
  font: normal normal 14px MyrCon, sans-serif;
  line-height: 24px;
  color: white;
  padding-left: 17px;
  margin: 0 0 -5px; }

#main .sideRight section.product .specification table {
  width: 555px;
  margin: 0 9px 6px; }

#main .sideRight section.product .specification table td,
#main .sideRight section.product .specification table th {
  font-size: 10px;
  line-height: 12px;
  padding: 6px 0;
  color: #525353; }

#main .sideRight section.product .specification table th {
  width: 178px;
  padding: 0 10px 0 30px;
  border-right: 1px solid #ececec;
  text-align: left; }

#main .sideRight section.product .specification table td {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }

#main .sideRight section.product .specification table tr.odd td,
#main .sideRight section.product .specification table tr.odd th {
  background-color: #e3e3e3; }

#main .sideRight section.product .tabs {
  border-bottom: 1px solid #66a6d2;
  height: 29px;
  overflow: hidden; }

#main .sideRight section.product .tabs a {
  display: block;
  height: 29px;
  width: 142px;
  float: left;
  margin-right: 1px;
  background: url("../img/tabs.png");
  text-align: center;
  font: normal normal 16px MyrCon, sans-serif;
  line-height: 29px;
  color: #3f3f3f;
  text-decoration: none; }

#main .sideRight section.product .tabs a.active,
#main .sideRight section.product .tabs a:hover {
  font-size: 17px;
  color: white;
  background-position: left bottom;
  text-shadow: 1px 1px 0px black;
  filter: dropshadow(color=#000, offx=1, offy=1); }

#main .sideRight section.product .tab_contents strong {
  color: #006bb4; }

#main .sideRight section.product .gallery {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 11px; }

#main .sideRight section.product .gallery .big {
  display: block;
  float: left;
  width: 380px;
  height: 355px;
  text-align: center;
  border: 8px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }

#main .sideRight section.product .gallery .big a {
  display: block;
  width: 380px;
  height: 355px;
  position: absolute;
  top: 0;
  left: 0; }

#main .sideRight section.product .gallery .smallImgs {
  width: 168px;
  float: right;
  height: 370px;
  overflow: hidden;
  position: relative; }

#main .sideRight section.product .gallery .smallImgs .down,
#main .sideRight section.product .gallery .smallImgs .up {
  display: block;
  width: 100%;
  height: 17px;
  background: url("../img/arrows.png") no-repeat center top #dedede;
  text-indent: -9999px;
  text-decoration: none;
  position: absolute;
  left: 0; }

#main .sideRight section.product .gallery .smallImgs .up {
  top: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px; }

#main .sideRight section.product .gallery .smallImgs .down {
  bottom: 0;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  background-position: center bottom; }

#main .sideRight section.product .gallery .smallImgs .items {
  height: 330px;
  position: relative;
  margin-top: 20px;
  overflow: hidden; }

#main .sideRight section.product .gallery .smallImgs .items a {
  display: block;
  width: 160px;
  height: 100px;
  border: 4px solid #e5e5e5;
  margin-bottom: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

#main .sideRight section.product .gallery .smallImgs .items a.active,
#main .sideRight section.product .gallery .smallImgs .items a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

#main .sideRight section.product .gallery .smallImgs .items .wrapper {
  position: absolute;
  left: 0;
  top: 0; }

#main .sideRight section.product.info h1 {
  padding-left: 39px;
  width: 588px; }

#main .sideRight section.product .groups {
  overflow: hidden;
  background: url("../img/groupsBck.png") no-repeat left bottom transparent;
  padding: 8px 0 14px 1px; }

#main .sideRight section.product .groups ul {
  margin: 0 0 0 14px;
  padding: 0;
  display: block;
  float: left;
  width: 193px; }

#main .sideRight section.product .groups ul li {
  list-style: none;
  display: block;
  margin: 0 0 7px;
  overflow: hidden; }

#main .sideRight section.product .groups ul li a {
  display: block;
  text-decoration: none; }

#main .sideRight section.product .groups ul li a .name {
  color: #579c33;
  font: italic bold 14px MyrCon, sans-serif;
  line-height: 28px;
  display: block;
  height: 24px;
  overflow: hidden;
  padding-left: 35px;
  background: url("../img/rightBullet.png") no-repeat 12px center rgba(0, 0, 0, 0.1); }

#main .sideRight section.product .groups ul li a .subtext {
  display: block;
  background: #b21e2a;
  color: #f7d86c;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  padding: 2px; }

#main .sideRight section.configs .input .error-message {
  display: none; }

#main .sideRight section.configs .input.error input {
  border: 1px solid red; }

#main .sideRight section.configs table {
  margin: 0 0 30px 0; }

#main .sideRight section.configs table td {
  padding: 5px 10px; }

#main .sideRight section.configs table thead td {
  font-size: 25px;
  font-weight: bold; }

#main .sideRight section.blog .date {
  text-align: right;
  font-style: italic;
  padding-right: 30px; }

#main .sideRight section.simple .content {
  margin: 0 20px 30px 10px;
  font-size: 12px;
  color: #6e6e6e;
  line-height: 18px; }

#main .sideRight section.news table {
  width: 600px; }

section.news table {
  font-size: 11px;
  margin: 15px auto 10px; }

section.news table tr {
  background-color: #f9f9f9; }

section.news table td,
section.news table th {
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  text-align: left;
  border-bottom: 1px solid white; }

section.news table td {
  padding: 0 10px;
  width: 1%;
  white-space: nowrap;
  color: #b1b1b1; }

section.news table td a {
  color: #5d8da8;
  text-decoration: none; }

section.news table td a:hover {
  text-decoration: underline; }

section.news table th {
  color: #3e3e3e; }

#main .sideRight section.new_producst .content {
  margin: 10px 0 15px;
  height: 234px;
  overflow: hidden;
  text-align: center; }

#main .sideRight section.shows table {
  width: 614px;
  margin: 15px 10px 10px 5px; }

#main .sideRight section.shows table td,
#main .sideRight section.shows table th {
  background-color: #eee;
  border: 2px solid white;
  text-align: center;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  color: #9c9c9c;
  font-weight: bold; }

#main .sideRight section.shows table td {
  white-space: nowrap;
  vertical-align: middle; }

#main .sideRight section.shows table th {
  color: #717171; }

#main .sideRight section.shows table .road a {
  color: #9c9c9c; }

#main .sideRight section.shows table a {
  color: #0078be;
  font-weight: bold;
  text-decoration: none; }

#main .sideRight section.shows table a:hover {
  text-decoration: underline; }

#main .sideRight section.movies .content {
  padding-left: 20px;
  overflow: hidden; }

#main .sideRight section.movies .movie {
  float: left;
  width: 171px;
  padding: 3px 5px 12px;
  background: url("../img/movieborder.png") repeat-x left bottom transparent;
  margin: 0 5px; }

#main .sideRight section.movies .movie > div {
  width: 171px;
  height: 129px;
  position: relative; }

#main .sideRight section.movies .movie > div > a {
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 171px;
  height: 129px;
  background: url("../img/movieOverLay.png") no-repeat left top transparent; }

#main .sideRight section.movies .movie > div > a:hover {
  background-position: left bottom; }

#main .sideRight section.movies .movie h4 {
  height: 28px;
  margin: 0;
  font: italic normal 16px MyrCon, sans-serif;
  line-height: 28px;
  padding-left: 3px;
  white-space: nowrap;
  overflow: hidden; }

#main .sideRight section.baners .playground {
  margin: 1px 0 6px;
  background: #ebf3f9;
  position: relative;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px; }

#main .sideRight section.baners .playground .slider {
  width: 627px;
  height: 234px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#main .sideRight section.baners .playground .slider > div {
  height: 234px;
  white-space: nowrap;
  top: 0;
  left: 0;
  position: absolute; }

#main .sideRight section.baners .playground .slider > div a {
  display: inline-block; }

#main .sideRight section.baners .playground > a {
  display: block;
  width: 51px;
  outline: 0;
  zoom: 1;
  height: 58px;
  position: absolute;
  background: url("../img/sliderArrows.png");
  text-indent: -9999px;
  text-decoration: none; }

#main .sideRight section.baners .playground > a.left {
  top: 96px;
  left: -10px; }

#main .sideRight section.baners .playground > a.right {
  right: -10px;
  top: 96px;
  background-position: left bottom; }

#main .sideRight section.welcome img {
  margin: 15px 20px 0 0; }

#main .sideRight section.welcome .content {
  overflow: hidden;
  position: relative; }

#main .sideRight section.welcome p {
  position: relative;
  z-index: 10; }

#main .sideRight section.welcome .specialLink {
  display: block;
  position: absolute;
  z-index: 5;
  right: 5px;
  left: 0;
  bottom: 1px;
  text-align: right;
  height: 28px;
  line-height: 28px;
  background-color: #e7e6e7;
  padding-right: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0; }

#main .sideRight section.welcome .specialLink a {
  color: #0078be;
  font-weight: bold;
  text-decoration: none; }

#main .sideRight section.welcome .specialLink a:hover {
  text-decoration: underline; }

#main .sideRight section > .content {
  margin: 0 30px 27px 0; }

#main .sideRight section > .content h1.big {
  margin: 15px 0 10px;
  color: #0078be;
  font: italic bold 24px MyrCon, sans-serif;
  line-height: 24px; }

#main .sideRight section > .content .seeMore {
  padding-right: 13px; }

#main .sideRight section > .content.text {
  padding-left: 20px; }

#main .sideRight section .seeMore {
  float: none;
  clear: both;
  overflow: hidden;
  padding: 5px 33px 0 0;
  margin: 0 10px 0 7px; }

#main .sideRight section .seeMore a {
  text-decoration: none;
  color: #0078be;
  display: block;
  float: right;
  font-size: 10px;
  font-weight: bold; }

#main .sideRight section .seeMore a:hover {
  text-decoration: underline; }

#main .sideRight section .seeMore.bordered {
  padding-top: 10px;
  font-size: 9px;
  color: #929292;
  font-weight: bold;
  background: url("../img/movieborder.png") repeat-x left top transparent;
  margin-bottom: 30px; }

#main .sideRight section .seeMore.bordered a {
  color: #218100; }

#main .sideRight section > h1 {
  margin: 0;
  background: url("../img/sideRightH1.png");
  width: 612px;
  height: 32px;
  padding: 0 12px 0 15px;
  font: italic bold 13px MyrCon, sans-serif;
  line-height: 30px;
  color: white; }

#main .sideLeft {
  float: left;
  width: 226px; }

#main .sideLeft > section {
  margin-bottom: 8px; }

#main .sideLeft > section h2 {
  padding-left: 26px;
  width: 212px;
  position: relative;
  left: -12px;
  height: 37px;
  background: url("../img/leftH2.png");
  font: italic bold 13px MyrCon, sans-serif;
  line-height: 39px;
  color: white;
  margin: 0 0 -6px 0; }

#main .sideLeft > section.social > div {
  overflow: hidden;
  padding: 0 0 0 10px; }

#main .sideLeft > section.social > div a {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin: 10px;
  background: url(../img/social.png); }

#main .sideLeft > section.social > div a.nk {
  background-position: 0 -48px; }

#main .sideLeft > section.social > div a.yt {
  background-position: 0 -96px; }

#main .sideLeft > section .content {
  padding: 10px 8px; }

#main .sideLeft > section .content p.desc {
  font-size: 10px;
  color: #0064ae;
  text-align: justify; }

#main .sideLeft > section .toLeft {
  position: relative;
  left: -14px;
  width: 246px; }

#main .sideLeft > section .newsletter {
  margin: 10px 0 20px;
  overflow: hidden; }

#main .sideLeft > section .newsletter input {
  display: block;
  float: left;
  width: 124px;
  height: 20px;
  padding: 0 5px;
  margin: 0;
  line-height: 20px;
  background: #f2f2f2;
  border: 1px solid #dedede;
  border-right: 0; }

#main .sideLeft > section .newsletter button {
  float: left;
  overflow: visible;
  display: block;
  float: left;
  width: 75px;
  height: 22px;
  line-height: 22px;
  background: url("../img/newsletterButton.png");
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-family: Tahoma, sans-serif;
  text-shadow: 1px 1px 0px #185f93;
  filter: dropshadow(color=#185f93, offx=1, offy=1); }

#main .sideLeft > section .mapa {
  text-align: center; }

#main .sideLeft > section.first {
  width: 240px; }

#main .sideLeft > section.first h2 {
  width: 226px;
  height: 32px;
  line-height: 28px;
  background-image: url("../img/leftfirstH2.png"); }

#main .sideLeft > section.ref a.referencje {
  display: block;
  background: url("../img/referencje.png");
  width: 243px;
  height: 218px;
  position: relative;
  margin: 6px 0 0 -1px; }

#main .sideLeft > section.ref a.referencje strong {
  display: block;
  position: absolute;
  left: 8px;
  right: 7px;
  bottom: 15px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-decoration: none; }

#main .sideLeft > section.ref a.referencje span {
  display: block;
  position: absolute;
  left: 28px;
  right: 13px;
  bottom: 27px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: none; }

#main .sideLeft > section.leftimg .content a {
  display: block;
  margin-bottom: 8px; }

#main .sideLeft > section.addMenu {
  margin-bottom: 6px; }

#main .sideLeft > section.addMenu nav {
  position: relative;
  top: -2px; }

#main .sideLeft > section nav ul {
  width: 218px;
  background: #0078be;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  padding: 11px 0 37px 7px; }

#main .sideLeft > section nav ul li {
  display: block;
  line-height: 20px;
  width: 100%;
  padding-right: 9px;
  margin-bottom: 4px;
  background: url("../img/leftNaviLiHover.png") no-repeat right -20px transparent; }

#main .sideLeft > section nav ul li:hover {
  background-position: right top; }

#main .sideLeft > section nav ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
  background: url("../img/leftNaviABullet.png") no-repeat 17px center #107cbf;
  padding-left: 35px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  color: #c9ebff;
  text-decoration: none; }

#main .sideLeft > section nav ul li a.active,
#main .sideLeft > section nav ul li a:hover {
  color: white;
  background-color: #2186c4; }

#main .sideLeft > section nav ul li a.promo {
  font-weight: bold;
  color: #ff4d46;
  font-size: 15px; }

#main .sideLeft > section nav ul li a.promo.special {
  color: #ffc82c; }

#main .sideLeft > section nav ul li ul {
  width: 208px;
  padding-bottom: 5px;
  padding-left: 10px; }

#main .sideLeft > section nav ul li ul a {
  font-size: 9px; }

#main h3 {
  font-size: 12px;
  font-weight: bold;
  color: #006bb4;
  text-transform: uppercase; }

#main .center_all {
  width: 100%; }

#main .center_all td {
  text-align: center;
  vertical-align: middle;
  padding: 10px; }

#all > footer {
  width: 873px;
  overflow: hidden;
  margin: 0 auto; }

#all > footer > ul {
  background: url("../img/footerStrip.png") repeat-x left top transparent;
  height: 38px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }

#all > footer > ul li {
  display: inline; }

#all > footer > ul li a {
  display: inline-block;
  height: 38px;
  padding: 0 30px 0 31px;
  background: url("../img/footerMenuBorder.png") no-repeat left top transparent;
  font: normal normal 16px MyrCon, sans-serif;
  line-height: 38px;
  text-decoration: none;
  color: white; }

#all > footer > ul li:first-child a {
  background: none; }

#all > footer article {
  background-color: white;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding: 0 45px 0 22px; }

#all > footer article.foreign .phone section {
  text-align: left; }

#all > footer article.foreign .phone h2 {
  padding-left: 0; }

#all > footer article.foreign .main_contact {
  float: left;
  width: 330px; }

#all > footer article.foreign .main_contact h4 {
  margin: 10px 0 0;
  font-size: 38px;
  color: #0288dd;
  font-weight: bold;
  line-height: 38px; }

#all > footer article.foreign .email {
  float: left;
  width: 220px;
  font-weight: normal;
  font-size: 18px; }

#all > footer article.foreign .email p {
  margin-top: 10px; }

#all > footer article .phone {
  width: 550px;
  overflow: hidden;
  float: left; }

#all > footer article .phone section {
  width: 204px;
  text-align: right;
  float: left;
  color: #231f20;
  padding-bottom: 10px;
  font: italic bold 14px MyrCon, sans-serif;
  line-height: 16px; }

#all > footer article .phone section.first {
  width: 142px;
  font-size: 18px;
  font-weight: normal;
  line-height: normal; }

#all > footer article .phone section img {
  margin-bottom: 4px; }

#all > footer article .phone h2 {
  padding-left: 88px; }

#all > footer article .contact {
  float: right;
  width: 232px;
  position: relative; }

#all > footer article .contact p {
  margin: 7px 0;
  font: italic normal 18px MyrCon, sans-serif;
  line-height: normal; }

#all > footer article .contact p strong {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px; }

#all > footer article .contact .pp {
  display: block;
  position: absolute;
  color: #000;
  text-decoration: none;
  right: 0;
  bottom: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px; }

#all > footer article h2 {
  height: 32px;
  text-transform: uppercase;
  color: #006ab4;
  margin: 0;
  font: italic normal 18px MyrCon, sans-serif;
  line-height: 38px;
  border-bottom: 1px solid #c8c7c7;
  margin-bottom: 7px; }

#all > footer .copyright {
  margin: 10px 0 28px;
  padding: 0 50px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#product.ferrari .tab_contents {
  overflow: hidden; }

#product.ferrari .tab_contents .text img {
  position: relative;
  left: -30px; }

#product.ferrari .tab_contents .text table {
  border: 1px solid #000; }

#product.ferrari .tab_contents .text table th {
  background: #4790c5;
  font: 14px/24px MyrCon, sans-serif;
  color: #fff;
  border: 1px solid #000; }

#product.ferrari .tab_contents .text table td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #5b5b5b;
  padding: 0 5px; }

#all > header .baner {
  position: relative; }

#all > header .baner .shop {
  width: 200px;
  height: 53px;
  background: url(../img/shop.png);
  position: absolute;
  top: 32px;
  right: 39px;
  padding: 14px 109px 0 0;
  font: normal normal 9px/9px Tahoma, sans;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-align: right; }

#ferrariConf {
  overflow: hidden; }

#ferrariConf > div {
  overflow: hidden;
  margin: 10px 20px;
  display: none; }

#ferrariConf label {
  display: block;
  float: left;
  width: 180px;
  font-weight: bold;
  padding-right: 20px; }

#ferrariConf select {
  display: block;
  float: left;
  width: 200px;
  clear: right; }

#ferrariConf span {
  display: block;
  float: left;
  width: 387px; }

#ferrariConf .info label, #ferrariConf .info span {
  margin-bottom: 5px; }

#ferrariConf .submit {
  margin-top: 20px; }

#ferrariConf .submit input {
  display: block;
  width: 100px;
  height: 30px;
  margin: 0 auto; }

#ferrariConf section {
  margin: 0 20px; }

#ferrariConf section h2 {
  font-size: 25px;
  font-weight: bold; }

#ferrariConf section .input {
  margin-bottom: 5px;
  overflow: hidden; }

#ferrariConf section .input input {
  width: 198px; }

#ferrariConf section textarea {
  display: block;
  float: left;
  width: 300px;
  clear: right; }

#ferrariConf section .input.error input {
  border: 1px solid red; }

.langToolTip {
  font-weight: bold;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 22px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
  top: 60px; }

#wallpapers .item {
  display: block;
  width: 120px;
  height: 110px;
  overflow: hidden;
  float: left;
  margin: 10px 12px;
  font: italic normal 18px MyrCon, sans-serif;
  line-height: 28px;
  color: #585858;
  text-align: center;
  text-decoration: none;
  background: #fff; }

#wallpapers .item .name {
  display: block;
  height: 27px;
  white-space: nowrap; }

#main .sideRight #wallpapers .content .resolutions {
  display: none; }

#main .sideRight #wallpapers .content .resolutions a {
  float: none;
  margin: 2px 0;
  padding-right: 23px;
  width: auto;
  text-align: center;
  height: 22px;
  line-height: 26px;
  background: #0078be url(../img/wallpaperIcon.png) no-repeat 95px top;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

#main .sideRight #wallpapers .content .resolutions a.type_1 {
  background-position: 95px bottom; }

#main .sideRight #wallpapers .content .resolutions a:hover {
  background-color: #0066b0; }

#main .sideRight #wallpapers .content {
  overflow: visible;
  position: relative; }

#wallpapers .item.hover {
  position: absolute;
  height: auto;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  padding: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 30; }

#main .sideRight #wallpapers .content.screensav a {
  padding: 5px;
  margin: 5px 7px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  line-height: 18px;
  -webkit-box-shadow: 0 0 -1px 0 #000;
  box-shadow: 0 0 -1px 0 #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

#main .sideRight #wallpapers .content.screensav a:hover {
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000; }

/* ----------------- FACEBOOK -----------------*/
#facebookWidget {
  padding: 10px;
  background: #395b9b;
  position: fixed;
  top: 30px;
  left: -257px;
  z-index: 50;
  -webkit-border-radius: 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px; }

.home #facebookWidget {
  top: 215px; }

#facebookWidget .showed {
  display: block;
  position: absolute;
  width: 36px;
  height: 110px;
  background: #395b9b url(../img/fcb.png) no-repeat center center;
  right: -36px;
  bottom: 0;
  text-indent: -9999px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px; }

#facebookWidget .fb-like-box {
  background: #fff; }

body > iframe {
  position: absolute;
  bottom: -100px; }

.listen {
  display: block;
  padding: 10px 0 0 32px;
  position: relative; }

.listen span {
  display: block;
  position: absolute;
  left: 30px;
  top: 5px;
  width: 220px;
  height: 150px; }

.listen_info {
  padding-left: 32px;
  margin-top: -10px;
  position: relative;
  z-index: 20; }

.remarketing {
  height: 0;
  overflow: hidden; }

.remarketing * {
  height: 0; }

#main .sideLeft > .configurator_shortcut > div {
  position: relative;
  z-index: 10;
  overflow: hidden; }

#main .sideLeft > .configurator_shortcut a {
  display: block;
  position: relative;
  overflow: hidden; }

#main .sideLeft > .configurator_shortcut > div span {
  display: block;
  position: absolute;
  zoom: 20;
  width: 206px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  top: 147px;
  left: 13px; }

.product_info_not {
  margin-top: 30px;
  font-size: 9px;
  padding-right: 20px;
  text-align: justify;
  overflow: hidden;
  float: none;
  clear: both; }

.tab_content .product_info_not {
  padding-right: 0; }

#cookie_info {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  z-index: 100; }

#cookie_info .text {
  display: block;
  width: 845px;
  white-space: nowrap;
  text-align: center;
  padding: 5px 40px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  margin: 0 auto;
  background: #61aa3e;
  position: relative; }

#cookie_info .text a {
  color: #fff; }

#cookie_info .text .close {
  display: block;
  position: absolute;
  right: -10px;
  top: -8px;
  cursor: pointer;
  z-index: 100; }

#press_index .item {
  margin-bottom: 30px; }

#press_index .item h1 a {
  color: #fff;
  text-decoration: none; }

#press_index .item h1 a:hover {
  text-decoration: underline; }

#press_index .item time {
  display: block;
  font-weight: bold;
  margin: -5px 0 10px 15px; }

#press_index .item .text {
  text-indent: 15px;
  padding-right: 20px; }

.paging {
  cursor: default;
  overflow: hidden;
  padding-right: 20px; }

.paging .inner {
  float: right;
  clear: both; }

.paging span {
  display: inline-block;
  background: #e7e6e7;
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.paging span.current,
.paging span a:hover {
  background: #007ed3;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.paging span.current {
  font-weight: bold; }

.paging span a {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 11px;
  text-decoration: none;
  color: #000; }

.paging span.prev,
.paging span.next {
  width: auto;
  background: transparent; }

.paging span.prev a,
.paging span.next a {
  width: auto;
  padding: 0 5px; }

tr.field_email {
  display: none; }

table.login_table td {
  padding: 2px; }

table.login_table .head td {
  font-size: 25px;
  font-weight: bold;
  padding-top: 20px; }

table.login_table .head:first-child td {
  padding-top: 0; }

.farmtracpro .buttons td .submit {
  float: left;
  margin-right: 10px; }

.farmtracpro .buttons td .register {
  color: #0078be;
  float: left;
  font: italic normal 14px/26px MyrCon, sans-serif; }

.farmtracpro .buttons td .register a {
  color: #0078be;
  text-decoration: none;
  display: inline-block;
  margin-left: 6px; }

.farmtracpro .buttons td .register a:hover {
  text-decoration: underline; }

.farmtracpro .input.error {
  overflow: hidden;
  width: 400px; }

.farmtracpro .input.error input {
  float: left;
  display: block;
  margin-right: 10px; }

.farmtracpro .input.error .error-message {
  float: left;
  clear: right; }

.addComment .input {
  margin: 0 0 10px 0;
  width: 600px; }

.addComment .textarea textarea {
  display: block;
  width: 594px; }

.comments .comment {
  margin: 0 0 25px 15px; }

.comments .comment h3 {
  margin: 0 0 10px;
  text-transform: none;
  position: relative; }

.comments .comment h3 .delete {
  position: absolute;
  right: -10px;
  text-decoration: none; }

.comments .comment h3 span {
  font-weight: normal;
  display: inline-block;
  margin-left: 5px; }

.comments .comment h3 span.time {
  font-size: 80%;
  color: darkgray; }

.addTransaction form {
  margin-top: 20px; }

.addTransaction .input {
  overflow: hidden;
  margin-bottom: 10px; }

.addTransaction .input label {
  display: block;
  float: left;
  width: 150px; }

.addTransaction .error-message {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 5px; }

.tableList th {
  padding: 0 10px 1px; }

.tableList thead th {
  border-bottom: 1px solid #0078be !important; }

.tableList th.center,
.tableList td.center {
  text-align: center; }

.tableList td.accepted {
  color: green; }

.tableList td.rejected {
  color: red; }

.monthsList {
  display: block;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
  text-align: center; }

.monthsList li {
  display: inline-block;
  margin: 0 5px; }

.monthsList li a {
  text-decoration: none;
  color: #00e; }

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

.monthsList li.current a {
  font-weight: bold; }

section.news table.rankTable td {
  width: auto;
  color: #000;
  text-align: center; }

section.news table.rankTable th {
  text-align: center; }

section.news table.rankTable .name {
  text-align: center; }

section.news table.rankTable .place {
  width: 20%;
  text-align: center; }

section.news table.rankTable td.sum {
  text-align: center; }

section.news table.rankTable .myRow td {
  background: #b8ecff; }

.pollForm {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  min-height: 400px; }

.pollForm .inner {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%; }

.pollForm .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -185px; }

.pollForm .pollContent {
  width: 510px;
  height: 370px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  background: rgba(100, 100, 100, 0.8); }

.pollForm .pollText {
  padding: 7px;
  height: 356px;
  width: 496px;
  border-radius: 4px;
  background: #107cbf; }

.pollForm .pollText h2 {
  background: url(../img/poll.png) no-repeat;
  height: 36px;
  overflow: hidden;
  text-indent: 500px;
  line-height: 40px;
  margin: 0 0 10px; }

.pollForm .pollText p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 15px 12px; }

.pollForm .formInner {
  width: 405px;
  margin-left: 25px; }

.pollForm .input {
  overflow: hidden;
  padding-top: 8px;
  height: 23px;
  margin-top: 7px;
  background: url(../img/poll.png) no-repeat left -64px; }

.pollForm .input:first-child {
  background: transparent;
  margin-top: 0;
  padding-top: 0; }

.pollForm .input label {
  display: block;
  float: left;
  width: 185px;
  line-height: 20px;
  font-size: 14px;
  color: #fff; }

.pollForm .input label span {
  color: red; }

.pollForm .input .inputWrapper {
  overflow: hidden; }

.pollForm .input .inputWrapper input,
.pollForm .input .inputWrapper select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  background: #fff;
  border: 0;
  font-size: 13px;
  color: #000;
  height: 20px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pollForm .input .inputWrapper select {
  padding-top: 2px;
  cursor: pointer; }

.pollForm .input.error input {
  background: #ffc7c8; }

.pollForm .input .icon {
  display: inline-block;
  margin: 0 25px 0 5px;
  background: url(../img/poll.png) no-repeat -177px -36px;
  width: 23px;
  height: 23px;
  vertical-align: -7px; }

.pollForm .input .icon-name {
  background-position: -177px -36px; }

.pollForm .input .icon-phone {
  background-position: -200px -36px; }

.pollForm .input .icon-email {
  background-position: -223px -36px; }

.pollForm .input .icon-city {
  background-position: -246px -36px; }

.pollForm .input .icon-district {
  background-position: -269px -36px; }

.pollForm .buttons {
  margin: 15px 0 0 25px; }

.pollForm .buttons .button {
  display: inline-block;
  margin-left: 39px;
  background: url(../img/poll.png) no-repeat;
  text-indent: 200px;
  overflow: hidden;
  vertical-align: top; }

.pollForm .buttons .button:first-child {
  margin-left: 185px; }

.pollForm .buttons .button.close {
  background-position: -111px -36px;
  width: 66px;
  height: 26px;
  line-height: 26px; }

.pollForm .buttons .button.submit {
  background-position: 0 -36px;
  width: 111px;
  height: 28px;
  line-height: 28px;
  border: 0; }

.contactError {
  text-align: center;
  position: relative;
  z-index: 999;
  padding-bottom: 20px; }

.clientsAdd fieldset {
  margin-bottom: 30px; }
  .clientsAdd fieldset legend {
    display: block;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 5px; }
  .clientsAdd fieldset .input label {
    width: auto; }
  .clientsAdd fieldset .input > label {
    width: 130px;
    margin-right: 20px; }
  .clientsAdd fieldset .input input[type="text"],
  .clientsAdd fieldset .input select,
  .clientsAdd fieldset .input textarea,
  .clientsAdd fieldset .input .inputWrapper {
    width: 420px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .clientsAdd fieldset .input .inputWrapper {
    overflow: hidden; }
    .clientsAdd fieldset .input .inputWrapper input,
    .clientsAdd fieldset .input .inputWrapper select {
      margin-top: 3px; }
      .clientsAdd fieldset .input .inputWrapper input:first-child,
      .clientsAdd fieldset .input .inputWrapper select:first-child {
        margin-top: 0; }
  .clientsAdd fieldset .twoInRow {
    overflow: hidden; }
    .clientsAdd fieldset .twoInRow > div {
      width: 49%;
      margin-left: 2%;
      float: left; }
      .clientsAdd fieldset .twoInRow > div > input {
        width: 100% !important; }
      .clientsAdd fieldset .twoInRow > div:first-child {
        margin-left: 0; }
.clientsAdd .tableList table {
  width: 100% !important;
  margin: 0; }
.clientsAdd .tableList tr {
  background: transparent; }
.clientsAdd .tableList tfoot td {
  text-align: right; }
.clientsAdd .tableList tfoot .add {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  margin-top: 5px; }
  .clientsAdd .tableList tfoot .add:before {
    content: '+';
    display: inline-block;
    margin-right: 5px;
    color: #0078be; }
  .clientsAdd .tableList tfoot .add:hover {
    color: #0078be; }
.clientsAdd .tableList tbody td {
  padding-top: 5px; }
.clientsAdd .tableList input[type="text"] {
  width: 100% !important; }

.clientsIndex table,
.reportsIndex table {
  width: 100%;
  margin-left: 0 !important; }
  .clientsIndex table th, .clientsIndex table td,
  .reportsIndex table th,
  .reportsIndex table td {
    white-space: normal !important; }
  .clientsIndex table .lowPadding,
  .reportsIndex table .lowPadding {
    padding: 0 4px !important; }

.clientsIndex tr.remind td {
  background: #fff5c9; }
.clientsIndex .reminder {
  display: block;
  white-space: normal;
  color: green; }

.technology {
  margin-bottom: 15px; }
  .technology .textContent {
    overflow: hidden;
    margin-top: -10px;
    padding-right: 25px; }
  .technology .img {
    float: left;
    margin: 10px 10px 0 0; }
    .technology .img a {
      display: block;
      position: relative;
      width: 260px;
      height: 152px;
      overflow: hidden; }
      .technology .img a img {
        width: 100%; }
      .technology .img a:after {
        content: ' ';
        display: block;
        background: url(../img/technology.png);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
  .technology .more {
    margin: -10px 25px 0 0;
    text-align: right; }
    .technology .more a {
      text-decoration: none;
      font-size: 12px;
      font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
      color: #454545; }
      .technology .more a:after {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        background: url(../img/more_arrow.png);
        width: 16px;
        height: 16px;
        margin-left: 5px;
        transition: all 500ms ease;
        position: relative;
        left: 0;
        top: -1px; }
      .technology .more a:hover:after {
        left: 10px; }

#main .sideRight section > h1 a {
  color: #fff; }
  #main .sideRight section > h1 a:hover {
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
