/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box !important; }

*:before,
*:after {
  box-sizing: border-box !important; }

html {
  overflow: -moz-scrollbars-vertical;
  background-color: #ffffff;
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0; }

body, td, th, input, textarea, select, a {
  font-size: 16px; }

h1, .box-heading {
  margin: 0;
  color: #005dad; }

h2 {
  color: #005dad;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px; }

#header h3 {
  font-size: 1em; }

p {
  margin-top: 0;
  margin-bottom: 20px; }

a,
a:visited,
a b {
  color: #005dad;
  text-decoration: underline;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a img {
  border: none; }

form {
  padding: 0;
  margin: 0;
  display: inline; }

input[type='text'], input[type='password'], textarea {
  background: #F8F8F8;
  color: #005dad;
  border: 1px solid #d0e3ee;
  padding: 3px;
  margin-left: 0;
  margin-right: 0; }

select {
  background: #F8F8F8;
  color: #005dad;
  border: 1px solid #d0e3ee;
  padding: 2px; }

label {
  cursor: pointer; }

.row:before {
  display: table;
  content: '';
  clear: both; }

.row:after {
  display: table;
  content: '';
  clear: both; }

#container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  @media (max-width: 920px) {
    #container {
      width: 768px; } }
  @media (max-width: 800px) {
    #container {
      width: 100%; } }

#column-left {
  float: left;
  width: 250px; }
  @media (max-width: 800px) {
    #column-left {
      display: inline-block;
      margin-right: -4px;
      float: none;
      text-align: left;
      width: 33%;
      vertical-align: top; } }
  @media (max-width: 640px) {
    #column-left {
      display: block;
      float: none;
      width: 15em;
      text-align: center;
      margin: 0 auto; } }

#column-right {
  float: right;
  width: 250px; }
  @media (max-width: 640px) {
    #column-right {
      float: none;
      margin: 0 auto; } }

#content {
  min-height: 400px;
  margin-bottom: 10px; }
  #column-right + #content, #notification + #content {
    padding: 0 8px; }
  @media (max-width: 800px) {
    #content .box:first-child > div {
      border: none; } }
  @media (max-width: 400px) {
    #content .box:first-child > div {
      padding: 0; } }
  @media (max-width: 800px) {
    #content .box:nth-child(2) > div {
      border-top: 1px solid #d0e3ee; } }
  #content .box:nth-child(2) > div ul {
    text-align: left; }
  @media (max-width: 920px) {
    #content h1 {
      font-size: 1.5em;
      line-height: 1.1; } }

#column-left + #column-right + #content,
#column-left + #content {
  margin-left: 270px; }
  @media (max-width: 800px) {
    #column-left + #column-right + #content,
    #column-left + #content {
      display: inline-block;
      margin-right: -4px;
      float: none;
      text-align: left;
      width: 65%;
      padding: 0 5px;
      margin: 0; } }
  @media (max-width: 640px) {
    #column-left + #column-right + #content,
    #column-left + #content {
      width: 100%;
      display: block;
      text-align: center;
      padding: 0;
      margin: 0 auto; } }

#column-right + #content {
  margin-right: 270px; }
  @media (max-width: 640px) {
    #column-right + #content {
      margin: 0; } }

#header {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 4px; }
  @media (max-width: 920px) {
    #header > .row {
      text-align: center; } }
  #header #logo {
    position: absolute;
    top: 12px;
    left: 5px; }
    @media (max-width: 920px) {
      #header #logo {
        position: static; } }
  #header #address-data {
    position: absolute;
    top: 57px;
    left: 320px;
    width: 330px;
    color: #666; }
    #header #address-data .address-data-header {
      font-weight: bold;
      margin-bottom: 4px; }

#top_logo,
#top_excerpt,
#top_slider_tel {
  display: inline-block;
  margin-right: -4px;
  float: none;
  text-align: left;
  vertical-align: bottom; }

#top_logo {
  width: 30%; }
  @media (max-width: 920px) {
    #top_logo {
      display: block;
      width: 15em;
      text-align: center;
      margin: 0.7em auto 0; } }

#top_excerpt {
  width: 34%; }
  @media (max-width: 640px) and (min-width: 541px) {
    #top_excerpt {
      padding: 0 1.7em 0 0; } }
  #top_excerpt ul {
    text-align: left; }
    @media (min-width: 541px) {
      #top_excerpt ul {
        padding: 0; } }
    @media (max-width: 360px) {
      #top_excerpt ul {
        padding: 0 0 0 30px; } }

#top_slider_tel {
  width: 36%;
  text-align: right; }

.top_tel span {
  display: inline-block; }

@media (max-width: 920px) {
  #top_excerpt,
  #top_slider_tel {
    width: 42%; } }

@media (max-width: 540px) {
  #top_excerpt,
  #top_slider_tel {
    display: block;
    margin: 0 auto;
    text-align: center; } }

@media (max-width: 540px) {
  #top_excerpt {
    width: 20em; } }

@media (max-width: 360px) {
  #top_excerpt {
    width: auto; } }

@media (max-width: 540px) {
  #top_slider_tel {
    width: auto; } }

#language {
  position: absolute;
  top: 8px;
  left: 150px;
  width: 100px;
  text-align: right;
  color: #666;
  line-height: 17px; }
  #language img {
    cursor: pointer; }

#currency {
  width: 130px;
  position: absolute;
  top: 10px;
  text-align: center;
  left: 0;
  color: #666;
  line-height: 17px; }
  #currency a {
    display: inline-block;
    float: right;
    padding: 6px 2px 0 2px;
    background: url("../image/currency.png") center top no-repeat;
    height: 30px;
    width: 30px;
    color: #666;
    margin-right: 4px;
    text-decoration: none; }
  #currency a b {
    color: #000;
    text-decoration: none; }

#header #cart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  min-width: 300px; }
  @media (max-width: 920px) {
    #header #cart {
      position: inherit;
      text-align: center;
      margin: 0 auto; } }
  #header #cart .heading {
    float: left;
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin-top: 0; }
    @media (max-width: 920px) {
      #header #cart .heading {
        float: none; } }
    #header #cart .heading a {
      color: #666;
      text-decoration: none; }
  #header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: 7px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #d0e3ee;
    border-left: 1px solid #d0e3ee;
    border-right: 1px solid #d0e3ee;
    border-bottom: 1px solid #d0e3ee;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 2px 2px #d0e3ee;
    background: #FFF; }
  #header #cart.active .content {
    display: block; }

.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px; }

.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #d0e3ee; }
  @media (max-width: 490px) {
    .mini-cart-info td {
      padding: 3px 5px; } }
  @media (max-width: 490px) {
    .mini-cart-info td:not(:last-child) {
      width: auto;
      border: none; } }

.mini-cart-info .image {
  width: 1px; }
  .mini-cart-info .image img {
    border: 1px solid #d0e3ee;
    text-align: left; }

.mini-cart-info .name small {
  color: #666; }

.mini-cart-info .quantity {
  text-align: right; }

.mini-cart-info .total {
  text-align: right; }

.mini-cart-info .remove {
  text-align: right; }
  .mini-cart-info .remove img {
    cursor: pointer; }

@media (max-width: 490px) {
  .mini-cart-info, .mini-cart-info tbody, .mini-cart-info tr, .mini-cart-info th, .mini-cart-info td {
    display: block; }
  .mini-cart-info tr:not(:first-child) {
    padding: 8px 0 0; }
  .mini-cart-info .quantity, .mini-cart-info .total {
    display: inline-block; } }

.mini-cart-total {
  text-align: right; }
  .mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px; }
  .mini-cart-total td {
    color: #000;
    padding: 4px; }

