#mainregion
{
	width: 800px; /* or a percentage, or whatever */ 
	text-align:left; /* reset text alignment */ 
	margin:0 auto; /* for the rest */ 
	height: 100%;
}

#topregion
{
	padding-bottom: 0.5em;
	height: 9em;
}



#leftregion
{
	float: left;
	width: 12em;
/*	height: 100%;  sabbar för firefox */
}
#rightregion
{
	width: 13em;
	float: right;
	height: 100%;
}


#contentregionstartpage
{
	padding-top: 5em;
	height: 30em;
	margin-bottom: 10em;
}

#contentregion
{

	width: 70%;
	float:left;
	padding-left:0.7em;
}


#bottomregion
{
	clear: both;
	border-top: solid 3px #000;
	/* float: none; */
	text-align: center;
	width: 100%;
	margin-top: 1.5em;
	padding-top: 0.5em;
}


/* Lisntning av producter */
#productListItemregion
{	
	margin-bottom: 2em;
	width: 13em;
	height: 100%;
	vertical-align: bottom;
}

.leftfloating{ float: left;}
.rightfloating{ float: right;}
