
.stock_basic_green, a.stock_basic_green, a:hover.stock_basic_green {
	color: #090 !important;
}
.stock_basic_orange, a.stock_basic_orange, a:hover.stock_basic_orange {
	color: #F80 !important;
}
.stock_basic_red, a.stock_basic_red, a:hover.stock_basic_red {
	color: #F00 !important;
}

.stock_style_onstock, a.stock_style_onstock, a:hover.stock_style_onstock {
	color: #090 !important;
/* 	font-weight: bold; */
}
.stock_style_available, a.stock_style_available, a:hover.stock_style_available {
	color: #F80 !important;
/* 	font-weight: bold; */
}
.stock_style_not_available, a.stock_style_not_available, a:hover.stock_style_not_available {
	color: #F00 !important;
/* 	font-weight: normal; */
}
.stock_style_onstock_limited, a.stock_style_onstock_limited, a:hover.stock_style_onstock_limited {
	color: #F61 !important;
}
