/*
	Common CSS for topics list module
*/

#topicslist {
	font-size:86%; 
	text-align:left;
	}

#topicslist td {
	padding:5px;
	}

#topicslist ul {
	margin:0; 
	padding:0;
	}

#topicslist ul.cat li {
	margin-bottom:.6em;
	text-indent:.6em;
	}

#topicslist ul.group li {
	background-image: url(/nytimes/Images/TopNavigation/bullet4x4.gif);
	background-position: 0 .45em;
	_background-position: left .45em;
	background-repeat: no-repeat;
	margin-bottom:.4em;
	padding: 0px 0px 0px 8px;
	_padding: 0px 0px 0px 8px;	
	text-indent:0;
	}

#topicslist ul.cat a {
	color:#000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:102%; 
	text-transform:uppercase;
	}

#topicslist ul.group a {
	color:#004276; 
	font-family: Georgia, Times New Roman, serif; 
	font-size:120%; 
	text-transform:none;
	}

