#Mid .Block {
	width: 1120px;
	margin-bottom: 20px;
}

#Mid .Block .BlockLeft {
    float: left;
    width: 810px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

#Mid .Block .BlockLeft h1 {
	display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
#Mid .Block .BlockLeft h1:before{
	content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #ff3e3e;
}

#Mid .Block .BlockLeft .OrderBy {
	padding: 10px;
	background: #f5f5f5;
	margin-top: 10px;
	overflow: hidden;
}

#Mid .Block .BlockLeft .OrderBy a {
	float: left;
	padding: 5px 10px;
	line-height: 24px;
	margin-right: 5px;
	border-radius: 2px;
	font-size: 14px;
}

#Mid .Block .BlockLeft .OrderBy a:hover {
	background: #999999;
	color: #ffffff;
}

#Mid .Block .BlockLeft .OrderBy .Selected,
#Mid .Block .BlockLeft .OrderBy .Selected:hover {
	background: #ff3e3e;
	color: #ffffff;
}

#Mid .Block .BlockLeft ul {
	padding: 15px 0px;
}

#Mid .Block .BlockLeft ul li {
	background: url(../Images/bg0172.gif) 6px 10px no-repeat;
	padding-left: 16px;
	line-height: 26px;
	font-size: 14px;
	height: 26px;
	display: block;
	position: relative;
	padding-right: 100px;
}

#Mid .Block .BlockLeft ul li .BookName {
	overflow: hidden;
}

#Mid .Block .BlockLeft ul li .BookName a {
	display: block;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#Mid .Block .BlockLeft ul li .BookName a:hover {
	color: #ff3e3e;
	text-decoration: none;
}

#Mid .Block .BlockLeft ul li .Downloads {
	position: absolute;
	right: 0px;
	top: 0px;
	right: 0px;
	color: #888888;
}

#Mid .Block .BlockLeft ul li.Space {
	height: 24px;
	background: none;
	padding: 0px;
}

#Mid .Block .BlockLeft .Pagination {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px dotted #d4d4d4;
	text-align: center;
	margin-top: 15px;
}

#Mid .Block .BlockLeft .GotoDownload{
    margin-bottom: 20px;
}
#Mid .Block .BlockLeft .GotoDownload a{
    display: block;
    background: #0066cc;
    text-align: center;
}

#Mid .Block .BlockRight {
	float: right;
	width: 250px;
}