div#orderItems {
	margin-bottom: 20px;
}

div#orderItems h2 {
	line-height: 30px;
	padding-left: 10px;
	margin: 0;
	clear: both;
	background: #666666;
	color: #ffffff;
	border-radius: 4px;
	margin-bottom: 0.5em;
}

div.type {
}

div.orderItem {
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

div.orderItem h3.hidden {
	background: url(/theme/images/icons/flag_red.png) no-repeat scroll 8px 8px #FFE4E3;
	color: #E47E7A;
	padding-left: 3em;
}

div.orderItem br {
	display: none;
}

div.itemInfo {
	padding: 1em;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

div#orderItems .product .productBody .image {
	width: 25%;
}

div#orderItems .type .grain_information .productCaption {
	display: none;
}


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

div.process > h3 {
	border-bottom: solid 1px #666666;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	clear: both;
	float: left;
	width: 100%;
}

div.orderItem h3  {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 30px;
	line-height: 30px;
	font-size: 16px;
	border: none;
	font-weight: normal;
}

.filter {
	margin-bottom: 20px;
	padding: 10px;
	background: #aaaaaa;
	border-radius: 5px;
}

.filter h2 {
	margin: 0;
}

.filter h3 {
	clear: left;
	margin: 0;
	float: left;
	width:260px;
	line-height: 32px;
}

.filter select {
	margin: 0;
	float: left;
	width: 200px;
	font-size: 20px;
}

.filter .openClose {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.filter .openClose:hover {
}

div.orderItem .buttons, div.itemInfo .buttons {
	float: right;
}

div.orderItem .buttons .public {
	display: none;
}	

div.orderItem.ordered {
	background: #8EFFBA url(cart.png) 5px 50% no-repeat;
	padding-left: 3em;
}

div.openClose {
	float: none;
	display: block;
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	text-align: left;
}

div.openClose.viewAR, div.openClose.viewCANCELED {
	background: #ff0000;
}

div.orderItem form {
	float: right;
	clear: none;
}

div.orderItem form input.quantity {
	width: 45px;
}

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

.hideManage .item:hover .manage {
	position: static;
}

#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;
}

.attribute .price {
	margin: 0;
}

#orderItems .openClose a {
    clear: both;
    color: #000000;
    margin-bottom: 10px;
    padding: 8px 8px 8px 32px;
    display: block;
    text-decoration: none;
}

#orderItems .openClose a.important {
	background: url(/theme/images/icons/warning.png) no-repeat scroll 8px 8px #FFF6BF;
    border-bottom: 4px solid #FED324;
}

#orderItems .grainInformation.openClose:hover, #orderItems .grainInformation.openClose {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

#orderItems .sectionOpen {

}

section.adminDetails {
	display: none;
}

.orderItem form input[type="submit"] {
	margin: 0;
	margin-left: 1em;
}
