﻿/*---------侧边rss read模块css----------*/

#Side_RssRead .Pcontent {
text-align:left;
height: 46px;background:url(images/rss_meta.gif) right bottom no-repeat;
border:1px solid #fcebf2;
line-height:55px;
width:205px;
margin-left:8px;

}

#Side_RssRead .Pcontent:hover{
text-align:left;
height: 46px;background:url(images/rss_meta1.gif) right bottom no-repeat;
border:1px solid #c0d9e4;
}

#Side_RssRead .Pcontent a{
    background: url(images/feed.png) no-repeat left center;	              
    padding-left:20px;
    color:#ed8ea4;
}
#Side_RssRead .Pcontent a:hover{
    background: url(images/feedo.png) no-repeat left center;	              
    padding-left:20px;
    color:#29a9ce;
}



/*---------侧边rss me模块css----------*/

#Side_Rssme .Pcontent {
text-align:right;
background:url(images/rssme.gif) no-repeat;
line-height:55px;
width:170px;
height:140px;

}

#Side_Rssme .Pcontent:hover{
text-align:right;
background:url(images/rssme1.gif) no-repeat;
line-height:55px;
}

#Side_Rssme .Pcontent a{
    background: url(images/feed.png) no-repeat left center;	              
    padding-left:20px;
    color:#999;
}
#Side_Rssme .Pcontent a:hover{
    background: url(images/feedo.png) no-repeat left center;	              
    padding-left:20px;
    color:#ed8ea4;
}

/*---------自己添加的留言回复的效果----------*/


.commentRcontent
{
	padding:2px 10px 10px 30px; 
	line-height:140%;
	overflow:hidden;
	background:#faf9f5;
	border-left:1px solid #ebeae5;
	border-right:1px solid #ebeae5;
}

.commentRinfo
{
	font-size:9px;
	color:#ff487b;
}