
/* begin html_body ------------------------------> */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

body {
  background: url(images/bg_body.png) repeat-x left top #D2D2D6;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  font-size: 14pt;
  color: #24242E;
}

a { color: #B50900; }
a:hover { color: #D2D2D6; }

.nav { list-style: none; margin: 0; padding: 0; overflow: hidden; }
.nav li { float: left; margin: 0; padding: 5px 20px; }

h1, h2, h3, h4, .nav {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

h1 {
  border-bottom: solid 2px #B50900;
  font-size: 24pt;
  color: #B50900;
}

h2 {
  font-size: 18pt;
  color: #24242E;
}

h3 {
  font-size: 16pt;
  color: #B50900;
}

h4 {
  font-size: 14pt;
  color: #24242E;
}

.bod_d .hr {
  border-color: #B50900;
  border-width: 2px;
}

.view_port {
  width: 1000px;
  margin: 0 auto;
}

#header {
  background: url(images/bg_head.png) no-repeat left 10px;
  height: 550px;
  position: relative;
}
#header .nav { float: right; }
#header .nav .hit a { color: #333; }
#header #logo {
  display: block;
  width: 315px;
  height: 130px;
  position: absolute;
  top: 40px;
  left: 50px;
}
#header #logo h3 { visibility: hidden; }

#main {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
  background: white;
}
.main .view_port { padding: 60px 0; }

.breadcrumbs { padding: 5px 10px; }

#footer {
  text-align: right;
  padding: 5px 10px 30px;
}
#footer a { color: #666; }
#footer a:hover { color: white; }

@media screen and (min-width: 601px) and (max-width: 959px) {
  body { background-image: url(images/bg_body_m.png); }
  #header {
    background: url(images/bg_head_m.png) no-repeat left 6px;
    height: 321px;
  }
  #header #logo {
    width: 189px;
    height: 78px;
    position: absolute;
    top: 24px;
    left: 30px;
  }
}

@media screen and (max-width: 600px) {
  body { background-image: url(images/bg_body_s.png); }
  #header {
    background: url(images/bg_head_s.png) no-repeat left 3px;
    height: 160px;
  }
  #header #logo {
    width: 94px;
    height: 39px;
    position: absolute;
    top: 12px;
    left: 15px;
  }
}
/* <-------------------------------- end html_body */

/* begin border_top_cell ------------------------------> */
.border_top_cell .bod_d {
  border-top: solid 1px #B50900;
  margin-top: 9px;
}
/* <-------------------------------- end border_top_cell */

/* begin border_right_cell ------------------------------> */
.border_right_cell .bod_d {
  border-right: solid 1px #B50900;
  margin-right: 9px;
}
/* <-------------------------------- end border_right_cell */

/* begin border_bottom_cell ------------------------------> */
.border_bottom_cell .bod_d {
  border-bottom: solid 1px #B50900;
  margin-bottom: 9px;
}
/* <-------------------------------- end border_bottom_cell */

/* begin border_left_cell ------------------------------> */
.border_left_cell .bod_d {
  border-left: solid 1px #B50900;
  margin-left: 9px;
}
/* <-------------------------------- end border_left_cell */

