
.title_row
{
	position : relative;
	height : 20px;
	line-height : 19px;
	padding-left : 10px;
	border-bottom : 1px solid #999;
	background : #506984;
}
#product_title
{
	font-weight : bold;
	padding-right : 30px;
	display : inline;
}
#reference
{
	padding-right : 30px;
	display : inline;
	font-weight : bold;
}
#ref_code
{
	font-weight : normal;
}

a#product_prev_link, a#product_next_link
{
	color :  #FFD;
	text-decoration : none;
}
a#product_prev_link:hover, a#product_next_link:hover
{
	color : #FF0;
}
a#product_prev_link img, a#product_next_link img
{
	border : none;
	margin : 1px 4px 0 4px;
}
a#product_prev_link
{
	position : absolute;
	left : 650px;
}
a#product_next_link
{
	position : absolute;
	left : 700px;
}


/* BOOK LIST */
.book_box
{
	width : 200px;
	height : 170px;
	float : left;
	margin : 10px;
	text-align : center;
}
.book_box a
{
	color : #FFF;
	text-decoration : none;	
}
.book_box a:hover
{
	color : #FC0;
}
.book_box a img
{
	border : none;
}
img.book
{
	float : left ;
	margin : 10px ;
}
img.poster
{
	float : left ;
	margin : 10px ;
	border : 1px solid #FFF;
	clear : right;
}
.poster_box.ph
{
	width : 196px;
	height : 130px;
	float : left;
	text-align : center;
}
.poster_box.pv
{
	width : 196px;
	height : 260px;
	float : left;
	text-align : center;
}
.poster_box .banner_row
{
	display : block;
	clear : both;
	height : 22px;
	line-height : 20px;
	margin : 2px 0;
}
.poster_box .banner_row .show
{
	display : inline;
	border : 1px solid #FFF;
	background : #036;
	color : #FFF;
	padding : 2px 7px;
}
.poster_box .banner_row .hide
{
	display : none;
}
.poster_box a
{
	text-decoration : none;
	display : block;
	clear : both;
	color : #EEE;
}
.poster_box a:hover
{
	text-decoration : underline;
}
.poster_box a img
{
	border : 1px solid #FFF;
}


.data_block
{
	width : 240px;
	float : none;
}
.data_block.ph
{
	float : right;
}
.data_block.pv
{
	float : left;
}
div.data_block h2
{
	font-size : 12px;
	color : #DDD;
	height : 20px;
	line-height :19px;
	margin :  -1px 0 5px 0;
	padding-left : 5px;
	border-bottom : 1px solid #999;
	border-top : 1px solid #999;
	background : #3E668E;
}
div.data_block a
{
	display : block;
	clear : both;
	padding-left : 5px;
	color : #9CE3EB;
	text-decoration : none;
	margin-bottom : 3px;
}
div.data_block a img
{
	border : none;
}


.product_description
{
	display : block;
	clear : both;
}
.format_pv .product_description
{
	width : 240px;
	float : left;
	clear : none;
}
.format_ph .product_description
{
	width : 240px;
	float : left;
	clear : none;
/*	margin : 15px;*/
}






