/*

When sub menu is floated left, listed content needs to be floated right
to prevent terminus from clearing both and causing layout problems.

*/

/* ################################# Common Elements and Classes ################################# */

/* === Terminus : blank item to stop floating items exceeding their containers === */

.backlink, .morelink, .list .terminus, .detail .terminus
{
    clear: left;
}
.list IMG.thumbnail, .list IMG.picture, .detail IMG.picture
{
    float: left;
    margin: 0 5px 5px 0;
}

/* ################################## Templates (and children) ################################## */

#template_Contacts_List_Companies .contactDetails
{
	float:right;
	width:222px;
}
#template_Contacts_List_Companies .descriptionBrief
{
	margin-right:232px;
}
.libraryimage p.image
{
	text-align:center;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
