/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height:1.2;
  padding:0;
  margin:0;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  min-width:1024px;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* END NORMALIZE
   ========================================================================== */


/* glyphicons
   ========================================================================== */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* VAT19 - BOOTSTRAP EMBED RESPONSIVE & PANELS
   ========================================================================== */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* VAT19 - MAIN SECTIONS
   ========================================================================== */

body {

  background-color: rgb(235,235,235);
  padding-bottom:1em;

}

h1,h2,h3,h4,h5,h6 {
  color:#ff783e;
}

.bold, .font-weight-bold, .question {
  font-weight:bold;
}

/*.answer {
  padding-left:2em;
}*/

.orange {
  color:#ff783e;
}

.green {
  color:#02c302;
  /*color:73cc00;*/
}

.purple {
  color:#aa66cd;
}

.errorMessage, .red {
  color:#ff4546;
}

.errorMessage {
  font-weight:bold;
}

.errorArea {
  background-color:#ffc8c8;
}

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

.explain {
  font-weight:bold;
  color:#298f01;
}

.caption {
  font-size:80%;
}

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

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.float-group {
  overflow:auto;
}

.small-padding {
  padding:0.5em;
}

/* VAT19 - DEFAULT LINKS
   ========================================================================== */

a {
    color: #2200CC;
}

#side-nav-content a:visited, header a:visited, footer a:visited {
  color:inherit;
}

/* unvisited link */
a:link {
    color: #2200CC;
}

/* mouse over link */
a:hover {
    color: #ff783e;
}

/* selected link */
a:active {
    color: #ccc;
}

.regularPrice {
  font-weight:bold;
  color:#900;
}

.inStock {
  font-weight:bold;
  color:#02c302;
}

.outofStock {
  color: #ff4546;
  font-weight:bold;
}

.discontinued {
  color: #AAAAAA;
  font-weight:bold;
}

img.desaturate{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(includes/images/desaturate.svg#greyscale);
}

#page-content li {
  line-height:1.3;
}

/* VAT19 - BUTTON AND FORM STUFF
   ========================================================================== */

.button, input[type="submit"], button, a.button:link {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  color:white;
  border:none;
  background-color:#ff783e;
  padding:0.75em 1.5em;
  text-decoration: none;
}

.button:hover, input[type="submit"]:hover, button:hover {
   background-color:#c0430e;
}

#page-content input:not([type="submit"]) {
  padding:0.5em 0.25em;
}

.form-control {
  display:inline;
}

.form-group, .checkbox {
  margin:0.5em 0;
}

.inner-addon { 
  position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  pointer-events: none;
  color:white;
  padding-right:15px;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input, .left-addon button { padding-left:  40px; }
.right-addon input, .right-addon button { padding-right: 40px; }

.button.button-add-to-cart, a.button.button-add-to-cart {
  background-color:#02c302;
  padding-left:60px;
  padding-right:60px;
}

.button-add-to-cart, a.button.button-add-to-cart {
  background-color:#02c302;
}

.button.button-add-to-cart:hover {
  background-color:#029302;
}

/* VAT19 - DEFAULT CONTENT
   ========================================================================== */
.content-width {
  margin:0 auto;
  width:1024px;
}

/* VAT19 - HEADER
   ========================================================================== */

header {
  width:1010px;
  margin:0 auto;
}

header {
  background-color: rgb(218,218,218);
  outline:0px solid red;
  position:relative;
  padding:0;
}

#account-sign-in-links {
  width:1024px;
  margin:0 auto;
}

header #logo {
  padding-top:25px;
  position:relative;
}

header a:link {
  text-decoration:none;
  
}

#account-sign-in-links ul {
  list-style-type:none;
  margin:0;
  padding:4px 0;
  text-align:right;
  font-size:80%;
  color:#5d5c59;
}

#account-sign-in-links ul li {
  padding:0 1em;
  display:inline;
}

header #norton {
  position:absolute;
  top:7px;
  right:10px;
  padding:0;
  background-color:#fff;
  margin:0;
  padding:0em 0.5em;
  border-radius:8px;
  width:135px;
  min-height:40px;
}

header #phonenumber {
  position:absolute;
  width:135px;
  right:10px;
  text-align:center;
  top:55px;
  font-size:95%;
  font-weight:normal;
  font-size:105%;
  padding:0em 0.5em;
}

header #contact-banner a:hover {
  color:#ff783e;
  text-decoration:underline;
}

#header-and-navigation {
  background-color: rgb(218,218,218);
  margin:0;
  width:100%;
  padding:0;
}

#header-navigation {
  overflow:auto;
  position:relative;
  height:40px;
}

#header-navigation ul {
  padding:0;
  margin:0;
  position:absolute;
  bottom:0;
}

#header-navigation #shipping-links {
  right:0;
  width:456px;
  background-color:rgb(170,102,204);
}

#header-navigation #main-links {
  left:0;
  width:554px;
  background-color:rgb(255,120,61);
}

#header-navigation ul li {
  list-style-type:none;
}

#header-navigation ul li a {
  display:block;
  color:white;
  text-transform: uppercase;
}

#shipping-links li a:link {

  background-color:rgb(170,102,204);
  padding:9px 20px 0px 20px;
  font-weight:bold;
  font-size:90%;
  min-height:22px;
  text-align:center;
}

#shipping-links li:first-child {
  width:295px;
}

#shipping-links li:first-child a:link {
  padding-right:0px;
  padding-left:40px;
}

#shipping-links li:nth-child(2) {
  width:159px;
}

#header-navigation #shipping-links li {
  border-right:1px solid rgba(0,0,0,0.1);
  float:left;
}

#header-navigation #main-links li {
  border-right:1px solid #d6551d;
  float:left;
}

#flat-rate-shipping-truck {

  position:absolute;
  top:4px;
  left:15px;
  min-height:22px;
}

#header-navigation #main-links li a:link {
  background-color:rgb(255,120,61);
  padding:0.5em 0.8em;
  font-weight:300;
  font-size:115%;
  letter-spacing:0px;
}

#header-navigation #main-links li:last-child, #header-navigation #shipping-links li:last-child {
  border-right:none;
}

#header-navigation #main-links li a:hover {
  background-color:#c0430e;
}

#header-navigation #shipping-links li a:hover {
  background-color:#792e9e;
}

/* HEADER - CART & SEARCH
   ========================================================================== */

#cart-search, #shipping-links-container {
  outline:0px solid red;
}

#cart-search {
  position:absolute;
  right:0;
  bottom:-9px;
  width:390px;
  overflow:visible;

}

#cart-search > div, #cart-search a:link {
  float:left;
}

#mini-cart {
  width:164px; /* padding is 16 wide*/
}

#nav-search {
  width:194px; /* padding is 16 wide*/
}

#mini-cart {
  background-color:#02c302;
  color:white;
  font-weight:bold;
  font-size:95%;
  font-weight:300;
  text-align:center;
  min-height:25px;
}

#mini-cart:hover {
  background-color:#029302;
}

#nav-search {
  background-color:white;
  min-height:25px;
}

#nav-search input {
  border:none;
  display:block;
  width:160px;
  float:left;
  color:#5d5c59;
  height:25px;
  padding:0;
}

#nav-search button {
  float:right;
  color:inherit;
  border:none;
  background-color:white;
  color:#5d5c59;
  padding:0;
}

#nav-search, #mini-cart {
  padding:8px 8px 4px 8px;
}

/* VAT19 - page arrangement
   ========================================================================== */

#main-content, #side-nav-content, #page-content {
  /*outline:1px solid red;*/
}

#main-content {
  width:1024px;
  margin: 0 auto;
  overflow:hidden;
  margin-top:10px;
  padding:0;
}

#side-nav-content {
  width:209px;
  float:left;
  padding-left:15px;
}

