/* Moviebox and Slimbox stylesheet - black theme */

/*---------------------------------------*/

body.detailwin {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro', Osaka, 'MS PGothic', sans-serif;
	color: #111;
	text-decoration: none;
	font-size:11px;
	line-height:1.8;
	border:none;
	border-collapse:collapse;
	padding:0;
	margin:0;
	background-color: #fff;
}
#DetailW{
	text-decoration: none;
	font-size:11px;
	line-height:1.8;
	margin:0 auto;
	width:760px;
	height:560px;
	background-color: #fff;
	padding:10px;
}
#DetailW #Photo{
	padding:0;
	position: relative;
	float:left;
	width:450px;
	height:560px;
}
#DetailW #Spec{
	text-decoration: none;
	font-size:11px;
	line-height:1.8;
	padding:20px 30px 0 20px;
	position: relative;
	float:right;
	width:260px;
	height:560px;
	text-align: left;
	color: #111;
}
/*---------------------------------------*/



#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	padding:10px;
	background-color: #fff;
	border:1px solid #dfd3a8;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background: transparent url(../js/closelabel.gif) no-repeat center;
	margin: 0px;
}