#header #cart .checkout {
  text-align: right;
  clear: both; }
  #header #cart .checkout a {
    font-size: inherit;
    padding: 8px 10px; }

#header #cart .empty {
  padding-top: 50px;
  text-align: center; }

#column-left #search {
  position: relative;
  width: 100%;
  z-index: 15;
  margin-bottom: 15px; }

#column-left .button-search {
  position: absolute;
  top: 0;
  right: 0;
  background: #2B7BFB url("../image/icon-search.png") center center no-repeat;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 5px; }

#column-left #search input {
  background: #fff;
  padding: 0 15px 0 15px;
  color: #000;
  width: 175px;
  border-radius: 5px;
  height: 33px; }

#header #welcome {
  position: absolute;
  top: 106px;
  left: 320px;
  z-index: 5;
  width: 350px;
  color: #666;
  text-align: left; }

#header #welcome a {
  color: #666; }

#header .links {
  position: absolute;
  top: 0;
  right: -12px;
  padding-right: 10px;
  height: 33px;
  z-index: 9; }

#header .links a {
  float: left;
  display: block;
  padding: 18px 12px 0 12px;
  color: #FFFFFF;
  height: 33px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #022E54;
  text-decoration: none;
  font-size: 11px; }

#header .links a:hover {
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  background: #E2E2E2;
  height: 33px; }

#header .links a + a {
  background: url("../image/top-menu-hr.png") left 5px no-repeat;
  height: 33px; }

#stroka-zakazov {
  position: relative;
  padding: 3px 0 0 0; }
  #stroka-zakazov a {
    padding: 0 5px; }

#user_actions {
  float: right; }
  #user_actions a {
    display: inline-block; }
  @media (max-width: 920px) {
    #user_actions {
      float: none;
      margin: 0.5em; } }

#menu {
  background: url("../image/1.gif") bottom repeat-x;
  height: 46px;
  border-radius: 5px 5px 5px 5px;
  padding: 0 5px;
  margin-bottom: 15px; }
  @media (max-width: 800px) {
    #menu {
      width: 18em;
      height: auto;
      background-repeat: repeat-y;
      background-size: cover;
      padding: 2px 0 0;
      margin: 0 auto 1em; } }
  #menu ul {
    height: 45px;
    list-style: none;
    background: url("../image/babochka3.gif") 5px 6px no-repeat;
    padding: 0 0 0 40px;
    margin: 0; }
    @media (max-width: 920px) {
      #menu ul {
        background: none;
        padding: 0; } }
    @media (max-width: 800px) {
      #menu ul {
        height: auto; } }
  #menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding: 6px 5px 6px 10px; }
    @media (max-width: 800px) {
      #menu > ul > li {
        float: none;
        padding: 0 5px 1px 10px;
        z-index: inherit; } }
    #menu > ul > li > a.active {
      background: url("../image/menu-active.png") bottom repeat-x;
      border-radius: 5px;
      color: #FFF;
      text-shadow: 0 1px 0 #000; }
      @media (max-width: 800px) {
        #menu > ul > li > a.active {
          background: none;
          border: 1px solid white; } }
    #menu > ul > li > a {
      display: block;
      position: relative;
      z-index: 6;
      font-family: Verdana;
      color: #FFF;
      line-height: 14px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      text-shadow: 0 1px 0 #000;
      padding: 10px;
      margin-bottom: 7px; }
      @media (max-width: 920px) {
        #menu > ul > li > a {
          padding: 10px 3px; } }
      @media (max-width: 800px) {
        #menu > ul > li > a {
          padding: 10px 15px;
          border: 1px solid transparent; } }
    #menu > ul > li:hover > a {
      background: url("../image/menu-active.png") bottom repeat-x;
      color: #FFF;
      text-shadow: 0 1px 0 #000;
      border-radius: 5px; }
      @media (max-width: 800px) {
        #menu > ul > li:hover > a {
          background: none;
          border: 1px solid white; } }
    #menu > ul > li > div {
      display: none;
      background: #005baa url("../image/menu.png");
      position: absolute;
      z-index: 5;
      padding: 5px;
      border-top: 3px solid #00a0f6;
      border-left: 1px solid #0062B3;
      border-right: 1px solid #0062B3;
      border-bottom: 1px solid #0062B3;
      border-radius: 0 0 5px 5px; }
      @media (max-width: 800px) {
        #menu > ul > li > div {
          z-index: 16; } }
    #menu > ul > li:hover > div {
      display: table; }
    #menu > ul > li > div > ul {
      display: table-cell; }
    #menu > ul > li ul + ul {
      padding-left: 20px; }
    #menu > ul > li ul > li > a {
      text-decoration: none;
      padding: 4px;
      color: #FFFFFF;
      display: block;
      white-space: nowrap;
      min-width: 120px; }
      #menu > ul > li ul > li > a:hover {
        color: #00539B;
        background: #E2E2E2;
        text-shadow: 0 1px 0 #fff;
        border-radius: 5px; }
    #menu > ul > li > div > ul > li > a {
      color: #FFFFFF; }

.sf-menu, .sf-menu * {
  font-size: 1em; }

@media (max-width: 640px) {
  .sf-menu ul {
    top: 0;
    z-index: 1; } }

@media (max-width: 640px) {
  .sf-menu li.sfHover ul,
  .sf-menu li:hover ul {
    left: 0; }
  .sf-vertical .sf-menu li li:hover ul,
  .sf-vertical .sf-menu li li.sfHover:hover ul,
  .sf-vertical .sf-menu li li li:hover ul,
  .sf-vertical .sf-menu li li.sfHover li:hover ul {
    left: 0; } }

#advanced_menu {
  background: url("../image/1.gif") repeat-x;
  height: 48px;
  margin-bottom: 15px;
  border-left: 1px solid #0062B3;
  border-right: 1px solid #0062B3;
  border-top: 1px solid #0062B3;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  padding: 0 5px; }
  #advanced_menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }

* html #advanced_menu_menu ul {
  float: left;
  margin-left: 15px; }

#advanced_menu > ul > li {
  position: relative;
  float: left;
  z-index: 20;
  padding: 7px 5px 6px 0;
  background: url("../image/menu-hr.png") top right no-repeat; }

#advanced_menu li {
  position: relative;
  float: left;
  z-index: 20; }

#advanced_menu a {
  color: #FFF;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #022E54;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px 10px 10px 10px;
  margin-bottom: 7px;
  z-index: 6;
  position: relative; }

#advanced_menu li a:hover {
  background: #E2E2E2;
  border-radius: 5px;
  color: #00539B;
  text-shadow: 0 1px 0 #fff; }

#advanced_menu a.active {
  background: #E2E2E2;
  border-radius: 5px;
  color: #00539B;
  text-shadow: 0 1px 0 #fff; }

