/* Import less variables  *//* LESS Variables *//* Fonts *//* Caslon fr�n fonts-com *//* @caslon: adobe-caslon-pro;  Typ samma font fast fr�n typekit ist�llet *//* Colors *//* ETC */.red {
  color: #e92d38;
}
.black {
  color: black;
}
.three {
  color: #333333;
}
.white {
  color: white;
}
.bold {
  font-weight: bold;
}
/* Mixins */.main-text {
  font-family: univers;
  font-size: 11px;
}
.caslon-32 {
  font-family: caslon;
  font-size: 32px;
  font-weight: bold;
}
.caslon-27 {
  font-family: caslon;
  font-size: 27px;
  font-weight: bold;
}
.caslon-23 {
  font-family: caslon;
  font-size: 23px;
  font-weight: bold;
}
.caslon-21 {
  font-family: caslon;
  font-size: 21px;
}
.caslon-19 {
  font-family: caslon;
  font-size: 19px;
}
.caslon-15 {
  font-family: caslon;
  font-size: 15px;
}
.caslon-caps {
  font-family: caslon;
  font-size: 13px;
  text-transform: uppercase;
}
.univers-18 {
  font-family: univers;
  font-size: 18px;
}
.univers-14 {
  font-family: univers;
  font-size: 14px;
}
/* 	
		Setting and reseting spacing between inline-block elements. 
		Also taking care of inline-block fail in IE
		.ib goes on the inline-block element
		.ib-prep goes on parent of the inline-block element
	*/.ib {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
}
.ib-prep {
  word-spacing: -3em;
  letter-spacing: -3px;
}
/* End of mixins *//* End of LESS */#login-modal-wrapper {
  padding: 4px;
}
#login-modal-wrapper #login-modal-inner-wrapper {
  overflow: auto;
  background: white;
  border: 1px dashed #888;
  padding: 32px 64px 64px;
}
#login-modal-wrapper #login-modal-inner-wrapper .tabs {
  margin-bottom: 24px;
  width: 300px;
}
#login-modal-wrapper #login-modal-inner-wrapper .tabs li.delimiter {
  font-size: 25px;
  line-height: 22px;
}
#login-modal-wrapper #login-modal-inner-wrapper .tabs a {
  text-decoration: none;
}
#login-modal-wrapper #login-modal-inner-wrapper .tabs a h2 {
  font-family: caslon;
  font-size: 27px;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
  color: #ccc;
}
#login-modal-wrapper #login-modal-inner-wrapper .tabs a.active h2 {
  color: black;
}
#login-modal-wrapper #login-modal-inner-wrapper .inner-content {
  overflow: auto;
}
#login-modal-wrapper #login-modal-inner-wrapper form {
  float: left;
}
#login-modal-wrapper #login-modal-inner-wrapper .modal-info {
  float: left;
  width: 198px;
}
#login-modal-wrapper #login-modal-inner-wrapper .modal-divider {
  clear: left;
}
#login-modal-wrapper #login-modal-inner-wrapper #forgot-password-container {
  display: none;
}
#login-modal-wrapper #login-modal-inner-wrapper #login-container #login-error-handler {
  display: none;
  margin-bottom: 15px;
  padding: 6px;
  border: #E63433 1px dashed;
}
#login-modal-wrapper p.input-row {
  margin-bottom: 8px;
}
#login-modal-wrapper label.error {
  display: none !important;
}
/*
  HTML5 âœ° Boilerplate

  style.css contains a reset, font normalization and some base styles.

  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*//*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* Added by G & C */figure {
  position: relative;
}
figure img {
  width: 100%;
}
.no-boxshadow .pie, .no-cssgradients .pie, .no-borderradius .pie {
  behavior: url(PIE.htc);
  /* Add position:relative; if not shown or hidden behind ancestor element */
}
/* webkit browsers add a annoying glow on focused inputs and selects */input:focus, select:focus {
  outline: none;
}
/* END RESET CSS *//* font normalization inspired by  from the YUI Library's fonts.css: developer.yahoo.com/yui/ */select,
input,
textarea,
button {
  font: 99% sans-serif;
}
/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/*
 * minimal base styles
 */body,
