@charset "utf-8";


.InfoBox{
	float:none;
	clear:both;
	margin-bottom:20px;
	/*border-bottom:1px dashed #666;*/
	padding-bottom:25px;
	width:650px;
	}

.InfoBox .InfoLeft{
	float:left;
	width:240px;}


.InfoBox .InfoRight{
	float:right;
	width:410px;}
	
.InfoBox .InfoRight p{
	font-size:12px;}	
	
.InfoBox .InfoRight table{
	border-collapse:collapse;
	margin-bottom:20px;}	

.InfoBox .InfoRight table th,
.InfoBox .InfoRight table td{
	vertical-align:top;
	padding:5px 10px;
	font-size:12px;
	border:1px solid #999;}
	

.InfoList .InfoLeft p.InfoImage{
	margin-bottom:5px;}