#advanced_menu ul li ul {
  margin: 0;
  position: absolute;
  left: 1px;
  float: left;
  min-width: 200px;
  background: #005baa url("../image/menu.png") repeat;
  padding: 0;
  border-top: 3px solid #00a0f6;
  border-left: 1px solid #0062B3;
  border-right: 1px solid #0062B3;
  border-bottom: 1px solid #0062B3;
  border-radius: 0 0 5px 5px; }

#advanced_menu ul li ul li {
  min-width: 200px; }

#advanced_menu ul li ul li a {
  text-transform: none;
  margin: 0; }

body #advanced_menu ul li ul {
  display: none; }

#advanced_menu ul li:hover ul, #advanced_menu ul li ul:hover {
  display: block; }

* html #advanced_menu ul li ul {
  border-top: 1px solid #555;
  border-left: 0; }

#advanced_menu > ul .parent {
  background: url("../image/menuarrow.png") 95% center no-repeat; }

#advanced_menu > ul .activeparent {
  background: url("../image/menuarrow-hover.png") 95% center no-repeat;
  background-color: #E2E2E2;
  border-radius: 5px;
  color: #00539B;
  text-shadow: 0 1px 0 #fff; }

#advanced_menu ul li ul li ul {
  visibility: hidden;
  top: 0;
  left: 100%; }

#advanced_menu ul li ul li:hover ul {
  visibility: visible; }

#advanced_menu ul li ul li:hover ul li ul {
  visibility: hidden; }

#advanced_menu ul li ul li ul li:hover ul {
  visibility: visible; }

.breadcrumb {
  font-size: 0.95em;
  color: #CCCCCC;
  margin-bottom: 10px; }
  .breadcrumb a {
    font-size: inherit; }

.success, .warning, .attention, .information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  border-radius: 5px 5px 5px 5px; }

.success {
  background: #EAF7D9 url("../image/success.png") 10px center no-repeat;
  border: 1px solid #BBDF8D;
  border-radius: 5px 5px 5px 5px; }

.warning {
  background: #FFD1D1 url("../image/warning.png") 10px center no-repeat;
  border: 1px solid #F8ACAC;
  border-radius: 5px 5px 5px 5px; }

.attention {
  background: #FFF5CC url("../image/attention.png") 10px center no-repeat;
  border: 1px solid #F2DD8C;
  border-radius: 5px 5px 5px 5px; }

.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer; }

.required {
  color: #FF0000;
  font-weight: bold; }

.error {
  display: block;
  color: #FF0000; }

.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block; }

table.group {
  width: 100%;
  border-collapse: collapse; }
  @media (max-width: 640px) {
    #content table.group .content {
      padding: 0; }
      #content table.group .content table.form {
        margin: 0; } }

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }

table.form tr td:first-child {
  width: 150px; }

table.form > * > * > td {
  color: #005dad; }

table.form td {
  padding: 4px; }

input.large-field, select.large-field {
  width: 300px; }

table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #d0e3ee;
  border-left: 1px solid #d0e3ee;
  margin-bottom: 20px; }

table.list td {
  border-right: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }

table.list thead td {
  background-color: #d0e3ee;
  padding: 0 5px; }

table.list thead td a, .list thead td {
  text-decoration: none;
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold; }

table.list tbody td {
  vertical-align: top;
  padding: 0 5px; }

table.list .left {
  text-align: left;
  padding: 7px; }

table.list .right {
  text-align: right;
  padding: 7px; }

table.list .center {
  text-align: center;
  padding: 7px; }

table.radio {
  width: 100%;
  border-collapse: collapse; }

table.radio td {
  padding: 5px;
  vertical-align: middle; }

table.radio tr td:first-child {
  width: 1px; }

table.radio tr.highlight:hover td {
  background: #d0e3ee;
  cursor: pointer; }

table.radio label {
  width: 100%;
  height: 15px;
  display: inline-block; }

@media (max-width: 540px) {
  #address-display table, #address-display table tbody, #address-display table tr, #address-display table th, #address-display table td, [action$="voucher"] table, [action$="voucher"] table tbody, [action$="voucher"] table tr, [action$="voucher"] table th, [action$="voucher"] table td {
    display: block; }
  #address-display table select, #address-display table textarea, [action$="voucher"] table select, [action$="voucher"] table textarea {
    width: 100%; } }

.pagination {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-top: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }
  @media (max-width: 640px) {
    .pagination {
      width: 98%; } }

.pagination .links {
  float: left; }

