#PrintImageArea
{
	text-align: center;
}

.rightMenu
{
	width: 100%;
	background-color: #F0E5CF;
	border: 0.1em solid #C78E2F;
	color: #603D03;
}

.rightMenuHeader
{
	background-color: #E4D1B4;
	background-image: url(/OlufLorentzen/Images/rightmenu_header.jpg);
	background-repeat: repeat-y;
}

.productImage
{
	text-align: center;
	padding: 0em 0em 0em 0em; /*0.5em*/
	margin: 0em;
}

.productListImage
{
	float: left;
	padding: 0em 0.5em 0em 0em;
}

.productIntro
{
	padding: 0;
	margin: 0;
}

.productListHeader
{
	font-size: 1.2em;
	font-weight: bolder;
	text-decoration: none;
	color: #8D5B05;
}

.productListHeader:hover
{
	text-decoration: underline;
	color: #ff0000;
}

.productInfoLabelCell
{
	width: 100px;
}

.productListItem
{
	border: 0.1em solid #E4D1B4;
	padding: 0.5em;
	width: 50%;
}

.productListItemNoBorder
{
	border: none;
	padding: 0.5em;
	width: 50%;
}

.usageBox
{
	border: 0.1em solid #E4D1B4;
	padding: 0.5em;
	color: #8D5B05;
	width: 400px;
	text-align: left;
}

.prodafuctListItem
{
	color: #8D5B05;
}