select,
input,
textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #333;
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}
/* headers (h1,h2,etc) have no default font-size or margin. define those yourself. */h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* remove margins for navigation lists */ul, li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong, th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
/* set sub, sup without affecting line-height: gist.github.com/413930 */sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  padding: 15px;
}
textarea {
  overflow: auto;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */.ie6 legend, .ie7 legend {
  margin-left: -7px;
}
/* thnx ivannikolic! *//* align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
/* webkit browsers add a 2px margin outside the chrome of form elements */button,
input,
select,
textarea {
  margin: 0;
}
/* colors for form validity *//*
input:invalid, textarea:invalid {
      border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
*//* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */button {
  width: auto;
  overflow: visible;
}
/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* Primary Styles
    Author:
 *//*	Default 8-column layout
	60 px columns, 24 px gutters, 60 px margins, 768 px total
	---------------------------------------------------------
	1     2      3      4      5      6      7      8     
	60px  144px  228px  312px  396px  480px  564px  648px	*/@font-face {
  font-family: "Univers";
  src: url("/static/css/fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?iefix") format("eot");
}
@font-face {
  font-family: "Univers";
  font-weight: normal;
  font-style: normal;
  src: url("/static/css/fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?iefix") format("eot");
  src: url("/static/css/fonts/c7481806-4ea4-40db-a623-7bc352bbbe43.ttf") format("truetype"), url("/static/css/fonts/7b95cb9a-a288-4405-97a0-13095f56a903.woff") format("woff"), url("/static/css/fonts/ac8280da-3de5-456d-bd77-8f01665452a9.svg#ac8280da-3de5-456d-bd77-8f01665452a9") format("svg");
}
@font-face {
  font-family: "caslon";
  src: url("/static/css/fonts/cdf3d59a-3b6b-439f-a1bb-3786d52dd4ca.eot?iefix") format("eot");
}
@font-face {
  font-family: "caslon";
  src: url("/static/css/fonts/cdf3d59a-3b6b-439f-a1bb-3786d52dd4ca.eot?iefix") format("eot");
  src: url("/static/css/fonts/21ad3a6d-b0f5-4395-a0c2-7b01d47c7464.ttf") format("truetype"), url("/static/css/fonts/e7635b1a-4b3d-420f-8b87-35da8fa159fa.woff") format("woff"), url("/static/css/fonts/150dfa93-7381-49b2-ad61-3823af7fb0e4.svg#150dfa93-7381-49b2-ad61-3823af7fb0e4") format("svg");
}
#main-header a:link:hover, #content-wrapper a:link:hover, #footer-wrapper a:link:hover {
  text-decoration: underline !important;
}
.ui-selectmenu {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  border: 1px solid #ccc;
  position: relative;
  text-decoration: none;
  zoom: 1;
}
.ui-selectmenu .ui-selectmenu-icon {
  background: transparent url(/static/images/icons/select-arrow-down.png);
  height: 7px;
  width: 12px;
  position: absolute;
  top: 9px;
  right: 10px;
}
.ui-selectmenu-menu {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 1px;
  visibility: hidden;
  overflow: auto;
  z-index: 1005;
  border: 1px solid #ccc;
  border-top: 0px;
  background-color: #fafafa;
}
.ui-selectmenu .ui-selectmenu-status {
  display: block;
  padding: 5px;
}
.ui-selectmenu-menu li {
  display: block;
}
.ui-selectmenu-menu li a {
  display: block;
  padding: 5px;
  text-decoration: none !important;
}
.ui-selectmenu-item-focus {
  background-color: #ccc;
}
.ui-selectmenu-open {
  visibility: visible;
  display: inline;
}
a {
  color: #333;
}
img {
  display: block;
}
input {
  font-family: caslon;
  font-size: 16px;
}
body {
  font-family: univers;
  font-size: 11px;
  color: #333333;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
body#home-index #main p {
  font-size: 12px;
  word-spacing: 1px;
}
body.loading, body.loading * {
  cursor: wait !important;
}
#ajax-loader {
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 50000;
}
.divider {
  background-image: url('/static/images/divider.jpg');
  background-repeat: repeat-x;
  display: block;
  height: 4px;
}
#main {
  position: relative;
}
.modal-header {
  font-family: caslon;
  font-size: 27px;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.modal-divider, .bottom-gradient {
  background-image: url("/static/images/bg-gradient.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  border-top: 1px dashed;
  height: 13px;
  margin-top: 2px;
  margin-bottom: 24px;
}
.modal-bottom-divider, .top-gradient {
  background-image: url("/static/images/bg-gradient-bottom.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  border-bottom: 1px dashed;
  height: 13px;
  margin-top: 32px;
}
.modal-input {
  border: 1px solid #333;
  padding: 8px;
  font-family: univers;
  font-size: 14px;
}
.modal-input.error {
  border-color: #E63433;
}
.modal-label {
  display: block;
  margin-bottom: 4px;
  font-family: univers;
  font-size: 14px;
}
.modal-button {
  background: none repeat scroll 0 0 #333333;
  border: 0 solid #333333;
  color: #FFFFFF;
  display: block;
  margin-top: 12px;
  padding: 4px;
  vertical-align: top;
  float: right;
  margin-right: 0px;
}
#newsletter-inner-wrapper .modal-button {
  margin-right: 0px;
}
.modal-button span {
  font-family: univers;
  font-size: 14px;
  text-transform: uppercase;
}
#header-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  position: relative;
  zoom: 1;
  z-index: 100;
}
#newsletter-wrapper {
  display: none;
  padding: 3px;
  width: 600px;
}
#newsletter-wrapper #newsletter-inner-wrapper {
  padding: 64px;
  padding-top: 32px;
  border: 1px dashed #888;
}
#newsletter-wrapper label.error {
  display: none !important;
}
#newsletter-wrapper form, #login-modal-wrapper form {
  border-right: 1px dotted #888888;
  display: inline-block;
  margin-right: 32px;
  padding-right: 32px;
  vertical-align: top;
  width: 187px;
}
#newsletter-wrapper #newsletter-info-wrapper, .modal-info {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  font-family: univers;
  font-size: 14px;
}
#newsletter-wrapper #newsletter-info-wrapper span, .modal-info span {
  display: block;
  font-family: univers;
  font-size: 11px;
  margin-top: 8px;
  width: 200px;
}
.modal-info span {
  width: 100%;
}
#newsletter-wrapper .signup-text {
  text-align: center;
}
#header-wrapper #header-campaigns-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  height: 17px;
  padding-top: 3px;
  padding-bottom: 2px;
  background: #000;
}
#header-wrapper #header-campaigns-wrapper #showcase {
  width: 819px;
  height: 514px;
  position: relative;
  margin: 0 auto;
}
#header-campaigns-main {
  position: absolute;
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
#header-campaigns-wrapper .back {
  background: url('/static/images/carousel-arrow-left.png');
  height: 55px;
  width: 55px;
  position: absolute;
  left: 0px;
  top: 230px;
  z-index: 1;
  cursor: pointer;
}
#header-campaigns-wrapper .forward {
  background: url('/static/images/carousel-arrow-right.png');
  height: 55px;
  width: 55px;
  position: absolute;
  right: 0px;
  top: 230px;
  z-index: 1;
  cursor: pointer;
}
#header-campaigns-wrapper .prev, #header-campaigns-wrapper .next {
  cursor: pointer;
}
#header-campaigns-main .header-campaigns-main-item {
  float: left;
  padding-right: 3px;
  opacity: 0.5;
  width: 819px;
  height: 514px;
}
#header-campaigns-main .header-campaigns-main-item.selected {
  opacity: 1;
}
#header-wrapper #main-header-wrapper {
  height: 50px;
  border-top: 1px dashed #666;
  background-color: black;
}
#header-wrapper #main-header-wrapper #main-header {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  color: white;
  font-family: caslon;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