#page-content {
  width:770px;
  float:right;
  background-color:#f5f5f5;
  margin:0;
  padding:15px;
}

#homepage-content {
  width:780px;
  float:right;
  background-color:#f5f5f5;
  margin:0;
  padding:10px;
}

#side-nav-extension {
  background-color:white;
  margin-left:5px; /*must match .navBox ul margin-left*/
  border-top-width:2px;
  border-top-style: solid;
  border-top-color: rgba(218,218,218,0.25);
}

#page-content, #side-nav-extension {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

#side-nav-content a.bold.highlight {
  color:#ff783e;
}

/* VAT19 - side nav
   ========================================================================== */

.navBox {
  width:224px;
}

.navBox .header {
  position: relative;
  width: 199px;
  font-size: 100%;
  font-weight: 300;
  text-transform:uppercase;
  padding: 8px 10px 8px 15px;
  margin: 0px 0px 10px -15px;
  color: white;
  background-color: #00c2e1;
}

.navBox .header:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 10px 10px;
  border-style: solid;
  border-color: #00798c #00798c transparent transparent;
}

.navBox ul {
  background-color:white;
  margin:-10px 0px 0 5px;
  list-style-type:none;
  padding:5px 0;
  width:204px;
  border-top:3px solid #d9d9d9;
}

.navBox ul li {
  font-size:100%;
}

.navBox ul li a:link {
  display:block;
  text-decoration: none;
  color:black;
  padding:5px 4px;
}

.navBox ul li a:hover {
  color:#ff783d !important;
  background-color:#fee5da;
}

a.giftCardCategory, a.sneakPeekCategory {
  color:#01c2e1 !important;
  font-weight:bold;
}

#buyGiftCard li a {
  
}

/* VAT19 - SIDE NAV CHRISTMAS SHIPPING DEADLINES
   ========================================================================== */

#christmas-shipping-deadlines-sidenav {
  color:white !important;
  text-align:center;
  background-color:#02c302;
  margin:0 auto 0.5em auto;
  font-size:110%;
  border-radius:12px;
  width:80%;
  display:block;
  font-weight:300;
  text-transform:uppercase;
  text-decoration:none;
  padding:0.5em;
}

#christmas-shipping-deadlines-sidenav:hover {
  background-color:#029302;
} 

.xmascutoff {
  margin:1em 0 0 0;
  font-weight:bold;
}

/* VAT19 - RECENTLY VIEWED
   ========================================================================== */

#recentlyViewed.navBox .header {
  background-color:#02c302;
  font-size:90%;
  padding:4px 10px 4px 15px;
}

#recentlyViewed.navBox .header:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #4b8303 #4b8303 transparent transparent;
}

#recentlyViewed ul li {
  overflow:auto;
}

#recentlyViewed ul li a:link {
  float:left;
  text-decoration:underline;
}

#recentlyViewed ul li a:hover {
  color:#ff783e;
  background-color:initial;
}

#recentlyViewed ul li a:nth-child(1) {
  width:60px;
}

#recentlyViewed ul li a:nth-child(2) p {
  height:60px;
  display:table-cell;
  vertical-align:middle;
  width:120px;
}

/* VAT19 - home page boxes
   ========================================================================== */

.onebyone, .twobytwo, .twobyone, .threebytwo, .onebytwo {
  /*outline:1px solid red;*/
  margin:5px;
  background-color:#DDD;
  display:block;
  position:relative;
  padding:0;
}

.onebyone, .homepagebox {
  width:185px;
  overflow:hidden;
}

.onebyone {
  height:185px;
}

.onebytwo {
  width:185px;
  height:380px;
}

.twobytwo {
  width:380px;
  height:380px;
}

.twobyone {
  width:380px;
  height:185px;
}

.threebytwo {
  width:575px;
  height:380px;
}

.tilehover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  display:inline-block;
  height:100%;
  overflow:hidden;
}

.tilehover, .tilehover > div {
  background-color:rgba(0,0,0,0);
  color:rgba(0,0,0,0);
}

.tiletitle {
  background-color:rgba(115,204,0,0);
  padding:10px;
  font-size:130%;
  font-weight:300;
}

.tiledescription {
  background-color:rgba(0,0,0,0);
  padding:10px;
  font-size:100%;
}

.tileprice, .tilevideo {
  background-color:rgba(0,0,0,0);
  padding:10px;
}

.tilehover:hover {
  background-color:rgba(0,0,0,0.75);
  color:rgba(255,255,255,1);
}

.tilehover:hover > .tiletitle {
  background-color:rgba(2,195,2,0.85);
  color:rgba(255,255,255,1);
}

.tilehover:hover > .tiledescription {
  background-color:rgba(0,0,0,0.85);
  color:rgba(255,255,255,1);
}

.tilehover:hover > .tileprice {
  background-color:rgba(97,93,94,0.85);
  color:rgba(255,255,255,1);
}

.tilehover:hover > .tilevideo {
  background-color:rgba(255,69,70,0.85);
  color:rgba(255,255,255,1);
}

.homepagebox .productData {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  display:inline-block;
  overflow:hidden;
}

.homepagebox:hover .productName, .homepagebox .productData:hover > .productName {
  background-color:rgba(2,195,2,1.0);
}

.homepagebox .productPrice {
  padding:5px 8px;
  background-color:rgba(2,195,2,1.0);
  color:white;
  min-width:40px;
}

.homepagebox .productName {
  background-color:rgba(55,55,55,0.9);
  color:white;
  padding:5px;
  font-weight:300;
}

.play-button {
    height: 30px;
    width: 40px;    
    background-color: rgba(255, 69, 70, 1);
    position:absolute;
    top:0;
    right:0;
}

.play-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 14px;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.newHighlight {
  background-color:#01c2e1;
  color:white;
  position:absolute;
  top:0px;
  left:0px;
  padding:6px 10px;
  text-align:center;
  overflow:hidden;
}

.fade {
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade {
  opacity:0;
}

.fade:hover {
  opacity: 1;
}

/* VAT19 -  ribbons
   ========================================================================== */

.ribbon {

  color:white;
  position:relative;
  padding:0.5em 0;
}

.ribbon-left:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 10px 10px;
  border-style: solid;
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-right-color:inherit;
  border-top-color:inherit;
}

.ribbon-right:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 100%;
  border-width: 10px 10px;
  border-style: solid;
  border-left-color:inherit;
  border-bottom-color:transparent;
  border-right-color:transparent;
  border-top-color:inherit;
}

.ribbon-orange {
  border-color: #d9471a;
  background-color:#ff783e;
}

.ribbon-red {
  border-color: #a60000;
  background-color: #ff4546;
}

.ribbon-yellow {
  border-color: #d49705;
  background-color:#ffd145;
}

.ribbon-blue {
  border-color: #00798c;
  background-color:#00c2e1;
}

.ribbon-purple {
  border-color: #682C87;
  background-color: #aa66cd;
}

/* VAT19 -  FOOTER NEW PRODUCTS
   ========================================================================== */

#new-products {
  width:1024px;
  margin:0 auto;
  padding:0;
}

#new-products .header {
  background-color:#ff783e;
  font-size:115%;
  text-align:center;
  text-transform:uppercase;
  font-weight:300;
}

#new-products-container {
  margin: 0 auto;
  padding:5px 5px;
  width:974px;
  background-color:#dadada;
  overflow:auto;
}

#new-products .newProduct {
  width:230px;
  overflow:hidden;
  float:left;
  margin:6px;
  color:white;
}

#new-products .newProduct .product-image {
  width:220px;
  background-color:white;
  padding:6px 5px 2px 5px;
}

#new-products .newProduct .product-info {
  background-color:#615d5e;
  margin:0;
  font-size:100%;
  height:100px;
}

.new-product-name a {
  color:white;
}

