/* CSS Document */


#category {
	/*margin: 0 225px 0 0;
	padding: 0 5px 0 5px;*/
	/*I added this */
	width: 545px;
	margin: 0 0 5px 5px;
	padding: 0;
	}

#category h1 {
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #C33219;
	margin: 10px 0 10px 15px;
	padding: 0;
	}
	
#category h3 {
	display: block;
	width: 407px;
	height: 30px;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #0A327D;
	margin: 10px 20px 10px 20px;
	padding: 3px 0 0 38px;
	}
		.lit {background: url(images/bkd_mainCat_lit.gif) top left no-repeat;color:#CC000A;}
		.corell {background: url(images/bkd_mainCat_corell.gif) top left no-repeat;color:#006600;}
		.media {background: url(images/bkd_mainCat_media.gif) top left no-repeat;color:#BE0050;}
		.vocab {background: url(images/bkd_mainCat_vocab.gif) top left no-repeat;color:#CC7D00;}
		.teachlit {background: url(images/bkd_mainCat_litres.gif) top left no-repeat;color:#F15322;}
		.ref {background: url(images/bkd_mainCat_ref.gif) top left no-repeat;color:#7D3399;}
		.down {background: url(images/bkd_mainCat_down.gif) top left no-repeat;color:#2356D7;}



	#category p {
		font: normal 90% Arial, Helvetica, sans-serif;
		margin: 10px 15px 5px 30px;
		padding: 0;
		}
	#category dl {
		margin: 0 0 0 40px;
		padding: 0;
		}
	#category dt {
		font: bold 90% "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		margin: 0;
		padding: 0;
		}
	#category dt a {
		text-decoration: none;
		color: #0A327D;
		}
		#category dt a:hover, #category dt a:active {
			text-decoration: underline;
			color: #0A327D;
			}
		
	#category dd {
		font: normal 90% Arial, Helvetica, sans-serif;
		margin: 4px 0 10px 10px;
		padding: 0;
		}
		#category dd a {
			text-decoration: none;
			color: #0070B7;
			}
		#category dd a:hover, #category dd a:active {
			text-decoration: underline;
			color: #FF3300;
			}
