﻿@charset "utf-8";
/******************************************************
  Description: CSS file for Home Page of Customer interface

  Notes: Tokens are used for dynamic parts. Token names are case-insensitive.
         (substitute [] for {} in below examples)
         [IMG=imagefile.jpg] = Image loaded from media directory
         [URL=index.wml] = URL of a Webplus Shop page
         [VAR=client.bgcolor] = Variable set previously in other Webplus Shop scripts.
         [IF=client.button_borderstyle != "" \ client.button_borderstyle \ 0] = Conditional.
            Condition is first, then result if condition is true, then result if condition is false.
            All 3 parts are separated by \
*******************************************************/

body#hp_body {
  background-attachment: scroll;
  background-color: #FFFFFF;
  background-image: url('/stores/store_15267/media/style02_background.jpg');
  background-position: top left;
  background-repeat: repeat;
}

a:link { color: #BA96B5; }
a:visited { color: #BA96B5; }
a:hover { color: #BA96B5; }
a:active { color: #BA96B5; }

#hp_header {
  background: transparent url('/stores/store_15267/media/style02_head.jpg') no-repeat bottom center;
  min-height: 135px;
  height: auto !important;
  height: 135px;
}

.hp_category_tree_container {
  background-color: #FAEFFD;
}
.hp_defined_width_column {
  
}

#hp_footer {
  background: transparent url('/stores/store_15267/media/style02_footer.jpg') no-repeat top center;
  min-height: 50px !important;
  height: auto !important;
  height: 50px;
}
