/* CSS Document */

#book_review{
	width: 665px;
	}

#book_review h1.review{
	background-color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
	height: 32px;
	}

#book_review table.title th.main{
	border-left: 10px solid #66CCFF;
	font-size: 13px;
	font-weight:lighter;
	padding-left: 5px;
	text-align: left;
	color: #669900;
	}

#book_review table.title th.spacial{
	border-left: 20px solid #FFCC00;
	font-size: 14px;
	font-weight:lighter;
	padding-left: 5px;
	text-align: left;
	color: #663366;
	}

#book_review span.sub{
	font-size: 13px;
	font-weight: inherit;
	color: #990000;
	}
	
#book_review td.sub{
	color: #666666;
	text-align: justify;
	line-height: 18px;
	font-size: 12px;
	}

#book_review td.feature{
	vertical-align: top;
	padding:3px;
	color: #333366;
	text-align: justify;
	line-height: 18px;
	font-size: 12px;
	}
	
#book_review th.new_mgz{
	width: 207px;
	background-color: #666666;
	padding-left: 10px;
	text-align: left;
	font-size: 13px;
	color: #FFFFFF;
	}
