/*======================================================================
	BROOKLYN INDUSTRIES: Content
----------------------------------------------------------------------*/
/*======================================================================
	LAYOUT: Content
----------------------------------------------------------------------*/
.l-content
{}

	.l-content #body-container
	{
		padding: 0 20px 20px 20px;
	}
	
		.l-content #content-container
		{
			padding-bottom: 20px;
		}

/*======================================================================
	LAYOUT: Sitemap
----------------------------------------------------------------------*/
.l-sitemap
{}

	.l-sitemap #body-container
	{
		padding: 0 20px 20px 20px;
	}

/*======================================================================
	Admin Content
----------------------------------------------------------------------*/
.ct
{}

	.ct h1
	{
		margin-bottom: .5em;
		text-transform: uppercase;
	}
	
	.ct h2
	{
		margin-top: 1.25em;
		margin-bottom: 0;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.4em;
		text-transform: uppercase;
	}
	
	.ct p
	{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.1em;
		color: #818181;
		line-height: 1.7em;
	}

	.ct ul
	{
		margin-left: 40px;
	}
	
		.ct ul li
		{
			margin-top: 0;
			margin-bottom: 0;
			padding-left: 20px;
			font-size: 1.1em;
			color: #818181;
			line-height: 1.7em;
		}
		
			.ct ul ul
			{
				margin-top: 0;
				margin-bottom: 0;
			}
			
				.ct ul li li
				{
					font-size: 1em;
				}
			
	/*---------------------------------
		TABLES (BASE + GRID)
	---------------------------------*/
	.ct table
	{
		margin: 1.2em 0;
		width: 100%;
		font-size: 1.1em;
		border-spacing: 0;
		border: 1px solid #818181;
		border-collapse: collapse;
	}
	
		.ct table th
		{
			padding: 16px 10px;
			font-weight: normal;
			text-transform: uppercase;
			text-align: left;
			color: #231f20;
			background-color: #f4f4f4;
		}
	
		.ct table td
		{
			padding: 18px 10px;
			text-align: left;
			border-bottom: 1px dashed #d9d7d4;
		}
		
			.ct table tbody th
			{
				padding: 0.5em 4px;
				font-size: 1em;
				font-weight: bold;
				text-align: center;
				background-color: #f4f4f4;
				border: 1px solid #818181;
			}
			
				.ct table th span
				{
					display: block;
					font-weight: normal;
					font-size: 1.1em;	
				}
			
			.ct table td
			{
				padding: 0.5em 4px;
				text-align: left;
				border: 1px solid #818181;
			}

/*======================================================================
	VIEW: Sitemap: Site
----------------------------------------------------------------------*/
.v-sitemap-site
{}

	.v-sitemap-site .content-container
	{
		margin-left: 20px;
		width: 325px;
		float: right;
	}
	
	.v-sitemap-site .product-container
	{
		width: 325px;
		float: right;
	}
	
	.v-sitemap-site .content-container h2,
	.v-sitemap-site .product-container h2
	{
		margin-top: 0;
	}



/*======================================================================
	SECURE LOGOs
----------------------------------------------------------------------*/
.ct .securelogos
{
	display: block;
	padding: 0;
}
	.ct .logo
	{
		margin: 0 20px 10px 5px;
		width: 115px;
		float: left;
		text-align: center;
	}
		.ct .logo *
		{
			margin: 0 auto;
			text-align: center;
		}
	.ct .mcafee
	{
		padding-top: 22px;
		width: 65px;
	}
	.ct .authorizenet
	{
		width: 90px;
	}
	.ct .godaddy
	{
		padding-top: 5px;
		width: 115px;
	}
	.ct .securitymetrics
	{
		padding-top: 15px;
		width: 100px;
	}

