div#orderItems {
	border-bottom: solid 1px #666666;
	margin-bottom: 20px;
}

div#orderItems h2 {
	line-height: 30px;
	padding: 0;
	padding-left: 10px;
	background: #666666;
	color: #ffffff;
	margin: 0;
	font-size: 14px;
	clear: both;
	text-transform: uppercase;
}

div.orderItem {
	padding: 0px;
	border-top: solid 1px #666666;
	clear: both;
}

div.orderItem:hover {
	background: #FEF9E3;
}

div.orderItem div h3 {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	line-height: 30px;
	text-transform: uppercase;
}

.expandInfo h3 {
	cursor: pointer;
	background: url(info.gif) 0px 50% no-repeat;
}

div.orderItem div .productActionButtons {
	float: right;
}

div.orderItem div p {
	padding: 0;
	padding-left: 20px;
	color: #666666;
	margin: 0;
	padding-bottom: 5px;
}

#orderItems .productActionButtons, #orderItems .publicButtons {
	padding: 0px;
	margin: 0;
	line-height: 30px;
	height: 30px;
}

#orderItems .publicButtons {
	float: right;
}

#orderItems a.productActionButton, #orderItems .productActionButton:link, #orderItems .productActionButton:visited {
	line-height: 30px;
	height: 30px;
	background-color: transparent;
}

#orderItems .publicButtons a.productActionButton, #orderItems .publicButtons .productActionButton:link, #orderItems .publicButtons .productActionButton:visited {
	background: #666666;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
}

#sort {
	float: right;
	line-height: 18px;
	font-size: 12px;
	clear: both;
	padding-bottom: 10px;
}

#sort span {
	float: left;
}

#sort ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#sort ul li {
	float: left;
	padding-left: 4px;
	margin-left: 4px;
	line-height: 18px;
}

#sort ul li.selected a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