.pagination .links a {
  display: inline-block;
  border: 1px solid #d0e3ee;
  padding: 4px 10px;
  background: #d0e3ee;
  text-decoration: none;
  color: #00539B;
  text-shadow: 0 1px 0 #fff; }

.pagination .links b {
  display: inline-block;
  border: 1px solid #d0e3ee;
  padding: 4px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  background: #d0e3ee; }

.pagination .results {
  float: right;
  padding-top: 3px; }

a.button,
input.button {
  cursor: pointer;
  color: #FFFFFF;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url("../image/button.png") top left repeat-x;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 2px #0062B3;
  border: 1px solid #e0eff8;
  text-shadow: 0 1px 0 #000;
  margin: 3px; }

a.button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 12px 9px 12px;
  margin: 3px; }

input.button {
  margin: 3px;
  border: 0;
  height: 30px;
  padding: 0 12px 4px 12px;
  border: 1px solid #e0eff8; }

a.button:hover, input.button:hover {
  background: url("../image/button-active.png") repeat-x;
  text-shadow: 0 1px 0 #000; }

a.button-detail {
  cursor: pointer;
  color: #FFFFFF;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 8px 6px;
  background: url("../image/button.png") top left repeat-x;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 2px #0062B3;
  border: 1px solid #e0eff8;
  text-shadow: 0 1px 0 #000; }

a.button-detail:hover {
  background: url("../image/button-active.png") repeat-x;
  text-shadow: 0 1px 0 #000; }

.buttons {
  background: #FFFFFF;
  border: 1px solid #d0e3ee;
  overflow: auto;
  padding: 6px;
  margin-bottom: 20px; }

.buttons .left {
  float: left;
  text-align: left; }

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

.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.htabs {
  height: 30px;
  line-height: 16px;
  border-bottom: 1px solid #d0e3ee; }

.htabs a {
  border-top: 1px solid #d0e3ee;
  border-left: 1px solid #d0e3ee;
  border-right: 1px solid #d0e3ee;
  background: #FFFFFF url("../image/tab.png") repeat-x;
  padding: 7px 15px 6px 15px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  margin-right: 2px;
  display: none; }

.htabs a.selected {
  padding-bottom: 7px;
  background: #FFFFFF; }

.tab-content {
  border-left: 1px solid #d0e3ee;
  border-right: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 2;
  overflow: auto; }

.tab-content-2 {
  border: 1px solid #d0e3ee;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 2;
  overflow: auto; }

@media (max-width: 640px) {
  #tab-review .buttons {
    text-align: center; }
    #tab-review .buttons > div {
      display: inline-block;
      float: none; } }

.box {
  margin-bottom: 20px; }
  .box .box-heading {
    border-radius: 5px 5px 0 0;
    font-family: Verdana;
    background: url("../image/1.gif") bottom repeat-x;
    padding: 8px 10px 8px 10px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
    text-shadow: 0 1px 0 #000; }
  .box .box-heading a {
    text-shadow: 0 1px 0 #000;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF; }
  .box .box-content {
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    border-left: 1px solid #d0e3ee;
    border-right: 1px solid #d0e3ee;
    border-bottom: 1px solid #d0e3ee;
    padding: 10px; }
    @media (max-width: 640px) {
      .box .box-content .bottom {
        display: none; } }

.box-product {
  width: 100%;
  overflow: auto;
  text-align: center; }
  .box-product > div {
    width: 144px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    text-align: center;
    margin: 0 15px 20px;
    border: 1px solid #d0e3ee;
    border-radius: 5px; }
    @media (max-width: 640px) {
      .box-product > div {
        margin: 0 3px 9px; } }
    .box-product > div a {
      color: #586d85;
      font-weight: bold; }

#column-left .box-product > div {
  width: 175px;
  padding-top: 5px;
  margin: 0 0 15px 0; }

#column-right .box-product > div {
  width: 175px;
  padding-top: 5px;
  margin: 0 0 15px 0; }

#column-left + #content .box-product > div {
  width: 160px; }
  @media (max-width: 400px) {
    #column-left + #content .box-product > div {
      width: 130px;
      overflow: hidden; } }

#column-right + #content .box-product > div {
  width: 132px; }

#column-left + #column-right + #content .box-product > div {
  width: 158px; }

.box-product .sale {
  position: absolute;
  background: url("../image/sale.png") no-repeat;
  margin: 2px 2px;
  height: 37px;
  width: 36px;
  z-index: 1;
  color: #FFF;
  padding-top: 10px;
  text-align: center;
  font-weight: bold; }

.box-product .sale-2 {
  position: absolute;
  background: url("../image/sale_product.png") no-repeat;
  margin: 2px 2px;
  height: 51px;
  width: 50px;
  z-index: 100;
  color: #FFF;
  padding-top: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.box-product .image {
  display: block;
  margin-bottom: 0; }

.box-product .name a {
  color: #005dad;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  clear: both;
  min-height: 30px; }

.box-product .price {
  display: block;
  font-weight: bold;
  color: #005dad;
  margin-bottom: 4px; }

.box .box-product .price-2 {
  float: right;
  margin: 15px -6px 0 0;
  background: url("../image/price.png") no-repeat;
  width: 98px;
  height: 45px;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 12px;
  font-weight: bold; }

.box-product .price-old-2 {
  color: #fdd0ce;
  top: -8px;
  position: relative;
  font-size: 11px;
  text-decoration: line-through; }

.box-product .price-new-2 {
  font-weight: bold;
  top: -8px;
  position: relative; }

.box-product .price-old {
  color: #F00;
  text-decoration: line-through; }

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

.box-product .rating {
  display: block;
  margin-bottom: 4px; }

.box-category {
  margin-top: -5px; }

.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.box-category > ul > li {
  padding: 8px 8px 8px 0; }
  @media (max-width: 640px) {
    .box-category > ul > li {
      padding: 1px 8px 1px 0; } }

.box-category > ul > li + li {
  border-top: 1px solid #d0e3ee; }
  @media (max-width: 640px) {
    .box-category > ul > li + li {
      border: none; } }

.box-category > ul > li > a {
  text-decoration: none;
  color: #005dad;
  padding-left: 20px; }

.box-category > ul > li > a:hover {
  color: #63abe9; }

.box-category > ul > li ul {
  display: none; }

.box-category .article-cat {
  border-bottom: 1px solid #d0e3ee; }

.box-category > ul > li a.no-active {
  font-weight: bold;
  background: url("../image/cat-no-active.png") 0 -1px no-repeat; }

.box-category > ul > li a.active {
  font-weight: bold;
  background: url("../image/cat-active.png") 0 0 no-repeat; }

.box-category > ul > li a.active + ul {
  display: block; }

.box-category > ul > li ul > li {
  padding: 5px 5px 0 14px; }

.box-category > ul > li ul > li > a {
  text-decoration: none;
  display: block; }

.box-category > ul > li ul > li > a:hover {
  color: #63abe9; }

.box-category > ul > li ul > li > a.child-active {
  font-weight: bold; }

#content .content {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #d0e3ee; }
  #content .content ul li {
    margin-bottom: 5px; }
  #content .content .left {
    float: left;
    width: 49%; }
  #content .content .right {
    float: right;
    width: 49%; }

.category-info {
  overflow: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #D0E3EE; }
  @media (max-width: 640px) {
    .category-info {
      padding: 0 5px; } }
  .category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #d0e3ee; }
    @media (max-width: 490px) {
      .category-info .image {
        float: none;
        margin: 0 auto 0.8em; } }

.category-list {
  overflow: auto;
  margin-bottom: 20px; }

.category-list ul {
  float: left;
  width: 18%; }

.category-list .div a {
  text-decoration: underline;
  font-weight: bold; }

.manufacturer-category {
  border: 1px solid #d0e3ee;
  background: #d0e3ee;
  padding: 2px 6px;
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px 5px 5px 5px; }

.manufacturer-list {
  border: 1px solid #d0e3ee;
  padding: 5px;
  overflow: auto;
  margin-bottom: 20px; }

.manufacturer-heading {
  background: #d0e3ee;
  border: 1px solid #d0e3ee;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 6px; }

.manufacturer-content {
  padding: 8px; }

.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px; }

.product-filter {
  font-size: 0.84em;
  padding: 5px;
  overflow: auto;
  border-top: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }
  .product-filter .display {
    float: left;
    color: #005dad;
    padding-top: 4px;
    margin-right: 15px; }
    .product-filter .display a {
      font-weight: bold; }
  .product-filter .sort {
    float: right;
    color: #005dad; }
  .product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #005dad; }
  .product-filter a, .product-filter select {
    font-size: inherit; }

.product-compare {
  padding-top: 6px;
  margin-bottom: 25px;
  font-weight: bold; }
  .product-compare a {
    text-decoration: none;
    font-weight: bold; }

.product-list > div {
  overflow: auto;
  margin-bottom: 15px; }
  @media (max-width: 800px) {
    .product-list > div {
      padding: 0 5px; } }
  .product-list > div:first-child {
    margin: -15px 0 12px; }
    @media (max-width: 800px) {
      .product-list > div:first-child {
        padding: 7px 5px 0; } }

.product-list .right {
  float: right;
  margin-left: 15px; }

.product-list > div + div {
  border-top: 1px solid #d0e3ee;
  padding-top: 16px; }

.product-list .sale {
  position: absolute;
  background: url("../image/sale.png") no-repeat;
  margin: 2px 2px;
  height: 37px;
  width: 36px;
  z-index: 1;
  color: #FFF;
  padding-top: 10px;
  text-align: center;
  font-weight: bold; }

.product-list .image {
  float: left;
  margin-right: 10px; }
  @media (max-width: 640px) {
    .product-list .image {
      float: none; } }
  .product-list .image img {
    padding: 3px;
    border: 1px solid #d0e3ee; }

.product-list .name {
  margin-bottom: 3px; }
  .product-list .name a {
    color: #005dad;
    font-weight: bold;
    text-decoration: none; }
    .product-list .name a:hover {
      text-decoration: underline; }

.product-list .description {
  line-height: 15px;
  color: #005dad;
  font-size: 0.9em;
  margin-bottom: 5px; }
  @media (max-width: 640px) {
    .product-list .description {
      text-align: left; } }

.product-list .rating {
  color: #005dad; }

.product-list .price {
  float: right;
  height: 50px;
  text-align: right;
  color: #005dad;
  font-size: 1.2em;
  margin-left: 8px; }

.product-list .price-old {
  color: #F00;
  font-size: 12px;
  text-decoration: line-through; }

.product-list .price-new {
  font-weight: bold; }

.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #86b2d9; }

.product-list .cart {
  margin-bottom: 3px; }
  .product-list .cart input {
    padding: 2px 12px 4px;
    font-size: inherit;
    position: relative;
    top: -5px; }

.product-list .wishlist,
.product-list .compare {
  text-align: left;
  margin-bottom: 3px; }
  .product-list .wishlist a,
  .product-list .compare a {
    color: #86b2d9;
    text-decoration: none;
    padding-left: 18px;
    display: block; }

.product-list .wishlist a {
  background: url("../image/add.png") left center no-repeat; }

.product-list .compare {
  margin: 0 0 6px; }
  .product-list .compare a {
    background: url("../image/add.png") left 60% no-repeat; }

.product-grid {
  width: 100%;
  overflow: auto;
  text-align: center; }
  .product-grid > div {
    width: 144px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-bottom: 10px;
    margin: 0 5px 20px 5px;
    border: 1px solid #d0e3ee;
    border-radius: 5px; }

#column-left + #content .product-grid > div {
  width: 166px; }

#column-right + #content .product-grid > div {
  width: 166px; }

#column-left + #column-right + #content .product-grid > div {
  width: 166px; }

.product-grid .sale {
  position: absolute;
  background: url("../image/sale.png") no-repeat;
  margin: 2px 2px;
  height: 37px;
  width: 36px;
  z-index: 1;
  color: #FFF;
  padding-top: 10px;
  text-align: center;
  font-weight: bold; }

.product-grid .image {
  display: block;
  margin-bottom: 0; }

.product-grid .name a {
  color: #005dad;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  clear: both;
  min-height: 30px; }

.product-grid .description {
  display: none; }

.product-grid .rating {
  display: block;
  margin-bottom: 4px; }

.product-grid .price {
  display: block;
  font-weight: bold;
  color: #005dad;
  margin-bottom: 4px; }

.product-grid .price-old {
  color: #F00;
  text-decoration: line-through; }

.product-grid .price-new {
  font-weight: bold; }

.product-grid .price .price-tax {
  display: none; }

.product-grid .cart {
  margin-bottom: 3px; }

.product-grid .wishlist, .product-grid .compare {
  margin-bottom: 3px; }

.product-grid .wishlist a {
  color: #86b2d9;
  text-decoration: none; }

.product-grid .compare a {
  color: #86b2d9;
  text-decoration: none; }

.product-info {
  overflow: auto;
  margin-bottom: 20px; }
  .product-info > .left {
    float: left;
    margin-right: 15px; }
  .product-info > .left + .right {
    margin-left: 265px; }
    @media (max-width: 800px) {
      .product-info > .left + .right {
        margin: 0 auto; } }
  @media (max-width: 800px) {
    .product-info .left,
    .product-info .right {
      float: none;
      margin: 0 auto; } }
  .product-info .image {
    float: left;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #d0e3ee; }
    @media (max-width: 800px) {
      .product-info .image {
        float: none;
        margin: 0 auto; } }
  .product-info .description {
    line-height: 20px;
    color: #005dad;
    font-weight: bold;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    border-top: 1px solid #d0e3ee;
    border-bottom: 1px solid #d0e3ee; }
    @media (max-width: 800px) {
      .product-info .description {
        border-bottom: none; } }
    .product-info .description span {
      color: #005dad;
      font-weight: normal; }
    .product-info .description a {
      color: #005dad;
      text-decoration: underline; }
    .product-info .description a:hover {
      color: #005dad;
      text-decoration: none; }
  .product-info .price {
    overflow: auto;
    border-bottom: 1px solid #d0e3ee;
    padding: 0 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #005dad; }
    @media (max-width: 800px) {
      .product-info .price {
        border-bottom: none; } }
  .product-info .cart {
    color: #005dad;
    overflow: auto;
    padding: 3px 5px 13px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0e3ee; }
    @media (max-width: 800px) {
      .product-info .cart {
        border-bottom: none; } }
    .product-info .cart div {
      float: left;
      vertical-align: middle; }
      .product-info .cart div:first-child {
        position: relative;
        top: 5px; }
      @media (max-width: 380px) {
        .product-info .cart div {
          float: none; } }
    .product-info .cart div > span {
      padding-top: 7px;
      display: block;
      color: #86b2d9; }
    .product-info .cart .minimum {
      padding-top: 5px;
      font-size: 11px;
      color: #86b2d9;
      clear: both; }
  .product-info #button-cart {
    margin: 0;
    position: relative;
    top: -3px; }
  .product-info .review {
    color: #86b2d9;
    border-top: 1px solid #d0e3ee;
    border-left: 1px solid #d0e3ee;
    border-right: 1px solid #d0e3ee;
    margin-bottom: 10px; }
    .product-info .review > div {
      padding: 8px;
      border-bottom: 1px solid #d0e3ee;
      line-height: 20px; }
    .product-info .review > div > span {
      color: #38B0E3; }
    .product-info .review .share {
      overflow: auto;
      line-height: normal; }
    .product-info .review .share a {
      text-decoration: none; }
  .product-info .sale {
    position: absolute;
    background: url("../image/sale_product.png") no-repeat;
    margin: 2px 2px;
    height: 51px;
    width: 50px;
    z-index: 6;
    color: #FFF;
    padding-top: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
  .product-info .image_colorbox {
    position: absolute;
    background: url("../image/view.png") no-repeat;
    display: block;
    margin: 2px 2px;
    height: 51px;
    width: 50px;
    margin-left: 195px;
    z-index: 9; }
  .product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden; }
  .product-info .image-additional img {
    border: 1px solid #d0e3ee; }
  .product-info .saving {
    font-size: 14px; }
  .product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px; }
  .product-info .price-old {
    color: #F00;
    font-size: 15px;
    text-decoration: line-through; }
  .product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #86b2d9; }
  .product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #86b2d9; }
  .product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #52b2d9; }
  .product-info .options {
    border-bottom: 1px solid #d0e3ee;
    padding: 0 5px 10px 5px;
    margin-bottom: 10px;
    color: #005dad; }
  .product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px; }
    .product-info .option-image label {
      display: block;
      width: 100%;
      height: 100%; }
    .product-info .option-image img {
      margin-right: 5px;
      border: 1px solid #d0e3ee;
      cursor: pointer; }

.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #d0e3ee;
  border-left: 1px solid #d0e3ee;
  margin-bottom: 20px; }

.attribute thead td, .attribute thead tr td:first-child {
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  font-weight: bold;
  background: #d0e3ee;
  text-align: left; }

.attribute tr td:first-child {
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  background: #F3F3F3;
  font-weight: bold;
  text-align: right;
  width: 20%; }

.attribute td {
  padding: 7px;
  color: #005dad;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }

.compare-info {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #d0e3ee;
  border-left: 1px solid #d0e3ee; }
  @media (max-width: 540px) {
    .compare-info {
      text-align: center; }
      .compare-info, .compare-info tbody, .compare-info tr, .compare-info th, .compare-info td {
        display: block; }
      .compare-info thead {
        display: none; }
      .compare-info tr {
        border-bottom: 1px solid #d0e3ee;
        border-right: 1px solid #d0e3ee; }
        .compare-info tr td {
          display: inline-block;
          width: 49%;
          border: none; }
          .compare-info tr td:first-child {
            display: block;
            width: 100%;
            margin: 0 auto; }
      .compare-info .description {
        font-size: 0.85em; } }
  .compare-info thead td,
  .compare-info thead tr td:first-child {
    color: #00539B;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    font-weight: bold;
    background: #d0e3ee;
    text-align: left; }
    @media (max-width: 540px) {
      .compare-info thead td,
      .compare-info thead tr td:first-child {
        text-align: center; } }
  .compare-info tr td:first-child {
    color: #005dad;
    font-weight: bold;
    text-align: right; }
    @media (max-width: 540px) {
      .compare-info tr td:first-child {
        text-align: center; } }
  .compare-info td {
    padding: 7px;
    width: 20%;
    color: #005dad;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #d0e3ee;
    border-bottom: 1px solid #d0e3ee; }
  .compare-info .name a {
    font-weight: bold; }
  .compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through; }
  .compare-info .price-new {
    font-weight: bold; }

#cboxTitle {
  font-size: 0.84em;
  white-space: nowrap;
  overflow: hidden; }

#cboxClose {
  border: none; }

.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d0e3ee;
  border-left: 1px solid #d0e3ee;
  border-right: 1px solid #d0e3ee;
  margin-bottom: 20px; }

.wishlist-info td {
  padding: 7px; }

.wishlist-info thead td {
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  background-color: #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }

.wishlist-info thead .image {
  text-align: center; }

.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left; }

.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right; }

.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #d0e3ee; }

.wishlist-info tbody .image img {
  border: 1px solid #d0e3ee; }

.wishlist-info tbody .image {
  text-align: center; }

.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left; }

.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right; }

.wishlist-info tbody .price s {
  color: #F00; }

.wishlist-info tbody .action img {
  cursor: pointer; }

.border {
  margin: 5px 0 20px 0;
  padding-top: 10px;
  border-top: 3px solid #00a0f6; }

.login-content {
  overflow: auto;
  padding-top: 10px;
  margin: 5px 0 20px 0;
  border-top: 3px solid #00a0f6; }
  .login-content .left {
    float: left;
    width: 48%; }
  .login-content .right {
    float: right;
    width: 48%; }
  @media (max-width: 490px) {
    .login-content .left,
    .login-content .right {
      float: none;
      width: 100%;
      margin: 0 auto; } }
  .login-content .left .content,
  .login-content .right .content {
    min-height: 190px; }

.order-list {
  margin-bottom: 10px; }

.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.order-list .order-content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }

.order-list .order-content div {
  float: left;
  width: 33.3%; }

.order-list .order-info {
  text-align: right; }

.order-detail {
  background: #EFEFEF;
  font-weight: bold; }

.return-list {
  margin-bottom: 10px; }

.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.return-list .return-content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }

.return-list .return-content div {
  float: left;
  width: 33.3%; }

.return-list .return-info {
  text-align: right; }

.return-product {
  overflow: auto;
  margin-bottom: 20px; }

.return-name {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-model {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-quantity {
  float: left;
  width: 31%; }

.return-detail {
  overflow: auto;
  margin-bottom: 20px; }

.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-opened textarea {
  width: 98%;
  vertical-align: top; }

.return-captcha {
  float: left; }

.download-list {
  margin-bottom: 10px; }

.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.download-list .download-content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }

.download-list .download-content div {
  float: left;
  width: 33.3%; }

.download-list .download-info {
  text-align: right; }

.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #d0e3ee;
  border-left: 1px solid #d0e3ee;
  border-right: 1px solid #d0e3ee; }
  @media (max-width: 740px) {
    .cart-info table, .cart-info table tbody, .cart-info table tr, .cart-info table th, .cart-info table td {
      display: block; }
    .cart-info table thead {
      display: none; }
    .cart-info table td {
      text-align: left; }
      .cart-info table td:before {
        content: attr(data-label);
        display: inline-block;
        vertical-align: middle;
        width: 7em;
        padding-right: 1em; } }

.cart-info td {
  padding: 7px; }

.cart-info thead td {
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  background-color: #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }

.cart-info thead .image {
  text-align: center; }

.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left; }

.cart-info thead .price,
.cart-info thead .total {
  text-align: right; }

.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #d0e3ee; }

.cart-info tbody .image img {
  border: 1px solid #d0e3ee; }

.cart-info tbody .image {
  text-align: center; }
  @media (max-width: 740px) {
    .cart-info tbody .image {
      text-align: left; } }

.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left; }

.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer; }

.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right; }

.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold; }

.cart-module > div {
  display: none; }

.cart-total {
  border-top: 1px solid #d0e3ee;
  overflow: auto;
  padding-top: 8px;
  margin-bottom: 15px; }

.cart-total table {
  float: right; }

.cart-total td {
  padding: 3px;
  text-align: right; }

.checkout-heading {
  background: #d0e3ee;
  border: 1px solid #d0e3ee;
  padding: 8px;
  font-weight: bold;
  font-size: 13px;
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 15px; }
  .checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none; }

.checkout-content {
  display: none;
  overflow: auto;
  padding: 0 0 15px 0; }
  .checkout-content .left {
    float: left;
    width: 48%; }
  .checkout-content .right {
    float: right;
    width: 48%; }
  @media (max-width: 540px) {
    .checkout-content .left, .checkout-content .right {
      float: none;
      width: 100%;
      margin: 0 auto; } }
  .checkout-content .buttons {
    clear: both; }

.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d0e3ee;
  border-left: 1px solid #d0e3ee;
  border-right: 1px solid #d0e3ee;
  margin-bottom: 20px; }

.checkout-product td {
  padding: 7px; }

.checkout-product thead td {
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  background-color: #d0e3ee;
  border-bottom: 1px solid #d0e3ee; }

.checkout-product thead .name, .checkout-product thead .model {
  text-align: left; }

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
  text-align: right; }

.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #d0e3ee; }

.checkout-product tbody .name, .checkout-product tbody .model {
  text-align: left; }

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
  text-align: right; }

.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #d0e3ee; }

.contact-info {
  overflow: auto; }

.contact-info .left {
  float: left;
  width: 48%; }

.contact-info .right {
  float: left;
  width: 48%; }

.sitemap-info {
  overflow: auto;
  margin-bottom: 40px; }

.sitemap-info .left {
  float: left;
  width: 48%; }

.sitemap-info .right {
  float: left;
  width: 48%; }

.clear {
  clear: both; }

#footer {
  overflow: auto;
  padding: 0 20px;
  min-height: 100px;
  background: #f9f9f9;
  border-left: 1px solid #DBDEE1;
  border-right: 1px solid #DBDEE1; }
  @media (max-width: 800px) {
    #footer {
      padding: 6px 20px 5px; } }
  #footer h3 {
    position: absolute;
    color: #00539B;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 30px;
    margin-top: -35px;
    margin-bottom: 10px; }
  #footer .info {
    background: url("../image/h3-icon1.png") 0 1px no-repeat; }
  #footer .service {
    background: url("../image/h3-icon2.png") 0 1px no-repeat; }
  #footer .extra {
    background: url("../image/h3-icon3.png") 0 2px no-repeat;
    padding-bottom: 20px; }
  #footer .account {
    background: url("../image/h3-icon4.png") 0 1px no-repeat; }
  @media (max-width: 800px) {
    #footer .extra,
    #footer .account {
      padding: 5px 0 2px 30px; } }
  #footer .column {
    float: left;
    width: 25%;
    min-height: 120px;
    background: url("../image/footer-hr.gif") 95% -30px no-repeat; }
    @media (max-width: 800px) {
      #footer .column {
        width: 50%; } }
    @media (max-width: 490px) {
      #footer .column {
        width: 100%;
        background: none; } }
    @media (max-width: 800px) {
      #footer .column:nth-child(2) {
        background: none; } }
    @media (max-width: 800px) {
      #footer .column h3 {
        position: inherit;
        margin: 0; } }
  #footer .column ul {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  #footer .column ul li {
    margin-bottom: 3px;
    line-height: 22px;
    background: url("../image/footer-arrow.png") 0 3px no-repeat;
    padding-left: 20px; }
  #footer .column ul li:hover {
    margin-bottom: 3px;
    background: url("../image/footer-arrow.png") 3px 3px no-repeat;
    padding-left: 20px; }
  #footer .column a {
    text-decoration: none;
    color: #005dad;
    font-size: 0.9em; }
  #footer .column a:hover {
    text-decoration: none; }

