
h2 {
	background-color:#B7D4D8;
	padding:5px 0 5px 10px;
	margin:0 0 15px 0;
}
p.links {
	font-size:11px;
	margin:25px 5px 5px 0;
	text-align:right;
}
table.itemList {
	border:none;
	float:left;
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	margin-right:25px;
	width:450px;
}
table.itemList td {
	padding:5px;
}
table.itemList td.desc 	{ width:200px; }
table.itemList td.size 	{ width:100px; }
table.itemList td.price { text-align:right;	padding-right:10px; }

table.itemList tr.sep td {
	border-top:solid gray 1px;
}
tr.odd td {
	background-color:#E8F0F5;
}


/* --- Sidebars --- */

table.sidebar {
	font-size:11px;
	width:300px;
}
table.sidebar h3 {
	border-bottom:dotted gray 1px;
	padding:0 0 5px 0;
}
table.sidebar td {
	padding-bottom:25px;
}
table.sidebar p em {
	font-style:normal;
	font-weight:bold;
	color:#444;
}
