/* GENERAL STYLES */
* 
{
	margin: 0; 
	padding: 0;
}

html, body
{
	overflow: hidden;
}

body 
{
	color: #333;
	font-family: Arial;
	font-size: 80%;
	line-height: 1.5em;
}

.tbox
{
	background: transparent url(/img/tunbox/tunbox-footer.jpg) no-repeat;
	background-position: bottom;
	float: left;
	padding-bottom: 6px;
	width: 512px;
}

.tbox-title
{
	height: 105px;
	padding: 15px 0 0 70px;
}

	.tbox-title h1 { color: #fe3c00; font-size: 180%; margin: 0; border: 0; }
	.tbox-title h2 { color: #fe3c00; font-size: 110%; margin: 0; border: 0; }

.tbox-content
{
	background: transparent url(/img/tunbox/tunbox-body.jpg) no-repeat;
	float: left;
	width: 512px;
}

.tbox-header
{
	background: transparent url(/img/tunbox/boxgroup-header.gif) no-repeat;
	background-position: bottom;
	float: left;
	height: 6px;
	width: 512px;
}

.tbox-body
{
	background: transparent url(/img/tunbox/boxgroup-body.gif) repeat-y;
	float: left;
	padding: 0 4px;
	width: 504px;
}

	.tbox-item
	{

		float: left;
		padding: 0 10px 0 10px;
		width: 148px; /*org168*/
	}

		.tbox-item img { display: block; border: 0; }
		.tbox-item ul { color: #339933; list-style: square; margin: 0 0 0 1.5em; padding: 0; }
		.tbox-item a { color: #333; text-decoration: none; }
		.tbox-item a:hover { color: #339933; text-decoration: underline; }


.tbox-footer
{
	background: transparent url(/img/tunbox/boxgroup-footer.gif) no-repeat;
	float: left;
	height: 6px;
	width: 512px;
}

.tbox-footer .banner
{
	display: block;
	height: 60px;
	padding: 8px 0 0;
	text-align: center;
	width: 512px;
}

/* EDITOR PROPERTIES */
