/*CSS BY ALEXANDER WOLFE, INTERSPACE GLOBAL*/
/*****************************************/
.mTxt_En {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	word-spacing: 0px;
	text-align: justify;
}
.mTxt_En a{
	color: #666;
}
.mTxt_En a:hover{
	color: #F00;
	text-decoration: underline;
}

.mTxt_En_right {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	word-spacing: 0px;
	text-align: right;
	padding-right: 20px;
}
.mTxt_En_green {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	word-spacing: 0px;
	text-align: justify;
	color: #00993B;
}
.mTxt_En_white {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	word-spacing: 0px;
	text-align: justify;
	color: #FFFFFF;
}
.mTxt_En_white_right {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	word-spacing: 0px;
	text-align: justify;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
}
.mTxt_En_normal {
	font-size: 11px;
	line-height: 18px;
	word-spacing: 0px;
	text-align: justify;
}
.mTxt_gold {
	font-weight: bold;
	line-height: 18px;
	word-spacing: 0px;
	text-align: justify;
	color: #F63;
}
.mTxt_gold_center {
	font-weight: bold;
	line-height: 18px;
	word-spacing: 0px;
	text-align: center;
	color: #F63;
}
#ingredient tr:hover{
	background-color: #ECF7FB;
	color: #227B9D;
	cursor: hand;
}
#ingredient tr td{
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #29A2B5;
}
