/* Mixins */
/* Base Styles */
html {
  height: 100%; }

body {
  font-size: 16px;
  font-family: Arial, Sans-Serif;
  line-height: 24px;
  color: #414042; }
  body.body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top left; }
  body > form {
    height: 100%; }

a {
  color: #0000ee;
  text-decoration: none; }
  a > img {
    border: none; }

.clear {
  clear: both; }

/* Headings */
h1 {
  font-size: 32px;
  color: #ff2c00;
  font-family: "Arial Black", Arial, sans-serif;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 12px; }

h2 {
  font-size: 24px;
  color: #414042; }

/* Page Layout */
#divWrap {
  min-height: 100%; }
  #divWrap #divWrapContainer {
    margin: 0 auto;
    padding-bottom: 76px;
    /* for footer shift-up */ }

* html #divWrap {
  height: 100%; }

#divFooter {
  margin-top: -76px;
  /*footer shift-up*/
  position: relative;
  height: 76px; }

#aDigerati {
  float: right; }

/* Page Specific */
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Form Elements */
input.tbxStyle {
  width: 250px;
  font-size: 16px;
  font-family: Arial, Sans-Serif; }

textarea.tbxStyle {
  width: 250px;
  height: 100px;
  font-size: 16px;
  font-family: Arial, Sans-Serif;
  resize: vertical; }

.btnStyle {
  position: relative;
  display: inline-block;
  font-family: Arial, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #f72a00;
  background-color: #db1a00;
  background-color: #f72a00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f72a00), to(#db1a00));
  background-image: -webkit-linear-gradient(top, #f72a00, #db1a00);
  background-image: -moz-linear-gradient(top, #f72a00, #db1a00);
  background-image: -ms-linear-gradient(top, #f72a00, #db1a00);
  background-image: -o-linear-gradient(top, #f72a00, #db1a00);
  background-image: linear-gradient(to bottom, #f72a00, #db1a00);
  padding: 4px 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 3px 0px #4d4d4d;
  -moz-box-shadow: inset 0 2px 3px 0px #4d4d4d;
  box-shadow: inset 0 2px 3px 0px #4d4d4d;
  -webkit-box-shadow: 0 2px 3px 0px #4d4d4d, inset 0 1px 1px #f48566;
  -moz-box-shadow: 0 2px 3px 0px #4d4d4d, inset 0 1px 1px #f48566;
  box-shadow: 0 2px 3px 0px #4d4d4d, inset 0 1px 1px #f48566; }
  .btnStyle:hover {
    background-color: #f72a00;
    background-color: #f72a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f72a00), to(#f72a00));
    background-image: -webkit-linear-gradient(top, #f72a00, #f72a00);
    background-image: -moz-linear-gradient(top, #f72a00, #f72a00);
    background-image: -ms-linear-gradient(top, #f72a00, #f72a00);
    background-image: -o-linear-gradient(top, #f72a00, #f72a00);
    background-image: linear-gradient(to bottom, #f72a00, #f72a00); }

.no-bg {
  width: auto !important;
  background-image: none !important; }

/*Navigation*/
#divNav {
  float: right;
  margin-top: 7px; }
  #divNav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none; }
    #divNav ul li {
      margin: 0;
      padding: 0;
      float: left;
      margin: 0 0 0 13px; }
      #divNav ul li:last-child a:after {
        content: '';
        margin-left: 0; }
      #divNav ul li a {
        display: block;
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
        color: #fff;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        -ms-transition: 0.1s linear all;
        -o-transition: 0.1s linear all;
        transition: 0.1s linear all; }
        #divNav ul li a:after {
          margin-left: 13px;
          font-weight: normal;
          content: '/';
          color: #fff; }
      #divNav ul li:hover a {
        color: #000; }

#head {
  height: 127px;
  margin-bottom: 21px;
  background-color: #f22800;
  border-bottom: 1px solid #ff8f35;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }
  #head .center {
    position: relative;
    width: 938px;
    height: 127px;
    margin: 0 auto;
    background-image: url("/Images/logo.png");
    background-repeat: no-repeat;
    background-position: 25px 5px;
    -webkit-box-sizing: border-box;
    /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box;
    /* Firefox 1+ */
    box-sizing: border-box;
    /* Chrome, IE8+, Opera, Safari 5.1*/
    padding: 0 0 0 135px; }

#cart {
  letter-spacing: 1px;
  font-size: 12px;
  float: right;
  margin: 2px 0 0 0;
  color: #fff;
  padding-left: 29px;
  background-image: url("/Images/cart.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 32px;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  /* <=iOS4, <= Android  2.3 */
  -moz-box-sizing: border-box;
  /* Firefox 1+ */
  box-sizing: border-box;
  /* Chrome, IE8+, Opera, Safari 5.1*/ }
  #cart a {
    font-size: inherit;
    color: inherit;
    text-transform: uppercase; }

#contactInfo {
  color: #000;
  font-size: 18px;
  float: right;
  text-align: right; }
  #contactInfo .enquire {
    font-weight: bold; }

#bodyContent {
  overflow: hidden;
  margin-bottom: 20px; }
  #bodyContent .center {
    width: 960px;
    margin: 0 auto; }

#homeContent {
  position: relative;
  border: 1px #e6e7e8 solid;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  /* <=iOS4, <= Android  2.3 */
  -moz-box-sizing: border-box;
  /* Firefox 1+ */
  box-sizing: border-box;
  /* Chrome, IE8+, Opera, Safari 5.1*/
  padding: 15px 27px 18px 29px; }
  #homeContent #homeLeft {
    float: left;
    width: 434px;
    height: 376px;
    border: 1px #e6e7e8 solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box;
    /* Firefox 1+ */
    box-sizing: border-box;
    /* Chrome, IE8+, Opera, Safari 5.1*/
    padding: 23px 15px 0 15px; }
    #homeContent #homeLeft .imageContainer {
      position: relative;
      width: 401px;
      height: 246px;
      overflow: hidden; }
      #homeContent #homeLeft .imageContainer img {
        min-width: 401px;
        min-height: 246px; }
      #homeContent #homeLeft .imageContainer #prevImage {
        position: absolute;
        left: 0;
        top: 98px;
        background-image: url("/Images/galleryButtons.png");
        width: 36px;
        height: 43px;
        z-index: 5;
        cursor: pointer; }
      #homeContent #homeLeft .imageContainer #nextImage {
        position: absolute;
        right: 0;
        top: 98px;
        background-image: url("/Images/galleryButtons.png");
        background-position: -36px;
        width: 36px;
        height: 43px;
        z-index: 5;
        cursor: pointer; }
    #homeContent #homeLeft #imitationSheets {
      display: block;
      width: 359px;
      height: 77px;
      background-color: green;
      background-image: url("/Images/imitationSheets.png");
      margin: 0 auto;
      margin-top: 17px; }
  #homeContent #homeRight {
    float: right;
    width: 449px; }
    #homeContent #homeRight #fullRange {
      position: relative;
      width: 136px;
      height: 26px;
      display: block;
      background-image: url("/Images/btnFullRangeXSl.png");
      margin: -10px auto 0 auto; }
    #homeContent #homeRight .aFreeProduct {
      margin: -20px auto 0 auto;
      width: 448px;
      height: 111px;
      display: block;
      background-image: url("/Images/30offSale.png"); }

