/*- colours ------------------------------------------------------------------*/
#colours {
  color: #000000;
  color: #444444;
  color: #606060;
  color: #ffffff;
}

/*- reset --------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
  font-weight: bold;
}
body {
  font-family: Arial, sans-serif;
  padding: 10px;
	font-size: 11px;
}
/* <= IE 6 */
body.design {
  background: #fff url(images/body_bg.jpg) no-repeat;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
  color: #606060;
	margin: 0px 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
}

/*- links --------------------------------------------------------------------*/

body.design a {
	cursor: pointer;
  text-decoration: underline;
}
body.design a:link,
body.design a:visited {
	color: #444444;
}
body.design a:hover,
body.design a:focus,
body.design a:active {
  color: #444444;
}
p {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 0px 20px;
}
img {
	border: 0;
}

.clear {
  clear: both;
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 0px;
}

/*- site ---------------------------------------------------------------------*/

.container {
  width: 992px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
  .header {
    background: url(images/header_bg.gif) no-repeat 3px 0px;
    margin-bottom: 9px;
  }
    .topnav {
      position: absolute;
      top: 14px;
      right: 10px;
      height: 100px;
      font-size: 14px;
      font-weight: bold;
      text-transform: capitalize;
      text-align: right;
    }
      .topnav ul {
        list-style-type: none;
        margin: 0px;
      }
        .topnav li {
          float: left;
          display: inline;
          margin: 0px 0px 0px 10px;
        }
          .topnav li a {
            display: block;
            float: left;
            height: 26px;
            color: #4d514e;
            text-decoration: none;
          }
          body.design .topnav li a.selected {
            background: url(images/top_nav_right.jpg) no-repeat top right;
            color: #fff;
          }
            .topnav li a span {
              display: block;
              float: left;
              height: 26px;
              padding: 6px 25px;
            }
            .topnav li a span.selected {
              background: url(images/top_nav_left.jpg) no-repeat top left;
            }

    .logo {
      padding: 2px 0px 0px 14px;
    }

    .account_tools {
      color: #fff;
      text-align: right;
      position: absolute;
      top: 63px;
      right: 255px;
      width: 270px;
      height: 50px;
      font-size: 14px;
    }
      .account_tools a {
        color: #fff !important;
        text-decoration: none !important;
      }
      .account_tools a:hover {
        text-decoration: underline !important;
      }
    
    .search {
      background: url(images/icon_search.jpg) no-repeat 0px 12px;
      position: absolute;
      top: 47px;
      right: 20px;
      width: 226px;
      height: 40px;
      text-align: right;
    }
      .search input.text {
        border: 1px solid #cecece;
        width: 152px;
      }
      .search input#btn_top_search {
        position: relative;
        top: 13px;
        border: none;
      }
    .strapline {
      position: absolute;
      top: 105px;
      right: 214px;
      font-size: 14px;
      color: #fff;
    }
    .call2action {
      background: url(images/icon_phone.jpg) no-repeat top left;
      position: absolute;
      top: 96px;
      right: 25px;
      width: 176px;
      font-size: 20px;
      color: #fff;
      text-align: right;
      padding: 8px 0px;
    }
  .main {
  }
  
  .sidebar {
    float: left;
    display: inline;
    width: 250px;
  }
    .sidebar .shop_by {
      background: #d1d1d1 url(images/shop_by_bg.jpg) no-repeat top left;
      width: 220px;
      margin-bottom: 10px;
    }
      .shop_by h3 {
        padding: 10px 0px 0px 40px;
        color: #D41000;
        font-weight: bold;
      }
      .shop_by ul {
        list-style-type: none;
        margin: 10px 30px 20px 38px;;
      }
        .shop_by li {
          border-bottom: 1px dashed grey;
          padding: 4px 0px;
        }
        .shop_by li.last {
          border-bottom: none;
        }
          body.design .shop_by li a {
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            color: #4D524E;
          }

    .quick_search {
      background: url(images/search_bg.png) no-repeat top left;
      height: 50px;
      margin-bottom: 2px;
    }
      .filter {
        padding: 5px 0px 0px 185px;
      }
        .filter select {
          width: 140px;
          margin-right: 12px;
          border: 1px solid #cecece;
          font-size: 11px;
          height: 20px;
        }
        .filter input#btn_filter {
          position: relative;
          top: 9px;
        }
      .larger_link {
        float: right;
        display: inline;
        width: 252px;
        height: 43px;
      }
        .larger_link img {
          margin: 3px 0px 0px 0px;
        }
  
  .col_left {
    width: 490px;
    float: left;
    display: inline;
  }
  .col_right {
    width: 490px;
    float: left;
    display: inline;
  }
    .col_inner {
      padding: 10px 12px;;
      font-size: 12px;
      font-weight: bold;
      color: #525152;
    }
      .col_inner a,
      .col_inner strong {
        font-style: italic;
        color: #000;
        font-size: 16px;
      }
  .footer {
    background: url(images/footer_bg.png) no-repeat top left;
    height: 58px;
    margin: 0px 0px 2px 4px;
    text-align: center;
    color: #fff;
    line-height: 17px;
  }
    .copyright {
      padding-top: 2px;
    }
    body.design .footernav a,
    body.design .netbiz a {
      color: #fff;
      text-decoration: none;
    }
  .cards {
    text-align: center;
    padding: 5px 0px 20px 0px;
  }

