/*! normalize.css v3.0.0 | 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 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* 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"],
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;
}
/*
type scale: 1.200 -- Minor Third
base font size: 13px;
line height: 1.5
*/
@font-face {
  font-family: 'FS Truman Web';
  src: url('/include/fonts/FS_Truman/fs_truman_web-regular.eot');
  src: url('/include/fonts/FS_Truman/fs_truman_web-regular.eot?') format('embedded-opentype'), url('/include/fonts/FS_Truman/fs_truman_web-regular.woff') format('woff'), url('/include/fonts/FS_Truman/fs_truman_web-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FS Truman Web';
  src: url('/include/fonts/FS_Truman/fs_truman_web-bold.eot');
  src: url('/include/fonts/FS_Truman/fs_truman_web-bold.eot?') format('embedded-opentype'), url('/include/fonts/FS_Truman/fs_truman_web-bold.woff') format('woff'), url('/include/fonts/FS_Truman/fs_truman_web-bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  color: #4d4d4d;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  margin: 0 auto;
  /* make chrome repaint text */
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}
hr {
  border: none;
  height: 1px;
  background-color: #c1c1c1;
}
/* make chrome repaint text */
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
div#alacrastore {
  margin: 0 auto;
  width: 1000px;
}
a:link,
input.link,
button.link {
  text-decoration: none;
  color: #b5121a;
}
input.link,
button.link,
.link {
  background: none;
  border: none;
  padding: 0;
}
a:hover,
input.link:hover,
button.link:hover,
.link:hover,
.link.hover {
  text-decoration: underline;
  color: #cc141d;
}
a:visited {
  text-decoration: none;
  color: #b5121a;
}
a.nontext {
  text-decoration: none;
}
a.nohover:hover,
a.nohover:active {
  color: #4d4d4d;
}
.div-as-link-hook {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* edit: added z-index */
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
       make sure you have an empty gif */
}
img {
  border: 0;
}
.button,
a.button {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.35em 1em;
  margin: 0px 3px;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  *color: #444;
  /* IE 6 & 7 */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: 1px solid rgba(153, 153, 153, 0.3);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 3px;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64646400', endColorstr='#96969600',GradientType=0); */
  background-image: -webkit-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: -moz-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: -o-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
}
.button-hover,
.button:hover,
.button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.button:focus {
  outline: 0;
}
.button-active,
.button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.button-action {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.35em 1em;
  margin: 0px 3px;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  *color: #444;
  /* IE 6 & 7 */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: 1px solid rgba(153, 153, 153, 0.3);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 3px;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64646400', endColorstr='#96969600',GradientType=0); */
  background-image: -webkit-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: -moz-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: -o-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #3f75aa;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
}
.button-action:hover,
.button-action:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  box-shadow: 0px 1px 1px #ccc;
}
.button-success,
a.button-success {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.35em 1em;
  margin: 0px 3px;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  *color: #444;
  /* IE 6 & 7 */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: 1px solid rgba(153, 153, 153, 0.3);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 3px;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64646400', endColorstr='#96969600',GradientType=0); */
  background-image: -webkit-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: -moz-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: -o-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #3f75aa;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  background: #3c9c52;
}
.button-success:hover,
a.button-success:hover,
.button-success:focus,
a.button-success:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  box-shadow: 0px 1px 1px #ccc;
}
.button-danger,
a.button-danger {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.35em 1em;
  margin: 0px 3px;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  *color: #444;
  /* IE 6 & 7 */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: 1px solid rgba(153, 153, 153, 0.3);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 3px;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64646400', endColorstr='#96969600',GradientType=0); */
  background-image: -webkit-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: -moz-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: -o-linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  background-image: linear-gradient(transparent, rgba(100, 100, 100, 0.01) 40%, rgba(100, 100, 100, 0.05));
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #3f75aa;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
  background: #b5121a;
}
.button-danger:hover,
a.button-danger:hover,
.button-danger:focus,
a.button-danger:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  box-shadow: 0px 1px 1px #ccc;
}
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.no-left-right-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.small {
  font-size: 60%;
  line-height: inherit;
}
.medium {
  font-size: 80%;
  line-height: inherit;
}
.oblique {
  font-style: oblique;
}
.small-description {
  font-style: oblique;
  font-size: 60%;
  line-height: inherit;
}
.medium-description {
  font-style: oblique;
  font-size: 80%;
  line-height: inherit;
}
.no-stretch {
  width: 1%;
  white-space: nowrap;
}
::-webkit-input-placeholder {
  color: #a0a0a0;
}
:-moz-placeholder {
  color: #a0a0a0;
}
/* firefox 18- */
::-moz-placeholder {
  color: #a0a0a0;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #a0a0a0;
}
/* ie */
th {
  text-align: left;
}
th,
td {
  padding-left: 5px;
  padding-right: 5px;
}
th:first-child,
td:first-child {
  padding-left: 10px;
}
th:last-child,
td:last-child {
  padding-right: 10px;
}
.truman-web-bold {
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: bold;
}
.truman-web {
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: normal;
}
ul.no-bullet {
  padding-left: 0px;
  list-style-type: none;
}
p,
span,
li {
  font-size: 1em;
  line-height: 19.5px;
}
p {
  margin: 0 0 19.5px 0;
}
.bold {
  font-weight: bold;
}
.h1-style,
.h1-style-reg,
h1 {
  font-size: 26.9568px;
  margin-top: 6.5px;
  margin-bottom: 13px;
  line-height: 39px;
}
.h2-style,
.h2-style-reg,
h2 {
  font-size: 22.464px;
  margin-top: 6.5px;
  margin-bottom: 13px;
  line-height: 39px;
}
.h3-style,
.h3-style-reg,
h3 {
  font-size: 18.72px;
  margin-top: 6.5px;
  margin-bottom: 13px;
  line-height: 39px;
}
.h4-style,
.h4-style-reg,
h4 {
  font-size: 15.6px;
  margin-top: 6.5px;
  margin-bottom: 13px;
  line-height: 39px;
}
h1,
.h1-style {
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: bold;
}
h2,
.h2-style,
h3,
.h3-style,
h4,
.h4-style {
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: normal;
}
.light-bg {
  background-color: #e1e1e1;
}
.dark-bg {
  background-color: #b1b1b1;
}
div#header {
  position: relative;
}
form#HomeForm {
  display: inline;
  float: left;
}
form#HomeForm input#keyword {
  float: left;
  margin-left: 15px;
  height: 35px;
  border: 1px solid #cccccc;
  color: #bac1cf;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  background-color: white;
}
div#logo {
  float: left;
  width: 283px;
}
div#logoondj {
  float: left;
}
img#logoimage {
  border: 0;
  color: white;
}
div#searchbar {
  float: right;
  padding-top: 30px;
  position: relative;
  left: 0px;
  top: 0px;
}
ul#searchbarbullets {
  list-style-type: none;
  float: right;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 10px;
  color: #4d4d4d;
}
ul#searchbarbullets li {
  display: inline;
  margin: 0 0 0 12px;
  zoom: 1;
}
ul#searchbarbullets li a {
  opacity: 0.35;
}
ul#searchbarbullets li a:hover {
  opacity: 1.0;
}
ul#usernavigation li {
  display: inline;
  list-style-type: none;
  height: 10px;
}
ul#usernavigation li img {
  display: inline-block;
  vertical-align: middle;
}
#primarynavigation {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 6px;
  width: 1001px;
  white-space: nowrap;
  float: left;
}
#primarynavigation td {
  background-color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 26px;
  padding-right: 27px;
  border-right: 1px solid #484848;
  border-left: 1px solid #979797;
  zoom: 1;
  /* fix hasLayout issue ie7 */
}
ul#inline_menu_pipesep {
  padding: 10;
  margin: 10;
  white-space: nowrap;
}
ul#inline_menu_pipesep li {
  display: inline;
  list-style-type: none;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 13px;
  border-right: 1px solid #484848;
  zoom: 1;
  /* fix hasLayout issue ie7 */
}
#primarynavigation td.navbuttonselected {
  background: #CA1E26;
  /* IE10 */
  background: -ms-linear-gradient(top, #ca1e26 0%, #94060d 100%);
  /* Mozilla Firefox */
  background: -moz-linear-gradient(top, #ca1e26 0%, #94060d 100%);
  /* Opera */
  background: -o-linear-gradient(top, #ca1e26 0%, #94060d 100%);
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca1e26), color-stop(1, #94060d));
  /* Webkit (Chrome 11+) */
  background: -webkit-linear-gradient(top, #ca1e26 0%, #94060d 100%);
  /* Proposed W3C Markup */
  background: linear-gradient(top, #ca1e26 0%, #94060d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ca1e26, endColorstr=#94060d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ca1e26', EndColorStr='#94060d')";
  zoom: 1;
}
#primarynavigation td a {
  text-decoration: none;
  color: white;
}
ul#usernavigation {
  right: 0;
  margin: 0;
  position: absolute;
  z-index: 150;
}
ul#usernavigation li a:link {
  color: #5b5a5a;
  font-weight: bold;
}
ul#usernavigation li a:hover {
  color: #5b5a5a;
  font-weight: bold;
}
ul#usernavigation li a:visited {
  color: #5b5a5a;
  font-weight: bold;
}
/* alacrastore container */
div#breadcrumbs {
  padding-bottom: 5px;
  border-bottom: 2px solid #b5121a;
}
div#breadcrumbs a:link {
  text-decoration: none;
  color: #4d4d4d;
  font-weight: bold;
}
div#breadcrumbs a:hover {
  text-decoration: none;
  color: #4d4d4d;
  font-weight: bold;
}
div#breadcrumbs a:visited {
  text-decoration: none;
  color: #4d4d4d;
  font-weight: bold;
}
div#maincolumnwrap {
  width: 780px;
  padding-top: 15px;
}
div#sidecolumn {
  float: left;
  width: 220px;
}
div.sectionouterbox {
  float: left;
}
div.sectioncenterbox {
  float: right;
  background-color: white;
  min-height: 33px;
}
div.sectioncenterbody {
  padding-left: 15px;
}
div.sectionleftbox {
  float: left;
}
div.sectiontitlebox {
  background-color: #e1e1e1;
  border-bottom: 1px solid #b1b1b1;
  float: left;
}
.citations td {
  padding-left: 0px;
  padding-right: 0px;
}
.sectiontitletxt {
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  float: left;
  margin: 0px;
}
td.sectiontitletail {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  width: 185px;
  border-right: 1px solid #b1b1b1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.sectiontitletail {
  height: 100%;
  float: left;
}
div.panelbox {
  border: 1px solid #b1b1b1;
  background-color: #e1e1e1;
  zoom: 1;
  /* fix hasLayout issue ie7 */
  margin-bottom: 15px;
}
div.paneltitlebox {
  /* height:38px; */
  background-color: #e1e1e1;
  border-bottom: 1px solid #b1b1b1;
}
.paneltitletxt {
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: normal;
  /* .h4-style; */
  text-align: center;
  padding: 8px 10px;
}
.resultstitletxt {
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: normal;
}
div.panelbody {
  background-color: white;
}
div.panelbodytxt {
  padding: 10px 15px;
  text-align: left;
}
div.removepanelbodymargin {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}
div.panelbodycentertxt {
  padding: 0px;
  font-weight: normal;
}
.paneltxtnoimage {
  text-align: left;
}
div.panelcalltoactionbox {
  background-color: #e1e1e1;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  font-weight: bold;
}
input#kwicKeywords {
  border: 1px solid #ccc;
  height: 24px;
  color: #686868;
}
span#nextarrowimg {
  background-repeat: no-repeat;
  background-image: url('/alacrastore/images/sprited/nextarrow.gif');
  background-position: 0 0;
  width: 7px;
  height: 8px;
  display: inline-block;
}
span#prevarrowimg {
  background-repeat: no-repeat;
  background-image: url('/alacrastore/images/sprited/prevarrow.gif');
  background-position: 0 0;
  width: 7px;
  height: 8px;
  display: inline-block;
}
div#idtocprice {
  font-weight: bold;
  font-size: 24px;
}
div#landing_kwic_search_input {
  padding-top: 20px;
}
img#sampledocimage {
  border: 0;
}
div.documentcitation {
  border: 1px solid #4d4d4d;
  background-color: #fef6f6;
  padding-left: 0px;
  margin-left: 15px;
  padding-right: 0px;
  margin-right: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 553px;
}
div.innercitation {
  padding: 10px 10px 10px 30px;
  text-indent: -20px;
}
.hspacer {
  width: 2px;
  float: left;
  background-color: white;
  height: 200px;
}
.hline {
  background-color: #e1e1e1;
}
div#footer {
  text-align: center;
  padding-bottom: 30px;
  clear: both;
}
div#securebranding {
  padding-top: 20px;
}
div#copyright {
  text-align: center;
  height: 100px;
  display: inline;
}
div#genrepg_initial {
  width: 1000px;
  margin-right: -220px;
  float: left;
}
div#genrepg_pulseresults {
  float: right;
  width: 220px;
  padding-top: 30px;
}
div#genrepg_searchresults {
  position: relative;
  float: left;
  width: 100%;
}
/*
REVIEW (karl): todo - eventually we should be able to get rid of all 'srTable' styles
*/
table.srTable {
  /* background-color: @darkgrey; */
  border-spacing: 1px;
}
table.srTable tr {
  border: 1px solid #b1b1b1;
}
table.srTable th {
  background-color: white;
}
table.srTable tr.srRowOdd {
  background-color: #e1e1e1;
  text-align: left;
  vertical-align: middle;
}
table.srTable tr.srRowEven {
  background-color: white;
  text-align: left;
  vertical-align: middle;
}
/* table.srTable td { */
/*  padding-left:5px; */
/* } */
table.srTable td {
  padding-top: 10px;
  padding-bottom: 10px;
}
table.srTable td.srPubLogo {
  background-color: white;
  padding-left: 15px;
  padding-right: 11px;
  width: 1%;
  height: 30px;
}
table.srTable td.srPubDate {
  white-space: nowrap;
}
div#treearea td {
  font-size: 9pt;
  white-space: normal;
}
table.resultsbodytbl {
  border-collapse: collapse;
  width: 100%;
}
div.resultsbox {
  border: 1px solid #e1e1e1;
  background-color: #f6f6f6;
  zoom: 1;
}
div.resultstitlebox {
  background-color: white;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
}
td.resultspaginationcell1 {
  padding-left: 9px;
  padding-right: 9x;
  padding-top: 2px;
  padding-bottom: 2px;
}
td.resultspaginationcell1 a {
  padding-right: 3px;
}
td.a1 {
  background-color: inherit;
  padding: 10px;
  border: 1px solid #ececec;
  height: 100%;
  width: 100px;
  text-align: left;
  background-color: white;
  text-align: center;
  vertical-align: middle;
}
td.b2 {
  background-color: inherit;
  padding: 10px;
  border: 1px solid #ececec;
  height: 100%;
  width: 550px;
  text-align: left;
}
td.c3 {
  background-color: inherit;
  padding: 10px;
  border: 1px solid #ececec;
  height: 100%;
  width: 80px;
  text-align: left;
}
td.nobottomborder {
  border-bottom: none;
}
tr.resultsbodyrow {
  height: 30px;
}
tr.whitebg {
  background-color: white;
}
td.resultskwiccol1 {
  border-left: 1px solid #b1b1b1;
  background-color: white;
}
td.resultskwiccol2 {
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
}
tr.resultskwicrow td {
  padding-right: 10px;
  padding-left: 10px;
}
td.sr_pub_logo1 {
  background-color: white;
  width: 10%;
  padding: 10px;
  border: 1px solid #b1b1b1;
  height: 100%;
  text-align: center;
}
td.sr_title2,
td.sr_comp1 {
  background-color: inherit;
  width: 60%;
  padding: 5px;
  border: 1px solid #b1b1b1;
  height: 100%;
  text-align: left;
}
td.sr_date3 {
  background-color: inherit;
  width: 14%;
  padding: 10px;
  border: 1px solid #b1b1b1;
  height: 100%;
  white-space: nowrap;
}
td.country {
  background-color: inherit;
  width: 20%;
  padding: 5px;
  border: 1px solid #b1b1b1;
  height: 100%;
  text-align: center;
}
td.mktcap {
  background-color: inherit;
  width: 20%;
  padding: 5px;
  border: 1px solid #b1b1b1;
  height: 100%;
  text-align: center;
}
#autocomplete_resultscontainer {
  position: absolute;
  z-index: 9050;
}
#autocomplete_resultscontainer div#ysearchresult {
  padding-bottom: 4px;
}
#autocomplete_resultscontainer .yui-ac-hd {
  border-bottom: 1px dotted #336699;
  cursor: default;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-bottom: 2px;
  padding: 0 5px 5px;
  white-space: nowrap;
}
#autocomplete_resultscontainer .yui-ac-bd {
  margin: 0;
  padding: 0;
}
#autocomplete_resultscontainer .yui-ac-content {
  background: none repeat scroll 0 0 white;
  border: 1px solid #4d4d4d;
  left: 0;
  overflow: auto;
  position: absolute;
  text-align: left;
  top: 0;
  width: 580px;
  z-index: 9050;
  margin: 5px;
}
#autocomplete_resultscontainer .yui-ac-shadow {
  background: none repeat scroll 0 0 #A0A0A0;
  left: 0;
  margin: 0.3em;
  position: absolute;
  top: 0;
  z-index: 9049;
}
#autocomplete_resultscontainer ul {
  margin: 0;
  padding: 1px 0;
  width: auto;
}
#autocomplete_resultscontainer li {
  cursor: default;
  font-family: Tahoma;
  font-size: 13px;
  padding: 0 5px;
  white-space: nowrap;
}
#autocomplete_resultscontainer li.yui-ac-highlight {
  background: none repeat scroll 0 0 #e1e1e1;
}
/*
REVIEW (karl) replace this and all other 'more-results' stuff when we add support for russian slider
*/
td.moreresultslink {
  text-align: right;
  padding-right: 10px;
}
div.left {
  float: left;
}
div.right {
  float: right;
}
div.type {
  font-size: 12px;
}
span.snippet {
  color: #4d4d4d;
}
div.event {
  text-align: left;
}
div.published {
  font-size: 12px;
}
div.help_content {
  float: left;
  width: 700px;
  padding-top: 15px;
  padding-left: 20px;
}
.kwichighlight {
  font-weight: bold;
}
div#alacrastore_pagecontent_vo {
  float: left;
  margin-right: -220px;
  width: 1000px;
}
div#alacrastore_righthandcontent_vo {
  float: right;
  padding-top: 30px;
  width: 220px;
}
div#alacrastore_searchresults_vo {
  position: relative;
  float: left;
  width: 775px;
}
/* max rules */
.st_buttons {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.st_buttons span {
  padding-left: 5px;
}
.no-left-right-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.goog-navcnt {
  margin-top: 10px;
  padding: 5px 0;
}
.goog-navcnt td {
  width: 15px;
  height: 35px;
  text-align: center;
}
.goog-navcnt td.prev-pagination {
  font-size: 14px;
  font-weight: bold;
  width: 82px;
  text-align: right;
  padding-right: 13px;
}
.goog-navcnt td.next-pagination {
  font-size: 14px;
  font-weight: bold;
  width: 48px;
  text-align: left;
  padding-left: 8px;
}
span.goog-pagination-links {
  line-height: 1em;
}
/* google custom search page */
.goog-search-pagination-container {
  background-color: white;
}
.goog-search-pagination-container .goog-navcnt {
  margin: 25px auto 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #E6E9EC #ffffff;
}
.goog-search-pagination-container .resultspaginationbox td {
  text-align: center;
}
.cart-buttons-container {
  float: right;
}
.cart-buttons-container *.button {
  margin: 0px 20px;
}
/* checkout progress bar */
ol.checkout-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  counter-reset: li;
  /* background-color: @darkgrey; */
}
ol.checkout-steps li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  text-align: center;
  color: #3a3a3a;
  background: #e1e1e1;
  position: relative;
  margin-left: 32px;
  min-width: 150px;
  /* Appended arrow */
  /* No appended arrow on last item. */
}
ol.checkout-steps li:after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #e1e1e1;
  border-width: 15px;
  margin-top: -15px;
}
ol.checkout-steps li:first-child {
  margin-left: 0;
}
ol.checkout-steps li:first-child span {
  padding: $padding;
}
ol.checkout-steps li:first-child span:after {
  border: none;
}
ol.checkout-steps li:last-child,
ol.checkout-steps li.last {
  /* IE8 doesn't support CSS3 :last-child so we'll just add the class */
}
ol.checkout-steps li:last-child:after,
ol.checkout-steps li.last:after {
  border-width: 0;
}
ol.checkout-steps li span {
  display: block;
  padding: 5px 20px 5px 5px;
  /* Prepended arrow inset.*/
}
ol.checkout-steps li span:after {
  position: absolute;
  top: 50%;
  right: 100%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid #e1e1e1;
  border-left-color: transparent;
  border-width: 15px;
  margin-top: -15px;
}
ol.checkout-steps > li {
  float: left;
}
ol.checkout-steps li.current {
  color: #fff;
  background: #b5121a;
  /* Appended arrow. */
}
ol.checkout-steps li.current:after {
  border-left-color: #b5121a;
}
ol.checkout-steps li.current span {
  /* Prepended arrow. */
}
ol.checkout-steps li.current span:after {
  border-color: #b5121a;
  border-left-color: transparent;
}
/* end checkout progress bar */
#checkout-top-right div {
  margin-top: 30px;
  padding: 12px 15px;
  float: left;
}
#checkout-top-right div img {
  vertical-align: middle;
}
.right-dividor {
  border-right: 1px solid #b1b1b1;
}
.light-text {
  color: #b1b1b1;
}
.section {
  margin-top: 39px;
}
.section-small {
  margin-top: 19.5px;
}
.v-align-o {
  display: table;
}
.v-align-o .v-align-i {
  display: table-cell;
  vertical-align: middle;
}
.v-align {
  vertical-align: middle;
}
/* checkout-option page */
#returning-customers {
  table-layout: fixed;
  width: 100%;
}
#returning-customers tr td {
  padding: 5px 0px;
}
#returning-customers tr td:first-child {
  width: 100px;
}
#returning-customers tr td + td {
  width: auto;
}
#returning-customers tr input[type=text],
#returning-customers tr input[type=password] {
  width: 95%;
  padding: 4px 0px 4px 4px;
}
#returning-customers tr input[type=checkbox] {
  margin: 4px;
  vertical-align: middle;
}
#returning-customers tr label {
  font-weight: bold;
}
#returning-customers ::-webkit-input-placeholder {
  font-style: oblique;
}
#returning-customers :-moz-placeholder {
  /* Firefox 18- */
  font-style: oblique;
}
#returning-customers ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: oblique;
}
#returning-customers :-ms-input-placeholder {
  font-style: oblique;
}
/* Payment Information page */
#prelim-order-summary {
  /* table */
  width: 100%;
}
#prelim-order-summary td {
  /* width: 30%; */
  text-align: left;
  padding-bottom: 10px;
}
#prelim-order-summary td + td {
  /* width: 70%; */
  font-weight: bold;
  /* vertical-align: top; */
  min-width: 65px;
}
.alacra-form input[type=text],
.alacra-form select {
  padding: 3px;
  margin: 2px;
}
#payment-page-input-panels table {
  width: 100%;
}
#payment-page-input-panels table td {
  width: 160px;
  padding: 5px;
  vertical-align: top;
}
#payment-page-input-panels table td + td {
  width: auto;
}
#payment-page-input-panels input[type=text],
#payment-page-input-panels select {
  padding: 3px;
  margin: 2px;
}
#payment-page-input-panels label {
  font-weight: bold;
}
#payment-page-input-panels #lock-icon {
  background: url('/alacrastore/images/sprited/store-sprite.png') -9px -148px;
  width: 15px;
  height: 18px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 3px;
  color: #b5121a;
  font-weight: bold;
}
.required:before {
  content: "*\00a0";
  color: #d50000;
  font-weight: bold;
}
.optional:after {
  font-weight: normal;
  content: "\00a0(optional)";
  color: #b1b1b1;
}
#payment-content input[type=button].disabled {
  zoom: 1;
  filter: alpha(opacity=35);
  opacity: 0.35;
}
#payment-content #taxvalrow {
  -webkit-transition: background-color 1.5s ease-in-out;
  -moz-transition: background-color 1.5s ease-in-out;
  transition: background-color 1.5s ease-in-out;
}
/* Review Order page */
#final-order-summary,
.final-order-summary {
  /* table */
  width: 100%;
}
#final-order-summary td,
.final-order-summary td {
  width: 93%;
  text-align: left;
  padding-bottom: 10px;
}
#final-order-summary td + td,
.final-order-summary td + td {
  width: 70%;
  text-align: right;
  font-weight: bold;
}
.error {
  color: #d50000;
}
.success {
  color: #3c9c52;
}
.error-highlight {
  box-shadow: 0 0 5px rgba(213, 0, 0, 0.3);
  border: 1px solid #d50000;
}
/* Payment Page credit card images */
#ccTypeLogos img {
  margin-right: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