#header-wrapper #main-header-wrapper #main-header a {
  text-decoration: none;
  color: white;
}
#header-wrapper #main-header-wrapper #main-header a.logo {
  text-decoration: none !important;
  background: url('/static/images/tintin-logo.png');
  width: 340px;
  height: 65px;
  display: block;
  position: absolute;
  margin-left: 420px;
  margin-top: -12px;
}
#header-wrapper #main-header-wrapper #main-header #select-language {
  float: right;
  display: inline;
  font-family: univers;
  font-size: 11px;
  color: #ccc;
  font-weight: normal;
  position: absolute;
  right: 0px;
}
#header-wrapper #main-header-wrapper #main-header #select-language a {
  display: inline;
  font-family: univers;
  font-size: 11px;
  color: #ccc;
  font-weight: normal;
  vertical-align: bottom;
}
#header-wrapper #main-header-wrapper #main-header #select-language a:hover {
  text-decoration: underline;
}
#header-wrapper #main-header-wrapper #main-header #newsletter-signup {
  display: inline;
  font-family: univers;
  font-size: 11px;
  color: #ccc;
  font-weight: normal;
  position: absolute;
  left: 0px;
}
#header-wrapper #main-header-wrapper #main-header #newsletter-signup #auth {
  display: inline-block;
}
#header-wrapper #main-header-wrapper #main-header #newsletter-signup #home-pic {
  width: 11px;
  height: 11px;
  background: url("/static/images/home-pic.png");
  display: inline-block;
  margin-right: 2px;
}
#header-wrapper #main-header-wrapper #main-header #newsletter-signup a {
  color: #ccc;
}
#header-wrapper #main-header-wrapper #main-header #newsletter-signup a:hover {
  text-decoration: underline;
}
#header-wrapper #header-contact {
  color: #CCCCCC;
  font-family: univers;
  font-size: 11px;
  font-weight: normal;
  height: 48px;
  position: absolute;
  left: 810px;
  text-align: left;
  background-image: url('/static/images/telephone.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 19px;
}
#header-wrapper #header-contact p {
  display: inline-block;
  line-height: 16px;
}
#header-wrapper #header-contact a {
  color: #ccc !important;
}
#header-wrapper #navigation-placeholder {
  height: 88px;
  margin-bottom: 32px;
  background: #fff;
}
#header-wrapper #navigation-wrapper {
  background-color: white;
  color: #333333;
  margin-bottom: 32px;
  height: 91px;
  position: relative;
}
#header-wrapper #navigation-wrapper.sticky {
  position: fixed;
  top: 0px;
  z-index: 9;
  width: 100%;
  height: 38px;
  zoom: 1;
}
#header-wrapper #navigation-wrapper.sticky #navigation {
  /*border-bottom: 1px solid transparent;*/
  z-index: 10;
  zoom: 1;
}
#header-wrapper #navigation-wrapper.sticky #sticky-spacer {
  background: #000;
  height: 2px;
  display: block !important;
}
#header-wrapper #navigation-wrapper.sticky #main-header-wrapper {
  display: none;
}
#header-wrapper #navigation-wrapper #navigation {
  width: 1180px;
  margin: 0 auto;
  font-family: univers;
  font-size: 12px;
  text-transform: uppercase;
  word-spacing: -3em;
  letter-spacing: -3px;
  border-bottom: 1px dashed #666;
  height: 36px;
  background-color: #fff;
  position: relative;
}
#main-top-gradient {
  background-image: url('/static/images/bg-gradient.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
  margin-top: 2px;
}
#header-wrapper #navigation-wrapper #navigation ul#navigation-list {
  word-spacing: -3em;
  letter-spacing: -3px;
  text-align: center;
  margin: 0px 162px;
  line-height: 36px;
}
#header-wrapper #navigation-wrapper #navigation #navigation-list li {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  margin-right: 32px;
  position: relative;
}
#header-wrapper #navigation-wrapper #navigation #navigation-list li:last-child {
  margin-right: 0px;
}
#header-wrapper #navigation-wrapper #navigation #navigation-list li a {
  color: #333333;
  text-decoration: none;
}
#header-wrapper #navigation-wrapper #navigation li ul.sub-navigation-list {
  position: absolute;
  margin: 0px;
  background: #fff;
  border-left: 1px dashed #333;
  border-right: 1px dashed #333;
  border-bottom: 1px dashed #333;
  padding: 0px 8px 4px;
  z-index: 1;
  display: none;
  left: -12px;
  top: 36px;
  min-width: 150px;
  text-align: left;
  padding-left: 12px;
}
#header-wrapper #navigation-wrapper #navigation li ul.sub-navigation-list li {
  margin: 0px;
  display: block !important;
  line-height: 12px;
  margin-bottom: 8px;
  margin-right: 0 !important;
}
#header-wrapper #navigation-wrapper #navigation li ul.sub-navigation-list a {
  font-family: univers;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
#header-wrapper #navigation-wrapper #navigation li ul.sub-navigation-list a:hover {
  text-decoration: underline !important;
}
#brands-overview {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 0px dashed #333333;
  border-top: 0px dashed;
  border-left: 1px dashed;
  border-right: 1px dashed;
  font-family: univers;
  font-size: 11px;
  padding: 0px;
  text-align: left;
  text-decoration: none;
  width: 1178px;
  position: absolute;
  top: 36px;
  z-index: 8;
  padding-top: 24px;
}
#brands-overview #brands-top-gradient {
  background-image: url('/static/images/bg-gradient.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
  margin-top: 2px;
}
#brands-overview #brands-bottom-gradient {
  background-image: url('/static/images/bg-gradient.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
  margin-top: 2px;
  width: 100%;
  position: absolute;
  bottom: -13px;
  z-index: 9;
}
#brands-overview #brands-menu-spacer {
  border-bottom: 1px dashed #333333;
  height: 1px;
  margin-bottom: 1px;
  margin-top: 32px;
}
#brands-overview .brands-char {
  color: #333;
  font-weight: bold;
  margin-top: 16px;
}
#brands-overview ul {
  color: #fff;
  list-style: none;
  padding: 0px;
  width: 174px;
  text-align: left;
  margin-right: 20px;
  float: left;
}
#brands-overview ul.first {
  margin-left: 16px;
}
#brands-overview ul.last {
  margin-right: 0px;
}
#brands-overview ul li.brands-overview-header {
  margin-bottom: 16px;
  height: 8px;
}
#brands-overview ul li {
  margin-right: 0px;
  word-spacing: 0px;
  letter-spacing: 0px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#brands-overview ul li:first-child {
  margin-top: 0px;
  /*margin-bottom: 0px;*/
}
#brands-overview ul li a {
  text-decoration: none;
}
#brands-overview ul li a:hover {
  text-decoration: underline;
}
#header-wrapper #navigation-wrapper #search-wrapper {
  float: left;
  line-height: 36px;
}
#header-wrapper #navigation-wrapper #search-wrapper input {
  vertical-align: baseline;
  font-family: univers;
  font-size: 12px;
  padding: 2px;
  text-transform: uppercase;
}
#header-wrapper #navigation-wrapper #mini-cart {
  float: right;
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  line-height: 36px;
  position: relative;
  width: 170px;
  padding: 0px 12px;
  text-align: center;
}
#header-wrapper #navigation-wrapper .cart-has-items {
  background-color: transparent;
  color: #333;
}
#header-wrapper #navigation-wrapper .cart-has-items.highlighted {
  background-color: #333;
  color: #fff;
  cursor: auto;
}
#header-wrapper #navigation-wrapper .cart-has-items:hover {
  cursor: pointer;
}
#header-wrapper #navigation-wrapper #mini-cart #cart-icon {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 4px;
}
#header-wrapper #navigation-wrapper #mini-cart .mini-cart-header #product-count {
  font-size: 13px;
}
#header-wrapper #navigation-wrapper #mini-cart #mini-cart-wrapper {
  background-color: #333;
  padding: 12px;
  padding-top: 0px;
  position: absolute;
  right: 0;
  top: 36px;
  width: 170px;
  z-index: 5;
  color: #333333;
  font-family: univers;
  font-size: 11px;
  line-height: 16px;
  display: none;
  color: #ccc;
  cursor: auto;
  text-transform: none;
}
#mini-cart-wrapper .mini-cart-item-row {
  border-top: 1px dotted #999;
  padding: 8px 0px;
  text-align: left;
}
#mini-cart-wrapper .mini-cart-item-row .mini-cart-productname {
  margin-bottom: 2px;
}
#mini-cart-wrapper .mini-cart-item-row .mini-cart-qty-price .mini-cart-qty-pcs {
  border-right: 1px solid #CCCCCC;
  margin-right: 4px;
  padding-right: 8px;
}
#mini-cart-wrapper .mini-cart-item-row .mini-cart-qty-price del {
  color: #666;
  padding-right: 4px;
}
#header-wrapper #navigation-wrapper #mini-cart #mini-cart-wrapper #mini-cart-totals {
  padding: 8px 0px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}
