@import 'colours-eat-and-drink-sep10.css';
@import 'default-guide-sep10.css';

/* and below here goes the stuff that needs extra */
/* colour that doesn't apply to the regular channel */

li.mainlevel_activeguide a.sublevelguide,
li.mainlevel_currentguide a.sublevelguide{
	color:#fe03a8;
	background-image:url(images/bullet-blk.gif);
}

a.pathway{
	color:#fe03a8;
}
.guideblockdouble .guideblockheading h2 a,
.guideblocksingle .guideblockheading h2 a{
	color:#ffffff; /* against the black strip, see png below */
}
.guideblockdouble h2 a,
.guideblocksingle h2 a{
	color:#fe03a8;
}
.guideblocksinglenew  .guideblockheading h2 a{
	color:#000000; /* against yellow - which is still the colour of the strip on new items */
}
.guideblocksinglenew h2 a{
	color:#fe03a8;
}

.guideblockdouble h2 a:focus,
.guideblocksingle h2 a:hover,
.guideblocksinglenew h2 a:active{
	color:#fe03a8;
}
a.readon,
div.guidedetails a{
	color:#fe03a8;
	background-image:url(images/bullet-blk.gif);
}

div.guideblocktriple div.guideblockheading,
div.guideblockdouble div.guideblockheading,
div.guideblocksingle div.guideblockheading{
	color:white !important;
	background-image:url(images/guidestrip-blk.png);
	_background:none;
	_filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(
	  src          = '/london/css/images/guidestrip-blk.png',
	  sizingMethod = 'scale'
	);
}
