a,
.fake-link,
.navigation-list li a:hover,
.catalog-item a:hover,
.footer-links a:hover,
.link-title a:hover,
.ci-price,
.sidebar-menu .active a:hover,
.catalog-categories .active a,
.gatalog-filter a,
.product-price .price em,
.product-text-tabs a,
.catalog-filter-item .catalog-filter-tags a:hover {
	color: #009128;
}

.link-title a,
.sidebar-menu .active a,
.fake-link:hover,
.catalog-categories a,
.gatalog-filter .right a:after,
.product-text-tabs .active a,
.catalog-menu .active>a,
.catalog-filter-title a,
.catalog-filter-tags a,
.catalog-menu ul a {
	color: #333;
}
.button a,
.button a:hover,
.navigation-list .active,
.navigation-list .active a,
.catalog-filter-item .catalog-filter-tags .active a {
	color: #fff;
}

a:hover,
.navigation-list li a,
.catalog-item a,
.footer-links a,
.ci-price .rub,
.navigation-list .active a:hover,
.gatalog-filter .active {
	color: #000;
}

.icon,
.popup-close,
.switcher .prev:hover,
.switcher .next:hover,
.button,
.button:before,
.button:after,
.price-icon:before,
.error-page .error-404,
.navigation-list .active,
.nivo-control.active,
.nivo-control:hover,
.services a:after,
.header-search:after,
.contacts li:before,
.catalog-filter-tags .active a,
.ui-slider-range {
	background-color: #009128 !important;
}

.nivo-control li,
.services a:hover:after{
	background-color: #000 !important;
}

.fake-link,
.gatalog-filter a,
{
	border-color: #009128;
}
	.fake-link:hover {
		border-color: #333;
	}

.npagesize-list{
    border-top-color: #009128
}
	
/* transitions */
a,
.fake-link {
	-webkit-transition: color 0.15s ease; 
		 -moz-transition: color 0.15s ease; 
			 -o-transition: color 0.15s ease; 
					transition: color 0.15s ease;
}

.icon,
.popup-close,
.logotip,
.button,
.error-page .error-404,
.nivo-control li {
	-webkit-transition: background-color 0.15s ease; 
		 -moz-transition: background-color 0.15s ease; 
			 -o-transition: background-color 0.15s ease; 
					transition: background-color 0.15s ease;
}