.new-product-name a:hover {
  color:#ff783e;
}

.new-product-text {
  padding:6px 4px;
}

.new-product-tagline {
  font-size:85%;
  font-weight:normal;
  margin-top:0.5em;
}

.new-product-price {
  float:right;
  background-color:#02c302;
  color:white;
  font-weight:300;
  font-size:110%;
  text-align:center;
  padding:10px 14px;
  max-width:100px;
}

/* VAT19 -  FOOTER VIDEO & PRODUCT VIDEO
   ========================================================================== */

#footer-newest-video {
  width:100%;
  margin:1em 0;
  padding:1em 0;
  background-color:#615d5e;
}

.video-box {
  margin:0 auto;
  width:640px;
}

.youtube-video {
  width:600px;
  margin:0 auto;
}

#footer-newest-video .video-box .header {
  color:white;
  padding:6px 0;
  text-align:center;
  font-size:110%;
  font-weight:300;
  position: relative;
  text-transform: uppercase;
}

#product-video {
  text-align:center;
  padding:1em 0;
}

#product-video h1, #trailer-theater-video h1 {
  color:white;
  padding:6px 0;
  text-align:center;
  font-size:110%;
  font-weight:300;
  position: relative;
  margin:0;
}

.video-box .coming-soon {
  font-size:130%;
  color:#373737;
  font-weight:400;
  padding:0 0 0.5em 0;
}

/* VAT19 -  FOOTER EMAIL SIGNUP
   ========================================================================== */
#email-signup-footer-container {
  background-color:#01c2e1;
  color:white;
  margin:1em 0 0 0;
  width:100%;
  padding:0;
}

#email-signup-footer {
  width:1004px;
  margin:0 auto;
  padding:8px 10px;
}

#email-signup-form {
  float:right;
  margin-top:6px;
}

#email-signup-form input[type="text"] {
  border:none;
  color:black;
  padding:0.5em 0.25em;
  margin:0;
  display:block;
  float:left;
}

#email-signup-form input[type="submit"] {
  border:none;
  background-color:#ff4546;
  padding:0.5em 0.5em;
  text-transform: uppercase;
  margin:0;
  display:block;
  float:left;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
}

#email-signup-logo {
  float:left;
}

#email-signup-tagline {
  font-size:130%;
  font-weight:300;
  float:left;
  margin-left:15px;
}

#email-signup-description {
  color:#006bb5;
  font-size:90%;
  margin-top:5px;
  float:left;
  margin-left:25px;
  width:300px;
}

#email-signup-description a {
  color:white;
}

#email-signup-description a:hover {
  color:#ff783e;
}

/* VAT19 -  FOOTER MAIN LINKS & TESTIMONIALS
   ========================================================================== */

#footer-links-testimonials-container {
  background-color:#615d5e;
  padding:1em 0;
}

#footer-links-testimonials {
  margin:0 auto;
  width:1024px;
  padding:0;
  overflow:auto;
}

#footer-links-left-column, #footer-links-right-column {
  width:495px;
  float:left;
  overflow:hidden;
  height:400px;
}

#footer-links-left-column {
  margin-right:34px;
}

#footer-links-promises .header, #footer-secure-checkout .header {
  text-align:center;
  text-transform:uppercase;
}

#footer-links-promises .content, #footer-secure-checkout .content {
  background-color:white;
  width:435px;
  margin:0px 0px 0px 20px;
  padding:5px 10px 9999px 10px;
  text-align:center;
  margin-bottom:-9999px;
  height:80px;
}

#footer-links-box, #footer-testimonials-box {
  width:495px;
  height:300px;
  min-height:300px;
  overflow:hidden;
}

#footer-links-box {
  overflow:hidden;
}

#footer-links-box ul {
  float:left;
  list-style-type:none;
  width:165px;
  margin:0;
  padding:0 0 5px 0;
}

#footer-links-box li:not(.ribbon) a {
  background-color:white;
  display:block;
  padding:8px 4px;
  text-decoration:underline;
  color:#373737;
  font-size:90%;
}

#footer-links-box ul:nth-child(2) li:not(.ribbon) {
  background-color:white;
}

#footer-links-box li a:hover {
  color:#ff783e;
}

#footer-links-box ul:first-child li {
  padding-left:20px;
}

#footer-links-box ul:last-child li {
  padding-right:20px;
}

#footer-links-box ul:nth-child(2) li {
  padding-left:25px;
  width:140px;
}

#footer-links-box ul li a:last-child {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

#footer-testimonials-box .header {
  color:#ff6e00;
  text-align:center;
}

#footer-links-box ul li.ribbon, #footer-testimonials-box .header {
  font-size:100%;
  text-transform:uppercase;
  font-weight:bold;
}

#testimonial {
  margin-top:1em;
}

#testimonials {
  width:435px;
  margin:0 auto;
  padding:5px 10px;
  background-color:white;
  height:100%;
  /*
  padding-bottom:9999px;
  margin-bottom:-9999px;
  */
}

#testimonial-box {
  width:95%;
  margin:0 auto;
}

#testimonial-text {
  padding:10px 40px;
  background-color:#ececec;
  border-radius:20px;
  color:#373737;
  font-size:100%;
}

#testimonial-author {
  font-size:90%;
  text-align:right;
  width:65%;
  margin:0 auto;
  position:relative;
  padding-right:25px;
  padding-top:2px;
}

#testimonial-author:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 0px;
  border-width: 10px 10px;
  border-style: solid;
  border-left-color:#ececec;
  border-bottom-color:transparent;
  border-right-color:transparent;
  border-top-color:#ececec;
}

#moretestimonials {
  width:225px;
  background-color:#ffd145;
  color:#ff6e00;
  font-size:110%;
  text-align:center;
  margin:20px auto 0 auto;
  padding:10px 25px;
  display:block;
  text-decoration:none;
}

#moretestimonials:hover {
  background-color:#c19202;
  color:white;
}

/* VAT19 -  LET'S BE FRIENDS
   ========================================================================== */

.social-box {
  margin:1em auto 0 auto;
  text-align:center;
}

.social-box .lets-be-friends {
  color:#aa66cd;
  font-weight:bold;
  text-transform: uppercase;
  font-size:110%;
}

.social-box a.badge {
  background-image:url('//images.vat19.com/css/social-media-links-2015.gif');
  background-repeat:no-repeat;
  display:inline-block;
  margin:0;
  padding:0;
  width:43px;
  height:43px;
  vertical-align: middle;
}

.youtube-badge {
  background-position:0px 0px;
}

.facebook-badge {
  background-position:-48px 0px;
}

.twitter-badge {
  background-position:-95px 0px;
}

.google-plus-badge {
  background-position:-143px 0px;
}

.instagram-badge {
  background-position:-190px 0px;
}

.pinterest-badge {
  background-position:-237px 0px;
}

.vine-badge {
  background-position:-285px 0px;
}

/* VAT19 -  FOOTER THREE TENETS
   ========================================================================== */
#footer-three-tenets {
  width:100%;
  color:white;
}

#footer-three-tenets-headers, #footer-three-tenets-content {
  overflow:auto;
}

#footer-three-tenets div.header, #footer-three-tenets-content div.text {
  width:260px;
  float:left;
}

#footer-three-tenets-headers, #footer-three-tenets-headers .header {
  background-color:#02c302;
  font-weight:normal;
}

#footer-three-tenets-content {
  background-color:#615d5e;
}

#footer-three-tenets .header, #footer-three-tenets .text {
  padding:5px 40px;
}

#footer-three-tenets .text {
  font-size:90%;
  font-weight:300;
}

/* VAT19 -  COPYRIGHT BAR
   ========================================================================== */

#copyright-bar {
  background-color:#373737;
  text-align:center;
  padding:3px 0;
  width:100%;
}

