/*  CSS for left navigation  */
a.left-nav:link {
	color: #178579;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.left-nav:visited {
	color: #178579;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.left-nav:hover {
	color: #B1CE3D;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*  CSS for thumbnail content text  */
.thumbnail-content-text{
	color: #2AA295;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for thumbnail content brand  */
.thumbnail-content-brand{
	color: #127D71;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for thumbnail price  */
.thumbnail-price{
	color: #127D71;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for thumbnail save  */
.thumbnail-save{
	color: #5FB9B0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for thumbnail more link  */
a.thumbnail-more-link:link {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.thumbnail-more-link:visited {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.thumbnail-more-link:hover {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for product heading link  */
a.thumbnail-productheading-link:link {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.thumbnail-productheading-link:visited {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.thumbnail-productheading-link:hover {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for content small links  */
a.content-small-links:link {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.content-small-links:visited {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.content-small-links:hover {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*  CSS for footer links  */
a.footer-links:link {
	color: #178579;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.footer-links:visited {
	color: #178579;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.footer-links:hover {
	color: #B1CE3D;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*  CSS for content small links bold  */
a.content-small-links-bold:link {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}
a.content-small-links-bold:visited {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}
a.content-small-links-bold:hover {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}

/*  CSS for content normal  */
.content-normal{
	color: #2AA295;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content-normal2{
	color: #2AA295;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*  CSS for content normal links  */
a.content-normal-links:link {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.content-normal-links:visited {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.content-normal-links:hover {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*  CSS for content price  */
.content-price{
	color: #127D71;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  CSS for content product heading  */
.content-product-heading{
	color: #127D71;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*  CSS for content product heading  */
.nonleafcategory{
	color: #127D71;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/*  CSS for fast facts  */
a.fastfacts:link {
	color: #2AA295;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.fastfacts:visited {
	color: #2AA295;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.fastfacts:hover {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*  CSS for bread crumbs  */
.breadcrumbs{
	color: #127D71;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*  CSS for bread crumbs arrow  */
.breadcrumbs-arrow{
	color: #BEDBD8;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*  CSS for content small  */
.content-small{
	color: #2AA295;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*  CSS for price small bold  */
.price-small-bold{
	color: #127D71;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}

/*  CSS for pages previous & next  */
a.pages-previous-next:link {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.pages-previous-next:visited {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.pages-previous-next:hover {
	color: #2E90D6;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*  CSS for pages numbers  */
a.pages-numbers:link {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}
a.pages-numbers:visited {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}
a.pages-numbers:hover {
	color: #2E90D6;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}


