section h1 {
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}

section p {
	font-size: 14px;
	margin: 5px 0 0 0 ;
	clear: both;
}

section .lineup {
	margin: 15px 0 0 0;
	height: 180px;
}

section .lineup .bk {
	float: left;
	margin: 0 0 10px 15px;
	font-size: 12px;
	text-align: center;
}

section hr {
	clear: both;
}

section p.sell {
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #FF0000;
	padding: 3px;
}

section table {
	width:700px;
	margin: 15px 0 15px 0;
	border-collapse: collapse;
}

section table th,td {
	font-size: 15px;
	vertical-align: middle;
	border:1px solid;
}

section table th {
	height: 50px;
	font-size: 16px;
	background-color: #93C4ED;
}

section table td {
	padding: 15px;
}

section table td.price {
	text-align: right;
}

footer {
	clear: both;
}