#mini-cart-totals .total {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
}
#mini-cart-totals .total-value {
  float: right;
}
#mini-cart-wrapper #mini-cart-go-to-checkout {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  margin-top: 12px;
  padding: 8px 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#content-wrapper {
  width: 1180px;
  margin: 0 auto;
}
#main #front-campaigns-wrapper #front-campaigns-main {
  margin-right: -22px;
}
#main #front-campaigns-wrapper #front-campaigns-main li {
  float: left;
  margin-right: 20px;
  padding-bottom: 22px;
}
#main #front-campaigns-wrapper #front-campaigns-main li .front-campaign-main-name, #main #front-campaigns-wrapper #front-campaigns-main li h2 {
  font-family: caslon;
  font-size: 19px;
  margin: 8px 0px 12px;
  display: block;
}
#main #front-campaigns-wrapper #front-campaigns-main li.front-campaign-main-item a {
  text-decoration: none !important;
}
#main #front-campaigns-wrapper #front-campaigns-main li .front-campaign-main-description {
  margin-bottom: 22px;
  display: block;
}
#main #front-campaigns-wrapper #front-campaigns-main li .divider {
  background-image: url('/static/images/divider.jpg');
  background-repeat: repeat-x;
  display: block;
  height: 4px;
}
.front-campaign-main-item {
  opacity: 0;
}
.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.masonry .masonry-brick {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
.front-campaign-main-item.masonry-brick {
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#content-wrapper footer {
  border-top: 1px dashed #333;
  padding-top: 22px;
  margin-top: 87px;
  margin-bottom: 100px;
  position: relative;
}
#content-wrapper footer #scroll-up {
  background-image: url('/static/images/bg-up.png');
  width: 105px;
  height: 30px;
  position: absolute;
  top: -31px;
  left: 32px;
  cursor: pointer;
}
#content-wrapper footer #scroll-up span {
  font-family: caslon;
  font-size: 13px;
  font-style: italic;
  color: white;
  display: block;
  padding-right: 16px;
  padding-top: 2px;
  text-align: center;
  line-height: 28px;
  text-transform: lowercase;
}
#content-wrapper footer #more-styles {
  background-image: url('/static/images/bg-more-styles.png');
  width: 146px;
  height: 44px;
  position: absolute;
  top: -45px;
  right: 517px;
  cursor: pointer;
}
#content-wrapper footer #more-styles span {
  font-family: caslon;
  font-size: 19px;
  font-style: italic;
  color: white;
  display: block;
  padding-right: 16px;
  text-align: center;
  line-height: 46px;
  text-transform: lowercase;
}
#content-wrapper footer #birdy {
  background-image: url('/static/images/birdy.png');
  width: 101px;
  height: 87px;
  position: absolute;
  top: -84px;
  right: 0px;
}
#content-wrapper footer #birdy-404 {
  background-image: url('/static/images/birdy-404.png');
  width: 214px;
  height: 132px;
  position: absolute;
  top: -131px;
  right: 0px;
}
#content-wrapper footer .divider {
  margin-top: 22px;
  border-top: 1px solid #333;
}
#content-wrapper footer #main-bottom-gradient {
  background-image: url('/static/images/bg-bottom-gradient.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 13px;
  position: absolute;
  top: -15px;
  right: 0px;
  width: 100%;
}
#content-wrapper footer #panagora-logo {
  margin-top: 16px;
  margin-right: 16px;
  display: inline-block;
}
#content-wrapper footer #sub-footer-left {
  margin-top: 16px;
  display: inline-block;
  vertical-align: bottom;
}
#content-wrapper footer #sub-footer-left img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
#content-wrapper footer #sub-footer-right {
  margin-top: 16px;
  display: inline-block;
  vertical-align: bottom;
  float: right;
}
#content-wrapper footer #sub-footer-right img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
#search-header-wrapper {
  text-align: center;
}
#search-header-wrapper #search-description {
  width: 430px;
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
}
#search-header-wrapper #search-description #search-description-text {
  margin-bottom: 36px;
}
#search-header-wrapper #search-description h1 {
  font-family: caslon;
  font-size: 19px;
  margin-bottom: 16px;
}
#search-header-wrapper .definition-style-header {
  word-spacing: -3em;
  letter-spacing: -3px;
}
#search-header-wrapper .definition-style-header img {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
}
#search-header-wrapper .definition-style-header #search-description {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: left;
}
#search-header-wrapper .definition-style-header #search-description #search-description-text {
  -moz-column-width: 205px;
  -moz-column-gap: 20px;
  -webkit-column-width: 205px;
  -webkit-column-gap: 20px;
  column-width: 205px;
  column-gap: 20px;
  height: 328px;
  line-height: 16px;
}
#main #search-filter-sort {
  padding: 16px 0px;
  border-top: 1px dashed #333;
  background-image: url('/static/images/bg-gradient.png');
  background-position: 0 0;
  background-repeat: repeat-x;
}
#main #search-filter-sort #search-sort-wrapper {
  float: right;
}
#main #search-filter-sort #search-sort-wrapper .search-sort-label {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  margin-right: 12px;
}
#main #search-filter-sort #search-sort-wrapper #sort-result {
  width: 130px;
}
#content-wrapper #main #search-filter-sort #search-sort-wrapper #sort-result-button:hover {
  text-decoration: none !important;
}
#main #search-filter-sort {
  position: relative;
}
#main #search-filter-sort #search-filter-wrapper {
  position: absolute;
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
}
#main #search-filter-sort #search-filter-wrapper .search-filter-label {
  display: inline-block;
  margin-right: 16px;
  margin-top: 6px;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type {
  border: 1px solid #CCCCCC;
  border-bottom: 0px;
  display: inline-block;
  margin-right: 16px;
  min-width: 118px;
  vertical-align: top;
  background-color: #fff;
  cursor: pointer;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type li.name {
  padding: 5px;
  border-bottom: 1px solid #CCCCCC;
  background-image: url('/static/images/icons/select-arrow-down.png');
  background-repeat: no-repeat;
  background-position: 96px 9px;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type img {
  float: right;
  margin-right: 8px;
  margin-top: 4px;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type {
  display: none;
  background-color: #fafafa;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type li.property {
  cursor: pointer;
  padding: 5px;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type li.property.selected {
  background-color: #aaa;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type li.property.selected:hover {
  background-color: #aaa;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type li.property.dimmed {
  display: none;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type li.property:hover {
  background-color: #ccc;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type li.property.show-all {
  font-style: italic;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type li.property.show-all.selected {
  background-color: #fafafa;
}
#main #search-filter-sort #search-filter-wrapper ul.property-type .sub-property-type li.property.show-all.selected:hover {
  background-color: #ccc;
}
#main #product-paging {
  font-family: caslon;
  font-size: 13px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -48px;
}
#main #product-paging a {
  text-transform: lowercase;
  max-width: 12px;
}
#main #product-paging .previous-container {
  margin-right: 12px;
}
#main #product-paging .previous-container img {
  display: inline;
  margin-right: 4px;
}
#main #product-paging .next-container {
  margin-left: 12px;
}
#main #product-paging .next-container img {
  display: inline;
  margin-left: 4px;
}
#main #product-paging a.page {
  margin: 0px 8px;
}
#main #product-paging a.page.current {
  background: none repeat scroll 0 0 #DDDDDD;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px;
  margin: 0 8px;
  padding: 0 4px;
}
#main #product-paging a {
  text-decoration: none;
}
#product-view h1 {
  text-align: center;
  font-family: caslon;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 24px;
}
#product-view h1 span {
  display: block;
  font-family: univers;
  font-size: 18px;
  font-weight: normal;
}
#product-view .product-back {
  left: 0;
  position: absolute;
  top: 0px;
  text-decoration: none !important;
}
#product-view .product-back img {
  display: inline;
  vertical-align: middle;
  margin-right: 8px;
}
#product-view .product-back span:hover {
  text-decoration: underline;
}
#product-container {
  padding-left: 150px;
  word-spacing: -3em;
  letter-spacing: -3px;
}
#product-container #primary-image {
  width: 430px;
  margin-right: 20px;
  vertical-align: top;
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
}
#product-container #primary-image #sotw-logo {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 110px;
  height: 60px;
}
#product-container #primary-image #product-main-image-link {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 16px;
  font-size: 14px;
  left: 16px;
  padding: 8px;
  position: absolute;
  text-decoration: none;
  /* Fallback for web browsers that don't support RGBa */
  background-color: white;
  /* RGBa with 0.6 opacity */
  background-color: rgba(255, 255, 255, 0.7);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}