.boxImageContainer iframe {
  padding: 10px;
  top: 35px !important;
  display: block !important; }

.productBoxes.left .productBox {
  position: relative;
  float: left;
  margin-bottom: 0; }

.productBoxes.small {
  margin-top: 21px; }
  .productBoxes.small .productBox {
    display: block;
    width: 224px;
    margin-right: 27px;
    margin-bottom: 16px;
    height: 172px;
    border: 1px solid #e6e7e8;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
    .productBoxes.small .productBox:last-child {
      margin-right: 0; }
    .productBoxes.small .productBox .boxImageContainer {
      width: 224px;
      height: 132px;
      overflow: hidden; }
      .productBoxes.small .productBox .boxImageContainer img {
        min-width: 224px;
        max-width: 224px;
        min-height: 132px; }
    .productBoxes.small .productBox .prevImage, .productBoxes.small .productBox .nextImage {
      display: none; }
    .productBoxes.small .productBox .text {
      padding: 9px 0;
      text-align: center;
      font-size: 13px;
      color: #ff2c00;
      font-weight: bold; }

.productBoxes {
  margin-top: 21px;
  position: relative; }
  .productBoxes .productBox {
    display: block;
    width: 300px;
    margin-right: 27px;
    margin-bottom: 16px;
    height: 232px;
    border: 1px solid #e6e7e8;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    position: relative; }
    .productBoxes .productBox:last-child {
      margin-right: 0; }
    .productBoxes .productBox .boxImageContainer {
      width: 300px;
      height: 179px;
      overflow: hidden; }
      .productBoxes .productBox .boxImageContainer img {
        min-width: 300px;
        min-height: 179px; }
    .productBoxes .productBox .text {
      padding: 18px 0;
      text-align: center;
      font-size: 20px;
      color: #ff2c00;
      font-weight: bold; }
      .productBoxes .productBox .text a {
        color: #ff2c00; }
    .productBoxes .productBox .nextImage, .productBoxes .productBox .prevImage {
      width: 27px;
      height: 32px;
      background-image: url("/Images/galleryButtonsSmall.png");
      position: absolute;
      top: 90px;
      z-index: 10;
      cursor: pointer; }
    .productBoxes .productBox .nextImage {
      background-position: -27px 0;
      right: 0; }

#footer {
  margin: 0 auto;
  width: 910px;
  height: 60px;
  padding-top: 16px;
  background-image: url("/Images/footerBg.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #939598;
  font-size: 14px;
  text-align: center; }
  #footer #footLeft {
    float: left;
    line-height: 14px; }

#pagePath {
  height: 30px;
  font-size: 12px;
  color: #1e0001;
  font-style: italic; }
  #pagePath a {
    color: #f42900; }
    #pagePath a:hover {
      text-decoration: underline; }

