  /*!
 * Bootstrap @VERSION
 *
 * Copyright 2011 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 * Date: @DATE
 */
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
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;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Variables.less
 * Variables to customize the look and feel of Bootstrap
 * ----------------------------------------------------- */
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */
body {
  background-color: #ffffff;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #404040;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  zoom: 1;
}
.container:after {
  clear: both;
}
.container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  zoom: 1;
}
.container-fluid:after {
  clear: both;
}
.container-fluid > .sidebar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 220px;
}
.container-fluid > .content {
  margin-left: 240px;
}
a {
  color: #274fae;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #193370;
  text-decoration: underline;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before,
.row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after {
  clear: both;
}
.row > [class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 40px;
}
.span2 {
  width: 100px;
}
.span3 {
  width: 160px;
}
.span4 {
  width: 220px;
}
.span5 {
  width: 280px;
}
.span6 {
  width: 340px;
}
.span7 {
  width: 400px;
}
.span8 {
  width: 460px;
}
.span9 {
  width: 520px;
}
.span10 {
  width: 580px;
}
.span11 {
  width: 640px;
}
.span12 {
  width: 700px;
}
.span13 {
  width: 760px;
}
.span14 {
  width: 820px;
}
.span15 {
  width: 880px;
}
.span16 {
  width: 940px;
}
.span17 {
  width: 1000px;
}
.span18 {
  width: 1060px;
}
.span19 {
  width: 1120px;
}
.span20 {
  width: 1180px;
}
.span21 {
  width: 1240px;
}
.span22 {
  width: 1300px;
}
.span23 {
  width: 1360px;
}
.span24 {
  width: 1420px;
}
.row > .offset1 {
  margin-left: 80px;
}
.row > .offset2 {
  margin-left: 140px;
}
.row > .offset3 {
  margin-left: 200px;
}
.row > .offset4 {
  margin-left: 260px;
}
.row > .offset5 {
  margin-left: 320px;
}
.row > .offset6 {
  margin-left: 380px;
}
.row > .offset7 {
  margin-left: 440px;
}
.row > .offset8 {
  margin-left: 500px;
}
.row > .offset9 {
  margin-left: 560px;
}
.row > .offset10 {
  margin-left: 620px;
}
.row > .offset11 {
  margin-left: 680px;
}
.row > .offset12 {
  margin-left: 740px;
}
.span-one-third {
  width: 300px;
}
.span-two-thirds {
  width: 620px;
}
.row > .offset-one-third {
  margin-left: 340px;
}
.row > .offset-two-thirds {
  margin-left: 660px;
}
/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
p {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px;
}
p small {
  font-size: 10px;
  color: #bfbfbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #404040;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
}
h1 {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 18px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
ul,
ol {
  margin: 0 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
  color: #808080;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt,
dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  line-height: 18px;
  font-size: 15px;
  margin-bottom: 18px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 18px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

}
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
form .clearfix:before,
form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
form .clearfix:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: initial;
}
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}
select,
input[type=file] {
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #808080;
}
::-webkit-input-placeholder {
  color: #808080;
}
input,
textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form .clearfix.error > label,
form .clearfix.error .help-block,
form .clearfix.error .help-inline {
  color: #b94a48;
}
form .clearfix.error input,
form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .clearfix.error input:focus,
form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
form .clearfix.error .input-prepend .add-on,
form .clearfix.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
form .clearfix.warning > label,
form .clearfix.warning .help-block,
form .clearfix.warning .help-inline {
  color: #c09853;
}
form .clearfix.warning input,
form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .clearfix.warning input:focus,
form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
form .clearfix.warning .input-prepend .add-on,
form .clearfix.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
form .clearfix.success > label,
form .clearfix.success .help-block,
form .clearfix.success .help-inline {
  color: #468847;
}
form .clearfix.success input,
form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
form .clearfix.success input:focus,
form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .clearfix.success .input-prepend .add-on,
form .clearfix.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input.span1,
textarea.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0;
}
input.span2,
textarea.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}
input.span3,
textarea.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0;
}
input.span4,
textarea.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}
input.span5,
textarea.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0;
}
input.span6,
textarea.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}
input.span7,
textarea.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0;
}
input.span8,
textarea.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}
input.span9,
textarea.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0;
}
input.span10,
textarea.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
input.span11,
textarea.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0;
}
input.span12,
textarea.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0;
}
input.span13,
textarea.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0;
}
input.span14,
textarea.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0;
}
input.span15,
textarea.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0;
}
input.span16,
textarea.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline,
.help-block {
  font-size: 12px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input,
.input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background: #eefbdf;
  border-color: #a4e859;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 10px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 12px;
  border-collapse: collapse;
}
table th,
table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
table th.even,
table td.even {
  background-color: #f1f1f1;
}
.condensed-table th,
.condensed-table td {
  padding: 5px 5px 4px;
}
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th + th,
.bordered-table td + td,
.bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child,
.bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child,
.bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table .span1 {
  width: 20px;
}
table .span2 {
  width: 60px;
}
table .span3 {
  width: 100px;
}
table .span4 {
  width: 140px;
}
table .span5 {
  width: 180px;
}
table .span6 {
  width: 220px;
}
table .span7 {
  width: 260px;
}
table .span8 {
  width: 300px;
}
table .span9 {
  width: 340px;
}
table .span10 {
  width: 380px;
}
table .span11 {
  width: 420px;
}
table .span12 {
  width: 460px;
}
table .span13 {
  width: 500px;
}
table .span14 {
  width: 540px;
}
table .span15 {
  width: 580px;
}
table .span16 {
  width: 620px;
}
.zebra-striped tbody tr:nth-child(odd) td,
.zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td,
.zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp,
table .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after,
table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .blue {
  color: #4bdbff;
  border-bottom-color: #4bdbff;
}
table .headerSortUp.blue,
table .headerSortDown.blue {
  background-color: #ffffff;
}
table .green {
  color: #a4e859;
  border-bottom-color: #a4e859;
}
table .headerSortUp.green,
table .headerSortDown.green {
  background-color: #ffffff;
}
table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}
table .headerSortUp.red,
table .headerSortDown.red {
  background-color: #f4c8c5;
}
table .yellow {
  color: #ffcc4d;
  border-bottom-color: #ffcc4d;
}
table .headerSortUp.yellow,
table .headerSortDown.yellow {
  background-color: #ffffff;
}
table .orange {
  color: #ffc452;
  border-bottom-color: #ffc452;
}
table .headerSortUp.orange,
table .headerSortDown.orange {
  background-color: #ffffff;
}
table .purple {
  color: #fa71cb;
  border-bottom-color: #fa71cb;
}
table .headerSortUp.purple,
table .headerSortDown.purple {
  background-color: #ffffff;
}
/* Patterns.less
 * Repeatable UI elements outside the base styles provided from the scaffolding
 * ---------------------------------------------------------------------------- */
