
/* the main text of the search result */
#accomodation .gs-title a
{
	color:#009BBC;
	text-decoration:none !important;
}

#accomodation .gs-title a:hover
{
	color:#191351;
	text-decoration:none !important;
}

#accomodation .gs-title a b
{
	color:#009BBC;
	text-decoration:none !important;
}

#accomodation .gs-title a:hover b
{
	color:#191351;
	text-decoration:none !important;
} 



/* set the width of the search results */
.gsc-control
{
	width: 490px;
	margin-left: 10px;
}

/*search control width */
table.gsc-search-box
{
	width: 320px;
} 

/*branding row width (powered by google) */
table.gsc-branding
{
	width: 320px;
}

/*remove the result header that allows you to change the page size etc */
.gsc-resultsHeader
{
	display: none;
}

/*Hide the clear button */
.gsc-clear-button
{
	display: none;
}


/*
input.gsc-input
{
	width: 230px;
}
*/

/* pages links */
.gsc-cursor-page
{
	text-decoration:none !important; 
	font-size: 1.2em;
}