/* Opening */
#PanelOpening
{
	width					:	800px;
	height					:	550px;
}
/* List */
#PanelProductMenu
{
	float				:	left;
	width				:	160px;
}
#PanelProductContent
{
	width				:	800px;
	float				:	right;
}
#PanelProductList
{
	height			:	500px;
	background-image	:	url(./image/Panel/Background.jpg);
	background-repeat	:	no-repeat;
	text-align		:	center;
	color			:	#ffffff;
}
div.PanelProductListInner
{
}
div.PanelProductListFormat
{
	float			:	left;
	width			:	180px;
	height			:	140px;
	padding		:	10px 0px;
	color			:	#000000;
	background-color	:	#ffffff;
	text-align		:	center;
	margin			:	15px 0px 0px 15px;
}

#PanelFrame
{
	position		:	relative;
	overflow		:	hidden;
	height			:	420px;
	top			:	0px;
	left			:	0px;
}
#PanelFrameInner
{
	position		:	absolute;
	top			:	0px;
	left			:	0px;
	margin-top		:	10px;
	padding		:	0px;
}
div.PanelProductListPage
{
	float			:	left;
	width			:	800px;
	height			:	450px;
	margin			:	0px;
	padding		:	0px;
}
div.PanelPageButton
{
	margin			:	-1em 20px 0px 0px;
	text-align		:	right;
}
span.LabelPageButtonGap
{
	letter-spacing			:	0.5em;
}

/* Detail */
div.PanelProductInformation
{
	float				:	right;
	width				:	200px;
	height				:	540px;
	background-color		:	#dddddd;
}
div.PanelProductInformationInner
{
	font-size			:	10.5px;
	margin				:	10px;
}
div.PanelProductComment
{
	color				:	#ffffff;
	font-size			:	10.5px;
	padding			:	10px;
	background-color		:	#333333;
	overflow			:	auto;
}
div.PanelProductPhoto
{
	background-color		:	#333333;
	width				:	600px;
	height				:	540px;
	float				:	right;
}
.LabelProductInformation
{
	font-size			:	10.5px;
}
div.PanelProductThumbnail
{
	float				:	left;
	font-size			:	10px;
	color				:	#000000;
	line-height			:	1.2em;
}


