.support_product, .support_product_feat {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 12px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	text-align: left;
	width: 100%;
	cursor: pointer;
}

table.support_info {
	display: block;
	width: 97%;
}
table.support_info td.info {
	padding: 4px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0px;
}
td.support_info {
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
div.support_text {
	width: 90%;
	text-align: left;
	padding-left: 10px;
}
div.support_moreinfo {
	width: 100%;
	text-align: right;
}
td.seperator {
	border-bottom: 2px solid #ccc;
}
a.support_link {
	font-size : 1.1em;
	font-weight : bold;
	text-decoration: none;
	color: #666;
}
a.support_link:hover {
	text-decoration: underline;
	color: #e24753;
}