.imgbox {
	padding: 5px 0px 5px 0px;
	border: 1px solid #999;
	float: left;
	text-align:center;
	margin:0 auto;
	min-width: 530px;
	margin-bottom: 10px;
}
.buybox {
	padding: 5px 0px 5px 0px;
	border: 0px;
	float: left;
	text-align:center;
	margin:0 auto;
	min-width: 530px;
	margin-bottom: 10px;
	width: 530px;
	font-size: 10pt;
}
.thumbbox {
	padding: 0px;
	border: 0px;
	float: left;
	text-align:center;
	margin:0 auto;
	min-width: 110px;
	margin-left: 10px;
}
.thumbNormal {
border:2px solid #999;
margin-bottom: 7px;
}
.thumbSelected {
border:3px solid #000000;
margin-bottom: 7px;
}
table.chart {
	width: 100%;
	font-family: Arial, sans-serif;
	border-collapse: collapse; 
	}

table.chart th {
	/* background: url('images-pm/se6-chart-header.jpg') no-repeat; */
	height: 39px;
	}

table.chart tr.mainhead {
	color: #525252;
	font-size: 18px;
	text-transform: uppercase;
	}
	
	
table.chart tr.sechead {
	color: #5185b5;
	font-size: 14px;
	text-transform: uppercase;
	background: url('../images/se6-chart-headercell-bg2.jpg') no-repeat;
	border-bottom: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	/* position: relative; */
	}

table.chart tr.category {
	color: #595959;
	font-size: 13px;
	text-decoration: none;
	height: 30px;
	border-bottom: 1px solid #e1e1e1;
	}
	
table.chart tr.categorylast {
	color: #595959;
	font-size: 13px;
	text-decoration: none;
	height: 30px;
	border-bottom: none;
	}

table.chart td.feature {
	width: 460;
	padding: 5px 0 5px 19px;
	border-right: 1px solid #afafaf;
	text-align: left;
	}

table.chart td.windows {
	width: 120;
	padding: 5px;
	border-right: 1px solid #afafaf;
	text-align: center;
	/* background-image: none; */
	}
	
table.chart td.windowsyes {
	width: 120;
	padding: 5px;
	border-right: 1px solid #afafaf;
	background: url('../images/se6-chart-circle.gif') no-repeat center;
	text-align: center;
	}

table.chart td.mac {
	width: 120;
	padding: 5px;
	margin: 0 15px 0 0;
	text-align: center;
	/* background-image: none; */
	}
	
table.chart td.macyes {
	width: 120;
	padding: 5px;
	margin: 0 15px 0 0;
	background: url('../images/se6-chart-circle.gif') no-repeat center;
	}
ul.feature  li.feature {
	list-style-type: disc;
	color: #AA2808;
	margin-left: 15px;
	}
ul.items  li.items {
	list-style-type: disc;
	color: #000;
	margin-left: 15px;
	font-size: 16px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	}
