/* Panel */
#PanelContent
{
	width				:	800px;
	margin				:	0px auto;
	border				:	solid 1px #cccccc;
	background-color	:	#ffffff;
}
#PanelHeader
{
	height				:	100px;
	margin				:	0px;
	background-image	:	url(../image/common/Header/Background.jpg);
	background-repeat	:	no-repeat;
}
#PanelHeaderLogo
{
	position					:	absolute;
	bottom					:	25px;
	left						:	50px;
}
#PanelHeaderMenu
{
	position					:	absolute;
	bottom					:	15px;
	right					:	40px;
}
#PanelFooter
{
	margin				:	2em 0em 1em 0em;
	text-align			:	center;
}
#PanelProducer
{
	display				:	none;
}
#PanelMap
{
	border				:	solid 1px #999999;
}
#PanelContentInner
{
	padding				:	10px 50px;
}
#PanelContentInner2
{
	padding				:	20px 50px;
}

div.PanelInformation
{
	border					:	solid 1px #000099;
	padding					:	15px;
}

div.PanelTitleBar
{
	background-color		:	#dddddd;
	font-weight				:	bold;
	padding					:	4px 8px;
}

/* Enquete */
div.PanelEvaluation
{
	border				:	solid 1px #999999;
	padding				:	10px 20px;
}
div.PanelEnqueteQuestion
{
	background-color	:	#eeeeee;
	padding				:	4px 8px;
}
span.LabelEnqueteQuestion
{
	font-weight			:	bold;
}
/* Question */
div.PanelQuestion
{
	background-color		:	#f7f7f7;
	border					:	solid 1px #cccccc;
	padding					:	4px 8px;
}
span.Question
{
	font-size				:	125%;
	font-weight				:	bold;
	color					:	#ff6666;
}
div.PanelAnswer
{
	display					:	none;
}
span.Answer
{
}

/* Menu */
table.Menu
{
	width					:	100%;
	border-collapse			:	collapse;
}
td.MenuName
{
	padding					:	0em 0.5em;
	padding-right			:	1em;
}
td.MenuPrice
{
	padding					:	0em 0.5em;
	text-align				:	right;
}
div.PanelCafeMenuHeader
{
	border-top				:	solid 1px #000099;
	border-bottom			:	solid 1px #000099;
	padding					:	0.25em 0.5em;
}
div.PanelCafeMenuHeaderExtremeOuter
{
	border-top				:	solid 1px #000099;
	border-bottom			:	solid 1px #000099;
	padding					:	0.15em 0em;
}
div.PanelCafeMenuHeaderExtremeInner
{
	border-top				:	solid 2px #000099;
	border-bottom			:	solid 2px #000099;
	padding					:	1em 0em;
}


/* Common */
div.left
{
	float				:	left;
}
div.right
{
	float				:	right;
}
div.clear
{
	clear				:	both;
}
