
/* Globaltext: Song, 12 px, Black font color hex value: 000000 */
.Globaltext {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
}

/* Text13: Song, 13px, Black font color hex value: 000000 */
.Text13 {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 13px;
  color: #000000;
  line-height: 18px;
}

/* TextSm: Song, 9 px, Black font color hex value: 000000 */
.TextSm {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 9px;
  color: #000000;
  line-height: 18px;
}

/* SimsunSm: Simsun, 9 px, Black font color hex value: 000000 */
.SimsunSm {
  font-family: Simsun, ms gothic, MS UI Gothic;
  font-size: 9px;
  color: #000000;
  line-height: 18px;
}

/* Text11: Song, 9 px, Black font color hex value: 000000 */
.Text11 {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 11px;
  color: #000000;
  line-height: 18px;
}

/* Simsun11: Simsun, 9 px, Black font color hex value: 000000 */
.Simsun11 {
  font-family: Sinmsun, ms gothic, MS UI Gothic;
  font-size: 11px;
  color: #000000;
  line-height: 18px;
}


/* Price: Song, 12px, bold, Black font color hex value: 000000 */
.Price {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  line-height: 18px; 
}

/* StoreLinks: Song, 12px, default to dark pink / rollover to black and underline (see US site for reference) */
a {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 12px;
  color: #CA5B60;
  line-height: 18px;
}

a:hover {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 12px;
  text-decoration: underline;
  color: #000000;
  line-height: 18px;
}

a:link.GlobalText {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 12px;
  color: #AE3636;
  line-height: 18px;
}

a:visited.GlobalText {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 12px;
  color: #AE3636;
  line-height: 18px;
}

a:hover.GlobalText {
  font-family: Song, ms gothic, MS UI Gothic;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
  line-height: 18px;
}

