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

	.main_panel #download_table .table_header .col_products {width:395px; }
	.main_panel #download_table .table_header .col_icon {width:70px; }
	.main_panel #download_table .table_header .col_version {width:70px; }
	.main_panel #download_table .table_header .col_size {width:70px; }
	.main_panel #download_table .table_header .col_download {width:120px; border-right:none; }
	
	
	
	.main_panel #buy_table .table_header .col_products {width:180px; }
	.main_panel #buy_table .table_header .col_icon {width:70px; }
	.main_panel #buy_table .table_header .col_buy {width:220px; border-right:none;}
	.main_panel #buy_table .table_header .col_price {width:180px;  }

	



/*=============[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;
}

.left_box
{
	float: left;
	clear: left;
	width: 200px;
	margin: 10px auto;	
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
	
}

.right_info
{
	margin: 10px auto;	
	
}
.download_tbl
{
	clear: both;
	width: 680px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 1px 3px;
	
	border-bottom: dashed #CCC 1px; 
	/*border: 1px solid #CCC;*/
	overflow: hidden;
}
