
/* ebook box on comic landing and comic listing */

#comic_landing_ebook .dark_header  {
	background: none repeat scroll 0 0 #333333;
	height: 20px;
	line-height:20px;
	color: #99cc33;
	font-weight:bold;
	padding-left:4px;
	width:780px;	
	margin-bottom:4px;	
}

#comic_landing_ebook .dark_header .sel_black > a {
	line-height: 20px;
}

#comic_landing_ebook .dark_header .sel_black > div {
	top: 20px;
}

#comic_landing_ebook .ebook_box	{
	width:258px;
	height:210px;
	background: none repeat scroll 0 0 #eeeeee;
	margin:2px;
	float:left;
}

#comic_landing_ebook .ebook_box img{
	margin: 6px;
	border: 1px solid #999999;
	float:left;
}

#comic_landing_ebook .ebook_box .ebook_detail{
	display:inline-block;
	float:left;
	padding-top:4px;
	width:100px;
}


#comic_landing_ebook #button_more_ebook {
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	color:#666666;
	cursor:pointer;
}

#comic_landing_ebook #button_more_ebook span {
	background: transparent url("../images/sprite_reader.png") no-repeat -237px -580px;
	height:12px;
	width:28px;
	display:inline-block;
}

#comic_landing_ebook #button_more_ebook:hover {
	color:#000000;
}

#comic_landing_ebook #button_more_ebook:hover span {
	background: transparent url("../images/sprite_reader.png") no-repeat -237px -543px;
}

#comic_landing_ebook .ebook_advantage {
	border-top: 1px solid #999999;
	width:776px;
	padding:4px;
	height:30px;
	color:#666666;
}

#comic_landing_ebook h4 {
	color: #906;
	margin: 0;
}

#comic_landing_ebook h3, #comic_landing_ebook_for_when_close h3 {
	position:relative;
	padding-left:48px;
	width:400px;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	z-index:15;
}

#comic_landing_ebook h3 span.small, #comic_landing_ebook_for_when_close h3 span.small {
	font-size:11px;
	color:#666666;
}

#comic_landing_ebook h3 span.icon, #comic_landing_ebook_for_when_close h3 span.icon{
	background: transparent url("../images/sprite_reader.png") no-repeat -10px -478px;
	height:34px;
	width:34px;
	display:block;
	position:absolute;
	top:4px;
	left:8px;
}

#comic_landing_ebook > button.buyall {
	margin-top:8px;
	margin-right:4px;
	height:28px;
	padding-left:30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	float:right;
	color:#ffffff;
	font-weight:bold;
	background: #990066 url("../images/sprite_reader.png") no-repeat -360px -412px;
	cursor:pointer;
	z-index:16;
}

#comic_landing_ebook > button.buyall:hover {
	background-color:#333333;
}

#comic_landing_ebook > button.checkout {
	position:relative;
	margin-top:8px;
	margin-right:4px;
	border: 1px solid #999999;
	color: #990066;
	height:28px;
	padding-left:30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:right;
	font-weight:bold;
	background: transparent url("../images/sprite_reader.png") no-repeat -59px -524px;
	cursor:pointer;
	z-index:16;
}

#comic_landing_ebook > button.checkout:hover {
	border: 1px solid #99cc33;
	color: #000000;
	background: transparent url("../images/sprite_reader.png") no-repeat -57px -558px;
}

#comic_landing_ebook > button.checkout span.price{
	font-weight:normal;
	color: #000000;
}

#comic_landing_ebook > button.checkout div.number{
	position:absolute;
	top:-2px;
	left:2px;
	width:30px;
	text-align:center;
	display:inline-block;
	color: #990066;
}

#reader_ebook{
	padding:0 0 10px 0; 
	margin:0; 
	width:180px;
	text-align:center;
}


#reader_ebook img {
    border: 1px solid #999999;
}
