/* FONTS AND THEIR STATES */

/* ACTION */
/* Copy from HERE */
#fontAction a {
	background-position:0px 0px;
}
#fontAction a:hover {
	background-position:-140px 0px;
}
#fontAction a:active {
	background-position:-280px 0px;
}
/* TO HERE!! */
#fontActionReg a {
	background-position:0px -18px;
}
#fontActionReg a:hover {
	background-position:-140px -18px;
}
#fontActionReg a:active {
	background-position:-280px -18px;
}
#fontActionObl a {
	background-position:0px -36px;
}
#fontActionObl a:hover {
	background-position:-140px -36px;
}
#fontActionObl a:active {
	background-position:-280px -36px;
}

/* E-JUNKIE CART STYLES */
#tdPmnt {
	padding-right:20px;
	text-align:left;
}