/*=============[START] center layout==================*/
.header_text_h1
{
	margin-bottom: 20px;
	
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.header_text_h2
{
	margin-bottom: 15px;
	
	font-size: 13px;
	font-weight: bold;

}

.header_text_normal
{
	margin: 0 auto;
	margin-bottom: 15px;

	font-size: 13px;
	font-weight: bold;
}

.header_text
{
	margin-bottom: 20px;
	
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.center_panel
{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	
	width: 725px;
}
	.center_panel #normal_table
	{
		padding: 0;
		margin: 0 auto;
		text-align: left;
		border: 0;
		
	}
	
	.center_panel #normal_table td
	{
		padding: 0;
		border: 0;
	}
	.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 #product_table .table_header .col_products {width:415px; text-align:left; }
	.center_panel #product_table .table_header .col_icon {width:70px; }
	.center_panel #product_table .table_header .col_buy {width:120px; border-right:none;}
	.center_panel #product_table .table_header .col_download {width:120px;  }
	
	.center_panel #download_table .table_header .col_products {width:395px; }
	.center_panel #download_table .table_header .col_icon {width:70px; }
	.center_panel #download_table .table_header .col_version {width:70px; }
	.center_panel #download_table .table_header .col_size {width:70px; }
	.center_panel #download_table .table_header .col_download {width:120px; border-right:none; }
	
	
	
	.center_panel h2
	{
		font-size: 9pt;
	}
	
	
	.center_panel table h2 a
	{
		color: #000;
		text-decoration: none;
	}
	
	.center_panel table h2 a:hover
	{
		color: #000;
		text-decoration: underline;
	}
	


/*=============[END] center layout==================*/

.button_long
{
	float: left;
	width: 100px;
	/*height: 30px;*/
	margin: 0 10px;
	background: url("../images/btn01_long.gif") no-repeat;
	text-align: center;
}

.button_long a
{
	display: block;
	line-height: 23px;
	
	color: #000;	
	font-size: 8pt;
	
	/*background: url("../images/btn01_long.gif") no-repeat;*/
	text-decoration:none;
}

.button_long a:hover 
{ 
	display: block;
	line-height: 23px;
	color: #000;
	font-size: 9pt;
	/*background: url("../images/btn01_hover_long.gif") no-repeat;*/
	
	text-decoration:none;
}
