@import 'colours-health-and-beauty.css';

/* and below here goes the stuff that is different between Archive and regular channel */

@import 'default-for-archives.css';

/* you can override those styles (font-size for example) by repeating them below and writing !important in them */

div#contentfeature p.track{
	_height:182px;
	min-height:182px;
}

/* this is the colour part only for archives: */

div#contentfeature p.track a{
	color:#9B9B9B;
}
div#contentfeature p.track a span{
	color:black;
}
div#contentfeature .contentpaneopen p.track img{
	border-color:#9B9B9B;
	border-width:0 !important;
}

