.bold {
	font-weight: bold;
}

td{
	padding:10px;
	vertical-align:top;
}

body{
	margin:0px;
}

.eng_container{
	width:800px;
	margin:0 auto;
}

.lk_logo{
	width:306px;
	height:64px;
	margin-top:28px;
	margin-left:28px;
	background-image:url('../img/lingkee_publish_logo2.png');
}

.encyclopedia_logo{
	width:598px;
	height:116px;
	background-image:url('../img/encyc_header01.png');
	margin:10px auto;
}

.book_part{
	margin-top:20px;
}

.bookname{
	background-color:rgb(0, 102, 51);
	width:98%;
	text-align:center;
	padding:5px;
}

.heading {
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold
}

.heading2{
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.subheading{
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #993300;
}

.bigheading {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin:5px 0px;
}

.book{
	margin-top:5px;
}

.book_cover{
	width:45%;
	display:inline-block;
	vertical-align:top;
}

.book_desc{
	width:50%;
	margin-left:2%;
	display:inline-block;
	vertical-align:top;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	clip: rect(   );
	overflow: auto;	
}

.price{
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	clip: rect(   );
	overflow: auto;	
	text-align:center;
	margin:30px 0;
}

.contact{
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	clip: rect(   );
	overflow: auto;	
	text-align:center;
}

.rt_table_head_text{
	background-color:#539FCF;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-align:center;
}

.rt_table_text{
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	text-align:center;
}

.rt_table tr:nth-child(odd) {
    background-color: #FFFFCC;
}

.rt_table tr:nth-child(even) {
    background-color: #ECFCFC;
}

.book_cover_part{
	width:20%;
	display:inline-block;
	vertical-align:top;
}

.book_info_part{
	width:75%;
	display:inline-block;
	vertical-align:top;
}

.divider{
	height:3px;
	width:100%;
	background-image:url('../img/divider4.gif');
}

.divider2{
	width:100%;
	height:19px;
	background-image:url('../img/topbar.gif');
	margin:15px auto;
}