﻿.content > h1
{
    float: left;
	width: auto;
}

span.icon
{
	background: transparent url(modules/mtp/images/ui/layout/Book2.png) no-repeat scroll 0 0;
	height:60px;
	margin:10px 10px 0;
	width:50px;
	float: left;
	position: relative;
}

.content h1
{
    margin-left: 35px;
}

.content .HeaderLink
{
    position: relative;
    top: -20px;
    left: -15px;
    float: right;
}

.ClearBoth
{
    clear: both;
}