﻿@import "Main.css";

#content {
	width: 893px;
	padding: 20px 26px 0 26px
}

/* ----------------------------------
	Products
-----------------------------------*/

.productSummary {
	float: left;
	width: 420px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ececec;
	border-left-width: 2px;
	border-right-width: 2px;
	padding: 4px;
	position: relative;
}

.productSummary img {
	float: right;
}

a.download {
	background: url(Images/download.png) no-repeat left center;
	padding-left: 20px;
	position: absolute;
	top: 6px;
	right: 3px;
}

