/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 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.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

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

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

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-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;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid: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-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -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);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -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.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  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;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -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);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -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;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

 /* Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

* { margin:0; padding:0; }

body {
	color: #787878;
	font-family: 'Univers LT W01 55 Roman';
    font-size: 13px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
img { border: 0; max-width: 100%; vertical-align:top; }
a {
	color:#818181; 
	text-decoration:none; 
	transition:			color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-moz-transition:	color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-webkit-transition:	color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-o-transition:		color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
a:hover       { 
	color:#e33804; 
	text-decoration:none; 
	transition-duration:			200ms;
	-moz-transition-duration:		200ms;
	-webkit-transition-duration:	200ms;
	-o-transition-duration:			200ms;
}
a:focus {
  outline: none;
}
:focus { outline: 0; }

.clear { clear: both; }

/* Headings */
h1,h2,h3,h4,h5,h6 { font-family: 'Univers LT W01 55 Roman'; margin:0 0 5px; line-height:1.35; color:#F01C35; }
h1 {
    font-size: 2.5em;
    line-height: 1.5em;
    text-transform: uppercase;
}
h2 {
    font-size: 1.7em;
    line-height: 1.7em;
    text-transform: uppercase;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    text-transform: uppercase;
}
h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    text-transform: uppercase;
}
h5 {
    font-size: 1.1em;
    line-height: 1.1em;
    text-transform: uppercase;
}
h6 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}
/* Ovewrite bootstrap */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.label,
.badge {
  text-shadow: none;

}
label, input, button, select, textarea {
	font-size: 12px;
}
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.8;
	background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/overlay.png") repeat scroll 0 0 transparent;
}
.btn-primary {
	background: #ef4035;
	font: 14px/20px Arial ,sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	border: 0;
	padding: 11px 15px;
	margin: 0;
	text-transform: none;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #BD262F;
  outline: none;
}
.modal {
  border: 0;
  width: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
          z-index: 10500;
}
.modal-body {max-height:100%;}
.bootbox {max-width: 560px !important; width: 100%;}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
a.infintus-button0 {
	float: left;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon.png) no-repeat -104px -4px;
	width: 179px;
	line-height: 29px;
	font-family: 'BebasRegular',sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	color:#e5e5e5;
	padding-left: 10px;
}

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0; }
.mini-cart p  { margin: 0px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height: 18px; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; text-transform: uppercase; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; text-transform: uppercase !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:0px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { }
.static-block-top-cat-page {
	max-width: 1170px;
	width: 100%;
	margin: 20px auto 0;
}
.breadcrumbs-container  { }
.breadcrumbs-inner  { max-width: 1170px; width: 100%;margin:0 auto;}
.main { max-width: 1170px; width: 100%; margin:0 auto; min-height:400px; padding: 0 0 10px 0; text-align:left; }
.cms-index-index .main { min-height:0; padding:0; }
/* Base Columns */
.col-left { }
.col-main {}
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper { float:left; width: 780px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }
.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
.column-5-products .span2 {width: 17.95% !important;}
.column-5-products .item:nth-child(5n+1) { margin-left: 0!important; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font: 12px/1.55 Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #E5E5E5; }

select { padding: 6px 6px 6px 2px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #d7d7d7; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty {
    width: 1em !important;
}
input.input-text, textarea {
    padding: 4px 6px;
}
input.input-text:hover, select:hover, textarea:hover { border-color:#999; }
input.input-text:focus, select:focus, textarea:focus {
	border-color:#999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2);
    outline: 0 none;
}
.mini-cart .button {
	margin-top: 10px;
}
.button,
 button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	background: #565656;
	font: 11px/20px 'Arial',sans-serif ;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	border: 0;
	padding: 10px 30px;
	float: left;
	margin: 0;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	cursor: pointer;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	background: #818181;	
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	background: #818181;
	}

button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; padding:0 0 0 9px; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color: #363636; font-weight: normal; position:relative; z-index:0; }
.form-list label.required { }
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; max-width:260px; }
.form-list .field { float:left; max-width:275px; width: 100%; }
.form-list input.input-text { max-width:254px;width: 100%; }
.form-list textarea { max-width:254px;width: 100%; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text {}
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding: 8px 0 0; border-top:1px solid #E5E5E5; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {
	border: 1px solid #E5E5E5;
    margin: 25px 0 15px;
    padding: 15px;
}
.fieldset .legend {
   background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 92%;
    font-weight: bold;
    margin: -25px 0 0;
    padding: 0 8px;
    text-transform: uppercase;	
}
/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { 
	text-transform: uppercase;
	font-family: 'Univers LT W01 55 Roman'; 
	font-size:11px; 
	line-height:1.25; 
	margin:10px 0 10px 0; 
	text-align: left;
}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }
.breadcrumbs li span {
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/home-icon.png) no-repeat center left;
	padding: 0 4px;
	margin: 0 6px;
}
.breadcrumbs li strong {
    font-weight: normal;
}
.main .breadcrumbs .home a { }
/* Page Heading */
.page-title { width:100%; margin: 0;}
.page-title h1,
.page-title h2 { margin:0; font-size:20px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px;}

/* Pager */
.pager {padding:10px 0; border-top:1px solid #f0f0f0;}
.pager .amount { float:left; margin:0; }
.pager .pages {float: right;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages a{
	padding: 2px 6px;
	border: #e5e5e5 solid 1px;

}
.pager .pages a:hover, .pager .pages .current {
    border: #9b0e11 solid 1px;
    padding: 2px 6px;
}
.pager .pages a.next {
	background: #F01C35;
	border: #b02d00 solid 1px;
	-webkit-transition: background-color, color 0.2s linear;
	-moz-transition: background-color, color 0.2s linear;
	transition: background-color, color 0.2s linear;	
}
.pager .pages a.next:hover {
	background: #9a9695;
	border: #8a8786 solid 1px;
}
.pager .pages a.previous {
	background: #F01C35;
	border: #b02d00 solid 1px;
	padding: 2px 5px;
	-webkit-transition: background-color, color 0.2s linear;
	-moz-transition: background-color, color 0.2s linear;
	transition: background-color, color 0.2s linear;	
}
.pager .pages a.previous:hover {
	background: #9a9695;
	border: #8a8786 solid 1px;
}
/* Sorter */
.sorter {}
.sorter .sort-by { position: relative; float:left; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}
.sorter .sort-by .current {
	border: #DDDDDD solid 1px;
	padding: 3px 15px 4px 20px;
	cursor: pointer;
	margin: -4px 12px 0 0;
	display: block;
}
.sorter .sort-by .current span {
	margin-right: 5px;
}
.sorter .sort-by ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D7D7;
    display: none;
    left: 0;
    padding: 7px;
    position: absolute;
    top: 23px;
    width: 91px;
    z-index: 999;
}
.sorter .sort-by ul li {
	line-height: 25px;
}
.sorter .sort-by ul li a.active {
	color: #F01C35;
}
.sorter .direction {
	float: left;
	padding-right: 11px; 
}
.sorter .direction a {
	border: 1px solid #DDDDDD;
	padding: 3px;
	margin-top: -4px;
	display: block;	
}
.sorter .view-mode label {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode .grid {
	width: 21px;
	height: 21px;
	margin-right: 6px;
	border: 1px solid #DDDDDD;
	padding: 3px 2px 2px 5px;
	margin-top: -4px;
}
.sorter .view-mode .list {
	width: 21px;
	height: 21px;
	border: 1px solid #DDDDDD;
	padding: 3px 2px 2px 5px;
	margin-top: -4px;
}
.sorter .view-mode a:hover, 
.sorter .view-mode strong {

}
.sorter .view-mode .grid:hover, 
.sorter .view-mode strong {
}
.sorter .view-mode a, .sorter .view-mode strong {
    display: block;
    float: left;
    height: 21px;
    margin: 0;
    overflow: hidden;
    width: 21px;
}

.sorter .limiter { 
	float: left;
	margin-left: 8px; 
	position: relative; 
	border: #ddd solid 1px;
	padding: 3px 10px;
	margin-top: -4px;
}
.sorter .limiter label { vertical-align:middle; }
.sorter .limiter .current {
	padding: 2px 1px 3px 1px;
	cursor: pointer;
	margin: 0 10px 0 8px;
	border: #ddd solid 1px;
	border-top: 0;
	border-bottom: 0;
}
.sorter .limiter .current span {
	padding: 1px 5px 2px 5px;
	line-height: 20px;
}
.sorter .limiter ul {
	position: absolute;
	background: #fff;
	display: none;
	top:26px;
	left: -1px;
	width: 74px;
	border: #DDDDDD solid 1px;
	z-index: 999;
	padding: 7px;
}
.sorter .limiter ul li {
	line-height: 25px;
}
.sorter .limiter ul li a.active {
	color: #9b0e11;
}
/* Toolbar */
.toolbar { float: right;}
.toolbar .pager { padding:10px 0; }
.toolbar .sorter {
}
.toolbar-bottom {
	border-top: 1px solid #ededed;
	margin-top: 20px;
	padding-top:20px;
}

/* Data Table */
/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: normal;
}

/*Data Table---*/
.data-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
}

.data-table tr td {
	background: #fff;
}

.data-table .odd td {
	background: #fff;
}

.data-table .even td {
	background: #fff !important;
}

.data-table td.last, 
.data-table th.last,
.data-table th:last-child {
}

.data-table tr.last td,
.data-table tr.last th {
	border-bottom: 0 !important;
}
#shopping-cart-table .cart-price {
	color: #F01C35;
}

#shopping-cart-table .first .last {
}

.data-table th {
	white-space: nowrap;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	text-transform: uppercase;
}

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

.data-table th a,
.data-table th a:hover {
	color: #fff;
}

.data-table td,
.data-table th {
	padding: 15px 20px;
}

.data-table thead tr th,
.data-table thead tr td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
}

.data-table thead tr.last th,
.data-table thead tr.last td {
	border-bottom: 1px solid #e5e5e5 !important;
}

.data-table tfoot tr.first td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.data-table tfoot tr td {}

.data-table tfoot td {
	border-bottom: 0;
	border-right: 1px solid #e5e5e5;
}

.data-table tbody td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.a-right .cart-price {
	display: block;
	text-align: center;
}

.data-table tfoot td .button {
	background: none;
	border: 0;
	font-size: 14px;
}
#shopping-cart-table .btn-continue {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#empty_cart_button  {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#shopping-cart-table  .btn-update {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
.data-table tfoot td .btn-continue {
  float: left;
}

