/* Vi */
.pmenu {
	float:left;
	margin-left:15px;
	margin-right:15px;
	width:142px;
}

#pcategory {
	float:left;
	width:645px;
	height:auto;
}

.categorytitle_red {
	widht:645px;
	height:32px;
	border-bottom:1px solid #F00;
}


.categorytitle_blue {
	widht:645px;
	height:32px;
	border-bottom:1px solid #00F;
}


#pcategory li {
	font-size:85%;
	line-height:200%;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	
}

.topname {
	font-size:110%;
	font-weight:bold;
	vertical-align:top;
}