html.admin {
	padding-top: 64px;
}

html > body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	
}
.notice {
	font-size: 12px;
	color: #ff8200;
}
ul#steps-guide {
	list-style: none;
	margin: 17px 0px 15px 0px;
	background: url("/images/arrow_down.gif") no-repeat 56px 0px;
	padding: 0px;
	padding-top: 25px;
	position: absolute;
	top: 40px;
	right: 10px;
}


ul#steps-guide li {
	display: inline;
	color: #c1c1c1;
	font-size: 18px;
	font-family: Arial;
	margin-left: 42px;
}

ul#steps-guide li.first {
	margin-left: 0;
}

ul#steps-guide li:hover {
	cursor: pointer;
}

ul#steps-guide li a {
	text-decoration: none;
	color: #c1c1c1;
}

ul#steps-guide li:hover a {

}

form {

}
p.border {
	border: 1px solid #b3b3b3;
	margin: 10px 0;
	padding: 5px;
	position: relative;
/*	z-index: 100;*/
}
form p {
	padding: 5px;
}

fieldset p {
	padding: 2px 0;
}
div#proof-and-crop-tool {
	clear: both;
	/*margin-top: 10px;
	margin-bottom: 60px;*/
}
div.notice {
  color: green;
  font-size: 14px;
  font-weight: bold;
}
div.error {
  color: red;
  font-size: 14px;
  font-weight: bold;
}
div#finishing-type-selector {
	border: 1px solid #b3b3b3;
	height: 180px;
	margin: 10px 0 10px 0;
}

div.inner-popup div.content {
	background: url("/images/popup/decor.gif") no-repeat top right #eaf7fb;
}

div.inner-popup.login div.content {
	background: #fff;
}

div.inner-popup.login .f-options {
	width: auto;
}

.ui-window div.n, .ui-window div.ne, .ui-window div.nw {
	background-image: url("/images/popup/corners_top.png");
/*	background: transparent url("/images/popup/corners_top.png") no-repeat scroll 0 -12px;*/
}

.ui-window.predefined-jobs div.n, .ui-window.predefined-jobs div.ne, .ui-window.predefined-jobs div.nw {
	background-image: url("/prototype_ui/themes/window/alphacube/corners_top.gif");
}

div.inner-popup div.s, div.inner-popup div.se, div.inner-popup div.sw {
	background-image: url("/images/popup/corners_bottom.png");
}

.f-options.predefined-jobs {
	width: auto;
	margin: 0;
}

.f-options {
	width: 100%; /* was  650px; and before that was 920 */
	height: 100%;
	margin: 0 auto;
	overflow-y: hidden;
	overflow-x: auto;
}

.f-options-inner {
	overflow: visible;
}

.f-options-settings {
  clear: both;
  padding: 18px;
}

.finishing-option {
	cursor: pointer;
	width: 120px;
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 17px 3px 5px 3px;
	float: left;
}
.finishing-option:hover {
	background: url("/images/popup/job_spec_bg.gif") no-repeat top center;
}
.finishing-option-selected {
	background: #ccc;
	border: 1px solid #ff8200;
}
.finishing-option-name {
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}
.finishing-option-icon {
	text-align: center;
}

div#container {
/*	width: 850px;*/
	overflow: hidden;
	position: relative;
}
div#content {
	float: left;
	padding-top: 6px;
}
div#right-bar {
	position: absolute;
	top: 140px;
	right: 20px;
	width: 201px;
	padding: 10px;
/*	margin-right: 15px;*/
	background: url("/images/right_bar_bg.jpg") no-repeat top center #c3e8f4;
}
div#ajax-activity {
  position: absolute;
  top: 160px;
  right: 230px;
  padding: 10px;
  width: 32px;
  height: 32px;
  background: url("/images/ajax-loader.gif") no-repeat top center;
}
#job_shipping_method_id {
	width: 200px;
}
div#right-bar select {
	width: 200px;
}


/* Job Conflicts */
.conflicted {
  background: #CCC !important;
  opacity: 0.7;
  cursor: pointer;
}





