#column1 {
	width: 280px;
	color: #fff;
	float: left;
	padding: 40px 20px;
}

#column1 b, #column2 b {
	color: #888;
}

#column1 h2, #column2 h2 {
	font-weight: bold;
}

#column2 {
	width: 250px;
	color: #fff;
	float: left;
	padding: 40px 10px 0px 0px;
}

ul.paymentinfo {
	float: right;
	padding: 10px 40px 30px 0px;
}

ul.paymentinfo b.amount {
	font-size: 12px;
	color: #fff;
}

ul.paymentinfo b.totals {
	font-size: 13px;
	color: #fff;
}

ul.paymentinfo b {
	color: #888;
}

#products {
	width: 960px;
	background: #111;
}

#products ul.itemid {

}

#products ul.itemid {

}

h2.title {
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}


/*Chart----------------------------------------------------------------------*/
table.chart {
	color: #fff;
	background: #222;
	border-collapse: collapse;
	width: 950px;
}

table.chart thead {

}

table.chart thead th {
	padding: 1em 1em .5em;
 	border-bottom: 1px solid #333;
 	font-size: 11px;
 	text-align: left;
}

table.chart thead tr {

}

table.chart td {
	padding: .5em 1em;
	border-top: 1px solid #444;
}

table.chart td b {
	font-size: 11px;
	font-weight: normal;
}


table.chart tbody tr.odd td {
	background: #4e4e4e;
}

table.chart tfoot {

}

table.chart tbody.bold td {
	font-weight: bold;
}

table.chart tfoot td {
	padding-bottom: 1.5em;
}

table.chart tfoot tr {

}

table.chart #middle {
	background-color: #000;
}


