.ui-widget {
	font-family: inherit;
}


.ui-dialog {
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.75);
}

.ui-tabs .ui-tabs-nav {
	margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li {
	margin-bottom: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px !important;
}

#main *:active.non-keyboard-outline,
#main *:focus.non-keyboard-outline {
	outline: initial;
}

.iona-storefront-container .ui-button {
	height: auto;
}

#account-tabs {
	font-size: 12px;
}

#account-tabs.preinit {
	display: none;
}

#account-tabs ul.ui-tabs-nav,
#account-tabs ul.ui-tabs-nav li {
	margin: 0;
}

#account-tab-orders > table, #account-tab-designs > table {
	border-collapse: collapse;
	width: 100%;
}

#account-tab-orders > table th, #account-tab-orders > table td, #account-tab-designs > table th, #account-tab-designs > table td {
	border: none;
	text-align: left;
}

#account-tab-designs > table table {
	margin-bottom: 0;
}

#ordertable {
	font-size: 13px;
}

#ordertable tbody {
	color: #333;
}

#ordertable th, #ordertable td {
	border-width: 0;
}

#ordertable td.invoice, #ordertable td.status {
	white-space: nowrap;
}

#ordertable td.total {
	text-align: right;
}

#ordertable td.placed {
	text-align: center;
}

#ordertable td.details-control {
	background: url(../images/details_open.png) no-repeat center center;
	cursor: pointer;
	background-position-y: 10px;
}

#ordertable tr.shown td.details-control {
	background-image: url(../images/details_close.png);
	cursor: pointer;
}

#ordertable td .ui-icon {
	cursor: pointer;
	display: inline-block;
}

#ordertable a {
	text-decoration: none;
}

#ordertable a:hover {
	text-decoration: underline;
}

#ordertable .orderinfo {
	margin-left: 40px;
}

#ordertable .orderinfo .throbber {
	margin: 20px auto;
	display: block;
}

#ordertable .orderinfo tr {
	background-color: inherit !important;
}

#ordertable .orderinfo .loginform {
	margin-bottom: 20px;
}

#ordertable_wrapper .dataTables_filter input {
	min-width: 200px;
}

#proof-request th, #proof-request td {
	vertical-align: top;
}

#profile-dialog, #address-dialog {
	font-size: 0.9em;
}

#profile-dialog input.text, #address-dialog input.text, #address-dialog select {
	width: 300px;
	margin-bottom: 12px;
}

#profile-dialog input[type=radio], #address-dialog input[type=radio] {
	margin: 0 3px;
}

#address-dialog label.field {
	display: inline-block;
	width: 150px;
}

.accordion h3 {
	font-size: 1.0em;
	text-shadow: none !important;
}

#please-login input.text {
	width: 60%;
	margin-bottom: 8px;
}

#proofform table, .proofform table {
	border-collapse: collapse;
	width: 100%;
}

#proofform table td, .proofform table td {
	border: none;
	padding: 3px;
}

#proofform fieldset ol, #proofform fieldset ol li,
.proofform fieldset ol, .proofform fieldset ol li {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

#proofform img, .proofform img, #main .proofform img {
	max-width: initial;
	width: auto;
	height: auto;
}

#proofform p.disclaimers, .proofform p.disclaimers {
	margin-bottom: 0;
}

#proofform ul.disclaimers, .proofform ul.disclaimers {
	font-size: 10px;
	line-height: 13px;
	margin-top: 0;
	margin-left: 1.5em;
	padding-left: 0;
}

#proofform ul.disclaimers li, .proofform ul.disclaimers li {
	margin-left: 0;
	padding-left: 0;
}

#proofform textarea, .proofform textarea {
	width: 95%;
	max-width: 95%;
	border: solid 2px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#proofform #warning, #proofform #mustpurchase,
.proofform .warning, .proofform .mustpurchase {
	width: 95%;
	margin: .5em auto;
	clear: both;
}

#proofform .ui-state-highlight, #proofform .ui-state-error,
.proofform .ui-state-highlight, .proofform .ui-state-error {
	padding: .3em .7em;
}

#proofform button[type=submit], .proofform button[type=submit] {
	font-size: 16px;
	margin: 10px 0;
}