#copyright-bar a {
  margin:0 1em;
  text-decoration:none;
  color:#ffffff;
  font-size:80%;
}

#copyright-bar a:hover {
  color:#ff783e;
}

/* VAT19 -  DISCLAIMERS
   ========================================================================== */

#disclaimers {
  text-align:center;
  color:#373737;
  font-size:80%;
}

/* VAT19 -  PRODUCT SKETCH
   ========================================================================== */

.productSketch {
  width:245.333px;
  float:left;
  height:510px;
  outline:1px solid #ddd;
  background-color:white;
  margin-top:5px;
  margin-bottom:12px;
  margin-right:16px;
  position:relative;
}

.productSketch:hover {
  outline:1px solid #aaa;
}

.productSketch:nth-child(3n+3) {
  margin-right:0;
}

.productSketch-indent {
  padding:10px;
}

a.productSketch-name-link {
  color:#ff783e;
  text-decoration:none;
  font-size:120%;
  font-weight:600;
  padding-bottom:5px;
  display:block;
  height:47px;
}

a.productSketch-name-link:hover {
  text-decoration:underline;
}

.productSketch-details .image {
  height:264px;
  width:220px;
  margin-right:6px;
  margin-bottom:10px;
}

.productSketch-details .information {
  overflow:hidden;
}

.productSketch .tagline {
  height:58px;
}

.productSketch .information > div {
  margin-bottom:1em;
}

.productSketch .sneak-peek {
  display:inline-block;
  color:white;
  position:absolute;
  top:453px;
  right:3px;
  background-color:#008AE6;
  padding:0.5em 0.75em;
  font-weight:300;
  font-size:90%;
  margin:0;
  width:40px;
  height:40px;
  border-radius:50%;
  text-align:center;
  opacity:0.85;
}

a.watchVideoLink.button {
  margin-bottom:1em;
  background-color:#ff4546;
  font-size:105%;
  color:white;
  text-align:center;
  padding:6px 12px;
  text-decoration:none;
  display:block;
}

a.watchVideoLink:hover {
  background-color:#990000;
}

/* VAT19 -  AWESOME BOXES
   ========================================================================== */
.awesomeBox {
  padding:0.5em 0.5em;
  background-color:white;
  margin:0.5em 0;
  border-bottom:2px solid #dadada;
}

/* VAT19 -  PRODUCT TABLES / ANY TABLE
   ========================================================================== */

table {
  border-collapse:collapse;
}

table td {
  padding:0.5em;
}

.productTable {
  border:1px solid #ddd;
  margin:1em 0;
}

.productTable th {
  background-color:#dadada;
  font-weight:300;
  font-size:110%;
}

.productTable th, .productTable td {
  padding:0.25em 0.5em;
}

.productTable td {
  border:1px solid #ddd;
}

.contactFormTable td {
  padding:0.5em;
}

.label-right {
  /*right justified label for input */
  text-align:right;
}

/* VAT19 -  FAQs
   ========================================================================== */

.faqs {
  padding-bottom:1em;
}

.faqcategory {
  margin-left:2em;
}

.faqs .question {
  margin-bottom:0.5em;
}

.faqs .answer {
  margin:0.75em 0 0.75em 1em;
}

/* VAT19 - ALERTS
   ========================================================================== */

.alert {
  margin:1em 0;
  padding:0.5em;
}

.bg-primary, .bg-info, .bg-warning, .bg-danger, .bg-success {
  padding:1em 0.5em;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #febfc0;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.unsupportedCharacter {
  color:red;
  font-weight:bold;
}

/* VAT19 -  PAGINATION
   ========================================================================== */

.pagination-container {
  overflow:auto;
}

ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 1em 0;
  float:right;
}

.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ff6600;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ff6600;
  border-color: #ff6600;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagingTabsTotals {
  text-align:center;
  margin:.5em 0;
}

/* VAT19 - TESTIMONIALS
   ========================================================================== */

.review {
  margin:1.5em;
}

.review .comment {
  background-color:#dadada;
  color:black;
  border-radius:10px;
  padding:1em 1.75em;
}

.review .author {
  font-size:90%;
  text-align:right;
  width:65%;
  margin:0 auto;
  position:relative;
  padding-right:25px;
  padding-top:3px;
}

.review .author:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 0px;
  border-width: 10px 10px;
  border-style: solid;
  border-left-color:#dadada;
  border-bottom-color:transparent;
  border-right-color:transparent;
  border-top-color:#dadada;
}

/* VAT19 - SUBPRODUCT CHECKBOX FORM
   ========================================================================== */

.subproduct-checkbox-item {
  border-bottom:1px solid #ddd;
}

.subproduct-checkbox-item > div {
  padding:0.5em;
}

/* VAT19 -  PRODUCT PAGE
   ========================================================================== */

#product-overview {
  /*margin-top:0.5em;*/
  margin-top:0;
  padding:0 1em;
  margin-right:20px;
}

.product-name {
  color:white;
  background-color:#ff4546;
  margin: 0;
  padding:0.25em 0.5em;
  font-size:160%;
  font-weight:200;
}

.product-tagline {
  margin:0;
  color:black;
  padding:0.5em 0 0.5em 0.5em;
  font-size:130%;
}

#orderPaneImage, #orderPanePurchaseArea {
  padding:0.5em;
  margin:0;
}

#orderPaneImage {
  width:300px;
}

#orderPanePurchaseArea {
  width:382px;
  text-align:right;
}

#overview h2, #features h2 {
  font-size:130%;
  margin:0 0 1em 0;
}

#product-overview .content {
  margin-left:1em;
}

#features {
  margin-top:1em;
  padding-bottom:1em;
}

#product-box {
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:1.5em 0;
  margin-top:4em;
}

#product-box-price {
  font-size:150%;
  font-weight:bold;
  padding:0;
  display:block;
}

#product-box-stock-status {
  margin:0.5em 0 0em 0;
}

#product-box-stock-status .inStock {
  color: #02c302;
  font-weight:bold;
}

.itemcode {
  color:#aaa;
}

#calculate-shipping-box {
  margin:1em 0 0 0;
}

#calcShippingLink {
  font-size:100%;
  text-decoration:underline;
  color:#02c302;
}

#calcShippingLink:hover {
  color:#ff783e;
}

#purchase-box {
  margin:0;
  padding:0.25em 0 1em 0;
  border-bottom:1px solid #ddd;
}

#purchase-box-instructions {
  width:40%;
  text-align: center;
}

#add-to-wishlist-box a {
  text-transform:uppercase;
  font-size:80%;
  text-decoration:none;
  text-align:right;
  color:#aa66cd;
  margin-top:0.5em;
}

#add-to-wishlist-box a:hover {
  text-decoration:underline;
}

#sneak-peek {
  position:relative;
}

#sneak-peek div {
  position:absolute;
  font-size:116%;
  top:-25px;
  right:0;
  padding:0.5em 1.5em;
  display:inline;
  background-color:#008AE6;
  color:white;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-box-shadow: -3px 3px 20px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow:    -3px 3px 20px 0px rgba(50, 50, 50, 0.33);
  box-shadow:         -3px 3px 20px 0px rgba(50, 50, 50, 0.33);
}

/* VAT19 -  PRODUCT PAGE SUB PRODUCTS
   ========================================================================== */

.subProductRow {
  overflow:auto;
  padding:0.5em 0;
  border-bottom:1px solid #ddd;
}

.subProductRow:first-child {
  border-top:1px solid #ddd;
}

.subProductImage {
  width:50px;
  margin-right:2px;
}

.subProductNamePrice {
  width:30%;
  text-align:left;
}

.subProductStockStatus {
  text-align:center;
  width:25%;
  margin-left:13px;
}

/* VAT19 -  THUMBNAILS
   ========================================================================== */
