#main dl{
	margin-left:30px;
	margin-bottom:10px;
	width:450px;
}

#main dl:after {
 content: "";
 display: block;
 clear: both;
 height: 1px;
 overflow: hidden;
}

#main dt{
	float:left;
	width:100px;
}

#main dd{
	float:right;
	width:345px;
}

#main h3{
	font-weight:bold;
}

#main table.price{
	width:450px;
	border-collapse:collapse;
}

#main table.price td, #main table.price th{
	text-align:center;
	height:40px;
	font-weight:bold;
}

#main .brb{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

#main .bb{
	border-bottom:1px solid #333;
}

#main .br{
	border-right:1px solid #333;
}
