#PageTitle {
	background-position: 10px -487px;
}



#CONTAINER {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	min-height: 300px;
	padding-top: 20px;
}

#ListData {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#ListData li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9FA0A0;
	padding-top: 15px;
	padding-bottom: 18px;
}
.ListPic {
	float: left;
	width: 250px;
}
.ListPic img{
	border: 5px solid #FFF;
	box-shadow: 3px 3px 5px #666666;
	-webkit-box-shadow: 3px 3px 5px #666666;
	-moz-box-shadow: 3px 3px 5px #666666;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.ListPic img:hover{
	border: 5px solid #FC3;
	box-shadow: 3px 3px 5px #666666;
	-webkit-box-shadow: 3px 3px 5px #666666;
	-moz-box-shadow: 3px 3px 5px #666666;
}
.ListDesc {
	float: right;
	width: 630px;
}
.ListDescTitle {
	float: left;
}

.ListDescTitle a{
	color: #005ed2;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.ListDescTitle a:hover {
	text-decoration: underline;
	color: #ff4800;
}
.MoreBut {
	height: 19px;
	width: 69px;
	float: right;
}
.MoreBut a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.MoreBut a:hover {
	background-position: 1px 1px;

}
.ListDiv  {
	font-size: 13px;
	color: #313131;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
}
