.features
{
	font-size: 100%;
}

.screenshot
{
	float:		right;
	width:		400px;
	padding:	5px;
	margin:		5px;
	border:		1px solid black;
	clear:		both;
	margin-left:50px;
	margin-top:		0px;
	margin-bottom: 0px;
	border-top: none;
}

.tagline
{
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	vertical-align: bottom;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.prices td
{
	text-align: right;
}

.screenshothelp
{
	float:		right;
	width:		400px;
	text-align:	center;
	clear:		both;
	padding:	5px;
	margin:		5px;
	border:		1px solid black;
	margin-left:50px;
	margin-bottom:0px;
}


@media print
{
	*
	{
		font-size: 12px;
		text-align: left;
	}

	.title, .tagline
	{
		text-align: left;
		clear: both;
	}

	.title
	{
		font-size: 18px;
	}

	.tagline
	{
		font-size: 14px;
		border: none;

	}

	ul.features > li
	{
		font-size: 12px !important;
	}

	.screenshot
	{
		border: none;
	}

	.screenshothelp
	{
		display: none;
	}
}
