/*
Copyright: © 2009 WebSharks, Inc. ( coded in the USA )
<mailto:support@websharks-inc.com> <http://www.websharks-inc.com/>

Released under the terms of the GNU General Public License.
You should have received a copy of the GNU General Public License,
along with this software. In the main directory, see: /licensing/
If not, see: <http://www.gnu.org/licenses/>.
*/
/*
For Super News results.
*/
div.super-news-result
	{
		min-height: 102px;
	}
div.super-news-result
	{
		margin: 25px 0 0 0;
	}
div.super-news-result:first-child
	{
		margin-top: 0;
	}
div.super-news-result > div.super-news-result-thumbnail
	{
		float: left;
		width: 132px;
		height: 102px;
		margin: 0 15px 0 0;
	}
div.super-news-result > div.super-news-result-thumbnail > a > img
	{
		width: 120px;
		height: 90px;
		padding: 5px;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
div.super-news-result > div.super-news-result-title > h3
	{
		margin: 0;
	}
div.super-news-result > div.super-news-result-details > a.super-news-result-details-url
	{
		color: #15690A;
		text-decoration: none;
	}
div.super-news-result > div.super-news-result-details > span.super-news-result-details-date
	{
		font-size: 90%;
		color: #666666;
		font-style: italic;
	}