.home_boxes {
  width: 100%;
  float: left;
  clear: both;
}
  .home_boxes_left {
    width: 496px;
    float: left;
  }
    .home_wide_banner {
      
    }
    .home_newsletter {
      background: url(images/newsletter_bg.jpg) no-repeat top left;
      width: 246px;
      float: left;
      height: 202px;
    }
      .home_newsletter_inner {
        padding: 70px 20px 0px 20px;
      }
        #newsletter_email {
          border: 1px solid #ccc;
        }
    .home_special {
      width: 246px;
      float: left;
    }
  .home_boxes_right {
    width: 490px;
    float: left;
  }
    .home_sq_banners {
      width: 246px;
      float: left;
    }
    .home_christmas_tree {
      width: 244px;
      float: left;
    }
      .home_christmas_tree img {
        margin: 60px 0px 0px 7px;
      }
      .home_christmas_tree_rental {
        position: relative;
      }
        .featured_overlay {
          background: url(images/featured_product_overlay.png) no-repeat top right;
          position: absolute;
          top: 0px;
          left: 0px;
          padding: 330px 5px 0px 5px;
          font-size: 22px;
          font-weight: bold;
          font-style: italic;
        }
          body.design .featured_overlay a {
            color: #AFAFB1;
            text-decoration: none;
          }
          .featured_overlay .price {
            color: #fff;
          }

/*- boxes --------------------------------------------------------------------*/

.full_header {
  background: url(images/full_header.png) no-repeat top left;
  height: 4px;
  line-height: 0px;
  font-size: 1px;
  margin-top: 5px;
}
.full_inner {
  background: url(images/full_fill.png) repeat-y top left;
}
.full_footer {
  background: url(images/full_footer.png) no-repeat top left;
  height: 4px;
  line-height: 0px;
  font-size: 1px;
}

.side_header {
  background: url(images/side_header.png) no-repeat top left;
  height: 4px;
  line-height: 0px;
  font-size: 1px;
}
.side_inner {
  background: url(images/side_fill.png) repeat-y top left;
  padding: 10px 0px 0px 14px;
}
.side_footer {
  background: url(images/side_footer.png) no-repeat top left;
  height: 4px;
  line-height: 0px;
  font-size: 1px;
}

.main_header {
  background: url(images/main_header.png) no-repeat top left;
  height: 4px;
  line-height: 0px;
  font-size: 0px;
  size: 0;
}
.main_inner {
  background: url(images/main_fill.png) repeat-y top left;
  padding: 10px 12px 0px 12px;
}
  .main_inner ul {
    margin: 0px 0px 20px 20px;
  }
    .main_inner ul li {
      margin: 0px 0px 10px 0px;
    }
