/*** $Id: cssui.css 26150 2011-05-16 20:30:47Z pbrynie $ ***/
/*** Site ***/

body {
	color: #000000;
	font: 400 1em Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

h1 {
	font: 700 1.5em Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	font: 700 1.3em Helvetica, Verdana, Arial, sans-serif;
}

h3 {
	font: 700 1.1em Helvetica, Verdana, Arial, sans-serif;
}

h2.header {
	background-color: #CCCCCC;
	color: #333333;
	font-weight: 700;
	padding: 4px;
}

a img {
	border: 0;
}

a:link {
	color: #333333;
}

a:visited {
	color: #000000;
}

a:active {
	color: #999999;
}

a:hover {
	color: #333333;
}

.clear {
	clear: both;
	font-size: 0em;
	height: 0em;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.margincenter {
	margin: 0 auto;
}

.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.smallest {
	font-size: 0.7em;
}

.large {
	font-size: 1.1em;
}

.larger {
	font-size: 1.2em;
}

.largest {
	font-size: 1.3em;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.red {
	color: #DD0000;
}

.blue {
	color: #0000FF;
}

.grey {
	color: #999999;
}

.nowrap {
	white-space: normal;
}

.link-pipe {
	color: #999999;
}

.input_error {
	border-color: #CC0000 #FF0000 #FF0000 #FF0000;
}

select {
	border-color: #333333 #BBBBBB #BBBBBB #BBBBBB;
	border-width: 1px;
	padding: 1px 2px;
}

.error-message {
	color: #DD0000;
	font-weight: 700;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	width: 60%;
}

.LOGN .error-message,
.AFCL .error-message,
.ORDL .error-message {
	margin: 12px 24px;
	width: auto;
}

.information-message {
	color: #0000DD;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	width: 60%;
}

.LOGN .information-message {
	margin: 12px 24px;
	width: auto;
}

.textfield,
select,
textarea,
#tax-fields .form_row input {
	border-color: #333333 #BBBBBB #BBBBBB #BBBBBB;
	border-style: solid;
	border-width: 1px;
	font: 400 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 1px 2px;
}

.textfield,
textarea {
	width: 160px;
}

#site-container {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

#bottom-wrap {
	clear: both;
	font-size: 0em;
	height: 0em;
}

/*** Top Navigation Bar ***/

#navigation-bar {
	line-height: 24px;
}

#navigation-bar ul {
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#navigation-bar li {
	color: #FFFFFF;
	float: right;
	font-weight: 700;
	line-height: 12px;
	list-style: none;
	margin: 0 2px;
	text-align: center;
}

#navigation-bar li.navigation-item-on {
	background-color: #999999;
}

#navigation-bar li.navigation-item-off {
	background-color: #666666;
}

/* tab padding */

#navigation-bar li div div {
	padding: 5px 18px;
}

/* tab off side images */

#navigation-bar li.navigation-item-off div.item-left-side {
	background: transparent url("") no-repeat scroll left top;
}

#navigation-bar li.navigation-item-off div.item-right-side {
	background: transparent url("") no-repeat scroll right top;
}

/* tab on side images */

#navigation-bar li.navigation-item-on div.item-left-side {
	background: transparent url("") no-repeat scroll left top;
}

#navigation-bar li.navigation-item-on div.item-right-side {
	background: transparent url("") no-repeat scroll right top;
}

/* navigation bar links */

#navigation-bar li a:link,
#navigation-bar li a:visited,
#navigation-bar li a:hover,
#navigation-bar li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*** Left Navigation ***/

#left-navigation {
	border-right: 1px solid #EEEEEE;
	padding: 0 0 0 4px;
	vertical-align: top;
	width: 20%;
}

/*** One Column Pages ***/

.one-column #left-navigation {
	display: none;
}

#category-tree {
	margin: 0;
	padding: 1px;
}

#category-tree-top-image {

	height: auto !important;
	height: 270px;
	/* ie6 min-height hack */
	min-height: 270px;
}

#category-tree a {
	color: #FFFFFF;
	display: block;
	font-weight: 700;
	text-decoration: none;
}

#category-tree div {
	background-color: #666666;
	border-bottom: 1px solid #FFFFFF;
}

#category-tree .level-1 a {
	padding: 4px 6px 4px 12px;
}