/*Bundle Products---*/
.data-table tbody.odd tr td { background: #F7F7F7 !important; }

.data-table tbody.even tr td { background: #fff !important; }

.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom: 0; }

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom: 1px solid #e5e5e5; }

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

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

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

.data-table .product-name { font-size: 100%; margin: 0; }

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

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

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

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


/* Generic Info Box */
.info-box { background:#fff url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */


/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-print { /*background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  {
	display:block; 
	width:16px; 
	height:16px; 
	font-size:0; 
	line-height:0; 
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon.png) no-repeat; 
	background-position: -133px -36px;
	text-indent:-999em; 
	overflow:hidden; 	
}
.btn-remove:hover {
	background-position: -133px -53px;
}
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2  {
	display:block; 
	width:16px; 
	height:16px; 
	font-size:0; 
	line-height:0; 
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon.png) no-repeat; 
	background-position: -133px -36px;
	text-indent:-999em; 
	overflow:hidden; 	
}
.btn-remove2:hover {
	background-position: -133px -53px;
}
.btn-edit { 
	display:block; 
	width:16px; 
	height:16px; 
	font-size:0; 
	line-height:0; 
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon.png) no-repeat; 
	background-position: -104px -35px;
	text-indent:-999em; 
	overflow:hidden; 	
}
.btn-edit:hover {
	background-position: -104px -53px;
}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* Drop-down button
-------------------------------------------------------------- */
.dropdown {
	font-family: 'Univers LT W01 55 Roman';
	font-size: 10px;
	text-transform:uppercase;
	line-height: 39px;
	position:relative;
	float:left;
}
.dropdown p {
	display:block;
	float:left;
}
.dropdown .label {
	padding:3px 4px;
	z-index:99999;
	position:relative;
}
.dropdown .text {
	padding: 0px 3px 0px 0;
	color: #5f5f5f; /* will be change */
	margin: 0;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 39px;
	height: 39px;
}

.dropdown .icon-down-open-mini {
	font-size: 15px;
}

.dropdown ul {
	display: none;
	position: absolute;
	top: 39px;
	left: 0px;
	padding: 10px;
	z-index: 9999;
}

.dropdown ul li {
	line-height: 25px;
}
.dropdown:hover ul { display:block; }
.dropdown.hover:hover ul { display:none; }


/* Drop-down at the top of the page
-------------------------------------------------------------- */
.top-dropdown p { height: 22px; }
.top-dropdown ul {
	background-color: #FFF;
	border: 1px solid #d4d4d4;
}
.top-dropdown li {
	color: #e33804; /* will be change */ 
	text-transform:capitalize;
	white-space:nowrap;
	line-height:18px;
	text-align: left;
}
.top-dropdown a { 
	font-family: 'Arial',sans-serif;
    font-size: 10px;
    text-decoration: none;
}
.static-block-top {float: right;}
/* Language switcher
-------------------------------------------------------------- */
.lang-switcher {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/border-right.png") no-repeat scroll 15% 50% transparent;
    height: 39px;
    line-height: 39px;
    margin-right: 2px;
    padding-left: 30px;
}

.lang-switcher ul {
    left: 31px;
    min-width: 80px;
    padding: 10px;
    position: absolute;
    top: 39px;
    z-index: 9999;
}

.lang-switcher li {
	background-position:0 3px;
	background-repeat:no-repeat;
	line-height: 25px;
}
/* Top Link Left 
-------------------------------------------------------------- */
.top-left {
	font-size: 10px;
	color: #787878;
    text-transform: uppercase;
    text-align: left;
	line-height: 39px;
}

/* Top Link center
-------------------------------------------------------------- */
.top-menu-center {
	float: left;
    font-size: 10px;
    margin-top: 10px;
    height: 29px;
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/border-left.png") no-repeat 100% 26%;
}

.top-menu-center li {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/border-right.png") no-repeat 100% 50%;
    float: left;
}
.top-menu-center li.last {
    background: none;
}
.top-menu-center li a {
    padding: 0 15px;
    text-transform: uppercase;	
}
/* Top Header ================================================================================ */
.top-header-container { 
	height: 39px;
	border-bottom: 1px solid #DDDDDD; 
}
.top-header { max-width: 1170px; width:90%; height: 39px; margin:0 auto; text-align:right; position: relative; z-index:10; }
.top-header .quick-access {}
.top-header .welcome-msg { margin:0; /* will be change */ text-align:right; float: left; margin-right: 8px; }
.top-header .welcome-msg { color: #F01C35; }
.top-header select {display: none;}
.top-header .i-top-right {
    float: left;
    line-height: 39px;
    padding-left: 15px;
}
.top-header .welcome-msg img{max-width:20px;}
.top-header .welcome-msg a { color:#ebbc58; }
.top-header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.top-header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.top-header .form-language select { padding:0; }
.top-header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.top-header .links { 
	font-family: 'Arial',sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 5px 30px 0 10px; 
	margin: 0; 
}
.my-setting ul {
    right: 0 !important;
    left: 1px;

}
.top-header .search-col {
	float: right;
	line-height: 36px;
    width: 182px;
}
.top-header .links li { display: block;}
.top-header .links li.last a { background: none; padding-right: 0; }
.top-header .links li a:hover { background: none; text-decoration: underline; }
.static-block-top p { float: left; width: 130px; margin: 4px 15px 0px 0px; background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/dt.png") no-repeat top left; padding-left: 10px; position: relative; }
/* Header ================================================================================ */
.header-fixed-container {
	background: #fff;
    position: fixed;
    top: -200px;
    width: 100%;
    z-index:10000;
    float: left;
    border-bottom: 1px solid #DDDDDD;
}
.header-fixed { 
    margin: 0 auto;
    max-width: 1170px;
}
.fixed-active{
	top:0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.header-fixed #wide-menu #nav {
	margin-top: 10px !important;
}
.header-fixed #wide-menu #nav ul.level0 {top:60px !important;}
.header-container { }
.header { 
	height: 100px;
    margin: 0 auto;
    max-width: 1170px;
}
.header .headr-left { height: 100px }
.header .logo img { margin: 10px 0; }
.header .logo strong { font-size:0; line-height:0; text-indent:-999em; overflow: hidden; }
.header h1.logo { margin: 0; line-height: none;}

.header .headr-right {
	height: 100px;
	position: relative;
}

.header-container .shopping-cart {
    float: right;
    line-height: 100px;
}

.header .mini-cart .block-content {
    background-color:#FFF;
    text-align: left;
    border: 1px solid #d4d4d4 !important; 
    min-width: 198px;
    width: 100%;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 72px;
    z-index: 3000;
}

.header-container .shopping-cart a {
    color: #FFFFFF;
    font-size: 12px;
    padding: 15px;
    text-transform: uppercase;
}
.header-container .shopping-cart a:hover {
    text-decoration: none;
}

#search_mini_form { margin: 0; padding: 0; }
.top-header .form-search span { background-color: none;}
.top-header .form-search label { float: left; text-align: left; text-indent:-999em; overflow:hidden; }
.top-header .form-search input.input-text { 
    border-radius: 0 0 0 0;
    padding: 0 5px;
    width: 175px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-transform: uppercase;
}

.top-header .form-search button.button { float:left; }
.top-header .form-search button.button {
	padding: 0;
	margin: 0;
    position: absolute;
	right: 2px;
    top: 12px;
    background: none;
}
.top-header .form-search button.button i {
	font-size: 15px;
	color: #000000;
}
.top-header .form-search button.button:hover i {

}
.top-header .form-search button.button:hover { }
.top-header .form-search .search-autocomplete { z-index:999; left:-1px !important; top:29px !important; }
.top-header .form-search .search-autocomplete ul {	border: #757575 solid 1px; border-top:#757575 solid 4px; background-color:#fff; }
.top-header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.top-header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.top-header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.top-header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.top-header .mini-cart { 
	position: absolute;
	top: 36.5%;
	right: 0;
	height: 37px;
    max-width: 47px;
    width: 100%;
}
.header .mini-cart .shopping-cart .price { color:#F01C35; padding-left: 2px;/* will be change */}


.header .mini-cart .cart_circle .count {
	position: absolute;	
	top:-14px;
	right:0;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: #fff solid 2px;
}


.mini-cart-above-products-wrapper {margin-bottom: 10px;}
.header .mini-cart .block-content li.item { padding: 10px; margin-bottom: 10px; min-height: 50px;}
.header .mini-cart .block-content .btn-remove  { float: right;}
.header .mini-cart .block-content .btn-edit  { float: right; margin-right: 5px;}
.header .mini-cart .block-content .button-shopcart {margin-right:0; padding-left:37px; padding-right:37px;}
.header .mini-cart .block-content p.empty {margin: 0; text-align: center;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header .mini-cart .block-content .price {color:#F01C35; font-weight: bold;}
.header .mini-cart .block-content .actions {padding-top:10px;}
.mini-cart-act i {color:#444; font-size: 15px;}
.mini-cart-act a:hover i {color:#F01C35;}
.static-block-header-right {margin: 5px 0;}
/********** < Navigation */
.nav-container { z-index: 999; width:100%; }
.nav-container:nth-child(n) {
	filter: none;
}
.nav-inner {
	position: relative;
	max-width:980px; 
	width: 100%;
	margin:0 auto; 
}
.header-fixed .nav-container  {
    margin-top: 8px;
}
#nav { display: inline-block; padding: 0; margin: 7px 0; }
.nav-custom-link { float: right !important; }
.menu-logo { 
	background: #FFF;
    margin: 0;
    min-height: 351px;
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 1px;
}
.menu-logo li {
    border-bottom: 1px solid #F1F1F1;
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
}

.menu-logo .last {
    border: none;
}
.menu-logo img { vertical-align: middle; margin: 0; }
.menu-logo a:hover{background-color:none; }
/********** < Head Content */
.content-head {
}
/********** Easy slider **********/
.easy-slider {position: relative; background:#6f5c68; max-width: 980px; width: 100%; margin: 0 auto; text-align: left;}
.easy-slider div.slice1 { margin:0 auto; max-width:980px; width: 100%; padding:0;}
.easy-slider div div div { margin:0 auto; padding:0; max-width:980px; width: 100%; max-height: 285px; height:100%; border:0;}
.easy-slider div div div p.img { float: left;}
.easy-slider div div div h2 {font-family: 'CaviarDreamsRegular',sans-serif; font-size:30px ;color:#382a33 !important; margin:0; padding:5px 0 5px 0; line-height:1.2em; font-weight: normal;}
.easy-slider div div div h3 {font-family: 'CaviarDreamsRegular',sans-serif; font-size:25px;color:#b2b2b2 !important; margin:0; padding:15px 0 5px 0; line-height:1.2em; font-weight: normal;}
.easy-slider div div div h2 span { font:normal 18px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase;}
.easy-slider div div div p { font:normal 12px  Arial, Helvetica, sans-serif; color:#ccb4b4; margin:0; padding:0 30px 0 0; line-height:1.8em;}
.easy-slider p.read-more { float: right; margin: 15px 0;}
.easy-slider p.read-more a {font-family: 'CaviarDreamsRegular',sans-serif; font-size:20px; color:#fff;}
.easy-slider #controls {
	position: absolute;
	z-index: 9999;
	left: 414px;
	bottom: 20px;
}
.easy-slider #controls span {
}
.easy-slider #controls a {
	background: #8c7d86;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 17px 8px 11px;
}
.easy-slider #controls a i {
	color: #6f5c68;
	font-size: 20px;
}
.easy-slider #controls a:hover {
	background: #5e4c57;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 17px 8px 11px;
}
.easy-slider #controls a:hover i {
	color: #8c7d86;
	font-size: 20px;
}
.easy-slider #controls #prevBtn {margin-right: 10px;}
#easy-slider-2 {margin-top:20px; }
#easy-slider-2 div p.img { float: right;}
#easy-slider-2 div p { font:normal 12px  Arial, Helvetica, sans-serif; color:#ccb4b4; margin:0; padding:0 0 0 30px; line-height:1.8em;}
#easy-slider-2 h3,#easy-slider-2 h2 {padding-left: 30px;}
.easy-slider #controls2 {
	position: absolute;
	z-index: 9999;
	left: 30px;
	bottom: 20px;
}
.easy-slider #controls2 span {
}
.easy-slider #controls2 a {
	background: #8c7d86;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 17px 8px 11px;
}
.easy-slider #controls2 a i {
	color: #6f5c68;
	font-size: 20px;
}
.easy-slider #controls2 a:hover {
	background: #5e4c57;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 17px 8px 11px;
}
.easy-slider #controls2 a:hover i {
	color: #8c7d86;
	font-size: 20px;
}
/* Home Content =============================================================================== */
.first-row,.second-row {
	margin-bottom: 25px;
}
.poAbs {
    position: absolute;
}
.home-content-container { }
.home-content { 
	max-width: 1170px; 
	width:100%; 
	margin: 0 auto; 
	padding: 22px 0 25px; 
	text-align:left; 
	position: relative;
}
.product-slider-shortcode { 
	text-align:left; 
	position: relative;
}
.home-bottom {
	padding: 0 0 45px 0;
}
.home-bottom-container {
	max-width: 1170px; 
	width:100%; 
	margin: 0 auto;
}
.home-bottom-container h2 {
	color: #363636 !important;
	font-size: 12px;
    font-family: 'Univers LT W01 55 Roman';
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 15px 0 25px 0;
}
.home-bottom-container h3 {
	color: #959595 !important;
	font-size: 12px;
    font-family: 'Univers LT W01 55 Roman';
    text-transform: none;
	font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 15px 0 25px 0;
}
.home-bottom-container .item {
	display: block;
	position: relative;
	transition: all 0.2s ease-out 0s;
}
.home-bottom-container .item img {
	border: 1px solid #f1f1f1;
	padding: 1px;
	width: 98%;
}

.home-bottom-container .item {
	transition: background-color 5s ease 0s;
}

.home-bottom-container .item .hover-disconver {
	opacity:0;
	background-color: #9f824a;
	max-width: 102px;
	max-height: 102px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -52px;
	
}

.home-bottom-container .item .hover-disconver p {
	color: #FFF !important;
	font-size: 18px;
	font-family: 'Univers LT W01 55 Roman';
	padding: 30px 15px;
	text-align: center;
	
}


.product-flexslider,.product-flexslider-2,.product-flexslider-3 {
	margin: 15px auto 10px auto;
	max-width: 1170px;
	position: relative;
}
.nav-wrapper {
	position: relative;
}

.slider-items {
	margin: 0 auto;
}
.slider-width-col5 { max-width: 945px }
.slider-arrows1 .direction-nav a:hover { }
.slider-arrows1 .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.slider-arrows1 .direction-nav a.disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.slider-arrows1 .direction-nav .prev { background-position: -3px -6px; margin-right:10px; }
.slider-arrows1 .direction-nav .prev:hover { background-position: -3px -40px;}
.slider-arrows1 .direction-nav .prev.disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }

.slider-arrows1 .direction-nav .next { background-position: -26px -6px;}
.slider-arrows1 .direction-nav .next:hover { background-position: -26px -40px;}
.slider-arrows1 .direction-nav .next.disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.slider-arrows1-top-right .direction-nav {
	height: 30px;
    position: absolute;
    right: 0;
    top: -40px;
}
.slider-arrows1-center .direction-nav {
		height: 30px;
    position: absolute;
    left: -47px;
    top:18px;
}
.slider-arrows1-center ul li a{
	position: absolute;
}
.slider-arrows1-center ul li a.next{
	left:970px;
}
.brand-list-direction-nav a {
	display:block;
	width:16px;
	height:28px;
	background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon-hover.png);
	background-repeat:no-repeat;
	margin: -11px 0 0; 
	position: absolute; 
	overflow: hidden;
	top: 50%; 
	z-index: 10;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
}
.slider-items {
	margin: 0 auto;
}
.slider-width-col5 {max-width: 945px}
/* Flex Slider Arrow */

.nova-slider-direction-nav li {
	
}
.nova-slider-direction-nav a {
	display:block;
	margin: -11px 0 0; 
	position: absolute; 
	overflow: hidden;
	text-decoration: none;
	top: 50%; 
	z-index: 10;
}
.nova-slider-direction-nav a div {
	display: table-cell;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	cursor:pointer;
	text-decoration:none;
	text-align: center;
}
.nova-slider-direction-nav a {
	color: #444;
}
.nova-slider-direction-nav a div i {
	font-size: 25px;
	line-height: 25px;
}
.nova-slider-direction-nav a:hover { }
.nova-slider-direction-nav a.nova-slider-disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.nova-slider-direction-nav a.nova-slider-disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.nova-slider-direction-nav .nova-slider-prev { 
	position: absolute;
    right: 14px;
    top: -19px;
}
.nova-slider-direction-nav .nova-slider-prev i { }
.nova-slider-direction-nav .nova-slider-prev:hover { }
.nova-slider-direction-nav .nova-slider-prev.nova-slider-disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }

.nova-slider-direction-nav .nova-slider-next { top: -19px; right: -10px;}
.nova-slider-direction-nav .nova-slider-next i { }
.nova-slider-direction-nav .next:hover {}
.nova-slider-direction-nav .nova-slider-next.nova-slider-disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }\

.brand-list .nova-slider-direction-nav a {margin: -17px 0 0;}
.brand-list .nova-slider-direction-nav .nova-slider-prev {left:-70px;}
.brand-list .nova-slider-direction-nav .nova-slider-next {right:-70px;}

.more-views .nova-slider-direction-nav .nova-slider-prev {left:0; display:none}
.more-views .nova-slider-direction-nav .nova-slider-next {right:0;display:none}
.more-views:hover .nova-slider-direction-nav .nova-slider-prev {display:block}
.more-views:hover .nova-slider-direction-nav .nova-slider-next {display:block}
.thumb-list-direction-nav a {
	display:block;
	width:21px;
	height:45px;
	background-image: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon-hover1.png");
	background-color: #585858;
	background-repeat:no-repeat;
	margin: -11px 0 0; 
	position: absolute; 
	overflow: hidden;
	top: 30px; 
	z-index: 999;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
}
.slider-items {
	margin: 0 auto;
}
.home-content .item,.product-slider-shortcode .item {
	text-align: left;
}
.products-grid-inner {
	position: relative;
}
.products-grid-inner img {
}
.products-list-inner {
	position: relative;
	float:left;
}
.products-list-inner img {
	width: 100%;
}
.products-grid .btn-cart {
	display:block; 
	position: absolute; 
	left: 55px;
    top: 113px;
}
a.wishlist {
	float: left;
	display: block;
	height: 20px;
	padding-left: 8px;
}
.wishlist-compare .dcack {
	float: left;
	color: #CFCDCD;
	display: block;
	width: 10px;
	position: absolute;
	left: 107px;
	font-size: 16px;
    font-weight: bold;
}
a.wishlist:hover span {
	color: #6a6a6a;
}
a.wishlist span {
	display: block;
	color: #cfcdcd;
	font-family: 'Univers LT W01 55 Roman';
	font-size: 14px;
}
a.compare {
	float: right;
	display: block;
	height: 20px;
}
a.compare:hover span {
	color: #6a6a6a;
}
a.compare span {
	display: block;
	color: #cfcdcd;
	font-family: 'BebasRegular',sans-serif;
	font-size: 14px;
}
.brand-slider {
	margin-bottom: 10px;
}
.brand-list {
	position: relative;
	margin:0 auto;
	max-width: 900px;
	width:100%;
}
.brand-list ul.flex-direction-nav {
	position: absolute;
	top: 0px;
	left: 0px;
}
.ajax-loading {float:left; display:none; background:#EF4035; color:#fff; padding:5px; font-size: 18px; z-index: 999;}
/* Home Bottom =============================================================================== */
.footer-left select {display: none;}
.footer-info-top { 
	padding: 30px 0 48px 0;
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/border-header-bottom.png") repeat-x top left;
}
.footer-info-top .footer-info li { 
    font: 18px/140% 'CaviarDreamsRegular',sans-serif;
    text-transform: uppercase;
}
.footer-info-top .footer-info li i { 
    font-size: 24px;
}

.social-icons {
	margin-left: 7px !important;
}
.social-icons a {
	font-size: 20px;
}

/* Slider Nav */
a.slider-arrows {
	position: absolute;
	display:block;
	width:30px;
	height:30px;
	background:#ddd url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/slider-arrows.png) no-repeat;
	cursor:pointer;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
}
a.slider-arrows.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
a.slider-arrows.disabled:hover {background-color:#ddd;}
a.slider-arrows:hover { background-color:#9b0e11;}
.products-upsell .prev {
    background-position: -10px -10px;
    top:6px;
    right: 31px;
    margin-right: 1px;
}
.products-upsell .prev:hover {background-position:-10px -60px; }
.products-upsell .next { background-position:-60px -10px; top:6px; right: 0;}
.products-upsell .next:hover { background-position:-60px -60px; }
/* ---- BRAND ---- */
.brand-slider {
 max-width: 1170px;
 width: 100%;
 margin: 0 auto;
 margin-bottom: 10px;
}
.brand-list {
 position: relative;
 margin:0 auto;
 max-width: 1125px;
 width:100%;
}
.brand-list ul.flex-direction-nav {
 position: absolute;
 top: 0px;
 left: 0px;
}


.brand-slider h2 {
    border-color: #9F824A;
    border-image: none;
    border-style: solid;
    border-width: 0 0 4px;
    color: #363636;
    display: inline-block;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 25px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.brand-slider .nova-slider-prev {
    left: -23px !important;
}

.brand-slider .nova-slider-prev {
    position: absolute;
    right: 14px;
    top: 20px;
}

.brand-slider .nova-slider-next {
    top: 20px;
    right: -23px !important;
}

.brand-slider a div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    display: table-cell;
    height: 37px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 37px;
}

.brand-slider ul.slides {
 margin-left: 15px;
}

/* ---- END BRAND ---- */
/* Sidebar =============================================================================== */
.block {
	margin-bottom: 20px;
}
.block .block-content {
	padding-top: 10px;
}
.block .block-content ul li a:hover {
	color: #9f824a;
	text-decoration: none;
}
#block-compare {
	border-bottom: 2px solid #363636;
	padding-bottom: 10px;
}
#block-viewed { }
#block-viewed strong span {
    color: #0D0D0D;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 17px;
    font-weight: normal;
}
#block-poll {
	padding-bottom: 10px;
	border-bottom: 2px solid #363636;
}
#block-tags {
	padding-bottom: 10px;
	border-bottom: 2px solid #363636;
}
#pollForm {
	width: 100%;
}
#custom-html {
	padding-bottom: 5px;
	border-bottom: 2px solid #363636;
}
.block .block-title {
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/grey-arrow-right.png) no-repeat 99% 30%;
	cursor: pointer;
}
.block .active {
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/grey-arrow-down.png) no-repeat 99% 37%;
}
.product-block-right .block .block-title {
	background:none;
	cursor: default;
}
.block .block-title strong span { 
	color: #0d0d0d;
    font-family: 'Univers LT W01 55 Roman';
    font-weight: normal;
    font-size: 17px;
}
.custom-html strong span {
    color: #0d0d0d;
    font-family: 'CaviarDreamsRegular',sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 32px;
}
.custom-html .block-content p {
	color: #808080;
    font: 13px/140% 'Univers LT W01 55 Roman';
    text-align: left;
    padding: 5px 0;
}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0; font-size:1em; color:#808080; }

.block .block-content li.item { padding:7px 0; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {border-top: 1px solid #E3E3E3; padding:10px 0; text-align:right; margin-top: 10px;}
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin: 0; padding: 25px 0 0; }

.block li.odd { }
.block li.even {}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {}
/* Mini Left Categories */
.left-categories { }
.left-categories .block-title {
	background: none;
	text-align: left;
	padding-bottom: 7px;
	border-bottom: 2px solid #363636;
}
.left-categories .block-title span {
	font-family: 'Univers LT W01 55 Roman';
    font-size: 17px;
	color: #0d0d0d;
}
.left-categories ul {
}
.left-categories ul li {
	line-height: 30px;
	border-bottom: 1px dotted #e9e9e9;
}

#recently-viewed-items .product-name {
	color: #363636;
	font-size: 12px;
}

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #e9e9e9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account .block-content li a { display:block; border-bottom:1px solid #e9e9e9; padding:5px 0; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#F01C35; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #e9e9e9; padding:5px 0; color:#F01C35; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { }
.block-layered-nav .block-content { 
	padding-right: 2px;
}
#block-layered-nav { 
	padding-bottom: 10px;
	border-bottom: 2px solid #363636; 
}
#block-layered-nav strong { }
.block-layered-nav .block-subtitle { line-height:1.35; background:#ddd; padding:3px 9px; border-bottom: 1px solid #E3E3E3; text-transform:uppercase; color:#1f5070; }
.block-layered-nav dt { 
	color: #818181;
	padding: 0 0 0 15px; 
	font-weight:bold; 
	cursor: pointer;
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/filter-icon-hiden.png) right center no-repeat; 
}
.block-layered-nav dt.active { 
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/filter-icon-show.png) right center no-repeat;
}
.block-layered-nav dd { padding:0 17px 12px;}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#f5f5f5 ;padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:6px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px;border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related {
	display: block;
}
.block-related .block-title strong {
    padding: 10px 0;
}
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.page-popup .link-print { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
/* Block: Recently Viewed Products */
.block-viewed .product-img {
	float: left;
    padding: 3px 10px 0 0;
    width: 75px;
    
}
.block-viewed .product-name {
	margin-left: 75px;
	margin-bottom: 5px;
}
.block-viewed .product-img img {
    border: 1px solid #E9E9E9;
}
.block-viewed .price-box {
	margin-left: 75px;
}
.block-viewed .regular-price .price {
    color: #9b0e11;
    font-family: 'BebasRegular',sans-serif;
    font-size: 15px;
}
/* Block: Poll */
.block-poll .block-subtitle { 
	font-size:12px; 
	padding-top: 18px;
}
.block-content .label, .block-content .badge {
    color: #000;
    background: none;
}
.block-content label {
    line-height: 25px;
}
.block-poll input.radio { float:left; margin:5px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:0 9px; line-height: 25px;}
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content .tags-list { 
	background:none; 
	border:0; 
	font-size:12px; 
	padding-top: 15px;
}
.block-tags .block-content .tags-list a { 
	padding: 5px;
	-webkit-transition: background-color, color 0.2s linear;
	-moz-transition: background-color, color 0.2s linear;
	transition: background-color, color 0.2s linear;
}

.block-tags .block-content .tags-list a:hover {color:#fff; }

.block-tags .actions { text-align:left; border: 0; }
.block-tags .actions a { float:none; background:none; color:#818181; text-transform: uppercase;}
.block-tags .actions a:hover {color:#9b0e11; background: none;}
/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* Facebook Login */
.footer-aditional .facebook {
    float: left;
}
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-image-head {
	position: relative;
}
.category-title-head {
	position: absolute;
	top:92px;
	right: 40px;
}
.category-title-head h1,.category-title-head h2,.category-title-head h3,.category-title-head h4 {
	color:#FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.category-title { border:0; margin:0 0 20px;}
.category-title h1 {font-size: 24px !important; float: left;}
.shopping-option-dropdown {
	position: relative;
	float: left;
	margin-left: 20px;
}
.shopping-option-dropdown label {
	font-family: 'Univers LT W01 55 Roman'; 
	font-size: 18px; 
	line-height: 47px; 
	margin: 0; 
	padding: 0 10px; 
	border-color: #d8d8d8;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}
.open label {
	border-color: #d8d8d8;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}
.shopping-option-dropdown i {font-size: 14px;}
.shopping-option-dropdown label a {color: #818181}
.shopping-option-dropdown label a:hover {text-decoration: none;}
.sub-header-nav {
	display: none;
	position: absolute;
	background: #fff;
	top: 50px;
	left:0;
	z-index: 9999;
	border-top: 0;
	min-width: 180px;
}
.compare-dropdown {
	position: relative;
	float: left;
	margin-left: 5px;
	max-width: 266px;
	width: 100%;
}
.compare-dropdown label {
	font-family: 'Univers LT W01 55 Roman'; 
	font-size: 18px; 
	line-height: 47px; 
	margin: 0; 
	padding: 0 10px; 
	border-color: #d8d8d8;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}
.open label {
border-color: #d8d8d8;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}
.compare-dropdown i {font-size: 14px;}
.compare-dropdown label a {color: #818181}
.compare-dropdown label a:hover {text-decoration: none;}
.ajax-compare {
	display: none;
	position: absolute;
	background: #fff;
	top: 51px;
	left:0;
	z-index: 9999;
	border-color: #d8d8d8;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	border-top: 0;
	padding: 2px 10px 10px 0;
	max-width: 254px;
	width: 100%;
}
.ajax-compare ol {
	margin:0 10px;
}
.ajax-compare .actions {
	margin-left: 10px;
	margin-top: 10px;
}

.ajax-compare .btn-clear-all-compare {float: right;}
.ajax-compare p{ text-align: center; margin: 0;}
.category-image { width:100%; overflow:hidden; margin:0; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.category-products .products-grid .item { height: 405px; }
/* View Type: Grid */
.products-grid {position:relative; margin:0;}
.products-grid li.item { position: relative; float:left; margin: 10px 0; clear: none; padding: 0 10px; width: 271px; }
.list-col3.products-grid li.item { }
.list-col4{ margin: 0 auto;}
.list-col4.products-grid li.item {padding: 5px 5px;margin: 5px 0;}
.list-col4 .item .btn-cart {bottom: 7px !important;}
.products-grid li.last {margin-right:0 !important; }
.products-grid .product-image { display:block;}
/* .products-grid .product-name { /*min-height:2.7em;/ margin:0 0 5px; font-size:16px; color:#111;margin: 10px 0; text-align: center; width: 234px;} */
/*.slides .socialToolBar .product-name { width: 210px; }
.product-flexslider .slider-items .slides .item .socialToolBar .product-name a {
	color: #FAD300;
    font-size: 12px;
} */
.product-flexslider .slider-items .slides .item .socialToolBar .product-name a:hover {
	color: #bcbcbc;
}
.products-grid .price-box { line-height: 27px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions {}
.products-grid .btn-cart {
    background: none repeat scroll 0 0 #9b0e11;
    color: #f9d100;
    display: block;
    font: 20px/24px 'Univers LT W01 55 Roman';
    height: 24px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	cursor: pointer;
}
.item .socialToolBar .btn-cart, .item .socialToolBar .btn-cart:hover {
	background: none;
}
.products-grid .nova-product-images {
	position: relative;
	overflow: hidden;
}
.nova-product-label {
	font: 12px/52px 'Univers LT W01 55 Roman';
	text-transform: uppercase;
	color: #fff;
	width: 52px;
	height: 52px;
	text-align: center;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	border-radius: 52px;
	z-index: 999;
}
.nova-new-label {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 998;
}
.nova-sale-label {
	position: absolute;
	top: 15px;
	right: 15px;
}
.quickview-box {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 37%;
    z-index: 9999;
}
.quickview-box .quickview_small {
    background: none repeat scroll 0 0 #151515;
    color: #909090;
    display: table-cell;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 95px;
}
.quickview-box .quickview_small:hover {color: #fff; text-decoration: none;}
.products-grid .descriptions-hidden {
	margin-top: 10px;
	background: #fff;
	z-index: 999;
}
.quick-act {
	float: right;
}
.quick-act a {
	float:left;
}


.products-grid .descriptions-hidden a {
	cursor: pointer;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    padding: 6px 8px;
	margin-left: 4px;
}

.products-grid .descriptions-hidden a:hover {
    border: 1px solid #444;
}

.products-grid .descriptions-hidden ul {
    float: left;
    margin: 0;
    width: 70px;
}

.descriptions-hidden ul li {
    display: inline;
    margin-right: 5px;
}

.descriptions-hidden ul li.blue-dots a {
    background: #50BBAB;
}

.descriptions-hidden ul li.white-dots a {
    background: #ED869F;
}

.descriptions-hidden ul li.pink-dots a {
    background: #E4E4E4;
}

.descriptions-hidden ul li a {
    border-radius: 10px 10px 10px 10px;
    padding: 1px 8px;
}

h3.product-name {
	line-height: 20px;
	padding-top: 9px;
	margin-bottom: 10px;
}
h3.product-name  a {
	color: #363636;
    font-size: 12px;
    font-weight : normal;
    text-transform: none;
    text-align: left;  
}
.box-up-sell .old-price {
	color: #999999;
	float: none;
}
.box-up-sell .special-price {
	float: none;
}
.item .ratings {
	width: 70px;
    height: 14px;
}
.price-product-box {min-height: 33px;}
.rating-product-box {min-height: 13px;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {padding:0;}
.col1-layout .products-grid {margin:0 auto; }
.novaworks-label {
	position: absolute;
	width: 43px;
	height: 43px;
	text-indent: -99999px;
	z-index: 3;
}
.new-top-left {
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/new.png) no-repeat top left;
}
.new-top-right {
	right: 1px;
	left: 187px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/new.png) no-repeat top right;
}
.product-img-box .new-top-right {
	left: 274px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/new.png) no-repeat top right;
}
.new-bottom-left {
	bottom: 0px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/new.png) no-repeat left bottom;
	z-index: 99;
}
.product-img-box .new-bottom-left {
	top: 302px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/new.png) no-repeat left bottom;
	z-index: 99;
}
.new-bottom-right {
	bottom: 0px;
	left: 187px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/new.png) no-repeat right bottom;
}
.product-img-box .new-bottom-right {
	left: 274px;
    top: 302px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/new.png) no-repeat right bottom;
}
.sale-top-left {
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/sale.png) no-repeat top left;
}
.sale-top-right {
	right: 0px;
	left: 187px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/sale.png) no-repeat top right;
}
.product-essential .sale-top-right {
	right: 0px;
	left: 274px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/sale.png) no-repeat top right;
}
.sale-bottom-left {
	bottom: 0px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/sale.png) no-repeat left bottom;
	z-index: 99;
}
.product-img-box .sale-bottom-left {
	top: 303px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/sale.png) no-repeat left bottom;
	z-index: 99;
}
.sale-bottom-right {
	left: 187px;
	bottom: 0px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/sale.png) no-repeat right bottom;
}
.product-img-box .sale-bottom-right {
	left: 274px;
    top: 303px;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/sale.png) no-repeat right bottom;
}
/* View Type: List */
.products-list li.item { padding: 25px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name {
	font-family: 'Univers LT W01 55 Roman';
	font-size: 20px; 
	color: #111; 
	text-align: left;
}

.item .margin-image img { }
.item:hover .margin-image img { }
.product-img-additional {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.theHoverBorder {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.nova-product-images .theHoverBorder {
    box-shadow: 0 0 0 5px #9f824a outset;
    -moz-box-shadow: 0 0 0 5px #9f824a outset;
	-webkit-box-shadow: 0 0 0 5px #9f824a outset;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.nova-product-images:hover .theHoverBorder {
    box-shadow: 0 0 0 5px #9f824a inset;
    -moz-box-shadow: 0 0 0 5px #9f824a inset;
	-webkit-box-shadow: 0 0 0 5px #9f824a inset;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.nova-product-images a:hover .front {
	-webkit-animation: fadeout 1.5s; /* Safari and Chrome */
       -moz-animation: fadeout 1.5s; /* Firefox */
        -ms-animation: fadeout 1.5s; /* Internet Explorer */
         -o-animation: fadeout 1.5s; /* Opera */
            animation: fadeout 1.5s;
}
.nova-product-images a:hover .back {
    -webkit-animation: fadein 1.5s; /* Safari and Chrome */
       -moz-animation: fadein 1.5s; /* Firefox */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera */
            animation: fadein 1.5s;
	z-index:10;
	position:absolute;
}

.products-list .product-name a:hover { 
	text-decoration: none;
}
.f-fix .act-box .price-box {
    float: left;
    margin: 8px 60px 0 0;
}
.f-fix .price-box .old-price {
	margin-top: 4px;
	padding: 5px;
}
.products-list .price-box { 
	float:left; 
	margin:2px 60px 0 0; 
	padding: 8px 35px;
	border-color: #d8d8d8;
	border: border-image: none;
	border-style: solid;
	border-width: 1px;
}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { 
	clear:both; 
	padding: 20px 0 0; 
	margin:0 0 10px; 
	line-height:1.35; 
}
.products-list .desc a.link-learn { color:#9b0e11}
.products-list .desc a.link-learn:hover { color:#999}
.products-list .act-box { }
.products-list .btn-cart {
    color: #FFFFFF;
    display: block;
    font: 15px/24px 'Univers LT W01 55 Roman';
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    white-space: nowrap;
    text-transform: uppercase;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	cursor: pointer;
	padding: 10px 15px;
	margin-top: 3px;
}
.products-list .btn-cart:hover {
	text-decoration: none;
}
.products-list .btn-cart span {
	padding: 0px 5px 0px 5px ;
}
.f-fix ul.add-to-links li a.link-wishlist {
	font-size: 14px;
}
.f-fix ul.add-to-links li a.link-compare {
	font-size: 14px;
	padding-left: 16px;
}
.products-list .add-to-links { 
 	float: left;
	width: 70%;
	margin-left: 10px;
}
.products-list .add-to-links li { 
	display:inline; 
}
.products-list .add-to-links li a { 
	padding: 15px 23px 13px 23px;
	margin-right: 10px;
	border-color: #d8d8d8;
	border: border-image: none;
	border-style: solid;
	border-width: 1px;
}

.products-list .add-to-links li i { 
	font-size: 16px;
}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.f-fix .add-to-links { 
	position: relative;
}
.f-fix .add-to-links .separator { 
	font-size: 16px;
    font-weight: bold;
    left: 97px;
    position: absolute;
    top: -1px;
}
.quick-view-details .product-img-box {
	float: left;
	width: 50%;
}
.quick-view-details .product-shop {
	float: right;
	width: 47%;
}
/* ======================================================================================= */
#addedoverlay { left:0; top:0; width: 100%; height: 100%; position:fixed; z-index:295; background: black; 
  opacity: .75;  filter: alpha(opacity=75);   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
#added { position: fixed; width: 348px; background-color: #fff; min-height:50px; background-repeat: no-repeat; background-position: center center; border:1px solid #acacac; border-top:none; z-index: 305; margin: 65px 0 0 100px; }
#added .added-content { text-align: center; padding: 15px; min-height:50px; border: #757575 solid 1px; border-top:#757575 solid 4px; }
#added img { margin:0 8px 13px 0; border:1px solid #efefef; width:60px; height:60px; }
#added a { padding: 6px 14px; margin: 0 0 0 7px; color:white; }
#added a:hover { text-decoration: underline; }
#added #hidewindow { background: #818181; margin:0; }
#added #hidewindow:hover { background: #818181; margin:0; text-decoration: underline; }
.product-view #added { margin: 20px 0 0 328px; }
.product-view .product-shop .price-box .old-price, #container2 .product-options-bottom .price-box .old-price {
	margin-right: 5px;
    margin-top: 5px;
}
/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height: 14px;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_rating.png) repeat-x 0 0; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_rating.png) 0 100% repeat-x; }
.col-main .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_rating.png) repeat-x 0 0; text-indent:-999em; overflow:hidden; }
.col-main .rating-box .rating { float:left; height:13px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_rating.png) repeat-x 0 100%;}
.ratings .rating-box { 
	float:left; 
	margin: 0 10px 0 0;
}
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_availability_only_?.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { 
	color: #818181;
    font: 13px/140% 'Univers LT W01 55 Roman';
    padding-right: 10px;
}