/* Job Specs Management */
div#new-predefined-job p {
	border: none;
	position: relative; 
	z-index: 1000;
}
div#new-predefined-job {
	width: 480px;
	background-color: #e6e6e6;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
}
a#add-predefined-job-link {
	color: #ff8200;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 5px 5px 10px;
}
div#predefined-jobs {
	height: 325px;
	overflow: hidden;
	overflow-y: auto;
}
.predefined-job-item {
	float: left;
	margin: 5px;
	padding: 15px 5px 17px;
	width: 120px;
	cursor: pointer;
	font-size: 15px;
}

.custom-job-item {
	float: right;
	margin: 15px 5px 5px 15px;
	padding: 5px;
	cursor: pointer;
	width: 120px;
	height: 90px;
	font-size: 15px;
}


#predefined-job-item-7, #predefined-job-item-13, #predefined-job-item-19, #predefined-job-item-25 {
  /*clear: left;*/
}

.predefined-job-item:hover {
	background: url("/images/popup/job_spec_bg.gif") no-repeat top center;
}

.custom-job-item:hover {
	background: url("/images/popup/CustomJob_Background.png") no-repeat top center;
}

.predefined-job-icon {
	height: 81px;
	text-align: center;
}

.custom-job-icon {
	text-align: center;
}
.predefined-job-icon img {

}
.predefined-job-name {
	color: #000000;
	padding-left: 13px;
	line-height: 1.1em;
}

.predefined-job-name span.name {
/*	padding-left: 4px;*/
}

.predefined-job-name span.name, .predefined-job-name span.dimensions {
	display: block;
/*	margin-left: -4px;*/
}

.predefined-job-name span.dimensions {
	margin: 5px 0;
}

.predefined-job-name span.dimensions span {
	color: #8c8c8c;
	padding: 0 4px;
	font-size: 11px;
}

.predefined-job-item:hover .predefined-job-name span.dimensions span{
	background-color: #a2cbcd;
	color: #fff;
}

.predefined-job-actions {
	font-size: 8px;
	padding-left: 13px;
}
.predefined-job-actions a, .predefined-job-actions a:active, .predefined-job-actions a:visited {
/*	color: #0000ff;*/
}
/* Paper manaement */
div#new-paper p {
	border: none;
}
div#new-paper {
	width: 580px;
	background-color: #e6e6e6;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
}
a#add-paper-link {
	color: #ff8200;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 5px 5px 10px;
}
div#papers {
	height:425px;
	overflow-y:auto;
}
.paper-item {
	clear: left;
	padding: 10px 22px 15px;
	cursor: pointer;
	overflow: hidden;
	color: #333;
	background: url("/images/popup/dashed.gif") repeat-x bottom left;
}
.paper-item:hover {
	background-color: #E5F3FB;
}
.paper-item.greyed {
  background: #CCC;
  opacity: 0.8;
}

.paper-short-desc {
	position: relative;
	float: left;
	width: 25%;
}

.paper-short-desc .name {
	font-weight: bold;
	font-size: 15px;
}
.paper-short-desc .pale {
	display: block;
	color: #8c8c8c;
	margin: 5px 0;
}


  .paper-short-desc .paper_weight {
	font-size: 15px;
}

.paper-short-desc .paper_weight.matched {
	font-weight: bold;
	font-size: 15px;
}

.paper-short-desc .paper_coating {
	display: block;
	font-size: 15px;
	margin-top: 5px;
}

.paper-short-desc .paper_coating.matched {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
}


.paper-item .description {
	width: 53%;
	float: left;
	line-height: 120%;
	text-align: justify;
	padding-right: 2%
}

.paper-item .description-list {
	float: left;
	width: 20%;
}

.paper-item .description-list li {
	background: url("/images/popup/bullet.gif") no-repeat 0 50%;
	padding-left: 11px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.paper-name {
	position: relative;
	float: left;
	color: #000000;
	width: 180px;
}
.paper-description {
	position: relative;
	float: left;
	color: #000000;
	width: 180px;
}
.paper-actions a, .paper-actions a:active, .paper-actions a:visited {
	font-size: 10px;
	color: #0000ff;
}
.pale {
	color: #4c4c4c;
}
/* Job list */
table#job-list {
	margin: 0;
/*	width: 99%;*/
}

