.-ac-loading
	{
	background-image : url( "/img/ajax-loader.gif" ) !important;
	background-position-x : 100% !important;
	background-position-y : 0% !important;
	background-size : 34px 34px !important;
	background-repeat : no-repeat !important;
	}

.-ac-content
	{
	background : #fff;
	z-index : 999;
	cursor : pointer;
	border-left : 1px solid #c0c0c0;
	border-right : 1px solid #c0c0c0;
	border-bottom : 1px solid #c0c0c0;
	}

.-ac-content .-ac-highlight,
.-ac-content .-ac-row:hover
	{
	background : #efefef;
	color : #a0a0a0;
	}
.-ac-content .line
	{
	padding : 0.4em;
	border-bottom : 1px dotted #efefef;
	}
.-ac-content .left img
	{
	 	height : 37px;
		width : 27px;
		float : left;
	}
.-ac-content .right
	{
		margin-left : 33px;	
	}
.-ac-content .right .title
	{
		font-weight : bold;
		font-size : 1.1em;
	}

