#datasheet_container {
  margin: 22px 14px 20px 33px;
  min-height: 470px;
}

img#top_image {
  float:right;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 0 22px 22px;
}

img#bottom_image {
  float:left;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 22px 22px 0;
  vertical-align: top;
}

div#right_half {
  float: right;
  vertical-align: top;
  width: 325px;
}
a#pdf_link {
  text-decoration:none;
  display: block;
  float: right;
  overflow: hidden;
  background: url('/images/datasheet_pdf_link.gif') no-repeat 0 0;
  border-left:1px dashed #84797E;
  width: 136px;
  height: 60px;
}
a#pdf_link div {
 color:#FFFFFF;
 margin:16px;
 width:85px;
 font-weight:bold;
}
a#pdf_link:hover {
    background: url('/images/datasheet_pdf_link.gif') no-repeat 0 -60px;
}

#datasheet_container p{
  margin-bottom: 0px;
  margin-bottom: 10px;
}

#datasheet_container ul {
  margin-bottom: 0px;
  margin-bottom: 10px;
  padding:0px 20px;
}

.paragraph-highlight {
  color: #8A2888;
  margin-bottom: 3px;
}

.list-title{
  color: #8A2888;
  margin-bottom: 10px;
}

.paragraph-sub-highlight {
  color: #5782AC;
  display:block;
  margin-top:7px;
}
.standalone-heading {
  color: #8d2a8c;
  margin: 5px 0px;
  font-weight:bold;
}

blockquote {
  margin: 15px;
}

#content_banner {
    background:#424242;
}