table#job-list tr {
	background: url("/images/tr_bg.gif") repeat-x bottom left #ceecf6;
}

table#job-list tr.even, table#job-list tr.summary-row {
	background-color: #b8e4f2;
}
table#job-list tr.summary-row {
	background-image: none;
}

table#job-list tbody tr.total {
	background-image: url("/images/tr_last_bg.gif");
}


table#job-list tr th {
	background-color: #fff;
	font-weight: normal;
	font-size: 11px;
	color: #b7b7b7;
	padding: 5px 10px 5px;
}
table#job-list tr td {
	font-size: 13px;
	color: #000;
	padding: 10px;
}

table#job-list tr td.image {
	width: 46px;
}
table#job-list tr td.image div.finishing-overlay {
  margin: -50px -10px 0px 50px;
  opacity:0.8;
  filter:alpha(opacity=80);
}

table#job-list td tr, table#job-list td td {
	background: none;
}

table#job-list tr.supplementary {
  
}
table#job-list tr.supplementary td, job-status {
  font-size: 0.9em;
  color: #666;
  padding-top: 0.2em;
  padding-bottom: 0.4em;
}

table#job-list tr.summary-row td {
	padding: 0;
}

table#job-list tr.summary-row td table {
	margin-right: 10px;
}

table#job-list tr.summary-row td td {
	padding: 8px;
}

table#job-list tr.summary-row #current-coupon {
  padding-right: 15px;
}

table#job-list td.name span.type {
  font-size: 0.9em;
  display: block;
}
table#job-list td.name span.paper {
  font-size: 0.9em;
  display: block;
}
table#job-list td.name span.edit {
  font-size: 0.9em;
  padding-left: 2em;
}
table#job-list td.name span.waiting-on-pages {
  font-size: 0.9em;
  color: #900;
  display: block;
  font-style: italic;
}

td.total-cell {
/*	font-weight: bold;*/
	color: #820e00;
}
table#job-list td.total-cell.left {
	width: 31px;
}
table#job-list td.total-cell.left {
	width: 132px;
}

table#job-list .total td.total-cell.left {
	background: url("/images/total_cell_left.gif") no-repeat 0px 0px;
}
table#job-list .total td.total-cell.right {
	background: url("/images/total_cell_middle.gif") repeat-x 0px 0px;
	padding: 0;
}
table#job-list .total td.total-cell.right span {
	display: block;
	padding: 10px;
	background: url("/images/total_cell_right.gif") no-repeat 100% 0px;
	font-weight: bold;
}



/* Customer addresses */
div#new-address p {
	border: none;
}
div#new-address {
	width: 580px;
	background-color: #e6e6e6;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
}
a#add-address-link {
	color: #ff8200;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 5px 5px 10px;
}
div#customer-addresses {
	width: 580px;	
}
.customer-address-item {
	clear: left;
	border: 1px solid #000000;
	margin: 5px;
	padding: 5px;
	background-color: #e6e6e6;
	cursor: pointer;
}
.customer-address-item:hover {
	background-color: #ff8200;
}
.customer-address-title {
	position: relative;
	float: left;
	width: 120px;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.customer-address-details {
	position: relative;
	float: left;
	width: 370px;
}
.customer-address-name {
	color: #000000;
	font-weight: bold;
}
.customer-address-info {
	position: relative;
	float: left;
	width: 100px;
	color: #4c4c4c;
}
.customer-address-phones {	
	position: relative;
	float: left;
	width: 100px;
	color: #4c4c4c;
	margin-left: 40px;
}
.customer-address-actions {
	position: relative;
	float: left;
	width: 60px;
	font-weight: bold;
}
.customer-address-actions a, .customer-address-actions a:active, .customer-address-actions a:visited {
	font-size: 8px;
	color: #0000ff;
}
/* order page */
.block-title {
/*	background-color: #000d80;*/
/*	color: #FFFFFF;*/
	font-weight: bold;
/*	font-size: 12px;*/
	padding: 5px;
	position: relative;
}

.block-title span.additional {
	position: absolute;
	top: 2em;
	right: 5px;
	font-weight: normal;
	font-size: 10px;
}

div#order-first-row {	
/*	height: 200px;*/
	clear: both;
}
div#job-list-container {
	position: relative;
	width: 680px;
	float: left;
	margin: 0px 0 5px;
	margin-left: 0px;
	padding-top: 13px;
	background: url("/images/order_top.gif") no-repeat top left;
}

