html, body { height: 100%; }

body {
  background: #666 url(/images/backgrounds/background_1.jpg) no-repeat fixed center;
  background-size: cover;
  font-family: Tahoma,Arial,Liberation Sans,sans-serif;
  font-size: 11px;
  color: #eee;
}

/* No outline on focused elements */
:focus {
  outline: none;
}

h1, h2, h3 {
  text-shadow: 1px 1px 1px #222;
}

h1 {
  margin-bottom: 10px;
}

h1.model-name {
  margin-bottom: 0;
}

a.simpleLink {
  color: #eee;
  text-decoration: none;
}
a.simpleLink:hover {
  text-decoration: underline;
}

.textSmall {
  font-size: 10px;
}

.text {
  color: #fff;
  font-size: 11px;
}

.textBig {
  font-size: 12px;
}

.textLarge {
  font-size: 14px;
}

#contentarea {
  /*position: relative;*/

  background: #283859;
  min-height: 100%;
  margin: 0 auto;
}

#main {
  position: relative;
  min-height: 100%;
  /*width: 904px;*/
  width: 1235px;
  margin: 0 auto;
  /*background: #444;*/
  #background: #283859;
  /*border-left: 1px solid #283859;*/
  /*border-left: 1px solid #353535;*/
  /*border-right: 1px solid #0F1728385928;*/
  /*border-right: 1px solid #353535;*/
}

#navigation {
  height: 90px;
  position: relative;
}

#page {
  background: #283859;
  /*width: 904px;*/
  width: 1230px;
  /*border: 1px solid #F0F;*/
  padding: 0 2px;
  padding-bottom: 150px; /* Footer height */
  min-height: 900px;
}

#page img.side-decoration {
  width: 194px;
  /*border: 3px solid rgba(255,255,255,0.9);*/
}
#page img.main-decoration {
  width: 678px;
  /*border: 1px solid rgba(0,0,0,0.5);*/
}

/* Footer */
#footer {
  background: #283859;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1230px;
  height: 95px;
  padding: 15px 0 25px;
}
#footer a {
  color: #eee;
  font-size: 11px;
  text-decoration: underline;
}
#footer > table {
  margin: 0 auto;
}
#footer > table > tbody > tr > td {
  padding: 0 15px;
  vertical-align: top;
}
#footer > table table td:first-child {
  padding-right: 10px;
}
#footer [class^="icon-"]:before, #footer [class*=" icon-"]:before {
  font-size: 30px;
  margin-right: 5px;
}
#footer .icon-facebook-squared {
  color: #5C79FF;
}
#footer .icon-chat {
  color: #fff;
}
#footer .icon-phone {
  color: #90D24C;
}
#footer .icon-location {
  color: #FF666F;
}

#productSearch {
  width: 210px;
  padding: 3px;
}

/* Fehler */
i.error {
  color: red;
}
p.error {
  color: #f00;
  font-style: italic;
}
p.error:empty {
  display: none;
}

.contentHeading {
  height: 17px;
  margin-bottom: 12px;
  padding-top: 10px;
  border-bottom: 1px solid #546485;
  box-shadow: 0 1px 0 #666;
  font-size: 11px;
  color: #ddd;
  font-weight: bold;
  letter-spacing: 1px;
}

#heading {
  background: #283859;
  height: 17px;
  padding-top: 10px;
  margin: 20px 0 12px 5px;
  border-bottom: 1px solid #BBBBBB;
  box-shadow: 0 1px 0 #666;
  font-size: 11px;
  color: #ddd;
  font-weight: bold;
  letter-spacing: 1px;
}

.serviceGraphic {
  width: 200px;
  height: 294px;
  background-image: url("/images/lpic10.jpg");
}

.faqGraphic {
  width: 200px;
  height: 300px;
  background-image: url("/images/faqGraphic.png");
}

.siteNoticeGraphic {
  width: 200px;
  height: 305px;
  background-image: url("/images/lpic05.jpg");
}

.productMenuLink {
  display: block;
  padding-left: 5px;
  margin-bottom: 1px;
  color: #eee;
  text-decoration: none;
}

.productMenuLink:hover {
  color: #ff0000;
  background-color: #546485;
}

