/* ***********************************************************************
    1. <link rel="stylesheet" type="text/css" href="styles.css">
    2. <link rel="stylesheet" type="text/css" href="buy.css">
    3. <link rel="stylesheet" type="text/css" href="buy_more.css">
*********************************************************************** */

/* Buy more */

#dContent { /* =same as in review_order.css */
  width: 756px;
  background-image: url(img/buy_poppers_online_pgBg.gif);
  padding-right: 40px;
  border-bottom: 16px solid #CC0000
}

#dContent p img,
p.currency {
  margin-left: 20px
}

/* don't move banners! */
#dContent p.banner img {
  margin-left: 0px
}

#dContent p b {
  font-size: 18px
}

/* h1 */
#dContent h1 {
  margin-bottom: -10px; /* move <P> up */
}

/* tabs */
#dContent #iTabs {
  position: absolute;
  left: 164px;
  top: 94px
}
#dContent #dTabOne,
#dContent #dTabTwo {
  position: absolute;
  font-size: 13px
}
#dContent #dTabOne h2 {
  padding-left: 0px;
  font-size: 20px;
  color: #CC0000;
  margin-top: 0px; /* Firefox fix */
  margin-bottom: 0px
}
#dContent #dTabOne { top: 106px; left: 200px }
#dContent #dTabTwo { top: 127px; left: 510px }
#dContent #dTabTwo a { font-size: 16px; font-weight: bold }
#dContent #dTabTwo #aSmall { font-size: 13px }

/* reposition list */
#dContent ul { margin-top: 110px }

/* reposition prices */
.dPrice {
  margin-top: -10px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #CC0000;
  font-weight: bold;
  color: #333;
}
.dPrice span { /* euro */
  position: relative;
  left: 310px; /* 310px; */
  top: -16px
}
.dPrice span.sGBP {
  top: -12px
}
.dPrice span.sUSD {
  top: -8px
}
.dPrice span img { /* align flags */
  vertical-align: middle
}

i {
  font-style: normal;
  font-weight: bold;
  color: #CC0000
}

p.reviewOrder {
  margin-top: -81px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: right
}

p.reviewOrder input {
  position: relative;
  top: 18px
}

hr {
  height: 1px;
  /* MS IE */
  color: #CC0000;
  /* Netscape */
  background-color : #CC0000;
  border: 0px none #FFFFFF
}