div#job-list-container #add-another-job-button {
  float: right;
  margin-top: -5px;
}
div#job-list-container #abandon-order-button {
  float: right;
  margin-top: -5px;
  padding-right: 10px;
}

div#job-list-container div.block-title {
	background-color: #b8e4f2;
	padding: 13px;
	font-size: 18px;
	color: #20414b;
	font-weight: normal;
}

div#order-date-container {
	position: relative;
	float: right;
	width: 227px;
	margin: 13px 0 0;
	background: url("/images/cal_left_bg.gif") repeat-y #f7ea90;
}

div#order-date-container p#cancelled-label {
  background-color: #C00;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin: 10px;
  padding: 10px;
}

div#order-date-container div.block-title {
	padding: 14px;
	background: url("/images/cal_top_bg.gif") no-repeat;
	font-size: 18px;
	font-weight: normal;
}

div#order-date-container div.inner {
	padding: 14px;
	padding-top: 0;
	padding-bottom: 60px;
	background: url("/images/cal_bottom_bg.gif") no-repeat bottom left;
}

div#order-date-container div.inner p {
  padding-bottom: 0.6em;
  padding-left: 0;
  padding-right: 0;
}

div#order-second-row {
/*	height: 270px;*/
	clear: both;
	padding-top: 20px;
	overflow: hidden;
}

div#order-third-row {
  clear: both;
  padding-top: 20px;
  overflow: hidden;
}

.order-by-block {
	float:right; 
	margin-top:-8px; 
	font-size:10px; 
	line-height:18px
}

div.gmap {
	margin: 5px;
	padding: 5px;
	background-color: #fff;
	overflow: hidden;
}

div#order-second-row .block {
	background: url("/images/checkout_block_bg.gif") no-repeat top left #ededed;
	width: 282px;
	float: left;
	color: #000;
	font-size: 13px;
	margin-right: 24px;
}
div#order-third-row .block {
	background: url("/images/checkout_block_bg.gif") no-repeat top left #ededed;
	color: #000;
	font-size: 13px;
	margin-right: 24px;
}

div#order-second-row .block .block-title,
div#order-third-row .block .block-title {
	font-size: 18px;
	padding: 13px;
	font-weight: normal;
}

div#order-second-row .block .block-title span.additional, div#order-second-row .block .block-title input,
div#order-third-row .block .block-title span.additional, div#order-third-row .block .block-title input {
	font-size: 10px;
	color: #767676;
	font-family: Tahoma;
}

div#order-second-row .block .block-title .button,
div#order-third-row .block .block-title .button {
	display: block;
	position: relative;
	left: -1px;
	margin-top: 3px;
}

div#order-second-row .block .block-title span.additional label,
div#order-third-row .block .block-title span.additional label {
	position: relative;
	top: -3px;
	margin-left: 5px;
}

div#payment-container {
	position: relative;
	margin-left: 15px;
}
div#billing-address-container {
	position: relative;
}
div#order-second-row div#shipping-address-container {
	position: relative;
	margin-right: 0;
}

div#order-second-row .block select {
	width: 169px;
	color: #000080; 
}

div#order-second-row .block div.button {
	text-align: center;
	padding: 10px;
}

div#order-transactions-container table {
  width: 100%;
  border: 0;
  margin: 10px;
  background-color: #FFFFFF;
}
div#order-transactions-container table td {
  padding: 4px;
}

div.checkout-button {
	text-align: center;
	padding-top: 110px;
	margin-top: -100px;
    background: url("/images/checkout_decor.gif") no-repeat scroll left bottom;
}

