a.bookmark:link, a.bookmark:visited {
	font-size: 12px;
	color: #8D7299;
	text-decoration: none;
	font-weight: bold;
}
a.bookmark:hover {
	text-decoration: underline;
}
/* MAIN NAVIGATION */
.NavigationPath a:link, .NavigationPath a:visited {
	color: #8D7299;
	font-weight: bold;
	text-decoration: none;
}
.NavigationPath a:hover {
	color: #FE9A37;
	font-weight: bold;
	text-decoration: none;
}
.navLink a:link, .navLink a:visited {
	color: #fff;
	text-decoration: none;
}
.navLink a:hover {
	color: #FE9A37; /*ccc*/
	text-decoration: none;
}
.navCurrent a:link, .navCurrent a:visited {
	color: #FE9A37;
	text-decoration: none;
	cursor: default;
}
/* PRODUCT TITLE */
a.ProductTitle:link, a.ProductTitle:visited {
	font-size: 12px;
	color: #8D7299;
	text-decoration: none;
	font-weight: bold;
}
a.ProductTitle:hover {
	font-size: 12px;
	color: #8D7299;
	text-decoration: underline;
	font-weight: bold;
}
/* SORT BY */
a.SortBy:link, a.SortBy:visited {
	font-size: 12px;
	color: #8D7299;
	text-decoration: none;
}
a.SortBy:hover {
	font-size: 12px;
	text-decoration: underline;
}
#siteHeadLoginBody a:link, #siteHeadLoginBody a:visited, #siteHeadLoginBody a:hover {
	color: #8D7299;
	text-decoration: none;
}
/* BYLINE */
#siteRightByline a:link, #siteRightByline a:visited {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#siteRightByline a:hover {
	color: #ccc;
}
/* SUB-NAVIGATION */
.subNav {
	list-style-image: url(../img/layout/list_bullet.png);
	position: relative;
	top: -15px;
	margin-bottom: -8px;
}
.subNavLink {
	margin-left: -12px;
}
.subNavLink a:link, .subNavLink a:visited {
	color: #8d7299;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
}
.subNavLink a:hover {
	font-weight: bold;
	color: #FE9A37;
	text-decoration: none;
}
.subNavLinkCurrent a:link, .subNavLinkCurrent a:visited, .subNavLinkCurrent a:hover {
	color: #8d7299;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	display: block;
	width: 90%;
}
.subNavLinkCurrent {
	margin-left: -8px;
}
/* FOOTER */
#siteBodyMidFooterDisclaimer a:link, #siteBodyMidFooterDisclaimer a:visited {
	color: #fff;
	text-decoration: none;
}
#siteBodyMidFooterDisclaimer a:hover {
	color: #ccc;
	text-decoration: none;
}
#siteRightCartBtns a:link, #siteRightCartBtns a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 2px;
	text-decoration: none;
}