ol.price {
  list-style : none inside;
  font-weight : bold;
  margin : 20px 20px 40px 20px;
}
ol.price li {
  margin-top : 1.8em;
  position : relative;
  border-top : 3px dotted #102026;
}
ol.price ol {
  font-weight : normal;
  margin-left : 30px;
}

ol.price ol li {
  margin-top : 1.2em;
  border-top : 2px dotted #102026;
}
ol.price ol ol {
  font-weight : normal;
  margin-left : 40px;
}
ol.price span.price {
  background : #eed;
  padding-left : 10px;
  padding-right : 2px;
  position : absolute;
  right : -2px;
  top : -.9em;
  font-style : normal;
}
ol.price span.product {
  background : #eed;
  padding-right : 10px;
  padding-left : 2px;
  position : absolute;
  top : -.9em;
  left :-2px;
}
ol.price ol span.product {
  counter-reset : c3;
  font-weight : normal;
}
ol.price span.sup {
  font-size : 80%;
  top : -4px;
  position : relative;
}
/*
ol.price ol ol strong { counter-reset : c4; }
ol.price strong:before {
  content: counter(c1) " ";
  counter-increment : c1;
  padding-right : 15px;
}
ol.price ol strong:before {
  content: counter(c1) "." counter(c2) " ";
  counter-increment : c2;
}
ol.price ol ol strong:before {
  content: counter(c1) "." counter(c2) "." counter(c3) " ";
  counter-increment : c3;
}*/

