/* GENERAL STYLES */
* 
{
	margin: 0; 
	padding: 0;	
	font-family: verdana;
	font-size: 11px;
}

html
{
	overflow: -moz-scrollbars-vertical;
}

body 
{
	color: #333;
	border-top: 0px solid #ccc;
	font-family: Arial;	
	line-height: 1.3em;
}

a
{
	color: #333;
	text-decoration: none;
}

a img
{
	border: 0;
}

a:hover
{
	text-decoration: underline;
}

h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

input, select { color: #333; }

p
{
	padding: 0 0 0.5em 0;
	text-align: left;
}

	
#body
{
	clear: both;
	float: left;
	width: 983px;
}

	#full
	{
		float: left;
		padding: 0 6px 0 9px;
		width: 762px;
	}


		.tunbox
		{
			background: transparent url(../img/box-body.gif) repeat-y;
			color: #454545;
			font-weight: bold;
			float: left;
			margin-bottom: 10px;
			width: 228px;
		}
		.tunboxagro
		{
			background: transparent url(../img/box-body-agro.gif) repeat-y;
			color: #454545;
			font-weight: bold;
			float: left;
			margin-bottom: 10px;
			width: 170px;
		}
		.tunboxred
		{
			background: transparent url(../img/box-body-red.gif) repeat-y;
			color: #ffffff;
			font-weight: bold;
			float: left;
			margin-bottom: 10px;
			width: 228px;
		}


			.discuss .body
			{
				background: transparent url(/img/discuss.gif) no-repeat;
				background-position: right 10px;
			}
		
		
			.tunbox a,
			.tunboxred a
			{
				color: #454545;
			}
		

			.tunbox .header
			{
				background: transparent url(/img/box-header-o.gif) no-repeat;
				background-position: top center;
				color: #ffffff;
				float: left;
				font-weight: bold;
				line-height: 10px;
				padding: 1px 10px;
				text-transform: uppercase;
				width: 208px;
			}
			.tunboxagro .header
			{
				background: transparent url(/img/box-header-agro.gif) no-repeat;
				background-position: top center;
				color: #ffffff;
				float: left;
				font-weight: bold;
				line-height: 10px;
				padding: 1px 10px;
				text-transform: uppercase;
				width: 150px;
			}
			.tunboxred .header
			{
				background: transparent url(/img/box-header-red.gif) no-repeat;
				background-position: top center;
				color: #ffffff;
				float: left;
				font-weight: bold;
				line-height: 50px;
				height: 50px;
				padding: 1px 10px;
				text-transform: uppercase;
				width: 208px;
			}

			


			.tunbox .body,
			.tunboxred .body
			{
				float: left;
				padding: 2px 2px 2px 2px;
				width: 224px;
				height: 306px;
			}
			.tunboxagro .body
			{
				float: left;
				padding: 2px 2px 2px 2px;
				width: 164px;
				height: 186px;
			}
			.tunbox .body img,
			.tunboxred .body img
			{
				display: block;
				margin: 0px;
				
			}
			
			.tunbox .footer
			{
				background: transparent url(/img/box-footer.gif) no-repeat;
				background-position: bottom center;
				float: left;
				height: 3px;
				width: 228px;
			}
			.tunboxagro .footer
			{
				background: transparent url(/img/box-footer-agro.gif) no-repeat;
				background-position: bottom center;
				float: left;
				height: 3px;
				width: 170px;
			}
			.tunboxred .footer
			{
				background: transparent url(/img/box-footer-red.gif) no-repeat;
				background-position: bottom center;
				float: left;
				height: 66px;
				width: 228px;
			}



		.gridbox
		{
			float: left;
			width: 224px;
		}

			.latest { background: transparent url(/img/latests.gif) no-repeat; background-position: top left; float: left; padding-top: 0px; width: 224px; height=314px; }

			.gridbox .item			
			{
				background: #ffffff;
				float: left;
				height: 60px;
				margin: 0 2px 2px 0;
				width: 224px;
			}
			
			.latestg a.item { background: #fff url(/img/bg-latest.gif) no-repeat;  }
			.latestg a.item { display: block; float: left; }
			.latestg a.item:hover { text-decoration: none; }
										
				.gridbox a.item img { float: left; margin-right: 5px; }
				.gridbox a.item h1 {  color: #c5431c; display: block; font-size: 11px; margin: 3px 0; }
			
			.gridbox .last
			{
				margin-right: 0;
			}

		.gridboxagro
		{
			float: left;
			width: 164px;
		}

			.gridboxagro .item			
			{
				background: #ffffff;
				float: left;
				height: 60px;
				margin: 0 2px 2px 0;
				width: 164px;
			}
			
			.latestagro a.item { background: #fff url(/img/bg-latest-agro.gif) no-repeat;  }
			.latestagro a.item { display: block; float: left; }
			.latestagro a.item:hover { text-decoration: none; }
										
				.gridboxagro a.item img { float: left; margin-right: 5px; }
				.gridboxagro a.item h1 {  color: #c5431c; display: block; height: 42px; font-size: 10px; margin: 1px 0; }
				.gridboxagro a.item h2 {  color: #000000; display: block; height: 14px; font-size: 8px; margin: 1px 0; }
			
			.gridboxagro .last
			{
				margin-right: 0;
			}







/* EDITOR PROPERTIES */