#category-tree .level-2 a {
	padding: 4px 6px 4px 24px;
}

#category-tree .level-3 a {
	padding: 4px 6px 4px 36px;
}

#category-tree .level-4 a {
	padding: 4px 6px 4px 48px;
}

#category-tree .level-5 a {
	padding: 4px 6px 4px 60px;
}

#category-tree .level-6 a {
	padding: 4px 6px 4px 72px;
}

#category-tree div.active {
	background-color: #999999;
}

#category-tree-footer {
	margin: 10px 0;
	padding: 4px;
}

/*** Content ***/

#content-container {
	border-color: #666666;
	border-style: solid;
	border-width: 0px 0;
	clear: both;
	margin: 0;
	padding: 0 0 12px 0;
	width: 100%;
}

#main-content {
	padding: 16px;
	vertical-align: top;
}

/*** Global Header/Footer ***/


#logo {
	clear: both;
	margin: 0 0 0 5px;
}

#logo a {
	cursor: pointer;
	display: block;
	height: 85px;
	width: 759px;
}

#search {
	float: right;
	padding: 4px 6px 4px 0;
}

#header-links {
	color: #000000;
	float: right;
	line-height: 22px;
	padding: 4px 12px 0 0;
	text-align: right;
}

#global-footer {
	margin: 16px 0;
}

#footer-links {
	text-align: right;
}

#footer-links ul {
	font: 400 0.9em Verdana, Helvetica, Arial, sans-serif;
	margin: 8px 0;
	padding: 0;
}

#footer-links ul li {
	border-left: 1px solid #999999;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 2px 0 6px;
	text-align: center;
}

#footer-links ul li.first-child {
	border: 0;
}

#miva-link {
	font-size: 0.8em;
	margin: 16px 0;
	text-align: right;
}

#miva-link a {
	color: #999999;
}

#page-header {
	clear: both;
}

#page-footer {
	clear: both;
}

#maintenance {
	color: #DD0000;
	font-weight: 700;
}

/*** ACAD, ACED, AFAD, AFED, OCST ***/

.logout-link {
	float: right;
	margin: 12px 0;
}

#customer-fields label,
#affiliate-fields label {
	clear: both;
	float: left;
	padding: 2px 5px 3px 0;
	text-align: right;
	white-space: nowrap;
	width: 150px;
}

#affiliate-commissions label,
.OSEL .non-editable label {
	float: left;
	font-weight: 700;
	padding: 0 6px 0 0;
	text-align: right;
	width: 120px;
}

#customer-fields input.textfield,
#affiliate-fields input.textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div {
	margin: 0 0 4px 0;
	width: 170px;
}

#fields-heading {
	background-color: #618EAD;
}

#affiliate-commissions div.form_row div {
	float: left;
}

#customer-fields select,
#affiliate-fields select {
	margin: 0 0 4px 0;
	width: 176px;
}

#login-details,
#affiliate-information {
	margin: 0 0 16px 0;
}

#affiliate-commissions .form_row {
	margin: 0 0 8px 0;
}

.AFAD #affiliate-fields {
	margin: 0 auto;
	width: 50%;
}

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions {
	float: left;
	width: 50%;
}

#affiliate-commissions .affiliate-code {
	width: 230px !important;
}

#affiliate-commissions #affiliate-image {
	overflow: auto;
	width: 236px !important;
}

#affiliate-terms {
	margin-left: 155px;
}

#affiliate-fields .form_row div.non-editable {
	margin: 0 0 8px 0;
	padding: 2px 0 0 0;
}

.save-button,
.continue-button {
	clear: both;
	padding: 24px 0 0 0;
	text-align: right;
}

.required {
	font-weight: 700;
}

h2.fields-heading {
	background-color: #618EAD;
	color: #FFFFFF;
	margin: 0 0 12px 0;
	padding: 4px 4px 4px 12px;
}

.address2-label {
	margin: 0 0 14px 0;
}

.controls {
	font: 400 0.7em Verdana, Helvetica, Arial, sans-serif;
	visibility: hidden;
}

#customer-fields .controls label {
	float: none;
}

#ship-to,
#bill-to {
	float: left;
	width: 50%;
}

#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox {
	height: 13px;
	margin: 0 2px 0 12px;
	overflow: hidden;
	padding: 0;
	width: 13px;
}

