.text {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
}
.link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #737373;
	text-decoration: underline;
}
.active_link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1176D7;
	text-decoration: underline;
}
.green_link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #7B9502;
	text-decoration: none;
}
.bottom_menu {
	font-family: tahoma;
	font-size: 10px;
	color: #828282;
}
.categories_title {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.category {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/category_bg.gif);
	background-repeat: repeat-x;
}
.orange_bold {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.product_name {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #9BC400;
	text-decoration: none;
}
.underlined {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.price {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FF6100;
}

