/** 
* @file
* Styles for syndication client add ons
* For example the expand and collapse functionality added to the filter term lists on the syndicated content home pages.
* Purpose  : Styles for extra functionality
* 
* @author  :  Image X Media
* @version :  1.0
* @date       06/05/2011
***************** */

.header-checkbox {
  text-align: left;
}

.syn-sub-li { 
	position: relative; 
}

.toggler { 
	position: absolute;
	left: -15px;
	top: 3px;
	color: #757575 !important;
	font-weight: bold;
	text-align:center;
	width: 10px;
	height: 10px;
	line-height: 10px;
	display: block;
	
}

.toggler:hover {
	background: #ABB72B !important;
	color: #FFF !important;
}