/* reset stuff */
html, body, h1, h2, h3, ul, li {
  margin: 0;
  padding: 0;
}

li {
  display: block;
  list-style-type: none;
}

a img {
  border: none;
}

.hidden {
  display: none;
}


html {
  background: #101010;
  color: white;
}

body {
  margin: 0 auto;
  width: 1000px;
  /* for #navbar */
  position: relative;
}

h1 {
  position: absolute;
  height: 231px;
  width: 100%;
  background: url(pp-logo2.gif) no-repeat;
}

h1 a {
  display: block;
  height: 170px;
}

h1 span {
  display: none;
}

#main {
  background: url(pp-bodybg.png) repeat-y right;
  margin-right: 131px;
  padding-top: 225px;
}

#main2 {
  background: url(bottom.png) no-repeat bottom right;
  padding-bottom: 70px; /* so the content in #col-right-main doesn't overhang the decal */
  margin-bottom: 20px; /* aesthetics */
}

#col-left-nav, #col-right-main {
  float: left;
}

#col-left-nav {
  position: relative; /* just to make it show on top of the h1 image */
  width: 130px;
  margin: 0 8px 0 5px;
}

/* must not have position:relative, or #navbar .menu backgrounds show beneath text */
#col-right-main {
  float: right;
  padding-right: 45px;
  width: 660px;
  /* so the content shows above the graphical bottom border in IE6 */
  position: relative;
}

#clear-footer {
  clear: both;
}


h2 {
  margin: 0 0 0.5em;
  font-size: 1.4em;
  font-weight: normal;
}


h3 {
  margin-top: 0;
}


#navbar {
  position: absolute;
  z-index: 30;
  top: 174px;
  left: 194px;
  height: 25px;
}
#navbar .navbarlink {
  display: block;
  text-decoration: none !important;
  font-family: Georgia, serif;
  color: #B4888A;
  font-family: serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 16px;
}
#navbar .navbarlink:hover {
  color: #FFCCCC;
}
.navbaritem {
  display: block;
  position: relative;
  float: left;
}
.menu {
  display: none;
  position: absolute;
  top: 24px;
  left: 5px;
  background: black;
  padding: 0 10px 6px;
  min-width: 80%;
  border-radius: 5px;
  -moz-border-radius: 5px;
}


#col-left-nav span, /* to style the "Collections:" heading and similar */
#navbar a,
#col-left-nav a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  padding: 0.2em 0;
}

/* IE6 puts ~1em vertical gaps between the items without this.  "border-bottom: 1px solid #101010;" also works */
* html #navaccountlinks li { line-height: 0; }

#navbar a:hover,
#col-left-nav a:hover {
  text-decoration: underline;
}


.sidebar-subcat-tree {
  margin: 0 0 0 15px;
  /* shown using javascript */
  display: none;
}

.sidebar-cat-tree li {
  list-style-type: none !important;
}


/* move basket summary + 'Your Account' etc. to the right margin */

#navaccountlinks {
  position: absolute;
  /* don't use right: because IE6 interprets it relative to the wrong place */
  left: 855px; /* sidebar width + body width + space to avoid the bottom border decals */
  width: 100px;
}

#navaccountlinks {
  top: 0;
}


/* grid of products on a category page */


.productgrid td {
  text-align: center;
  width: 165px;
}

.productgrid-images a {
  display: block;
}

.productgrid-images td {
  vertical-align: bottom;
}

.productgrid-images a span {
  _position: relative;
  _z-index: 42;
}

.productgrid img {
  display: block;
  border: 1px solid #333333;
}

.productgrid a {
  text-decoration: none;
  color: white;
}

.productgrid a:hover {
  text-decoration: underline;
}

.pp-tile-category {
  display: block;
  float: left;
  width: 136px; /* 120px + 8px borders * 2 */
  margin: 0 24px 10px 5px;
  text-align: center;
  vertical-align: bottom;
  min-height: 200px;
}

.pp-tile-category img {
  display: block;
  margin: -2px 0 0;
  border: 1px solid #333333;
}


/* Used on the basket and product view when they are empty */
.emptypage {
  text-align: center;
  font-style: italic;
  margin: 0;
  padding: 3em;
}


.errorpage {
  margin: 4em 10%;
  padding: 0.9em 1.5em;
  background: #ffb3b5;
}


.splitpage-links {
  text-align: right;
}

.split-page-list-pagenums {
  float: left;
}

.split-page-list-pagenums a {
  padding: 0.5em;
}


span.fielderror {
  background: #ffcccc;
  padding: 1px 3px;
  margin: 0 0 0 1em;
}


body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #B4888A;
}

a {
  color: #FFCCCC;
  text-decoration: none;
}
a:visited {
  color: #FFCCCC;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
a:active {
  color: #FFCCCC;
}


h5 {
  font-size: 1em;
  margin: 2em 0 1em 0;
  font-weight: bold;
}


.stack .stack-item {
  display: none;
}

.stack-first-item {
  display: block;
}


/* Collection page */

#collectionpics {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #333333;
  height: 400px;
  width: 300px;
}

#collectionrightcol {
  width: 330px;
  float: right;
}

#collectionrightcol li {
  text-align: right;
}

#collectionrightcol .pname {
  float: left;
}

#collectionrightcol select,
#collectionrightcol input {
  margin: 0 5px;
  padding: 0;
}

#collectionrightcol form {
  display: block;
  text-align: right;
  vertical-align: top;
  margin: 0.1em 0 1em;
  clear: right;
}

#collectionthumbs {
  float: right;
  width: 340px;
  margin-bottom: 1em;
}

#collectionthumbs span {
  width: 42px;
  float: left;
}

#collectionthumbs img {
  width: 40px;
  height: 40px;
  border: 1px solid #333333;
  vertical-align: bottom;
}

#collectiondescs {
  clear: right;
}

#collectionrightcol th {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}


#collectionrightcol .productoption {
  min-width: 90px;
}


form th {
  font-weight: normal;
  text-align: left;
}


.buttons {
  text-align: center;
}

.buttons input {
  margin: 1em;
}


.pptextpage, .page-info {
  width: 570px;
  margin: 1.5em auto 0;
}


.loginpage {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.loginpage hr {
  margin: 1.5em 0;
}

.loginpage p {
  margin: 0.5em 0;
}

.loginpage table {
  margin: 0 auto;
}

.loginpage th {
  width: 8em;
}

.loginpage .submit {
  margin: 1em 0 0;
}



#collectionrightcol ul,
.productgrid-extra,
.price {
  display: none !important;
}