/* begin grey_back_cell ------------------------------> */
.grey_back_cell { color: #333; }
.grey_back_cell .bod_d { background: #CCC; }
.grey_back_cell h2, .grey_back_cell h4, .grey_back_cell a:hover { color: white; }
.grey_back_cell .hr { border-color: #333; }
/* <-------------------------------- end grey_back_cell */

/* begin dark_back_cell ------------------------------> */
.dark_back_cell { color: white; }
.dark_back_cell .bod_d { background: #24242E; }
.dark_back_cell h2, .dark_back_cell h4 { color: #CCC; }
.dark_back_cell a:hover { color: white; }
.dark_back_cell .hr { border-color: white; }
/* <-------------------------------- end dark_back_cell */

/* begin list_obj ------------------------------> */
.list_obj {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  
  border: solid 2px #333;
  vertical-align: top;
  text-align: left; 
  margin: 5px 0;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.list_obj .d_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.list_obj .d_label {
  background: #333;
  font-size: 12pt;
  font-weight: 400;
  line-height: 1em;
  color: white;
  padding: 5px;
}
.list_obj .d_data { padding: 5px; }
.list_obj .d_img img { width: 90px; }
.list_obj .d_img {
  padding: 0 5px 0 0;
  margin: 0;
  float: left;
  overflow: hidden;
}
.list_obj .d_pdf {
  display: block;
  font-size: 8pt;
  float: right;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 4;
}
.list_obj .d_pdf_nbsp { height: 20px; }
.list_obj .d_rrp {
  font-size: 12pt;
  color: white;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 4;
}
/* <-------------------------------- end list_obj */

/* begin div_obj ------------------------------> */
.div_obj {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  
  border: solid 2px #333;
  width: 150px;
  min-height: 150px;
  _height: 150px;
  margin: 5px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.div_obj .d_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.div_obj .d_label {
  background: #333;
  font-size: 8pt;
  font-weight: 400;
  color: white;
  padding: 5px;
}
.div_obj .d_data {
  display: block;
  font-size: 8pt;
  _height: 30px;
  min-height: 30px;
  padding: 5px;
  margin: 0;
}
.div_obj .d_img img { width: 100%; }
.div_obj .d_img { overflow: hidden; }
.div_obj .d_aux {
  font-size: 8pt;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.div_obj .d_pdf {
  display: block;
  text-align: right;
  padding: 3px 5px;
}
.div_obj .d_rrp {
  font-size: 13pt;
  vertical-align: middle;
}
.div_obj .nbsp_pdf {
  display: block;
  height: 18px;
}
.div_obj .nbsp_add {
  display: block;
  height: 23px;
}
/* <-------------------------------- end div_obj */

/* begin shl_obj ------------------------------> */
.shl_obj {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  
  border: solid 2px #333;
  width: 150px;
  min-height: 150px;
  _height: 150px;
  margin: 5px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.shl_obj .d_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.shl_obj .d_label {
  background: #333;
  font-size: 8pt;
  font-weight: 400;
  color: white;
  padding: 5px;
}
.shl_obj .d_data {
  display: block;
  font-size: 8pt;
  _height: 30px;
  min-height: 30px;
  padding: 5px;
  margin: 0;
}
.shl_obj .d_img img { width: 100%; }
.shl_obj .d_img { overflow: hidden; }
.shl_obj .d_aux {
  font-size: 8pt;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.shl_obj .d_pdf {
  display: block;
  text-align: right;
  padding: 3px 5px;
}
.shl_obj .d_rrp {
  font-size: 13pt;
  vertical-align: middle;
}
.shl_obj .nbsp_pdf {
  display: block;
  height: 16px;
}
.shl_obj .nbsp_add {
  display: block;
  height: 23px;
}
/* <-------------------------------- end shl_obj */

/* begin dat_all ------------------------------> */
.nbsp_btn {
  width: 20px;
  height: 20px;
}
.add_btn .nbsp_btn { background: url(images/_add.png) no-repeat left top; }
.rem_btn .nbsp_btn { background: url(images/_rem.png) no-repeat left top; }
.rem_all_btn .nbsp_btn { background: url(images/_rem.png) no-repeat left top; }
.cart_qty input { text-align: center; }
.list_obj .inline,
.div_obj .inline,
.shl_obj .inline { vertical-align: text-top; }
/* <-------------------------------- end dat_all */

/* begin cart_obj ------------------------------> */
.cart_obj {
  line-height: 1em;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
.cart_obj:nth-child(2n+2) { background: #CCC; }
.cart_obj .inline { vertical-align: middle; }
.cart_obj .d_img {
  width: 50px;
  margin-right: 10px;
}
.cart_obj .left {
  text-align: left;
  width: 49%;
}
.cart_obj .d_img img { width: 100%; }
.cart_obj .d_label { }
.cart_obj .right {
  text-align: right;
  width: 49%;
}
.cart_obj .d_price { margin-right: 20px; }
.cart_obj .d_qty {
  text-align: center;
  height: 20px;
  width: 20%;
}
.cart_obj .d_sub { width: 20%; }
/* <-------------------------------- end cart_obj */

/* begin cart_list ------------------------------> */
.cart_head {
  background: #333 !important;
  color: white;
}
.cart_head .d_price { margin-right: 20px; }
.cart_head .d_qty {
  border: none;
  height: auto !important;
}
.cart_head .d_sub { margin-right: 10px; }
.cart_head .inline { vertical-align: text-bottom; }
.cart_obj .d_qty {
  height: 25px;
  text-align: center;
  width: 30%;
}
/* <-------------------------------- end cart_list */

/* begin cart_total ------------------------------> */
.cart_total p { text-align: right; }
.cart_total .inline { width: 90px; }
.cart_total .total { border-top: solid 1px #333; }
.cart_total .cart_tax { color: #AAA; }
/* <-------------------------------- end cart_total */

/* begin search ------------------------------> */
.search_form {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #333;
  height: 20px;
  width: 100%;
  padding: 2px;
  position: relative;
}
.search_form .search_txt {
  border: none;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 2px;
  right: 22px;
}
.search_form .nbsp_btn {
  background: url(images/_search.png) no-repeat left top;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 2px;
  z-index: 1;
}
/* <-------------------------------- end search */

/* begin categories ------------------------------> */
.prod_cats {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.prod_cats li {
  margin: 0 !important;
  padding: 0 !important;
}
.prod_cats li ul {
  margin-left: 5px !important;
  padding-left: 5px !important;
}
.prod_cats a { color: #333; }
.prod_cats .proud a, .prod_cats .hit a { color: #210; }
.prod_cats a:hover { color: black; }
.prod_cats ul a { color: #666; }
.prod_cats .proud ul a { color: #543; }
.prod_cats ul a:hover { color: #333; }
.prod_cats ul .hit a { color: black; }
/* <-------------------------------- end categories */