.main_inner_system {
  background: url(images/main_fill.png) repeat-y top left;
  padding: 10px 12px 20px 12px;
}
  .main_inner_system h1 {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #C60E04;
  }
  .main_inner_system h2 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #606060;
  }
.main_footer {
  background: url(images/main_footer.png) no-repeat top left;
  height: 4px;
  line-height: 0px;
  font-size: 1px;
}


/*- home ---------------------------------------------------------------------*/
  .mid_box {
    position: relative;
  }
    .quick_search_home {
      background: url(images/search_bg_home.png) no-repeat top left;
      height: 50px;
    }
    .flash {
      height: 390px;
      background: url(images/full_fill.png) repeat-y;
      padding: 0px 0px 0px 4px;
    }
    
    .bauble_red {
      background: url(images/bauble_red.png) no-repeat 10px 0px;
    }
    .bauble_grey {
      background: url(images/bauble_grey.png) no-repeat 10px 0px;
    }
    .bauble_red,
    .bauble_grey {
      width: 310px;
      float: left;
      display: inline;
      margin: 18px 0px 0px 10px;
    }
    .bauble_red_inner {
      padding: 0px 0px 0px 75px;
    }
    .bauble_grey_inner {
      padding: 0px 30px 0px 75px;
    }
      .bauble_red strong {
        color: #BC1215;
        font-size: 22px;
        font-style: italic;
        font-weight: bold;
        line-height: 30px;
      }
      .bauble_grey strong {
        color: #4F514E;
        font-size: 22px;
        font-style: italic;
        font-weight: bold;
        line-height: 30px;
      }
      .bauble_red em,
      .bauble_grey em {
        font-weight: bold;
        font-size: 14px;
        color: #000;
        font-style: italic;
      }
      .bauble_red p,
      .bauble_grey p {
        line-height: 18px;
        margin: 0px;
      }
    
    .middle_strapline {
      margin: 5px 4px 0px 5px;
      padding: 5px;
      background: #EBEBEB;
      color: #874745;
      font-weight: bold;
      font-size: 14px;
      font-style: italic;
    }
    
    .santa {
      position: absolute;
      top: 422px;
      left: 540px;
    }

/*- cms ----------------------------------------------------------------------*/

.content {
  float: left;
  display: inline;
  width: 742px;
}


/*- category -----------------------------------------------------------------*/

div.category_heading {
  background: url(images/category_bg.jpg) no-repeat;
  height: 30px;
}
  div.category_heading h1 {
    padding: 7px 0px 0px 10px;
    font-weight: bold;
    font-size: 16px;
  }