#thumbnails {
  width:320px;
  margin:0 0 5px 0;
  padding:0;
  font-size:0;
  overflow:auto;
}

#thumbnails img {
  border:1px solid #dddddd;
  margin:4px 4px 0px 0px;
  padding:0;
  display:inline-block;

}

#thumbnails a:nth-child(4) img {
  margin-right:0px;
}


#thumbnails img:hover, #thumbnails .thumbnail-play-button:hover ~ img {
  border:1px solid #0000ee;
}

.thumbnail {
  position:relative;
  float:left;
}

.thumbnail-play-button {
    height: 20px;
    width: 30px;    
    background-color: rgba(255, 69, 70, 0.9);
    border-radius: 3px;
    opacity:1.0;
    position:absolute;
    top:20px;
    left:20px;
}

.thumbnail-play-button:hover {
    background-color: rgba(255, 69, 70, 0.9);
    opacity:1.0;
    cursor:pointer;
}

.thumbnail-play-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 10px;
    margin: 0 auto;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

/* VAT19 -  YOU MAY ALSO LIKE
   ========================================================================== */

#you-may-also-like {
  border:1px solid #ddd;
  margin:0em 0em 1em 3em;
  font-size:90%;
  width:25%;
}

#you-may-also-like h2 {
  background-color:#ff783e;
  color:white;
  padding:0.5em;
  margin:0;
  font-size:100%;
  text-align:center;
}

.youMayAlsoLikeProduct {
  margin:1em 0;
  padding:0.5em 0.75em;
}

/* VAT19 -  BUY BOX
   ========================================================================== */
#buy-box {  
  /*outline:1px solid #02c302;*/
  margin:2em auto;
  padding:1em 0;
  border:3px dotted #02c302;
  width:85%;
  background-color:white;
}

#buy-box h1 {
  font-size:140%;
}

/* VAT19 -  BURNING QUESTIONS BOX
   ========================================================================== */

#burning-questions-box h1 {
  color:#01c2e1;
  font-size:150%;
  text-align:center;
}

#burning-questions-box {
  margin-bottom:1em;
}

.bQBox {
  position:relative;
  padding:0;
  margin-top:1em;
  font-size:100%;
}

.bQAnswerHeader {

  text-align:center;
  color:#000;
  background-color:#d3e8fd;
  border-top:1px solid #c0c0c0;
  padding:0.45em 0;
  font-weight:bold;
  margin-top:1em;
  font-size:93%;
}

#bQSortOptions {
  width:85%;
  margin:0 auto 1em auto;
  margin-top:0.75em;
}

#bQLoadMore {
  text-align:center;
}

#bQLoadMoreButton {
  text-align:center;
  margin:0.5em auto 0 auto;
  /*padding:0.25em 1em;*/
}

#bQLoader {
  /*text-align:center;*/
  /*margin:0 auto 0.5em auto;*/
}

.bQuestionTextContainer, .votingContainer {

  width:80%;
  margin-left:auto;
  margin-right:auto;
  
}

.bQuestion {
  margin-top:0.75em;
  padding:0.75em 0;
}

.bQuestion:nth-child(odd) {
  background-color:#efefef;
}

.bQContainer {
  padding:0 0.5em; 
}

.hasBQs {
  min-height:400px;
  height:600px;
  overflow:scroll;
}

.noBQs {
  min-height: auto;
  height:auto;
  overflow:auto;
}

.questionText {
  font-weight:bold;
  margin-bottom:1em;
}

.votingContainer {
  font-size:85%;
  margin-top:0.5em;
  color:#009900;
}

.bQBox p {

  margin-top:0.75em;
  
}

.bQBox table td {

  padding:0.5em;

}

.bQBox form {
  margin-top:2em;
}

.bQFooter {
  width:600px;
  border:1px solid #ddd;
  background-color:#d3e8fd;
  text-align:center;
  font-size:85%;
  padding:0.5em 0;
  font-weight:bold;
  position:absolute;
  bottom:-25px;
  left:77px;
}

/* VAT19 -  SHAMELESS CROSS PROMOS BOX
   ========================================================================== */

#shameless-cross-promo-box {
  margin:0 auto 1em auto;
  width:770px;
}

#shameless-cross-promo-box h3 {
  font-size:100%;
  text-align:center;
  font-weight:300;
  margin:0;
}

#shameless-cross-promo-box .cross-promos {
  width:730px;
  margin:0 auto;
  background-color:white;
  padding:0.5em 0 0 0;
}

#shameless-cross-promo-box .cross-promo-product {
  width:220px;
  padding-right:0.5em;
}

.cross-promo-product img {
  margin-right:0.25em;
}

.cross-promo-product-text {
  width:45%;
}

/* VAT19 -  COMMA SEPARATED LIST
   ========================================================================== */

ul.comma-separated-list {
  display: inline;
  list-style: none;
  margin-left:0;
  padding-left:0;
}

.comma-separated-list li {
  display: inline;
}

.comma-separated-list li:after {
  content: ", ";
}

.comma-separated-list li:last-child:after {
  content: "";
}

/* VAT19 - ACCOUNT LOGIN BOX
   ========================================================================== */

#accountLoginBox {
  border:1px solid #ff783e;
  background-color:#ffeedd;
  margin-bottom:1em;
}

#accountLoginBox .header {
  background-color:#ff783e;
  color:#ffffff;
  font-weight:300;
  text-align:center;
  padding:0.5em;
}

#accountLoginBox .accountTable {
  width:100%;
  display:table;
}

#accountLoginBox .errorMessage {
  text-align:center;
}

#accountLoginBox .forgotPassword {
  clear:both;
}

#accountLoginBox .emailLabel, #accountLoginBox .passwordLabel {
  text-align:right;
}

#accountLoginBox .emailInput, #accountLoginBox .passwordInput {
  border:1px solid #ff783e;
  padding:0.5em 0.5em;
  font-size:100%;
  text-align:left;
  width:90%;
}

#accountLoginBox .welcomeBack {
  padding:0.5em;
}

/* VAT19 - CHECKOUT PAGES
   ========================================================================== */

#checkout-content {
  width:1024px;
  margin:1em auto;
}

#checkout-page-content {
  padding:1em;
  background-color:white;
  overflow:auto;
}

#checkout-page-left-column {
  width:70%;
  float:left;
}

#checkout-page-right-column {
  width:30%;
  float:left;
}

/* VAT19 - ORDER STEPS
   ========================================================================== */

#order-steps {
  border-bottom:1px dotted #ccc;
  padding:0 0 1em 0;
}

.order-step {
  border-radius:50%;
  height:30px;
  width:30px;
  background-color:#ff783e;
  text-align:center;
  display:inline-block;
  color:white;
  border:3px solid #ff6600;
  line-height:30px;
  margin-left:1em;
}

/* VAT19 - MINI CART
   ========================================================================== */

.miniCheckoutTable {
  border:1px solid #ccc;
  margin:1em 0;
}

.miniCheckoutTable table td {
  padding-top:0.25em;
  padding-bottom:0.25em;
}

/* VAT19 - WHY BUY FROM VAT19 CHECKOUT SAFE/SECURE
   ========================================================================== */

#safesecure {
  font-size:90%;
  width:80%;
  margin-left: auto;
  margin-right:auto;
  margin-top:1em;
  border-radius:15px;
  border:1px solid #fffaca;
  background-color:#fffaca;
}

#safesecure .container {
  padding-left:1.25em;
  padding-right:1.25em;
  padding-top:16px;
  padding-bottom:16px;
  margin:0px;
}

#safesecure .header {
  color:#000000;
  font-weight:bold;
  text-align:center;
  margin-bottom:1em;
  font-size:116%;
}

#safesecure .content {
  margin:0px;
  padding:0px;
}

#safesecure ul {
  margin-left:1em;
  padding-left:0em;
  padding-bottom:0px;
  margin-bottom:0px;
}