#zoom-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  /*background: #333;*/
  z-index: 100000;
  margin: 0 auto;
  display: block;
  /* Fallback for web browsers that don't support RGBa */
  background-color: black;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.7);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom-wrapper #zoom-close {
  position: fixed;
  top: 16px;
  right: 32px;
  cursor: pointer;
}
#zoom-wrapper #zoom-follower {
  display: none;
  position: absolute;
  z-index: 100001;
  background: #fff;
  border: 1px solid #333;
  padding: 3px;
  line-height: 14px;
}
#zoom-wrapper #zoom-loader {
  position: absolute;
  z-index: 100003;
  width: 68px;
  height: 68px;
}
#product-container #alternative-images {
  width: 75px;
  margin-right: 20px;
  vertical-align: top;
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
}
#product-container #alternative-images #image-container {
  height: 448px;
  overflow: hidden;
}
#product-container #alternative-images #alt-images-more {
  margin-top: 6px;
  text-align: center;
  cursor: pointer;
}
#product-container #alternative-images #alt-images-more img {
  display: inline;
}
#product-container #alternative-images li {
  margin-bottom: 8px;
  cursor: pointer;
}
#product-container #alternative-images li img {
  height: 83px;
}
#product-container #product-info {
  width: 320px;
  vertical-align: top;
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  position: relative;
}
#product-container #product-info #productVaryingPrices {
  margin-bottom: 8px;
  display: block;
}
#product-container #product-info #product-logo {
  position: absolute;
  top: 0px;
  right: 0px;
}
#product-container #product-info #product-price-wrapper {
  font-size: 14px;
  margin-bottom: 8px;
}
#product-container #product-artno {
  color: #999999;
  font-size: 10px;
  margin-bottom: 8px;
}
#product-container #product-info .size-wrapper {
  margin-bottom: 12px;
}
#product-container #product-info #product-long-description {
  margin-bottom: 16px;
}
#product-container #product-info #product-color {
  margin-bottom: 16px;
}
#product-container #product-info .add-to-cart {
  border: 0px;
  background-color: #333;
  padding: 8px;
  width: 139px;
}
#product-container #product-info .add-to-cart span {
  font-family: univers;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
