/* == goods_detail_STYLE == */

#top_win_bg{
	background: url(../images/detail_Page_bg_02.jpg) no-repeat center;
	width: 100%;
	height: 261px;
}

#title_bg{
	background: url(../images/detail_Page_bg_04.jpg) no-repeat center;
	width: 100%;
	height: 433px;
	
}

#goods_view_bg{
	/* background: url(../images/detail_book_con_bg.jpg) no-repeat center; */
	background-image: url(../images/goodsdetail_consbg.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}


#book_bottom_img{
	background-image: url(../images/goodsdetail_consbg.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}



/*== 定义container ==*/
.fix_box{
	width: 1067px;
	height: 100%;
	margin: 0px auto;
	
}

/*书画背景头部*/
#book_top{
	background: url(../images/detail_book_tm_bg_03.png) no-repeat center;
	width: 100%;
	height: 436px;
	border: 0px solid #fff;
	border-color: transparent;
	border-color: rgba(0,0,0,0);
}

/* 书画title 定义STYLE */
#title_bg .fix_box #title_box{
	position: relative;
	top: 240px;
	left: 200px;
	width: 610px;
	height: 100px;
	overflow: hidden;
	font-size: 22px;
	color: #310507;
	font-weight: bolder;
} 

/* 书画标题中的描述 */
#title_bg .fix_box #title_detail{
	position: relative;
	top: 230px;
	left: 200px;
	width: 610px;
	height: 50px;
	margin-top:10px;
	padding-bottom: 5px; 
	overflow: hidden;
}

/*书画背景内容*/
#book_cons{
	/* background: url(../images/detail_book_tm_bg_05.png) no-repeat center; */
	background-image: url(../images/goodsdetail_book_repeat_img.png);
	background-repeat: repeat;
	margin-left: 1px;
	width: 100%;
	height: 100%;
	border: 0px solid #fff;
	border-color: transparent;
	border-color: rgba(0,0,0,0);
}

#book_cons_img{
	width: 735px;
	height: 100%;
	border: 1px solid red;
	border-color: transparent;
	border-color: rgba(0,0,0,0);
	position: relative;
	left: 160px;
}

#book_cons_img img{
	width: 732px;
	/*height: 500px;*/
	margin-bottom: 4px;
	margin-left: 2px;
}











