@import url("public.css");
@import url("public_1.css");
#productshow_content{
	width:900px;
	margin:50px 50px;
	color:#000;
	padding:10px 10px;

	}
#productshow_content img{
	float:left;
	width:400px;
	height:400px;
	border:#FFF solid 3px;}	
#productshow_content table{
	margin-left:40px;
	float:left;}
#productshow_content table td{
	}
#productshow_content table .td_1{
	background:#2556A2;
	color:#FFF;
	width:100px;
	text-align:right;
	font-size:20px;}
#productshow_content table .td_2{
	color:#686868;
	border-bottom:#9e9e9e   dashed 1px;
	width:300px;
	font-size:18px;
	}			
#productshow_content table .td_3{
	padding-top:20px;
	text-align:right;
	border-right:#9e9e9e  dashed 1px;
	border-bottom:#9e9e9e  dashed 1px;
	padding-bottom:5px;
	padding-right:5px;
	}
#productshow_content table .td_3 a{
	color:#686868;}	
#productshow_content table .td_3 a:hover{
	color:#2556A2;
	}		