.boxesbar
{
	padding: 0px;
	height: auto;
	float: none;
}

.boxesdiv
{
	margin: auto;
	padding: 0px;
	background: white;
	height: auto;
	width: 100%;
	float: none;
}

.boxtitle
{
	background: #ff9900;
	padding: 1px 4px;
	font-family: "Arial";
	font-size: 9pt;
	font-weight: bold;
}

.boxsubtitle
{
	padding: 2px 4px;
	border-top: 1px solid black;
	font-family: "Arial";
	font-size: 10px;
	text-align: center;
}

.boxpricepos
{
	padding: 0px;
	margin: 0px;
	width: 80px;
	position: relative;
	top: -35px;
	left: 50px;
	display: block;
}

.boxpriceout
{
	background: black;
	padding: 1px;
	position: absolute;
	width: 100%;
}

.boxpricein
{
	background: #ffeecc;
	padding: 1px 4px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
}