a.lowprofile {
	text-decoration: none;
}

a.lowprofile:hover {
	text-decoration: underline;
}

#account-tab-proof p.head {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 0.5em 0 0.2em 0;
}

#account-tab-proof table {
	font-size: 14px !important;
}

#account-tab-proof table.noborder {
	border-collapse: collapse;
}

#account-tab-proof table.noborder th,
#account-tab-proof table.noborder td {
	border: none;
	vertical-align: top;
}

#account-tab-proof img {
	width: 100%;
	height: auto;
	max-width: 359px;
	border: 2px solid #888;
}

#account-tab-proof table.intro td {
	font-size: 15px;
	padding: 10px;
}

#proof-request .form-group,
#proof-order .form-group {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
}

#proof-request input[type=text],
#proof-request textarea,
#proof-order input[type=text],
#proof-order textarea {
	width: 100%;
	font-size: 16px;
	padding: 4px 6px;
	border-radius: 3px;
	border: 1px solid #888;
}

#proof-request textarea,
#proof-order textarea {
	height: 80px;
	min-width: 100%;
	max-width: 100%;
}

#proof-request hr,
#proof-order hr {
	margin: 1.5em 0 0.5em 0;
}

#proof-request table.text-fields td {
	padding-right: 15px;
}

#proof-request table tr.tight-bottom td {
	padding-bottom: 1px;
}

#proof-request table tr.tight-top td {
	padding-top: 1px;
}

#proof-request table.instructions,
#proof-order table.instructions {
	margin: 0;
}

#proof-request table.alert {
	margin: 0 0 8px 0;
	border: 1px solid #888;
	border-radius: 5px;
	font-size: 14px;
}

#proof-request table.colors p {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#proof-request table.colors input[type=text] {
	display: block;
	border: none;
	background: transparent;
	color: inherit;
	text-align: center;
	font-size: 12px;
	padding: 0;
	margin-bottom: 5px;
}

#proof-request table.logos input[type=text] {
	margin-top: 8px;
}

#proof-request #logofile {
	width: 100%;
	min-height: 150px;
	background: #eee;
	color: #000;
	border: 2px dashed #888;
	border-radius: 3px;
}

#proof-request table.products {
	margin-bottom: 0;
}

#proof-request table.products .group,
#proof-order table.products .group {
	margin-bottom: 12px;
	background: #eee;
	background: rgba(207,207,207,0.2);
	padding: 7px;
	border-radius: 5px;
}

#proof-request table.products .group p {
	margin: 0;
	font-size: 16px;
}

#proof-request table.products label,
#proof-order table.products label {
	margin-right: 8px;
	display: block;
}

#proof-request table.products label.inline {
	display: inline-block;
}

#proof-request table.inner,
#proof-order table.inner {
	margin-bottom: 0;
}

#proof-request table.inner td,
#proof-order table.inner td {
	padding: 0 4px 0 4px;
}

#proof-request table.dividers > tbody > tr > td {
	border-top: 1px dotted #888;
	padding-top: 8px;
	padding-bottom: 8px;
}

#proof-request table.dividers > tbody > tr.first > td {
	border-top: none;
	padding-top: 6px;
}

#proof-request button[type=submit],
#proof-order button[type=submit] {
	font-size: 15px;
	clear: both;
}

#proof-request #product-selector {
	margin-bottom: 6px;
}

#proof-request #add-product {
	margin-left: 6px;
	margin-bottom: 30px;
}

#proof-orders-quicksearch {
	background: url(../images/field-search.png) no-repeat left center;
	width: 200px !important;
	float: right;
	font-size: 14px !important;
	margin-right: 12px;
	padding-left: 24px !important;
}

#proof-order .products a {
	color: #33f;
}

#proof-roster-template,
#proof-order-review-template {
	display: none;
}

#proof-order-form .proof-roster-template td,
#proof-order-form .proof-order-review-template td {
	vertical-align: top;
}

#proof-order-form .proof-roster-template .invoice,
#proof-order-form .proof-order-review-template .invoice {
	margin: 5px 0;
	text-align: center;
	font-weight: bold;
	width: 202px;
}

#proof-order-form .proof-roster-template .data-entry,
#proof-order-form .proof-order-review-template .roster {
	padding-left: 20px;
	padding-bottom: 20px;
}


