body#module-expressorder-list div#content-wrapper {
	
	section {
		margin-bottom: 50px;
	}
	
	section h2 {
	}
	
	section .product-cover {
		text-align: center;
	}
	
	section .product-cover img {
		text-align: center;
	}
	
	section .product-variation-name {
		font-style: italic;
	}
	
	section .product-actions .addOne, section .product-actions .delOne {
		display: inline-block;
		width: 25px;
		min-width: 25px;
		background-color: black;
		color: white;
		padding: 2px;
		border-radius: 50%;
		text-align: center;
		font-weight: bold;
		line-height: auto;
		font-family: Courrier;
		height: 25px;
	}
	
	section .product-actions .addOne:active, section .product-actions .addOne:link, section .product-actions .addOne:visited, section .product-actions .delOne:active, section .product-actions .delOne:link, section .product-actions .delOne:visited {
		text-decoration: none;
	}
	
	section .product-actions .qty {
		text-align: center;
		padding: 5px;
		width: 100px;
	}
	
	.eoCategorySelector {
		margin-bottom: 20px;
	}
	
}