/* Panel */
#PanelHeader
{
	position			:	relative;
	height				:	60px;
}
#PanelHeaderLogo
{
	position			:	absolute;
	top				:	10px;
	left				:	0px;
}
#PanelHeaderQR
{
	position			:	absolute;
	top				:	10px;
	right				:	0px;
	border				:	solid 1px #999999;
}
#PanelHeaderContact
{
	position			:	absolute;
	bottom				:	10px;
	right				:	50px;
	line-height			:	1.4em;
}
#PanelFooter
{
	margin				:	0.5em;
	text-align			:	center;
}
#PanelProducer
{
	display				:	none;
}
#PanelMap
{
	border				:	solid 1px #999999;
	height				:	500px;
}
#PanelContent
{
	width				:	900px;
	margin-left			:	auto;
	margin-right			:	auto;
	padding			:	10px 20px 20px 20px;
	text-align			:	left;
	background-color		:	#ffffff;
	border-left			:	solid 1px #999999;
	border-right			:	solid 2px #666666;
	border-bottom			:	solid 2px #666666;
}
#PanelMenu
{
	padding				:	2px 0px 10px 0px;
}
div.PanelPrice
{
	padding				:	10px;
	background-color		:	#ddeeaa;
}


/* 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
{
}


img.right
{
	float				:	right;
	margin				:	0em 0em 1em 1em;
}
img.left
{
	float				:	left;
	margin				:	0em 1em 1em 0em;
}

div.left
{
	float				:	left;
}
div.right
{
	float				:	right;
}
div.clear
{
	clear				:	both;
}


div.PanelDebug
{
	height				:	300px;
	padding			:	10px;
	overflow			:	auto;
	font-size			:	10.5px;
	border				:	solid 1px #999999;
}
div.PanelSeo
{
	display				:	none;
}

