@charset "utf-8";
/* CSS Document */

/*时间*/
.date_show
{
width:100%;
}
.date_show tr td{
text-align:center;
font-size:12px;
}
.date_show tr td a{
font-family:"MS PGothic";
text-decoration:none;
color:#0066FF
}
.date_show tr td a:hover{
text-align:center;
color:#FF0000;
}

.date_show tr td a:active{
text-align:center;
color:#0066FF;
}

.date_show .tody
{
background-color:#E4E4E4;
}
.date_show_title
{
font-size:13px;
background-color:#E4E4E4;
text-align:center;
}

.date_show_week
{
background-color:#E4E4E4;
font-size:12px;
text-align:center;
}
/*时间*/

.blogad 
{
	width:640px;
	height:auto;
	overflow:hidden;
	margin:5px 0px;
}
.blogad ul
{
	width:640px;
	height:auto;
	margin:0px;
	padding:0px;
}
.blogad ul li
{
	width:640px;
	height:auto !important; 
	height:50px;
	min-height:50px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #ccc;
	display:block !important;
	display:inline-block;
}
.blogad ul li .adimg
{
	float:left;
	width:88px;
	height:auto; 
	margin-right:22px;
	overflow:hidden;
}
.blogad ul li .adrig
{
	float:left;
	width:520px;
	height:auto; 
	overflow:hidden;
	font-size:12px;
	line-height:18px;
	color:#666;
}
.blogad ul li .til
{
	color:#FE8409;
	font-weight:bold;
}
.blogad ul li .til a
{
	color:#FE8409;
	text-decoration:none;
}
.blogad ul li .til a:hover
{
	text-decoration:underline;
}
.blogad p
{
	margin:0px;
	padding:0px;
}
