@charset "utf-8";
/* TCN FOOTER CSS */

.footer	{
	width: 936px;
	height: 140px;
	padding-left: 22px;
	padding-right: 22px;
	margin-bottom: 5px;
	border-bottom: 1px solid #202020;
	border-top: 1px solid #202020;
	background-color: #000000;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 1)),
			to(rgba(0, 0, 0, 0.6))
		);
	background:
		-moz-linear-gradient(
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 0.6) 95%
		);
	clear: both;
}

.footer .footerbox1, 
.footer .footerbox2, 
.footer .footerbox3, 
.footer .footerbox4, 
.footer .footerbox5, 
.footer .footerbox6, 
.footer .footerbox7	{
	float: left;
/*	width: 146px; - with only 6 footer boxes */
	width: 123px;
	height: 120px;
	margin-top: 10px;
	padding-left: 8px;
	text-align: left;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
}

.footer p	{
	margin-bottom: 3px;
}

.footer .head	{
	color: #39FB00;
	font-weight: bold;
}

.footer .head a	{
	color: #39FB00;
}

.footer .item	{
}