div.confirmation-buttons {
	padding: 40px 75px;
	margin: 0 17px;
	background: url("/images/confirmation_decor.gif") no-repeat center center;
	text-align: center;
	position: relative;
	clear: both;
}

div.confirmation-buttons .back {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -19px;
}

div#order-second-row .block input.text {
	width: 161px;
	color: #0000B0;
	position: relative;
	border: none;
	padding: 8px 4px 7px;
	background: url("/images/checkout_input_bg.gif") no-repeat;
}
div#order-second-row .block input.text.narrow {
	width: 38px;
	background: url("/images/checkout_input_narrow_bg.gif") no-repeat;
}

div#order-second-row .block select.narrow {
	width: 78px;
}

#order_shipping_method_id {
	width: 200px;
}
#billing-info-table {
	margin: 0 10px 10px;
	font-size: 9px;
	width: 100%;
}

#billing-info-table td {
	padding: 3px;
}

div#image-library-items ul {
  list-style-type: none;
}
div#upload-buttons-container {
  clear: both;
}

#fsUploadProgress {

}
div#image-library-items .selected {
  background-color: #55a7f6;
}
div#image-library-items .imglib-item a {
/*	display: block;*/
	color: #ffffff;
}
div#generate {
  display: block;
}
div#generate a.generate {
  padding: 5px;
  background-color: #94a8ae;
  border: 1px solid #34787e;
}
div#pages-list {
  height: 0px;
	overflow: auto;
}
div#pages-list .pages-list-item {
	float: left;
	display: inline;
  width: 100px;
  height: 100px;
	border: 1px solid #000000;	
	text-align: center;
	margin: 5px;
	padding: 3px;
	background-color: #aaaaaa;
  cursor: pointer;
}
div#pages-list .selected {
  background-color: #dddddd;
}
div#pages-list .pages-list-item img {
/*  width: 100px;*/
/*  height: 100px;*/
}
table {
/*	background-color: #fff;*/
}

#shipping_address_status {
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #EDE1E4;
}

table.order-address-table {
	margin: 0 auto 5px;
	width: 271px;
	background-color: #fff;
}

table.order-address-table tr.border {
	border-bottom: 1px solid #dbdbdb;
}

table.order-address-table td {
	padding: 6px 9px;
	vertical-align: middle;
}

table.order-address-table td .tip {
	color: #b0b0b0;
}

ul.payment-tabs {
	overflow: hidden;
	margin-left: 6px;
	text-align: center;
	cursor: pointer;
}

ul.payment-tabs li {
	float: left;
	padding: 8px;
	background-color: #9fa1a2;
	color: #fff;
}

ul.payment-tabs li.active {
	color: #333;
	background-color: #fff;
}

ul.payment-tabs li span {
	border-bottom: 1px dashed #c2c4c4;
}

ul.payment-tabs li.active span {
	border-bottom: none;
}

/** Address & Payment Profile Selectors **/
#select_billing_address_button, #select_shipping_address_button, #select_payment_profile_button {
  cursor: pointer; 
}


div.ui-window div#payment-profiles {
	height: 425px;
	overflow-y: auto;
}
div.ui-window div#payment-profiles .payment-profile {
	clear: left;
	padding: 10px 22px 15px;
	cursor: pointer;
	overflow: hidden;
	color: #333;
	background: url("/images/popup/dashed.gif") repeat-x bottom left;
}
div.ui-window div#payment-profiles .payment-profile {
  padding: 10px;
  cursor: hand;
}
div.ui-window div#payment-profiles .payment-profile:hover {
	background-color: #E5F3FB;
}


div.ui-window div#addresses {
	height: 425px;
	overflow-y: auto;
}
div.ui-window div#addresses .payment-profile {
	clear: left;
	padding: 10px 22px 15px;
	cursor: pointer;
	overflow: hidden;
	color: #333;
	background: url("/images/popup/dashed.gif") repeat-x bottom left;
}
div.ui-window div#addresses .address {
  padding: 10px;
  cursor: pointer;
}
div.ui-window div#addresses .address:hover {
	background-color: #E5F3FB;
}


