/************************************************
* 编写：小高
* 邮箱: starpt@163.com
* 日期：2007-5-22
* 说明：显示页面样式
************************************************/

#Prog{
	font-size:12px;
	border:5px solid #EEE;
	padding:6px;
	margin:8px 0px;
	line-height:25px;
	background-color:#F7F7F7;
}
#Prog img{
	width:210px;
	height:300px;
}
#Prog div{
	overflow:hidden;
	position:absolute;
	margin:12px;
	width:260px;
	height:280px;
}
#Prog div img{
	margin-top:6px;
	width:263px;
	height:72px;
}
#Prog b{
	font-size:14px;
}
#No{
	line-height:18px;
	letter-spacing:1px;
	padding:2px 8px;
	word-spacing:8px;
}
#No a:hover{
	color:#F60;
}
#No a:visited{
	text-decoration:line-through;
}
#No a:active{
	color:#00C;
}
.title{
	padding:7px 0px 3px 12px;
	background-color:#F1F1F1;
	font-weight:bold;
	margin:4px 0px;
}
#Synopsis{
	height:220px;
	color:#777;
	text-indent:24px;
	line-height:16px;
	padding:5px;
}
#Same span{
	text-align:center;
	width:126px;
	height:180px;
}
#Same img{
	width:120px;
	height:160px;
	margin-bottom:3px;
}
.list4{
	line-height:18px;
	background-color:#F9F9F9;
	padding:0px 3px 3px 10px ;
	border:1px solid #F0F0F0;
}
#ShowRight a:hover{
	color:#FB7000;
	text-decoration:underline;
}