/* page */

.itemimg{
	width:19px; 
	height:19px; 
	float:left; 
	margin-right:3px;
	cursor:pointer;
}

.itempage{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	width:25px; 
	height:15px; 
	float:left; 
	padding-top:2px;
	margin-top:1px;
	margin-right:2px; 
	background-color:#e2e2e2; 
	text-align:center;
	cursor:pointer;
}

.postpage{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	width:25px; 
	height:15px; 
	float:left; 
	padding-top:2px;
	margin-top:1px;
	margin-right:2px;
	background-color:#cbcbcb;
	text-align:center;
	cursor:pointer;
}



/* name */
.postname A {color:#d80000;}
.postname {
	width:181px;
	height:13px;
	padding:5px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/cach.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	
}
.itemname A {color:#345488}
.itemname {
	width:181px;
	height:13px;
	padding:5px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/cach.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	color:#d80000;
}
