/*=============main content panel===============*/
	
.main_panel
{
	clear: both;
	width: 530px;
	padding-left: 20px;
	margin-bottom: 30px;
	
	line-height: 12pt;
	
	overflow: hidden;
}
	.main_panel h3
	{
		font-size: 115%;
	}
	
	.main_panel h2
	{
		font-size: 120%;
	}
	
	.main_panel h1
	{
		font-size: 130%;
	}
	
	.main_panel ul
	{
		margin-left: 30px;
	}




	.main_panel ul li
	{
		padding: 8px 0;
		border-bottom: dashed #CCC 1px; 
	}
	
	.main_panel .showtutorial li:first-line
	{
		font-weight: bold;	
	}
	
	/*-----product name------*/
	.product_name
	{
		clear: both;
		width: 515px;
		margin-bottom: 20px;	/*height between name and ul here*/
		
		border: 1px dashed #CCC;
		overflow: hidden;
	}

		.product_name img
		{
			float: left;
			clear: left;
		}
		
	/*-----product introduction------*/		
	.product_intro
	{
		clear: both;
		float: right;
		clear: right;
		width: 300px;
		padding: 0;
		margin-bottom:20px;
		
		
		overflow: hidden;
	}

		
	/*-----product box------*/		
	.product_box
	{
		float: left;
		clear: left;
		width: 200px;
		margin: 0 auto;	
		margin-bottom: 20px;
		text-align: center;
		
	}

	.product_box img
	{
		margin-bottom: 5px;
	}
	/*-----product buttons------*/		
	.product_others
	{
		clear: both;
		float: right;
		clear: right;
		width: 300px;

		overflow: hidden;
	}

.line_panel
{
	clear: both;
	width: 520px;
	padding-left: 20px;
	margin-bottom: 20px;
	
	line-height: 12pt;
	
	overflow: hidden;
}

		
			
	

/*===============side content panel=================*/
/*side content panel*/
.side_panel
{
	clear: both;
	width: 170px;
	margin: 0 auto;
	margin-right: 20px;
	margin-bottom: 15px;	/*--gaps between side panels*/
	padding: 0 3px;
	
	background: #f6f6f6 ;
	border: 1px solid #CCC;
}

.side_panel .panel_more
{
	text-align: right;
}

/*.side_panel a
{
	
	width: 100%;
	display: block; 
	
	
	color:#000; 
	text-decoration:none;
}

.side_panel a:hover
{
	color:#000; 
	background: #ECECEC;
	text-decoration: underline;
}
.side_panel .panel_more
{
	text-align: right;
}

.side_panel .list_news li:first-line
{
	font-weight: bold;	
}
*/



.side_panel .list_products li
{
	padding: 5px 5px;
	
	border-bottom: dashed #CCC 1px; 
}


.panel_title
{
	text-align: center;
	padding: 5px 0;

	background: url("../images/doc01.gif") 5px 5px  no-repeat;
	border-bottom: 1px dashed #CCC;
}

.panel_title .title_text
{
	display: inline;
	line-height:32px;
	font-weight: bold;
	font-size: 13px;
}

.side_panel ul 
{
	margin: 5px 0 0 0 ;
	list-style: none;
}

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