
.nav{
    width: 70%;
    height: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    float: left;
}
.nav a{
	text-decoration: blink;
	cursor: pointer;
	color: #333333;
}
.select{
    width: 30%;
    height: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    float: left;
    text-align: right;
}
.list{
    clear: both;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 30px;
}

.oneList{
    height: 146px;
    width: 1140px;
    border-bottom: solid 1px #e5e5e5;
    margin-left: 20px;
    margin-right: 40px;
    padding-top: 26px;
    background-color: #ffffff;
}

.leftPicture{
    height: 100%;
    width: 140px;
    float: left;
}
.pictureSize{
    max-width: 140px;
    height: 140px;
    display: block;
    margin: auto;
}
.rightContent{
    width: 1000px;
    height: 100%;
    float: left;
}
.upDiv{
    width: 100%;
    height: 50%;
    float: left;
    padding-left: 20px;
}
.upLeft{
    width: 70%;
    height: 73px;
    float: left;
}
.bookName{
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}
.name{
    width: 100%;
    height: 35px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 5px;
}

.downDiv{
    width: 100%;
    height: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
}
.upRight{
    float: left;
    width: 30%;
    height: 72px;
}
.eyePicture {
    background-image:  url("../../image/css_sprites.png");;
    background-position: -418px -147px;
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
    float: right;
}
.eyePicture.active{
	background-position: -418px -170px;
}
.pictureDiv{
    width: 100%;
    height: 25px;
}
.number{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #b5b5b5;
    float: right;
    width: 40px;
    height: 25px;
    margin-left: 5px;
}
.handPicture{
    background-image:  url("../../image/css_sprites.png");;
    background-position: -418px -194px;
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
    float: right;
}
.handPicture.active {
    background-position: -418px -218px;
}
.comment {
    background-image: url("../../image/css_sprites.png");;
    background-position: -418px -243px;
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
    float: right;
}
.number2{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #b5b5b5;
    float: right;
    width: 40px;
    height: 25px;
    margin-left: 5px;
}

.contentPage{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 0px;
    max-height: 70px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.not-like-an-a{
	text-decoration: blink;
	color: #333333;
}

.pageDiv{
    clear: both;
    text-align: right;
    margin-top: 30px;
}