ul.product-list{
	clear: both;
	margin-left: 25px;
	padding: 25px 0px;
	}
ul.product-list li{
	float: left;
	width: 180px;
	list-style-type: none;
	}

h2{
	clear: both;
	}

div.lineup-box{
	clear: both;
	padding: 10px 0px;
	width: 747px;
	border-bottom: 1px #666666 dashed;
	}

div.lineup-box h3{
	width: 150px;
	float: left;
	}

div.lineup-box ul{
	width: 400px;
	margin-left: 150px;
	list-style-type: none;
	}

div.lineup-box-end{
	clear: both;
	padding: 10px 0px;
	width: 747px;
	}

div.lineup-box-end h3{
	width: 150px;
	float: left;
	}

div.lineup-box-end ul{
	width: 400px;
	margin-left: 150px;
	list-style-type: none;
	}

table{
	width: 747px;
	}

th{
	text-align: left;
	}

td{
	border-bottom: 1px #666666 dashed;
	padding: 5px;
	vertical-align: top;
	}
td ul{
	list-style-type: none;
	}
td.end{
	border-bottom: none;
	}
