DIV.box-left {
	float: left;
	clear: left;
	padding: 0px 0px 20px 0px;
	width: 345px;
	border: 0px dotted red;
}

DIV.box-right {
	float: right;
	clear: right;
	padding: 0px 0px 20px 0px;
	width: 345px;
	border: 0px dotted red;
}

DIV.box-inner {
	margin: 6px 0px 3px 0px;
	border: 0px dotted blue;
}

DIV.box-link {
	clear: both;
	text-align: right;
	padding-right: 20px;
	border: 0px dotted yellow;
}

A.title {
	font-weight: bold;
}

IMG.icon {
	clear: both;
	float: left;
	margin: 3px 5px 0px 0px;
	width: 60px;
	height: 60px;
	border: 1px solid #3b6285;/*#cbcbcb;*/
}