#order-first-row div#jobs-list {
/*	padding: 0 5px;*/
}

div#upload-variants {
  padding: 20px;
}

div#upload-description {
  padding: 20px;
}

div#variant-links {
  padding: 15px;
}

div#variant-links a {
  background-color: #33FF55;
  padding: 10px;
}

div#variant-links a:hover {
  background-color: #77FF99;
}

div#variant-links a.active {
  background-color: #99FF99;
}

a#add-to-library-link {
  background-color: #999999;
  margin: 10px;
  padding: 10px;
}

div#direct-upload-content {
/*  display: none;*/
}

div#url-upload-content {
/*  display: none;*/
}

div.active {
  display: block;
  visibility: visible;
}



table.pages {
	width: 100%;
}

table.pages th {
	font-weight: bold;
	font-size: 13px;
}

table.pages tr.even td.actions, table.pages tr.odd td.actions, table.pages tr .actions {
	width: 100px;
	text-align: center;
}

table.pages .actions a {
	text-decoration: none;
}

h1 {
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.column {
	float: left;
}

.column.triple {
	
}

div.column div.button {
/*	background-color: #ededed;*/
	padding: 15px 22px;
	width: 169px;
	margin-right: 13px;
	margin-left: 7px;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}

div.column div.button.finishing {
	margin-right: 0;
}

div.column div.button.job-type {
	background: url("/images/job_type.png") no-repeat top left;
	padding:11px 20px 12px 22px;
}

div.column div.button.paper-type {
	background: url("/images/paper_type.png") no-repeat top left;
	padding:11px 20px 10px 22px;
}

div.column div.button.finishing {
	background: url("/images/finishing.png") no-repeat top left;
	padding:11px 20px 10px 22px;
}


div.column div.button span.caption {
	font-size: 20px;
	color: #010101;
}

div.column div.button a.choose {
	color: #c62549;
	text-decoration: none;
	position: absolute;
	right: 15px;
	top: 13px;
	font-size: 12px;
}

div.column div.button span.selected {
	display: block;
	color: #707070;
	margin: 5px 0 0px;
}

div.column div.button a.ask {
	position: absolute;
	top: 14px;
	left: -7px;
}

div.image-library {
	background-color: #c3c3c3;
	padding: 10px;
	width: 645px;
	overflow: hidden;
	position: relative;
}

div.image-library div.library-inner {
	background-color: #fff;
	overflow: hidden;
	overflow-x: auto;
	padding: 5px;
}

div.image-library div.library-inner ul {
	margin-right: 75px;
	height: 90px;
}

div.image-library div.library-inner li {
	float: left;
	position: relative;
	width: 97px;
	height: 68px;
	text-align: center;
	padding: 10px 0 12px;
}

div.image-library div.library-inner li span.number {
	position: absolute;
	top: 12px;
	left: 8px;
	color: #858585;
}

div.image-library div.library-inner li:hover {
	background: url("/images/ilibrary_item_bg.gif") no-repeat;
}

div.image-library div.library-inner img.plus {
	display: block;
	top: 10px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

div.image-library div.library-inner li img.move {
	position: absolute;
	top: 9px;
	right: 10px;
}

div.image-library div.library-inner li img.delete {
	position: absolute;
	bottom: 9px;
	right: 10px;
	cursor: pointer;
}

div.image-library div.library-inner li img.hidden {
  display: none;
}

div.help {
	position: absolute;
	top: 25px;
	left: 289px;
	text-align: center;
}

div.help a.help {
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	color: #5a5a5a;
	border-bottom: 1px dashed #a4f2af;
	text-decoration: none;
}

div.help span.phone {
	display: block;
	margin: 0 0 5px;
}

div.proofncrop-header {
	border: 1px solid #ddd;
	border-bottom: none;
	background-color: #e8e8e8;
	padding: 13px 0px;
	font-size: 13px;
	color: #000;
}

div.proofncrop-header span.option {
	padding: 0 11px 0 14px;
	background: url("/images/grey_border.gif") no-repeat center left;
}

div.proofncrop-header span.option.first {
	background-image: none;
}

div.my-account {
	margin: -15px 80px 0 0px;
	padding: 47px 43px 20px 50px;
	float: right;
	font-size: 11px;
	color: #9f9f9f;
	background: url("/images/my_account.png") no-repeat;
}

div.my-account a {
	color: #9f9f9f;
}

div.login-wrapper {
	overflow: auto;
	background-color: #fff;
	width: 650px;
	height: 350px;
/*	height: 331px;*/
}

div.login-wrapper div.column {
	float: left;
	width: 305px;
	height: 250px;
	padding: 30px 0 0 20px;
}
div.login-wrapper div.column.skinny {
	width: 190px;
	padding: 30px 0 0 30px;
}

div.login-wrapper div.column h3 {
	font-size: 24px;
	line-height: 24px;
	margin-left: 70px;
	margin-bottom: 20px;
	color: #000;
}
div.login-wrapper div.column.skinny h3 {
	margin-left: 0px;
}

div.login-wrapper div.column h3 span.hint {
	display: block;
	font-size: 11px;
	color: #707070;
	margin-top: 5px;
}

div.login-wrapper div.row {
	overflow: hidden;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

div.login-wrapper div.row.button {
	margin-left: 70px;
	margin-top: 20px;
	padding: 0;
}
div.login-wrapper div.column.skinny div.row.button {
	margin-left: 0px;
}

div.login-wrapper div.row label {
	display: block;
	width: 70px;
	float: left;
	margin-top: 10px;
}

div.login-wrapper div.row input.text {
	color: #0000B0;
	position: relative;
	border: none;
	width: 192px;
	padding: 8px 4px 7px;
	background: url("/images/help_system/search_input_bg.gif") no-repeat;
}

div.login-wrapper div.row input.text.narrow {
	width: 80px;
	background-image: url("/images/small_input_bg2.gif");
}

div.login-wrapper a {
	color: #0299c7;
}

div.login-wrapper div.hint {
	margin-left: 70px;
	color: #707070;
	font-size: 11px;
	margin-top: 20px;
}

div.login-wrapper div.adv {
	float: left;
	width: 183px;
	margin-top: 55px;
	padding: 6px 19px;
	background-color: #fefa80;
}

div.login-wrapper div.adv li {
	padding: 10px 0;
	background: url("/images/dot2.gif") no-repeat 0px 14px;
	border-bottom: 1px solid #eae676;
	padding-left: 20px;
}

div.login-wrapper div.adv li.last {
	border-bottom: none;
}

/* Only show sticker when in pop-up mode: */
div.login-wrapper div.sticker {
  display: none;
}

div.inner-popup-wrapper div.login-wrapper div.sticker {
  display: block;
	position: absolute;
	background: url("/images/sticker.gif") no-repeat;
	top: 0px;
	right: 250px;
	width: 93px;
	height: 65px;
}

div#right-bar div.user-cart {
	padding: 13px 5px;
	text-align: left;
}

div#right-bar div.user-cart h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

div#right-bar div.user-cart input.text {
	color: #000080;
	position: relative;
	border: none;
	width: 186px;
	padding: 8px 4px 7px;
	background: url("/images/cart_input_bg.gif") no-repeat;
}

div#right-bar div.user-cart input.text.narrow {
	width: 32px;
	background-image: url("/images/cart_input_narrow_bg.gif");
	margin-right: 5px;
}

