﻿body{
	font-size:12px;*font-size:11px!important;*font-size:11px;
	margin:0px;
	padding:0px;
	text-align:left;
	background:#fff;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
}
 p{margin:3px;}
 img {max-width: 100%;height: auto;}
 select{font-family: Verdana, Arial;}
 th{background:#D5CBBE;border-bottom:1px solid #795B50;}
 
 
 
 /*my.css*/
 /*---------侧边rss模块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;
}

/*---------自己添加的留言回复的效果----------*/

.commentRtop
{
	padding:4px;
	background:url(images/commentlist_Rtop.gif) 0px 16px no-repeat;
	height:30px;
	margin-bottom:-4px;

}
.commentRcontent
{
	padding:10px;
	line-height:140%;
	overflow:hidden;
	background:#eff5f7;
	border-left:1px solid #ebeae5;
	border-right:1px solid #ebeae5;
}
.commentRbottom
{
	margin-top:-6px 0px 6px 0px;
	height:10px;
	background:url(images/commentlist_Rbottom.gif) no-repeat;
}