/* default style in style.css */

.topmenu a:hover, .topmenu a.active, .news-name a, .scroll-item-name a:hover, a.link-view, .column h2, .news-name h2, a.link-button, 
a.link-button2, a.link-button3, .btn-submit, .short-title a:hover, a:hover, .contact-form .btn-submit, h1, .dropdown .root-item span, #cboxTitle,

.topmenu .current-menu-item a, .topmenu li.current-category-ancestor a, .topmenu li.current-menu-item a,
.topmenu li.current-page-ancestor a, .topmenu li.current-post-ancestor a
{
 color:#a1d800;
 }
	
.ui-slider-handle{
 background-color: #a1d800;
 }
 
.filter-content .checked a{ 
 background:url(../images/green_icon_check.png) 68px 4px no-repeat;
}

	
.footer-box-l a {
	display:block;
	width:26px;
	height:28px;
	background:url(../images/icon_rss.gif) no-repeat;
	margin-top:15px;
	margin-left:16px;
}	

.footer-box-r a {
	display:block;
	width:25px;
	height:28px;
	background:url(../images/icon_colors.gif) no-repeat;
	margin-top:9px;
	margin-left:12px;
}	

a.next {
	background:url(../images/arrow_next.png) 0 0 no-repeat;
	width:18px;
	height:29px;
	display:block;
}
	
a.previous {
	background:url(../images/arrow_previous.png) 0 0 no-repeat;
	width:18px;
	height:29px;
	display:block;
}