.footer-top-left {
  background: url("../image/footer-top-left.png") no-repeat;
  height: 60px;
  overflow: hidden;
  padding-left: 7px; }
  @media (max-width: 800px) {
    .footer-top-left {
      height: 15px; } }
  .footer-top-left .footer-top-right {
    background: url("../image/footer-top-right.png") no-repeat 100% 0;
    height: 100%;
    padding-right: 7px; }
  .footer-top-left .footer-top-middle {
    background: url("../image/footer-top-middle.png") repeat-x center top;
    height: 100%; }

#footer-bottom {
  height: 137px; }

#footer-final {
  width: 884px;
  margin: 8px auto;
  text-align: center; }
  @media (max-width: 920px) {
    #footer-final {
      width: 768px; } }
  @media (max-width: 800px) {
    #footer-final {
      width: 98%; } }

[id^='footer-final_'] {
  display: inline-block;
  margin-right: -4px;
  float: none;
  text-align: left;
  margin: 0; }

#footer-final_left {
  float: left;
  margin: 1.9em 0 0; }
  @media (max-width: 540px) {
    #footer-final_left {
      float: none;
      margin: 0.5em 0; } }

#footer-final_right {
  text-align: right;
  float: right; }
  @media (max-width: 540px) {
    #footer-final_right {
      float: none;
      text-align: center;
      margin: 0 auto 8px; } }

