div#accont
{
	float:				left;
	width:				550px;
}
div#searchbar
{
	float:				left;
	margin-left:			10px;
	width:				230px;
	background-color:		red;
}
div.itemcaption
{
	clear:				both;
	background-color:		#FF8C00;
	padding:			2px;
	color:				white;
	font-weight:			bold;
	text-align:			center;
	font-size:			16px;
	height:				1.2em;
}

div.itembody
{
	background-color:		#FFFACF;
	padding:			3px;
	border:				solid 3px orange;
	border-top:			none;
	text-align:			justify;
	overflow:			hidden;
	/*GIVE LAYOUT IE6*/
	_height:				1%;
}

img.itemimage
{
	float:				left;
	position:			relative;
	left:				0px;
	top:				0px;
	margin-right:			5px;
}

div.spacer
{
	clear:				both;
	font-size:			1px;
	height:				1px;
}

/*	Landen layout		*/

div.landenleft
{
	float:				left;
	width:				150px;
	margin-right:			10px;
}

div.landenblok
{
	width:				150px;
}

div.landenimage
{
	margin-top:				10px;
	width:				150px;
	height:				100px;
	background-color:		red;
}
p.top
{
	margin-top:			0px;
}

div#acimg
{
	float:				left;
	width:				310px;
	margin-left:			3px;
	padding:			5px;
	padding-bottom:			0px;
}
div#actext
{
	width:				442px;
	float:				left;
	padding-right:			10px;
	border-right:			solid 2px orange;
}

img.acsmallfirst
{
	
	margin:				0px;
	margin-right:			10px;
	margin-top:			10px;
}
img.acsmallsecond
{
	margin:				0px;
	margin-top:			10px;
}
div.leftcontainer
{
	float:				left;
	width:				241px;
	padding-left:			5px;
}
div.rightcontainer
{
	float:				left;
	border-left:			solid 3px #FF8C00;
	padding-left:			3px;
	background-color:		#FFFACF;
}