body { text-align: center; margin: 5px auto; font-family: Arial, Helvetica, sans-serif; font-size: 14px; background-color: #000; color: #fff; }

a, a:link, a:visited, a:active {
  color: #09f
}

#productpage_wrapper {
  width: 1000px;
  margin: 0px auto;
  text-align: left
}

.red_font_bold {
  color: #c33;
  font-weight: bold;
}

.redbox_top {
    border: 4px solid #961414;
    height: 35px; 
    width: 75%;
    font-size: 1.2em;
    font-weight: bold;
    margin: 12px auto;
    padding: 20px 0px;
    postion: relative

}
.redbox_top p {
  position:relative;  margin-top: 5px
}

.redbox_medium {
    border: 4px solid #961414;
    height: 45px;
    width: 400px;
    padding: 4px;
    margin: auto;
    text-align: center;
}

.greenbox {
  border: 4px solid #046D34;
  height: 68px; width: 450px;
  margin: 10px auto;
  text-align: center
}
.greenbox p {
  margin-top: 12px;
}

.prod_title {
    float: left;
    height: 80px;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 450px;  
    margin-right: 20px
}

.prod_title  p {
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 20px
  
}

.prod_image {
    float: left;  margin-bottom: 10px 
}