.matrixRow {
	clear: both;
}
.matrixCell {
	width: 202px;
	float: left;
	position: relative;
	text-align: center;
	display: inline;
	margin-bottom: 30px;
        padding: 0 10px;
}
.categoryListItem {
        text-align: center;
}
.categoryListItem img {
        display: block;
        width: 150px;
        height: 150px;
        border: 0;
        margin: 0 auto;
}
.categoryListItem h2 {
        color: #49A7DE;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        margin: 0;
        padding: 2px 0;
}  
.categoryListItem h2 a {
        display: block;
        font-size: 12px;
        line-height: 14px;
        padding: 0;
        margin: 0;
        text-align: center;
}
.categoryListItem h2 a:link, .categoryListItem h2 a:visited {
        color:#49A7DE;
        text-decoration:none;
}
.categoryListItem h2 a:hover, .categoryListItem h2 a:active, .categoryListItem h2 a:focus {
        color:#d23215;
        text-decoration:none;
}

.productChart {
	width: 350px;
	border: 1px solid #999; 
	border-collapse: collapse;
}
.productChart th, .productChart td {
	border: 1px solid #999;
}
.question th, .question td {
	padding: 5px;
}