div#right-bar div.user-cart span.input {
	display: block;
	margin-bottom: 7px;
}

div#right-bar div.user-cart .summary {
	margin-top: 0px;
	position: relative;
}

div#right-bar div.user-cart .summary ul {
	padding-top: 10px;
	font-size: 11px;
}

div#right-bar div.user-cart .summary div.preview {
	position: absolute;
	top: 0px;
	right: -15px;
	background: url("/images/preview_bg.gif") no-repeat;
	width: 119px;
	height: 125px;
}

div#right-bar div.user-cart .summary div.preview img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -48px 0 0 -33px;
}

div#right-bar div.user-cart .summary .in-cart {
	color: #20414b;
	background-color: #d2eef6;
	border: 1px solid #c0e3ef;
	border-width: 1px 0;
	text-align: center;
	padding: 6px 0 7px;
	margin: 0 -14px;
	position: relative;
}

div#right-bar div.user-cart .summary .in-cart a{
	text-decoration: none;
}

div#right-bar div.user-cart .summary .in-cart span.text {
	font-size: 16px;
	border-bottom: 1px dashed #92afb8;
}

div#right-bar div.user-cart .summary .in-cart a.nav {
	display: block;
	position: absolute;
	top: 13px;
	font-family: Tahoma;
	color: #58bcdb;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 13px;
	width: 27px;
	text-align: center;
}

