
div.edition {
	clear: both;
}

h3.edition {
	font-size: 150%;
}

img.package.l {
	float: left;
	margin-right: 1em;
	margin-bottom: -50px;
}
img.package.r {
	float: right;
	margin-left: 1em;
	margin-bottom: -50px;
}

ul.list_personal {
	list-style-image: url('img/li_personal.gif');
	margin-left: 220px;
}

ul.list_professional {
	list-style-image: url('img/li_professional.gif');
	margin-left: 20px;
}

ul.list_ultimate {
	list-style-image: url('img/li_ultimate.gif');
	margin-left: 220px;
}

div.get {
	margin-top: 2em;
	text-align: center;
}
a.get {
	font-family: 'arial black', sans-serif;
}
a:hover.get {
	color: red;
}

h3.compare {
	clear: both;
	text-align: center;
}


table.compare {
	margin: auto;
	border: 2px solid gray;
	background: white;
	border-collapse: collapse;
}
table.compare th {
	border: 1px solid silver;
	padding: 5px;
}

table.compare td {
	border: 1px solid silver;
	text-align: center;
}