.topbar {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
}
.topbar a {
  color: #bfbfbf;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.topbar h3 a:hover,
.topbar .brand:hover,
.topbar ul .active > a {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}
.topbar h3 {
  position: relative;
}
.topbar h3 a,
.topbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}
.topbar p {
  margin: 0;
  line-height: 40px;
}
.topbar p a:hover {
  background-color: transparent;
  color: #ffffff;
}
.topbar form {
  float: left;
  margin: 5px 0 0 0;
  position: relative;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.topbar form.pull-right {
  float: right;
}
.topbar input {
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: Verdana, Arial, sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 1;
  padding: 4px 9px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.topbar input:-moz-placeholder {
  color: #e6e6e6;
}
.topbar input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.topbar input:hover {
  background-color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.topbar input:focus,
.topbar input.focused {
  outline: 0;
  background-color: #ffffff;
  color: #404040;
  text-shadow: 0 1px 0 #ffffff;
  border: 0;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.topbar-inner,
.topbar .fill {
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.topbar div > ul,
.nav {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  left: 0;
}
.topbar div > ul > li,
.nav > li {
  display: block;
  float: left;
}
.topbar div > ul a,
.nav a {
  display: block;
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  text-decoration: none;
}
.topbar div > ul a:hover,
.nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.topbar div > ul .active > a,
.nav .active > a {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
.topbar div > ul.secondary-nav,
.nav.secondary-nav {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.topbar div > ul.secondary-nav .menu-dropdown,
.nav.secondary-nav .menu-dropdown,
.topbar div > ul.secondary-nav .dropdown-menu,
.nav.secondary-nav .dropdown-menu {
  right: 0;
  border: 0;
}
.topbar div > ul a.menu:hover,
.nav a.menu:hover,
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
  background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
  color: #999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
  background-color: #222;
  border-color: #444;
}
.topbar ul .menu-dropdown li a,
.topbar ul .dropdown-menu li a {
  padding: 4px 15px;
}
li.menu,
.dropdown {
  position: relative;
}
a.menu:after,
.dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.menu-dropdown,
.dropdown-menu {
  background-color: #ffffff;
  float: left;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 900;
  min-width: 160px;
  max-width: 220px;
  _width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-dropdown li,
.dropdown-menu li {
  float: none;
  display: block;
  background-color: none;
}
.menu-dropdown .divider,
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid #ffffff;
}
.topbar .dropdown-menu a,
.dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #808080;
  text-shadow: 0 1px 0 #ffffff;
}
.topbar .dropdown-menu a:hover,
.dropdown-menu a:hover,
.topbar .dropdown-menu a.hover,
.dropdown-menu a.hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  color: #404040;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.open .menu,
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
.tabs,
.pills {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after,
.pills:after {
  clear: both;
}
.tabs > li,
.pills > li {
  float: left;
}
.tabs > li > a,
.pills > li > a {
  display: block;
}
.tabs {
  border-color: #b7ed7c;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 11px;
}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  color: #676767;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 26px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  border-color: #b7ed7c;
  border-bottom-color: #b8e462;
}
.tabs .active > a,
.tabs .active > a:hover {
  color: #3d3d26;
  background-color: #b8e462;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c0ea6e), to(#b8e462));
  background-image: -moz-linear-gradient(top, #c0ea6e, #b8e462);
  background-image: -ms-linear-gradient(top, #c0ea6e, #b8e462);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0ea6e), color-stop(100%, #b8e462));
  background-image: -webkit-linear-gradient(top, #c0ea6e, #b8e462);
  background-image: -o-linear-gradient(top, #c0ea6e, #b8e462);
  background-image: linear-gradient(top, #c0ea6e, #b8e462);
  background-color: #b8e462;
  border: 1px solid #b7ed7c;
  border-bottom-color: #b8e462;
  cursor: default;
}
.tabs .menu-dropdown,
.tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after,
.tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu,
.tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after,
.tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #193370;
}
.pills .active a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #274fae;
}
.pills-vertical > li {
  float: none;
}
.tab-content,
.pill-content {
  background-color: #a9d94b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b8e462), to(#a9d94b));
  background-image: -moz-linear-gradient(top, #b8e462, #a9d94b);
  background-image: -ms-linear-gradient(top, #b8e462, #a9d94b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8e462), color-stop(100%, #a9d94b));
  background-image: -webkit-linear-gradient(top, #b8e462, #a9d94b);
  background-image: -o-linear-gradient(top, #b8e462, #a9d94b);
  background-image: linear-gradient(top, #b8e462, #a9d94b);
  border-bottom: 1px solid #82bc49;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane,
.tab-content > div,
.pill-content > div {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb .active a {
  color: #404040;
}
.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
footer {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #eee;
}
.page-header {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-header h1 {
  margin-bottom: 8px;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn .close,
.alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  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, color-stop(0%, #ee5f5b), color-stop(100%, #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.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success,
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info,
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 12px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
}
.btn.yellow {
  color: #ffffff;
  background-color: #ffc351;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9000), to(#ffc351));
  background-image: -moz-linear-gradient(top, #ff9000, #ffc351);
  background-image: -ms-linear-gradient(top, #ff9000, #ffc351);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9000), color-stop(100%, #ffc351));
  background-image: -webkit-linear-gradient(top, #ff9000, #ffc351);
  background-image: -o-linear-gradient(top, #ff9000, #ffc351);
  background-image: linear-gradient(top, #ff9000, #ffc351);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff9000 #ff9000 #b36500;
}
.btn.yellow:active {
  background-color: #ff9000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc351), to(#ff9000));
  background-image: -moz-linear-gradient(top, #ffc351, #ff9000);
  background-image: -ms-linear-gradient(top, #ffc351, #ff9000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc351), color-stop(100%, #ff9000));
  background-image: -webkit-linear-gradient(top, #ffc351, #ff9000);
  background-image: -o-linear-gradient(top, #ffc351, #ff9000);
  background-image: linear-gradient(top, #ffc351, #ff9000);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffc452 #ffc452 #ffaa05;
}
.btn.cherry {
  color: #ffffff;
  background-color: #f70000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff7979), to(#f70000));
  background-image: -moz-linear-gradient(top, #ff7979, #f70000);
  background-image: -ms-linear-gradient(top, #ff7979, #f70000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7979), color-stop(100%, #f70000));
  background-image: -webkit-linear-gradient(top, #ff7979, #f70000);
  background-image: -o-linear-gradient(top, #ff7979, #f70000);
  background-image: linear-gradient(top, #ff7979, #f70000);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff7979 #fb4040 #f70000;
}
.btn.cherry:active {
  background-color: #ff7979;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f70000), to(#ff7979));
  background-image: -moz-linear-gradient(top, #f70000, #ff7979);
  background-image: -ms-linear-gradient(top, #f70000, #ff7979);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f70000), color-stop(100%, #ff7979));
  background-image: -webkit-linear-gradient(top, #f70000, #ff7979);
  background-image: -o-linear-gradient(top, #f70000, #ff7979);
  background-image: linear-gradient(top, #f70000, #ff7979);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffc452 #fb4040 #ffaa05;
}
.btn.blue {
  color: #ffffff;
  background-color: #47d6fc;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#119cd4), to(#47d6fc));
  background-image: -moz-linear-gradient(top, #119cd4, #47d6fc);
  background-image: -ms-linear-gradient(top, #119cd4, #47d6fc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #119cd4), color-stop(100%, #47d6fc));
  background-image: -webkit-linear-gradient(top, #119cd4, #47d6fc);
  background-image: -o-linear-gradient(top, #119cd4, #47d6fc);
  background-image: linear-gradient(top, #119cd4, #47d6fc);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4bdbff #109ad3 #109ad3;
}
.btn.blue:active {
  background-color: #119cd4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#47d6fc), to(#119cd4));
  background-image: -moz-linear-gradient(top, #47d6fc, #119cd4);
  background-image: -ms-linear-gradient(top, #47d6fc, #119cd4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47d6fc), color-stop(100%, #119cd4));
  background-image: -webkit-linear-gradient(top, #47d6fc, #119cd4);
  background-image: -o-linear-gradient(top, #47d6fc, #119cd4);
  background-image: linear-gradient(top, #47d6fc, #119cd4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4bdbff #109ad3 #109ad3;
}
.btn.violet {
  color: #ffffff;
  background-color: #9217c0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c663ff), to(#9217c0));
  background-image: -moz-linear-gradient(top, #c663ff, #9217c0);
  background-image: -ms-linear-gradient(top, #c663ff, #9217c0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c663ff), color-stop(100%, #9217c0));
  background-image: -webkit-linear-gradient(top, #c663ff, #9217c0);
  background-image: -o-linear-gradient(top, #c663ff, #9217c0);
  background-image: linear-gradient(top, #c663ff, #9217c0);
  border-color: #c663ff #ab3bde #9217c0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn.violet:active {
  background-color: #c663ff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#9217c0), to(#c663ff));
  background-image: -moz-linear-gradient(top, #9217c0, #c663ff);
  background-image: -ms-linear-gradient(top, #9217c0, #c663ff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9217c0), color-stop(100%, #c663ff));
  background-image: -webkit-linear-gradient(top, #9217c0, #c663ff);
  background-image: -o-linear-gradient(top, #9217c0, #c663ff);
  background-image: linear-gradient(top, #9217c0, #c663ff);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #9217c0 #ab3bde #c663ff;
}
.btn.green, #overlay-basket .btn.green {
  color: #ffffff;
  background-color: #8cab23;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c2ea37), to(#8cab23));
  background-image: -moz-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -ms-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2ea37), color-stop(100%, #8cab23));
  background-image: -webkit-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -o-linear-gradient(top, #c2ea37, #8cab23);
  background-image: linear-gradient(top, #c2ea37, #8cab23);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #8cab23 #c2ea37 #c2ea37;
}
.btn.green:active, #overlay-basket .btn.green:active {
  background-color: #c2ea37;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8cab23), to(#c2ea37));
  background-image: -moz-linear-gradient(top, #8cab23, #c2ea37);
  background-image: -ms-linear-gradient(top, #8cab23, #c2ea37);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cab23), color-stop(100%, #c2ea37));
  background-image: -webkit-linear-gradient(top, #8cab23, #c2ea37);
  background-image: -o-linear-gradient(top, #8cab23, #c2ea37);
  background-image: linear-gradient(top, #8cab23, #c2ea37);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c2ea37 #c2ea37 #8cab23;
}
.btn.pink {
  color: #ffffff;
  background-color: #d81777;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6bb4), to(#d81777));
  background-image: -moz-linear-gradient(top, #ff6bb4, #d81777);
  background-image: -ms-linear-gradient(top, #ff6bb4, #d81777);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6bb4), color-stop(100%, #d81777));
  background-image: -webkit-linear-gradient(top, #ff6bb4, #d81777);
  background-image: -o-linear-gradient(top, #ff6bb4, #d81777);
  background-image: linear-gradient(top, #ff6bb4, #d81777);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff6bb4 #ff6bb4 #d81777;
}
.btn.pink:active {
   background-color: #ff6bb4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d81777), to(#ff6bb4));
  background-image: -moz-linear-gradient(top, #d81777, #ff6bb4);
  background-image: -ms-linear-gradient(top, #d81777, #ff6bb4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d81777), color-stop(100%, #ff6bb4));
  background-image: -webkit-linear-gradient(top, #d81777, #ff6bb4);
  background-image: -o-linear-gradient(top, #d81777, #ff6bb4);
  background-image: linear-gradient(top, #d81777, #ff6bb4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #d81777 #ff6bb4 #ff6bb4;
}
.btn.purple {
  color: #ffffff;
  background-color: #a72f7f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fa71cb), to(#a72f7f));
  background-image: -moz-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -ms-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa71cb), color-stop(100%, #a72f7f));
  background-image: -webkit-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -o-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: linear-gradient(top, #fa71cb, #a72f7f);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a72f7f #a72f7f #6b1e52;
}
.btn.purple:active {
  background-color: #fa71cb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a72f7f), to(#fa71cb));
  background-image: -moz-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -ms-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a72f7f), color-stop(100%, #fa71cb));
  background-image: -webkit-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -o-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: linear-gradient(top, #a72f7f, #fa71cb);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #fa71cb #fa71cb #f727b0;
}
.btn.orange {
  color: #ffffff;
  background-color: #db541d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ed8a36), to(#db541d));
  background-image: -moz-linear-gradient(top, #ed8a36, #db541d);
  background-image: -ms-linear-gradient(top, #ed8a36, #db541d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed8a36), color-stop(100%, #db541d));
  background-image: -webkit-linear-gradient(top, #ed8a36, #db541d);
  background-image: -o-linear-gradient(top, #ed8a36, #db541d);
  background-image: linear-gradient(top, #ed8a36, #db541d);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ed8a36 #db541d #db541d;
}
.btn.orange:active {
  background-color: #ed8a36;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#db541d), to(#ed8a36));
  background-image: -moz-linear-gradient(top, #db541d, #ed8a36);
  background-image: -ms-linear-gradient(top, #db541d, #ed8a36);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db541d), color-stop(100%, #ed8a36));
  background-image: -webkit-linear-gradient(top, #db541d, #ed8a36);
  background-image: -o-linear-gradient(top, #db541d, #ed8a36);
  background-image: linear-gradient(top, #db541d, #ed8a36);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #db541d #db541d #ed8a36;
}
.btn.active,
.btn:active {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), color-stop(25%, #e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -ms-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -o-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-position: 0 0;
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 14px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.huge {
  font-size: 18px;
  line-height: 36px;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 10px;
}
:root .alert-message,
:root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -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);
}
.alert-message .close {
  margin-top: 1px;
  *margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
}
.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
  color: #ffffff;
}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul,
.alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error,
.alert-message.block-message.success,
.alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
.alert-message.block-message.danger p a,
.alert-message.block-message.error p a,
.alert-message.block-message.success p a,
.alert-message.block-message.info p a {
  color: #404040;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  margin: 0;
  font-size: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pagination a {
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  background-color: #eaead8;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f6f6ec), to(#eaead8));
  background-image: -moz-linear-gradient(top, #f6f6ec, #eaead8);
  background-image: -ms-linear-gradient(top, #f6f6ec, #eaead8);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6ec), color-stop(100%, #eaead8));
  background-image: -webkit-linear-gradient(top, #f6f6ec, #eaead8);
  background-image: -o-linear-gradient(top, #f6f6ec, #eaead8);
  background-image: linear-gradient(top, #f6f6ec, #eaead8);
  padding: 5px 8px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  line-height: normal;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.05);
  margin: 0 2px;
  font-size: 16px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-weight: bold;
  color: #70705e;
  text-decoration: none;
  zoom: 1;
  *display: inline;
}
.pagination a.next,
.pagination a.prev {
  display: none;
  /*padding: 0;
  text-shadow: none;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
  color: #274fae;
  text-decoration: underline;
  background-image: none;
  background-color: transparent;
  font-weight: normal;*/
}
.pagination strong.next,
.pagination strong.prev {
  display: none;
}
.pagination a.next:hover,
.pagination a.prev:hover {
  text-decoration: none;
}
.pagination a.prev {
  margin-right: 24px;
}
.pagination a.next {
  margin-left: 24px;
}
.pagination a#prev_page,
.pagination a#next_page {
  padding: 8px 9px 9px;
  font-size: 18px;
}
.pagination a:hover {
  border-color: #b8b88c;
}
.pagination strong {
  vertical-align: middle;
  cursor: default;
  display: inline-block;
  background-color: #8cab23;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c2ea37), to(#8cab23));
  background-image: -moz-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -ms-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2ea37), color-stop(100%, #8cab23));
  background-image: -webkit-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -o-linear-gradient(top, #c2ea37, #8cab23);
  background-image: linear-gradient(top, #c2ea37, #8cab23);
  padding: 11px 10px 12px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  line-height: normal;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 2px rgba(0, 0, 0, 0.05);
  margin: 0 2px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #70705e;
  text-decoration: none;
  zoom: 1;
  *display: inline;
}
.pagination .disabled a,
.pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal .popover,
.modal .twipsy {
  z-index: 12000;
}
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
}
.popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p,
.popover .content ul,
.popover .content ol {
  margin-bottom: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.label {
  padding: 1px 3px 2px;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #ffc452;
}
.label.success {
  background-color: #a4e859;
}
.label.notice {
  background-color: #cbf4ff;
}
.label.green {
  background-color: #7dce25;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.label.orange {
  background-color: #ff4e00;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.label.red {
  background-color: #ee0707;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.label.outline {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 3px;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #48482d;
  border: 1px solid #c2c2c2;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.media-grid:before,
.media-grid:after {
  display: table;
  content: "";
  zoom: 1;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #274fae;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* ====== media ====== */
.media {
  margin: 10px;
}
.media .img {
  float: left;
  margin-right: 10px;
}
.media .img img {
  display: block;
}
.media .imgExt {
  float: right;
  margin-left: 10px;
}
.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
::-moz-selection {
  background: #66e6ef;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #66e6ef;
  color: #ffffff;
  text-shadow: none;
}
html {
  height: 100%;
}
body {
  height: 100%;

}
a {
  text-decoration: underline;
}
a.btn {
  text-decoration: none;
}
.center {
  text-align: center;
}
#butterfly-yellow {
  position: absolute;
  top: 60px;
  right: 2%;
  z-index: 0;
}
#butterfly-blue {
  position: absolute;
  bottom: 260px;
  left: 2%;
  z-index: 0;
}
#sun {
  height: 563px;
  width: 447px;
  position: absolute;
  background: url("bg-sun.png") left top no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
}
.wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /*background: url("bg-grass.png") center bottom repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffda30', endColorstr='#ffe68507', GradientType=0);
  background-color: #f5b820;
  background-image: -moz-linear-gradient(top, #ffda30, #e68507);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffda30), to(#e68507));
  background-image: -webkit-linear-gradient(top, #ffda30, #e68507);
  background-image: -o-linear-gradient(top, #ffda30, #e68507);
  background-image: linear-gradient(to bottom, #ffda30, #e68507);
  background-repeat: repeat-x;

}
.post-wrapper {
  background: url("bg-wrapper.png");
}
.page-container {
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
}
.primary-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: rgba(53, 116, 11, 0.18);
  background-clip: padding-box;
  position: relative;
  border-width: 8px;
  border-style: solid;
  overflow: hidden;
  z-index: 3;
}
.trace {
  position: absolute;
  display: block;
  width: 150px;
  height: 155px;
  background: url("trace.png");
}
.trace.one-right {
  top: 3%;
  right: 1%;
  z-index: 0;
  background-position: 75% 0%;
}
.trace.one-left {
  top: 10%;
  left: 2%;
  z-index: 0;
  background-position: 97% 0%;
}
.trace.two-left-top {
  top: 25%;
  left: 9%;
  z-index: 0;
  background-position: 25% 0%;
}
.trace.middle {
  top: 65%;
  left: 13%;
  z-index: 0;
  background-position: 0% 0%;
}
.trace.middle-right {
  bottom: 20%;
  right: 3%;
  z-index: 0;
  background-position: 50% 0%;
}
.trace.one-bottom {
  bottom: 0;
  left: 0;
  z-index: 0;
  background-position: 75% 0%;
}
.primary-container:before,
.primary-container:after {
  display: table;
  content: "";
  zoom: 1;
}
.primary-container:after {
  clear: both;
}
.primary-container .secondary-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #ffffff;
}
.primary-container .secondary-container:before,
.primary-container .secondary-container:after {
  display: table;
  content: "";
  zoom: 1;
}
.primary-container .secondary-container:after {
  clear: both;
}
#user-menu {
  list-style: outside none;
  margin: 0;
  border: 1px solid #aec879;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  background: #fff;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  font-size: 13px;
  position: relative;
  height: 30px;
  padding: 7px 30px 7px 42px;
}
#user-menu li {
  display: inline;
  line-height: 30px;
  padding-left: 18px;
  margin-right: 12px;
  background-position: left center;
  background-repeat: no-repeat;
}
#user-menu a {
  color: #4c5d2b;
}
#user-menu a:hover {
  color: #779143;
}
#user-menu .user {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAMAAABSF4SHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ODBCRkY0NEVFRDIwRTExMUE0Rjc4RTg0ODdDMEQ1REEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTcyNzIzMEU0MjZDMTFFMTg4MTFGNEM4MzM3OUFEMjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTcyNzIzMEQ0MjZDMTFFMTg4MTFGNEM4MzM3OUFEMjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0JDNjEwOUZBNzNFRTExMUI1RTRENzAzMUM3MTU3MDAiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6NENEODhENDNFQzIxRTExMTlCMUNEOEYxRkFDQ0Q3RjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5GsbgcAAAABlBMVEVMXSv///9q83aPAAAAAnRSTlP/AOW3MEoAAAAeSURBVHjaYmBkZGBgABIgCsjApGHyEAAXJxEABBgABwwAGO3L0kAAAAAASUVORK5CYII=);
}
#user-menu .exit {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAMAAAB8rpxtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ODBCRkY0NEVFRDIwRTExMUE0Rjc4RTg0ODdDMEQ1REEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkJBREUyNDA0MjZDMTFFMUIyMDJCREE1Q0ZBREY4RTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkJBREUyM0Y0MjZDMTFFMUIyMDJCREE1Q0ZBREY4RTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0JDNjEwOUZBNzNFRTExMUI1RTRENzAzMUM3MTU3MDAiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6NENEODhENDNFQzIxRTExMTlCMUNEOEYxRkFDQ0Q3RjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71f3k2AAAABlBMVEVMYSH///9hn8NsAAAAAnRSTlP/AOW3MEoAAAAaSURBVHjaYmAEAQYUgCJEIoeRdD3IYgABBgAP3QA5v96kLwAAAABJRU5ErkJggg==);
}
#user-menu .enter {
  background-image: url("enter-icon.png");
}
#user-menu .registration {
  background-image: url("key-icon.png");
}
#top-stripe {
  position: relative;
}

#top-stripe #money {
  position: absolute;
  top: 1px;
  left: 444px;
  z-index: 15;
  border-left: 1px solid #aec879;
}
#header {
  zoom: 1;
  padding: 0px 30px 8px 42px;
  background: #fffac5 url("header-bottom-border") bottom left repeat-x;
}
#header:before,
#header:after {
  display: table;
  content: "";
  zoom: 1;
}
#header:after {
  clear: both;
}
#header .header-menu {
  list-style: outside none;
  margin: 0;
}
#header .header-menu li {
  text-transform: uppercase;
  display: inline;
  margin-right: 10px;
}
#header .header-menu a {
  color: #2e2e2e;
}
#header .header-menu a:hover {
  color: #080808;
}
#header .search {
  position: relative;
  clear: right;
  margin-top: 14px;
  float: right;
}
#header .search input {
  width: 227px;
  padding: 2px 4px;
  margin-right: -5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding-right: 25px;
}
#header .search button {
  position: absolute;
  opacity: 0;
  right:0;
  top: 0;
}
#header .search img {
  position: absolute;
  top: 3px;
  right: 0;
}
#header .phones {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  color: #ec5c0e;
  float: left;
}
#header .phones h2, #header .phones span {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  color: #2e2e2e;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 2px;
}
#header .phones .code {
  font-style: normal;
  color: #555050;
}
#logo {
  display: block;
  float: left;
  margin-top: 15px;
  width: 180px;
}
#menu-block {
  padding: 15px 10px 0;
  height: 200px;
  background-color: #99b928;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#cbf43a), to(#99b928));
  background-image: -moz-linear-gradient(top, #cbf43a, #99b928);
  background-image: -ms-linear-gradient(top, #cbf43a, #99b928);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbf43a), color-stop(100%, #99b928));
  background-image: -webkit-linear-gradient(top, #cbf43a, #99b928);
  background-image: -o-linear-gradient(top, #cbf43a, #99b928);
  background-image: linear-gradient(top, #cbf43a, #99b928);
}
#main-menu {
  clear: both;
  position: relative;
  z-index: 5;
  text-align: center;
}
#main-menu ul {
  list-style: outside none;
  display: inline-block;
  margin: 0;
  font-size: 0;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}
#main-menu li {
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  /*margin-right: 10px;*/
}
#main-menu .btn {
  padding: 5px 16px;
  font-size: 13px;
  font-weight: normal;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#main-menu li:first-child .btn {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#main-menu li:last-child .btn{
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#promo-block {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: relative;
  padding-top: 9px;
  background: #a4d843 url("tile-border-tooth.png") left top repeat-x;
}
#promo-block:before,
#promo-block:after {
  display: table;
  content: "";
  zoom: 1;
}
#promo-block:after {
  clear: both;
}
#promo-block ul {
  list-style: outside none;
  margin: 0;
}
#promo-block .title {
  text-transform: uppercase;
  font-style: normal;
}
#promo-block li {
  position: absolute;
}
#promo-block li.clothes {
  left: 40px;
  top: 132px;
}
#promo-block li.clothes .title {
  height: 45px;
  width: 101px;
  display: block;
  background: url("promo-clothes-cloud.png") left top no-repeat;
  padding-top: 24px;
  text-align: center;
}
#promo-block li.clothes .rack {
  height: 183px;
  width: 139px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  display: block;
  background: url("promo-clothes.png") left top no-repeat;
  position: absolute;
  top: 76px;
  left: 48px;
  z-index: 15;
}
#promo-block li.clothes:hover .rack {
  top: 70px;
  left: 48px;
}
#promo-block li.footwear {
  left: 266px;
  top: 188px;
}
#promo-block li.footwear .title {
  height: 45px;
  width: 101px;
  display: block;
  background: url("promo-footwear-cloud.png") left top no-repeat;
  padding-top: 24px;
  text-align: center;
}
#promo-block li.footwear .right-sneaker {
  height: 90px;
  width: 173px;
  display: block;
  background: url("promo-footwear.png") left top no-repeat;
  position: absolute;
  top: 72px;
  left: -50px;
  z-index: 9;
}
#promo-block li.footwear .left-sneaker {
  height: 81px;
  width: 64px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  display: block;
  background: url("promo-footwear-sneaker.png") left top no-repeat;
  position: absolute;
  top: 70px;
  left: 42px;
  z-index: 14;
}
#promo-block li.footwear:hover .left-sneaker {
  -webkit-transform: rotate(-9deg);
  /* Saf3.1+, Chrome */

  -moz-transform: rotate(-9deg);
  /* FF3.5+ */

  -o-transform: rotate(-9deg);
  /* Opera 10.5 */

  transform: rotate(-9deg);
  top: 60px;
  left: 48px;
}
#promo-block li.toys {
  left: 410px;
  top: 64px;
}
#promo-block li.toys .title {
  height: 81px;
  width: 156px;
  display: block;
  background: url("promo-toys-cloud.png") left top no-repeat;
  padding-top: 42px;
  text-align: center;
}
#promo-block li.toys .bear {
  height: 169px;
  width: 133px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  display: block;
  background: url("promo-toys.png") left top no-repeat;
  position: absolute;
  top: 108px;
  left: -10px;
  z-index: 9;
}
#promo-block li.toys:hover .bear {
  -webkit-transform: rotate(2deg);
  /* Saf3.1+, Chrome */

  -moz-transform: rotate(2deg);
  /* FF3.5+ */

  -o-transform: rotate(2deg);
  /* Opera 10.5 */

  transform: rotate(2deg);
  left: -5px;
}
#promo-block li.bedding {
  left: 524px;
  top: 164px;
}
#promo-block li.bedding .title {
  height: 50px;
  width: 186px;
  display: block;
  background: url("promo-bedding-cloud.png") left top no-repeat;
  padding-top: 35px;
  text-align: center;
}
#promo-block li.bedding .pillow {
  height: 99px;
  width: 172px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  display: block;
  background: url("promo-bedding.png") left top no-repeat;
  position: absolute;
  top: 84px;
  left: 8px;
  z-index: 16;
}
#promo-block li.bedding:hover .pillow {
  -webkit-transform: rotate(-5deg);
  /* Saf3.1+, Chrome */

  -moz-transform: rotate(-5deg);
  /* FF3.5+ */

  -o-transform: rotate(-5deg);
  /* Opera 10.5 */

  transform: rotate(-5deg);
}
#promo-block li.accessories {
  left: 760px;
  top: 74px;
}
#promo-block li.accessories .title {
  height: 56px;
  width: 147px;
  display: block;
  background: url("promo-accessories-cloud.png") left top no-repeat;
  padding-top: 46px;
  text-align: center;
}
#promo-block li.accessories .bottle {
  height: 156px;
  width: 141px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  display: block;
  background: url("promo-accessories.png") left top no-repeat;
  position: absolute;
  top: 78px;
  left: -69px;
  z-index: 16;
}
#promo-block li.accessories:hover .bottle {
  -webkit-transform: rotate(1deg);
  /* Saf3.1+, Chrome */

  -moz-transform: rotate(1deg);
  /* FF3.5+ */

  -o-transform: rotate(1deg);
  /* Opera 10.5 */

  transform: rotate(1deg);
  top: 76px;
  left: -67px;
}
#promo-block .content {
  background: url("bg-promo-content.jpg") center top no-repeat;
  height: 400px;
}
#promo-block .baloons {
  height: 112px;
  width: 110px;
  position: absolute;
  background: url("baloons.png") left top no-repeat;
  top: -46px;
  right: 7px;
}
#promo-block .grass-overlay {
  height: 157px;
  width: 606px;
  background: url("grass-overlay.png") left top no-repeat;
  position: absolute;
  left: 194px;
  bottom: 2px;
  z-index: 10;
}
.content-block {
  color: #48482d;
}
.content-block h1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 18px;
}
.content-block h1 small {
  font-size: 12px;
  color: #48482d;
  line-height: 20px;
}
.content-block p {
  line-height: 23px;
  margin-bottom: 18px;
}
.content-block table {
  color: #48482d;
}
.content-block table th {
  font-weight: normal;
  text-align: center;
}
.content-block table td {
  text-align: center;
  vertical-align: middle;
}
.content-block table .title {
  text-align: left;
}
.content-block table .smaller {
  font-size: 11px;
}
.content-block table a {
  color: #48482d;
  text-decoration: none;
}
.content-block table a:hover {
  text-decoration: underline;
}
.content-block table a.btn:hover {
  text-decoration: none;
}
.content-block table .thumb {
  display: block;
  text-align: center;
}
.content-block table .thumb img {
  margin: 0 auto;
}
.inner .content-block {
  float: right;
  margin-right: 36px;
  margin-left: 0;
  width: 620px;
}
#basket-block {
  position: relative;
  float: right;
  margin: -55px -23px 0 0;
  z-index: 10;
  color: #4c5d2b;
}
#basket-block .hgroup {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#basket-block h2, #basket-block span {
  background: url("basket-icon.png") left center no-repeat;
  padding-left: 30px;
}
#basket-block a {
  color: #4c5d2b;
}
#basket-block .submit {
  margin-bottom: 0;
}
#basket-block .disabled {

border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 0.5;
  text-shadow: none;
  border-color: #87BA2A;
  color: #4c5d2b;
}
#basket-block .disabled:hover,
#basket-block .disabled:active {
  background-position: 0 0;
  background: #e6e6e6;
}
.blue-clouds {
  float: right;
  position: relative;
  margin: 0 6px 18px 0;
  line-height: 20px;
}
.blue-clouds header {
  width: 295px;
  padding-bottom: 12px;
  margin-bottom: -12px;
  background: url("blue-clouds-header.png") bottom no-repeat;
}
.blue-clouds header .hgroup {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  width: 214px;
  padding: 11px 21px;
  margin: 0 auto;
  background: #e4f5a1 url("border-header-green.png") left bottom repeat-x;
}
.blue-clouds h2, .blue-clouds span {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  color: #e7661e;
  line-height: 24px;
  font-weight: normal;
}
.blue-clouds .content {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  width: 222px;
  padding: 5px 18px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #98b927;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c7f039), to(#98b927));
  background-image: -moz-linear-gradient(top, #c7f039, #98b927);
  background-image: -ms-linear-gradient(top, #c7f039, #98b927);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7f039), color-stop(100%, #98b927));
  background-image: -webkit-linear-gradient(top, #c7f039, #98b927);
  background-image: -o-linear-gradient(top, #c7f039, #98b927);
  background-image: linear-gradient(top, #c7f039, #98b927);
}
.blue-clouds .content p {
float: right;
}
.blue-clouds .content p:first-child {
  margin-bottom: 0;
  float: left;
  line-height: 27px;
  margin-right: 6px;
}
.blue-clouds .butterfly {
  position: absolute;
  top: -54px;
  left: -36px;
  z-index: 20;
}
.green-clouds {
  float: right;
  position: relative;
  margin: 0 6px 18px 0;
  line-height: 20px;
}
.green-clouds header {
  width: 295px;
  background: url("green-clouds-header.png") center bottom repeat-x;
  padding-bottom: 12px;
  margin-bottom: -12px;
}
.green-clouds header .hgroup {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  width: 214px;
  padding: 18px 22px;
  margin: 0 auto;
  background: #dff1b7 url("bg-bottom-stripe.png") left bottom repeat-x;
}
.green-clouds h2 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #455820;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.green-clouds .content {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  width: 214px;
  padding: 18px 22px;
  margin: 0 auto;
  background: #bce768 url("block-clouds-green.png") left bottom no-repeat;
}
.green-clouds .butterfly {
  position: absolute;
  top: -54px;
  left: -36px;
  z-index: 20;
}
.side-stand {
  float: right;
  position: relative;
  width: 260px;
  /*padding: 90px 0 0 3px;*/
  margin: 30px 12px 18px;
  line-height: 20px;
  clear: right;
  /*background: url("side-grass.png") center top no-repeat;*/
}
.stand .stand-top-border {
  position: absolute;
  top: 0;
  background: rgb(246,246,236); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(246,246,236,1) 0%, rgba(255,255,255,1) 6%, rgba(255,255,242,1) 10%, rgba(247,247,232,1) 21%, rgba(246,246,236,1) 38%, rgba(255,255,242,1) 52%, rgba(225,225,191,1) 73%, rgba(204,204,186,1) 77%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,236,1)), color-stop(6%,rgba(255,255,255,1)), color-stop(10%,rgba(255,255,242,1)), color-stop(21%,rgba(247,247,232,1)), color-stop(38%,rgba(246,246,236,1)), color-stop(52%,rgba(255,255,242,1)), color-stop(73%,rgba(225,225,191,1)), color-stop(77%,rgba(204,204,186,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(246,246,236,1) 0%,rgba(255,255,255,1) 6%,rgba(255,255,242,1) 10%,rgba(247,247,232,1) 21%,rgba(246,246,236,1) 38%,rgba(255,255,242,1) 52%,rgba(225,225,191,1) 73%,rgba(204,204,186,1) 77%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246,246,236,1) 0%,rgba(255,255,255,1) 6%,rgba(255,255,242,1) 10%,rgba(247,247,232,1) 21%,rgba(246,246,236,1) 38%,rgba(255,255,242,1) 52%,rgba(225,225,191,1) 73%,rgba(204,204,186,1) 77%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246,246,236,1) 0%,rgba(255,255,255,1) 6%,rgba(255,255,242,1) 10%,rgba(247,247,232,1) 21%,rgba(246,246,236,1) 38%,rgba(255,255,242,1) 52%,rgba(225,225,191,1) 73%,rgba(204,204,186,1) 77%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(246,246,236,1) 0%,rgba(255,255,255,1) 6%,rgba(255,255,242,1) 10%,rgba(247,247,232,1) 21%,rgba(246,246,236,1) 38%,rgba(255,255,242,1) 52%,rgba(225,225,191,1) 73%,rgba(204,204,186,1) 77%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  width: 230px;
  height: 26px;
}
.side-stand .stand {
  -webkit-box-shadow: inset -1px -1px 4px rgba(255, 255, 255, 0.6), inset 2px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset -1px -1px 4px rgba(255, 255, 255, 0.6), inset 2px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset -1px -1px 4px rgba(255, 255, 255, 0.6), inset 2px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fab413 url("bg-stand.png") left bottom repeat-x;
  padding: 25px 15px 15px;
}
.side-stand .stand .content {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.side-stand h2, .side-stand span {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #ff7800;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 18px;
}
.side-stand .content {
  padding: 20px 16px;
}
.side-stand footer {
  height: 21px;
  padding: 0;
  margin: 0;
  border: 0 none;
  display: block;
  background: url("stand-footer.png") center bottom no-repeat;
}
.side-stand .ladybird {
  position: absolute;
  top: 54px;
  left: -14px;
}
.side-stand .tiger {
  position: absolute;
  top: -40px;
  left: 100px;
}
#news-sideblock a {
  color: #464646;
}

#news-sideblock .all-link {
  color: #431237;
}
#news-sideblock ul {
  list-style: outside none;
  margin: 0;
}
#news-sideblock .date {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 0;
  color: #5272be;
  font-style: italic;
}
.all-link {
  color: #414245;
}
#text {
  padding-top: 18px;
}
.service {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  float: right;
  position: relative;
  /*width: 260px;*/
  /*margin: 0 12px 18px;*/
  line-height: 20px;
  clear: right;
}
.service header {
  background: url("green-clouds-header.png") center bottom repeat-x;
  padding-bottom: 12px;
  margin-bottom: -12px;
}
.service .hgroup {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 18px 22px;
  width: 214px;
  margin: 0 17px;
  background: #faf39c url("border-service.png") left bottom repeat-x;
}
.service h2, .service span {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #455820;
  font-size: 18px;
  line-height: 24px;
}
.service .content {
  background: #ffee2e url("bg-service.png") center bottom repeat-x;
  padding: 18px 16px 18px;
  width: 226px;
  margin: 0 17px;
  text-align: center;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.service form {
  padding: 0;
}
.service form label {
  font-weight: normal;
}
.service input {
  border: 1px solid #f59f18;
}
.service input[type="text"] {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  color: #ff7200;
}
.service input[type="text"]:active,
.service input[type="text"]:focus {
  border-width: 3px;
}
.service .submit {
  text-align: center;
}
.service .submit .btn {
  padding: 8px 14px 9px;
}
.catalog-list {
  list-style: outside none;
  margin: 0;
  font-size: 0;
}
.catalog-list li {
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  display: inline-block;
  width: 196px;
  vertical-align: top;
  margin-right: 4px;
  margin-bottom: 12px;
  position: relative;
  zoom: 1;
}
.catalog-list li article {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 14px 0;
  background-color: #fff;
  border-width: 5px;
  border-color: transparent;
  border-style: solid;
}
.catalog-list li article:hover {
  border-color: rgba(74, 94, 34, 0.3);
  background-clip: padding-box;
  z-index: 12;
}
.catalog-list li article.share:hover {
  border-color: rgba(255, 0, 0, 0.3);
  background-clip: padding-box;
  z-index: 12;
}
.catalog-list .picture {
  display: block;
  text-align: center;
  margin: 0 auto 4px;
}
.catalog-list .old-price {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  margin-bottom: -9px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
  font-weight: normal;
  text-decoration: line-through;
  background: url("old-price.png") center center no-repeat #ff0000;
  display: block;
  width: 136px;
  text-align: center;
}
.catalog-list .title {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #858585;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 4px;
  margin-top: 6px;
  padding-left: 10px;
  overflow: hidden;
}
.catalog-list .title a {
  text-decoration: none;
}
.catalog-list .title a:hover {
  text-decoration: underline;
}
.catalog-list .additional-info {
  margin-bottom: 4px;
  padding-left: 10px;
}
.catalog-list .additional-info p {
  margin-bottom: 0;
}
.catalog-list .center {
  margin-bottom: 9px;
}
.catalog-list .brands {
  color: #b0b0b0;
  line-height: 18px;
}
.catalog-list footer {
  padding: 0;
  margin: 0;
  border: 0 none;
}
#footer {
  zoom: 1;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  clear: both;
  padding: 22px;
  background: #fffac5 url("footer-border-tooth.png") left top repeat-x;
}
#footer .schedule p {
  color: #2e2e2e;
  margin-bottom: 0;
}
#footer .schedule {
  float: right;
}
#footer:before,
#footer:after {
  display: table;
  content: "";
  zoom: 1;
}
#footer:after {
  clear: both;
}
#footer address {
  font-size: 12px;
  color: #a8a89a;
  margin-bottom: 0;
  margin-left: 7px;
}
#footer address p {
  margin-bottom: 0;
}
#footer nav ul {
  list-style: outside none;
  margin: 0;
  margin-bottom: 7px;
}
#footer nav li {
  display: inline;
  margin-right: 12px;
  text-transform: uppercase;
}
#footer nav li a {
  text-decoration: none;
  color: #48482d;
}
#footer nav li a:hover {
  text-decoration: underline;
}
#footer #copyright {
  color: #a8a89a;
  margin-bottom: 0;
}
.buy {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 12px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #12a2a3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#80f2ff), to(#12a2a3));
  background-image: -moz-linear-gradient(top, #80f2ff, #12a2a3);
  background-image: -ms-linear-gradient(top, #80f2ff, #12a2a3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80f2ff), color-stop(100%, #12a2a3));
  background-image: -webkit-linear-gradient(top, #80f2ff, #12a2a3);
  background-image: -o-linear-gradient(top, #80f2ff, #12a2a3);
  background-image: linear-gradient(top, #80f2ff, #12a2a3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #12a2a3 #12a2a3 #0a5e5e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 7px 24px 8px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}
.buy.danger,
.buy.danger:hover,
.buy.error,
.buy.error:hover,
.buy.success,
.buy.success:hover,
.buy.info,
.buy.info:hover {
  color: #ffffff;
}
.buy .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.buy.danger,
.buy.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  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, color-stop(0%, #ee5f5b), color-stop(100%, #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.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.buy:focus {
  outline: 1px dotted #666;
}
.buy.primary {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.orange {
  color: #ffffff;
  background-color: #ff9000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc452), to(#ff9000));
  background-image: -moz-linear-gradient(top, #ffc452, #ff9000);
  background-image: -ms-linear-gradient(top, #ffc452, #ff9000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc452), color-stop(100%, #ff9000));
  background-image: -webkit-linear-gradient(top, #ffc452, #ff9000);
  background-image: -o-linear-gradient(top, #ffc452, #ff9000);
  background-image: linear-gradient(top, #ffc452, #ff9000);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff9000 #ff9000 #b36500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.orange:active {
  background-color: #ffc452;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9000), to(#ffc452));
  background-image: -moz-linear-gradient(top, #ff9000, #ffc452);
  background-image: -ms-linear-gradient(top, #ff9000, #ffc452);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9000), color-stop(100%, #ffc452));
  background-image: -webkit-linear-gradient(top, #ff9000, #ffc452);
  background-image: -o-linear-gradient(top, #ff9000, #ffc452);
  background-image: linear-gradient(top, #ff9000, #ffc452);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffc452 #ffc452 #ffaa05;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.blue {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.blue:active {
  background-color: #4bdbff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#109ad3), to(#4bdbff));
  background-image: -moz-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -ms-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #109ad3), color-stop(100%, #4bdbff));
  background-image: -webkit-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -o-linear-gradient(top, #109ad3, #4bdbff);
  background-image: linear-gradient(top, #109ad3, #4bdbff);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4bdbff #4bdbff #00cbfe;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.green {
  color: #ffffff;
  background-color: #6ab026;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a4e859), to(#6ab026));
  background-image: -moz-linear-gradient(top, #a4e859, #6ab026);
  background-image: -ms-linear-gradient(top, #a4e859, #6ab026);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4e859), color-stop(100%, #6ab026));
  background-image: -webkit-linear-gradient(top, #a4e859, #6ab026);
  background-image: -o-linear-gradient(top, #a4e859, #6ab026);
  background-image: linear-gradient(top, #a4e859, #6ab026);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #6ab026 #6ab026 #447118;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.green:active {
  background-color: #a4e859;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6ab026), to(#a4e859));
  background-image: -moz-linear-gradient(top, #6ab026, #a4e859);
  background-image: -ms-linear-gradient(top, #6ab026, #a4e859);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ab026), color-stop(100%, #a4e859));
  background-image: -webkit-linear-gradient(top, #6ab026, #a4e859);
  background-image: -o-linear-gradient(top, #6ab026, #a4e859);
  background-image: linear-gradient(top, #6ab026, #a4e859);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a4e859 #a4e859 #7fd71e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.pink {
  color: #ffffff;
  background-color: #d71576;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6bb4), to(#d71576));
  background-image: -moz-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -ms-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6bb4), color-stop(100%, #d71576));
  background-image: -webkit-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -o-linear-gradient(top, #ff6bb4, #d71576);
  background-image: linear-gradient(top, #ff6bb4, #d71576);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #d71576 #d71576 #910e50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.pink:active {
  background-color: #ff6bb4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d71576), to(#ff6bb4));
  background-image: -moz-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -ms-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d71576), color-stop(100%, #ff6bb4));
  background-image: -webkit-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -o-linear-gradient(top, #d71576, #ff6bb4);
  background-image: linear-gradient(top, #d71576, #ff6bb4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff6bb4 #ff6bb4 #ff1f8d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.purple {
  color: #ffffff;
  background-color: #a72f7f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fa71cb), to(#a72f7f));
  background-image: -moz-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -ms-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa71cb), color-stop(100%, #a72f7f));
  background-image: -webkit-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -o-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: linear-gradient(top, #fa71cb, #a72f7f);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a72f7f #a72f7f #6b1e52;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.purple:active {
  background-color: #fa71cb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a72f7f), to(#fa71cb));
  background-image: -moz-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -ms-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a72f7f), color-stop(100%, #fa71cb));
  background-image: -webkit-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -o-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: linear-gradient(top, #a72f7f, #fa71cb);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #fa71cb #fa71cb #f727b0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.yellow {
  color: #ffffff;
  background-color: #f7a900;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffcc4d), to(#f7a900));
  background-image: -moz-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -ms-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc4d), color-stop(100%, #f7a900));
  background-image: -webkit-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -o-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: linear-gradient(top, #ffcc4d, #f7a900);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #f7a900 #f7a900 #ab7500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.yellow:active {
  background-color: #ffcc4d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f7a900), to(#ffcc4d));
  background-image: -moz-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -ms-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a900), color-stop(100%, #ffcc4d));
  background-image: -webkit-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -o-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: linear-gradient(top, #f7a900, #ffcc4d);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffcc4d #ffcc4d #ffb600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.buy.active,
.buy:active {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), color-stop(25%, #e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -ms-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -o-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-position: 0 0;
}
.buy.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.buy[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.buy.large {
  font-size: 14px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.buy.huge {
  font-size: 18px;
  line-height: 36px;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.buy.small {
  padding: 7px 9px 7px;
  font-size: 10px;
}
.buy:hover {
  color: #fff;
}
.buy:active {
  background-color: #80f2ff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#12a2a3), to(#80f2ff));
  background-image: -moz-linear-gradient(top, #12a2a3, #80f2ff);
  background-image: -ms-linear-gradient(top, #12a2a3, #80f2ff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12a2a3), color-stop(100%, #80f2ff));
  background-image: -webkit-linear-gradient(top, #12a2a3, #80f2ff);
  background-image: -o-linear-gradient(top, #12a2a3, #80f2ff);
  background-image: linear-gradient(top, #12a2a3, #80f2ff);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #80f2ff #80f2ff #33eaff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
}
.add-to-basket {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  background-color: #8cab23;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c2ea37), to(#8cab23));
  background-image: -moz-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -ms-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2ea37), color-stop(100%, #8cab23));
  background-image: -webkit-linear-gradient(top, #c2ea37, #8cab23);
  background-image: -o-linear-gradient(top, #c2ea37, #8cab23);
  background-image: linear-gradient(top, #c2ea37, #8cab23);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #12a2a3 #12a2a3 #0a5e5e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}
.add-to-basket.danger,
.add-to-basket.danger:hover,
.add-to-basket.error,
.add-to-basket.error:hover,
.add-to-basket.success,
.add-to-basket.success:hover,
.add-to-basket.info,
.add-to-basket.info:hover {
  color: #ffffff;
}
.add-to-basket .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.add-to-basket.danger,
.add-to-basket.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  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, color-stop(0%, #ee5f5b), color-stop(100%, #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.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.add-to-basket:focus {
  outline: 1px dotted #666;
}
.add-to-basket.primary {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.orange {
  color: #ffffff;
  background-color: #ff9000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc452), to(#ff9000));
  background-image: -moz-linear-gradient(top, #ffc452, #ff9000);
  background-image: -ms-linear-gradient(top, #ffc452, #ff9000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc452), color-stop(100%, #ff9000));
  background-image: -webkit-linear-gradient(top, #ffc452, #ff9000);
  background-image: -o-linear-gradient(top, #ffc452, #ff9000);
  background-image: linear-gradient(top, #ffc452, #ff9000);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff9000 #ff9000 #b36500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.orange:active {
  background-color: #ffc452;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9000), to(#ffc452));
  background-image: -moz-linear-gradient(top, #ff9000, #ffc452);
  background-image: -ms-linear-gradient(top, #ff9000, #ffc452);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9000), color-stop(100%, #ffc452));
  background-image: -webkit-linear-gradient(top, #ff9000, #ffc452);
  background-image: -o-linear-gradient(top, #ff9000, #ffc452);
  background-image: linear-gradient(top, #ff9000, #ffc452);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffc452 #ffc452 #ffaa05;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.blue {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.blue:active {
  background-color: #4bdbff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#109ad3), to(#4bdbff));
  background-image: -moz-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -ms-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #109ad3), color-stop(100%, #4bdbff));
  background-image: -webkit-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -o-linear-gradient(top, #109ad3, #4bdbff);
  background-image: linear-gradient(top, #109ad3, #4bdbff);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4bdbff #4bdbff #00cbfe;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.green {
  color: #ffffff;
  background-color: #6ab026;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a4e859), to(#6ab026));
  background-image: -moz-linear-gradient(top, #a4e859, #6ab026);
  background-image: -ms-linear-gradient(top, #a4e859, #6ab026);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4e859), color-stop(100%, #6ab026));
  background-image: -webkit-linear-gradient(top, #a4e859, #6ab026);
  background-image: -o-linear-gradient(top, #a4e859, #6ab026);
  background-image: linear-gradient(top, #a4e859, #6ab026);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #6ab026 #6ab026 #447118;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.green:active {
  background-color: #a4e859;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6ab026), to(#a4e859));
  background-image: -moz-linear-gradient(top, #6ab026, #a4e859);
  background-image: -ms-linear-gradient(top, #6ab026, #a4e859);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ab026), color-stop(100%, #a4e859));
  background-image: -webkit-linear-gradient(top, #6ab026, #a4e859);
  background-image: -o-linear-gradient(top, #6ab026, #a4e859);
  background-image: linear-gradient(top, #6ab026, #a4e859);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a4e859 #a4e859 #7fd71e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.pink {
  color: #ffffff;
  background-color: #d71576;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6bb4), to(#d71576));
  background-image: -moz-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -ms-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6bb4), color-stop(100%, #d71576));
  background-image: -webkit-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -o-linear-gradient(top, #ff6bb4, #d71576);
  background-image: linear-gradient(top, #ff6bb4, #d71576);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #d71576 #d71576 #910e50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.pink:active {
  background-color: #ff6bb4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d71576), to(#ff6bb4));
  background-image: -moz-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -ms-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d71576), color-stop(100%, #ff6bb4));
  background-image: -webkit-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -o-linear-gradient(top, #d71576, #ff6bb4);
  background-image: linear-gradient(top, #d71576, #ff6bb4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff6bb4 #ff6bb4 #ff1f8d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.purple {
  color: #ffffff;
  background-color: #a72f7f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fa71cb), to(#a72f7f));
  background-image: -moz-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -ms-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa71cb), color-stop(100%, #a72f7f));
  background-image: -webkit-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -o-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: linear-gradient(top, #fa71cb, #a72f7f);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a72f7f #a72f7f #6b1e52;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.purple:active {
  background-color: #fa71cb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a72f7f), to(#fa71cb));
  background-image: -moz-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -ms-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a72f7f), color-stop(100%, #fa71cb));
  background-image: -webkit-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -o-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: linear-gradient(top, #a72f7f, #fa71cb);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #fa71cb #fa71cb #f727b0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.yellow {
  color: #ffffff;
  background-color: #f7a900;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffcc4d), to(#f7a900));
  background-image: -moz-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -ms-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc4d), color-stop(100%, #f7a900));
  background-image: -webkit-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -o-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: linear-gradient(top, #ffcc4d, #f7a900);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #f7a900 #f7a900 #ab7500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.yellow:active {
  background-color: #ffcc4d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f7a900), to(#ffcc4d));
  background-image: -moz-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -ms-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a900), color-stop(100%, #ffcc4d));
  background-image: -webkit-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -o-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: linear-gradient(top, #f7a900, #ffcc4d);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffcc4d #ffcc4d #ffb600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.add-to-basket.active,
.add-to-basket:active {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), color-stop(25%, #e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -ms-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -o-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-position: 0 0;
}
.add-to-basket.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.add-to-basket[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.add-to-basket.large {
  font-size: 14px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.add-to-basket.huge {
  font-size: 18px;
  line-height: 36px;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.add-to-basket.small {
  padding: 7px 9px 7px;
  font-size: 10px;
}
.add-to-basket span {
  display: inline-block;
  /*padding-right: 40px;*/
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 6px;
  text-align: center;
  min-width: 136px;
}
#items-list .add-to-basket span {
  margin-bottom: 0;
}
span.span-button-basket {
  width: 44px;
  display: inline-block;
  float: right;
  min-width: 40px;
  height: 26px;
  background: #e6f6b1 url("button-basket.png") left center no-repeat;
  border-left: 1px solid #88b717;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.add-to-basket:hover {
  color: #fff;
}
.add-to-basket:active {
  background-color: #c2ea37;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8cab23), to(#c2ea37));
  background-image: -moz-linear-gradient(top, #8cab23, #c2ea37);
  background-image: -ms-linear-gradient(top, #8cab23, #c2ea37);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cab23), color-stop(100%, #c2ea37));
  background-image: -webkit-linear-gradient(top, #8cab23, #c2ea37);
  background-image: -o-linear-gradient(top, #8cab23, #c2ea37);
  background-image: linear-gradient(top, #8cab23, #c2ea37);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #80f2ff #80f2ff #33eaff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
}
.basket-disabled {
  background-color: #b2b2b2;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e5e5e5), to(#b2b2b2));
  background-image: -moz-linear-gradient(top, #e5e5e5, #b2b2b2);
  background-image: -ms-linear-gradient(top, #e5e5e5, #b2b2b2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #b2b2b2));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #b2b2b2);
  background-image: -o-linear-gradient(top, #e5e5e5, #b2b2b2);
  background-image: linear-gradient(top, #e5e5e5, #b2b2b2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #b2b2b2 #b2b2b2 #8c8c8c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: default;
}
.basket-disabled:hover {
  color: #fff;
}
.basket-disabled:active {
  background-color: #e5e5e5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b2b2b2), to(#e5e5e5));
  background-image: -moz-linear-gradient(top, #b2b2b2, #e5e5e5);
  background-image: -ms-linear-gradient(top, #b2b2b2, #e5e5e5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2b2b2), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(top, #b2b2b2, #e5e5e5);
  background-image: -o-linear-gradient(top, #b2b2b2, #e5e5e5);
  background-image: linear-gradient(top, #b2b2b2, #e5e5e5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
}
.out-of-production,
.out-of-stock,
.new {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  margin-bottom: 4px;
  z-index: 5;
}
.out-of-production {
  color: #4b4040;
  background: url("out-of-production.png") left top repeat-x #ffc000;
}
.out-of-stock {
  color: #fff;
  background: url("out-of-stock.png") left top repeat-x #006cff;
}
.new {
  color: #fff;
  background: url("new.png") left top repeat-x #ff4e00;
}
.share .badge {
  position: absolute;
  display: block;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  height: 36px;
  width: 108px;
  font-size: 10px;
  color: #fff;
  padding: 4px 14px 0;
  left: 16px;
  top: 14px;
  text-decoration: none;
  background: url("share-badge.png") left bottom repeat-x;
}
.share .badge strong {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  display: block;
}
#items-list h2, #items-list span {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #48482d;
  margin-bottom: 18px;
}
#items-list .hgroup {
  font-size: 0;
  margin-bottom: 0px;
}
#items-list .hgroup h2, #items-list .hgroup span {
  display: inline-block;
  position: relative;
  background-color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  padding-right: 10px;
  top: 7px;
  zoom: 1;
}
#items-list .hgroup h3 {
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #48482d;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  padding-right: 7px;
  top: 7px;
  zoom: 1;
}
.section {

}
.inner {
  zoom: 1;
}
.inner:before,
.inner:after {
  display: table;
  content: "";
  zoom: 1;
}
.inner:after {
  clear: both;
}
.inner .curtains {
  height: 10px;
  background: url("tile-border-tooth.png") left top repeat-x;
  position: relative;
  z-index: 20;
}
.inner .green-clouds {
  clear: left;
  float: left;
  margin-right: 0;
  margin-left: 22px;
}
#categories {
  text-align: center;
}
#categories ul {
  list-style: outside none;
  margin: 5px 0;
  position: relative;
  display: inline-block;
}
#categories .main-em {
  position: relative;
  padding: 0px 15px 0;
  border: 1px solid transparent;
  width: 116px;
  min-height: 166px;
  margin: 0 13px;
  text-align: center;
}
#categories .main-em .dotted {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  /*margin-left: -58px;*/
  border-bottom: 2px dashed #6faf2d;
}
#categories li:hover .dotted {
  display: inline-block;
}
#categories li:hover .main-em {
  background: #fffac5;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #3f6815;
  border-bottom-color: transparent;
  z-index: 1001;
}
#categories li:hover .main-em a {
  color: #538e16;
}
#categories li .main-em a {
  color: #fff;
}
#categories ul:after {
  clear: both;
}
#categories li .submenu-category {
  display: none;
  position: absolute;
  width: 220px;
  margin: -2px 0 0;
  padding: 20px 0;
  background: #fffac5;
   border: 1px solid #3f6815;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  z-index: 999;
  left: 13px;
  -webkit-box-shadow: 2px -3px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px -3px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px -3px 2px -2px rgba(0, 0, 0, 0.3);
}

#categories li:hover .submenu-category {
  display: inline-block;
}
#categories li:hover:last-child .submenu-category {
  width: 190px;
}
#categories .submenu-category li {
  line-height: 14px;
  padding: 8px 20px;
  float: none;
}
.submenu-category li a {
  display: table-cell;
  color: #525252;
  vertical-align: middle;
}
.submenu-category li:hover {
  background: #a6cc1e;
}
.submenu-category li.active:hover {
  background: transparent;
}
.submenu-category li:hover a {
  color: #fff;
}
#categories ul a {
  text-decoration: none;
}
#categories ul li {
  position: relative;
  padding-bottom: 4px;
 float: left;
 text-align: left;
}
#categories ul .overlay-circle {
  width: 110px;
  height: 110px;
  background: #fff;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  z-index: 1;
  border: 3px solid #ffc730;
}
a.category {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -57px;
  width: 115px;
  height: 115px;
  z-index: 5;
}
.category span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.category .mjagkie-igrushki,
.mild {
  background: url("bg-mild.png") center no-repeat;
}
.category .plastmassovye-igrushki,
.plastic {
  background: url("bg-plastic.png") center no-repeat;
}
.category .dlja-novorozhdennyh,
.accessories {
  background: url("bg-accessories.png") center no-repeat;
}
.category .detskaja-postel,
.bed {
  width: 105%;
  height: 105%;
  background: url("bg-bed.png") 30% 35% no-repeat;
}
.category .detskaja-odezhda,
.clothing {
  background: url("bg-clothing.png") 50% 30% no-repeat;
}


#breadcrumbs {
  list-style: outside none;
  margin: 0;
  padding-top: 12px;
  margin-bottom: 12px;
}
#breadcrumbs li {
  display: inline;
  padding-right: 20px;
  margin-right: 4px;
  background: url("arrow.png") right center no-repeat;
}
#breadcrumbs li.last {
  background-image: none;
}
#breadcrumbs a {
  text-decoration: none;
  color: #bcbc9f;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#catalog header {
  padding-bottom: 8px;
  border-bottom: 1px solid #acacac;
  margin-bottom: 1px;
}
#catalog header h1 {
  display: inline;
  font-size: 18px;
  color: #48482d;
  margin-right: 12px;
  /*text-transform: uppercase;*/
}
#catalog header small {
  color: #c9c9b2;
}
.checks {
  zoom: 1;
  padding: 14px 14px 14px 24px;
  font-size: 11px;
  margin-bottom: 0;
}
.checks:before,
.checks:after {
  display: table;
  content: "";
  zoom: 1;
}
.checks:after {
  clear: both;
}
.checks label {
  display: inline-block;
  margin-right: 12px;
  padding: 0;
  width: auto;
  float: none;
  font-size: 11px;
  line-height: 14px;
}
.checks label input {
  vertical-align: middle;
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}
.checks .clear-checks {
  float: right;
}
.tabs-container {
  margin-bottom: 18px;
}
#details .content p {
  line-height: 20px;
  margin-bottom: 20px;
}
#details .content u {
  color: #ff5a00;
  text-decoration: none;
}
#item-properties {
  zoom: 1;
  margin-bottom: 10px;
}
#item-properties:before,
#item-properties:after {
  display: table;
  content: "";
  zoom: 1;
}
#item-properties:after {
  clear: both;
}
#item-properties .description {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  float: right;
  width: 330px;
  font-size: 13px;
}
#item-properties .description dl {
  zoom: 1;
  margin-bottom: 0px;
}
#item-properties .description dl:before,
#item-properties .description dl:after {
  display: table;
  content: "";
  zoom: 1;
}
#item-properties .description dl:after {
  clear: both;
}
#item-properties .description dt {
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  width: 100px;
  margin-right: 10px;
  font-weight: normal;
  clear: both;
  color: #888;
}
#item-properties .description dd {
  margin-left: 0;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 215px;
  font-weight: normal;
}
#item-properties .preview {
  float: left;
  margin: 0;
}
#item-properties .preview .image {
  height: 250px;
  width: 272px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #cad0bf;
  overflow: hidden;
  margin-bottom: 12px;
}
#item-properties .preview .image img {
  display: block;
  margin: 0 auto;
}
#item-properties .preview .thumbs {
  list-style: outside none;
  margin: 0;
  font-size: 0;
  line-height: 64px;
  margin-left: -4px;
}
#item-properties .preview .thumbs li {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}
#item-properties .preview .thumbs li a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  border: 1px solid #ced3c4;
  margin: 0 4px;
}
#item-properties .preview .thumbs li a:hover {
  border-width: 2px;
  margin: 0 3px;
}
#item-properties .preview .thumbs li a.active {
  border-width: 2px;
  margin: 0 3px;
  border-color: #fb7716;
  cursor: default;
}
#item-properties .preview .thumbs li img {
  display: block;
  margin: 0 auto;
}
.ticker-widget {
  font-size: 12px;
  white-space: nowrap;
}
.ticker-widget .btn {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px 4px;
}
.ticker-widget .quantity {
  width: 46px;
  font-size: 14px;
  color: #585848;
}
.content-block .delete,
.delete {
  color: #cd0e0e;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 7px 4px;
}
.checkout-price {
  zoom: 1;
  padding-top: 18px;
  margin-bottom: 36px;
}
.checkout-price:before,
.checkout-price:after {
  display: table;
  content: "";
  zoom: 1;
}
.checkout-price:after {
  clear: both;
}
.checkout-price .buy {
  float: right;
  margin-left: 24px;
}
.checkout-price strong {
  padding-top: 4px;
  float: right;
  color: #585848;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.checkout-price strong span {
  font-size: 22px;
}
#filter {
  zoom: 1;
  margin-top: -5px;
  background-color: #c0ea6e;
  background-color: #a9d94b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c0ea6e), to(#a9d94b));
  background-image: -moz-linear-gradient(top, #c0ea6e, #a9d94b);
  background-image: -ms-linear-gradient(top, #c0ea6e, #a9d94b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0ea6e), color-stop(100%, #a9d94b));
  background-image: -webkit-linear-gradient(top, #c0ea6e, #a9d94b);
  background-image: -o-linear-gradient(top, #c0ea6e, #a9d94b);
  background-image: linear-gradient(top, #c0ea6e, #a9d94b);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #80ba47;
  padding: 0 12px;
  position: relative;
  margin-bottom: 24px;
}
#filter:before,
#filter:after {
  display: table;
  content: "";
  zoom: 1;
}
#filter:after {
  clear: both;
}
#filter .toggle {
  margin: 0 auto;
  display: block;
  margin-top: -8px;
  margin-bottom: -10px;
  width: 121px;
  font-size: 10px;
  text-decoration: none;
  color: #4c6618;
  background: url("toggle.png") center bottom no-repeat;
  text-align: center;
}
#filter .toggle:hover span strong {
  border-bottom: 1px dashed #4c6618;
}
#filter .toggle span {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-bottom: 4px;
  height: 20px;
  background: url("toggle-arrow.png") center bottom no-repeat;
}
#filter .toggle strong {
  font-weight: normal;
}
#filter .opened span {
  padding-top: 6px;
  padding-bottom: 4px;
  background-position: center top;
}
#filter form {
  margin-bottom: 0;
  border-top: 1px solid #92b450;
}
#filter header {
  padding-bottom: 0;
  margin-bottom: 1px;
  border: 0 none;
}
#filter h2 {
  font-size: 12px;
  color: #4c6618;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}
#filter h3 {
  font-size: 10px;
  color: #606060;
  font-weight: normal;
  float: left;
  width: 100px;
  line-height: 18px;
}
#filter ul {
  list-style: outside none;
  margin: 0;
}
#filter ul li {
  zoom: 1;
  border-bottom: 1px solid #c8f078;
  padding: 4px 0;
  margin-bottom: 0;
}
#filter ul li:before,
#filter ul li:after {
  display: table;
  content: "";
  zoom: 1;
}
#filter ul li:after {
  clear: both;
}
#filter ul li ul {
  margin-left: 104px;
}
#filter ul li li {
  float: left;
  white-space: nowrap;
  width: 108px;
  border: 0 none;
  margin-right: 1px;
  padding: 0;
}
#filter ul li li input {
  display: none;
}
#filter ul li.last {
  border: 0 none;
}
#filter ul label {
  width: auto;
  float: none;
  font-size: 10px;
}
#filter ul input[type="checkbox"]:checked + label {
  color: #fb6a1c;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#filter ul input[type="checkbox"] + label {
  color: #274fae;
  padding: 4px 9px;
  cursor: pointer;
}
#filter ul .range-inputs {
  margin-left: 110px;
  margin-bottom: 12px;
}
#filter ul .range-inputs input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #424242;
  width: 46px;
  font-size: 10px;
  padding: 2px 4px;
}
#filter ul .ruler {
  font-size: 10px;
  color: #7ca62a;
  margin-top: -10px;
  margin-left: 109px;
}
#filter ul .ruler .first {
  margin-right: 212px;
}
#filter #filter-range {
  height: 19px;
  width: 250px;
  position: relative;
  margin-left: 110px;
  background: url("bg-range.png") center center no-repeat;
}
#filter #filter-range .ui-slider-range {
  position: absolute;
  height: 19px;
  background: url("range-slider.png") center center repeat-x;
}
#filter #filter-range .ui-slider-handle {
  position: absolute;
  height: 19px;
  width: 11px;
  display: block;
  background: url("slider-handle.png") left top no-repeat;
}
.overlay {
  display: none;
  position: absolute;
  z-index: 999;
}
.overlay .overlay-primary-container {
  border-width: 8px;
  border-style: solid;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: rgba(53, 116, 11, 0.28);
  background-clip: padding-box;
}
.overlay .overlay-secondary-container {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #ffffff;
}
.overlay .pointer {
  height: 23px;
  width: 35px;
  position: absolute;
  top: -15px;
  left: 30px;
  background-image: url("pointer.png");
}
.overlay form {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.overlay form label {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 4px;
  color: #484747;
}
.overlay form.form-stacked {
  margin-bottom: 0;
}
.overlay form .input-text {
  width: 280px;
  border: 3px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 18px;
  color: #484747;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -1px 3px rgba(0, 0, 0, 0.1);
}
.overlay form .input-text:focus,
.overlay form .input-text.focused {
  text-shadow: 0 1px 0 #ffffff;
  border: 3px solid #ffb22c;
}
.overlay .clearfix {
  margin-bottom: 0;
  padding-bottom: 6px;
}
.overlay .close-container {
  text-align: right;
  padding: 8px;
}
.overlay .close {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 12px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #fff;
  border-color: #dbdbd6;
  color: #cacab9;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: normal;
  text-decoration: none;
  line-height: 24px;
  float: none;
}
.overlay .close.danger,
.overlay .close.danger:hover,
.overlay .close.error,
.overlay .close.error:hover,
.overlay .close.success,
.overlay .close.success:hover,
.overlay .close.info,
.overlay .close.info:hover {
  color: #ffffff;
}
.overlay .close .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.overlay .close.danger,
.overlay .close.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  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, color-stop(0%, #ee5f5b), color-stop(100%, #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.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.overlay .close:focus {
  outline: 1px dotted #666;
}
.overlay .close.primary {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.orange {
  color: #ffffff;
  background-color: #ff9000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc452), to(#ff9000));
  background-image: -moz-linear-gradient(top, #ffc452, #ff9000);
  background-image: -ms-linear-gradient(top, #ffc452, #ff9000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc452), color-stop(100%, #ff9000));
  background-image: -webkit-linear-gradient(top, #ffc452, #ff9000);
  background-image: -o-linear-gradient(top, #ffc452, #ff9000);
  background-image: linear-gradient(top, #ffc452, #ff9000);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff9000 #ff9000 #b36500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.orange:active {
  background-color: #ffc452;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9000), to(#ffc452));
  background-image: -moz-linear-gradient(top, #ff9000, #ffc452);
  background-image: -ms-linear-gradient(top, #ff9000, #ffc452);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9000), color-stop(100%, #ffc452));
  background-image: -webkit-linear-gradient(top, #ff9000, #ffc452);
  background-image: -o-linear-gradient(top, #ff9000, #ffc452);
  background-image: linear-gradient(top, #ff9000, #ffc452);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffc452 #ffc452 #ffaa05;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.blue {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.blue:active {
  background-color: #4bdbff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#109ad3), to(#4bdbff));
  background-image: -moz-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -ms-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #109ad3), color-stop(100%, #4bdbff));
  background-image: -webkit-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -o-linear-gradient(top, #109ad3, #4bdbff);
  background-image: linear-gradient(top, #109ad3, #4bdbff);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4bdbff #4bdbff #00cbfe;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.green {
  color: #ffffff;
  background-color: #6ab026;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a4e859), to(#6ab026));
  background-image: -moz-linear-gradient(top, #a4e859, #6ab026);
  background-image: -ms-linear-gradient(top, #a4e859, #6ab026);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4e859), color-stop(100%, #6ab026));
  background-image: -webkit-linear-gradient(top, #a4e859, #6ab026);
  background-image: -o-linear-gradient(top, #a4e859, #6ab026);
  background-image: linear-gradient(top, #a4e859, #6ab026);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #6ab026 #6ab026 #447118;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.green:active {
  background-color: #a4e859;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6ab026), to(#a4e859));
  background-image: -moz-linear-gradient(top, #6ab026, #a4e859);
  background-image: -ms-linear-gradient(top, #6ab026, #a4e859);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ab026), color-stop(100%, #a4e859));
  background-image: -webkit-linear-gradient(top, #6ab026, #a4e859);
  background-image: -o-linear-gradient(top, #6ab026, #a4e859);
  background-image: linear-gradient(top, #6ab026, #a4e859);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a4e859 #a4e859 #7fd71e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.pink {
  color: #ffffff;
  background-color: #d71576;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6bb4), to(#d71576));
  background-image: -moz-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -ms-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6bb4), color-stop(100%, #d71576));
  background-image: -webkit-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -o-linear-gradient(top, #ff6bb4, #d71576);
  background-image: linear-gradient(top, #ff6bb4, #d71576);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #d71576 #d71576 #910e50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.pink:active {
  background-color: #ff6bb4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d71576), to(#ff6bb4));
  background-image: -moz-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -ms-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d71576), color-stop(100%, #ff6bb4));
  background-image: -webkit-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -o-linear-gradient(top, #d71576, #ff6bb4);
  background-image: linear-gradient(top, #d71576, #ff6bb4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff6bb4 #ff6bb4 #ff1f8d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.purple {
  color: #ffffff;
  background-color: #a72f7f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fa71cb), to(#a72f7f));
  background-image: -moz-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -ms-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa71cb), color-stop(100%, #a72f7f));
  background-image: -webkit-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -o-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: linear-gradient(top, #fa71cb, #a72f7f);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a72f7f #a72f7f #6b1e52;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.purple:active {
  background-color: #fa71cb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a72f7f), to(#fa71cb));
  background-image: -moz-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -ms-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a72f7f), color-stop(100%, #fa71cb));
  background-image: -webkit-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -o-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: linear-gradient(top, #a72f7f, #fa71cb);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #fa71cb #fa71cb #f727b0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.yellow {
  color: #ffffff;
  background-color: #f7a900;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffcc4d), to(#f7a900));
  background-image: -moz-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -ms-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc4d), color-stop(100%, #f7a900));
  background-image: -webkit-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -o-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: linear-gradient(top, #ffcc4d, #f7a900);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #f7a900 #f7a900 #ab7500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.yellow:active {
  background-color: #ffcc4d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f7a900), to(#ffcc4d));
  background-image: -moz-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -ms-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a900), color-stop(100%, #ffcc4d));
  background-image: -webkit-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -o-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: linear-gradient(top, #f7a900, #ffcc4d);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffcc4d #ffcc4d #ffb600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.overlay .close.active,
.overlay .close:active {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), color-stop(25%, #e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -ms-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -o-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-position: 0 0;
}
.overlay .close.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.overlay .close[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.overlay .close.large {
  font-size: 14px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.overlay .close.huge {
  font-size: 18px;
  line-height: 36px;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.overlay .close.small {
  padding: 7px 9px 7px;
  font-size: 10px;
}
.overlay .close:active {
  background: #f5f5f5;
}
.overlay .close span {
  color: #d11e1e;
  position: relative;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  top: 2px;
}
.overlay button {
  color: #48482d;
  font-size: 12px;
  padding: 7px 20px;
  vertical-align: middle;
}
.overlay .help-text {
  font-size: 14px;
  color: #adadad;
  margin-left: 2px;
}
.overlay fieldset {
  background-color: #eee;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 18px;
  padding: 20px;
}
.overlay fieldset div .input-text {
  width: 274px;
  border-color: #eee;
}
.overlay fieldset div div {
  float: left;
  width: 148px;
  padding: 0;
  margin-right: 6px;
}
.overlay fieldset div div .input-text {
  width: 120px;
}
.overlay .submit {
  text-align: center;
  padding-top: 9px;
  padding-bottom: 30px;
}
#overlay-login {
  width: 504px;
  left: 30px;
  top: 48px;
}
#overlay-login .pointer {
  top: -15px;
  left: 30px;
}
#overlay-login #password {
  width: 200px;
}
#overlay-login .forgot-link {
  margin-left: 10px;
}
#overlay-login .remember-check {
  font-size: 14px;
  color: #959595;
}
#overlay-login .register {
  padding: 0 0 18px;
}
#overlay-registration {
  width: 404px;
  left: 30px;
  top: 48px;
}
#overlay-registration .pointer {
  top: -15px;
  left: 116px;
}
#overlay-registration .input-text {
  color: #6b9220;
}
#overlay-registration .pass {
  color: #484747;
  width: 200px;
}
#overlay-registration #agree {
  margin-top: 2px;
  margin-left: 10px;
  float: left;
}
#overlay-registration #agree-label {
  font-size: 14px;
  line-height: 18px;
  margin-left: 30px;
  margin-right: 20px;
  margin-bottom: 18px;
}
#overlay-registration .register-button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 12px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 18px;
  line-height: 36px;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #48482d;
}
#overlay-registration .register-button.danger,
#overlay-registration .register-button.danger:hover,
#overlay-registration .register-button.error,
#overlay-registration .register-button.error:hover,
#overlay-registration .register-button.success,
#overlay-registration .register-button.success:hover,
#overlay-registration .register-button.info,
#overlay-registration .register-button.info:hover {
  color: #ffffff;
}
#overlay-registration .register-button .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
#overlay-registration .register-button.danger,
#overlay-registration .register-button.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  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, color-stop(0%, #ee5f5b), color-stop(100%, #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.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
#overlay-registration .register-button:focus {
  outline: 1px dotted #666;
}
#overlay-registration .register-button.primary {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.orange {
  color: #ffffff;
  background-color: #ff9000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc452), to(#ff9000));
  background-image: -moz-linear-gradient(top, #ffc452, #ff9000);
  background-image: -ms-linear-gradient(top, #ffc452, #ff9000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc452), color-stop(100%, #ff9000));
  background-image: -webkit-linear-gradient(top, #ffc452, #ff9000);
  background-image: -o-linear-gradient(top, #ffc452, #ff9000);
  background-image: linear-gradient(top, #ffc452, #ff9000);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff9000 #ff9000 #b36500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.orange:active {
  background-color: #ffc452;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9000), to(#ffc452));
  background-image: -moz-linear-gradient(top, #ff9000, #ffc452);
  background-image: -ms-linear-gradient(top, #ff9000, #ffc452);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9000), color-stop(100%, #ffc452));
  background-image: -webkit-linear-gradient(top, #ff9000, #ffc452);
  background-image: -o-linear-gradient(top, #ff9000, #ffc452);
  background-image: linear-gradient(top, #ff9000, #ffc452);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffc452 #ffc452 #ffaa05;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.blue {
  color: #ffffff;
  background-color: #109ad3;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4bdbff), to(#109ad3));
  background-image: -moz-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -ms-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bdbff), color-stop(100%, #109ad3));
  background-image: -webkit-linear-gradient(top, #4bdbff, #109ad3);
  background-image: -o-linear-gradient(top, #4bdbff, #109ad3);
  background-image: linear-gradient(top, #4bdbff, #109ad3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #109ad3 #109ad3 #0b668c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.blue:active {
  background-color: #4bdbff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#109ad3), to(#4bdbff));
  background-image: -moz-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -ms-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #109ad3), color-stop(100%, #4bdbff));
  background-image: -webkit-linear-gradient(top, #109ad3, #4bdbff);
  background-image: -o-linear-gradient(top, #109ad3, #4bdbff);
  background-image: linear-gradient(top, #109ad3, #4bdbff);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4bdbff #4bdbff #00cbfe;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.green {
  color: #ffffff;
  background-color: #6ab026;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a4e859), to(#6ab026));
  background-image: -moz-linear-gradient(top, #a4e859, #6ab026);
  background-image: -ms-linear-gradient(top, #a4e859, #6ab026);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4e859), color-stop(100%, #6ab026));
  background-image: -webkit-linear-gradient(top, #a4e859, #6ab026);
  background-image: -o-linear-gradient(top, #a4e859, #6ab026);
  background-image: linear-gradient(top, #a4e859, #6ab026);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #6ab026 #6ab026 #447118;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.green:active {
  background-color: #a4e859;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6ab026), to(#a4e859));
  background-image: -moz-linear-gradient(top, #6ab026, #a4e859);
  background-image: -ms-linear-gradient(top, #6ab026, #a4e859);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ab026), color-stop(100%, #a4e859));
  background-image: -webkit-linear-gradient(top, #6ab026, #a4e859);
  background-image: -o-linear-gradient(top, #6ab026, #a4e859);
  background-image: linear-gradient(top, #6ab026, #a4e859);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a4e859 #a4e859 #7fd71e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.pink {
  color: #ffffff;
  background-color: #d71576;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6bb4), to(#d71576));
  background-image: -moz-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -ms-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6bb4), color-stop(100%, #d71576));
  background-image: -webkit-linear-gradient(top, #ff6bb4, #d71576);
  background-image: -o-linear-gradient(top, #ff6bb4, #d71576);
  background-image: linear-gradient(top, #ff6bb4, #d71576);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #d71576 #d71576 #910e50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.pink:active {
  background-color: #ff6bb4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d71576), to(#ff6bb4));
  background-image: -moz-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -ms-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d71576), color-stop(100%, #ff6bb4));
  background-image: -webkit-linear-gradient(top, #d71576, #ff6bb4);
  background-image: -o-linear-gradient(top, #d71576, #ff6bb4);
  background-image: linear-gradient(top, #d71576, #ff6bb4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ff6bb4 #ff6bb4 #ff1f8d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.purple {
  color: #ffffff;
  background-color: #a72f7f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fa71cb), to(#a72f7f));
  background-image: -moz-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -ms-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa71cb), color-stop(100%, #a72f7f));
  background-image: -webkit-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: -o-linear-gradient(top, #fa71cb, #a72f7f);
  background-image: linear-gradient(top, #fa71cb, #a72f7f);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #a72f7f #a72f7f #6b1e52;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.purple:active {
  background-color: #fa71cb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a72f7f), to(#fa71cb));
  background-image: -moz-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -ms-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a72f7f), color-stop(100%, #fa71cb));
  background-image: -webkit-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: -o-linear-gradient(top, #a72f7f, #fa71cb);
  background-image: linear-gradient(top, #a72f7f, #fa71cb);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #fa71cb #fa71cb #f727b0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.yellow {
  color: #ffffff;
  background-color: #f7a900;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffcc4d), to(#f7a900));
  background-image: -moz-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -ms-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc4d), color-stop(100%, #f7a900));
  background-image: -webkit-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: -o-linear-gradient(top, #ffcc4d, #f7a900);
  background-image: linear-gradient(top, #ffcc4d, #f7a900);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #f7a900 #f7a900 #ab7500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.yellow:active {
  background-color: #ffcc4d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f7a900), to(#ffcc4d));
  background-image: -moz-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -ms-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a900), color-stop(100%, #ffcc4d));
  background-image: -webkit-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: -o-linear-gradient(top, #f7a900, #ffcc4d);
  background-image: linear-gradient(top, #f7a900, #ffcc4d);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffcc4d #ffcc4d #ffb600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#overlay-registration .register-button.active,
#overlay-registration .register-button:active {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), color-stop(25%, #e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -ms-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: -o-linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  background-image: linear-gradient(#e6e6e6, #e6e6e6 25%, #ffffff);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-position: 0 0;
}
#overlay-registration .register-button.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#overlay-registration .register-button[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#overlay-registration .register-button.large {
  font-size: 14px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#overlay-registration .register-button.huge {
  font-size: 18px;
  line-height: 36px;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#overlay-registration .register-button.small {
  padding: 7px 9px 7px;
  font-size: 10px;
}
#overlay-basket {
  width: 604px;
  left: 230px;
  top: 448px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
#overlay-basket .content {
  padding: 0 20px 20px;
}
#overlay-basket h2 {
  font-size: 24px;
  margin-bottom: 18px;
  margin-left: 10px;
}
#overlay-basket h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
#overlay-basket .img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #FB7716;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 18px;
}
#overlay-basket .bd {
  margin-bottom: 18px;
}
#overlay-basket .price {
  font-weight: bold;
  color: #65891f;
  font-size: 30px;
}
#overlay-basket .choices {
  text-align: center;
  font-size: 18px;
}
#overlay-basket .choices a {
  margin-right: 20px;
}
#overlay-basket .choices .btn {
  font-size: 18px;
}
#details .brand-list h3 {
  line-height: 24px;
  margin-bottom: 9px;
}
#details .brand-list p {
  margin-bottom: 9px;
}
#details .brand-list td {
  vertical-align: top;
}
.static-page ul li {
  color: #333;
  list-style: disc outside;
}
.static-page ol li {
  color: #333;
  list-style: decimal outside;
}
.no-rgba .primary-container {
  border-color: #ECFDFF;
  border-width: 1px;
}
.no-rgba .catalog-list li article:hover {
  border-color: #C9CFBD;
}
.no-rgba .catalog-list li article.share:hover {
  border-color: #ffb5b5;
}
.ie6 #chromeFrameOverlayContent {
  width: 800px;
}
.lt-ie9 .primary-container,
.lt-ie9 .secondary-container,
.lt-ie9 .btn,
.lt-ie9 #user-menu {
  zoom: 1;
  behavior: url("../js/css3pie/pie.htc");
}
.lt-ie9 .secondary-container,
.lt-ie9 #user-menu {
  border-radius: 20px 20px 0 0;
}
#promo-list {
  margin: 0 0 18px;
}
#promo-list .media {
  margin: 0;
}
#promo-list li {
  margin-bottom: 18px;
}
#promo-list h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}
#promo-list .date {
  margin-bottom: 9px;
}
#promo-list p {
  color: #333;
}
.js .js-hidden {
  display: none;
}
.js .dashed {
  color: #274fae;
  text-decoration: none;
  border-bottom: 1px dashed #274fae;
  cursor: pointer;
}
.js .clear-checks {
  color: #f80d0d;
  border-color: #f80d0d;
}
.no-js .no-js-hidden {
  display: none;
}




/*flexslider*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 30px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 11px; left: 16px; text-align: left;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background-color: #149fd6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#40cff7), to(#149fd6));
  background-image: -moz-linear-gradient(top, #40cff7, #149fd6);
  background-image: -ms-linear-gradient(top, #40cff7, #149fd6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40cff7), color-stop(100%, #149fd6));
  background-image: -webkit-linear-gradient(top, #40cff7, #149fd6);
  background-image: -o-linear-gradient(top, #40cff7, #149fd6);
  background-image: linear-gradient(top, #40cff7, #149fd6);
  border: 1px solid #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
  background-position: 0 -15px;
}
.flex-control-paging li a.flex-active {
  background-color: #ffc24f;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9000), to(#ffc24f));
  background-image: -moz-linear-gradient(top, #ff9000, #ffc24f);
  background-image: -ms-linear-gradient(top, #ff9000, #ffc24f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9000), color-stop(100%, #ffc24f));
  background-image: -webkit-linear-gradient(top, #ff9000, #ffc24f);
  background-image: -o-linear-gradient(top, #ff9000, #ffc24f);
  background-image: linear-gradient(top, #ff9000, #ffc24f);
  cursor: default;
  border: 2px solid #fff;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*end flexslider*/

#filter-order {
    float: right;
    margin-left: 10px;
}

#categories.footer-categories li li a:hover {
    text-decoration: underline;
}

.inv-node #comments {
    width: 585px;
}
#node-info-block #node-info ul li {
  list-style-image: url("rating/circle.png");
}
#node-info-block #node-info ul {
  margin-left: 45px;
}
.inv-node  #items-list .catalog-list {
    margin-bottom: 0px;
}

#order-form {
  margin-left: 20px;
}

#order-form h2 {
  color: #47472f;
  width: 500px;
  font-size: 20px;
}

#order-form h3 {
  color: #65891f;
  font-size: 16px;
  width: 500px;
  margin-top: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bababa;
}

#order-form h3 small {
  font-size: 12px;
}

#order-form ul li {
  float: left;
  list-style: none;
  text-align: center;
}

#order-form ul {
  margin: 0px;
  clear: both;
  display: block;
}

#order-form ul.order-color li a {
  color: #284fae;
  padding: 4px 7px;
  text-decoration: none;
  margin-right: 10px;
}
#order-form ul.order-color li a span {
  border-bottom: 1px dashed #284fae;
}

#order-form ul.order-color li a.act-color span {
    border-bottom: 0px ;
    color: #fff;
}

#order-form ul.order-color li a.act-color span label {
   color: #fff;
}

#order-form ul.order-color li a span label {
   color: #284fae;
}

#order-form ul.order-color li a.act-color {
  color: #fff;
  background-color: #65891f;
  text-decoration: none;
  border-radius: 5px;
}

#order-form .order-type li {
  width: 150px;
}

#order-form .order-font li {
  width: 200px;
}

#order-form .order-color li {
  width: 100px;
}

#order-form label {
  float: none;
  cursor: pointer;
}

#order-form .select-color tr td {
  vertical-align: top;
}

#order-form .select-color tr td ul li {
  width: 40px;
}

#order-form input[type="radio"] {
  position: relative;
  top: 2px;
}