/*////////////////////
 header
////////////////////*/

header{
	height:66px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px solid #444444;
	border-top:1px solid #000000;
	border-top:1px solid #000;
	border-bottom:1px solid #444;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(68,68,68,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,0.7)), color-stop(100%,rgba(68,68,68,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(68,68,68,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(68,68,68,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(68,68,68,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(68,68,68,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30e0e0e', endColorstr='#b3444444',GradientType=0 ); /* IE6-9 */
	text-shadow:0 1px 0 rgba( 0 , 0 , 0 , 1);
	z-index: 200;
	-webkit-transform: translate(0, -66px);
	-moz-transform: translate(0, -66px);
	-ms-transform: translate(0, -66px);
	-o-transform: translate(0, -66px);
	cursor: default;
}

#header_buyBtn{
	padding:0 15px;
	margin-right:6px;
}

#header_endBtn{
	margin-right:6px;
}

#header_bookmark{
	height:30px;
	cursor:pointer;
	padding: 0 7px!important;
	vertical-align: middle;
}

#header_bookname{
	color:#FFFFFF;
	font-weight:bold;
}

#header_bookname .name{
	display:block;
	margin-bottom:2px;
	margin-top:30px;
	font-size:10px;
	text-align:center !important;
}

#header_bookname .price{
    display:block;
	color:#CCCCCC;
    font-size:9px;
    text-align:center!important;
}