/* Regular price */
.regular-price { color:#9b0e11; }
.socialToolBar .price-box { 
	display: block;
	position: absolute;
	top: 85px;
}
.socialToolBar .price-box .regular-price  .price { color:#FFF; }
.regular-price .price {
    color: #363636 !important;
    font: 18px/140% 'Univers LT W01 55 Roman';
}

.nova-container-shortcode .regular-price .price {
    color: #363636 !important;
    font: 18px/140% 'Univers LT W01 55 Roman' !important;
}

.price-box .regular-price .price {
    color: #363636;
    font: 36px/140% 'Univers LT W01 55 Roman';
    padding-right: 10px;
}

.products-grid .regular-price .price {
    color: #363636 !important;
    font: 18px/140% 'Univers LT W01 55 Roman';
}

#recently-viewed-items .regular-price .price {
	color: #363636 !important;
    font: 18px/140% 'Univers LT W01 55 Roman';
}

#old-price-168 {
	font-family: 'Univers LT W01 55 Roman';
	font-size:16px;
}
.block .regular-price,
.block .regular-price .price { 
	color: #363636 !important;
    font: 18px/140% 'Univers LT W01 55 Roman';
}

.socialToolBar .wishlist-compare {
	display: block;
	position: absolute;
	width: 210px;
	height: 20px;
	line-height: 20px;
	top: 149px;
	left: 5px;
}

/* Old price */
#recently-viewed-items .old-price {
	margin-top: 4px;
}
.old-price { float: left; margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price {color:#999 !important; text-decoration:line-through;}

.sidebar-block-inner .product .old-price {
	margin: 4px 5px 0 0 !important;
}

.sidebar-block-inner .price-box .price {
	color: #818181;
    font: 13px/140% 'Univers LT W01 55 Roman' !important;
    padding-right: 10px;
}

.sidebar-block-inner  .special-price .price {
    color: #363636 !important;
    font: 18px/140% 'Univers LT W01 55 Roman' !important;
}

/* Special price */
.special-price { float: left; margin:0; padding: 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price {
	color: #363636 !important;
    font: 18px/140% 'Univers LT W01 55 Roman';
}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#999;;}
.minimal-price-link .price { font-weight:normal; color:#9b0e11; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin: 15px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; line-height: 31px;}
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-cart .qty-border { 
	border-color: #e8e8e8;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	height: 42px;
	float: left;
}
.add-to-cart .qty-border p { 
	border-color: #e8e8e8;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 0 0;
	padding: 3px 13px 3px 13px ;
	margin: 8px 0;
	float: left;
	max-width: 40px;
}
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {}
.product-view td {
	color: #000;
}
.product-essential {}
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral {padding:25px 0; }
.product-collateral .std { }

.right-block-inner, .left-block-inner { text-align: center; }

.right-block-inner ol, .left-block-inner ol { 
	display: inline-block;
	margin: 13px auto;
}
.right-block-inner ol li, .left-block-inner ol li { 
	display: inline;
	margin: 0 5px;
}
.right-block-inner ol li a, .left-block-inner ol li a {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bullets-1.png") no-repeat top left;
    display: inline-block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
}
.right-block-inner ol li a:hover, .left-block-inner ol li a:hover {
	background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bullets-1.png") no-repeat bottom left;
}
.right-block-inner ol li a.right-block-inner-active, .left-block-inner ol li a.left-block-inner-active {
	background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bullets-1.png") no-repeat bottom left;
}

.limiter {float: right;}
/* Product Tabs */
.product-tabs { }

.product-tabs li {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/tabs-right.png") no-repeat scroll 100% 50% transparent;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-right: 15px;
    padding-right: 30px;
}

.product-tabs li.first { border-left:0; }
.product-tabs li.last { background: none; }
.product-tabs a { 
	display:block; 
    font-size: 18px;
    font-family: 'Univers LT W01 55 Roman';
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.product-tabs a:hover,
.product-tabs li.active a,
.product-tabs li.active a:hover { 
	color:#363636;
	text-decoration: none;
}
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
.product-tabs-content { padding-top: 18px;}
.tabs-left { }
/* Product Images */
.product-view .product-img-box {position: relative;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image img {margin:0 auto;}
.product-view .product-img-box .product-image-zoom { position:relative; width:326px; height:370px; overflow:hidden; z-index:9; border: #e3e3e3 solid 1px;}}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; border: #e3e3e3 solid 1px;}
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views {margin: 0 auto;}
.product-view .product-img-box .more-views ul {margin: 0 auto;}
.product-view .product-img-box .more-views li { margin: 5px; }
.product-view .product-img-box .more-views li .prev { float: left;}
.product-view .product-img-box .more-views li .next { float: right;}
.product-view .product-img-box .more-views li a { float:left; overflow:hidden; margin: 0 5px;}
.product-view .product-image { position: relative;} 
.product-view .product-image .zoom-image {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon.png) no-repeat;
	background-position: -104px -93px;
	width: 20px;
	height: 20px;
	margin: 5px;
	padding-left: 23px;
	text-indent: -999px;
	text-transform: uppercase;
	z-index: 999;
}
.more-view-title {font-size: 14px; font-weight: bold; margin: 5px 0;}
.more-views {position: relative;	}
.block-related-slider .block-title {
	position: relative;
}

.block-related-slider .block-title .relatex-left {
	font-family: 'Univers LT W01 55 Roman';
	font-size: 24px;
	font-weight: normal !important;
	padding: 10px 0;
}

.block-related-slider .block-title .block-subtitle {
    font-family: 'Univers LT W01 55 Roman';
    font-size: 12px;
    font-weight: normal !important;
    padding: 14px 0 0 0;
}
.flexslider-related { max-width: 273px; margin: 0 auto; }
.related-product-images {border-bottom: 1px solid #C7C7C7; padding-bottom: 1px;}
.flexslider-related .product-name {font-weight: bold;}
.nova-slider-direction-nav a:hover {
  text-decoration: none;
}

.related-slider-direction-nav {
	position: absolute; 
	top: 0; 
	right:0
}
.related-slider-direction-nav li {
	float: left; 
	font-size: 15px;
	background: #363636;
    padding: 1px;
    margin-right: 1px;
}

.related-slider-direction-nav a.related-slider-disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.related-slider-direction-nav a.related-slider-disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.related-slider-direction-nav li i {
	color: #FFF;
}

.product-img-box .nova-slider-direction-nav {
	left: 2px;
    position: relative;
    top: -67px;
}
/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* -------------------------------------------------------------- */
.itemslider-thumbnails .direction-nav {
}
.itemslider-thumbnails .direction-nav a.prev {
	position: absolute;
	display:block;
	width:21px;
	height:45px;
	position: relative;
	left: -6px;
    top: 25px;
	background-image: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon-hover1.png);
	background-repeat:no-repeat;
	background-color: #585858;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;	
	margin: 0 !important;
	
}
.itemslider-thumbnails .direction-nav a.next {
	position: absolute;
	display:block;
	width:21px;
	height:45px;
	position: relative;
	left: 291px;
    top: -20px;
	background-image: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon-hover1.png);
	background-repeat:no-repeat;
	background-color: #585858;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;	
	margin: 0 !important;
	
}
.slider-items {
	margin: 0 auto;
}
.socialToolBar .price-box {
	color: #FFF;
	max-width: 210px;
}
.socialToolBar .price-box .old-price {
	float: left;
	text-align: center;
	padding: 2px 8px 0 ;
}
.socialToolBar .price-box .special-price {
	float: left;
	text-align: center;
	padding: 0 5px;
}
.socialToolBar .price-box .old-price .price {
    color: #6a6a6a;
    font-size: 16px;
}
.socialToolBar .price-box .special-price .price {
    color: #FFF;
    font-size: 20px;
}
.slider-width-col5 { max-width: 1170px; }
.itemslider-thumbnails .direction-nav a:hover { background-color:#333; }
.itemslider-thumbnails .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
.itemslider-thumbnails .direction-nav a.disabled:hover { background-color:#9b9b9b;}

.itemslider-thumbnails .direction-nav .prev {background-position: -1px -31px; }
.itemslider-thumbnails .direction-nav .prev:hover {background-color: #585858; }
.itemslider-thumbnails .direction-nav .prev.disabled:hover {background-color: #585858; }

.itemslider-thumbnails .direction-nav .next {background-position: -23px -31px; }
.itemslider-thumbnails .direction-nav .next:hover {background-color: #bbbbbb; }
.itemslider-thumbnails .direction-nav .next.disabled:hover {background-color: #9b9b9b; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
.product-image-popup .button {
	height: 20px;
}
/* Product Videos */
.video-views ul li {
	float: left; 
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Product Shop */
.col1-layout .product-view .product-shop {}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { 
	border-color: #e8e8e8;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	margin:0 0 18px; 
	padding-bottom: 15px;
}


.flexslider-related .related-product-images {
    border: none;
    padding: 0;
}

.flexslider-related .product-details .product-name {
    border: medium none;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 9px 0 0;
}

.flexslider-related .price-box {
    float: left;
    margin: 5px 0 !important;
}

.flexslider-related .price {
	color: #363636 !important;
    font: 20px/20px Arial,Helvetica,sans-serif !important;
    padding-right: 10px;
}

.product-view .product-shop .product-name h1 {margin:0; font-size: 30px; font-weight: normal; line-height: 1.15em;}
.product-view .product-shop .availability { 
	float: right;
	margin: 20px 0; 
	background: #9e9e9e;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    max-width: 128px;
    width: 100%;
}
.product-view .product-shop .in-stock span {
	padding: 5px;
}
.product-view .product-shop .out-of-stock span {
	background: red;
	padding: 5px;
	color: #fff;
}
.product-view .product-shop .short-description { margin:10px 0; padding:20px 0; border:#dfdfdf solid 1px; border-left:0; border-right:0}
.product-view .product-shop .price-box { 
	float: left;
    max-width: 350px;
	margin: 10px 0; 
}
.product-view .product-shop .add-to-links { 
	max-width: 400px;
	margin: 0; 
}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a {text-transform: uppercase; }
.product-view .product-shop .add-to-links a.link-wishlist {

}
.product-view .product-shop .add-to-links a.link-wishlist {
	font-size: 11px;
	padding: 2px 5px 2px 22px;
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon-wishlist.png) no-repeat top left;
}
.product-view .product-shop .add-to-links a.link-compare {
	font-size: 11px;
	padding: 0px 5px 2px 22px;
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon-compare.png) no-repeat top left;
}
.product-view .product-shop .add-to-links a.email-to-friend {
	font-size: 11px;
	padding: 0px 2px 2px 22px;
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon-email.png) no-repeat top left;
}

.product-view .product-shop .add-to-links a.link-compare {

}
.product-view .product-shop .add-to-links a.email-to-friend {

}
/* Product Block Right */
.product-view .product-block-right {
	float: right;
	width: 23.6%;
}
/* Product Options */
.product-options {padding:10px 0 20px; position:relative;}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 0 10px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { 
	background: none;
    color: #112233;
    display: inline-block;
    margin: 0; 
}
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom {}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-box .price {
	line-height: 31px;
}
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:left; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:left; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell {
	max-width: 1170px;
}

#upsell-product-table {
	position: relative;
}

#upsell-product-table .nova-slider-direction-nav .nova-slider-prev,#upsell-product-table .nova-slider-direction-nav .nova-slider-next {
	background: #363636;
}

#upsell-product-table .nova-slider-direction-nav .icon-right-open-big,#upsell-product-table .nova-slider-direction-nav .icon-left-open-big {
	color: #FFF;
	font-size: 15px;
}

#upsell-product-table .nova-slider-direction-nav {
	left: 45%;
    position: absolute;
    top: -4.1%;
}

.box-up-sell h2 {
    font: 20px/20px 'Univers LT W01 55 Roman';
    min-height: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: none;
 }

.products-upsell li.item {
	float: left;
	display: inline;
	padding:0 10px;
    margin: 0;
}


#upsell-products-slider .item {
	clear: none;
    float: left;
    position: relative;
}
.products-upsell .price-box {
	float: left;
    line-height: 30px;
}

.products-upsell .old-price {
    color: #999999;
    float: left;
}

.products-upsell .special-price {
    float: left;
}

.products-upsell li.item img {
	border: 0;
}

.products-upsell .products-grid {
	width: auto;
}
.products-upsell .product-name {
	width: 100%;
}

/* --- En upsell-products-slider --- */


/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold;margin: 0 0 5px 0;}
.product-view .box-tags .form-add .input-box { float:left; width:305px;}
.product-view .box-tags .form-add .input-box input {
	padding: 7px 3px;
}
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
.product-view .box-tags .form-add button {padding: 8px 10px;}
/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.block-content-inner .product-name { text-align: left; }
.sidebar .old-price {
	padding-right: 7px;
}
.recently-viewed-items .product-name a { text-align: left; }
.product-name { 
	margin:0; 
	font-weight:normal; 
	text-transform: none;
}
.product-view .product-essential .product-name h1 {
	color: #393939;
	text-align: left;
	font-size: 18px;
}
.product-view .product-essential .btn-cart { padding: 9px 20px !important;}
.add-to-cart .btn-cart { padding: 9px 15px !important; margin-left: 10px; }
.add-to-cart .btn-cart span {
	font: bold 18px/140% 'Univers LT W01 55 Roman';
}
.product-view .product-essential #qty {
    height: 24px;
    line-height: 24px;
    margin-right: 0;
    max-width: 13px;
    padding-left: 13px;
    padding-right: 13px;
}

/* Product Tags */
.tags-list { display:block; font-size:13px;}
.tags-list li { display:inline !important; }
.tags-list li a {line-height: 25px;}

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }
#empty_cart_button {
	background: url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon-clear.png) no-repeat left center;
	color: #444;
	padding-left: 28px;
}
#empty_cart_button:hover {
	color: #9b0e11;
}
.btn-update {
	padding-left: 28px;	
}

.btn-continue {
	padding-left: 28px;	
}

