/* CSS Document */

#trackback {
	background: url(../images/trackback.gif) left top no-repeat;
	display: block;
	font-family: Arial;
	font-size: 10px;
	margin: 10px 0 15px 0;
	padding: 17px 0 0 0;
}

.trbfrom {
	border-top: 1px dashed #FFFFFF;
	display: block;
	text-align: right;
	padding: 5px 0;
}

#category {
	background: url(../images/category.gif) left top no-repeat;
	clear: both;
	margin: 0 0 15px 0;
	padding: 2px 0 0 0;
}

#category:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #category {
    height: 1em;
    overflow: visible;
}
/**/

#category p{
	margin: 15px 0 0 0;
}

#category li{
	float: left;
	list-style-type: none;
	line-height: 150%;
}

#category a {
	font-weight: bold;
	margin: 0 10px 0 0;
	white-space: nowrap;
}

strong {
	display: block;
}