div.invalid input.textfield,
div.invalid select,
#tax-fields div.invalid input {
	border-color: #CC0000 #FF0000 #FF0000 #FF0000;
}

div.invalid label {
	color: #DD0000;
}

.warning-message {
	color: #DD0000;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	width: 60%;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row {
	margin: 0 0 6px 0;
	text-align: left;
}

#customer-fields.non-editable .form_row {
	margin: 0 0 4px 0;
	text-align: left;
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label {
	clear: both;
	float: left;
	font-weight: 700;
	margin: 0 0 0 30px;
	padding: 0 4px 0 0;
	text-align: right;
	white-space: nowrap;
	width: 110px;
}

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div {
	float: left;
}

#update-record {
	clear: both;
	margin: 24px 0 0 24px;
}

.tax-fields label {
	font-weight: 700;
}

/*** LOGN, AFCL, ORDL, ORHL ***/

.AFCL #main-content,
.LOGN #main-content {
	padding: 28px 126px;
}

.ORHL #main-content {
	padding: 28px 126px 28px 116px;
}

.ORDL #main-content {
	padding: 28px 16px;
}

.AFCL .section,
.LOGN .section {
	float: left;
	height: 220px;
	width: 49%;
}

.ORDL .section {
	float: left;
	height: 220px;
	width: 33%;
}

.ORHL .lookup-section {
	float: left;
	height: 220px;
	width: 50%;
}

.ORHL .signin-section {
	float: left;
	height: 220px;
	width: 48%;
}

.section h3,
.lookup-section h3,
.signin-section h3 {
	text-align: center;
}

.form_row {
	margin: 0 0 6px 0;
}

.LOGN label,
.ORDL label,
.AFCL label {
	clear: both;
	float: left;
	padding: 3px 5px;
	text-align: right;
	width: 80px;
}

.ORHL label {
	clear: both;
	float: left;
	padding: 3px 5px;
	text-align: right;
	white-space: nowrap;
	width: 90px;
}

.grey-border-right {
	border-right: 1px solid #CCCCCC;
}

.logn-input {
	width: 120px;
}

#invalid-key {
	border-color: #CC0000 #FF0000 #FF0000 #FF0000;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 0 4px 0 0;
	width: 23px;
}

.sign-in-buttons {
	margin: 12px 0 0 0;
	text-align: center;
}

.forgot-password {
	font-size: 0.9em;
	margin: 12px 0 0 0;
	text-align: center;
}

/*** BASK, OCST, OPAY, OSEL ***/

#basket-contents.non-editable,
#basket-contents.editable,
#order-contents table {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

#basket-contents.non-editable table,
#basket-contents.editable table,
#order-contents table {
	border-collapse: collapse;
}

#basket-contents.non-editable td,
#basket-contents.editable td,
#order-contents td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font: 400 1em Arial, sans-serif;
	padding: 6px;
	vertical-align: top;
}

#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td {
	background-color: #5483A3;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

#basket-contents .basket-qty-input {
	width: 34px;
}

#basket-contents .item-remove {
	vertical-align: middle;
	width: 8%;
}

#basket-contents table .basket-heading td.item-name {
	text-align: left;
}

#basket-contents.editable .item-quantity {
	text-align: center;
	white-space: nowrap;
	width: 13%;
}

#basket-contents.non-editable .item-quantity {
	text-align: center;
	width: 6%;
}

#basket-contents .item-options .item-name {
	padding-left: 16px;
}

#basket-contents.non-editable .item-name {
	width: 59%;
}

#basket-contents.editable .item-name {
	width: 66%;
}

#basket-contents.editable .item-name div.item-name-div {
	float: left;
}

#basket-contents td.item-name {
	text-align: left;
}

#basket-contents .item-price {
	text-align: right;
	white-space: nowrap;
	width: 10%;
}

#basket-contents .item-total {
	text-align: right;
	width: 10%;
}

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge {
	font-style: italic;
	text-align: right;
	white-space: nowrap;
}

#basket-contents #basket-totals .formatted-total,
#basket-contents #basket-totals .total-prompt {
	font-weight: 700;
	text-align: right;
}

.checkout .item-quantity {
	width: 8% !important;
}

.checkout .item-name {
	width: 64% !important;
}

#fields-key {
	margin: 16px 0;
}