#ccTypeLogos img.active {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* my-cart page */
#my-cart-price {
  width: 230px;
  border: 1px solid #b1b1b1;
  background-color: #e1e1e1;
  padding: 0px 10px 3px 10px;
}
#my-cart-price span.subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 40px;
}
#my-cart-price .conv-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
#my-cart-price .conv-group-2 {
  height: 20px;
}
#generate-reports-page #top-container {
  width: 760px;
  margin: 0 auto;
}
#generate-reports-page #steps-container {
  background-color: #e1e1e1;
  padding: 4px 25px;
  border: 1px solid black;
}
#generate-reports-page #steps-container ul {
  padding: 0px;
}
#generate-reports-page #steps-container ul li {
  font-weight: bold;
}
#generate-reports-page .check-green {
  margin-bottom: -5px;
  margin-right: 10px;
}
.trash-icon {
  background: url('/alacrastore/images/sprited/store-sprite.png') -9px -113px;
  width: 18px;
  height: 20px;
  padding-right: 3px;
}
.trash-icon:hover,
.trash-icon.hover {
  background: url('/alacrastore/images/sprited/store-sprite.png') -31px -113px;
}
/* .trash-icon:hover { */
/*     width: 20px; */
/*     height: 23px; */
/* } */
td.cart-delete {
  width: 80px;
}
.currency-dollar {
  background: url('/alacrastore/images/sprited/store-sprite.png') 0px 0px;
  width: 31px;
  height: 28px;
  display: inline-block;
}
.currency-dollar:hover,
.currency-dollar.active {
  background: url('/alacrastore/images/sprited/store-sprite.png') 0px -28px;
}
.currency-pound {
  background: url('/alacrastore/images/sprited/store-sprite.png') -37px 0px;
  width: 26px;
  height: 28px;
  display: inline-block;
}
.currency-pound:hover,
.currency-pound.active {
  background: url('/alacrastore/images/sprited/store-sprite.png') -37px -28px;
}
.currency-euro {
  background: url('/alacrastore/images/sprited/store-sprite.png') -68px 0px;
  width: 32px;
  height: 28px;
  display: inline-block;
}
.currency-euro:hover,
.currency-euro.active {
  background: url('/alacrastore/images/sprited/store-sprite.png') -68px -28px;
}
.check-green {
  background: url('/alacrastore/images/sprited/store-sprite.png') -40px -72px;
  width: 29px;
  height: 27px;
  display: inline-block;
}
.check-green.active {
  background: url('/alacrastore/images/sprited/store-sprite.png') -5px -72px;
}
#DrawAccountInfo {
  border-width: 0px 0px 3px 0px;
  border-color: #d1d1d1;
}
#DrawAccountInfo .paneltitletxt {
  text-align: left;
  padding: 6px 10px;
  font-size: 18px;
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: bold;
}
#DrawAccountInfo table {
  width: 350px;
}
#DrawAccountInfo td {
  line-height: 20px;
}
#DrawMyPurchases .panelbox {
  border: 0px;
}
#DrawMyPurchases .paneltitletxt {
  text-align: left;
}
#DrawMyPurchases .sectionouterbox {
  margin-bottom: 5px;
}
#DrawOrderHeader {
  margin-top: -5px;
}
#DrawOrderHeader .orderid {
  margin-bottom: 3px;
  font-family: 'FS Truman Web', arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.buttons-wrapper {
  text-align: center;
}
.fullw {
  width: 100%;
}
/* Company snapshot page */
div.section-container > .vo-section.active {
  padding-top: 0px;
}
div.section-container > .vo-section.active ~ .vo-section.active {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  div#alacrastore {
    margin: 0 10px;
  }
}
