#left {
	width: 250px;
	margin-right: 30px;
	float: left;
	text-align: left;
}

#middle {
	width: 260px;
	float: left;
}

#right {
	width: 260px;
	float: left;
	margin-left: 30px;
}



/* feature group */

div.featureHeader {
	font-family: "Helvetica";
	font-size: 16px;
	margin: 20px 0px 4px 0px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
}

a.featureLink:link, a.featureLink:visited {
	font-family: "Helvetica";
	font-size: 16px;
	color: #666;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0px 21px 0px 0px;
    background: transparent url(../img/loupe.png) bottom right no-repeat;
}

a.featureLink:hover {
	color: #333333;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	/* text-shadow: 0px 1px 1px black; */
	background: transparent url(../img/loupeOn.png) bottom right no-repeat;
}

div.featureGeneral {
	line-height: 16px;
	font-size: 12px;
	color: #666;
	padding: 0px 0px 0px 0px;
}


/* boxes group */

#box-download:link, #box-download:visited {
	padding: 18px 5px 18px 72px;
	margin: 10px 0px;
	background: #DBDBDA url(../img/download.png) center left no-repeat;
    border: 1px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: 190px;
	display: block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

#box-download:hover {
	background: #cccccc url(../img/download.png) center left no-repeat;
}

#box-download b {
	color: #666;
	font-size: 10px;
	display: block;
}

#box-purchase:link, #box-purchase:visited {
	padding: 18px 5px 18px 72px;
	margin: 10px 0px;
	background: #DBDBDA url(../img/purchase-quicknote.png) center left no-repeat;
    border: 1px solid #CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	width: 190px;
	display: block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

#box-purchase:hover {
	background: #cccccc url(../img/purchase-quicknote.png) center left no-repeat; /* aaa */
}

#box-purchase b {
	color: #666;
	font-size: 10px;
	display: block;
}