﻿#category
{
	width:100%;
	margin:0 0 20px 0;
}
	#category .preview
	{
	}
	#category .header
	{
		width:15%;
	}
	.categoryName
	{
		font-weight:bold;
		font-size:14px;
	}
	#category .description
	{
		width:70%;
	}
	#category .divider
	{
		height:1px;
		color:#ccc;
		margin:10px 0 10px 0;
	}

#link
{
	margin-top:10px;
}
	#link .preview
	{
		margin:0 10px 0 50px;
	}
	#link .url
	{
		padding:0 10px 0 0;
	}
	#link .description
	{
	}
	#link a
	{
		color:#892607;
		text-decoration:none;
		font-weight:bold;
	}
	#link a:hover
	{
		text-decoration:underline;
	}