.productMenuLink.depth1 {
  padding-left: 10px;
}

.productMenuLink.depth2 {
  padding-left: 20px;
}

.productMenuLink.depth3 {
  padding-left: 30px;
}

.productMenuLink.depth4 {
  padding-left: 40px;
}

.productMenuLink.selected {
  color: #ff0000;
}

.sizeUnavailable {
  color: #222;
}

input[type=text], input[type=password], textarea, select {
  padding: 1px 3px;
  background-color: #546485;
  border: 1px solid #333;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 #333;
}
input[type=text], input[type=password], select {
  height: 26px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  outline: medium none;
  border-color: #292929;
  box-shadow: 0 0 1px #222 inset;
}

.ui-control-caption {
  margin-bottom: 3px;
}

/* Buttons */
input[type=submit], input[type=reset], a.button, button:not(.mz-button), a.button-long {
  background-color: #546485;
  background-image: -moz-linear-gradient(top , #283859, #546485);
  background-image: -webkit-linear-gradient(top , #283859, #546485);
  background-image: -o-linear-gradient(top , #283859, #546485);
  background-image: linear-gradient(top , #283859, #546485);
  border: 1px solid #333;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 1px 0 #777 inset;
  color: #fff;
  padding: 3px 10px;
  cursor: pointer;
  font-size: 13px;
}
input[type=submit], input[type=reset], button:not(.mz-button), .button-long {
  height: 26px;
}
a.button {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
input[type=submit]:hover, input[type=reset]:hover, .button:hover, button:not(.mz-button):hover, .button-long:hover {
  background-color: #283859;
  background-image: -moz-linear-gradient(top , #546485, #333);
  background-image: -webkit-linear-gradient(top , #546485, #333);
  background-image: -o-linear-gradient(top , #546485, #333);
  background-image: linear-gradient(top , #546485, #333);
}
a.button-long {
  display: block;
  height: 18px;
  text-align: center;
}

/* product sizes */
ul.sizes {
  list-style: none;
  *zoom: 1;
}
ul.sizes:before, ul.sizes:after {
  content: "";
  display: table;
}
ul.sizes:after {
  clear: both;
}
ul.sizes li {
  float: left;
  width: 71px;
  margin: 2px;
}
ul.sizes > li > a, ul.sizes > li > span {
  display: block;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
}
ul.sizes > li > span {
  height: 20px;
  line-height: 20px;
  border: 2px dashed #222;
}
ul.sizes > li > a {
  height: 24px;
  line-height: 24px;
  color: #eee;
  background-color: #222;
  text-decoration: none;
}
ul.sizes > li > a:hover, ul.sizes > li.active > a {
  background-color: #D90019;
}

/* Forms */
#formContact input[type=text], #formContact textarea,
#formAddress input[type=text], #formAddress select {
  margin: 2px 0;
}
#formAddress td, #formCheckoutPayment td, #formContact td {
  vertical-align: top;
}
#formContact input[type=text], #formContact textarea {
  width: 350px;
}
#formContact textarea {
  height: 100px;
}
#formAddress input[type=text], #formCheckoutPayment input[name=cardholder], #formCheckoutPayment select[name=cardtype], #formCheckoutPayment input[name=cardpan] {
  width: 280px;
}
#formAddress input[name='billing[street]'], #formAddress input[name='billing[city]'],
#formAddress input[name='shipping[street]'], #formAddress input[name='shipping[city]'] {
  width: 200px;
}
#formAddress input[name='billing[houseNr]'], #formAddress input[name='billing[zipcode]'],
#formAddress input[name='shipping[houseNr]'], #formAddress input[name='shipping[zipcode]'] {
  width: 77px;
}
#formCheckoutPayment select[name^=cardexpire] {
  width: 68px;
}
#formCheckoutPayment input[name=cardcvc2] {
  width: 140px;
}

.modelSelected {
  margin: 10px 0;
}

