/*=============main content panel===============*/
.main_panel2
{
	clear: both;
	width: 520px;
	padding-left: 20px;
	margin-bottom: 30px;
	
	line-height: 12pt;
	/*padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;*/
	overflow: hidden;
}

.line_panel2
{
	clear: both;
	width: 520px;
	padding-left: 20px;
	margin-bottom: 20px;
	
	line-height: 12pt;
	/*padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;*/
	overflow: hidden;
}
.main_panel2 h2
{
	font-size: 120%;

}
.main_panel2 h1
{
	font-size: 130%;

}

.header_text
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.red_bold
{
	color: #CC0000;
	font-weight: bold;

}

.page_title
{
	font-size: 15px;
	text-align: center;
}
.main_panel2 ul
{
	/*list-style: none;*/
	margin-left: 30px;
}

.main_panel2 .ul_intro
{
	/*list-style: none;*/
	margin-left: 30px;
}

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



.main_panel2  .highlight
{
	color: #0066CC;
}

.main_panel2  .subtitle
{
	color: #000000;
}
/*-----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 .product_name_tip
	{
		color: #FF0000;
		font-style: italic;
		font-weight: normal;
	}
	
	.product_name .product_name_description
	{
		font-size: 9pt;
		font-style: italic;
		font-weight: normal;
	}



	.product_name a
	{
		padding: 3px;	
		display: block; 
		
		color:#000; 
		text-decoration:none;
	}

	.product_name a:hover 
	{ 
		color:#000; 
		background:#f6f6f6;
		text-decoration:underline;
	}
	.product_name img
	{
		float: left;
		clear: left;
	}
	
/*-----product introduction------*/		
		
.product_intro
{
	clear: both;
	float: right;
	clear: right;
	width: 300px;
	padding: 0;
	margin-bottom:20px;
	
	
/*		border: 1px dashed #CCC;
	border-bottom: none;
*/		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;
}

	
	

/*===============side content panel=================*/

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

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

.side_panel .blue_link a
{
	width: 100%;
	display: block; 
	/*line-height: 100%;*/
	
	color: #0066CC;

	text-decoration: underline;
}

.side_panel .blue_link a:hover
{
	color: #0066CC;
	background: #ECECEC;
	text-decoration: none;
}
	