#shopping-cart-table .product-image img{
	border: 1px solid #E9E9E9;
}
.cart-accordion {
  margin-bottom: 20px;
}
.cart-accordion-group {
  margin-bottom: 8px;
}
.cart-accordion-heading {
  border-bottom: 0;
}
.cart-accordion-heading {
  font-size: 20px;
  line-height: 40px;
  display: block;
  padding: 0 10px;
}
.cart-accordion-heading a:hover{color: #818181}
.cart-accordion-inner {
  padding: 10px 0;
  border-color: #d2d2d2;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}
/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .cart-collaterals .checkout-types li .btn-proceed-checkout {
	height: 36px;
    padding: 8px 15px;
}
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
.cart .cart-collaterals .box-up-sell {margin-top: 20px;}
/* Shopping Cart Table */
.cart-table th { padding: 5px 10px; }
.cart-table td { padding: 5px 10px; }
.cart-table .product-name {font-family: Arial,Helvetica,sans-serif; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

.cart-div {
	padding: 10px 0;
}

.cart-div .c-left .button {
	float: left;
	padding: 12px 17px;
}

.cart-div .c-right .button {
	float: right;
	padding: 12px 17px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.shipping-form {
	margin: 0 23px;
}
.shipping-form ul li {
	float: left;
	width: 29%;
}
.shipping-form ul li.li-button {
	float: right;
	width: 12%;
	margin-top: 17px;
}
.shipping-form button {font-size: 14px; float: right;}
.cart .discount,
.cart .shipping {}
.cart .discount h2,
.cart .shipping h2 {
font: 20px/20px 'BebasRegular',Helvetica,sans-serif;
    min-height: 20px;
    padding: 10px 0;}
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; font-size: 14px;}

.cart .discount h2 {}
.cart .discount label {}
.cart .discount .input-box {float: left;width: 30%; margin:8px 0 0;}
.cart .discount input.input-text { width:100%; }
.cart .discount .buttons-set {float: left;width: 30%; clear: none;margin-left: 10px; margin-top: 8px;}
.cart .shipping h2 {}
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_divider1.gif) 0 0 repeat-x; }
.cart .shipping input.input-text, .cart .shipping select {width: 100%;}
/* Shopping Cart Totals */
.cart .totals { }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 0 1px 7px; }
.cart .totals .a-right {
	padding-left: 70px;
	font-size: 13px;
}
.cart .totals .a-right .price { color: #363636 !important; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { 
	color: #363636;
	font-size: 20px;
	font-weight: bold !important; 
}
.cart .totals .checkout-types { 
	font-size: 13px; 
	padding: 0; 
	text-align: right; 
	float: right; 
}
.cart .totals .checkout-types li { clear:both; margin:10px 0;}
.cart .totals .checkout-types li .button { 
	float: right; 
	font-size: 14px; 
}
.cart .totals .checkout-types li .button:hover { }
#shopping-cart-totals-table .a-right strong { font-weight : normal; }
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin: 0; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements { padding:0 60px 20px; }
.checkout-agreements li { margin:0 0 20px; }
.checkout-agreements .agree { margin-top: 5px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; }
.opc .checkout-agreements { padding:20px 40px; }

.checkout-agreements .agreement-content { max-height:250px; overflow:auto; padding-right:30px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
/* For more styles see Multiple Addresses Checkout */
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */


/* Other */
.block-progress .block-title { background:none; border:0; padding:10px 0;}
.block-progress .block-title strong { font-family:inherit; text-transform:none; font-weight:normal; }
.block-progress .block-content { background:none; padding:0; margin-top:10px; border:none; }
.block-progress dt {
	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/checkout-progress.png) 0 5px no-repeat;
	line-height:18px;
	margin:0 0 5px;
	padding:6px 0 6px 30px;
	font-weight:bold;
}
.block-progress dd {
	line-height:15px;
	border-top:0 none;
    margin:0 0 6px;
    padding:8px 10px;
}
.block-progress dt.complete { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/checkout-progress-done.png) 0 5px no-repeat; }
.block-progress dt.complete .separator {}
.block-progress dt.complete a { font-weight:normal; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc .section { margin:0 0 10px; padding:0; }

.opc .step-title { border-bottom: 1px solid #e5e5e5; padding:10px; text-align:right;  }
.opc .step-title .number { float:left; background:#e5e5e5;font-size:2em; line-height: 40px; padding: 0 14px; margin-right: 10px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.opc .step-title h2 { float:left; margin:8px 0 0; font-size:1.3333em; line-height:1.6em; }
.opc .step-title a { display:none; float:right; margin-top:6px; }

.opc .section.allow { cursor:pointer; }
.opc .section.allow.active { cursor:auto; }
.opc .allow .step-title { border-bottom: 1px solid #e5e5e5; }
.opc .allow .step-title:hover { border-bottom: 1px solid #e5e5e5; }
.opc .allow .step-title h2 {}
.opc .allow .step-title a { display:block; }

.opc .active .step-title {   border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.opc .active .step-title .number { color:#fff; background-color:#333; }
.opc .active .step-title h2 {}
.opc .active .step-title a { display:none; }

.opc .step { padding:10px 20px; margin-top:10px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .col-1 {}
#opc-login .col-2 {}
#opc-login h3 { margin-top:10px; }
#opc-login h3 {
	background:none;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 0px 7px 0px;
    border-bottom: 1px solid #DDDDDD;
}
#opc-login h4 { font-family: Arial, sans-serif; font-size:1em; font-weight:bold; margin:0; }
#opc-login .form-list { margin:15px 0 15px; }
#opc-login .form-list li { margin:0 0 3px;}
#opc-login .buttons-set { padding:0; border:0;}

.opc .gift-messages-form { border:1px solid #e5e5e5; border-width:1px 0;}
.opc .gift-messages-form .inner-box { overflow:visible; }

#opc-review .step { padding:0; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 0; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

.i-add-this{
	padding: 10px 0;
}
/* Common styles for: Multiple Addresses Checkout and Generic Info Set
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.multiple-checkout h2,
.info-set h2 { font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 { font-size:15px; font-weight:bold; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-size:12px; font-weight:normal; }

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name { font-size:13px; margin:0 0 5px; }
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend { font-weight:normal; }
.multiple-checkout .col2-set h3.legend,
.info-set h3.legend { color:#ce001a; margin:0 0 10px; }
.multiple-checkout .col2-set .divider,
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box,
.info-set .box { margin:0 0 15px; }



/* Multiple Addresses Checkout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.checkout-progress { padding:0 110px; margin:-11px 0 25px; }
.checkout-progress li { float:left; width:19%; margin:0 1px 0 0; padding-top:5px; border-top:10px solid #d5d5d5; text-align:center; color:#bbb; }
.checkout-progress li.active { border-top-color:#ce001a; color:#ce001a; }

.multiple-checkout .page-title { border-bottom:1px solid #e5e5e5; padding-bottom:5px; }
.multiple-checkout .buttons-set { border-top:1px solid #e5e5e5; margin-top:40px; padding-top:15px; }

/* Styles similar to cart-table */
.multiple-checkout .data-table thead tr { border-bottom:1px solid #bbb; }
.multiple-checkout .data-table thead th { padding:10px; font-weight:normal; }

.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }

.multiple-checkout .col2-set .col-1 { width:32%; }
.multiple-checkout p.actions { margin-bottom:10px; }

.multiple-checkout .place-order .please-wait { margin-top:10px; }
.multiple-checkout .place-order .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:20px; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e5e5e5; padding:15px; margin-bottom:0; position:relative; }
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { 
	color: #545454; 
	font-family: 'Univers LT W01 55 Roman'; 
	font-weight: normal; 
	font-size:13px; 
	margin:0 0 14px; 
	padding:0 0 5px 23px; 
	text-transform: uppercase;
}
.account-login .new-users {

}
.account-login .new-users h2 { 
	background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_page1.gif)
}
.account-login .registered-users {

}
.account-login .registered-users h2 { background-image:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bkg_buttons-set1.gif) 0 0 repeat-x; }
.account-login .buttons-set button.button {margin-left: 0;}
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin: 0 20px 20px; }

/* General Box */
.box-account {padding:15px; margin: 0 0 20px; }
.box-account .box-head {
    background: none repeat scroll 0 0 #FAFBFC;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 15px 20px;	

}
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px;}

.dashboard .box .box-title {padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3 {
	float: left;
	font-size: 1.25em;
	font-weight:normal; margin:0;
	text-transform: uppercase;
}
.dashboard .box .box-title h4 { float:left; font-size:1.1em; font-weight:normal; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:1.1em; font-weight:normal; text-transform:none; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date {padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer Info ================================================================================ */

.footer-info-top {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bg-01.jpg") no-repeat top left;
}


.content-blog h3 {
    font-family: 'Univers LT W01 55 Roman';
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    margin-top: 35px;
    min-height: 47px;
}

.footer-info-top .info-content {
	min-height: 150px;
}

.content-blog p {
    font-family: 'Univers LT W01 55 Roman';
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 18px;
}

.content-blog .clear {
	margin-bottom: 25px;
}

.content-blog a {
    color: #FFFFFF !important;
    font-size: 13px;
    line-height: 47px;
    padding: 15px 34px;
    background: repeat scroll 0 0 #959595;  
}

.content-blog a:hover {
	background-color: #363636;
	text-decoration: none;
}

.footer-info-container .info-container {
    margin: 0px auto 35px auto;
    max-width: 1170px;
    text-align: center;
}

.info-container h2 {
    color: #9f824a !important;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 30px;
    font-weight: normal;
    text-transform: none;
}

.info-container .boder-bottom {
	padding-bottom: 15px;
    border-color: #e8e8e8;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
}

.info-container .medalion-content {
	font-size: 13px;
	padding: 15px 40px 0;
}

.home-3-banner-bottom {
    margin: 0 auto;
    max-width: 1170px;
    padding: 20px 0px;
}

.pull-center {
    height: 45px;
    margin: 27px auto 0px auto;
    width: 180px;
}

.border-sidebar {
	margin: 30px 0 25px 0;
	border-color: #e8e8e8; 
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
}

.sidebar-bottom {
    height: 45px;
    margin: 19px auto 27px auto;
    width: 180px;
}

.sidebar-bottom a {
    background: none repeat scroll 0 0 #000000;
    border-radius: 35px 35px 35px 35px;
    float: left;
    height: 35px;
    margin: 5px;
    position: relative;
    width: 35px;
}

.sidebar-bottom a:hover {
	color: #FFFFFF;
    background: #9f824a;
}

.sidebar-bottom a:hover i {
	color: #FFFFFF;
}


.sidebar-bottom a i {
    color: #FFFFFF;
    font-size: 20px;
    left: 12%;
    position: absolute;
    top: 20%;
}

.pull-center a {
    background: none repeat scroll 0 0 #000000;
    border-radius: 35px 35px 35px 35px;
    float: left;
    height: 35px;
    margin: 5px;
    position: relative;
    width: 35px;
}

.pull-center a:hover {
	background: #9f824a;
}

.pull-center a i {
    color: #FFFFFF;
    font-size: 20px;
    left: 12%;
    position: absolute;
    top: 19%;
}

.bottom-logo {
	padding: 20px 0;
	border-color: #e8e8e8;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
}

.footer-info .newsletter-box { }

.form-subscribe-header label {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}
.footer-container .newsletter-box .input-box .input-text {
    border-radius: 0 0 0 0;
    color: #FFF;
    float: left;
    height: 23px;
    line-height: 23px;
    max-width: 205px;
    padding: 0 0 0 5px;
    width: 100%;
}

.footer-container .newsletter-box .input-box button.button {
    background-color: #0D0D0D;
    border: medium none;
    color: #F0F0F0;
    float: left;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 10px;
    font-weight: bold;
    height: 26px;
    margin-left: 5px;
    padding: 0 11px;
    text-transform: uppercase;
    transition: background 0.25s ease-in-out 0s;
    width: 53px;
}
.footer-container .newsletter-box .input-box button.button {
    color: #F0F0F0;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#newsletter {
	border: 1px solid #b6b1ae;
	background: #b6b1ae;
}

/* ======== End Newsletter ========== */

.contact .pay-pal {
	margin-top: 20px;
}


/* Footer ================================================================================ */
.footer-container { 
	color: #787878;
	font-family: 'Univers LT W01 55 Roman';
    font-size: 10px;
	background: #373737;
}
.footer-aditional { max-width: 1170px; width:90%; margin:0 auto; }
.footer-aditional .mg-pd {
    margin-bottom: 45px;
    padding-top: 15px;
}
.footer-aditional h4 {
    color: #FFFFFF !important;;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer-aditional .bottom-menu li {
    float: none;
    line-height: 36px;
    margin: 0;
}
.footer-container a {
	text-transform: uppercase;
}
.footer-container a:hover {
	text-decoration: underline;
}
.box-border-3 { }
.footer-aditional .twitter {
    float: left;
    margin-left: 20px;
    width: 235px;
}
.footer-aditional .facebook {
   float: left;
}
.bottom-menu-column {
	text-align: left;
	font-size: 10px;
}
.footer-aditional .facebook h4 {
    color: #0d0d0d;
    font-size: 12px;
    font-weight: normal;
	font-family: 'Univers LT W01 55 Roman';
    margin-bottom: 18px;
    text-transform: uppercase;
}
.footer-aditional .twitter h4 {
    color: #0d0d0d;
    font-size: 12px;
    font-weight: normal;
	font-family: 'Univers LT W01 55 Roman';
    margin-bottom: 18px;
    text-transform: uppercase;
}
.bottom-menu-column h4 {
	font-size: 18px;
	color: #0d0d0d;
	font-weight: normal;
	font-family: 'Univers LT W01 55 Roman';
	text-transform: uppercase;
	margin-bottom: 7px;
}
.bottom-menu {
	margin: 0;
}
.bottom-menu li {
	float:none;
	margin: 0;
	line-height: 25px;
}
.aditional-right {
	float: right;
}
.shippingpolicy {
	margin-bottom: 10px;
}
.social-links {
	margin-bottom: 20px;
}
.social-links h4 {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 15px;
}
.social-links ul {
	float: right;
}
.social-links ul li {
	float: left;
	padding-right: 12px;
}
.social-links ul li.last {
	padding-right: 0;
}
.social-links ul li a {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon.png") no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}
.social-links ul li a span {
	display: none;
}
.social-links ul li a.facebook {
	background-position: -11px -232px; 
}
.social-links ul li a.twitter {
	background-position: -63px -232px; 
}
.social-links ul li a.youtube {
	background-position: -115px -232px; 
}
.social-links ul li a.rss {
	background-position: -167px -232px; 
}
.social-links ul li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.social-links ul li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.payment-methods h4 {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 15px;
}
.connect-payment {
	background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/icon.png") no-repeat -11px -187px;
	width: 283px;
	height: 32px;
}
.copyright-footer {
	max-width: 100%;
	background: #373737;
}
.footer { 
	max-width: 1170px; 
	margin: 0 auto; 
}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer-left { }
.footer-left ul {
    margin: 0;
    text-align: left;
}
.footer-left ul li {
    display: inline;
    font-size: 12px;
    line-height: 45px;
    padding-right: 10px;
}

.footer-right  {
	float: right; 
}

.footer-right address {
	color: #FFFFFF;
	font-size: 12px;
    text-align: right;
    line-height: 45px;
    margin: 0;
}
.footer address a { color: #FFFFFF; text-decoration:none; }
.footer address a:hover { color: #F01C35; text-decoration: underline; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; padding: 0 10px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* Static Block  ============================================================================ */
.block-cart-below-total {
	margin-bottom: 20px;
}
.block-cart-bottom {
	margin: 20px 0;
}
/* ======================================================================================= */
/* Loading ---*/
#infscr-loading {
  position: fixed;
  text-align: center;
  top: 100%;
  width: 126px;
  height: 126px;
  left: 50%;
  margin-top: -546px;
  margin-left: -63px;
  background: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 200%;
  color: #fff;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 999;
}

#infscr-loading em {
  margin-top: 20px;
  display: block;
}

#infscr-loading img {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Go Top */
#toTop {
	display: none;
	color: #d2d2d2;
	text-decoration:none;
	text-align: center;
	font-size: 35px;
	position:fixed;
	bottom:50px;
	right:50px;
	overflow:hidden;
	width: 65px;
	height: 65px;
	line-height: 65px;
	background: #fff;
	border-color: #d2d2d2;
	border-image: none;
	border-style: solid;
	border-width: 2px;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;	
	z-index: 99999;	
}

#toTop:hover {
	color: #363636;
	width: 65px;
	height: 65px;
	display:block;
	overflow:hidden;
	float:left;		
	border-color: #363636;
	border-image: none;
	border-style: solid;
	border-width: 2px;
}

#toTop:active, #toTop:focus {
	outline:none;
	border-color: #363636;
	border-image: none;
	border-style: solid;
	border-width: 2px;		
}
.main-container .main .col-main .account-login .page-title { }

.main-container .main .col-main .account-login .page-title h1 {
	color: #0d0d0d;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;	
}
#login-form .col-1, #login-form .col-2 {

}
#login-form .col2-set .new-users .content {
    background: none;
    border: none;	
    margin: 0;
    padding: 0 20px;

}

#login-form .col2-set .new-users .content h2 {
	background: none;
    margin: 7px 0;
    padding: 0;	
}

#login-form .col2-set .new-users .content p {
    font-size: 12px;
}

#login-form .col2-set .new-users .buttons-set {
	float:left;
    background: none;
    border: none;
    margin:0;
    padding: 0 20px;
}

#login-form .buttons-set .button {
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: 12px/20px 'Univers LT W01 55 Roman';
    margin: 0;
    padding: 11px 12px;
    text-shadow: none;
    text-transform: uppercase;
    transition: background 0.25s ease-in-out 0s;
}

.facebook-button {
    background: #4777a6;
    margin-left: 10px;
}

#login-form .col2-set .registered-users .content {
    background: none;
    border: none;	
    padding: 0 20px;
}

#login-form .col2-set .registered-users .content h2 {
	background: none;
    font-size: 110%;
    margin: 0 -20px;
    padding: 8px 0;
    text-indent: 10px;
	
}
#login-form .col2-set .registered-users .content p { padding: 10px 0;}
#login-form .col2-set .registered-users .content .form-list { margin-left: -10px;}
#login-form .col2-set .registered-users .buttons-set {
    background: none;
    border: none;
    margin:0;
    padding: 0 20px 0 10px;
}

#login-form .col2-set .registered-users .buttons-set .f-left {
    float: right !important;
}

#login-form .col2-set .registered-users .buttons-set #send2 {
    float: left !important;
    margin-right: 10px;
}

#login-form .col2-set .content {
	min-height: 235px !important;
}
#login-form  .col2-set .col-1 { width: 49.4%;}
#login-form  .col2-set .col-2 { width: 49.4%;}
.form-list label { padding-bottom: 5px;}
/*  End Login  */

.account-create .page-title {
    margin: 0 0 15px;
    padding: 0;
}

.account-create .page-title h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.25em;
}


/*  End Create an Account  */

.col-main .page-title h1 {
	font-size: 2em;
    font-weight: normal;
    line-height: 1.25em;
    font-weight: normal;
}

.footer-aditional .contact {
    float: left;
    margin-left: 20px;
    width: 275px;
}

.contact-us {
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-us p {
    line-height: 35px;
}

.contact-us i {
    color: #FFFFFF;
    font-size: 15px;
    padding-right: 10px;
}

/*  End Contact Us  */

.my-account .dashboard .box-account {
   border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.my-account .dashboard .box-account ,.box-info{
  border: 1px solid #E5E5E5;
    margin-bottom: 10px;
    padding:0;
}

.my-account .dashboard .box-account .box-head h2 , .box-info .box-head h2 {
    font-size: 110%;
    font-weight: normal;
    text-transform: uppercase;
    background: none;
    padding-left: 0px;
}

.my-account .dashboard .box-account .col2-set .box-title ,.box-info .col2-set .box-title {
	background:none;
	border-bottom: 1px solid #E5E5E5;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-align: right;
}

/*  End My Dashboard  */


/*  End Catalog Advanced Search */

.cart .title-buttons button.btn-checkout {
	margin: 0;
	padding: 0;
}

.cart .title-buttons button.btn-checkout span {
    background: none;
    border: 0 none;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0;
    padding: 3px;
}


.cart .shopping-cart-table .cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
    background: none;
    border: none;
}


.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
	background: none;
    border: none;
}


.cart .discount button span, .cart .shipping button span {
	background: none;
    border: none;
}

.totals .checkout-types button.btn-checkout span {
    background:none;
    border:none;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.form-alt li {
	margin-bottom: 10px;
}    

/*  End Shopping Cart */
.main-container {
	margin-bottom: 15px;
}

.main-container .main .col-main .account-login .page-title {
	padding-top: 25px;
	margin-bottom: 40px;
}

#login-form .col2-set .new-users .content h2 {
	font-size: 18px;
	text-transform : capitalize;
}

#login-form .col2-set .new-users .content h2 .icon-user {
	color: #b9b9b9;
	font-size: 28px;
}

#login-form .col2-set .registered-users .content h2 {
	font-size: 17px;
	text-transform : capitalize;
	margin-left: -12px;
    padding-top: 10px;
}

#login-form .col2-set .registered-users .content h2 .icon-lock {
	color: #b9b9b9;
	font-size: 28px;
}

