.bordered	{
	border: 1px solid #C613EC;
}

#CatList	{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 15px;
	width:440px;
	
}

#CatList .CatListHeaderTop	{
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #C613EC;

	letter-spacing: normal;

	word-spacing: normal;

	white-space: normal;

	display: block;

	padding: 5px 0;

	margin-bottom: 10px;

	height: 15px;

	width: 450px;

	text-indent: 10px;

	text-align: left;
}

#CatList .CatListItem	{
	
	clear:both;
	width:445px;
	margin: 0 0 10px 0;
	
}

#CatList .CatListItem .CatListText	{
	float:left;
	width:300px;
	margin-bottom:10px;
}

#CatList .CatListItem .CatListText .CatListItemTitle	{
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #C613EC;

	letter-spacing: normal;

	word-spacing: normal;

	white-space: normal;

	display: block;

	padding: 5px 0;

	margin-bottom: 10px;

	height: 15px;

	width: 300px;

	text-indent: 10px;

	text-align: left;
}

#CatList .CatListItem .CatListText .CatListItemTitle a	{
	color:#fff;
	text-decoration:none;
}

#CatList .CatListItem .CatListImage	{
	float:right;
	width:130px;
	margin-left:10px;
	margin-bottom:10px;
}

#SubcatList	{
	margin-top:10px;
}

#SubcatList ul	{
	list-style:none;
	padding-left:5px;
}

#SubcatList ul li	{
	height:15px;
	font-size:10px;
}

#SubcatList a	{
	color:#5CADD6;
	text-decoration:underline;
	font-weight: normal;
}

#SubcatList a:hover	{
	color:#c613ec;
	text-decoration:underline;
	font-weight: normal;
}
