/*-------------------------------------
  Update/New
-------------------------------------*/
span.last_modified,
span.last_modified_new {
  display: none;
}

span.last_modified_img_update,
span.last_modified_img_new {
  display: inline-block;
  height: 20px;
  border: none;
  margin: 0 0 0 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

span.last_modified_img_update {
  width: 20px;
  background-image: url(../images/update.png);
}

span.last_modified_img_new {
  width: 20px;
  background-image: url(../images/new.png);
}



/*-------------------------------------
  Update/New
-------------------------------------*/
span.update,
span.new {
  display: none;
}

span.last_modified0_img_update,
span.last_modified0_img_new {
  display: inline-block;
  height: 4px;
  border: none;
  margin: 0 0 0 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

span.last_modified0_img_update {
  width: 46px;
  background-image: url(../images/update.gif);
}

span.last_modified0_img_new {
  width: 33px;
  background-image: url(../images/new.gif);
}



/*-------------------------------------
  Update/New
-------------------------------------*/
span.update_newstyle,
span.new_newstyle {
  display: none;
}

span.last_modified1_img_update,
span.last_modified1_img_new {
  display: inline-block;
  height: 3px;
  padding: 13px 0 0 0;
  border: none;
  margin: 0 0 0 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

span.last_modified1_img_update {
  width: 46px;
  background-image: url(../images/update.gif);
}

span.last_modified1_img_new {
  width: 33px;
  background-image: url(../images/new.gif);
}