#safesecure ul li {
  margin-bottom:1em;
  list-style:disc outside;
}

/* VAT19 - ACCOUNT VIEW ADDRESSES
   ========================================================================== */

.showAddresses {
  clear:both;
}

.address {
  float:left;
  width:47%;
  border:1px solid #ff6600;
  margin:0px 1em 1em 0px;
}

.address .indent, .indent {
  padding:0.5em;
}

.address .name, .type {
  font-weight:bold;
  text-transform:uppercase;
  color:#ff6600;
  background-color:#ffeedd;
  margin:0px;
  padding:0.5em;
}

.address .editdelete, .editdelete {
  text-align:center;
  margin-top:0.5em;
}

.addAddress {
  font-size:10pt;
}

/* VAT19 - ship quote content
   ========================================================================== */

#shipquotecontent {
  padding:0px;
  margin:0px;
}

#shipquotecontent .shipTable {
  width:650px;
  border:1px solid #ff783d;
}

#shipquotecontent .shipTable th {
  background-color:#ff783d;
  color:#ffffff;
  font-weight:bold;
}

.shipTable td, .shipTable th {
  padding:0.25em;
}

#shipquotecontent .shipTable tr:nth-child(odd) td {
  background-color:#EEE;
}

#shipquotecontent .shipTable tr:nth-child(even) td {
  background-color:#FFF;
}

#optionsTbl {
  margin-top:4px;
  width:600px;
}

#optionsTbl td {
  padding:0.25em;
}

#optionsTbl th {
  text-align:left;
}

#optionsTbl th .header {
  text-align:left;
  border-bottom:2px solid #CCC;
}

#subtbl th {
  text-align:left;
}

#shipquotecontent .freeshipping {
  font-weight:bold;
  color:#093;
}

#shipquotecontent em {
  color:#ff783d;
  font-style:normal;
  font-weight:bold;
}

#shipquotecontent .message {
  display:block;
  background-color:#FFC;
  border:1px solid #EEE;
  padding:0.5em;
  color:#000;
  font-size:8pt;
  font-weight:bold;
  text-align:center;
  margin:0px auto 10px auto;
  width:560px;
}

/* SPECIAL ANNOUNCEMENT / HEADER HOLIDAY BANNER
   ========================================================================== */

#special-announcement-banner-container {

  text-align:center;
  margin:1em 0;

}

#special-announcement-banner {
  /*width:1004px;*/
  margin:0 auto;
  padding:0.5em 1em;
  font-size:120%;
  text-align:center;
  font-weight: normal;
  background-color:white;
  display:inline;
  border-bottom:2px solid #CCCCCC;
}

/* VAT19 EMAIL ME WHEN BACK IN STOCK BUTTON
   ========================================================================== */

a.email-me-when-back-in-stock-button {
  text-decoration:none;
  font-weight:normal;
  text-align:center;
  background-color:#ff4546;
  padding:1em 1.5em;
  color:white;
  border-radius:5px;
  display:inline-block;
  margin:0.5em 0;
}

.subProductRow a.email-me-when-back-in-stock-button {
  width:78px;
  padding:3px;
  font-size:90%;
  display:block;
  margin:0;
}

.email-me-when-back-in-stock-button:hover {
  background-color:#990000;
  color:#ffffff;
}

/* VAT19 GREEN BUTTON
   ========================================================================== */

.green-button {
  background-color:#02c302;
}

.green-button:hover {
  background-color:#029302;
}

.green-button.disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #eee;
  border-color: #ddd;
}

/* VAT19 -  PRODUCT PLAY BUTTON
   ========================================================================== */

.product-play-button {
    height: 40px;
    width: 60px;    
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    opacity:0.6;
    position:absolute;
    top:160px;
    left:120px;
}

#productImageContainer:hover > a div.product-play-button, div.product-play-button:hover {
    background-color: rgba(255, 69, 70, 0.9);
    opacity:1.0;
    cursor:pointer;
}

.product-play-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 23px;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

/* VAT19 VIDEO ERRATA
   ========================================================================== */

.video-errata {
  width:95%;
  margin:0 auto;
  background-color:white;
  padding:0.5em 1em;
  margin:1em auto 0 auto;
  border:1px solid #ccc;
}

.video-errata h1 {
  background-color:#dadada;
  color:black !important;
}

.video-errata ul li {
  padding:0;
  color:black;
  text-align:left;
}

/* SAME DAY SHIPPING CUT-OFF BOX      
   ========================================================================== */

#shippingCutOffBox {
  width:90%;
  padding:0;
  border:2px solid #33CCFF;
  background-color:#E5FFF8;
  margin:0 auto;
}

#shippingCutOffBox .header {
  font-weight:bold;
  text-align:center;
  background-color:#CCF2FF;
  padding:3px;
  margin:0;
}

#shippingCutOffBox .when {
  font-weight:bold;
  color:#0031B8;
}

#shippingCutOffBox .indent {
  padding:3px;
}

#shippingCutOffBox .description {
  margin-top:1em;
}

#shippingCutOffBox .cutOffStatus {
  width:70%;
  margin:1em auto 0 auto;
  background-color:#E5F9FF;
  border:1px solid #33CCFF;
  padding:0.25em;
  font-size:108%;
  text-align:center;
}

/* VAT19 - CROSSFADE/SWAP IMAGES
   ========================================================================== */

.vat19-cf {
  position:relative;
  height:400px;
  margin:0 auto;
  max-width:600px;
}

.vat19-cf img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  left:0;
  cursor:pointer;
  position:absolute;
  opacity:1;
  width:auto;
  height:400px;
}

.vat19-cf img.transparent {
  opacity:0;
}

/* micro clearfix
   ========================================================================== */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*
 *  Part of Lightview - The jQuery Lightbox
 *  http://projects.nickstakenburg.com/lightview
 *
 *  IMPORTANT:
 *  When modifying or adding skins it's recommended to do this in a seperate file,
 *  overwriting or building on top of the styling defined here to make updating easier.
 *
 *  Documentation:
 *  http://projects.nickstakenburg.com/lightview/documentation/skins
 *
 */

