#diamond {
  padding-top: 40px;
  padding-left: 20px;
}


#diamondOverviewWrapper {
  text-align: right;
}

#diamondOverview {
  text-align: left;
}

#summary {
  font-weight: bold;
  font-size: 123.1%;
  border-bottom: 1px solid #CCCCCC;
}

#stockNumberPriceTable {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
}

#stockNumberPriceTable th {
  font-weight: bold;
  font-size: 108%;
}

#stockNumberPriceTable td {
  font-size: 123.1%;
  color: blue; 
  text-align: right;
}

#dsAddToCartButton {
  position: relative;
  top: -80px;
  padding-right: 20px;
  text-align: right;
  width: 170px;
  left: 290px;
}


#miscLinks {
  text-align: right;
  padding-right: 0px;
  margin-bottom: 5px;
}

#miscLinks ul {

}

#miscLinks li {
  font-weight: bold;
  list-style-type: circle;
}


#diamondDetails {
  margin-top: 10px;
  height: 15em;
}

#diamondDetails table {
  width: 100%;
}

#diamondDetails th {
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  padding: 2px;
}

#diamondDetails td {
  text-align: right;
  padding-right: 10px;
  padding: 2px;
}

#emailDiamondToFriend {
}

#emailDiamondToFriend td, #emailDiamondToFriend th {
  padding: 3px 3px 3px 3px;
}

#emailDiamondToFriend th {
  font-weight: bold;
  white-space: nowrap;
}



.section {
  border: 1px solid #666666;
  margin-bottom: 10px;
  text-align: center;
  min-height: 100px;
  padding: 5px;
}

.section h3 {
  margin: -5px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  background-color: #bedaf3;
  padding: 3px;
  border-bottom: 1px solid #666666;
}
