.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.nav {
	color: #CC0000;
	text-decoration: none;
}
.default-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
a.nav:hover {
	color: #000000;
	text-decoration: none;
}
a.footer {
	color: #CC0000;
	text-decoration: none;

}
a.footer:hover {
	color: #333333;
	text-decoration: underline;
}
.nav-breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;

}
.minicart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;

}
a.nav-breadcrumb:hover {
	color: #000000;
	text-decoration: underline;
}
