body {
	font-family: Arial,Helvetica,sans-serif;
}

.addressBox, .POBox {
	float:right;
	width: 330px;
	clear:right;
}

button, input[type=submit] {
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	background-color:#482644;
	color:#fff;
	padding: 6px;
	border: none;
	cursor:pointer;
	min-width: 100px;
	font-weight:bold;
}

button.updateButton {
	min-width: 60px;
}
button.updateButton:hover { 
	background: #b4d234;
	color: #000;
}

.buttonLink {
	background: #482644;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 10px 20px;
}

a.buttonLink, input[type=submit]  {
	color: #fff; 
}

.buttonLink:hover {
	background: #b4d234;
	color: #000;	
}

hr {
	border: 1px solid #4A2745;
}
#changeAddressButton, #savePOButton, #updatePOButton {
	float:right;
	margin-top:10px;
	clear:right;
}
#newAddress {
	text-align:right;
}
#uploadList {
	float:right;
}
label {
	width: 130px;
	display:inline-block;
	text-align:right;
	margin:5px;
}

.tableLeft label {
	width: auto;
}
.tableRight {
	text-align:right;
	padding-right: 20px;
	font-weight:bold;
}
.tableMiddle {
	text-align:center
}
#loginHalf {
	width:410px;
	float:left;
	background:#FFFFFF;
	border-radius: 5px 5px 5px 5px;
	margin: 10px;
	height: 150px;
	padding: 10px;
}
#quoteHalf {
	float:right;
	width:410px;
	background:#FFFFFF;
	border-radius: 5px 5px 5px 5px;
	margin: 10px;
	height: 150px;
	padding: 10px;
	
}
#loginNotice {
	padding:5px 10px;
	text-align:center;
	border: 1px none;
}

.loginNotice {
	background-color:#F44;
	border: 1px solid #F00;
	border-radius: 5px 5px 5px 5px;
	
	color:#FFFFFF;
}
.addressNotice, .PONotice {
	padding:5px 10px;
	text-align:center;
	border: 1px none;
	background-color:#F44;
	border: 1px solid #F00;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	color:#FFFFFF;
}

.PONotice.success {
	background-color:#DDE29D;
	border: 1px solid #C0CE3C;
	color:#6E496A;
}
input[type="text"],select {
	width: 220px;
	display:inline-block;
	margin:5px;
	background-color: #FFFFFF;
    border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	padding:2px;
}
select {
	width: 225px;
}
#checkoutform select {
	width: auto;
}
.quantity[type="text"] {
	width: 40px;
	text-align:center;
}
.emailAddressMsg {
	font-size:9px;
	text-align:center;
}
#loginButton {
	margin: 5px 5px 5px 145px;
	width: 225px;
}

.categoryHeader a.disabled, .categoryHeader.disabled  {
	color:#C0CE3C;
}
.categoryHeader a, .categoryHeader  {
	color:#4A2745;
}

.categoryContent {
	background:#FFFFFF;
	border-radius: 5px 5px 5px 5px;

	padding:10px;
}

.categoryContent .errorText {
	text-align: center;
	padding-bottom: 10px;
}

#orderDetails .details {
	margin: 0px;
	width: 500px;
}
#orderDetails .details th, #paymentComplete th, #paymentAlready th{
	font-weight:bold;
	display:inline-block;
	width: 100px;
	text-align:right;
	margin-right:10px;
	vertical-align:top;
}
#orderDetails .details td{
	display:inline-block;
	width:350px;
	margin:0px;
}
#specialInstrcutionsBox p{
	font-weight:bold;
	font-size:18px;
	padding: 3px;
	margin:0px;
}
#specialInstrcutionsButton {
	margin-top: 10px;
}
#specialInstrcutions {
	resize:vertical;
	width: 99%;
	margin-bottom: 10px;
	height: 100px;
	border: 1px solid #4A2745;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
	font-family: Arial,Helvetica,sans-serif;
}
.invoice td {
	padding: 5px;
	
}
.invoice .title {
	font-weight:bold;
}
.invoice .main td {
	border-bottom: 1px solid #000;
}
.invoice .terms {
	font-size:12px;
}
.invoice .totals {
	font-weight: bold;
}
.invoice .totals .prices {
	text-align:right;
}
.addressBox, .POBox {
	border: 1px solid #BBD034;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
}
.POBox {
	margin-top: 10px;
}
.addressBox .header, .POBox .header {
	font-weight:bold;
}
#newAddressBox {
	text-align:right;
}
#newAddressBox input, #newAddressBox textarea{
	width: 200px;
	text-align:left;
	border: 1px solid #4A2745;
    border-radius: 5px;
	margin-bottom: 3px;
}
#PONumber {
	border: 1px solid #4A2745;
    border-radius: 5px;
	padding:2px;
	width: 200px;
	float:right;
}
#newAddressBox input[type="button"] {
	width: auto;
}
#bottom {
	clear: both;
}
#uploadList {
	width: 400px;
	margin-right: 20px;
}
#uploadList li{
	list-style: none;
	width: 325px;
	overflow: hidden;
	padding-right: 25px;
	border-bottom: 1px solid #C0CE3C;
	padding:2px;
}
.fileInput {
	width:220px;
}

