@charset "UTF-8";
/* CSS Document */

@import "foundation.css";
@import "layout.css";
@import "object.css";
@import "utility.css";
@import "state.css";

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* ===================================

	2: print



  * {
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h1.
  h2,
  h3 {
    orphans: 3;
    widows: 3;
	color: #000 !important;
  }
  
  .ttlL ,.ttlM {
  color: #000 !important;
}
.ttlS {
  color: #000 !important;
}
.c-blk_bd1_p15 p, .c-blk_bd1_p15 li {
  color: #000 !important;
}
.ttlProductXs {
  color: #000 !important;
}
  h2,
  h3 {
    page-break-after: avoid;
	color: #000 !important;
  }
  select {
    background: #fff !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  html {
  overflow: auto;
}

img {
	background-color:#333;
}

#header,#productfooter,.footerbox-sap,footerbox {
	display:none;
}
====================================== */

html,body {
	height:auto;
	
}