#product-container #product-info #size-select-wrapper {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  margin-right: 18px;
}
#product-container #product-info #size-select-wrapper a:hover {
  text-decoration: none !important;
}
#product-container #product-info #size-select-wrapper select {
  width: 148px;
}
#product-container #product-info #size-select-wrapper .ui-selectmenu-icon, #view-profile-wrapper .ui-selectmenu-icon {
  top: 13px;
}
#product-view .ui-selectmenu, #view-profile-wrapper .ui-selectmenu {
  font-size: 14px;
  text-transform: uppercase;
}
#product-view #selectable-products-container-menu li a {
  padding: 8px;
  font-size: 14px;
}
#product-view .ui-selectmenu-status, #view-profile-wrapper .ui-selectmenu-status {
  padding: 8px;
}
#product-info #klarna-wrapper {
  margin-top: 16px;
}
#product-info #klarna-wrapper img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
#product-info #klarna-wrapper #calculatedPriceWrapper {
  display: inline-block;
  vertical-align: middle;
}
#product-info #klarna-wrapper #klarna_partpayment {
  display: inline-block;
}
#product-view .related-products {
  margin-top: 32px;
}
#product-view .related-products h2 {
  text-align: center;
  font-family: univers;
  font-size: 18px;
  margin-bottom: 24px;
}
#product-size-guide-wrapper {
  padding: 3px;
}
#product-size-guide-wrapper #product-size-guide-inner-wrapper {
  padding: 16px;
  border: 1px dashed #333;
}
#product-tabs-wrapper {
  width: 320px;
  float: left;
  margin-top: 16px;
  margin-bottom: 10px;
}
#product-tabs-wrapper #product-info-tabs .care-label {
  background-image: url(/static/images/washing-instructions-small.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 33px;
  display: inline-block;
  margin-right: -4px;
}
#product-tabs-wrapper #product-info-tabs .tab_content p {
  margin-bottom: 8px;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: univers;
  font-size: 14px;
  margin-right: 16px;
}
ul.tabs li a {
  text-decoration: none;
  display: block;
}
ul.tabs li a:hover {
  text-decoration: underline;
}
ul.tabs li a.active {
  text-decoration: underline;
}
#product-info-tabs {
  float: left;
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
}
.tab_content {
  padding: 0px;
}
/* General search listing styles */#main .product-listing {
  word-spacing: -3em;
  letter-spacing: -3px;
  margin-right: -20px;
}
#main .product-listing li {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
  margin-bottom: 20px;
  zoom: 1;
  width: 280px;
}
#main .product-listing li a {
  text-decoration: none;
}
#main .product-listing li .search-product-image {
  margin-bottom: 8px;
  display: block;
}
#main .product-listing li .search-product-manufacturer {
  font-weight: bold;
}
#main .product-listing li .search-product-price {
  float: right;
}
#main .product-listing li .search-product-price del {
  margin-right: 4px;
}
#main .product-listing li .search-product-name {
  display: block;
}
/* End of general search listing styles */#notice-container {
  left: 50%;
  margin-left: -250px;
  position: fixed;
  top: 104px;
  width: 500px;
  z-index: 40000;
  text-align: center;
  color: #fff !important;
  font-family: caslon;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  background: #333;
  -moz-box-shadow: 2px 2px 7px #000000;
}
#notice-container a {
  color: white;
}
#notice-container .close {
  background: url("/static/images/close_white.png");
  display: block;
}
#notice-container div {
  border: 1px dashed white;
  padding: 25px;
  margin: 4px;
}
#notice-container .closer {
  float: right;
  cursor: pointer;
}
/* Customer profile - viewprofile*/#view-profile-wrapper {
  font-size: 13px;
  overflow: auto;
  clear: both;
}
#view-profile-wrapper h2 {
  border-bottom: 1px dotted #888;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: caslon;
  font-size: 19px;
}
#view-profile-wrapper .header h2 {
  text-align: center;
  border: none;
}
#view-profile-wrapper .header p {
  width: 430px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}