.lv_window {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  overflow: hidden;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.lv_window, .lv_window [class^="lv_"],
.lv_overlay, .lv_overlay [class^="lv_"],
.lv_thumbnails, .lv_thumbnails [class^="lv_"],
.lv_controls_top, .lv_controls_top [class^="lv_"],
.lv_controls_top_close, .lv_controls_top_close [class^="lv_"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.lv_window,
.lv_controls_top,
.lv_controls_top_close,
.lv_thumbnails,
.lv_thumbnails_top_close {
  z-index: 100000;
}
.lv_skin {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.lv_bubble,
.lv_shadow {
  position: absolute;
}
.lv_bubble * {
 display: inline;
 position: relative;
 float: left;
 z-index: none;
}

.lv_skin * {
  margin: 0;
  padding: 0;
}

.lv_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

/* wrapper for the spinner */
.lv_spinner_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}

/* The the previous/next overlay buttons on top of images */
.lv_inner_previous_next_overlays {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
  background: url('skins/blank.gif');
}
.lv_inner_previous_next_overlays * { padding: 0; margin: 0; }
.lv_inner_previous_next_overlays .lv_button {
  position: relative;
  height: 100%;
  width: 49%;
  background: url('skins/blank.gif');
  zoom: 1;
  cursor: pointer;
}
.lv_button_inner_previous_overlay { float: left; }
.lv_button_inner_next_overlay { float: right; }


.lv_title_caption {
  position:absolute;
  font: 11px/18px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
  color: #eaeaea;
}
.lv_title_caption_slider { position: relative; float:left; overflow-y: hidden;}
.lv_title_caption_slide { position: relative; float: left; top: 0; left: 0; padding: 15px 0 7px 0; }
.lv_title { font-weight: bold; }
.lv_title, .lv_caption {
  float: left;
  clear: both;
}

.lv_update_queue {
  position: absolute;
  top: -15000px;
  left: -15000px;
  width: 5000px;
  height: 5000px;
  visibility: hidden;
}
.lv_update_queue .lv_window,
.lv_update_queue .lv_content {
  position: relative;
  overflow: visible;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}
.lv_content .lv_content_wrapper {
  float: left;
  clear: both;
  position: relative;  
}
.lv_update_queue .lv_content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.lv_content_wrapper canvas {
  float: left;
  zoom: 1;
}

.lv_content {
  position: absolute;
  padding: 0;
  margin: 0;
  overflow: auto; /* scrollbars */
  text-align: left;
  background: url('skins/blank.gif'); /* Chrome 18+ opacity bug */
}

.lv_measure_element {
  position: relative;
  float: left;
  clear: both;
}
.lv_content_canvas,
.lv_content_image,
.lv_content_flash,
.lv_content_object,
.lv_content_iframe,
.lv_content_html {
  float: left;
  border: 0;
  clear: both;
  padding: 0;
  margin: 0;
  background: none;
}


.lv_blank_background, /* IE  */
.lv_content /* Chrome 18+ */
 { background-image: url('skins/blank.gif'); }

/* The buttons on the side when you view a gallery */
.lv_side_buttons_underneath {
  position: absolute;
  top: 50%;
  left: 50%;
  clear: both;
  width: 100%;
  padding: 0;
  height: 67px;
  margin-top: -34px;
}
.lv_side_buttons_underneath * { padding: 0; margin: 0; }

.lv_side_buttons_underneath .lv_side_left { float: left; }
.lv_side_buttons_underneath .lv_side_right { float: right; }

.lv_side,
.lv_side_button {
  height: 37px;
  width: 41px;
  position: absolute;
}
.lv_side {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  cursor: pointer;
}

.lv_side_left { margin-left: -41px; }
.lv_side_right { margin-right: -41px; }
.lv_side_button {
  height: 31px;
  width: 41px;
  cursor: pointer;
}
.lv_side_button_previous {
  margin-left: 0px;
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -33px;
}
.lv_side_button_previous:hover,
.lv_side_left .lv_side_button_out { background-position: 0px -64px; }
.lv_side_button_next {
  margin-left: 0px;
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: -41px -33px;
}
.lv_side_button_next:hover,
.lv_side_right .lv_side_button_out { background-position: -41px -64px; }
.lv_side_buttons_underneath .lv_side_button_out { margin-left: 0; }

/* disabled states */
.lv_side_buttons_underneath .lv_side_left_disabled .lv_side_button,
.lv_side_buttons_underneath .lv_side_left_disabled:hover .lv_side_button { background-position: 0px -95px; }

.lv_button_top_close {
  width: 33px;
  height: 33px;
  position: absolute;
  cursor: pointer;
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  /* the spacing option set on the relative controls is taken into account when positioning */
  top: 17px;
  /* left or right is set on the css of the skin */
}
.lv_button_top_close:hover {
  background-position: -33px 0px;
}



/*
 * Top Controls
 */
.lv_controls_top {
  position: fixed;
  top: 0;
  left: 50%;
  width: 126px;
  margin-left: -63px;
  height: 63px;
  overflow: hidden;
}
.lv_controls_top_with_slideshow {
  width: 147px;
  margin-left: -74px;
}

.lv_controls_top .lv_top_middle {
  width: 100%;
  height: 33px;
  margin-top: 15px;
  float: left;
  position: relative;
}

.lv_controls_top .lv_top_button {
  height: 100%;
  float: left;
  position: relative;
}
.lv_controls_top .lv_icon {
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
  cursor: pointer;
  font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
  color: #d4d4d4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.lv_controls_top .lv_icon_disabled {
  cursor: default;
  color: #2e2e2e;
  text-shadow: none;
}

.lv_top_previous { width: 63px; }
.lv_top_previous .lv_icon { background-position: 0px -96px; }
.lv_top_previous:hover .lv_icon { background-position: 0px -129px; }
.lv_top_previous .lv_icon_disabled,
.lv_top_previous:hover .lv_icon_disabled { background-position: 0px -162px; }

.lv_top_slideshow { width: 21px; display: none; position: relative; }
.lv_controls_top_with_slideshow .lv_top_slideshow { display: block; }
.lv_top_slideshow .lv_icon { background-position: -63px -96px; }
.lv_top_slideshow:hover .lv_icon { background-position: -63px -129px; }
.lv_top_slideshow .lv_icon_disabled,
.lv_top_slideshow:hover .lv_icon_disabled { background-position: -63px -162px; }

.lv_top_slideshow_playing .lv_icon { background-position: -148px -96px; }
.lv_top_slideshow_playing:hover .lv_icon { background-position: -148px -129px; }


.lv_top_next { width: 62px; }
.lv_top_next .lv_icon { background-position: -84px -96px; }
.lv_top_next:hover .lv_icon { background-position: -84px -129px; }
.lv_top_next .lv_icon_disabled,
.lv_top_next:hover .lv_icon_disabled { background-position: -84px -162px; }

.lv_icon span { margin-top: 5px; width: 30px; text-align: center; line-height: 23px; }
.lv_top_previous span { float: right; margin-right: 7px; }
.lv_top_next span { float: left; margin-left: 6px; }


.lv_controls_top_close {
  height: 33px;
  width: 33px; /* 46 */
  position: fixed;
  top: 0;
  right: 0;
  padding: 13px;
}
.lv_controls_top_close_button {
  height: 33px;
  width: 33px;
  float: left;
  position: relative;
  background-image: url("skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: -166px -21px;
  cursor: pointer;
}
.lv_controls_top_close_button:hover {
  background-position: -166px -54px;
}


/*
 * Relative Controls / Slider
 */
.lv_controls_relative {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  height: 50px;
  overflow: hidden;
  background: url('skins/blank.gif');
}
.lv_slider {
  font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
  font-size: 9px;
  height: 21px;
  line-height: 21px;
  padding: 15px 0 14px 0;
  position: relative;
  overflow: hidden;
}
.lv_slider .lv_slider_numbers {
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  margin: 0 2px;
}
.lv_slider .lv_slider_slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
}

.lv_slider_number,
.lv_slider_number_empty { 
  float: left;
  position: relative;
  height: 21px;
  width: 28px;
  line-height: 21px;
  overflow: hidden;
  color: #d4d4d4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: #4a4a4a;
  text-align: center;
  padding: 0;
  margin: 0;
  zoom: 1;
  text-transform: none;
  text-decoration: none;
  border: none;
  background-repeat: no-repeat;
  background: url('skins/light/sprite.png');
  background-position: -67px 0px;
  cursor: pointer;
}

.lv_slider_number_empty { background-position: -151px 0px; cursor: default; }
.lv_slider_number_last { margin-right: 0; }

.lv_slider_number:hover {
  background-position: -95px 0px;
  
}
.lv_slider_numbers .lv_slider_number_active,
.lv_slider_numbers .lv_slider_number_active:hover {
  background-position: -123px 0px;
  color: #808080;
  cursor: default;
}

.lv_slider .lv_slider_icon,
.lv_slider .lv_icon {
  height: 21px;
  width: 21px;
}
.lv_slider .lv_slider_icon {
  zoom: 1;
  padding: 0 2px; /* IE6 needs padding instead of margin */
  display: inline;
  position: relative;
  cursor: pointer;
  float: left;
}
.lv_slider .lv_icon {
  background: url('skins/light/sprite.png');
  background-repeat: no-repeat;
  /* IE6 */
  position: absolute; 
  top: 0;
  left: 2px;
  display: block;
}

.lv_slider_previous .lv_icon { background-position: -82px -21px; }
.lv_slider_previous .lv_icon:hover { background-position: -82px -42px; }
.lv_slider_previous_disabled .lv_icon,
.lv_slider_previous_disabled .lv_icon:hover { background-position: -82px -63px; cursor: default; }

.lv_slider_next .lv_icon { background-position: -103px -21px; }
.lv_slider_next .lv_icon:hover { background-position: -103px -42px; }
.lv_slider_next_disabled .lv_icon,
.lv_slider_next_disabled .lv_icon:hover { background-position: -103px -63px; cursor: default; }

.lv_slider_slideshow { position: relative; top : 0; left: 0; display: inline; }
.lv_slider_slideshow .lv_icon { background-position: -125px -21px;}
.lv_slider_slideshow .lv_icon:hover { background-position: -125px -42px; }
.lv_slider_slideshow_playing .lv_icon { background-position: -146px -21px; }
.lv_slider_slideshow_playing .lv_icon:hover { background-position: -146px -42px; }
.lv_slider_slideshow_disabled .lv_icon,
.lv_slider_slideshow_disabled .lv_icon:hover { background-position: -125px -63px; cursor: default; }


/* thumbnails */
.lv_thumbnails {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 15px 0 25px 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.lv_thumbnails_slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.lv_thumbnails_slide {
  position: absolute;
  top: 0;
  left: 0;
}

.lv_thumbnail {
  width: 92px;
  height: 92px;
  float: left;
  position: relative;
  display: inline; 
  overflow: hidden; /* IE6 */
}
.lv_thumbnail_image {
  position: relative;
  background: red;
  background: #161616;
  width: 80px;
  height: 80px;
  margin: 6px;
  float: left;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);
  cursor: pointer;
  overflow: hidden;
  display: inline; /* IE6 */
  z-index: 0; /* IE8 */
  
}
.lv_thumbnail_image img { position: absolute; }
.lv_thumbnail_active .lv_thumbnail_image {
  filter: alpha(opacity=35);
  opacity: .35;
  display: inline;
}

.lv_thumbnail_icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background-position: 99px 99px;
  background-repeat: no-repeat;
  display: block !important;
  display: none; /* IE6 */
}

.lv_thumbnail_image_spinner_overlay {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background: #161616;
}

.lv_thumbnail_icon_video { background-position: 0px -196px; }
.lv_thumbnail:hover .lv_thumbnail_icon_video { background-position: -36px -196px; }
.lv_thumbnail_active:hover .lv_thumbnail_icon_video { background-position: 0px -196px; }

/* 
 * Skins
 */
/* normalization for all skins */
.lv_content { text-align: left; }

/*.lv_content,
.lv_content h1,
.lv_content h2,
.lv_content h3,
.lv_content h4,
.lv_content h5,
.lv_content h6 { color: #333; }*/

/*
.lv_content a,
.lv_content a:hover {
  color: #0088cc;
  font-weight: normal;
  background: none;
  border: 0;
  text-decoration: none;
}
.lv_content a:hover { text-decoration: underline; }*/

.lv_title_caption a,
.lv_title_caption a:hover {
  color: #b4b4b4;
  font-weight: normal;
  background: none;
  border: 0;
  text-decoration: none;
}
.lv_title_caption a:hover { text-decoration: underline; }

/* 
 * skin: 'light'
 */
/* title/caption */
.lv_window_light .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); }

