@import 'colours-static.css';
@import 'default-guide.css';

/* and below here goes the stuff that needs extra */
/* colour that doesn't apply to the regular channel */

a.readon,
div.guidedetails a{
	color:#D215B9;
	background-image:url(images/bullet-catindex-small.gif);
}

div.guideblocksingle div.guideblockheading{
	color:white !important;
	background-image:url(images/guidestrip-catindex.png);
	_background:none;
	_filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(
	  src          = '/london/css/images/guidestrip-catindex.png',
	  sizingMethod = 'scale'
	);
}


div#contentfeature div.guideblocksingle{
	float:left !important;
	margin-left: 0 !important;
	margin-right:10px !important;
	overflow-x:hidden;
}
div.guideblocksingle h2{
	font-weight:bold !important;
}
div.guideblocksingle img{
	position:relative !important;
	left:-5px;
	margin-bottom:8px;

}

div#contentfeature div.guideblockflashcover{
	margin-bottom:15px;
}
div#contentfeature ul.guidecover{
	min-height:3em;
	margin-bottom:2em;
}
div#contentfeature ul.guidecover li{
	float:left;
	width:147px;
	margin-right:10px;
	margin-bottom:5px;
	padding-left:0 !important;
	background:none !important;
	font-size:90%;
	font-weight:bold;
	font-stretch:semi-expanded;
}
div#contentfeature ul.guidecover li a{
	color:#D215B9;
}
div#contentfeature ul.guidecover li a:focus,
div#contentfeature ul.guidecover li a:active,
div#contentfeature ul.guidecover li a:hover{
	color:#000000;
}
div#contentfeature div.moduletableguidelatesttitle h3{
	color:#666666;
}

div.moduletableguidelatest{
	float:left;
}