@charset "utf-8";
/*
	@Description: money Style
	@Author: xuxiaojun 2012.03.30
	@Update: 
	@Html Structure:
	<label class="ui-money"><dfn>&yen;</dfn>600.00</label>
*/
.ui-money {
  color: #E84720;
  font-weight: 700;
}
dfn {
  font-family: Arial;
  font-style: normal;
  padding-right: 2px;
}
.ui-money del {
  font-weight: 500;
}
