/* FOR MIGRATION
---------------------------------------------- */

#news-content h4 {
	font-weight: bold;
	color: #373737;
	font-size: 13px; 
	line-height: 16px;
	margin-bottom: 1.5em;
}

#news-content h5 {
	font-weight: bold;
	color: #373737;
	margin-bottom: 1.5em;
	font-size: 13px; 
	line-height: 16px;
}

#news-content h6 {
	font-weight: bold;
	color: #373737;
	margin-bottom: 1.5em;
	padding: 5px 5px 5px 10px;
	border: 1px dotted #BDC1C5;
	font-size: 10px; 
	line-height: 12px;
}

#news-content table {
	margin: 0 auto 1.5em auto;
}

#news-content table tbody td, #news-content table tbody th {
	padding: 5px;
	border: 1px solid #A3A3A3;
}

#news-content table tbody th {
	background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-th.gif) left top repeat-x;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

/* =SUPREVIEW
--------------------------------------------------- */
.supReview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}
.supReview {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .supReview {height: 1%;}
	.supReview {display: block;}
	/* End hide from IE-mac */
	
p.left img {
	float: left;
}

p.right img {
	float: right;
}

p.supReview img {
	border: 1px solid #A3A3A3;
	margin: 5px 10px 0 0;
}
/* END SUPREVIEW ----------------------------------- */