#view-profile-wrapper .top-gradient {
  background-image: url("/static/images/bg-gradient.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 14px;
  margin-top: 2px;
  border-top: 1px dashed;
  border-bottom: none;
  margin: 35px 0 15px 0;
}
#view-profile-wrapper #addresses, #view-profile-wrapper #basic, #view-profile-wrapper #order-history {
  width: 360px;
  float: left;
  margin-right: 20px;
  padding: 10px;
}
#view-profile-wrapper .hr {
  height: 1px;
  border-bottom: 1px dotted #ccc;
}
#view-profile-wrapper label {
  cursor: default;
  display: block;
  margin-bottom: 2px;
}
#view-profile-wrapper label.error {
  display: none !important;
}
#view-profile-wrapper input[type="text"], #view-profile-wrapper input[type="password"] {
  display: block;
  border: 1px solid #ccc;
  font-family: univers;
  font-size: 14px;
  padding: 8px;
  margin-bottom: 12px;
  width: 90%;
}
#view-profile-wrapper input[type="text"].error, #view-profile-wrapper input[type="password"].error {
  border-color: #E63433;
}
#view-profile-wrapper input[type="radio"] {
  width: 10px;
}
#view-profile-wrapper select {
  background: white;
  width: 342px;
}
#view-profile-wrapper .ui-selectmenu-status {
  background: white;
  text-transform: none;
}
#view-profile-wrapper .trash-bin {
  background: url("/static/images/trash.gif") no-repeat;
  width: 9px;
  height: 9px;
  margin: 12px 0;
  display: block;
  float: right;
}
#view-profile-wrapper #addresses h3 {
  width: 70%;
  float: left;
}
#view-profile-wrapper #addresses ul {
  margin-bottom: 15px;
}
#view-profile-wrapper #addresses li {
  margin-bottom: 10px;
  text-transform: uppercase;
}
#view-profile-wrapper #addresses li .header {
  clear: both;
  overflow: auto;
}
#view-profile-wrapper #addresses li .header h3 {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}
#view-profile-wrapper #addresses li label {
  margin-left: 10px;
}
#view-profile-wrapper #addresses li .edit-box {
  width: 30%;
  float: right;
  display: none;
  font-size: 11px;
}
#view-profile-wrapper #addresses li .edit-box a {
  color: red;
  text-transform: none;
  text-decoration: none;
}
#view-profile-wrapper #addresses li .edit-box a:hover {
  text-decoration: underline;
}
#view-profile-wrapper #addresses li .edit-box span {
  font-size: 14px;
  margin: 0 6px;
}
#view-profile-wrapper #addresses li .edit-box span.trash-bin {
  margin: 6px 0px 0 0;
}
#view-profile-wrapper #addresses li .hr {
  margin-top: 10px;
}
#view-profile-wrapper #basic label {
  margin-bottom: 8px;
}
#view-profile-wrapper #basic li {
  overflow: auto;
}
#view-profile-wrapper #basic .gender {
  margin-bottom: 15px;
}
#view-profile-wrapper #basic .gender.first {
  margin-top: 15px;
  margin-bottom: 10px;
}
#view-profile-wrapper #basic .gender span {
  margin-left: 5px;
}
#view-profile-wrapper #basic #phonenumber-list input {
  float: left;
  clear: left;
}
#view-profile-wrapper #basic #change-password {
  clear: both;
  display: block;
  margin-bottom: 10px;
}
#view-profile-wrapper #basic #subscribables {
  overflow: auto;
  margin-bottom: 15px;
}
#view-profile-wrapper #basic #subscribables input, #view-profile-wrapper #basic #subscribables label {
  float: left;
}
#view-profile-wrapper #basic #subscribables input {
  margin-left: 1px;
  margin-top: 2px;
}
#view-profile-wrapper #basic #subscribables label {
  margin-left: 8px;
}
#view-profile-wrapper #basic #password-fields {
  display: none;
}
#view-profile-wrapper #basic #update {
  background-color: #333333;
  border: 0 none;
  padding: 24px;
  width: 100%;
  font-size: 18px;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#view-profile-wrapper #order-history {
  margin-right: 0;
}
#view-profile-wrapper #order-history li {
  overflow: auto;
  margin-bottom: 1px;
}
#view-profile-wrapper #order-history li.header label {
  font-size: 14px;
  font-weight: bold;
  background: #333;
}
#view-profile-wrapper #order-history li a, #view-profile-wrapper #order-history li label {
  color: white;
  padding: 12px 0;
}
#view-profile-wrapper #order-history li a {
  font-size: 12px;
  break: left;
  float: left;
  display: block;
  width: 100%;
  overflow: auto;
  background: #474747;
  text-decoration: none;
}
#view-profile-wrapper #order-history li a.odd {
  background: #5C5C5C;
}
#view-profile-wrapper #order-history li a:hover {
  background: #868686 !important;
}
#view-profile-wrapper #order-history li div, #view-profile-wrapper #order-history li label {
  text-align: center;
  float: left;
  width: 25%;
  margin: 0;
}
#view-profile-wrapper #order-history #contact {
  margin-top: 25px;
}
#view-profile-wrapper #order-history #contact h2 {
  font-family: univers;
  border: none;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  font-size: 16px;
  margin-bottom: 0;
}
#view-profile-wrapper #order-history #contact p {
  font-size: 12px;
}
#view-profile-wrapper #order-history #contact .divider {
  margin-top: 15px;
}
.order-details {
  width: 100% !important;
  font-size: 11px;
  background: #F7F7F7;
  z-index: -1;
}
.order-details h1 {
  font-family: caslon;
  font-size: 19px;
  margin-left: 10px;
  display: block;
  padding-top: 15px;
}
.order-details .address, .order-details .order, .order-details .products {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.order-details .address label, .order-details .order label, .order-details .products label {
  font-weight: bold !important;
  display: block;
}
.order-details .address div, .order-details .order div, .order-details .products div {
  margin-left: 5px;
}
.order-details .order {
  clear: left;
  overflow: auto;
}
.order-details .order label {
  clear: left;
}
.order-details .order label, .order-details .order div {
  float: left;
}
.order-details .order .comma {
  margin: 0;
}
.order-details .products .right {
  text-align: right;
}
.order-details .products .center {
  text-align: center;
}
.order-details .products table {
  overflow: auto;
  margin-bottom: 15px;
  width: 100%;
}
.order-details .products th {
  text-align: left;
}
.order-details .products th, .order-details .products td {
  padding: 0 4px 8px 0;
}
.order-details .products th.product-name, .order-details .products td.product-name {
  width: 180px;
}
.order-details .products tfoot {
  margin-top: 2px;
}
.order-details .products tfoot tr {
  font-weight: bold;
}
.order-details .products tfoot tr.delimiter td div {
  height: 2px;
  border-top: 1px dotted #888;
}
#document-container {
  overflow: auto;
  margin-left: 130px;
}
#document-container .left, #document-container #doc-content {
  float: left;
}
#document-container .left {
  width: 135px;
  min-height: 1px;
  margin-top: -10px;
}
#document-container #doc-navigation {
  width: 135px;
}
#document-container #doc-navigation ul {
  padding: 10px;
}
#document-container #doc-navigation ul li {
  padding: 4px 0;
}
#document-container #doc-navigation ul li.scroll-up {
  border-top: 1px dotted #888;
  padding-top: 10px;
  display: none;
}
#document-container #doc-navigation ul li.last {
  padding-bottom: 15px;
}
#document-container #doc-navigation #sticky-menu {
  width: 135px;
}
#document-container #doc-navigation #sticky-menu.sticky {
  width: 135px;
  position: fixed;
  top: 32px;
}
#document-container #doc-navigation a {
  text-decoration: none;
  text-transform: uppercase;
}
#document-container #doc-navigation .top-gradient, #document-container #doc-navigation .bottom-gradient {
  border: none;
}
#document-container #doc-navigation .top-gradient {
  margin-top: 5px;
}
#document-container #doc-navigation .bottom-gradient {
  margin-bottom: 5px;
}
#document-container #doc-content {
  width: 600px;
  margin-left: 40px;
  overflow: auto;
}
#document-container #doc-content .document {
  border-bottom: 1px dotted #888;
  margin-bottom: 20px;
}
#document-container #doc-content .document div {
  margin-bottom: 25px;
}
#document-container #doc-content .document h2 {
  margin-bottom: 20px;
}
#document-container #doc-content .document h3,
#document-container #doc-content .document h4,
#document-container #doc-content .document ul,
#document-container #doc-content .document p {
  margin-bottom: 10px;
  font-size: 12px;
  word-spacing: 1px;
}
#document-container #doc-content .document h2 {
  font-family: caslon;
  font-size: 21px;
}
#document-container #doc-content .document h3 {
  font-family: univers;
  font-size: 17px;
}
#document-container #doc-content .document h4 {
  text-transform: uppercase;
}
#document-container #doc-content .document.parent h1 {
  font-family: caslon;
  font-size: 27px;
  font-weight: bold;
}
#document-container #doc-content .document ul {
  list-style: disc;
  list-style-type: disc;
  margin-left: 20px;
}
#document-container #doc-content .document ul li {
  list-style: disc;
  margin-bottom: 15px;
}
#document-container #doc-content .document .indent1 {
  margin-left: 30px;
}
#document-container #doc-content .document .indent2 {
  margin-left: 40px;
}
#document-container #doc-content .document .indent3 {
  margin-left: 50px;
}
#document-container #doc-content .document .indent4 {
  margin-left: 60px;
}
#document-container #doc-content .document .indent5 {
  margin-left: 70px;
}
#document-container #doc-content .document .indent6 {
  margin-left: 80px;
}
#document-container #doc-content .document .indent7 {
  margin-left: 90px;
}
footer #footer-content {
  width: 100%;
  overflow: auto;
}
footer #footer-content a:-webkit-any-link, footer #footer-content a:-webkit-any-link:hover {
  text-decoration: none !important;
}
footer .footer-container {
  float: left;
  width: 275px;
  margin-right: 20px;
}
footer .footer-container h2 {
  font-family: caslon;
  font-size: 19px;
  margin-bottom: 10px;
  text-transform: none;
}
footer .footer-container h2 a {
  text-transform: none;
}
footer .footer-container a {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  line-height: 18px;
}
footer .footer-campaign-links {
  width: 120px;
}
footer .footer-document {
  width: 150px;
  margin-right: 0;
}
#thankyou-wrapper #thankyou-header {
  text-align: center;
}
#thankyou-wrapper #thankyou-header #thankyou-header-wrapper {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  width: 430px;
}
#thankyou-wrapper #thankyou-header #thankyou-header-wrapper h1 {
  margin-bottom: 42px;
  font-family: caslon;
  font-size: 55px;
}
#thankyou-wrapper #thankyou-header #thankyou-header-wrapper #thankyou-header-description {
  font-family: univers;
  font-size: 11px;
  margin-bottom: 32px;
}
#thankyou-wrapper #thankyou-header-divider {
  padding: 16px 0px;
  border-top: 1px dashed #333;
  background-image: url('/static/images/bg-gradient.png');
  background-position: 0 0;
  background-repeat: repeat-x;
}
#thankyou-wrapper #thankyou-content {
  word-spacing: -3em;
  letter-spacing: -3px;
}
#thankyou-wrapper #thankyou-content .thankyou-column {
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 44px;
  width: 363px;
}
#thankyou-wrapper #thankyou-content .thankyou-column.last {
  margin-right: 0px;
}
#thankyou-wrapper #thankyou-content .thankyou-column h2 {
  font-family: caslon;
  font-size: 19px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #888;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items table {
  width: 100%;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items table td {
  vertical-align: middle;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items table td.product-name {
  max-width: 197px;
  padding-left: 16px;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items table td.price {
  text-align: right;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items table td.product-name span {
  display: block;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items table td.product-name span.mini-cart-productname-brand {
  font-weight: bold;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items table .total-spec-row td {
  font-family: univers;
  font-size: 14px;
  padding-bottom: 4px;
  white-space: nowrap;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items table .total-value-row td {
  font-size: 18px;
  padding-top: 8px;
  white-space: nowrap;
}
#thankyou-wrapper #thankyou-content .thankyou-column #thankyou-items .solid {
  border-top: 1px dotted #CCCCCC;
  margin: 16px 0;
}
#thankyou-wrapper #thankyou-content .thankyou-column .column-bottom {
  background-image: url("/static/images/divider.jpg");
  background-repeat: repeat-x;
  display: block;
  height: 4px;
  margin: 24px 0px;
}
#thankyou-wrapper #thankyou-content #delivery-column {
  font-family: univers;
  font-size: 14px;
}
#thankyou-wrapper #thankyou-content #delivery-column .address-wrapper {
  border-bottom: 1px dotted #888;
  padding-bottom: 16px;
}
#thankyou-wrapper #thankyou-content #delivery-column .address-wrapper #address {
  margin-left: 16px;
  margin-top: 16px;
  text-transform: uppercase;
}
#thankyou-wrapper #thankyou-content #delivery-column .delivery-info-wrapper {
  border-bottom: 1px dotted #888;
  padding: 16px 0px;
  font-family: univers;
  font-size: 11px;
  line-height: 16px;
}
#thankyou-wrapper #thankyou-content #delivery-column .delivery-info-wrapper h3 {
  font-family: univers;
  font-size: 14px;
  margin-bottom: 16px;
}
#thankyou-wrapper #thankyou-content #delivery-column .contact-wrapper {
  padding: 16px 0px 0px;
  font-family: univers;
  font-size: 11px;
  line-height: 16px;
}
#thankyou-wrapper #thankyou-content #delivery-column .contact-wrapper h3 {
  font-family: univers;
  font-size: 14px;
  margin-bottom: 16px;
}
#thankyou-wrapper #thankyou-content #social-column #thankyou-social-campaigns p {
  margin-bottom: 16px;
}
.tooltip {
  position: absolute;
  background: #333;
  color: white;
  border: #ccc;
  padding: 8px;
  margin-top: -30px;
}
#rescue-wrapper {
  text-align: center;
}
#rescue-wrapper .inner-content {
  width: 375px;
  display: inline-block;
  word-spacing: 0em;
  letter-spacing: 0px;
  zoom: 1;
  *display: inline;
  text-align: left;
}
#rescue-wrapper h1 {
  font-family: caslon;
  font-size: 19px;
  margin-bottom: 24px;
  text-align: left;
}
#rescue-wrapper img {
  margin-top: 24px;
}
.rescue h1 {
  font-family: caslon;
  font-size: 19px;
  margin-bottom: 24px;
}
/*
 * Non-semantic helper classes: please define your styles before this section.
 *//* for image replacement */.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Hide visually and from screenreaders, but maintain layout */.invisible {
  visibility: hidden;
}
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
/* fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */.clearfix {
  zoom: 1;
}
/*
 * media queries for responsive design
 * these follow after primary styles so they will successfully override.
 */@media all and (orientation:portrait) {
  /* style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) {
  /* style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ *//*	13-column layout
	60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
	---------------------------------------------------------------------------------------
	1     2      3      4      5      6      7      8      9      10     11     12     13
	60px  144px  228px  312px  396px  480px  564px  648px  732px  816px  900px  984px  1068px	*/@media only screen and (min-width: 1212px) {
  
}
/*	5-column layout
	60 px columns, 24 px gutters, 42 px margins, 480 px total
	---------------------------------------------------------
	1     2      3      4      5
	60px  144px  228px  312px  396px	*/@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
  	 j.mp/textsizeadjust */
  /* body { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/*	3-column layout
	60 px columns, 24 px gutters, 46 px margins, 320 px total
	---------------------------------------------------------
	1     2      3
	60px  144px  228px	*/@media only screen and (max-width: 479px) {
  /* uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
  	 j.mp/textsizeadjust */
  /* body { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/*
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
 */@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  
  /* black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
  
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  
  /* don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  
  @page  {
    margin: 0.5cm;
  }
  
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  
  h2, h3 {
    page-break-after: avoid;
  }
}
/* Import page specific styles *//*@import "sotw.less";*/
