﻿.parentCategory
{
	font-size:18px;
	font-weight:bold;
}

#category
{
	width:100%;
	margin:0 0 20px 0;
}
	#category .preview
	{
	}
	#category .header
	{
		width:15%;
		font-weight:bold;
	}
	#category .description
	{
		width:70%;
	}
	.divider
	{
		height:1px;
		color:#ccc;
		margin:10px 0 10px 0;
	}

#document
{
	margin-top:10px;
	padding:5px;
}
	#document .type
	{
		margin:0 10px 0 50px;
	}
	#document .file
	{
		padding:0 10px 0 0;
	}
	#document .description
	{
	}