/* Index */
div.PanelProductIndex
{
	float				:	left;
	width				:	240px;
	height				:	180px;
	margin				:	0px 0px 20px 20px;
	background-color		:	#cccccc;
	text-align			:	center;
	font-weight			:	normal;
	font-size			:	14px;
	line-height			:	1.4em;
}
div.PanelProductIndexImage
{
	padding			:	10px 20px;
	margin				:	0px 0px 10px 0px;
	background-color		:	#ffffff;
}
#PanelProductIndexTitle
{
	position			:	relative;
	height				:	40px;
	margin				:	20px 0px;
}
#PanelProductIndexTitleMain
{
	position			:	absolute;
	top				:	0px;
	left				:	0px;
	width				:	800px;
	text-align			:	center;
}
#PanelProductIndexTitleMain h1
{
	color				:	#ffffff;
	font-weight			:	bold;
	font-size			:	18px;
}
#PanelProductIndexTitleLink
{
	position			:	absolute;
	top				:	15px;
	right				:	20px;
}

/* Menu */
#PanelProductMenu
{
	float				:	left;
	width				:	160px;
	height				:	500px;
	position			:	relative;
}
#PanelProductMenuCategory
{
	position			:	absolute;
	top				:	0px;
	left				:	0px;
}
#PanelProductMenuSearch
{
	position			:	absolute;
	left				:	0px;
	bottom				:	0px;
	width				:	140px;
}
#PanelProductMenuSearchTitle
{
	background-color		:	#cccccc;
	color				:	#000000;
	text-align			:	center;
	font-weight			:	bold;
	padding			:	4px 0px;
	line-height			:	1em;
}
#PanelProductMenuSearch form
{
	margin				:	0px;
}
#PanelProductMenuSearch table
{
	width				:	100%;
	margin				:	0.5em 0em;
}
#PanelProductMenuSearch td
{
	color				:	#ffffff;
}
#PanelProductMenuSearch input
{
	padding			:	0px 4px;
	width				:	70px;
}
#PanelProductMenuSearch *
{
	font-size			:	10.5px;
}

/* List */
#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			:	90px;
	padding		:	10px 0px;
	color			:	#000000;
	background-color	:	#ffffff;
	text-align		:	center;
	margin			:	15px 0px 0px 15px;
}

#PanelFrame
{
	position		:	relative;
	overflow		:	hidden;
	height			:	430px;
	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				:	500px;
	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		:	#ffffff;
	width				:	600px;
	height				:	500px;
	float				:	right;
}
.LabelProductInformation
{
	font-size			:	10.5px;
}
div.PanelProductThumbnail
{
	float				:	left;
	font-size			:	10px;
	color				:	#000000;
	line-height			:	1.2em;
	height				:	50px;
}

