.promoblockw {
    text-align: center;
    font-size: 1rem;
}
.promoblockw h2 {
  font-size: 1.5rem;
}
.promowrapw {
    background-color: #f4e7c0;
    border: 1px solid red;
    display: inline-block;
    padding: 10px;
    text-align: left;
    border-radius: 10px 0;
}
.strikethrough {
  position: relative;
  display: inline-block;
  padding: 0 8px;
}
.strikethrough:before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;
    /*height: .52em;*/
    -moz-transform:    rotate(-15deg));
    -o-transform:      rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform:         rotate(-15deg);
}
.newpricew {
    text-align: center;
    /*
    margin-bottom: 20px;
    margin-top: 10px;
    */
    display: inline-block; 
}
.ptb10pxw {
  padding: 10px 0;
}
.art-postcontent .promoblockw .btnw {
  text-decoration: none; 
}
.btnw {
    background: white none repeat scroll 0 0;
    border: 1px solid grey;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.1rem;
    padding: 6px 8px;
    text-decoration: none;
}
.callw {
}