@media (max-width: 540px) {
  [id^='footer-final_'] {
    display: block;
    text-align: center; } }

#footer-menu {
  background: url("../image/1.gif") bottom repeat-x;
  height: 42px;
  text-align: center;
  margin-bottom: 4px;
  border-radius: 0 0 5px 5px;
  width: 900px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 920px) {
    #footer-menu {
      width: 768px; } }
  @media (max-width: 800px) {
    #footer-menu {
      width: 100%; } }
  #footer-menu .footer-links {
    background: url("../image/babochka3.gif") 10px 3px no-repeat;
    height: 45px;
    text-align: left; }
  #footer-menu .footer-links .style1 {
    padding: 12px 0 0 50px; }
  #footer-menu .footer-links a {
    display: inline-block;
    padding: 18px 12px 0 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #022E54;
    text-decoration: none;
    font-size: 11px; }
  #footer-menu .footer-links a:hover {
    text-decoration: underline; }
  #footer-menu .footer-links a + a {
    background: url("../image/menu-hr.png") left 0 no-repeat;
    height: 42px; }

#powered {
  margin-top: 5px;
  text-align: center;
  clear: both; }

.banner div {
  text-align: center;
  width: 100%;
  display: none; }

.banner div img {
  margin-bottom: 20px; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  background: #e5e5e5;
  position: absolute;
  z-index: 2000;
  border: 1px solid #8e8e8e; }

.reveal-modal .modal {
  background: #4F4F4F;
  padding: 7px; }

.reveal-modal .modal .contents {
  padding: 0 10px 20px 10px;
  background: #F8F8F8;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 4px #000;
  height: 600px;
  text-align: left; }

.reveal-modal .modal .contents > .left {
  float: left;
  margin-right: 15px; }

.reveal-modal .modal .contents > .left + .right {
  margin-left: 265px; }

.reveal-modal .modal .contents .name {
  background: #e6e5e5;
  color: #00539B;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 -10px 10px -10px;
  padding: 10px;
  border-bottom: 1px solid #cecece;
  border-radius: 2px 2px 0 0; }

.reveal-modal .modal .contents .images {
  border: 1px solid #d0e3ee;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center; }

.reveal-modal .modal .contents .description {
  border-top: 1px solid #d0e3ee;
  border-bottom: 1px solid #d0e3ee;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #005dad;
  font-weight: bold; }

.reveal-modal .modal .contents .description span {
  color: #005dad;
  font-weight: normal; }

.reveal-modal .modal .contents .description a {
  color: #005dad;
  text-decoration: underline; }

.reveal-modal .modal .contents .description a:hover {
  text-decoration: none; }

.reveal-modal .modal .contents .price {
  overflow: auto;
  border-bottom: 1px solid #d0e3ee;
  padding: 0 5px 10px 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #005dad; }

.reveal-modal .modal .contents .price-old {
  color: #F00;
  text-decoration: line-through; }

.reveal-modal .modal .contents .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #86b2d9; }

.reveal-modal .modal .contents .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #86b2d9; }

.reveal-modal .modal .contents .cart {
  border-bottom: 1px solid #d0e3ee;
  padding: 3px 5px 13px 5px;
  margin-bottom: 20px;
  color: #005dad;
  overflow: auto; }

.reveal-modal .modal .contents .cart div {
  float: left;
  vertical-align: middle; }

.reveal-modal .modal .contents .cart div > span {
  padding-top: 7px;
  display: block;
  color: #86b2d9; }

.reveal-modal .modal .contents .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #86b2d9;
  clear: both; }

.reveal-modal .modal .contents .htabs {
  height: 30px;
  line-height: 16px;
  border-bottom: 1px solid #d0e3ee;
  clear: both; }

.reveal-modal .close-reveal-modal {
  position: absolute;
  display: block;
  top: 12px;
  right: 11px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  background: url("../image/closes.png") center bottom no-repeat; }

.reveal-modal .close-reveal-modal:hover {
  background: url("../image/closes.png") center top no-repeat; }

.reveal-modal .saving {
  font-size: 12px; }

.boxgrid {
  overflow: hidden;
  position: relative; }

.boxcaption {
  position: absolute;
  width: 100%;
  text-align: center; }

.caption .boxcaption {
  top: 300%;
  left: 0; }

.article-share {
  text-align: right;
  width: 100%;
  height: 50px;
  overflow: hidden; }

.article-prelated-head {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 7px;
  margin-left: 5px; }

.article-author-head {
  background: #eee;
  padding: 5px;
  border: 1px solid #d0e3ee; }

.article-content {
  border: 1px solid #d0e3ee;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 2;
  overflow: auto; }

.article-image {
  padding: 8px;
  background: #eee;
  border: 1px solid #d0e3ee;
  margin-left: 15px;
  margin-bottom: 10px;
  float: right; }

.line-article-coments {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  font-style: italic;
  margin-bottom: 7px;
  margin-left: 5px; }

.title-coments {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal; }

.article-coments {
  color: #F00;
  font-style: normal; }

.headlines-text-coments {
  font-style: italic;
  color: #86b2d9; }

.button-more {
  float: right;
  margin: 5px; }

#artsearch {
  border-top: 1px solid #d0e3ee;
  padding-top: 10px;
  width: 188px; }

#artsearch .button-artsearch {
  position: relative;
  float: right;
  background: url("../image/button-artsearch.png") center center no-repeat;
  width: 27px;
  height: 24px;
  margin-top: -24px;
  display: block;
  border-left: 1px solid #d0e3ee;
  cursor: pointer; }

#artsearch input {
  background: #FFF;
  padding: 1px 33px 1px 4px;
  width: 150px;
  height: 21px;
  border: 1px solid #d0e3ee;
  border-radius: 3px 3px 3px 3px; }

.box-news-story > div {
  display: inline-block;
  width: 30%;
  padding: 5px;
  vertical-align: top; }

.box-news-story .news-story-title {
  margin-bottom: 5px; }

.box-news-story .news-story-title a {
  font-weight: bold;
  text-decoration: none; }

.box-news-story .news-story-read-more {
  margin: 5px 0 0 0; }

.box-news-story .news-story-coments {
  margin: 5px 0 0 0;
  font-style: italic;
  color: #86b2d9; }

.box-news-side > div {
  border-bottom: 1px dotted #aaa;
  margin-bottom: 5px;
  padding-bottom: 5px; }

.box-news-side .news-story-title {
  margin-bottom: 2px; }

.box-news-side .news-story-title a {
  font-weight: bold;
  text-decoration: none; }

.box-news-side .description {
  font-size: 11px; }

.box-news-side .news-story-read-more {
  margin: 0;
  float: right; }

.box-news-side .news-story-read-more a {
  font-weight: bold; }

.box-news-side .news-story-coments {
  margin: 0;
  font-style: italic;
  color: #777;
  font-size: 11px;
  float: left; }

.box-news-side .info {
  overflow: auto;
  margin-top: 2px; }

#quick_search_results {
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 37px;
  left: 0;
  background-color: #fff;
  border: 1px solid #D0E3EE;
  list-style-type: none;
  z-index: 9999;
  min-width: 238px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

#quick_search_results li {
  padding: 5px; }

#quick_search_results a, #quick_search_results a:visited, #quick_search_results a:hover {
  color: #000;
  text-decoration: none; }

#quick_search_results a:hover {
  color: #000; }

#quick_search_results li:hover {
  background-color: #fff; }

#quick_search_results .lisves {
  background-color: #fff; }

.cloud-zoom-lens {
  border: 4px solid #888;
  margin: -4px;
  background-color: #fff;
  cursor: move; }

.cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0; }

