.main {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
}

* {
    margin: 0;
    padding: 0;
}

div {
    display: block;
}
a  {
    text-decoration:none;
    color: #333;
}

a:hover{
    text-decoration:none;
}
ul, ol, li {
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.index_h1 {
    height: 40px;
    border-bottom: 1px solid #ddd;
}
.index_h1 .tt {
    display: block;
    color: #333;
    font: 400 20px/40px Arial,"微軟雅黑";
    float: left;
    border-bottom: 1px solid #4593fd;
}
.h8 {
    clear: both;
    height: 8px;
}

.h20 {
    height: 20px;
    clear: both;
}
.ebook_list {
    border-top: none;
    padding: 8px 0px 8px 8px;
    overflow: hidden;
}
.ebook_list li {
    width: 140px;
    float: left;
    margin: 0px 40px 8px 8px;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    padding: 5px;
}
.ebook_list li .tt {
    display: block;
    overflow: hidden;
    padding: 0px 5px;
    text-align: center;
	height: 25px;
}
.ebook_list li img {
    width: 135px;
    height: 175px;
    margin-left:2px;
}