.completeBarHolder {
	border: 1px solid #BBD034;
	border-radius: 5px 5px 5px 5px;
	width: 400px;
	margin-bottom: 10px;
}
#completeBar {
	background-image: url(../images/bar.gif);
	border-radius: 5px 5px 5px 5px;
	height: 15px;
}
#currentFileName {
	width: 400px;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	font-style:italic;
}
.currentlyUploading {
	background-image: url(../images/working.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}

.finishedUploading {
	background-image: url(../images/done.gif);
	background-repeat: no-repeat;
	background-position: right center;

}

.header {
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	background-color:#C0CE3C;
	padding: 5px;
	margin-bottom: 5px;
}
	
#artworkUpload label {
	width: 80px;
}

#payment label {
	width: 170px;
}
#payment input[type="text"], #payment select {
	width: 170px;
	display:inline-block;
	margin:5px;
	background-color: #FFFFFF;
    border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	padding:2px;
}

#payment select {
	padding: 4px;
}

.cvvBox {
	float:right;
	padding: 10px;
	margin-right: 170px;
}

.nextBox {
	width: 100%;
	clear:both;
	text-align:right;
}

.nextBox button {
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	background-color:#4A2745;
	color:#D8E29B;
	padding: 10px;
	width:80px;
	border: none;
	cursor:pointer;
}

#paymentErrorMessage {
	background-color:#F44;
	border: 1px solid #F00;
	border-radius: 5px 5px 5px 5px;
	padding:5px 10px;
	color:#FFFFFF;
}

#uploadHolder {
	width: 400px;
}
/*custom upload elements*/
.customfile-input { position: absolute; height: 100px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }

.customfile { 
	width: 200px;
	height: 50px;
	position: relative;
	margin-bottom:3px;
	text-align:center;
	overflow: hidden;
	padding-top:12px;
	margin-left:100px;
}
.customfile-disabled {
	opacity: .5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: default;
}
.customfile-feedback {
	display: block;
	margin: 1px 1px 1px 5px;
	font-size: 1.2em;

	font-style: italic;
	padding: .3em .6em;
	display:none;
}
.customfile-feedback-populated {
	display:none;
	font-style: normal;
	font-weight: bold;
	padding-left: 20px;
}
.customfile-button {
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	background-color:#4A2745;
	color:#D8E29B;
	padding: 10px;
	border: none;
	cursor:pointer;
}
.customfile-button:hover {
	background-color:#6E496A;
}

#paymentComplete, #paymentAlready, .paymentAlready {
	background-image: url(../images/paid.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#paymentComplete .notice, #paymentAlready .notice {
	margin-bottom:20px;
	font-weight:bold;
	
}
button:hover, .ui-state-hovered {
	background-color:#6E496A;
}

#noArtworkTick {
	float:left;
	padding-top: 10px;
}
#selectPaymentMethod {
	text-align:center;
}

.tableHeaderLeft {
	text-align:left;
}

.checkout_item td { border-bottom: 1px solid #D1D1D1; padding-bottom:3px;}

.categoryBody {padding-bottom: 10px;}

#trustwaveSealImage {
	padding-bottom: 5px;
}

.questionPageCover {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #0005;
    z-index: 3500;
	display: flex; 
	justify-content: center; 
	align-items: center;
}
#questionNotice {
	position: fixed;
	overflow: auto;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
    z-index: 4000;
	text-align: center;
}
.questionNoticeButton {
    background-color: #660099;
    border: medium none !important;
    border-radius: 5px !important;
    color: #fff;
    cursor: pointer !important;
    display: inline-block;
    font-weight: bold !important;
    line-height: 20px;
    padding: 2px 7px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 12px !important;
	margin: 10px 10px 0;
}