﻿body {
}

/* ***************** start ********************* */
/* These need set appropriately depending on     */
/* geography for the current site                */
.VisibleIfCountryFixed
{
	/* display:none; /* Choose this for World sites */
	visibility:visible; /* Choose this for UK/Ireland sites */
}

.InvisibleIfCountryFixed
{
	/* visibility:visible; /* Choose this if World site */
	display:none; /* Choose this for UK/Ireland sites */
}

.VisibleIfCountryFixedToUK
{
	display:none;			/* Choose this if NOT a UK specific site */
	/* visibility:visible;		/* Choose this if it is a UK specific site */
}

.InvisibleIfCountryFixedToUK
{
	/* display:none;			/* Choose this if it is a UK specific site */
	visibility:visible;		/* Choose this if it is NOT a UK specific site */
}

.VisibleIfCountryFixedToIreland
{
	display:none;			/* Choose this if NOT an Ireland specific site */
	/* visibility:visible;		/* Choose this if it is an Ireland specific site */
}

.VisibleIfCountryFixedToUlster
{
	/* display:none;			/* Choose this if NOT an Ireland specific site */
	visibility:visible;		/* Choose this if it is an Ireland specific site */
}

.VisibleIfShowingMostRecentAds
{
	display:none;			/* If not showing most recent ads */
	/* visibility:visible;		/* If showing most recent ads */
}

/* ******************* end ********************* */
