#process, #intro, #logos, #sample {
	clear: both;
}
#process ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
}
#process li {
	line-height: 25px;
	font-size:14px;
}
#intro {
	font-size: 14px;
	line-height: 25px;
}
#process h3, #intro h3, #sample h3, #logos h3 {
	line-height: 30px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	color:#0060b0;
	font-size: 14px;
}
#logos li {
	float: left;
	width: 126px;
	padding-bottom: 5px;
}
#logos img {
	border: 2px solid #eee;
}
#logos a:hover img {
	border: 2px solid #ff7400;
}
#sample .boxs {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
}
#sample .boxs .warp {
	margin: 20px;
}
#sample .tabs {
	height:28px;
	margin-left:25px;
}
#sample .tabs li {
	cursor:pointer;
	float:left;
	height:32px;
	line-height:29px;
	margin-right:1px;
	text-align:center;
	width:55px;
	background-color: transparent;
	background-image: url(/Images/tabs_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #FFF;
}
#sample .tabs li.curr {
	background-position: 0px -50px;
	color: #ff7400;
}
#poster_list {
	margin-bottom:10px;
}
#poster_list a img {
	height: 160px;
	width: 120px;
	border: 4px solid #eee;
	background-image: url(/Images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#poster_list a:hover img {
	border: 4px solid #ff7400;
}
#poster_list td {
	text-align:center;
}
#manual_pic td{
	text-align:center;
	height: 130px;

}
#manual_pic a img{
	height: 120px;
	width: 80px;	
	border: 2px solid #eee;
	background-image: url(/Images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#manual_pic a:hover img{
	border: 2px solid #ff7400;
}