.topics p {
margin:0;
}

.post a{
	background-image:url(/common/img/ico_niku.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-bottom: 10px;
	}

.alignleft {
	float: left
	}
.navigation {
	height:18px;
	margin: 0 0 10px 0;
	background-position: bottom;
	background-repeat: repeat-x;
	}

#leftcontent #left_menu ul { }
#leftcontent #left_menu li { background-image:url(/common/img/ico_ar_n.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 3px 0 3px 15px;
}

#leftcontent #left_menu li.topcategory {
background-image:none;
background-color:#543e54;
padding:3px 5px;
color:#FFFFFF;
font-weight:bold;
margin-bottom:5px;
}