/* close button */
.lv_window_light .lv_button_top_close {
  top: 17px;
  left: 55px;
}

/* sprite */
.lv_window_light .lv_side_button_previous,
.lv_window_light .lv_side_button_next,
.lv_window_light .lv_button_top_close,
.lv_window_light .lv_controls_top_close_button,
.lv_window_light .lv_slider .lv_icon,
.lv_window_light .lv_slider_number,
.lv_window_light .lv_slider_number_empty,
.lv_window_light .lv_controls_top_close_button,
.lv_controls_top_skin_light .lv_icon,
.lv_controls_top_close_skin_light .lv_controls_top_close_button,
.lv_thumbnails_skin_light .lv_thumbnail_icon {
  background-image: url('skins/light/sprite.png') !important;  
  background-image: url('skins/light/sprite_ie_lt_7.png'); /* IE < 7 */
}


/*
 * skin: 'dark'
 */
/* normalization */
/*.lv_content_dark,
.lv_content_dark h1,
.lv_content_dark h2,
.lv_content_dark h3,
.lv_content_dark h4,
.lv_content_dark h5,
.lv_content_dark h6 {
  color: #f3f3f3;
}

.lv_content_dark a,
.lv_content_dark a:hover {
  color: #b4b4b4;
}*/

/* sprite */
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_previous,
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_next,
.lv_window_dark .lv_button_top_close,
.lv_window_dark .lv_controls_top_close_button,
.lv_window_dark .lv_slider .lv_icon,
.lv_window_dark .lv_slider .lv_slider_number,
.lv_window_dark .lv_slider .lv_slider_number_empty,
.lv_window_dark .lv_controls_top_close_button,
.lv_controls_top_skin_dark .lv_icon,
.lv_controls_top_close_skin_dark .lv_controls_top_close_button,
.lv_thumbnails_skin_dark .lv_thumbnail_icon {
  background-image: url('skins/dark/sprite.png') !important;
  background-image: url('skins/dark/sprite_ie_lt_7.png'); /* IE < 7 */
}

/* close button */
.lv_window_dark .lv_button_top_close {
  top: 18px;
  left: 53px;
}

/* controls: 'relative' */
.lv_window_dark .lv_slider_number { color: #acacac; }
.lv_window_dark .lv_slider_number:hover { color: #e3e3e3; }
.lv_window_dark .lv_slider_number_active,
.lv_window_dark .lv_slider_number_active:hover { color: #5d5d5d;}

/* controls: 'top' */
.lv_controls_top_skin_dark .lv_icon { color: #a6a6a6; }
.lv_controls_top_skin_dark .lv_icon:hover { color: #e0e0e0; }
.lv_controls_top_skin_dark .lv_icon_disabled,
.lv_controls_top_skin_dark .lv_icon_disabled:hover { color: #575757; }


/* 
 * skin: 'mac'
 */
/* title/caption */
.lv_window_mac .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); }

/* sprite */
.lv_window_mac .lv_side_button_previous,
.lv_window_mac .lv_side_button_next,
.lv_window_mac .lv_button_top_close,
.lv_window_mac .lv_controls_top_close_button,
.lv_window_mac .lv_slider .lv_icon,
.lv_window_mac .lv_slider_number,
.lv_window_mac .lv_slider_number_empty,
.lv_window_mac .lv_controls_top_close_button,
.lv_controls_top_skin_mac .lv_icon,
.lv_controls_top_close_skin_mac .lv_controls_top_close_button,
.lv_thumbnails_skin_mac .lv_thumbnail_icon {
  background-image: url('skins/mac/sprite.png') !important;
  background-image: url('skins/mac/sprite_ie_lt_7.png'); /* IE < 7 */
}

/* close button */
.lv_window_mac .lv_button_top_close {
  top: 39px;
  left: 39px;
}

/* controls: 'relative' */
.lv_window_mac .lv_slider_number { color: #acacac; }
.lv_window_mac .lv_slider_number:hover { color: #e1e1e1; }
.lv_window_mac .lv_slider_number_active,
.lv_window_mac .lv_slider_number_active:hover { color: #5d5d5d; }

/* controls: 'top' */
.lv_controls_top_skin_mac .lv_icon { color: #a6a6a6; }
.lv_controls_top_skin_mac .lv_icon:hover { color: #e0e0e0; }
.lv_controls_top_skin_mac .lv_icon_disabled,
.lv_controls_top_skin_mac .lv_icon_disabled:hover { color: #575757; }

