.empty_banner{
  background-image: url(/images/system/banner_bg.jpg);
  background-repeat: repeat;
  border:2px solid red;
  text-align: center;
  width:99%;
}
.empty_banner div{
  background-color: #F9F9F9;
  color: #CC0000;
  font-size: 22px;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 24px;
  max-width:250px;
  margin-left:auto;
  margin-right:auto;
}
.empty_banner span{ font-size: 18px !important;display:block;line-height:26px;}
.empty_banner span.comment{font-size: 12px !important;display:block;line-height: 16px; color: #1E408F }
.empty_banner span.price{font-size: 14px !important;display:block;line-height: 17px;}
.empty_banner span.price span{
 background-color: #FFFF00;
  display: inline !important;
  font-size: 16px !important;
  line-height: 19px !important;
}