.checkout-button {
	border-width: 0px;
	margin: 12px 0;
	text-align: right;
}

#payment-fields input {
	border-color: #333333 #BBBBBB #BBBBBB #BBBBBB;
	border-style: solid;
	border-width: 1px;
	font: 400 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 1px 2px;
}

#payment-fields label {
	clear: both;
	margin: 2px 0 0 0;
	padding: 3px 5px 3px 0;
	text-align: left;
	white-space: nowrap;
}

#payment-fields td {
	padding: 0 0 6px 0;
}

#shipping-payment .form_row {
	margin: 10px 0 0 0;
}

#shipping-payment label {
	clear: both;
	float: left;
	margin: 2px 0 0 0;
	padding: 3px 5px 3px 0;
	text-align: left;
	white-space: nowrap;
	width: 65px;
}

.OSEL .continue-button,
.OPAY .continue-button {
	margin: 0 0 12px 0;
}

.OCST #basket-contents {
	margin: 0 0 32px 0;
}

.OPAY .fields-key {
	margin: 0 0 16px 0;
}

#payment-fields .form_row {
	margin: 10px 0 0 0;
}

#customer-fields.non-editable {
	margin: 0 0 32px 0;
}

#basket-contents.non-editable {
	margin: 16px 0 32px 0;
}

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.category-listing,
.all-products,
.related-products,
.search-results {
	clear: both;
}

.product-item {
	float: left;
	width: 50%;
}

.product-item .padding {
	border: 1px solid #CCCCCC;
	height: 300px;
	margin: 12px;
	overflow: hidden;
	padding: 12px;
}

.product-next-previous {
	clear: both;
	margin: 12px 0;
}

.CTGY .product-details,
.PLST .product-details,
.SRCH .product-details {
	height: 245px;
	overflow: hidden;
}

.product-item .product-thumbnail {
	margin: 0 0 12px 0;
	min-height: 144px;
	text-align: center;
}

.product-item .product-image {
	margin: 0 0 12px 0;
	min-height: 144px;
	text-align: center;
}

.product-item .product-thumbnail img {
	vertical-align: middle;
}

.purchase-buttons,
.PROD .related-products .purchase-buttons {
	margin: 16px 0 0 0;
	text-align: center;
}

.product-descrip {
	margin: 6px 0 0 0;
}

.PROD .purchase-buttons {
	margin: 16px 0 0 0;
	text-align: right;
}

.purchase-buttons input.button {
	margin: 0 2px;
}

.line-item td.item-buttons {
	white-space: nowrap;
}

.line-item tr.header-row td {
	font-weight: 700;
}

.thumbnail-not-available {
	background: transparent url("") no-repeat scroll left top;
	display: block;
	height: 144px;
	margin: 0 auto;
	width: 234px;
}

.image-not-available {
	background: transparent url("") no-repeat scroll left top;
	display: block;
	height: 144px;
	margin: 0 auto;
	width: 234px;
}

.next-previous {
	margin: 12px 0 0 0;
}

.next-button {
	float: right;
}

.previous-button {
	float: left;
}

.search-again {
	margin: 0 0 16px 0;
}

.OUS1 #main-content {
	padding-left: 225px;
	padding-right: 225px;
}

.upsale-heading {
	text-align: center;
}

.OUS1 .product-thumbnail {
	height: 116px;
	margin: 12px 0;
	min-height: 116px;
	text-align: left;
}

.OUS1 .product-description {
	margin: 16px 0 0 0;
}

.OUS1 .thumbnail-not-available {
	margin: 16px auto;
}

.OUSM #main-content {
	padding-left: 160px;
	padding-right: 160px;
}

.upsale-batch {
	padding: 2px;
	width: 100%;
}

.upsale-batch .heading td {
	font-weight: 700;
}

.upsale-checkbox {
	width: 32px;
}

.upsale-name {
	width: 175px;
}

.OUS1 .purchase-buttons textarea {
	height: 100px;
	text-align: center;
	width: 390px;
}

.OUSM .continue-button {
	text-align: center;
}

.line-item table {
	width: 100%;
}

.line-item table tr.heading td {
	font-weight: 700;
}

.line-item table td {
	padding: 2px;
	vertical-align: top;
}

.line-item .item-code {
	padding-left: 2px;
	padding-right: 2px;
}