#leftContent {
  width: 690px;
  float: left;
  position: relative;
  padding-bottom: 109px;
  font-size: 16px;
  color: #58595b; }
  #leftContent h1 {
    font-size: 30px;
    margin-top: 0px; }
  #leftContent .aFreeProduct {
    display: block;
    margin: 25px auto 0;
    width: 448px;
    height: 111px;
    background-image: url("/Images/30offSale.png"); }
  #leftContent input[type=text] {
    width: 211px;
    height: 32px;
    border: 1px solid #88898b;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box;
    /* Firefox 1+ */
    box-sizing: border-box;
    /* Chrome, IE8+, Opera, Safari 5.1*/
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 6px;
    outline: none; }
  #leftContent input[type=submit] {
    width: 86px;
    height: 28px;
    background-image: url("/Images/submit.png");
    border: none;
    outline: none;
    cursor: pointer; }

#rightSidebar {
  width: 230px;
  float: right; }
  #rightSidebar #fullRange {
    display: block;
    width: 226px;
    height: 38px;
    background-image: url("/Images/btnFullRangeSmall.png"); }

.products .center {
  position: relative; }
  .products .center > h1 {
    color: #ff2c00;
    font-size: 30px;
    float: left;
    margin: 0; }
.products .aFreeProduct {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 303px;
  height: 75px;
  background-image: url("/Images/30offSaleSmall.png"); }
.products #productsContainer {
  margin-top: 28px; }
  .products #productsContainer .productItem {
    display: block;
    width: 300px;
    height: 270px;
    border-bottom: 1px solid #a6a7a9;
    float: left;
    margin: 0 20px 57px 0;
    color: #6d6e71;
    font-size: 16px;
    position: relative; }
    .products #productsContainer .productItem .imageContainer {
      width: 300px;
      height: 225px;
      overflow: hidden; }
      .products #productsContainer .productItem .imageContainer img {
        min-width: 300px;
        min-height: 225px; }
    .products #productsContainer .productItem .title {
      float: left;
      margin: 11px 0 0 13px;
      width: 210px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .products #productsContainer .productItem .title a {
        color: #414042; }
    .products #productsContainer .productItem .price {
      float: right;
      margin: 11px 11px 0 0;
      font-size: 13px;
      font-weight: bold;
      color: red; }
      .products #productsContainer .productItem .price span {
        padding: 0 5px 0 0;
        font-weight: normal;
        color: #414042;
        text-decoration: line-through; }
    .products #productsContainer .productItem:hover {
      color: #fff;
      background-color: #000; }
    .products #productsContainer .productItem .tag {
      width: 96px;
      height: 35px;
      position: absolute;
      top: 27px;
      left: 0;
      display: none; }
    .products #productsContainer .productItem.new .tag {
      display: block;
      background-image: url("/Images/newTag.png"); }
    .products #productsContainer .productItem.sale .tag {
      display: block;
      background-image: url("/Images/saleTag.png"); }
    .products #productsContainer .productItem > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      z-index: 999;
      display: none\9; }
