.user_container {
	width: 226px;
	height: 64px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#left .user_container, #right .user_container, #left .book_container, #right .book_container {
	margin-left: 7px;	
}

.user_portrait {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.book_container {
	width: 228px !important;
	height: 108px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#normal .book_container {
	width: 426px !important;
	height: 213px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.book_queue {
	width: 426px;
	height: 199px;
	position: relative;
	float: none !important;
}

.user_queue {
	width: 426px;
	height: 64px;
	position: relative;
	float: none !important;
}


#normal .book {
	float: left;
	width: 140px;
	height: 199px;
	margin-right: 2px;
	overflow: hidden;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#left .book, #right .book, .bookmini {
	float: left;
	width: 70px;
	height: 98px;
	margin-right: 8px;
	overflow: hidden;
	position: relative;
}



#normal .book div.book_image {
	width: 140px;
	height: 185px;
	vertical-align: top;
	overflow: hidden;
	margin-top: 4px;
}

#left .book div.book_image, #right .book div.book_image, .bookmini .book_image {
	width: 70px;
	height: 98px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin-top: 4px;
}

.book a.mask, span.mask, .bookmini a.mask {
	width: 70px;
	height: 98px;
	padding: 0 14px 0 5px;
	position: relative;
	top: -102px;
	left: 0px;
	background: transparent url(../i/mask_booktipmini.png) 0 0 no-repeat;
	z-index: 10;
	display: block;
	color: #000 !important;
	font-weight: normal;
	text-decoration: none;
}

#normal .book a.mask, #normal .book span.mask {
	width: 115px;
	height: 199px;
	padding: 0 14px 0 11px;
	position: relative;
	top: -189px;
	left: 0px;
	background: transparent url(../i/mask_booktip.png) 0 0 no-repeat;
	z-index: 10;
	display: block;
	color: #000 !important;
	font-weight: normal;
	text-decoration: none;
}



.book a.mask:hover, #normal .book a.mask:hover {
	color: #006699 !important;
	background-position: bottom left;
}

#normal .book strong {
	padding-top: 108px;
	display: block;	
}

#left .book strong, #right .book strong, .bookmini strong {
	padding-top: 52px;
	display: block;
	width: 61px;
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
}


.book a.icon {
	position: absolute;
	top: 7px;
	right: 8px;
	z-index: 9999;
	background-color: transparent;
}

#normal .book a.icon {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 9999;
	background-color: transparent;
}

#right .book a.icon, #left .book a.icon {
	display: none;	
}

#right .book:hover a.icon, #left .book:hover a.icon {
	display: block;	
}


