
	div#commerce h1														{ margin: 0% 0% 0.375em 0%; padding: 0%; font-size: 1.875em; line-height: 1em; font-weight: 400; color: #005288; }
	div#commerce h3														{ color: #313131; }
	div#commerce td input,
	div#commerce td textarea,
	div#commerce td select												{ border: 1px solid #DDDDDD; }

	div#commerce.basket													{ background-color:transparent; }

	div#commerce .button,
	div#commerce button													{ text-transform: uppercase; border-radius: 0; transition: background-color 0.3s; -webkit-transition: background-color 0.3s; }

	div#commerce .color-1st												{ background-color: #EE2B74; }
	div#commerce .color-1st:hover										{ background-color: #F14B89; }

	div#commerce .color-2nd												{ background-color: #EE2B74; }
	div#commerce .color-2nd:hover										{ background-color: #F14B89; }

	div#commerce .color-3rd												{ background-color: #EE2B74; }
	div#commerce .color-3rd:hover										{ background-color: #F14B89; }

	div#commerce div#basket-items										{ padding: 0%; background-color: transparent; }
	div#commerce div#basket-items div#basket-count						{ padding: 7px 0%; width: 46%; }

	div#commerce div#basket-items button#checkout						{ margin: 0.25em 0% 0.25em 1%; padding: 0.5em 0.375em; width: 21%; }

	div#commerce div#basket-items div#continue-shopping					{ margin: 0.25em 0%; width: 32%; }
	div#commerce div#basket-items div#continue-shopping a				{ padding: 0.5em 0.375em; font-weight: 600; color: #4F4F4F; display: block; }

	div#commerce div#basket-items table td.item,
	div#commerce div#basket-items table td.price,
	div#commerce div#basket-items table td.pricetotal					{ padding: 15px 10px 10px 10px; }

	div#commerce div#basket-items table td.item .edit_basket_item		{ display: none; }

	div#commerce div#basket-summary										{ padding: 0%; background-color: transparent; }
	div#commerce div#basket-summary button#checkout						{ margin: 0.25em 0%; padding: 0.5em 0.375em; width: 100%; }

	div#commerce div#basket-summary div.continue-shopping				{ margin: 0.25em 0%; width: 100%; background-color: transparent; }
	div#commerce div#basket-summary div.continue-shopping a				{ padding: 0.5em 0.375em; color: #4F4F4F; }
	div#commerce div#basket-summary div.continue-shopping a:hover		{ text-decoration: underline; }

	div#commerce div#checkout-details h3								{ color: #313131; }