#proof-order-form .proof-order-review-template .preview,
#proof-order-form .proof-order-review-template .roster {
	border-bottom: 1px solid #999;
}

#proof-order-form .proof-order-review-template .roster table {
	min-width: 500px;
}

#proof-order-form .proof-order-review-template .roster th,
#proof-order-form .proof-order-review-template .roster td {
	padding: 3px;
}

#proof-order-form .proof-order-review-template .roster .odd {
	background: #eee;
}

#proof-order-form .proof-order-review-template .roster .c0,
#proof-order-form .proof-order-review-template .roster .c1 {
	text-align: left;
}

#proof-order-form .proof-order-review-template .roster .c2 {
	text-align: center;
}

#proof-order-form .proof-order-review-template .roster .c3 {
	text-align: right;
}

#proof-order-form .proof-roster-template .preview img,
#proof-order-form .proof-order-review-template .preview img {
	width: 100%;
	height: auto;
	min-width: 200px;
	max-width: 200px;
}

#proof-orders-table a.preview {
	display: none;
}

#proof-orders-table .proofable a.preview {
	display: inline;
}

#proof-orders-table .proofable a.approve-proof {
	display: none;
}

.proof-roster .wtHolder,
.proof-roster .wtHider,
.proof-roster .ht_clone_left {
	height: auto;
}

.proof-roster .autocompleteEditor {
	overflow: auto !important;
	padding-right: 0 !important;
}

#proof-order-form .ui-tabs-panel {
	min-height: 250px;
}

#proof-order-form p {
	font-size: 15px;
}

#proof-order-form p.instructions {
	font-size: 12px;
}

#proof-order-tabs {
	margin-bottom: 1em;
}

#proof-order-tabs-buttons {
	padding: 1em;
}

#proof-order-tabs-next-tab {
	width: 100px;
	float: right;
}

#proof-order-form .calculate {
	margin: 3px 0 3px 5px;
}

#proof-order-form .calculate a {
	color: #33f;
	font-size: 14px;
}

#proof-order .products th,
#proof-order .products td {
	text-align: left;
	padding: 0 12px 0 12px !important;
}

#proof-order .products th:first-child,
#proof-order .products td:first-child {
	padding-left: 0 !important;
}

#proof-order .products th {
	color: #666;
	font-weight: bold;
}

#proof-order .products th.checkbox,
#proof-order .products td.checkbox {
	padding: 0 4px 0 0 !important;
}

#proof-order .nickname {
	width: 618px;
}

#proof-order .nickname td {
	vertical-align: middle;
	white-space: nowrap;
}

#proof-order .nickname .fieldinput {
	width: 375px;
}

#proof-order .nickname .fieldbutton {
	text-align: right;
}

#proof-orders-pricing {
	margin-bottom: 24px;
}

#proof-orders-pricing .productname {
	color: inherit;
	font-weight: normal;
}

#proof-orders-pricing .qty {
	text-align: center !important;
}

#proof-orders-pricing .price {
	text-align: right !important;
}

#proof-orders-pricing thead th {
	border-bottom: 1px solid #000;
}

#proof-orders-pricing .total td {
	border-top: 3px double #000;
}

#add-proof-order {
	float: right;
}

.swatch-chooser .swatch {
	cursor: pointer;
	float: left;
	width: 14%;
	font-size: 11px;
	line-height: 12px;
	padding: 6px 0;
	text-align: center;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	margin: 2px;
	border-radius: 3px;
}

.swatch-chooser .swatch.dark {
	color: #fff;
}

.swatch-chooser .swatch.other {
	width: 46%;
	background-color: #fff;
	color: #999;
}

.swatch-chooser .swatch:hover {
	border-color: #f96;
	box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
}

.swatch-chooser .swatch.checked {
	border-color: #f90;
}

.qtip-phillips {
	max-width: 520px;
	width: 520px;
}

.qtip-preview {
	max-width: 420px;
	width: 420px;
}

.qtip-preview .qtip-titlebar {
	font-size: 14px;
}

.ui-effects-transfer {
	border: 2px dotted gray;
}

.clear {
	clear: both;
}

#proof-request a.select2-choice {
	color: #444;
}