.product_categories:before, .product_categories:after {
  content: "";
  display: table;
}
.product_categories:after {
  clear: both;
}
.product_categories {
  *zoom: 1;
}
.product_categories a {
  float: left;
  width: 308px;
  margin: 3px;
  text-decoration: none;
  /*background-color: #546485;*/
  border: 1px solid #546485;
  border-radius: 5px;
  margin-bottom: 20px;

}
.product_categories a:hover {
  border: 1px solid #999;
}
.product_categories a:nth-child(n+3) {
  margin-top: 6px;
}
.product_categories div {
  width: 180px;
  height: 170px;
  margin: 0 auto;
  background-position: 0 0;
}
.product_categories div:hover {
  background-position: 0 180px;
}
.product_categories p {
  position: relative;
  top: -6px;
  text-align: center;
  color: #fff;
}

.boxHeading {
  height: 14px;
  background-color: #546485;
  background-image: -moz-linear-gradient(top , #546485, #546485);
  background-image: -webkit-linear-gradient(top , #546485, #546485);
  background-image: -o-linear-gradient(top , #546485, #546485);
  background-image: linear-gradient(top , #546485, #546485);
  border: 1px solid #333;
  box-shadow: 0 1px 0 #777 inset;
  font-weight: bold;
  padding: 3px 10px;
  _padding: 3px 8px 3px 10px; /* kind of a fix for the IE6 padding-right bug */
  color: #eee;
  margin-bottom: 10px;
}
.boxCell {
  padding: 3px 11px;
}
.boxContainer {
  background-color: #546485;
  padding-bottom: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.boxHeading a {
  font-weight: normal;
}

.separator {
  border-bottom: 1px solid #333;
  box-shadow: 0 1px 0 #666;
  margin: 10px 0;
}

.photo {
  padding: 1px;
  border: 5px solid #eee;
}

.photo img {
  margin: 0 auto;
}

.premiumStoreThumbContainer {
  width: 143px;
  height: 95px;
  background-color: #546485;
  padding: 0px;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-top: 5px;
}

.premiumStoreThumbContainer:hover {
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}

#lastSeenProductsBtn {
  padding: 5px;
  background-color: #546485;
  background-image: -moz-linear-gradient(top , #283859, #222);
  background-image: -webkit-linear-gradient(top , #283859, #222);
  background-image: -o-linear-gradient(top , #283859, #222);
  background-image: linear-gradient(top , #283859, #222);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #333;
  border-bottom: 0;
  box-shadow: 0 1px 0 #777 inset;
}

#lastSeenProducts {
  height: 0;
  padding: 0 5px;
  border-top-left-radius: 5px;
  border: 1px solid #333;
  background-color: #4a4a4a;
  background-image: -moz-linear-gradient(#595959, #283859);
  background-image: -webkit-linear-gradient(#595959, #283859);
  background-image: -o-linear-gradient(#595959, #283859);
  background-image: linear-gradient(#595959, #283859);
}

a.product-preview {
  position: relative;
  display: block;
  /*width: 128px;
  height: 248px;*/
  width: 242px;
  height: 370px;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  box-shadow: 0 1px #546485;
  background-color: #283859;
  /*transition-duration: 300ms;*/
}
a.product-preview:hover {
  border-color: #999;
}
a.product-preview > div:first-child {
  height: 315px;
  line-height: 315px;
  overflow: hidden;
  text-align: center;
}
a.product-preview > div:first-child img {
  vertical-align: middle;
}
a.product-preview > div:last-child {
  background-color: rgba(30, 30, 30, 0.5);
}
a.product-preview:hover div:last-child {
  background-color: rgba(220, 220, 220, 0.8);
}
a.product-preview > div:last-child > p:first-child {
  height: 46px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  color: #eee;
}
a.product-preview:hover > div:last-child > p:first-child {
  color: #222;
}
a.product-preview.priced {
  height: 268px;
}
a.product-preview.priced > div:last-child > p:last-child {
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #eee;
  font-size: 12px;
  font-weight: bold;
}
a.product-preview.new:before {
  content: url("/images/ribbonNew.png");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* Loading indicator while loading product preview image */
a.product-preview img {
  background-image: url('/images/product-preview-loading.gif');
  background-position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 125px;
}

.productMenuArrow {
  width: 16px;
  height: 16px;
  background: url("/images/ui/ui-icons_ffffff_256x240.png");
  background-position: -32px -16px;
}

.selected .productMenuArrow {
  width: 16px;
  height: 16px;
  background: url("/images/ui/ui-icons_ff0000_256x240.png");
  background-position: -64px -16px;
}

.selected.depth4 .productMenuArrow {
  width: 16px;
  height: 16px;
  background: url("/images/ui/ui-icons_ff0000_256x240.png");
  background-position: -32px -16px;
}

.productFeature {
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.productFeature.productFeatureDown {
  background: url("/images/feather.png") no-repeat scroll center center transparent;
}

/* checkout progress */
ul.checkout-progress {
  list-style-type: none;
  margin-bottom: 10px;
}
ul.checkout-progress li {
  display: block;
  float: left;
  width: 286px;
  height: 30px;
  background-color: #546485;
  padding: 10px 60px 0 60px;
  text-align: center;
  position: relative;
}
ul.checkout-progress li:not(:last-child) {
  margin-right: 3px;
}
ul.checkout-progress li.active {
  background-color: #6DB42C;
}
ul.checkout-progress li:not(:last-child):after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #546485;
  position: absolute; right: -20px; top: 0;
  z-index: 1;
}
ul.checkout-progress li.active:after {
  border-left-color: #6DB42C;
}
ul.checkout-progress li:not(:first-child):before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #444;
  position: absolute; left: 0; top: 0;
  padding: relative;
}

/* Payment */
#formCheckoutPayment table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
#formCheckoutPayment td {
  padding: 5px;
  background-color: #283859;
}

.multilabelstore, .monolabelstore {
  background-color: #546485;
}
.multilabelstore:not(:last-child), .monolabelstore:not(:last-child) {
  margin-bottom: 5px;
}
.multilabelstore table, .monolabelstore table {
  width: 100%;
  height: 80px;
}
.multilabelstore table td, .monolabelstore table td {
  vertical-align: top;
}
.multilabelstore table tr:first-child td:first-child, .monolabelstore table tr:first-child td:first-child {
  width: 250px;
}

/* Main Navigation */
nav:before, nav:after {
  content: "";
  display: table;
}
nav:after {
  clear: both;
}
nav {
  width: 795px;
  height: 26px;
  position: relative;
  top: -10px;
  *zoom: 1;
}
nav > ul {
  list-style-type: none;
}
nav > ul > li {
  float: left;
  margin: 0 2px;
}
nav > ul > li > a {
  display: block;
  width: 155px;
  padding: 2px 0;
  color: #fff;
  background-color: #283859;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
nav > ul > li > a:hover, nav > ul > li.active > a {
  background-color: #D90019;
  color: #fff;
}

/* scrollUp */
#scrollUp {
  display: none;
  position: fixed;
  right: 20px;
  top: 50%;
  width: 38px;
  height: 38px;
  background: url("/images/scroll_up.png") no-repeat;
}

/* Google Places Autocomplete */
.pac-container {
  background-color: #546485;
  border: 1px solid #333;
  padding: 1px;
}
.pac-item {
  border: 1px solid #546485;
  line-height: 1.5;
  padding: 2px 5px;
}
.pac-item:hover, .pac-item-selected {
  background-color: #999;
  border: 1px solid #333;
  border-radius: 4px;
}
.pac-icon {
  display: none;
}
.pac-matched {
  text-decoration: underline;
  font-weight: normal;
}
.pac-item, .pac-matched, .pac-item-query {
  color: #fff;
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
}
.pac-container:after {
  content:none !important;
}

/* Store Teaser */
.store-teaser {
  height: 230px;
  overflow: hidden;
  color: #eee;
  background-color: #283859;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

/* Alerts */
.alert-info, .alert-success, .alert-warning, .alert-error {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px;
  border-radius: 3px;
}
.alert-info {
  color: #00529B;
  background-color: #BDE5F8;
}
.alert-success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.alert-warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.alert-error {
  color: #D8000C;
  background-color: #FFBABA;
}

/* cms badges */
.badge {
  color: #546485;
  font-size: 16px;
  cursor: default;
  position: relative;
}
.badge-active {
  color: #d3d3d3;
}
.badge-active[data-counter]:after {
  content: attr(data-counter);
  position: absolute;
  right: -4px;
  top: -2px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  color: #000;
  background-color: #7FC31C;
}
.badge-active.icon-camera[data-counter="1"]:after {
  background-color: #F62A6A;
}
.badge-active.icon-camera[data-counter="2"]:after {
  background-color: #FDF23E;
}
.badge-active.icon-male {
  color: #1E8DE8;
}
.badge-active.icon-female {
  color: #F65E87;
}
.badge-active.icon-child {
  color: #FFE367;
}

/* Product Images */
.product-image-thumbs {
  margin-top: 20px;
  text-align: left;
}
.product-image-thumbs a {
  width: 70px;
  height: 105px;
  margin: 1px;
  line-height: 105px !important;
  text-align: center;
  border: 1px solid #2a2a2a;
  background-color: #283859;
}
.product-image-thumbs a:hover {
  border-color: #999;
}
.product-image-thumbs img {
  max-width: 70px;
  max-height: 100px;
  vertical-align: middle;
}

/* Flash notifications */
.flash {
  padding: 20px;
  margin-bottom: 12px;
  border-radius: 2px;
  text-align: center;
  color: #000;
  *zoom: 1;
}
.flash:before, .flash:after {
  content: "";
  display: table;
}
.flash:after {
  clear: both;
}
.flash-info {
  background-color: #7EC1E6;
}
.flash-success {
  background-color: #BBDF84;
}
.flash-warning {
  background-color: #FFCE5C;
}
.flash-error {
  background-color: #DB3D3D;
}
.flash .icon-cancel {
  float: right;
  cursor: pointer;
}

/* Links */
a.page-link, a[href^=mailto], #cart a {
  color: #eee;
  text-decoration: none;
}
.text-container a {
  color: #eee;
  text-decoration: underline;
}
a.page-link:hover, #footer a:hover, a[href^=mailto]:hover, #cart a:hover, .text-container a:hover {
  color: #f00;
}

a.slide, a.product-preview {
  text-decoration: none;
}

.product-images:before, .product-images:after {
  content: "";
  display: table;
}
.product-images:after {
  clear: both;
}
.product-images {
  *zoom: 1;
}
.product-images > div {
  float: left;
  position: relative;
  width: 223px;
  height: 350px;
  line-height: 350px;
  margin: 0 1px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
}
.product-images > div > img {
  vertical-align: middle;
}
.product-images > div > a {
  position: absolute;
  right: 1px;
  bottom: 1px;
}

.store-images:before, .store-images:after {
  content: "";
  display: table;
}
.store-images:after {
  clear: both;
}
.store-images {
  *zoom: 1;
}
.store-images > div {
  float: left;
  position: relative;
  width: 144px;
  height: 95px;
  margin: 1px;
  text-align: center;
  border: 2px solid #fff;
}
.store-images > div > a {
  position: absolute;
  right: 1px;;
  bottom: 1px;
}

#formJacketFinder table td {
  padding: 5px 0;
}

/* Product color palette */
ul.product-color-palette {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 30px;
  height: 15px;
  list-style: none;
  border: 1px solid #ccc;
  border-collapse: separate;
  border-spacing: 0;
}
ul.product-color-palette.product-color-palette-selected::after {
  position: absolute;
  top: -4px;
  left: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
ul.product-color-palette > li {
  display: table-cell;
  width: 100%;
  height: 100%;
}

.result_colors {
  visibility: hidden;
  z-index: 99;
  position: absolute;
  width: 235px;
  left: 4px;
  top: 334px;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.result_color {
  z-index: 100;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  margin-right: 1px;
  border: 1px solid #000;
  border-radius: 3px; color: #FFF;
  float: left;
  cursor: pointer!important;
}

.flag {
  opacity:.6;
}
.flag:hover, flag_active {
  opacity:1;
}

.cp {
  margin-top: 10px;
  margin-right: 8px;
  height: 80px;
  width: 60px;
  border: 1px solid #999999;
  float: left;
  background-image: url("/cp/1.jpg");
}

.cp:hover {
  border: 1px solid #DDDDDD;
}

.cp_active, .cp_active:hover {
  margin-top: 10px;
  margin-right: 5px;
  height: 80px;
  width: 60px;
  border: 1px solid #FF0000;
  float: left;
}
