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

.center_panel
{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	
	
	width: 725px;
	padding-left: 20px;
	margin-bottom: 30px;
	line-height: 150%;
}
	.center_panel .product_name
	{
		clear: both;
		width: 450px;
		
		
		border: 1px dashed #CCC;
		overflow: hidden;
	}
	.center_panel .product_name img
	{
		float: left;
		clear: left;
	}
	.center_panel .header_text
	{
		margin-bottom: 10px;
		font-size: 110%;
		font-weight: bold;
		
	}
	.center_panel h1
	{
		
		font-size: 135%;
		
	}
	.center_panel h2
	{
		
		font-size: 130%;
		margin-bottom: 10px;
		
	}
	
	.center_panel h3
	{
		margin-bottom: 10px;
		font-size: 110%;
	}
	
	.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
	{
		margin-left: 30px;
		
	}
	
	.center_panel ul li
	{
		margin: 0 auto;
	}

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