div.category_inner {
  background: url(images/category_fill.jpg) repeat-y;
  float: left;
  clear: both;
  width: 100%;
}
div.category_footer {
  background: url(images/category_bottom.jpg) no-repeat bottom left;
  float: left;
  clear: both;
  width: 100%;
  height: 4px;
}

  .category_description {
    padding: 10px 10px 0px 10px;
    font-size: 12px;
  }
  
  .cat_read_more {
    text-align: right;
  }
  .cat_row {
    float: left;
    clear: both;
    width: 100%;
  }
  
  .featured_product {
    background: url(images/category_product_bg.jpg) repeat-x bottom;
    width: 280px;
    float: left;
    display: inline;
  }
    .featured_product {
      width: 247px;
      float: left;
      display: inline;
    }
      .featured_product_header {
        background: url(images/side_header.png) no-repeat top left;
        height: 4px;
        line-height: 0px;
        font-size: 1px;
      }
      .featured_product_inner {
        background: url(images/side_fill.png) repeat-y top left;
        padding: 0px 10px;
        text-align: center;
        padding: 4px 0px;
        position: relative;
      }
        .category_sale_ribbon {
          position: absolute;
          top: -9px;
          left: -5px;
          width: 91px;
          height: 91px;
        }
        .featured_product_inner .name {
          font-size: 12px;
          font-weight: bold;
          font-style: italic;
          margin: 0px;
        }
          body.design .featured_product_inner .name a {
            text-decoration: none;
            color: #c70e00;
            text-transform: capitalize;
          }
        .featured_product_inner .colour {
          font-size: 20px;
          font-weight: bold;
          font-style: italic;
          margin: 0px;
        }
          body.design .featured_product_inner .colour a {
            text-decoration: none;
            color: #686b68;
            text-transform: capitalize;
          }
        .featured_product_inner .kind {
          font-size: 16px;
          font-weight: bold;
          font-style: italic;
          margin: 0px;
        }
          body.design .featured_product_inner .kind a {
            text-decoration: none;
            color: #c70e00;
            text-transform: capitalize;
          }
        .featured_product_inner .image {
          margin: 0px;
        }
        .featured_product_inner .was {
          margin: 0px;
          color: #4e524e;
          font-size: 12px;
          font-weight: bold;
          text-decoration: line-through;
          font-style: italic;
        }
        .featured_product_inner .price {
          margin: 0px;
          color: #4e524e;
          font-size: 24px;
          font-weight: bold;
        }
        .featured_product_inner .more {
          font-size: 16px;
          font-weight: bold;
          font-style: italic;
          margin: 0px;
        }
          body.design .featured_product_inner .more a {
            text-decoration: none;
            color: #c70e00;
            text-transform: capitalize;
          }
      .featured_product_footer {
        background: url(images/side_footer.png) no-repeat top left;
        height: 4px;
        line-height: 0px;
        font-size: 1px;
      }

.paging_controls {
  margin: 10px 0px;
  clear: both;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
  body.design .paging_controls a {
    text-decoration: none;
  }
  body.design .paging_controls span {
    padding: 0px 5px;
    color: #c80000;
  }

/*- product ------------------------------------------------------------------*/

.product_wrap {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}

div.product_heading {
  background: #C80000;
  margin: 3px 3px 5px 3px;
  padding: 10px;
}
  div.product_heading h1,
  div.product_heading h3 {
    margin: 0px 0px 3px 0px;
    padding: 0px;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
  }
  div.product_heading p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
  }
    body.design div.product_heading p a {
      color: #fff;
      text-decoration: none;
    }

.product_sale_ribbon {
  position: absolute;
  top: -19px;
  left: -17px;
  width: 91px;
  height: 91px;
}

.product_leftcol {
  width: 390px;
  float: left;
}

.product_rightcol {
  width: 320px;
  float: left;
}
  .product_rightcol .longdescription {
    line-height: 22px;
  }
  
  .product_rightcol ul {
    margin: 20px 0px;
    list-style-type: none;
  }
    .product_rightcol ul a {
      text-decoration: none;
    }
  
  .product_rightcol p {
    margin: 10px 0px;
  }
  .product_rightcol .was {
    margin: 0px;
    color: #4e524e;
    font-size: 12px;
    font-weight: bold;
    text-decoration: line-through;
    font-style: italic;
  }
  .product_rightcol .price {
    margin: 0px;
    color: #4e524e;
    font-size: 24px;
    font-weight: bold;
  }

.buy_container {
  text-align: center;
}

/*- bottom -------------------------------------------------------------------*/

.custom_button {
  background: #BC0C00;
  border: 1px solid #C0C0C0;
  color: #fff;
  margin: 5px;
  padding: 5px 15px;
  }


.form_table {
  width: 100%;
  border: 1px solid #D6D7D9;
  margin-bottom: 20px;
}
  .form_table th {
    background: #BC0C00;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    text-align: center;
  }
  .form_table td {
    padding: 5px 0px;
  }

.system_message {
  text-align: left;
}

/*- cms ----------------------------------------------------------------------*/

.main_inner h2.cms_title,
.sidebar_title {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #C60E04;
  text-transform: capitalize;
}



#basket_table a {
  text-decoration: none;
}






