/*=============[START] center layout==================*/

.center_panel
{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	
	
	width: 725px;
	padding-left: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

	.center_panel h1
	{
		margin-bottom: 20px;
		font-size: 130%;
		text-align: center;
	}
	.center_panel h2
	{
		margin-bottom: 20px;
		font-size: 120%;
		text-align: center;
	}
	
	.center_panel h3
	{
		margin-bottom: 10px;
		font-size: 115%;
	}
	
	.center_panel table
	{
		border: 1px solid #c9ced7;
		text-align: center;
	}
	
	.center_panel table td
	{
		padding:10px 10px;
		line-height: 18px;
		border-top: 1px solid #c9ced7;
		
	}
	
	.center_panel table .table_header td
	{
		font-size: 9pt;
		font-weight: bold;
		
		background: #EAEBEA;
		border-top: none;
		border-right: 1px solid #CCC;
	}
	.center_panel p
	{
		margin: 0 auto;
		margin-top: 25px;
	}
	
	
	
	
	
	.center_panel table b a
	{
		color: #000;
		text-decoration: none;
	}
	
	.center_panel table b a:hover
	{
		color: #000;
		text-decoration: underline;
	}
	

	.center_panel ul
	{
		list-style: none;
		
	}
	
	.center_panel ul li
	{
		margin: 0 auto;
	}
	
	.center_panel .showtutorial li:first-line
	{
		font-weight: bold;	
	}
	
	.header_text
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.features_list
{
	clear: both;
	width: 725px;
	margin-bottom: 10px;	/*height between name and ul here*/
	background: #f6f6f6;
	border: 1px dashed #CCC;
	overflow: hidden;
}
.center_panel .ul_intro
{
	/*list-style: none;*/
	margin-left: 30px;
}

.center_panel .ul_intro li
{
	
	padding: 8px 0;
	border-bottom: dashed #CCC 1px; 
}


.product_name
{
	clear: both;
	width: 725px;
	margin-bottom: 20px;	/*height between name and ul here*/
	
	border: 1px dashed #CCC;
	overflow: hidden;
}

.product_name h1
{
	font-size: 14px;
}

.product_name .product_name_description
	{
		font-size: 9pt;
		font-style: italic;
	}
	
.center_panel #update_list_table
{
	border: 1px solid #c9ced7;
	text-align: center;
}

.center_panel #update_list_table td
{
	padding:10px 10px;
	line-height: 18px;
	border-top: 1px solid #c9ced7;
	
}

.center_panel #update_list_table .table_header td
{
	font-size: 9pt;
	font-weight: bold;
	
	background: #EAEBEA;
	border-top: none;
	border-right: 1px solid #CCC;
}
.center_panel #update_list_table .table_header .col_products {width:300px; text-align:left; }
.center_panel #update_list_table .table_header .col_date {width:70px; }
.center_panel #update_list_table .table_header .col_version {width:70px;}
.center_panel #update_list_table .table_header .col_download {width:81px; border-right:none;}
/*=============[END] center layout==================*/