.products #pag {
  float: right;
  color: #1e0001;
  font-size: 12px;
  margin-right: 35px; }
  .products #pag a {
    color: #1e0001;
    font-size: 12px;
    margin-left: 5px; }
    .products #pag a.button {
      display: inline-block;
      background-color: #f05133;
      background-color: #f05133;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f05133), to(#c01f00));
      background-image: -webkit-linear-gradient(top, #f05133, #c01f00);
      background-image: -moz-linear-gradient(top, #f05133, #c01f00);
      background-image: -ms-linear-gradient(top, #f05133, #c01f00);
      background-image: -o-linear-gradient(top, #f05133, #c01f00);
      background-image: linear-gradient(to bottom, #f05133, #c01f00);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      color: #fff;
      font-size: 10px;
      padding: 0 10px; }

.productInformation .productImage {
  float: left;
  width: 300px; }
  .productInformation .productImage .imageContainer {
    width: 300px;
    height: 225px;
    overflow: hidden; }
    .productInformation .productImage .imageContainer img {
      min-width: 300px;
      min-height: 225px; }
.productInformation .productDesc {
  float: right;
  width: 350px;
  color: #231f20;
  font-size: 15px; }
  .productInformation .productDesc h1 {
    font-weight: bold;
    font-size: 20px !important;
    color: #231f20;
    margin-top: 0; }
  .productInformation .productDesc .price {
    font-size: 20px;
    color: #231f20;
    margin-bottom: 15px; }
  .productInformation .productDesc input[type=text] {
    width: 30px !important;
    height: 20px !important;
    padding: 2px !important;
    margin-top: 10px !important; }
  .productInformation .productDesc input[type=submit] {
    width: 154px !important;
    height: 41px !important;
    margin-top: 5px;
    background-image: url("/Images/addCart.png") !important; }
.productInformation .otherProducts h2 {
  width: 647px;
  border-bottom: 1px solid #a6a7aa;
  font-size: 16px;
  color: #6d6e71;
  font-weight: normal;
  padding-left: 4px; }
.productInformation .otherProducts .productItem {
  float: left;
  margin-right: 9px;
  width: 209px;
  overflow: hidden;
  color: #6d6e71;
  font-size: 14px;
  position: relative; }
  .productInformation .otherProducts .productItem .title {
    float: left;
    margin: 2px 0 0 2px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .productInformation .otherProducts .productItem .title a {
      color: #414042; }
  .productInformation .otherProducts .productItem .price {
    float: right;
    margin: 2px 0 0 2px; }
  .productInformation .otherProducts .productItem > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

#homeLink {
  display: block;
  top: 3px;
  left: 25px;
  width: 115px;
  height: 123px;
  position: absolute; }

#cartList input.qty {
  width: 40px !important;
  height: 25px !important;
  margin: 0;
  display: block;
  border: 1px solid #88898b;
  border-radius: 3px;
  text-align: center; }
#cartList td, #cartList th {
  text-align: left; }
  #cartList td a, #cartList th a {
    color: #414042;
    display: block; }
#cartList .titleItem {
  width: 420px; }
#cartList .titleQty {
  width: 100px; }
#cartList .titlePrice {
  width: 87px; }
#cartList td {
  margin: 3px 0;
  padding: 3px; }
#cartList tr:nth-child(2n) {
  background-color: #eee; }
#cartList thead tr:hover {
  background-color: transparent; }
#cartList tr:hover {
  background-color: #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#cartList #totalPrice {
  float: right;
  font-size: 18px;
  width: 88px;
  margin-top: 5px; }

.right {
  float: right; }

.selStyle {
  padding: 10px;
  width: 50%; }

.required {
  margin: 0 0 0 25px;
  padding: 0 10px 0 10px;
  display: inline-block;
  height: 25px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  line-height: 25px;
  color: #fff;
  background-color: #f72a00; }
  .required:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin-left: -22px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f72a00; }

#divCheckout {
  margin-top: 30px; }
  #divCheckout > div {
    clear: both;
    padding-top: 7px; }
    #divCheckout > div .label {
      float: left;
      width: 175px;
      line-height: 32px; }
    #divCheckout > div .input {
      float: left; }
      #divCheckout > div .input input[type=text] {
        width: 300px; }

.home .viewLatest {
  display: block; }

.viewLatest {
  display: none;
  position: absolute;
  right: 20%;
  top: 0px;
  z-index: 100;
  background-color: white;
  padding: 10px 20px;
  border: 1px solid #e6e7e8; }
  .viewLatest a {
    font-size: 20px;
    color: red;
    font-weight: 700; }

/*# sourceMappingURL=Website.css.map */