.line-item .item-price {
	padding-left: 2px;
	padding-right: 2px;
}

.line-item .item-name {
	width: 80%;
}

.line-item tr.alt_row {
	background-color: #F4F4F4;
}

.search-content,
.product-list {
	display: flex;
	flex-direction: row;
}

.search-content {
	flex-wrap: nowrap;
}

.search-content .search-again {
	flex-basis: 20%;
	margin: 0;
}

.facet-items {
	margin-bottom: 2rem;
}

.facet-item:not(:last-child) {
	margin-bottom: 0.5rem;
}

.facet-item--level-2 {
	margin-left: 1rem;
}

.facet-item label {
	align-items: center;
	display: flex;
}

.search-content .search-results {
	flex: 1;
}

.product-sort {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	margin: 0.8125rem auto 1.25rem;
}

.product-filter {
	margin-left: auto;
}

.product-filter__sort-by {
	margin-left: 1rem;
}

.product-list {
	flex-wrap: wrap;
	row-gap: 1rem;
}

.product-list .product-item {
	box-sizing: border-box;
	flex-basis: 25%;
	float: none;
	margin-bottom: 1rem;
	padding: 0 0.75rem;
	width: auto;
}

.product-list .product-item .product-details {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: auto;
	text-align: center;
	text-decoration: none;
}

.product-list .product-item .product-thumbnail {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0.5rem 0 0;
}

.product-list .product-item .product-thumbnail img {
	max-width: 100%;
}

.product-list .product-item .product-name strong,
.product-list .product-item .product-descrip {
	text-decoration: underline;
}

.product-list .product-item .product-descrip {
	margin-top: 0.5rem;
}

.product-list .product-item .product-price,
.product-list .product-item .product-quantity {
	margin-top: 0.25rem;
}

.product-list .product-item .product-order {
	margin-top: auto;
}

.product-pagination {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

.product-pagination .previous-button,
.product-pagination .next-button {
	float: none;
}

.product-pagination .previous-button {
	flex-basis: 5rem;
}

.product-pagination .page-disp {
	flex: 1;
	text-align: center;
}

.product-pagination .next-button {
	flex-basis: 3.625rem;
}

/*** PRODUCT DISPLAY ***/

.product-details-1,
.product-details-2 {
	float: left;
	width: 50%;
}

.PROD .product-details-1 .product-image {
	border: 1px solid #EEEEEE;
	height: 274px;
	width: 274px;
}

.product-image {
	text-align: center;
}

.product-image img {
	vertical-align: middle;
}

.product-quantity-input {
	margin: 0 4px;
	width: 34px;
}

.related-products {
	clear: both;
	margin: 32px 0 16px 0;
}

.product-attributes {
	margin: 16px 0;
	text-align: left;
}

.product-attributes td {
	padding: 4px 0;
}

.product-attributes td.prompt {
	padding-right: 4px;
	text-align: right;
	vertical-align: top;
}

.product-attributes td.field {
	text-align: left;
}

.thumbnails {
	display: block;
	margin: 0;
	padding: 0;
	width: 274px;
}

.thumbnails li {
	border: 1px solid #EEEEEE;
	cursor: pointer;
	display: block;
	float: left;
	height: 42px;
	margin: 4px 4px 0 0;
	padding: 0;
	text-align: center;
	width: 42px;
}

.thumbnails li span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.thumbnails li img {
	vertical-align: middle;
}

.swatches {
	display: inline;
	margin: 0;
	padding: 0;
}

.swatches li {
	border: 1px solid #EEEEEE;
	cursor: pointer;
	display: block;
	float: left;
	height: 50px;
	margin: 4px 4px 0 0;
	padding: 0;
	text-align: center;
	width: 50px;
}

.swatches li span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.swatches li img {
	vertical-align: middle;
}

.product-image-margin {
	height: 8px;
}

.closeup {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	display: none;
	min-height: 274px;
	min-width: 274px;
	padding: 10px 10px 5px 10px;
	position: absolute;
	text-align: center;
	top: 75px;
	z-index: 2;
}

.closeup a {
	cursor: pointer;
	margin: 5px 0 0 0;
	z-index: 2;
}

.closeup_backing {
	background-color: #333333;
	display: none;
	filter: alpha(opacity=75);
	left: 0px;
	opacity: 0.75;
	position: absolute;
	top: 0px;
	width: 100%;
}

/*** INVC ***/

.INVC .order-id,
.ORDS .order-id {
	float: left;
	font-weight: 700;
}

.INVC .order-date,
.ORDS .order-date {
	float: right;
	text-align: right;
}

.INVC .order-date span,
.ORDS .order-date span {
	font-weight: 700;
}

.INVC h3,
.ORDS h3 {
	clear: both;
	margin: 16px 0 24px 0;
}

/*** PATR ***/

.PATR .continue-button {
	margin: 12px 0;
	text-align: right;
}

/*** SMAP ***/

.SMAP .category {
	float: left;
	text-align: left;
	width: 33%;
}

.SMAP .category .padding {
	padding: 2px;
}

.SMAP .product {
	float: left;
	text-align: left;
	width: 33%;
}

.SMAP .product .padding {
	padding: 2px;
}

/*** ORDH, ORDS ***/

#orderhistory-list table {
	border-collapse: collapse;
	margin: 0 0 10px 0;
}

