.priceTable {
  border-collapse: collapse;
}

.priceTable td, .priceTable th {
  padding: 3px;
  border: 1px solid silver;
}

.priceTable th {
  background-color: #c0dcff;
}

#rightOnContainer {
  position: relative;
  width: 940px;
  text-align: left;
}
#nav-product { left: 0px }

#ytimesQnA h2 {
  font-size: 12px;
  color: blue;
}
#ytimesQnA dt {
  font-weight: bold;
}
#ytimesQnA dd {
  margin-bottom: 1em;
  background-color: #f0f0f0;
}
#importantMessage td {
  vertical-align: middle;
  color: white;
  font-size: 12pt;
}
#importantMessage {
  margin-bottom: 10px;
  margin-top: 10px;
  display: none;
}

#refines label {
    background-color: #F0F0F0;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-weight: bold;
    padding: 5px;
}
.refineBlock .attr {
    padding:5px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

