#results {
	margin-top		:	30px;
	margin-bottom	:	15px;
}

#loading {
	overflow-x		: 	visible;
	overflow-y		:	visible;
	position		:	absolute;
	left			:	0px;
	top				:	0px;
	margin			:	0px;
	padding			:	0px;
	/* Only the color should be changed if needed */
	background		:	black;
}

#animation {
	/* It is very important to specify the height and width of loading image to center it correclty */ 
	width			:	40px;
	height			:	40px;
	background		:	url(../images/loading.gif) no-repeat;
}


div.branding {
	margin-top		:	4px;	
}



.title {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
	font-size:	12px !important;
}

.title a {
    color: #F83306;
}

.result {
    padding-bottom: 15px;
}

.result p {
	padding-top :	0px !important;
}

.result_link{
    color: #F83306 !important;
}

.pagination li{
    display:inline;
    font-size:12px;
    margin-right:10px;
}

.pagination li a{
    color: #777777;
}

.pagination li a:hover{
    color: #F83306;
}

.pagination a.active{
    color: #F83306 !important;
    text-decoration:underline !important;
}

div.branding {
	margin-top		:	4px;	
}