div#right-bar div.user-cart .summary .in-cart a.nav.prev {
	left: 15px;
	background-image: url("/images/prev.gif");
}

div#right-bar div.user-cart .summary .in-cart a.nav.next {
	right: 15px;
	background-image: url("/images/next.gif");
}

div#right-bar div.delivery {
	padding: 4px 0 0;
}

div#right-bar div.delivery h4 {
	font-size: 15px;
	color: #20414b;
}

table.calendar {
	margin-bottom: 10px;
}

table.calendar th {
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	color: #62747a;
	font-size: 9px;
	font-family: Tahoma;
}

table.calendar td {
	color: #333;
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	cursor: pointer;
}

table.calendar .past {
	color: #a0c4ce;
}

table.calendar .weekend {
	color: #999;
}

table.calendar .active {
	color: #c62549;
	background: url("/images/active_date.gif") no-repeat center center;
}

div#order-date-container table.calendar {
	margin-left: 20px;
}

div#right-bar div.summary div.pre-price {
	color: #c62549;
	font-size: 17px;
	font-weight: bold;
	width: 80px;
	position: absolute;
	bottom: 0;
	right: -5px;
}

div#right-bar div.summary div.counted {
	position: relative;
	margin-bottom: 10px;
}

div#right-bar table.overall {
	width: 100%;
	font-size: 15px;
	margin: 4px 0 ;
}

div#right-bar table.overall td {
	padding: 5px 0;
}

div#right-bar table.overall .price {
	width: 70px;
	text-align: right;
}

div#right-bar table.overall .price.total {
	color: #c62549;
	font-weight: bold;
}

div#right-bar table.overall tr.admin-row {
  -border: 1px solid #5B6E74;
  -background-color: #9CBBC6;
  font-size: 0.8em;
  margin-bottom: 0.3em;
}

div#right-bar table.overall tr.admin-row p {
  margin-bottom: 0;
  padding: 0;
}

div#right-bar table.overall tr.admin-row select {
  width: auto;
}
div#right-bar table.overall tr.admin-row input {
  width: auto;
  padding: 4px;
}

div#right-bar table.overall tr td span.note {
  font-size: 0.7em;
  line-height: 80%;
}

div#right-bar table.overall tr#customer-pricing-applied, 
div#right-bar table.overall tr#coupon-applied,
div#right-bar table.overall tr#have-a-code {
  font-size: 0.8em;
}
div#right-bar table.overall tr#have-a-code input.text {
  width: 120px;
}
div#right-bar table.overall tr#coupon-applied #coupon-display-note {
  padding: 10px;
  color: #333;
}

div#right-bar table.overall tr#instructions {
  font-size: 0.8em;
}


div.save-buttons {
	position: absolute;
	bottom: 8px;
	right: 10px;
	width: 521px;
}

div.save-buttons input.button {
	margin-left: 10px;
}

div.order-status {
	font-size: 16px;
	margin: 0 0 15px 15px;
}

div.order-status p {
	padding: 10px 25px;
	background: url("/images/arrow_left.png") no-repeat center left;
}

div.order-status.not-placed {
	color: #d90032;
	background-color: #efefef;
}

div.order-status.placed {
	color: #0d8600;
	background: url("/images/green_grad.gif") repeat-x bottom left #ddffb4;
}


.load-files-hint li {
	background: url("/images/popup/bullet.gif") no-repeat 0 50%;
	padding-left: 11px;
	margin-left: 10px;
	margin-bottom: 5px;
}