h4.fly
{
	font-size:				11px;
	font-weight:			bold;
	color:					#000;
	background:				#FFF url(../img/link_arrow.gif) no-repeat left;
	padding:				0 0 0 20px;
	cursor:					pointer;
}


/*****************************************
chapter list
*****************************************/
table.mWebRenderGridRoot
{
}

table.mWebRenderGridRoot td
{
	vertical-align:			top;
	height:					50px;
	
}
table.mWebRenderGridRoot td.text
{
	vertical-align:			top;
	padding:				5px 0 0 0;
	height:					50px;
}
table.mWebRenderGridRoot img
{
	vertical-align:			top;
	margin:					0 -10px 0 0;
	float:					left;
}
table.mWebRenderGridRoot div
{
	font-size:				12px;
	font-weight:			normal;
	width:					140px;
}

table.mWebRenderGrid
{
	width:					600px;
}

table.mWebRenderGrid td
{
	vertical-align:			top;
	height:					50px;
}

table.mWebRenderGrid img
{
	vertical-align:			top;
	margin:					0 10px 0 0;
	float:					left;
}

table.mWebRenderGrid div
{
	font-size:				12px;
	font-weight:			normal;
	width:					220px;
}

/*****************************************
product list
*****************************************/
table.prodList,
table.prodListAgro
{
	width:					100%;
	border:					0;
	border-collapse:		collapse;
	margin:					0;
	padding:				0;
}

table.prodList td
{
	border-bottom:			1px solid #CCC;
	padding:				5px 0;
	font-size:				11px;
}

table.prodListAgro td
{
	border-bottom:			1px solid #CCC;
	padding:				2px 5px 2px 0;
	font-size:				11px;
}

table.prodListAgro  tr.space td
{
	height:					1px;
	padding:				0;
	margin:					0;
	border:					0;
}

table.prodList tr.head td,
table.prodListAgro  tr.head td
{
	border-bottom:			1px solid #CCC;
	font-size:				12px;
	font-weight:			bold;
}

table.prodList td.white,
table.prodListAgro td.white
{
	background:				#FFF;
}

table.prodList td.bottom,
table.prodListAgro td.bottom
{
	vertical-align:			bottom;
}

table.prodList td.bottomright,
table.prodListAgro td.bottomright
{
	vertical-align:			bottom;
	text-align:				right;
}


/*****************************************
attribute table
*****************************************/
table.attr
{
	border:					0;
	margin:					0;
	padding:				0;
}

table.attr tr.head td
{
	padding:				5px;
	font-size:				11px;
	font-weight:			bold;
}

table.attr tr td
{
	padding:				0 5px;
	font-size:				11px;	
}


/*****************************************
attribute table
*****************************************/
table.attrTech
{
	border-collapse:		collapse;
	margin:					0;
	padding:				0;
}

table.attrTech tr.head td
{
	font-weight:			bold;
	font-size:				11px;
}

table.attrTech tr td
{
	border-bottom:			1px solid #CCC;
	padding:				5px;
	font-size:				13px;	
}

/*****************************************
content ul
*****************************************/
table.main ul
{
	margin:					1em 0;
	padding:				0 0 0 1.5em;
}
table.main ul li
{
	list-style:				square;
	margin:					0;
	padding:				0;
}

ul.prodText
{
	margin:					0 0 1em 0;
	padding:				0 0 0 1.5em;
}
ul.prodText li
{
	list-style:				square;
	margin:					0;
	padding:				0;
}


div#mWeb a
{
	color:					#000;
	text-decoration:		none;
}
div#mWeb a:hover
{
	text-decoration:		underline;
}

div#mWeb h1.headline
{
	margin:				0 0 1em 0;
	padding:			0;
	font-size:			14pt;
	color:				#333;
	font-weight:		normal;
}