#login-form .col2-set .new-users .content p {
	color: #545454;
}

#login-form .col2-set .new-users .content .buttons-set {
	margin-left: -5px;
    margin-top: 20px;
    padding: 0px;
}

.account-login .new-users {
	min-height: 330px !important;
	border: 5px solid #EAEAEA;
}

.account-login .registered-users {
	min-height: 330px !important;
	border: 5px solid #EAEAEA;
}

.account-login .new-users:hover {
	border: 5px solid #d4d4d4;
}

.account-login .registered-users:hover {
	border: 5px solid #d4d4d4;
}
p.required {
    color: #EB340A;
    font-size: 11px;
    text-align: left;
}

.registered-users .content .buttons-set .f-left {
	line-height: 31px;
}

#login-form .col2-set .registered-users .content p.account {
	color: #545454;
	margin-bottom: 10px;
    margin-left: -1px;
    padding: 0;
}

#login-form .col2-set .registered-users .content .form-list {
    margin-left: -1px;
}

#login-form .col2-set .registered-users .buttons-set {
    padding: 0;
}

.form-list .input-box {
    clear: both;
    display: block;
    max-width: none;
}

#email {
	color: #cfcfcf;
	max-width: 556px;
	width: 100%;
	height: 30px;
	padding: 0 6px;
    border-radius: 0;
}

#name, #telephone {
	height: 24px;
}


#pass {
	color: #cfcfcf;
	max-width: 556px;
	width: 100%;
	height: 30px;
	padding: 0 6px;
    border-radius: 0;
}

#login-form .col2-set .col-1 {
    width: 44%;
}


#login-form .col2-set .col-2 {
    width: 52%;
}

.form-list li {
    color: #545454;
    font-size: 12px;
}

.form-list li {
    margin: 0;
}

#login-form .col2-set .registered-users .content p.required {
	color: #ee1c35;
	font-size: 12px;
	margin: 0;
    padding: 0 0 10px 0;
}


/* ------ END Log In ---------- */



.f-fix .ratings {
    height: 14px;
    width: 100%;
}

.f-fix .ratings .rating-links {
	float: left;
    width: 85%;
    margin: 10px 0 15px 15px;
}

.f-fix .ratings .rating-box {
	margin: 10px 0;
}

.f-fix .price-box .special-price {
	line-height: 30px;
}

.f-fix .price-box .price {
    color: #818181;
    font: 36px/140% 'Univers LT W01 55 Roman';
    padding-right: 10px;
}

.f-fix .special-price .price {
    color: #E33804;
    font: 20px/140% 'Univers LT W01 55 Roman';
}

.f-fix .act-box .btn-cart {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

.f-fix .act-box .btn-cart .icon-basket {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'Univers LT W01 55 Roman';
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}

.f-fix .act-box .add-to-links {
	max-width: 48px;
}

.f-fix .act-box .add-to-links li {
	display: inline;
	float: left;
}


.f-fix .act-box .add-to-links .icon-heart {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'Univers LT W01 55 Roman';
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}

.f-fix .act-box .add-to-links .icon-chart-bar {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'Univers LT W01 55 Roman';
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}


/* ---------- END List2 ----------- */
.main .cart-left {
	float: left;
}

.main .title-buttons .cart-left h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 63px;
    margin: 0;
}

.main .cart-right {
	float: right;
	margin-top: 15px;
	margin-bottom: 8px;
}

.main .page-title h1 {
	color: #0d0d0d;
    font-size: 24pt;
	font-family: 'Univers LT W01 55 Roman';
	text-transform : uppercase;
}

.cart .title-buttons {
	padding: 0;
	margin: 0;
}

#shopping-cart-table td {
	text-align: center;
	margin: 0;
	padding: 25px;
}

#shopping-cart-table td .product-name {
	text-align: left;
	margin: 0;
}

#shopping-cart-table .product-image img {
    border: none;
}

.data-table th {
    text-transform: none;
}

#shopping-cart-table h2 {
	text-transform: none;
	font-weight : bold;
}

#shopping-cart-table .first .a-right {
}

#shopping-cart-table .icon-edit {
	color: #444444;
	font-size: 16px;
}

#shopping-cart-table .icon-trash {
	color: #444444;
	font-size: 16px;
}

#shopping-cart-table .cart-price {
    color: #EE1C35;
    font-size: 15px;
}

#shopping-cart-table .btn-continue, #shopping-cart-table .btn-update {
	color: #f0f0f0;
	font-size: 12px;
	font-family: 'Univers LT W01 55 Roman';
	line-height: 31px;
}

#shopping-cart-table .btn-continue:hover , #shopping-cart-table .btn-update:hover {
    background: #ee1c35 !important;
}

.cart-collaterals .cart-accordion-heading .cart-accordion-toggle {
    background: none;
    text-decoration: none;
    padding: 0;
}
.cart-collaterals .cart-accordion-heading .cart-accordion-toggle:hover {
	text-decoration: none;
}
.cart .totals { }

.cart .totals .checkout-types button.btn-checkout span {
	font-family: 'Univers LT W01 55 Roman';
    font-size: 12px;
    font-weight: bold;
    word-spacing:3px;
}


.cart .totals .a-right .price {
	font-size: 16px;
    color: #ee1c35;
}

#shipping-zip-form {
	margin: 0;
}

#shipping-zip-form #country, #shipping-zip-form #region_id, #shipping-zip-form #postcode {
	border-radius: 0;
}

#region {
    height: 22px;
    margin-bottom: 0;
    max-width: 304px;
    width: 100%;
}
 
#postcode {
	max-width: 304px;
	width: 100%;
	height: 22px;
    margin-bottom: 0;
}

.cart .cart-accordion-inner {
	max-width: 368px;
	width: 100%;
}

.cart .discount-form .input-box {
	width: 100%;
}

#coupon_code {
	max-width: 312px;
	width: 100%;
	height: 22px;
    margin-left: 22px;
    padding-left: 10px;
}

.cart .discount-form .buttons-set {
	max-width: 324px;
	width: 100%;
	margin-left: 22px;
	text-align: right;
}

#shipping-zip-form ul.form-list li {
	margin: 0;
}

#shipping-zip-form ul.form-list li.li-button {
	float: right;
    width: 100%;
    margin: 12px 0 0 0;
}

#shipping-zip-form ul.form-list li .button ,#collapseDiscount .buttons-set .button {
	padding: 3px 24px;
	font: 11px/24px 'Univers LT W01 55 Roman';
}


/* -------- END Cart --------- */

.product-shop .product-name h1 {
	color: #393939;
	font-size: 22px;
	font-family: 'Univers LT W01 55 Roman';
	font-weight : Regular;
	text-transform : capitalize;
    padding: 15px 0;
}


/* ------------ END ----------- */

.top-empty { 
	max-width: 714px;
	width: 100%;
	margin: 70px auto 60px auto;
	border-color: #eaeaea;
	border-image: none;
	border-style: solid;
	border-width: 5px;	
}
.top-empty .page-title {text-align: center; margin-top: 20px;} 
.col-main .icon-top {
	display: block;
	width: 71px;
	height: 71px;
	position: relative;
	left: 285px;
	background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bg-art-empty.png") no-repeat top left;
}

.col-main .icon-top .icon-emo-unhappy {
	display: block;
	color: #444444;
	font-size: 33px;
	position: absolute;
	left: 9px;
    top: 15px;
}

.col-main .cart-empty {
	text-align: center;
	padding: 0 0 35px 0;
}

.col-main .cart-empty p.empty-here {
	margin-bottom: 32px;
}

.col-main .cart-empty a {
	color: #FFF;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 13px;
 	text-transform: uppercase;
	padding: 7px 23px;
}

.col-main .cart-empty a:hover {
	color: #FFF;
	text-decoration: none;
}


.col1-layout .product-view .product-shop {

}


.product-view .product-shop .add-to-links a.link-wishlist {
    background: none;
    padding: 2px 5px 2px 0;
}

.product-view .product-shop .add-to-links a.link-compare {
    background: none;
    padding: 0 5px 2px 0;
}

.product-view .product-shop .add-to-links a.email-to-friend {
    background: none;
    padding: 0 5px 2px 0;
}

.product-view .icon-wishlist, .product-view .icon-compare , .product-view .icon-mail {
	font-size: 15px;
}

#qty {
	border: none;
	box-shadow: none;
	height: 15px;
	line-height: 15px;
	margin-top: 7px;
}

.product-view .product-shop .price-box .old-price {
    margin-right: 5px;
    margin-top: 10px;
}

.product-shop .old-price .price {
	line-height: 38px;
    font: 24px/140% 'Univers LT W01 55 Roman';
    padding-right: 10px;
}


.product-shop .special-price .price {
    color: #363636;
    font: 36px/140% 'Univers LT W01 55 Roman';
    padding-right: 10px;
}

.special-price .price {
    color: #EE1D33;
}


.add-to-cart label {
    color: #545454;
    font-weight: normal;
}
/*tuyen2*/
.home-content h3.title,.product-slider-shortcode h3.title{
    border-color: #9F824A;
    border-image: none;
    border-style: solid;
    border-width: 0 0 4px;
    color: #363636;
    display: inline-block;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;

}

.who-we-are h2 {
	color: #0d0d0d;
	font: 20px/140% 'Univers LT W01 55 Roman';
	text-transform: none;
    text-align: center;
	line-height: 30px;
	padding: 10px 0 5px 0;
}

.who-we-are p {
	text-align: center;
}

.who-we-are a {
    text-align: center;
}


.our-brands {
	max-width: 980px;
	width: 100%;
	height: 30px;
	margin: 10px 0px 0px 0px;
	background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/bg-border-center.png") repeat-x 100% 50%;
}

.about-content {
	font-size: 12px;
	font-family: 'Univers LT W01 55 Roman';
}

.about-content .wel-come {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.about-content .wel-come h1 {
	color: #363636;
    font: 27px/36px 'Univers LT W01 55 Roman';
    padding-top: 32px;
}

.about-content .wel-come h3 {
	color: #363636;
    font: 13px/36px 'Univers LT W01 55 Roman';
    font-weight: normal;
    width: 385px;
    margin: 0 auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
}

.about-content .wel-come h2 {
	color: #363636;
    font: 18px/36px 'Univers LT W01 55 Roman';
    padding-top: 14px;
}

.about-content .wel-come p {
	color: #363636;
    font: 12px/18px 'Univers LT W01 55 Roman';
	font-weight: bold;
	max-width: 925px;
	margin: 0 auto;
}

.about-content h2 {
    color: #0D0D0D;
    font: 20px/20px 'Univers LT W01 55 Roman';
    font-weight: normal;
    text-transform: none;
}


.about-container .ippolito-etro .span2 {
	margin: 0;
}

.about-content .content {
	padding: 25px 0;
}

.about-content .content p {
    font: 12px/18px 'Univers LT W01 55 Roman';
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.about-content .content  .padding-top-bottom {
	padding: 20px 0;
}

.about-content .content span {
	color: #363636;
    font: 12px/15px 'Univers LT W01 55 Roman';
	font-weight: bold;
}

.about-content .content img {
	float: right;
}

.about-content .meat-your-team {
	padding-top: 20px;
}

.about-content .meat-your-team h2 {
	color: #363636;
    font: 20px 'Univers LT W01 55 Roman';
    text-transform: uppercase;
	margin-bottom: 20px;
}

.about-content .meat-your-team .meat-right {
	float: right;
	max-width: 859px;
	height: 205px;
	position: relative;
	background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/img-border.png") no-repeat top left;
}

.about-content .meat-your-team .meat-right .meat-position {
	max-width: 645px;
	position: absolute;
	left: 140px;
    top: 40px;
}

.about-content .meat-your-team .meat-right .meat-position p {
	color: #363636;
	font: 13px/17px 'Univers LT W01 55 Roman';
	font-style: italic;
	font-weight: normal;
	padding: 0 0 13px 0;
	margin: 0;
}

.about-content .meat-your-team .meat-right .meat-position span {
	font-weight: bold;
}

.afew-container {
	font-size: 12px;
	font-family: 'Arial',sans-serif;
	margin-top: 60px;
}

.afew-container .afew-top {
	margin-bottom: 55px;
}
.afew-container .afew-center {
	margin-top: 55px;
}

.afew-container .a-few-features h2 {
    color: #363636;
    font: 20px 'Univers LT W01 55 Roman';
	text-transform: uppercase;
    margin-bottom: 40px;
}

.afew-container .a-few-features span {
	color: #818181;
    font-family: 'Arial',sans-serif;
	font-weight: bold;
}
.afew-container .icon-bg-cl {
	width: 130px;
	height: 130px;
	position: relative;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	background: #d0d0d0;
}

.afew-container .icon-bg-cl i {
   color: #FFFFFF;
    font-size: 60px;
    left: 18%;
    position: absolute;
    top: 28%;
}

.afew-container .retina-ready, 
.afew-container .mobile-friendly, 
.afew-container .wide-or, 
.afew-container .responsive-layout {
	width: 90%;
	padding-top: 20px;
}

.afew-container .retina-ready h3, 
.afew-container .mobile-friendly h3, 
.afew-container .wide-or h3, 
.afew-container .responsive-layout h3 {
	color: #363636;
    font: 20px/20px 'Univers LT W01 55 Roman';
    text-transform: none;
    padding-bottom: 5px;
}

.afew-container p {
	color: #363636;
	font: 12px/18px 'Univers LT W01 55 Roman';
}

.a-few-features a {
	color: #FFFFFF;
	font: 10px/140% 'Univers LT W01 55 Roman';
	font-weight: bold;
	padding: 5px 10px;
	background: #565656;
}

.a-few-features a:hover {
	color: #FFFFFF;
	font: 10px/140% 'Univers LT W01 55 Roman';
	font-weight: bold;
	padding: 5px 10px;
	background: #F01C35;
}


/* ------ END ABOUT -------- */

.faqs-content h3 {
	color: #818181;
	font: 10px/140% 'Arial',sans-serif;
	font-weight: bold;
    line-height: 21px;
    padding: 10px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}


.accordion-group {
    border: none;
    margin-bottom: 2px;
}

.accordion-inner {
	border: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 9px 15px;
}


/* ----- END -----*/

.main .mail-center-404 {
	text-align: center;
	font-style: italic;
	margin-top: 30px;
}

.main .mail-center-404 h1 {
	color: #0d0d0d;
	font-size: 125px;
	line-height: 92px;
	margin: 0 0 5px 0;
	padding: 3px 0;
}

.main .mail-center-404 h2 {
	color: #969696;
	font-size: 73px;
	text-transform: none;
	line-height: 56px;
	margin: 0 0 5px 0;
	padding: 3px 0;
}

.main .mail-center-404 p {
	color: #969696;
	font-size: 18px;
	text-align: left;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 3px 0 0 7px;
}

.main .mail-center-404 p a {
	color: #0d0d0d;
	cursor: pointer;
}

.pading-top-bottom-10 {
	padding: 10px 0;
}
.footer-container .footer-aditional .pading-top-bottom-20 { 
	padding: 20px 2px;
}
.footer-container .block-bottom-right {
    text-align: right;
}
.footer-container .block-bottom-right p {
    margin: 0;
    padding: 0;
}
a.btn-cart {line-height: 27px !important;} 
.guest-select {width:305px !important;}
.demo-block-place {
	border: 2px dashed #E5E5E5;
    color: #999999;
    padding: 5px;
}

.medalion-static-block-box {
    background-color: #f4f4f4;
    display: block;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
}
.medalion-static-block-box p {font-size: 18px;}
.medalion-static-block-box .focus {
	color: #9B0E11;
	text-transform: uppercase;
}
.medalion-static-block-box .button {float: none;}
.static-slider-content h1.centered {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    color:#FFF;
    font-size: 32px;
    line-height: 1.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}
.block-contact-top {margin: 10px 0; }
ul#accordion-slider{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}
ul#accordion-slider li{
 display: block;
 overflow: hidden;
 padding: 0;
 float: left;
 width: 230px;
 height: 300px;
}
#twitter_update_list {
	width:225px;
	font-size:12px;
	text-align: left;
}
#twitter_update_list li {
	margin-bottom:10px;
	
}
#twitter_update_list li .text {
	padding-left:40px;
}

#twitter_update_list li .icon-twitter {
	color: #FFF;
	font-size: 20px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	width:27px;
	height:27px;	
	position: absolute;
	text-align: center;
	line-height: 27px;
}

#twitter_update_list li .created {
	padding-left:40px;
	color: silver;
}
#twitter_update_list + .follow-link {
	padding-left:40px;
}
.toolbar .pages {
	float: right;
	max-width: 216px;	
	margin-left: 10px;
}
.toolbar .pages ol {
	display: block;
	width:100%;
	max-width: 216px;	
}
.toolbar .pages ol li {
	display: inline-block;
	max-width: 10px;
	line-height: 18px;
	padding: 4px 5px;
	margin-top: -5px;
	border: 1px solid transparent;
}
.toolbar .pages ol li:hover {
	border: 1px solid #e6e4e7;
}
.toolbar .pages ol li a {
	text-decoration: none;
}
.fb_iframe_widget iframe {position: static !important;}

/* --------- products-list-slider-4 ------------- */
.product-cool-list-container {
	width: 100%;
	position: relative;
}

.product-cool-list {
	width: 100%;
	margin: 0 auto;
}

.product-cool-list li.item-4 {
	float: left;
	width: 16.666%;
	padding: 0;
	margin: 0;
	opacity: 0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
    transition: opacity 0.5s ease 0s;
}

.product-cool-list li.item-4:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
    transition: opacity 0.5s ease 0s;
}

.product-cool-list-container .title-info {
    left: 50%;
    margin-left: -407.5px;
    margin-top: -52.5px;
    position: absolute;
    top: 50%;
    width: 815px;
    z-index: 100;
}

.product-cool-list-container .title {
	margin: 0 auto 6px auto;
    background: none repeat scroll 0 0 rgba(124, 123, 122, 0.85);
    z-index: 100;
}

