.about ul {
	list-style: disc;
}

.holder.product.summary {
	margin: -10px;
	}

.article.product.summary {
		float: left;
		width: 285px;
		height: 230px;
		margin: 10px;
		border: 1px solid lightgrey;
		position: relative;
		}
		.article.product.summary .header {
			margin: 0;
			}
		.article.product.summary p,
		.article.product.summary h2 {
			margin: 10px;
			}
		.article.product.summary img {
			width: 100%;
			border: none;
			}
		.article.product.summary > .footer {
			position: absolute;
			bottom: 0px;
			right: 0px;
		}

.banner {
	position: relative;
	}
	.banner > .trial {
		position: absolute;
		margin: 0px !important;
		top: -15px;
		right: -16px;
		visibility:hidden;
		}
		.banner > .trial > a {
			display:block;
			float: right;
			visibility:visible;
			background: url(../images/freetrial.png);
			padding-left: 97px;
			height: 87px;
			width: 0px;
			overflow: hidden;
			position: relative;
			z-index: 500;
			}

