
.el_Regular {
  background-color: #f4b755;
}

.el_Promo {
  background-color: #FF6633;
}

.element {
  border: 1px solid black;
  float:left;
  margin:0px;
  width:100%;
}

.el_Body {
  background-color: white; 
  text-align: center;
  width: 100%; 
}

.elType {
  
}


.el_Head_Label {  
  font-size: 15px;
  font-weight: bold;
  margin:0px;
  padding: 3px 0px 3px 0px;
  text-align:center;   
  width: 100%;  
}

.el_Head_Link{
  color: #000000; 
  display: block;
  text-decoration: none; 
}

.elItems_Price_Legend {
  font: bold;
  float: left;
  font-size:16px;  
  text-align: right;  
  width: 47%;  
}

.elItems_Price_Legend_Regular {
  color: #282C2B;
}

.elItems_Price_Legend_Promo {  
  color: #FF6633;
  text-decoration:line-through;
}

.elItems_Price {  
  font: bold;
  float: right;
  color: #282C2B;
  font-size:16px;
  text-align: left;
  width: 47%;
}