.product-cool-list-container .title h2 {
    color: #FFFFFF !important;
    font-size: 40px;
    font-weight: normal;
    line-height: 80px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.product-cool-list-container .info-center {
    max-width: 506px;
	margin: 0 auto 6px auto;
    background: none repeat scroll 0 0 rgba(124, 123, 122, 0.85);
    z-index: 200;
}

.product-cool-list-container .info-center p {
    color: #FFFFFF !important;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 15px 40px;
    text-align: center;
}

.headr-center {
	margin-top: 20px;
}

.product-cool-list-container .view-more {
	max-width: 136px;
	margin: 0 auto;
    background: none repeat scroll 0 0 #9F824A;
    z-index: 300;
}

.product-cool-list-container .view-more {
    text-align: center;
}

.product-cool-list-container .view-more a {
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    text-transform: uppercase;
}

.product-cool-list-container .view-more a:hover {
	text-decoration: none;
}

/* ---- HOME CONTENT ---- */
.home-list-title h2 {
    border-color: #9F824A;
    border-image: none;
    border-style: solid;
    border-width: 0 0 4px;
    color: #363636;
    display: inline-block;
    font-family: 'Univers LT W01 55 Roman';
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.home-list-title .filter-nav {
	float: right;
	cursor: pointer;
	margin: 0 0 0 5px;	
}

.home-list-title .filter-nav li a:hover,.home-list-title .filter-nav li a.selected {
	border-color: #373737;	
}
.home-list-title .filter-nav ul li {
	float: left;
}
.home-list-title .filter-nav ul li a {

	padding: 10px 15px;	
	margin: 0 0 0 10px;
	border-color: #dddddd;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}

.home-list-title .filter-nav ul li a {
	color: #363636;
    font-family: 'Arial',sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;		
}

.home-list-title .filter-nav ul li a:hover {
    text-decoration: none;		
}

.product-all-3 ul {
	width: 103%;
}
/* ---- END HOME CONTENT ---- */

/* Clears ================================================================================ */
.clearer:after,
.top-header-container:after,
.top-header:after,
.header-container:after,
.header-container .top-container:after,
.header .i-header-content .header-left:after,
.header .mini-cart .block-content .actions:after,
.header:after,
.header-center:after,
.mini-cart:after,
#nav:after,
#wide-menu #nav .header-nav-dropdown-wrapper:after,
.i-top-right:after,
#menuInnner:after,
.content-head:after,
.home-gallery-button:after,
.easy-slider div div div:after,
.home-content-container:after,
.home-gallery:after,
.rb-grid:after,
.accordion:after,
.mini-products-list:after,
.mini-products-list .item:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.descriptions-hidden:after,
.quick-act a:after,
#upsell-products-slider .item:after,
.default-slider .flexslider:after,
.slider-width:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list-inner:after,
.products-list li.item:after,
.product-tabs:after,
.added-content:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.iosSliderButtons:after,
.social-icons:after,
.shipping-form ul:after,
.more-views:after,
.discount-form:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-list .product-sho:after,
.products-list .act-box:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.main-container .data-table .cart-label:after,
.product-review:after,
.pading-top-bottom-20:after,
.cart:after,
.extra-collections:after,
.product-cool-list:after,
.product-cool-list .slides-4:after,
.product-shop .price-box:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.cart .totals:after,
.cart .totals .checkout-types li:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.footer-info .span4:after,
.buttons-set:after,
.form-subscribe:after,
.footer-info:after,
.footer-aditional:after,
.social-links:after,
.bottom-menu-column:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.form-alt li:after,
.block-inner-menu:after,
.medalion-static-block-box:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
















@charset "UTF-8";

 @font-face {
  font-family: 'fontello';
  src: url('http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/fontello/font/fontello.eot?55004785');
  src: url('http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/fontello/font/fontello.eot?55004785#iefix') format('embedded-opentype'),
       url('http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/fontello/font/fontello.woff?55004785') format('woff'),
       url('http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/fontello/font/fontello.ttf?55004785') format('truetype'),
       url('http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/fontello/font/fontello.svg?55004785#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/fontello/font/fontello.svg?55004785#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-plus:before { content: '\e825'; } /* '' */
.icon-minus:before { content: '\e829'; } /* '' */
.icon-left-thin:before { content: '\2190'; } /* '←' */
.icon-up-thin:before { content: '\2191'; } /* '↑' */
.icon-right-thin:before { content: '\2192'; } /* '→' */
.icon-down-thin:before { content: '\2193'; } /* '↓' */
.icon-level-up:before { content: '\21b0'; } /* '↰' */
.icon-level-down:before { content: '\21b3'; } /* '↳' */
.icon-switch:before { content: '\21c6'; } /* '⇆' */
.icon-infinity:before { content: '\221e'; } /* '∞' */
.icon-home:before { content: '\e843'; } /* '' */
.icon-erase:before { content: '\232b'; } /* '⌫' */
.icon-pause:before { content: '\2389'; } /* '⎉' */
.icon-fast-forward:before { content: '\23e9'; } /* '⏩' */
.icon-fast-backward:before { content: '\23ea'; } /* '⏪' */
.icon-to-start:before { content: '\23ee'; } /* '⏮' */
.icon-stop:before { content: '\25a0'; } /* '■' */
.icon-up-dir-1:before { content: '\e806'; } /* '' */
.icon-up-dir:before { content: '\25b4'; } /* '▴' */
.icon-play:before { content: '\25b6'; } /* '▶' */
.icon-right-dir:before { content: '\25b8'; } /* '▸' */
.icon-down-dir-1:before { content: '\e805'; } /* '' */
.icon-down-dir:before { content: '\25be'; } /* '▾' */
.icon-left-dir:before { content: '\25c2'; } /* '◂' */
.icon-adjust:before { content: '\25d1'; } /* '◑' */
.icon-cloud:before { content: '\2601'; } /* '☁' */
.icon-star:before { content: '\e812'; } /* '' */
.icon-star-empty:before { content: '\e813'; } /* '' */
.icon-th-list:before { content: '\e81d'; } /* '' */
.icon-moon:before { content: '\263d'; } /* '☽' */
.icon-heart-empty:before { content: '\e811'; } /* '' */
.icon-wishlist:before { content: '\e80a'; } /* '' */
.icon-heart-2:before { content: '\e80b'; } /* '' */
.icon-heart-1:before { content: '\2665'; } /* '♥' */
.icon-heart:before { content: '\e807'; } /* '' */
.icon-music:before { content: '\e80d'; } /* '' */
.icon-layout:before { content: '\268f'; } /* '⚏' */
.icon-th:before { content: '\e81c'; } /* '' */
.icon-list:before { content: '\e84b'; } /* '' */
.icon-flag:before { content: '\e834'; } /* '' */
.icon-flash:before { content: '\26a1'; } /* '⚡' */
.icon-record:before { content: '\26ab'; } /* '⚫' */
.icon-cloud-thunder:before { content: '\26c8'; } /* '⛈' */
.icon-tape:before { content: '\2707'; } /* '✇' */
.icon-flight:before { content: '\2708'; } /* '✈' */
.icon-mail-1:before { content: '\e80f'; } /* '' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-ok-1:before { content: '\e81e'; } /* '' */
.icon-ok-circled:before { content: '\e81f'; } /* '' */
.icon-cancel:before { content: '\e822'; } /* '' */
.icon-cancel-1:before { content: '\e84c'; } /* '' */
.icon-cancel-circled:before { content: '\e823'; } /* '' */
.icon-cancel-circle:before { content: '\2716'; } /* '✖' */
.icon-plus-circled:before { content: '\e826'; } /* '' */
.icon-plus-circle:before { content: '\2795'; } /* '➕' */
.icon-minus-circled:before { content: '\e82a'; } /* '' */
.icon-right:before { content: '\27a1'; } /* '➡' */
.icon-ccw:before { content: '\27f2'; } /* '⟲' */
.icon-cw:before { content: '\27f3'; } /* '⟳' */
.icon-left:before { content: '\2b05'; } /* '⬅' */
.icon-up:before { content: '\2b06'; } /* '⬆' */
.icon-down:before { content: '\2b07'; } /* '⬇' */
.icon-list-add:before { content: '\e003'; } /* '' */
.icon-list-1:before { content: '\e005'; } /* '' */
.icon-compare:before { content: '\e038'; } /* '' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-quickview:before { content: '\e09d'; } /* '' */
.icon-left-bold:before { content: '\e4ad'; } /* '' */
.icon-right-bold:before { content: '\e4ae'; } /* '' */
.icon-up-bold:before { content: '\e4af'; } /* '' */
.icon-down-bold:before { content: '\e4b0'; } /* '' */
.icon-ok-circled2:before { content: '\e820'; } /* '' */
.icon-cancel-circled2:before { content: '\e824'; } /* '' */
.icon-help-circled:before { content: '\e82f'; } /* '' */
.icon-info-circled:before { content: '\e830'; } /* '' */
.icon-th-large:before { content: '\e81b'; } /* '' */
.icon-grid:before { content: '\e84a'; } /* '' */
.icon-eye:before { content: '\e70a'; } /* '' */
.icon-eye-off:before { content: '\e839'; } /* '' */
.icon-tag:before { content: '\e838'; } /* '' */
.icon-tags:before { content: '\e837'; } /* '' */
.icon-camera-alt:before { content: '\e81a'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-location:before { content: '\e724'; } /* '' */
.icon-trash:before { content: '\e729'; } /* '' */
.icon-basket-1:before { content: '\e809'; } /* '' */
.icon-basket:before { content: '\e73d'; } /* '' */
.icon-resize-full:before { content: '\e744'; } /* '' */
.icon-resize-small:before { content: '\e746'; } /* '' */
.icon-popup:before { content: '\e74c'; } /* '' */
.icon-publish:before { content: '\e74d'; } /* '' */
.icon-window:before { content: '\e74e'; } /* '' */
.icon-arrow-combo:before { content: '\e74f'; } /* '' */
.icon-chart-pie:before { content: '\e751'; } /* '' */
.icon-language:before { content: '\e752'; } /* '' */
.icon-air:before { content: '\e753'; } /* '' */
.icon-database:before { content: '\e754'; } /* '' */
.icon-drive:before { content: '\e755'; } /* '' */
.icon-bucket:before { content: '\e756'; } /* '' */
.icon-thermometer:before { content: '\e757'; } /* '' */
.icon-down-circled:before { content: '\e758'; } /* '' */
.icon-left-circled:before { content: '\e759'; } /* '' */
.icon-right-circled:before { content: '\e75a'; } /* '' */
.icon-up-circled:before { content: '\e75b'; } /* '' */
.icon-down-open:before { content: '\e75c'; } /* '' */
.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-up-open:before { content: '\e75f'; } /* '' */
.icon-down-open-mini:before { content: '\e760'; } /* '' */
.icon-left-open-mini:before { content: '\e761'; } /* '' */
.icon-right-open-mini:before { content: '\e762'; } /* '' */
.icon-up-open-mini:before { content: '\e763'; } /* '' */
.icon-down-open-big:before { content: '\e764'; } /* '' */
.icon-left-open-big:before { content: '\e765'; } /* '' */
.icon-right-open-big:before { content: '\e766'; } /* '' */
.icon-up-open-big:before { content: '\e767'; } /* '' */
.icon-progress-0:before { content: '\e768'; } /* '' */
.icon-progress-1:before { content: '\e769'; } /* '' */
.icon-progress-2:before { content: '\e76a'; } /* '' */
.icon-progress-3:before { content: '\e76b'; } /* '' */
.icon-back-in-time:before { content: '\e771'; } /* '' */
.icon-network:before { content: '\e776'; } /* '' */
.icon-inbox:before { content: '\e777'; } /* '' */
.icon-install:before { content: '\e778'; } /* '' */
.icon-align-center:before { content: '\e77f'; } /* '' */
.icon-lifebuoy:before { content: '\e788'; } /* '' */
.icon-mouse:before { content: '\e789'; } /* '' */
.icon-dot:before { content: '\e78b'; } /* '' */
.icon-dot-2:before { content: '\e78c'; } /* '' */
.icon-dot-3:before { content: '\e78d'; } /* '' */
.icon-suitcase:before { content: '\e78e'; } /* '' */
.icon-flow-cascade:before { content: '\e790'; } /* '' */
.icon-flow-branch:before { content: '\e791'; } /* '' */
.icon-flow-tree:before { content: '\e792'; } /* '' */
.icon-flow-line:before { content: '\e793'; } /* '' */
.icon-flow-parallel:before { content: '\e794'; } /* '' */
.icon-brush:before { content: '\e79a'; } /* '' */
.icon-paper-plane:before { content: '\e79b'; } /* '' */
.icon-magnet:before { content: '\e7a1'; } /* '' */
.icon-gauge-1:before { content: '\e7a2'; } /* '' */
.icon-traffic-cone:before { content: '\e7a3'; } /* '' */
.icon-cc:before { content: '\e7a5'; } /* '' */
.icon-cc-by:before { content: '\e7a6'; } /* '' */
.icon-cc-nc:before { content: '\e801'; } /* '' */
.icon-down-micro:before { content: '\e7a7'; } /* '' */
.icon-cc-nc-eu:before { content: '\e803'; } /* '' */
.icon-up-micro:before { content: '\e7a8'; } /* '' */
.icon-cc-nc-jp:before { content: '\e7a9'; } /* '' */
.icon-cc-sa:before { content: '\e7aa'; } /* '' */
.icon-cc-nd:before { content: '\e7ab'; } /* '' */
.icon-cc-pd:before { content: '\e7ac'; } /* '' */
.icon-cc-zero:before { content: '\e7ad'; } /* '' */
.icon-cc-share:before { content: '\e7ae'; } /* '' */
.icon-cc-remix:before { content: '\e7af'; } /* '' */
.icon-emo-unhappy:before { content: '\e802'; } /* '' */
.icon-spin2:before { content: '\e831'; } /* '' */
.icon-link-ext:before { content: '\e840'; } /* '' */
.icon-bookmark-empty:before { content: '\e835'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-mail-alt:before { content: '\e810'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-download-cloud:before { content: '\e849'; } /* '' */
.icon-plus-squared:before { content: '\e827'; } /* '' */
.icon-plus-squared-small:before { content: '\e828'; } /* '' */
.icon-minus-squared-small:before { content: '\e82d'; } /* '' */
.icon-flag-empty:before { content: '\e833'; } /* '' */
.icon-flag-checkered:before { content: '\e832'; } /* '' */
.icon-unlink:before { content: '\e841'; } /* '' */
.icon-help:before { content: '\e82e'; } /* '' */
.icon-info:before { content: '\e844'; } /* '' */
.icon-lock-open-alt:before { content: '\e83b'; } /* '' */
.icon-minus-squared:before { content: '\e82b'; } /* '' */
.icon-minus-squared-alt:before { content: '\e82c'; } /* '' */
.icon-ok-squared:before { content: '\e821'; } /* '' */
.icon-link-ext-alt:before { content: '\e83f'; } /* '' */
.icon-github:before { content: '\f300'; } /* '' */
.icon-facebook-rect:before { content: '\f301'; } /* '' */
.icon-github-circled:before { content: '\e804'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-flickr-circled:before { content: '\f304'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-vimeo-circled:before { content: '\f307'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */
.icon-gplus-1:before { content: '\f30f'; } /* '' */
.icon-gplus-circled:before { content: '\f310'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */
.icon-twitter-rect:before { content: '\f314'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-tumblr-circled:before { content: '\f316'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */
.icon-dribbble:before { content: '\f31b'; } /* '' */
.icon-dribbble-circled:before { content: '\f31c'; } /* '' */
.icon-stumbleupon:before { content: '\f31e'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f31f'; } /* '' */
.icon-lastfm:before { content: '\f321'; } /* '' */
.icon-lastfm-circled:before { content: '\f322'; } /* '' */
.icon-rdio:before { content: '\f324'; } /* '' */
.icon-rdio-circled:before { content: '\f325'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */
.icon-spotify-circled:before { content: '\f328'; } /* '' */
.icon-qq:before { content: '\f32a'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */
.icon-flattr:before { content: '\f336'; } /* '' */
.icon-skype:before { content: '\f339'; } /* '' */
.icon-skype-circled:before { content: '\f33a'; } /* '' */
.icon-renren:before { content: '\f33c'; } /* '' */
.icon-sina-weibo:before { content: '\f33f'; } /* '' */
.icon-paypal:before { content: '\f342'; } /* '' */
.icon-picasa:before { content: '\f345'; } /* '' */
.icon-soundcloud:before { content: '\f348'; } /* '' */
.icon-mixi:before { content: '\f34b'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-google-circles:before { content: '\f351'; } /* '' */
.icon-vkontakte:before { content: '\f354'; } /* '' */
.icon-smashing:before { content: '\f357'; } /* '' */
.icon-db-shape:before { content: '\f600'; } /* '' */
.icon-sweden:before { content: '\f601'; } /* '' */
.icon-logo-db:before { content: '\f603'; } /* '' */
.icon-picture:before { content: '\e818'; } /* '' */
.icon-globe:before { content: '🌎'; } /* '\1f30e' */
.icon-leaf:before { content: '🍂'; } /* '\1f342' */
.icon-glass:before { content: '\e80c'; } /* '' */
.icon-gift:before { content: '🎁'; } /* '\1f381' */
.icon-graduation-cap:before { content: '🎓'; } /* '\1f393' */
.icon-videocam:before { content: '\e817'; } /* '' */
.icon-palette:before { content: '🎨'; } /* '\1f3a8' */
.icon-ticket:before { content: '🎫'; } /* '\1f3ab' */
.icon-video:before { content: '\e816'; } /* '' */
.icon-target:before { content: '🎯'; } /* '\1f3af' */
.icon-trophy:before { content: '🏆'; } /* '\1f3c6' */
.icon-award:before { content: '🏉'; } /* '\1f3c9' */
.icon-thumbs-up:before { content: '\e845'; } /* '' */
.icon-thumbs-down:before { content: '\e846'; } /* '' */
.icon-bag:before { content: '👜'; } /* '\1f45c' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-user-1:before { content: '\e814'; } /* '' */
.icon-users:before { content: '\e815'; } /* '' */
.icon-lamp:before { content: '💡'; } /* '\1f4a1' */
.icon-water:before { content: '💦'; } /* '\1f4a6' */
.icon-droplet:before { content: '💧'; } /* '\1f4a7' */
.icon-credit-card:before { content: '💳'; } /* '\1f4b3' */
.icon-monitor:before { content: '💻'; } /* '\1f4bb' */
.icon-briefcase:before { content: '💼'; } /* '\1f4bc' */
.icon-floppy:before { content: '💾'; } /* '\1f4be' */
.icon-cd:before { content: '💿'; } /* '\1f4bf' */
.icon-chart-line:before { content: '📈'; } /* '\1f4c8' */
.icon-chart-bar-1:before { content: '\e808'; } /* '' */
.icon-chart-bar:before { content: '📊'; } /* '\1f4ca' */
.icon-clipboard:before { content: '📋'; } /* '\1f4cb' */
.icon-pin:before { content: '\e83a'; } /* '' */
.icon-attach:before { content: '\e83e'; } /* '' */
.icon-phone:before { content: '📞'; } /* '\1f4de' */
.icon-megaphone:before { content: '📣'; } /* '\1f4e3' */
.icon-upload:before { content: '\e848'; } /* '' */
.icon-download:before { content: '\e847'; } /* '' */
.icon-mobile:before { content: '📱'; } /* '\1f4f1' */
.icon-signal:before { content: '📶'; } /* '\1f4f6' */
.icon-camera:before { content: '\e819'; } /* '' */
.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
.icon-loop:before { content: '🔁'; } /* '\1f501' */
.icon-arrows-ccw:before { content: '🔄'; } /* '\1f504' */
.icon-light-down:before { content: '🔅'; } /* '\1f505' */
.icon-light-up:before { content: '🔆'; } /* '\1f506' */
.icon-battery:before { content: '🔋'; } /* '\1f50b' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */
.icon-search-1:before { content: '\e80e'; } /* '' */
.icon-key:before { content: '🔑'; } /* '\1f511' */
.icon-lock:before { content: '🔒'; } /* '\1f512' */
.icon-lock-1:before { content: '\e83d'; } /* '' */
.icon-lock-open:before { content: '\e83c'; } /* '' */
.icon-bookmark:before { content: '\e836'; } /* '' */
.icon-link:before { content: '\e842'; } /* '' */
.icon-chart-area:before { content: '🔾'; } /* '\1f53e' */
.icon-rocket:before { content: '🚀'; } /* '\1f680' */
.icon-truck:before { content: '🚚'; } /* '\1f69a' */
.icon-block:before { content: '🚫'; } /* '\1f6ab' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}



/********** Mobile Navigation > */
/* ======================================================================================= */
.mobi-nav{ 
    padding:10px;
    margin: 0 auto;
    width: 90%;
}
.mobi-nav h1 {
    background: #111;
    font-size: 16px;
    line-height: 47px;
    text-transform: uppercase;  
    font-weight: normal;  
    display: inline-block;
    margin: 0;
    width: 100%;
}
.mobi-nav h1 span {
    color: #FFFFFF;
    float: left;
    padding-left: 10px;
}
.mobi-nav h1 a.nav-box {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/common.png") no-repeat scroll 0 -361px transparent;
    float: right;
    font-size: 0;
    height: 22px;
    margin-top: 13px;
    width: 27px;
    padding-right:10px;
}
#mobi-nav-content {}
.accordion { list-style-type: none; padding: 0; margin: 0 0 30px; }
.accordion ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }
.accordion li { background: #fff; cursor: pointer; list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 100%; position:relative;}
.accordion li.active > em.open-close {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/common.png") no-repeat scroll 2px -427px transparent;
}
.accordion li div { padding: 20px; background: #aef; display: block; clear: both; float: left; width: 360px;}
.accordion em.open-close {
    background: url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/common.png") no-repeat scroll 2px -392px transparent;
    padding: 8px 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.accordion a { text-decoration: none; border-bottom: 1px solid #F0F0F0; font-size:12px; text-transform:uppercase;padding: 8px 10px; display: block; cursor: pointer; text-align:left;}
.accordion em{margin-right:10px;}
.accordion ul a{font-size:11px;}
.accordion li ul li { background: #F0F0F0; }
.block-inner-menu { margin-top: 20px; width: 100% !important;}
.block-inner-menu h4 {font-size: 11px; font-weight: normal;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.richardjames.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*
 * 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 {padding: 0;}
.flexslider .slides > li {position: relative;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 { position: relative;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}
.slider-items {margin: 0; padding: 0;}
.slider-items .slides > li {display: none; -webkit-backface-visibility: hidden;-webkit-font-smoothing: subpixel-antialiased;font-smoothing: subpixel-antialiased;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider-items .slides img {max-width: 100%; display: block;}
.pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slider-items .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-items .slides {display: block;}
* html .slider-items .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 .itemslider .slides > li:first-child {display: block;}/* Direction Nav */
.flex-direction-nav {*height: 0;}



/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { }

.flex-control-thumbs {margin: 5px 0 0; position: absolute; overflow: hidden;}
.flex-control-thumbs li {margin: 0 10px 0 0;border: #fff solid 5px;-webkit-border-radius: 70px;-moz-border-radius: 70px;border-radius: 70px;}
.flex-control-thumbs img {width: 100%;  display: block;cursor: pointer;-webkit-border-radius: 70px;-moz-border-radius: 70px;border-radius: 70px;}
.flex-control-thumbs li {background:#fff}
.flex-control-thumbs img {opacity: 0.5;filter:alpha(opacity=50);}
.flex-control-thumbs img:hover,.flex-control-thumbs .flex-active {opacity: 1;filter:alpha(opacity=100);}
.caption {

}
.caption.top-left {
    position: absolute;
	  top: 0;
    left: 0;
}
.caption.top-right {
    position: absolute;
	  top: 0;
    right: 0;
}
.caption.bottom-left {
    position: absolute;
	  bottom: 0;
    left: 0;
}
.caption.bottom-right {
    position: absolute;
	  bottom: 0;
    right: 0;
}
@media screen and (max-width: 980px) {
  .flex-direction-nav .flex-prev {opacity: 0; left: 0;}
  .flex-direction-nav .flex-next {opacity: 0; right: 0;}
}
.flex-direction-nav a {
	width: 40px; 
	height: 40px; 
	margin: -20px 0 0; 
	display: block; 
	background: #9f9a94 url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/images/flexslider_skins.png) no-repeat;	
	position: absolute; 
	overflow: hidden;
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent:9999px; 
	opacity: 0; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
	
}
.flex-direction-nav .flex-next {background-position: -34px -5px;  right: -36px; }
.flex-direction-nav .flex-prev {background-position: -6px -6px; left: -36px;}
.flexslider:hover .flex-next {opacity: 1;right: 5px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}
.flexslider .flex-next:hover {background-position: -34px -38px;}
.flexslider .flex-prev:hover {background-position: -6px -40px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1; background-color: #dcdad8; }
.flex-direction-nav .flex-disabled {opacity: .3!important; background-color:#ddd; filter:alpha(opacity=30); cursor: default;}

/*   ----   Slider 4  ----    */
.default-slider .flexslider {
	max-width: 695px;
	width: 100%;
	float: left;
}
.default-slider .flexslider .slides {
	float: left;
	max-width: 695px;
	width: 100%;
}

.default-slider .home-banner-right {
	float: right;
	max-width: 270px;
	width: 100%;
}

.default-slider .home-banner-right ul li {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.default-slider .home-banner-right ul li a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 270px;
	width: 100%;
    background-color: #000000;
	opacity: 0.8;
	line-height: 130px;
	max-height: 130px;
	height:100%;
	color: #a8a8a8;
	font-size: 22px;
	font-weight : bold;
	text-transform : uppercase;
	text-align: center;
}

.default-slider .home-banner-right ul li a span {
	color: #cd1551;
}

.default-slider .home-banner-right ul li:hover a {
	display: block;
}






















/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{}
    #cboxTopRight{}
    #cboxBottomLeft{}
    #cboxBottomRight{}
    #cboxMiddleLeft{}
    #cboxMiddleRight{}
    #cboxTopCenter{}
    #cboxBottomCenter{}
    #cboxContent{background:#fff; overflow:hidden;padding: 10px;}
    		.cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:40px; /*10px above buttons*/ }
        #cboxTitle{position:absolute; bottom:17px; left:0; text-align:center; width:100%; color:#999999;}
        #cboxCurrent{position:absolute; bottom:17px; left:85px; color:#999999;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious,
        #cboxNext { position:absolute; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/arrows-button.png) no-repeat #8a8a8a; width:25px; height:25px; text-indent:-9999px; }
        #cboxPrevious:hover,
        #cboxNext:hover { background-color:#9b0e11; }
        #cboxPrevious{bottom:10px; left:10px; background-position:0 0; margin-right: 4px;}
        #cboxPrevious:hover{background-color:#9b0e11;}
        #cboxNext{bottom:10px; left:45px; background-position:-25px 0;}
        #cboxNext:hover{background-color:#9b0e11;}
        #cboxLoadingOverlay{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:10px; right:10px;  width:25px; height:25px; border: 1px solid #E8E8E8; padding: 6px 6px 2px 6px ; text-align: center;}
        #cboxClose:hover{border: 1px solid #444;}
        
#cboxNext,
#cboxPrevious,

.ajaxcart-box{height: 118px !important;}
.ajaxcart-box #cboxLoadedContent{margin-bottom:0 !important;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/lib/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* For Magento  1.3
label within container */
.yui-ac label
{
    float:left;
    height:21px;
    width:24px;
    overflow:hidden;
    text-align:left;
    text-indent:-999em;
}
/* For Magento  1.3
button within container */
.yui-ac button
{
    display:block;
    padding:0;
    margin:0;
    width:auto;
    vertical-align:middle;
    overflow:visible;
    border:0 none;
    cursor:pointer;
    background:none repeat scroll 0 0 transparent;
    color:#2F2F2F;
    font:12px/15px Arial,Helvetica,sans-serif;
}
.yui-ac button span
{
    display:block;
    height:21px;
    padding:0 0 0 3px;
    background:url("http://www.richardjames.co.uk/skin/frontend/base/default/images/aw_searchautocomplete/btn_search.gif") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    text-align:center;
    white-space:nowrap;
    font:bold 11px/21px Tahoma,Verdana,Arial,sans-serif;
}
.yui-ac button span span
{
    background-position:100% 0;
    padding:0 6px 0 3px;
}

/* results container */
#myContainer,
.yui-ac-container {
    position:absolute !important;
    z-index:999;
    width: auto !important;
}

/* results content */
.yui-ac-content {
    background-color: #FFF;
    border:solid 2px #C4C6C8;
    width: 300px;
    padding: 5px;
    margin:0;
}

/* header within container */
.yui-ac-hd {
    color:#999999;
    display:block;
    margin-bottom:4px;
    padding:0 4px;
    border-bottom:dashed 1px #999999;
    text-align:left;
    font-style:italic;
}

/* item list (ul) container */
.yui-ac-bd {
}

#myContainer .yui-ac-bd ul {
    position: relative;
}

/* items container*/
.yui-ac-content ul,
.header .form-search .search-autocomplete ul {
    background-color:#ffffff;
    border:none;
}

/* result item */
.header .form-search .search-autocomplete ul > li,
.yui-ac-content ul > li
{
    border:solid 1px #C4C6C8;
    margin:4px 0;
    padding:4px;
    cursor:pointer;
    min-height:85px;
    color:#2F2F2F;
}
.yui-ac-highlight { /* highlighted result item */
    background-color: #D5E4EB;
}
.searched-words { /* highlight of the words being searched */
    color:red;
}
.search-autocomplete ul > li{text-align:left}
.search-autocomplete ul > li p{text-align:justify}

.yui-ac-content ul > li:hover{
   background-color: #D5E4EB !important;
}

.yui-ac-bd ul > li.selected{
    background-color: #D5E4EB !important;
}

.yui-ac-bd ul > li.aw_hidden{
    background-color: white;
    border: medium none;
    margin: 0;
    padding: 0;
    display: none;
}
.aw-sas-suggest{
    text-align: left;
}
.aw-sas-suggest a{
    margin: 0 3px 0 0;
}

.aw-sas-all-results-wrapper {
    padding-top: 3px;
}
.aw-sas-all-results {
    display: block;
    margin: auto;
    padding: 0;
    height: 36px;
    border: none;
    background: #069;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer
}

.aw-sas-suggest-all-results:hover {
    background: #00527a;
}

#sac-results ol{
    display: inline-block;
}



/**
* Giftvoucher reward template
*/
span#giftvoucher_wait{
	color: #2F2F2F;
}

.giftvoucher-discount-code{
	color: #008000;
}

.giftvoucher-discount-code button{
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
	cursor: pointer;
}

.giftvoucher-media{
	border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
	border-bottom: 2px solid #F7F9F9;
	padding: 7px;
	color: #F18200;
	font-size: 15px;
}

#giftmedia pre{
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
	overflow: hidden;
	width: 265px;
	position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
	width: 325px;
	height: 88px;
}

.giftvoucher-product-info #recipient_address{
	width: 325px;
	height: 57px;
}

.giftvoucher-product-info #recipient_email{
	width: 325px;
}

.giftvoucher-product-info #recipient_name{
	width: 325px;
}

#giftvoucher-result{
	font-size: 15px;
}

#giftvoucher-result label{
	width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

/*seo-info*/

/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}

/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family:Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family:Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family:Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform:none;
}
.seo-info .seo-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
}

/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width:100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label, .seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  box-shadow: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label, .seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width:100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}

/*link*/
.seo-info .seo-additional-info-link-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}

/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}

/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}

.seo-info .m-seo-info-scroll-hide {
  display: none;
}

/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display:table;
  width:100%;
  padding-top: 3px;
}

.seo-info .m-seo-info-template-table-row {
  display:table-row;
}

.seo-info .m-seo-info-template-table-cell {
  display:table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}

.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-table-cell:nth-child(3) {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}

.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell{
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-id-width {
  width: 30px;
}

.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}

.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}

.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}

.seo-info .m-seo-info-status-width {
  width: auto;
}

/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}

@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 100%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display:none;
 }
.seositemap-index-index div.seositemap-map table {
  width:100%;
}
.seositemap-index-index div.seositemap-map table tbody tr td {
  vertical-align: top;
}
#ajax_global_messages {
    position: relative;
    z-index: 9999;
}
#ajax_global_messages_close {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 10000;
    display: block;
    width: 15px;
    height: 15px;
    background: #666;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.messages {
	text-align: center;
}
.messages,
.messages ul {
	list-style: none !important;
}
.messages ul {
	background: none;
}
.messages,
.messages li,
.messages ul,
.messages ul li,
.messages li li {
	margin: 0 !important;
	padding: 0 !important;
}
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg {
    border: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 10px 35px !important;
    min-height: 22px !important;
    background-position: 13px 13px !important;
    background-repeat: no-repeat !important;
    
}
.messages li.error-msg {
	background-image: url(http://www.richardjames.co.uk/skin/frontend/novaworks/images/i_msg-error.gif);
}
.messages li.note-msg,
.messages li.notice-msg {
    background-image: url(http://www.richardjames.co.uk/skin/frontend/novaworks/images/i_msg-note.gif);
}
.messages li.success-msg {
    background-image: url(http://www.richardjames.co.uk/skin/frontend/novaworks/images/i_msg-success.gif);
}
.note-msg,
.notice-msg {
	color: #d6b501;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	cursor: move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


/**
 * @category    NovaWorks
 * @package     NovaWorks_RevSlideshow
 * @license     http://novaworks.net
 * @author      Dzung Nova <dzung@novaworks.vn>
 */
.fullwidthbanner-container {
    overflow: hidden;
    padding: 0;
    position: relative;
    max-height: 660px !important;
    width: 100% !important;
    margin-bottom: 20px;
}
.fullwidthbanner-container .fullwidthabnner {
    position: relative;
    width: 100% !important;
    max-height: 660px !important;
}
.fixedbanner-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 1170px;
    margin-bottom: 20px;
}
.fixedbanner-container .fixedbanner {
	height: 450px;
    overflow: hidden;
    position: relative;
    width: 1170px;
}
.responsivebanner-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 1170px;
    margin-bottom: 20px;
}
.responsivebanner {
	height: 450px;
    overflow: hidden;
    position: relative;
    width: 1170px;
}
  /*	THE MEDIA CHOOSER TO SET DIFFERENT SIZES OF THE CONTAINER DEPENDING ON THE SCREEN SIZE    */
   @media only screen and (min-width: 768px) and (max-width: 959px) {
 		  .responsivebanner-container, .responsivebanner			{	width:760px; height:349px;}




   }

   @media only screen and (min-width: 480px) and (max-width: 767px) {
		   .responsivebanner-container, .responsivebanner		{	width:480px; height:220px;	}




   }

   @media only screen and (min-width: 0px) and (max-width: 479px) {
			.responsivebanner-container, .responsivebanner		{	width:320px;height:147px;	}




   }
/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

.tp-caption { z-index:1;}
.tp-caption.big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			padding: 3px 4px;
			padding-top: 1px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#000;
			letter-spacing: 0px;
		}

.tp-caption.big_orange{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 36px;
			line-height: 36px;
			font-family: Arial;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fb7354;
			letter-spacing: -1.5px;
		}

.tp-caption.big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			font-family: 'Open Sans', sans;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fff;
			letter-spacing: -1.5px;
		}

.tp-caption.medium_grey{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 20px;
			line-height: 20px;
			font-family: Arial;
			padding: 2px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#888;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.small_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 14px;
			line-height: 20px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.medium_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 300;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}
.tp-caption.large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 300;
			font-size: 42px;
			line-height: 42px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.very_large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 60px;
			line-height: 60px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: 0px;
		}
.tp-caption.very_large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 800;
			font-size: 72px;
			line-height: 72px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
.tp-caption.bold_red_text{
			position: absolute;
			color: #d31e00;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
.tp-caption.bold_brown_text{
			position: absolute;
			color: #a04606;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
    .tp-caption.bold_green_text{
			position: absolute;
			color: #5b9830;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.very_big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 3px 4px;
			padding-top: 1px;
			background-color:#7e8e96;
					}

.tp-caption.very_big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 700;
			font-size: 60px;
			line-height: 60px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 0px 4px;
			padding-top: 1px;
			background-color:#fff;
					}

.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
  font-weight: 300;
			font-size: 19px;
			line-height: 19px;
			font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}

.tp-caption a {
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
	color: #ffa902;
}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}

/*	BUTTON COLORS	*/



.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.button.darkgrey,.button.grey,
.button:hover.darkgrey,.button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:-7px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:-7px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	width:77px;	height:77px; -webkit-border-radius: 77px; -moz-border-radius: 77px; border-radius: 77px; background: #FFF; text-align: center;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	width:77px;	height:77px; -webkit-border-radius: 77px; -moz-border-radius: 77px; border-radius: 77px; background: #FFF; text-align: center;

														}
														
.tp-leftarrow.default:hover  							{	background: #e3e3e1;

														}
														
.tp-rightarrow.default:hover							{	background: #e3e3e1;

														}														

.tp-leftarrow.default i  									{	font-size: 20px; left: 23px; position: absolute; top: 27px;

														}
														
.tp-rightarrow.default i									{	font-size: 20px; left: 27px; position: absolute; top: 27px;

														}


.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position: bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/timer.png);position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:10000px; height:10000px;  background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}


.tp-transparentimg {	content:"url(http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/rs-plugin/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}


body { color:#4c4c4c; }
a, .dropdown .text { color:#363636; }
a:hover, #wide-menu #nav ul li a:hover {
  color:#959595;
  text-decoration:underline;
}
.footer-info-top .footer-info li, .footer-info-container .footer-info .about-responsive h4, .footer-info .newsletter-box .form-subscribe-header, .bottom-menu-column h4, .footer-aditional .facebook h4, .footer-aditional .twitter h4, .category-title h1, .left-categories .block-title span, .block .block-title strong span, #block-viewed strong span, .custom-html strong span, .home-content h3.title, .who-we-are h1, .main .col-main .page-title h1, .col-main .cart-empty a, .about-content .wel-come h2, .about-content .center-title h1, .about-content h2, .afew-container .retina-ready h3, .afew-container .mobile-friendly h3, .afew-container .wide-or h3, .afew-container .responsive-layout h3 { font-family:'Univers LT W01 55 Roman'; }
h1, h2, h3, h4, h5, h6, .home-content h3.title, .who-we-are h1, .block .block-title strong span, .custom-html strong span, .left-categories .block-title span, .footer-info .newsletter-box .form-subscribe-header { color:#363636 !important; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .a-few-features a:hover, .header .form-search button.button, .header-container .shopping-cart a { background-color:#959595; }
#wide-menu #nav li {
  float:left;
  text-align:left;
}
#wide-menu #nav li a {
  color:#a0a0a0;
  display:block;
  float:left;
  border:none;
  text-decoration:none;
  transition-duration:200ms;
  -moz-transition-duration:200ms;
  -webkit-transition-duration:200ms;
  -o-transition-duration:200ms;
}
#wide-menu #nav li a:hover {
  text-decoration:none;
  transition:color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition:color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition:color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition:color 450ms ease-in-out, background-color 450ms ease-in-out;
}
#wide-menu #nav li a span {
  display:block;
  white-space:nowrap;
}
#wide-menu #nav li ul a span { white-space:normal; }
#wide-menu #nav > li { display:inline-block; }
#wide-menu #nav > li > a {
  display:block;
  color:#959595;
  font-family:'Univers LT W01 55 Roman';
  font-size:11px;
  line-height:45px;
  padding:0 20px;
}
#wide-menu #nav > li.parent:hover > a, #wide-menu #nav > li.parent.active > a { color:#ffffff; }
#wide-menu #nav > li.parent.active > a { color:#959595; }
#wide-menu #nav > li:hover > a {
  background:#959595;
  color:#ffffff !important;
}
#wide-menu #nav > li.active > a { color:#959595 !important; }
#wide-menu #nav > li.active > a:hover { color:#ffffff !important; }
#wide-menu #nav > li:hover > a {
  position:relative;
  z-index:999999;
}
#wide-menu #nav > li > a span { text-transform:uppercase; }
#wide-menu #nav > li.parent:hover > a span, #wide-menu #nav > li.parent.active > a span { display:block; }
#wide-menu #nav > li:hover > a span, #wide-menu #nav > li.active > a span { display:block; }
#wide-menu #nav ul.level0 {
  position:absolute;
  top:51px;
  left:0px;
  padding:18px 2%;
  margin:0;
  background:#ffffff;
  width:100%;
  min-width:842px;
  z-index:99999;
  display:none;
  border:1px solid #959595;
}
#wide-menu #nav div ul {
  position:static;
  width:auto;
  border:none;
}
#wide-menu #nav ul.level0 > li {
  float:left;
  width:105px;
}
#wide-menu #nav ul.level0 > li > a {
  font-family:'Univers LT W01 55 Roman';
  font-size:13px;
  color:#959595;
  line-height:14px;
}
#wide-menu #nav ul li a { float:none; }
#wide-menu #nav ul li a:hover { color:#959595; }
#wide-menu #nav ul li.parent {
  background:url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/css/images/icon-left-menu.png") no-repeat scroll 0 5% transparent;
  padding:0 5px 0 15px;
}
#wide-menu #nav ul ul, #wide-menu #nav ul div { position:static !important; }
#wide-menu #nav ul ul { padding-top:5px; }
#wide-menu #nav ul ul li {
  float:none;
  margin:0;
  list-style:none;
  line-height:25px;
}
#wide-menu #nav ul ul li a:hover { text-decoration:underline; }
#wide-menu #nav ul.level2 { padding:5px 0 5px 8px; }
#wide-menu #nav ul.level2 a {
  color:#aaaaaa;
  font-size:11px;
  line-height:15px;
}
#wide-menu #nav ul.level0 > li.menu-content {
  float:none;
  width:inherit;
  margin-right:0;
  margin-left:0;
  margin-bottom:0;
}
#wide-menu #nav li > ul.shown-sub, #wide-menu #nav li > div.shown-sub { left:0; }
#wide-menu #nav #wide-menu #nav-custom-link > a { cursor:default; }
#wide-menu #nav .header-nav-dropdown-wrapper {
  margin:0 0 20px;
  padding:0;
  border:0;
  display:block !important;
  list-style:disc;
}
#wide-menu #nav .header-nav-dropdown-wrapper li {
  background:url("http://www.richardjames.co.uk/skin/frontend/novaworks/medalion/css/images/icon-left-menu.png") no-repeat scroll 0 50% transparent;
  padding:0 5px 0 15px;
  margin-right:2.5%;
}
#wide-menu #nav .header-nav-dropdown-wrapper li.last { margin-right:0; }
#wide-menu #nav .header-nav-dropdown-wrapper p {
  margin:10px 0;
  color:#999999;
}
#wide-menu #nav .header-nav-dropdown-wrapper .heading {
  margin:10px 0;
  color:#333333;
}
#default-menu #nav li {
  position:relative;
  text-align:left;
  line-height:normal;
}
#default-menu #nav li.over { z-index:998; }
#default-menu #nav a, #default-menu #nav a:hover {
  display:block;
  text-decoration:none;
}
#default-menu #nav > li:hover > a {
  background:#959595;
  color:#ffffff !important;
}
#default-menu #nav span {
  display:block;
  cursor:pointer;
  white-space:nowrap;
}
#default-menu #nav li ul span { white-space:normal; }
#default-menu #nav li {
  float:left;
  font-size:18px;
}
#default-menu #nav li a { line-height:45px; }
#default-menu #nav li.active a { color:#959595; }
#default-menu #nav li a {
  float:left;
  padding:0 20px;
  color:#818181;
  font-family:'Univers LT W01 55 Roman';
  font-size:11px;
  text-transform:uppercase;
}
#default-menu #nav li.over a, #default-menu #nav li a:hover { color:#ee1c35; }
#default-menu #nav li ul li a {
  border:0 !important;
  margin-bottom:0;
}
#default-menu #nav ul {
  background:#ffffff;
  border:#878787 solid 1px;
  border-top:none;
  margin:0;
  padding:0;
}
#default-menu #nav ul li, #default-menu #nav ul li.active {
  float:none;
  margin:0;
  font-size:12px;
}
#default-menu #nav ul li.last { padding-bottom:0; }
#default-menu #nav ul li { border-bottom:1px solid #e9e9e9; }
#default-menu #nav ul a, #default-menu #nav ul li a, #default-menu #nav ul a:hover {
  float:none;
  padding:0 0 0 20px;
  background:none !important;
  font-family:Arial, Helvetica, sans-serif;
  line-height:30px;
}
#default-menu #nav ul li a {
  color:#818181 !important;
  font-weight:bold;
}
#default-menu #nav ul	li a:hover {
  background:#f6f6f6 !important;
  color:#ee1c35 !important;
}
#default-menu #nav ul li.active a {
  font-family:Arial, Helvetica, sans-serif;
  color:#ee1c35 !important;
}
#default-menu #nav ul.level1 {
  left:100px;
  position:absolute;
  top:15px;
  background:#ffffff;
  z-index:999;
}
#default-menu #nav ul, #default-menu #nav div {
  position:absolute;
  width:12em;
  top:45px;
  left:0;
  border:1px solid #e9e9e9;
  border-top-color:0;
  z-index:999;
}
#default-menu #nav div ul {
  position:static;
  width:auto;
  border:none;
  z-index:999;
}
#default-menu #nav ul ul, #default-menu #nav ul div { top:5px; }
#default-menu #nav li.active ul li a { font-family:Arial, Helvetica, sans-serif !important; }
#default-menu #nav ul li.active ul li a { color:#818181 !important; }
#default-menu #nav ul li.active ul li a:hover { color:#9b0e11 !important; }
#default-menu #nav li ul.shown-sub, #default-menu #nav li div.shown-sub {
  left:0;
  z-index:999;
}
#default-menu #nav li .shown-sub ul.shown-sub, #default-menu #nav li .shown-sub li div.shown-sub { left:100px; }
.ajax-loading { background-color:#959595 !important; }
.sorter .view-mode .grid:hover, .sorter .view-mode strong, .sorter .view-mode a:hover, .sorter .view-mode strong, .sorter .direction a:hover {
  color:#959595;
  border-color:#959595 !important;
}
.home-content h3.title, .product-slider-shortcode h3.title { border-color:#959595; }
.products-grid .descriptions-hidden a:hover, #toTop:hover { border-color:#959595; }
.top-dropdown li, .top-header .i-top-links .welcome-msg, .top-header .welcome-msg, .header .mini-cart .block-content .price, #default-menu #nav li.over a, #default-menu #nav li a:hover, #default-menu #nav li.active a, .sorter .sort-by ul li a.active, #shopping-cart-table .cart-price, .sorter .limiter ul li a.active, .special-price .price, .block .regular-price, .block .regular-price .price, .regular-price .price, .footer-info-container .footer-info .contact-us span, .products-list .desc a.link-learn, #shopping-cart-table .icon-edit:hover, #shopping-cart-table .icon-trash:hover, .sidebar-bottom a:hover, #toTop:hover i { color:#959595; }
.footer-info-top i, .contact-us .phone, .contact-us .fax, .contact-us .support, .contact-us em { color:#363636; }
.quick-act a, .mini-cart-act a, .btn-compare-remove, .nova-slider-direction-nav a, .contact-us .social-icons a { color:#363636; }
.quick-act a:hover, .mini-cart-act a:hover, .btn-compare-remove:hover, .nova-slider-direction-nav a:hover, .contact-us .social-icons a:hover { color:#959595; }
.button, button, input[type="submit"], input[type="reset"], input[type="button"], #shopping-cart-table .btn-continue, #shopping-cart-table .btn-update, .products-list .btn-cart, .block .actions button.button, .header-container .shopping-cart a, .buttons-set button.button, #twitter_update_list li .tweet-icon, .cart .totals .checkout-types li .button, .col-main .cart-empty a, .simple-banner-shortcode .simple-button a, .extra-collections .hover-disconver a.view-more, .product-cool-list-container .view-more { background-color:#959595; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, #shopping-cart-table .btn-continue:hover, #shopping-cart-table .btn-update:hover, .products-list .btn-cart:hover, .block .actions button.button:hover, .header-container .shopping-cart a:hover, .buttons-set button.button:hover, #twitter_update_list li .tweet-icon:hover, .cart .totals .checkout-types li .button:hover, .col-main .cart-empty a:hover, .simple-banner-shortcode .simple-button a:hover, .extra-collections .hover-disconver a.view-more:hover, .product-cool-list-container .view-more:hover { background-color:#363636; }
#nothing { background-color:#959595; }
#nothing:hover { background-color:#959595; }
.nova-new-label { background-color:#959595; }
.nova-sale-label { background-color:#363636; }
.easy-slider, .easy-slider #controls a { background:; }
.nova-container-shortcode {
  margin:0 auto;
  max-width:1170px;
  width:100%;
  padding-bottom:20px;
}
.simple-banner-shortcode {
  max-width:1170px;
  margin:0 auto;
  margin-bottom:20px;
}
.simple-banner-shortcode .simple-banner-info {
  max-width:1168px;
  margin:0 auto;
  border-color:#dddddd;
  border-image:none;
  border-style:solid;
  border-width:1px;
}
.simple-banner-shortcode .simple-banner-left { padding:20px 0 20px 110px; }
.simple-banner-shortcode .simple-banner-info h2 {
  border-color:#dddddd;
  border-image:none;
  border-style:solid;
  border-width:0 0 1px;
  color:#363636;
  display:inline-block;
  font-family:'Univers LT W01 55 Roman';
  font-size:30px;
  font-weight:bold;
  text-transform:uppercase;
}
.simple-banner-shortcode .simple-banner-info p {
  color:#58583b;
  font-family:'Univers LT W01 55 Roman';
  font-size:18px;
  font-weight:normal;
  text-transform:uppercase;
}
.simple-banner-shortcode .simple-button {
  line-height:142px;
  text-align:center;
}
.simple-banner-shortcode .simple-button a {
  color:#ffffff;
  font-family:'Univers LT W01 55 Roman';
  font-size:21px;
  font-weight:normal;
  text-transform:uppercase;
  padding:15px 35px;
}
.simple-banner-shortcode .simple-button a:hover { text-decoration:none; }
.simple-banner-shortcode .simple-button span {
  color:#ffffff;
  font-family:'Univers LT W01 55 Roman';
  font-size:21px;
  font-weight:normal;
  text-transform:uppercase;
}
.extra-collections {
  max-width:1170px;
  margin:0 auto;
  margin-bottom:25px;
}
.extra-collections h2 {
  display:inline-block;
  color:#363636;
  font-family:'Univers LT W01 55 Roman';
  font-size:12px;
  font-weight:normal;
  text-transform:uppercase;
  border-color:#959595;
  border-image:none;
  border-style:solid;
  border-width:0 0 4px 0;
  padding-bottom:5px;
  margin-bottom:20px;
}
.extra-collections ul {
  display:block;
  width:100%;
}
.extra-collections ul li {
  float:left;
  position:relative;
  cursor:pointer;
}
.extra-collections ul li:hover .hover-disconver { opacity:1; }
.extra-collections img { text-align:center; }
.extra-collections .hover-disconver {
  width:201px;
  height:210px;
  background:rgba(102,102,102,0.85);
  left:0;
  padding:50px 10px 0 23px;
  opacity:0;
  position:absolute;
  top:0;
}
.extra-collections .hover-disconver h2.title {
  max-width:190px;
  border:none;
  color:#ffffff !important;
  font-family:'Univers LT W01 55 Roman';
  font-size:18px;
  line-height:20px;
  text-align:left;
  text-transform:uppercase;
  margin:0 0 20px 0;
  padding:0;
}
.extra-collections .hover-disconver p.content {
  color:#ffffff !important;
  font-family:'Univers LT W01 55 Roman';
  font-size:13px;
  text-align:left;
  margin:0 0 25px 0;
  line-height:15px;
}
.extra-collections .hover-disconver a.view-more {
  color:#ffffff !important;
  font-family:'Univers LT W01 55 Roman';
  font-size:14px;
  padding:12px 27px;
  text-align:center;
  text-decoration:none;
  background:#959595;
}
.extra-collections .hover-disconver a.view-more:hover {
  background:#363636;
  text-decoration:none;
}
.products-list-3-col h2 {
  border-color:#959595;
  border-image:none;
  border-style:solid;
  border-width:0 0 4px;
  color:#363636;
  display:inline-block;
  font-family:'Univers LT W01 55 Roman';
  font-size:12px;
  font-weight:normal;
  margin-bottom:15px;
  padding-bottom:5px;
  text-transform:uppercase;
}
.products-list-3-col h3.product-name {
  margin:0;
  margin-bottom:18px;
  padding:0;
  line-height:12px;
}
.products-list-3-col .padding-left { padding-left:11px; }
.products-list-3-col .container { margin-bottom:20px; }
.products-list-3-col .old-price {
  float:left;
  margin:0;
  margin-top:5px;
}
.products-list-3-col  .special-price .price {
  color:#363636;
  font:20px / 140% 'Univers LT W01 55 Roman';
}
.nova-product-images .theHoverBorder {
  box-shadow:0 0 0 5px #959595 outset;
  -moz-box-shadow:0 0 0 5px #959595 outset;
  -webkit-box-shadow:0 0 0 5px #959595 outset;
  -moz-transition:all 0.2s ease-in 0s;
  -webkit-transition:all 0.2s ease-in 0s;
  transition:all 0.2s ease-in 0s;
}
.nova-product-images:hover .theHoverBorder {
  box-shadow:0 0 0 5px #959595 inset;
  -moz-box-shadow:0 0 0 5px #959595 inset;
  -webkit-box-shadow:0 0 0 5px #959595 inset;
  -moz-transition:all 0.2s ease-out 0s;
  -webkit-transition:all 0.2s ease-out 0s;
  transition:all 0.2s ease-out 0s;
}
.footer-aditional a, .copyright-footer a { color:#ababab; }

.nt_wrapper {     font-size: .9em; }

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }
.clearfix {
display: inline-block; }
* html .clearfix {
height: 1%; }
/* Hides from IE-mac \*/
.clearfix {
display: block; }
.nt_wrapper,
.nt_wrapper *,
.nt_wrapper *:before,
.nt_wrapper *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.nt_wrapper {
color: #333;
line-height: 1.3;
margin-bottom: 1em;
margin-top: 2em; }
.nt_wrapper .nt_header {
font-size: 1.3em;
margin: .5em 0; }
.nt_wrapper table {
line-height: 1;
margin: 0; }
.nt_wrapper table td {
vertical-align: middle; }
.nt_wrapper .nt_item_info {
border-collapse: separate;
border-spacing: 2px; }
.nt_wrapper ul {
list-style: none;
margin: 0;
padding: 0; }
.nt_wrapper:not(.nt_chart) .nt_widget img,
.nt_wrapper:not(.nt_chart) .nt_widget span {
display: block; }
.nt_wrapper:not(.nt_chart) .nt_widget .nt_img_wrap {
border: 1px solid #ddd;
margin-bottom: .4em;
overflow: hidden; }
.nt_wrapper:not(.nt_chart) .nt_widget .nt_img_wrap img {
margin: 0 auto; }
.nt_wrapper:not(.nt_chart) .nt_widget a.nt_btn {
color: #fff;
display: inline-block;
margin-bottom: 1em;
padding: .3em .7em;
text-decoration: none;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-ms-border-radius: 0.3em;
-o-border-radius: 0.3em;
border-radius: 0.3em; }
.nt_item_wrap {
overflow: hidden; }
.nt_product_title {
font-size: 1.1em;
margin-bottom: .5em; }
.nt_product_price {
font-size: 1.4em;
margin: .3em 0; }
.nt_img_right .nt_widget .nt_item_wrap {
padding-bottom: 0; }
.nt_img_right .nt_widget .nt_item_wrap div.nt_img_wrap {
border: 0;
float: right;
margin-left: 1em; }
.nt_img_right .nt_widget .nt_item_wrap .nt_product_title {
margin-right: 90px; }
.nt_column .nt_product_price,
.nt_row .nt_product_price,
.nt_grid .nt_product_price {
float: left;
margin-right: .6em; }
.nt_column a.nt_btn,
.nt_row a.nt_btn,
.nt_grid a.nt_btn {
margin-top: .5em; }
.nt_column.nt_img_above a.nt_btn {
float: right; }
.nt_column.nt_img_right li {
border-top: 1px solid #ddd; }
.nt_column .nt_item_wrap {
padding: 1em 0; }
.nt_row {
width: 100%; }
.nt_row.nt_r3 li, .nt_row.nt_r4 li {
float: left;
width: 33.3%; }
.nt_row.nt_r3 li:first-child, .nt_row.nt_r4 li:first-child {
padding-right: 0.5em; }
.nt_row.nt_r3 li:nth-child(2), .nt_row.nt_r4 li:nth-child(2) {
padding: 0 0.5em; }
.nt_row.nt_r3 li:last-child, .nt_row.nt_r4 li:last-child {
padding-left: 0.5em; }
.nt_row.nt_r4 li {
width: 25%; }
.nt_row.nt_r4 li:nth-child(3) {
padding: 0 0.5em; }
.nt_grid .nt_row .nt_item_wrap {
float: left; }
.nt_grid .nt_row .nt_item_wrap:first-child {
padding-right: 0.5em; }
.nt_grid .nt_row .nt_item_wrap:last-child {
padding-left: 0.5em; }
.nt_2_column .nt_item_wrap {
width: 50%; }
.nt_3_column .nt_item_wrap {
width: 33.3%; }
.nt_3_column .nt_item_wrap:nth-child(2) {
padding: 0 0.5em; }
.nt_chart table {
width: 100%; }
.nt_chart table th,
.nt_chart table td {
border-bottom: 1px solid #ddd;
padding: 3px; }
.nt_chart table .nt_peak_time_wrapper {
padding: 0;
text-align: center; }
.nt_chart table .nt_peak_time_wrapper .nt_item_info {
height: 100%; }
.nt_chart table .nt_peak_time_wrapper .nt_item_info td {
border-bottom: 0;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
-ms-border-radius: 0.2em;
-o-border-radius: 0.2em;
border-radius: 0.2em; }
.nt_chart table th {
text-align: left; }
.nt_chart table th svg {
margin: 0 auto; }
.nt_chart table .nt_position {
min-width: 25px; }
.nt_chart table .nt_table_item {
padding: .5em 1em; }
.nt_chart table .nt_peak {
min-width: 15px; }
.nt_chart table .nt_img_wrap {
/*padding: 5px 5px 5px 0;*/ }
.nt_chart table .nt_img_wrap img {
display: block;
max-height: 40px; }
.nt_chart table .nt_position,
.nt_chart table .nt_peak,
.nt_chart table .nt_time {
text-align: center; }
.nt_chart table tfoot td {
background: #F8F8F7;
border: 0; }
.nt_chart table tfoot .nt_item_info td {
background: #e7e7e4; }
.nt_chart table tfoot .nt_table_item {
background: #F8F8F7 url(http://www.richardjames.co.uk/skin/frontend/base/default/css/img/ntoklo_logo_charts.png) no-repeat 95% center; }
.nt_style.nt_wrapper {
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
.nt_style.nt_wrapper .nt_header {
margin: 0;
padding: .5em;
-webkit-border-top-left-radius: 3px;
-moz-border-top-left-radius: 3px;
-ms-border-top-left-radius: 3px;
-o-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-top-right-radius: 3px;
-ms-border-top-right-radius: 3px;
-o-border-top-right-radius: 3px;
border-top-right-radius: 3px; }
.nt_style.nt_product_title {
border-bottom: 1px solid #ddd; }
.nt_style.nt_row.nt_r3 li, .nt_style.nt_row.nt_r4 li {
padding: 0.5em; }
.nt_style.nt_grid .nt_item_wrap, .nt_style.nt_column .nt_item_wrap {
padding: 1em; }
.nt_chart .nt_logo {
background: transparent url(http://www.richardjames.co.uk/skin/frontend/base/default/css/img/ntoklo_logo_charts.png) no-repeat right center; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.nt_chart .nt_logo {
background-image: url(http://www.richardjames.co.uk/skin/frontend/base/default/css/img/ntoklo_logo_charts_2x.png);
background-size: 142px 27px; } }
@media screen and (max-width: 768px) {
.nt_wrapper .nt_row li .nt_item_wrap img {
max-height: 100px; }
.nt_style .nt_header {
padding: 0.5rem 1em; }
.nt_style .nt_row .nt_header {
padding: 0.5em 1rem; }
.nt_style.nt_grid.nt_2_column .nt_row .nt_item_wrap {
padding: 1em;
width: 50%; } }
@media screen and (max-width: 480px) {
.nt_wrapper.nt_row li {
width: 100%; }
.nt_wrapper.nt_grid.nt_2_column .nt_row .nt_item_wrap, .nt_wrapper.nt_grid.nt_3_column .nt_row .nt_item_wrap {
margin: 0;
padding: 1em;
width: 100%; }
.nt_style .nt_header {
padding: 0.5rem 1em; } }
@media screen and (max-width: 320px) {
.nt_wrapper.nt_row li {
border-bottom: 1px solid #ddd;
width: 100%; }
.nt_wrapper.nt_column.nt_img_right .nt_product_price {
float: none; }
.nt_wrapper.nt_column.nt_img_right a {
margin-top: 0; }
.nt_wrapper.nt_grid.nt_2_column .nt_row .nt_item_wrap, .nt_wrapper.nt_grid.nt_3_column .nt_row .nt_item_wrap {
width: 100%; }
.nt_style .nt_header {
padding: 0.5rem 1em; } }
/* color schemes */
.nt_wrapper {
background: transparent; }
.nt_item_info td {
background: #ecece9; }
.nt_wrapper.nt_plum:not(.nt_chart) .nt_widget a.nt_btn {
background: #AC1873; }
.nt_wrapper.nt_plum:not(.nt_chart) .nt_widget a.nt_btn:hover, .nt_wrapper.nt_plum:not(.nt_chart) .nt_widget a.nt_btn:focus {
background: #d91e91; }
.nt_wrapper.nt_pink:not(.nt_chart) .nt_widget a.nt_btn {
background: #CE0E5C; }
.nt_wrapper.nt_pink:not(.nt_chart) .nt_widget a.nt_btn:hover, .nt_wrapper.nt_pink:not(.nt_chart) .nt_widget a.nt_btn:focus {
background: #f01f74; }
.nt_wrapper.nt_orange:not(.nt_chart) .nt_widget a.nt_btn {
background: #D15915; }
.nt_wrapper.nt_orange:not(.nt_chart) .nt_widget a.nt_btn:hover, .nt_wrapper.nt_orange:not(.nt_chart) .nt_widget a.nt_btn:focus {
background: #ea732f; }
.nt_wrapper.nt_green:not(.nt_chart) .nt_widget a.nt_btn {
background: #4A9834; }
.nt_wrapper.nt_green:not(.nt_chart) .nt_widget a.nt_btn:hover, .nt_wrapper.nt_green:not(.nt_chart) .nt_widget a.nt_btn:focus {
background: #5dbe41; }
.nt_wrapper.nt_blue:not(.nt_chart) .nt_widget a.nt_btn {
background: #008999; }
.nt_wrapper.nt_blue:not(.nt_chart) .nt_widget a.nt_btn:hover, .nt_wrapper.nt_blue:not(.nt_chart) .nt_widget a.nt_btn:focus {
background: #00b7cc; }
.nt_wrapper.nt_dark_blue:not(.nt_chart) .nt_widget a.nt_btn {
background: #5F668A; }
.nt_wrapper.nt_dark_blue:not(.nt_chart) .nt_widget a.nt_btn:hover, .nt_wrapper.nt_dark_blue:not(.nt_chart) .nt_widget a.nt_btn:focus {
background: #7980a3; }
.nt_style.nt_plum .nt_header, .nt_style.nt_pink .nt_header, .nt_style.nt_orange .nt_header, .nt_style.nt_green .nt_header, .nt_style.nt_blue .nt_header, .nt_style.nt_dark_blue .nt_header {
color: #fff; }
.nt_style.nt_plum {
/*&.nt_chart {
th {
background: #F6E8F1;
}
}*/ }
.nt_style.nt_plum .nt_header {
background-color: #AC1873; }
.nt_style.nt_plum a {
color: #AC1873; }
.nt_style.nt_plum .nt_product_price {
color: #7f1255; }
.nt_style.nt_pink {
/*&.nt_chart {
th {
background: #FAEAF1;
}
}*/ }
.nt_style.nt_pink .nt_header {
background-color: #CE0E5C; }
.nt_style.nt_pink a {
color: #CE0E5C; }
.nt_style.nt_pink .nt_product_price {
color: #9e0b47; }
.nt_style.nt_orange {
/*&.nt_chart {
th {
background: #fdf0e8;
}
}*/ }
.nt_style.nt_orange .nt_header {
background-color: #D15915; }
.nt_style.nt_orange a {
color: #D15915; }
.nt_style.nt_orange .nt_product_price {
color: #a34510; }
.nt_style.nt_green {
/*&.nt_chart {
th {
background: #dff2d9;
}
}*/ }
.nt_style.nt_green .nt_header {
background-color: #4A9834; }
.nt_style.nt_green a {
color: #4A9834; }
.nt_style.nt_green .nt_product_price {
color: #387227; }
.nt_style.nt_blue {
/*&.nt_chart {
th {
background: #E5F2F3;
}
}*/ }
.nt_style.nt_blue .nt_header {
background-color: #008999; }
.nt_style.nt_blue a {
color: #008999; }
.nt_style.nt_blue .nt_product_price {
color: #005b66; }
.nt_style.nt_dark_blue {
/*&.nt_chart {
th {
background: #E5F2F3;
}
}*/ }
.nt_style.nt_dark_blue .nt_header {
background-color: #5F668A; }
.nt_style.nt_dark_blue a {
color: #5F668A; }
.nt_style.nt_dark_blue .nt_product_price {
color: #4a506c; }
iframe#iframeRegCard { height:518px; width:100%; border:1px solid #666; padding: 0 20px;}

iframe#sagepaydirectpro-iframe-post { height:500px; width:100%; /*border:1px solid #666;*/ border:none; }

div#direct3d-logos { width:351px;margin:0 auto; margin-top:5px; }
div#direct3d-logos img { padding-right:10px; }

div.sagecardh1 h1 { display: inline; }
div.sagecardh1 img { padding-top: 12px; padding-left: 10px; }

select#sagepaytoken_start_yr, select#sagepaytoken_start, select#sagepaytoken_expiration_yr, select#sagepaytoken_expiration { width:125px; }
select#sagepaytoken_start, select#sagepaytoken_expiration { margin-right: 10px; }

form#frmRegCard input.cvv { width:3em !important; }

.sidebar .sagepaysuite-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .sagepaysuite-logo a { float:none; }