#order-contents table {
	width: 100%;
}

#order-contents table td,
#orderhistory-list table td {
	vertical-align: top;
}

#orderhistory-list .order-reorder {
	text-align: center;
}

#orderhistory-list .order-description {
	text-align: left;
}

#orderhistory-list .order-purchased {
	text-align: center;
}

#orderhistory-list .order-quantity {
	text-align: center;
}

#orderhistory-list .order-status {
	text-align: center;
}

#orderhistory-list .order-tracking {
	text-align: left;
}

#orderhistory-list .order-total {
	text-align: right;
}

#orderhistory-list .order-price {
	text-align: right;
}

#orderhistory-list .order-view {
	padding: 0 8px;
	vertical-align: middle;
}

#orderhistory-list tr.heading td {
	font-weight: 700;
	white-space: nowrap;
}

#orderhistory-list .previous-button {
	float: none;
	text-align: left;
	width: 50%;
}

#orderhistory-list .next-button {
	float: none;
	text-align: right;
	width: 50%;
}

#order-contents table tr td.order-reorder {
	text-align: center;
}

#order-contents table tr td.order-description {
	text-align: left;
}

#order-contents table tr td.order-date {
	text-align: left;
}

#order-contents table tr td.order-purchased {
	text-align: center;
}

#order-contents table tr td.order-quantity {
	text-align: center;
}

#order-contents table tr td.order-status {
	text-align: left;
}

#order-contents table tr td.order-tracking {
	text-align: left;
}

#order-contents table tr td.order-total {
	text-align: right;
}

#order-contents table tr td.order-price {
	text-align: right;
}

#order-contents table tr td.charge-description,
#order-contents table tr td.charge-fee {
	font-style: italic;
	text-align: right;
}

#order-contents table tr td.charge-fee {
	text-align: right;
}

#order-contents table tr td.formatted-total,
#order-contents table tr td.total-prompt {
	font-weight: 700;
	text-align: right;
}

#customer-fields {
	margin: 16px 0;
}

#Order_BillZip {
	width: 44px;
}

.widest {
	width: 100%;
}

.success-msg {
	background: rgb(228, 240, 250);
	border: 1px solid #94C9F3;
	font-weight: 700;
	margin: 12px 0;
	padding: 10px;
	text-align: center;
}

.error-msg {
	background: rgb(250, 228, 228);
	border: 1px solid #F39494;
	font-weight: 700;
	margin: 12px 0;
	padding: 10px;
	text-align: center;
}

form[ name="PRODADD" ] .button {
	background-image: -moz-linear-gradient(top, #679966, #4D734C);
	background-image: -ms-linear-gradient(top, #679966, #4D734C);
	background-image: -o-linear-gradient(top, #679966, #4D734C);
	background-image: -webkit-gradient(
		linear,
		center top,
		center bottom,
		from(#679966),
		to(#4D734C)
	);
	background-image: -webkit-linear-gradient(top, #679966, #4D734C);
	background-image: linear-gradient(to top, #679966, #4D734C);
	border: 1px solid #4D734C;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	margin: 12px 0;
	padding: 6px 12px;
}

.error {
	color: #DD0000;
}

#progress {
	background: rgba(255, 255, 255, 0.6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
	height: 100%;
}