.cloud-zoom-big {
  border: 4px solid #ccc;
  overflow: hidden; }

.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000; }

#share42 {
  display: inline-block;
  float: right;
  padding: 0 0 0 6px; }
  #share42 a {
    opacity: 0.5; }
  #share42:hover a {
    opacity: 0.7; }
  #share42 a:hover {
    opacity: 1; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left,
        .carousel-inner > .item.prev.right,
        .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.right {
    left: auto;
    right: 0; }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#top_carousel {
  width: 200px;
  display: inline-block; }
  @media (min-width: 541px) {
    #top_carousel {
      margin: 0 29px 0 0; } }

.carousel-control .glyphicon-chevron-left {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABQCAMAAAC3ZnzwAAAAilBMVEVPT09LTGlLTGhMTWhPUWpQUWlQUWpTU2pUVGtUVGtUVGtUVGtWV2pXWGtXV2pXWGtXWGtYWGtYWGtaWmpaWmpaWmlaWmlcXGlcXGhcXGdcXGddXWZdXWRcXWRdXWRcXGJbW19bW2BbXGBcXGBcXGFPT09QUFBSUlNTU1NWVldYWFpZWVpZWVtaWlwAiinpAAAAJXRSTlMAGR0hZGdtl5yfoaPDxMbIycrM3+Hi5PDy8/T4+vv7/f7+/v7+sBgoVAAAASRJREFUSMfFl9kOgjAQRUFABXcFxV3RYXH5/9/TEGOmL9PepsZ5Pg+UM6vntTG/hZ5hDIkehuiC3nE2QlfUxsEA3dIn1lr0SN9YatATsZjIbM7ZcgDAVSTDOw43gQxfOKxz8uTwRWb9hsMaJ2HNYY2TfslhjZMRZ2kmw6niJAac1KFDJ4W1E02dBIqTPeIkl+Ge4iST4bHiZCrDmeIkkeGNvRNfhq/WTgqZ7SBOIsRJrDhJkTqZ/MvJHnHys97l3QEYYIFvAN4G/LO14iIy74WJo9wBchLIdaSGgNoEan73EwdAnQE9FejVwAwIgHkPzKzC1kFgPruBOogd7RrADgPsRr6tA2e9yNZB1XW1KyM7OLLbs5th4/YWgW6cNstMbyfDm+wFPJGUHfGoJ5MAAAAASUVORK5CYII=) no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: 100%;
  width: 17px;
  height: 31px;
  margin: -12px 0 0 -39px;
  opacity: 0.6; }

