/* ***********************************************************************
    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 */

/* Modified 10/Jan/2010 - <P>s changed into <DIV>s to ensure correct text flow */

#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
}

img.prodImg {
  left: 204px;
  float: left;
}

div.prodDesc {
  margin-left: 338px; /* 204+124+10=338px */
}

div.prodDesc,
p.reviewOrder {
  margin-right: 40px;
}

/*
#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
}
*/

div.prodDesc b {
  font-size: 18px;
  font-weight: bold;
  color: #CC0000;
}

/* 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 */

/*
   The .dPrice class and children were
   edited a bit / added on Oct 26, 2024
   to reposition the price block in line
   with Halloween 2024 update.
*/

.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.discount, span.sGBPdiscount, span.sUSDdiscount {
  left: 275px; /* 310px; */
}
.dPrice span.sGBP, .dPrice span.sGBPdiscount {
  top: -12px
}
.dPrice span.sUSD,.dPrice span.sUSDdiscount {
  top: -8px
}
.dPrice span img { /* align flags */
  vertical-align: middle
}

/*
   Oct 26, 2024 editting ends here.
*/

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
}

