#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(../img/loading.gif) no-repeat;
}


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



.title {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    color: #333 !important;
    background: transparent url(../img/bg_h4.png) bottom left no-repeat !important;
}

.result {
    padding-bottom: 15px;
}


.result_link{
    color: #d84a58 !important;
}

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

#col_right .pagination a{
    color: #666;
}

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

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