.carousel-control .glyphicon-chevron-right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABQCAMAAAC3ZnzwAAAAilBMVEVPT09LTGlLTGhMTWhPUWpQUWlQUWpTU2pUVGtUVGtUVGtUVGtWV2pXWGtXV2pXWGtXWGtYWGtYWGtaWmpaWmpaWmlaWmlcXGlcXGhcXGdcXGddXWZdXWRcXWRdXWRcXGJbW19bW2BbXGBcXGBcXGFPT09QUFBSUlNTU1NWVldYWFpZWVpZWVtaWlwAiinpAAAAJXRSTlMAGR0hZGdtl5yfoaPDxMbIycrM3+Hi5PDy8/T4+vv7/f7+/v7+sBgoVAAAASRJREFUSMfFl9kOgjAQRUFABXcFxV3RYXH5/9/TEGOmL9PepsZ5Pg+UM6vntTG/hZ5hDIkehuiC3nE2QlfUxsEA3dIn1lr0SN9YatATsZjIbM7ZcgDAVSTDOw43gQxfOKxz8uTwRWb9hsMaJ2HNYY2TfslhjZMRZ2kmw6niJAac1KFDJ4W1E02dBIqTPeIkl+Ge4iST4bHiZCrDmeIkkeGNvRNfhq/WTgqZ7SBOIsRJrDhJkTqZ/MvJHnHys97l3QEYYIFvAN4G/LO14iIy74WJo9wBchLIdaSGgNoEan73EwdAnQE9FejVwAwIgHkPzKzC1kFgPruBOogd7RrADgPsRr6tA2e9yNZB1XW1KyM7OLLbs5th4/YWgW6cNstMbyfDm+wFPJGUHfGoJ5MAAAAASUVORK5CYII=) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 31px;
  margin: -12px -39px 0 0;
  opacity: 0.6; }
