html, body {
  color: #a9a9a9; }

html, body, div, p, li, ul, h1, h2, h3, h4, h5, h6 {
  text-align: left; }

body {
  font-family: Helvetica, Arial, sans-serif; }

.clear {
  clear: both; }

#login-form {
  float: right; }

#login-form {
  width: 362px; }
  #login-form h2 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #6f6f6f; }
  #login-form #login_inner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 330px;
    background-color: #eeede9; }
    #login-form #login_inner #dealer_login {
      background-color: white;
      margin: 10px 10px 4px 10px;
      padding: 20px; }
      #login-form #login_inner #dealer_login p label {
        color: #78b2c8; }
      #login-form #login_inner #dealer_login p input {
        width: 230px; }
      #login-form #login_inner #dealer_login #login input {
        width: 90px;
        height: 25px;
        background: white url(/images/application/login.png) top left no-repeat;
        text-indent: -9999px; }
        #login-form #login_inner #dealer_login #login input:hover {
          background-position: left bottom; }
      #login-form #login_inner #dealer_login #forgotten, #login-form #login_inner #dealer_login #forgotten a {
        font-size: 12px;
        margin: 10px 0 0 0; }
    #login-form #login_inner #dealer_sign_up {
      display: inline-block;
      background-color: white;
      margin: 4px 10px 10px 10px;
      padding: 20px; }
      #login-form #login_inner #dealer_sign_up:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }
      #login-form #login_inner #dealer_sign_up {
        display: block; }
      #login-form #login_inner #dealer_sign_up a.sign_up_button {
        background: white url(/images/application/signup.png) top left no-repeat;
        float: left;
        width: 260px;
        height: 50px;
        text-indent: -9999px; }
        #login-form #login_inner #dealer_sign_up a.sign_up_button:hover {
          background-position: left bottom; }
      #login-form #login_inner #dealer_sign_up #not_a_dealer_tiny, #login-form #login_inner #dealer_sign_up #not_a_dealer_tiny a {
        font-size: 10px; }
  #login-form #not_a_dealer {
    float: left;
    margin-top: 20px;
    width: 330px;
    height: 70px;
    background: white url(/images/application/dealerlocator.png) top left no-repeat; }
    #login-form #not_a_dealer p {
      margin: 0;
      text-indent: -9999px; }

#login-form.login_form_standalone {
  float: left;
  width: auto; }
  #login-form.login_form_standalone #login_inner {
    float: left;
    width: auto;
    padding: 7px; }
    #login-form.login_form_standalone #login_inner #dealer_login {
      margin: 0 2px 0 0;
      float: left;
      width: 315px;
      height: 220px;
      _height: 270px; }
    #login-form.login_form_standalone #login_inner #dealer_sign_up {
      margin: 0 0 0 2px;
      height: 220px;
      _height: 270px;
      width: 320px;
      float: left; }
      #login-form.login_form_standalone #login_inner #dealer_sign_up h2, #login-form.login_form_standalone #login_inner #dealer_sign_up p {
        text-align: center; }
      #login-form.login_form_standalone #login_inner #dealer_sign_up h2 {
        margin-top: 40px;
        _margin-top: 80px; }
      #login-form.login_form_standalone #login_inner #dealer_sign_up p#sign_up, #login-form.login_form_standalone #login_inner #dealer_sign_up p#not_a_dealer_tiny {
        width: 260px;
        margin: 0 auto; }

#content_right_wrap {
  margin-right: 30px; }

#content_right_wrap #content_right {
  margin-right: 0; }

#account_bar p {
  margin-bottom: 0; }

#content_wide {
  margin-left: 30px;
  margin-right: 30px; }

#top_nav ul a {
  float: left; }

#roll_labels a {
  font-size: 16px;
  background-image: url(/images/navigation/rollstickerlink.png); }

#fastship_labels a {
  font-size: 16px;
  background-image: url(/images/navigation/fastshiplink.png); }

#laser_sheets a {
  font-size: 16px;
  background-image: url(/images/navigation/lasersheetlink.png); }

#mailing_labels a {
  font-size: 16px;
  background-image: url(/images/navigation/mailinglink.png); }

#specialty_labels a {
  font-size: 16px;
  background-image: url(/images/navigation/speciallink.png); }

td.order_actions {
  white-space: nowrap; }

a.order_details_button, a.reorder_button {
  width: 90px;
  height: 20px;
  padding: 0;
  float: left;
  text-indent: -9999px; }
  a.order_details_button:hover, a.reorder_button:hover {
    background-position: bottom; }

a.order_details_button {
  background-image: url(/images/profile/buttons/orderdetails.png); }

a.reorder_button {
  margin-left: 10px;
  background-image: url(/images/profile/buttons/reorder.png); }

.order_details a.reorder_button {
  float: right;
  margin-top: 5px; }

.product_box_wrap {
  background-color: #e1f0f7;
  width: 216px;
  float: left;
  margin: 0 40px 20px 0; }
  .product_box_wrap.last {
    margin-right: 0; }
  .product_box_wrap.first {
    clear: left; }
  .product_box_wrap:hover {
    background-color: #e9f5fb; }
  .product_box_wrap .product_box img {
    margin: 10px 8px 12px 8px; }
  .product_box_wrap .product_box p {
    margin-left: 8px;
    width: 200px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: white;
    text-align: center;
    min-height: 30px;
    margin-bottom: 10px; }
  .product_box_wrap .product_box p a {
    font-size: 14px; }

img.thankyou_image {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 5px;
  border: solid 3px #eeede9;
  margin-bottom: 40px; }

p.darkgrey {
  color: #6f6f6f; }

.productname {
  float: none;
  width: auto;
  height: auto; }

fieldset {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: 0 20px 10px 0;
  text-align: left; }

label, legend {
  color: #6f6f6f; }

div.field {
  margin-bottom: 5px;
  float: left;
  clear: left; }

form.designed_form input, form.designed_form textarea, .gform_body input, .gform_body textarea {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 5px 10px;
  background-color: #e1f0f7;
  border: solid 1px #e1f0f7; }
form.designed_form input.checkbox, .gform_body input.checkbox {
  background: none;
  border: none; }
form.designed_form p, .gform_body p {
  margin: 0 0 10px 0; }
form.designed_form input.button, .gform_body input.button {
  cursor: pointer;
  border-color: #78b2c8;
  background-color: #78b2c8;
  color: white; }
  form.designed_form input.button:hover, .gform_body input.button:hover {
    border-color: #4394b4;
    background-color: #4394b4; }

div#flash, #content_wide div#errorExplanation {
  margin: 0 27px 10px 27px; }

#content_right div#flash, div#errorExplanation {
  text-align: left;
  margin-left: 0;
  margin-right: 0; }

div#errorExplanation, .formError, .req {
  color: #b20a3a; }

div#errorExplanation {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  border: 4px solid #b20a3a; }
  div#errorExplanation ul {
    margin-left: 20px; }
    div#errorExplanation ul li {
      margin-bottom: 5px; }

div#flash div.errors, div#flash div.notice {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: bold;
  line-height: 22px; }
div#flash div.errors {
  border: 4px solid #b20a3a;
  background-color: #f3d9df;
  color: #b20a3a; }
div#flash div.notice {
  border: 2px solid #6ba2ba;
  background-color: #e1f0f7;
  color: #5aa3c4; }

div.my_profile fieldset label {
  float: left;
  width: 90px; }

div.dealer_signup .copy .big {
  font-size: 16px;
  font-weight: bold; }
div.dealer_signup p {
  margin: 10px 0;
  line-height: 20px; }
div.dealer_signup .dealer_copy {
  margin: 20px 0; }
div.dealer_signup ul.credentials {
  margin-left: 20px;
  width: 45%;
  float: left; }
  div.dealer_signup ul.credentials li {
    margin-bottom: 5px; }
div.dealer_signup .two_column {
  width: 357px;
  margin-right: 20px;
  float: left;
  clear: left; }
div.dealer_signup .two_column.last {
  margin-right: 0;
  clear: none; }
div.dealer_signup input.text {
  width: 335px; }
div.dealer_signup input.text.half {
  width: 151px;
  _width: 145px; }
div.dealer_signup input.zipcode {
  width: 100px; }
div.dealer_signup div.divider {
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 2px solid #e7e7de;
  margin: 20px 0; }

.my_profile .my_profile_nav {
  margin: 20px 0 0 0;
  padding-bottom: 15px;
  border-bottom: solid 3px #eeede9; }
  .my_profile .my_profile_nav a {
    float: left;
    margin-right: 15px;
    text-indent: -9999px;
    width: 170px;
    height: 35px; }
  .my_profile .my_profile_nav a:hover, .my_profile .my_profile_nav a.selected {
    background-position: bottom; }
  .my_profile .my_profile_nav a.my_account {
    background-image: url(/images/profile/buttons/myaccount.png); }
  .my_profile .my_profile_nav a.online_order_history {
    background-image: url(/images/profile/buttons/onlinehistory.png); }
  .my_profile .my_profile_nav a.order_tracking {
    background-image: url(/images/profile/buttons/completeordertracking.png); }
.my_profile .short_account_details {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 14px;
  color: #6f6f6f;
  border-bottom: solid 3px #eeede9; }
  .my_profile .short_account_details span {
    margin: 0 5px; }
.my_profile table.fancy_blue {
  margin-top: 7px; }
  .my_profile table.fancy_blue td {
    padding: 15px 0 15px 20px;
    font-size: 14px; }
.my_profile table.order_tracking {
  color: #6f6f6f; }
.my_profile table.order_tracking, .my_profile table.order_tracking a {
  font-size: 10px; }

table.order_tracking tr.odd td {
  background-color: #e8f8ff; }

table.data_table {
  font-size: 14px;
  width: 100%; }
  table.data_table thead th {
    background-color: #eeefea;
    color: #6f6f6f;
    padding: 15px 10px 10px 10px;
    font-weight: normal;
    border-bottom: solid 3px #eeede9; }
  table.data_table tr td {
    padding: 3px 10px; }
    table.data_table tr td.actions a {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-color: #b20a3a;
      color: white;
      padding: 1px 8px; }

table.fancy_blue {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  margin: 20px 0 20px 0;
  border: 5px #e1f0f7 solid;
  border-collapse: collapse; }
  table.fancy_blue td {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: white;
    padding: 35px 0 35px 35px;
    vertical-align: top;
    border: 5px solid #e1f0f7; }
    table.fancy_blue td h2 {
      color: #525252;
      font-weight: bold;
      font-size: 16px;
      line-height: 16px;
      margin: 0 0 20px;
      padding: 0; }
    table.fancy_blue td h3 {
      color: #6f6f6f;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      padding: 0;
      margin: 0; }
    table.fancy_blue td p {
      margin: 0;
      padding: 0;
      line-height: 18px; }
    table.fancy_blue td ul.line_item_details li {
      list-style: none;
      margin: 0;
      padding: 0;
      background: white;
      text-align: left;
      color: #6f6f6f;
      font-size: 13px;
      line-height: 18px;
      font-family: Verdana, Helvetica, Arial, sans-serif; }
      table.fancy_blue td ul.line_item_details li label {
        font-weight: bold; }

td.actions {
  white-space: nowrap; }

.lightTip {
  width: 342px; }
  .lightTip .content {
    width: 310px;
    padding: 10px;
    border: 6px solid #e2e2e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: white;
    color: #020202; }
  .lightTip .bottom {
    height: 14px;
    background: url(/images/application/notch-white.png) top center no-repeat; }

.darkTip {
  width: 342px; }
  .darkTip .content {
    width: 310px;
    padding: 10px;
    border: 6px solid #303030;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #505050;
    color: #f8f8f8; }
  .darkTip .bottom {
    height: 14px;
    background: url(/images/application/notch-dark.png) top center no-repeat; }

.ketchup-error-container {
  display: none;
  position: absolute;
  width: auto; }
  .ketchup-error-container ol {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #eeeeee;
    background: #b20a3a;
    padding: 10px;
    list-style: none;
    line-height: 16px;
    margin: 0; }
  .ketchup-error-container span {
    display: block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #b20a3a;
    border-bottom: 0;
    margin-left: 10px; }

#content_left #side_nav .subnav li {
  margin-bottom: 0;
  height: auto; }
  #content_left #side_nav .subnav li a {
    width: 160px;
    padding: 7px 0px 7px 30px;
    text-indent: 0;
    height: auto;
    background: white url(/images/navigation/subnav.png) 10px 9px no-repeat; }
    #content_left #side_nav .subnav li a:hover {
      background-position: 10px -34px; }

#application {
  width: 310px;
  padding: 4px 10px 10px;
  height: auto; }
  #application h3 {
    font-size: 16px;
    color: #6f6f6f;
    margin: 8px 0;
    padding: 0;
    float: none;
    text-indent: 0; }
  #application #item_options {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
    background-color: white; }
    #application #item_options #purchase_order {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #6ba2ba;
      background-color: #e1f0f7;
      padding: 7px 8px;
      margin: 0; }
      #application #item_options #purchase_order input {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: white;
        border: 0;
        width: 260px;
        padding: 5px; }

#product_options {
  display: inline-block; }
  #product_options:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html #product_options {
    height: 1px; }
  #product_options .product_option, #product_options .product_text, #product_options .max_option, #product_options #x_dimension, #product_options #y_dimension, #product_options .product_note {
    width: 135px;
    float: left;
    padding-top: 10px;
    margin-left: 10px;
    _margin-left: 5px; }
    #product_options .product_option label, #product_options .product_text label, #product_options .max_option label, #product_options #x_dimension label, #product_options #y_dimension label, #product_options .product_note label {
      float: left;
      font-size: 14px;
      color: #6f6f6f;
      width: 125px; }
      #product_options .product_option label.tooltip, #product_options .product_text label.tooltip, #product_options .max_option label.tooltip, #product_options #x_dimension label.tooltip, #product_options #y_dimension label.tooltip, #product_options .product_note label.tooltip {
        background: white url(/images/checkout/questionmark.png) right center no-repeat; }
      #product_options .product_option label.required, #product_options .product_text label.required, #product_options .max_option label.required, #product_options #x_dimension label.required, #product_options #y_dimension label.required, #product_options .product_note label.required {
        background: white url(/images/checkout/exclamationmark.png) right center no-repeat; }
  #product_options .normal select {
    width: 130px; }
  #product_options .wide {
    width: 280px; }
    #product_options .wide label {
      width: 270px; }
    #product_options .wide select {
      width: 275px; }
  #product_options .product_option, #product_options .max_option, #product_options .product_text, #product_options .product_note {
    height: 40px; }
  #product_options .product_note span {
    float: left;
    padding-top: 15px;
    color: #6f6f6f;
    font-size: 12px; }
  #product_options .product_text input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e1f0f7;
    padding: 3px 5px;
    border: 0;
    width: 120px; }
  #product_options #size_selection {
    float: left;
    height: 120px;
    width: 135px;
    margin-left: 10px; }
    #product_options #size_selection #x_dimension {
      float: left; }
    #product_options #size_selection #y_dimension {
      float: right; }
    #product_options #size_selection #x_dimension, #product_options #size_selection #y_dimension {
      width: 65px;
      margin: 0;
      padding-bottom: 20px; }
      #product_options #size_selection #x_dimension label, #product_options #size_selection #y_dimension label {
        float: left; }
      #product_options #size_selection #x_dimension input, #product_options #size_selection #y_dimension input {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 50px;
        height: 19px;
        padding: 3px;
        float: left;
        clear: left;
        border: 0;
        background-color: #e1f0f7; }
    #product_options #size_selection #show_area #square_inches {
      display: block;
      border-bottom: 3px solid #e1f0f7;
      text-align: center;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    #product_options #size_selection #show_area #item_area {
      display: block;
      text-align: center;
      font-size: 12px; }
  #product_options #image_selection {
    display: inline-block;
    clear: left;
    width: 270px;
    margin-left: 10px;
    padding-top: 10px;
    height: 85px; }
    #product_options #image_selection:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    #product_options #image_selection {
      display: block; }
    #product_options #image_selection.initial .image, #product_options #image_selection.initial .select_design {
      display: none; }
    #product_options #image_selection.initial .design_tag {
      width: 270px; }
      #product_options #image_selection.initial .design_tag a {
        width: 260px;
        height: 50px;
        margin: 20px auto;
        background: white url(/images/application/selectdesignformat.png) left top no-repeat; }
        #product_options #image_selection.initial .design_tag a:hover {
          background-position: left bottom; }
        #product_options #image_selection.initial .design_tag a span {
          text-indent: -9999px; }
    #product_options #image_selection .image {
      float: left;
      height: 100px;
      width: 130px;
      margin: 0;
      background-position: center center;
      background-repeat: no-repeat; }
    #product_options #image_selection .select_design, #product_options #image_selection .design_tag {
      float: right;
      width: 130px;
      height: 50px;
      margin: 0;
      text-align: center; }
    #product_options #image_selection .select_design {
      line-height: 17px;
      font-size: 10px; }
    #product_options #image_selection .design_tag {
      width: 120px; }
      #product_options #image_selection .design_tag a {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        float: left;
        width: 120px;
        height: 33px;
        padding: 0;
        margin-top: 10px; }
        #product_options #image_selection .design_tag a span {
          float: left;
          width: 120px;
          height: 33px;
          text-align: center; }

#spot_color, #four_color_process {
  clear: both; }

#print_info {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: white;
  padding: 15px; }
  #print_info p {
    display: inline-block;
    margin-bottom: 5px; }
    #print_info p:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    #print_info p {
      display: block; }
    #print_info p label {
      float: left; }
      #print_info p label input {
        width: auto; }
    #print_info p input {
      clear: left;
      float: left;
      height: 20px;
      width: 260px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-color: #e1f0f7;
      padding: 3px 5px;
      border: 0; }

#variable_imaging_code_type {
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  background-color: white;
  padding: 10px 6px 6px;
  margin: 0; }
  #variable_imaging_code_type ul {
    display: inline-block;
    padding: 0;
    margin: 0; }
    #variable_imaging_code_type ul:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    #variable_imaging_code_type ul {
      display: block; }
    #variable_imaging_code_type ul li {
      width: 95px;
      height: 130px;
      padding: 0;
      margin: 0 6px 0 0;
      list-style: none;
      float: left;
      position: relative; }
      #variable_imaging_code_type ul li.code2of5 {
        background-image: url(/images/application/code2of5.png); }
      #variable_imaging_code_type ul li.code3of9 {
        background-image: url(/images/application/code3of9.png); }
      #variable_imaging_code_type ul li.code128 {
        background-image: url(/images/application/code128.png);
        margin-right: 0; }
      #variable_imaging_code_type ul li label {
        float: left;
        width: 95px;
        height: 130px; }
        #variable_imaging_code_type ul li label input {
          position: absolute;
          top: 13px;
          left: 40px;
          padding: 0;
          margin: 0; }
        #variable_imaging_code_type ul li label span {
          float: left;
          text-indent: -9999px; }

#variable_imaging_numbering {
  display: inline-block;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background-color: white;
  padding: 10px;
  margin: 4px 0 0; }
  #variable_imaging_numbering:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #variable_imaging_numbering {
    display: block; }
  #variable_imaging_numbering p {
    width: 130px; }
    #variable_imaging_numbering p.beginning {
      float: left; }
    #variable_imaging_numbering p.ending {
      float: right; }
    #variable_imaging_numbering p input {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-color: #e1f0f7;
      padding: 3px 5px;
      border: 0;
      width: 120px; }

#hot_foil_stamped #instructions {
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  background-color: white;
  padding: 20px;
  margin: 0; }
#hot_foil_stamped #inks {
  display: inline-block;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background-color: white;
  margin-top: 5px;
  padding: 15px; }
  #hot_foil_stamped #inks:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #hot_foil_stamped #inks {
    display: block; }
  #hot_foil_stamped #inks .holo_info {
    float: left;
    width: 128px;
    height: 61px;
    margin-bottom: 15px;
    margin-right: 15px; }
    #hot_foil_stamped #inks .holo_info p {
      padding-top: 15px;
      font-size: 10px;
      text-align: center;
      color: #6f6f6f;
      line-height: 15px; }
  #hot_foil_stamped #inks .hfs {
    float: left;
    background-position: right top;
    background-repeat: no-repeat;
    width: 128px;
    height: 61px;
    margin-bottom: 15px;
    overflow: hidden; }
    #hot_foil_stamped #inks .hfs label {
      float: left;
      width: 128px;
      height: 61px; }
    #hot_foil_stamped #inks .hfs span.radio {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      position: relative;
      width: 28px;
      height: 28px;
      float: left;
      border: 1px solid #6ba2ba;
      background-color: #e1f0f7; }
      #hot_foil_stamped #inks .hfs span.radio input {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 8px;
        left: 8px; }
    #hot_foil_stamped #inks .hfs span.text {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: #eeede9;
      float: left;
      clear: left;
      width: 128px;
      text-align: center;
      margin-top: 7px;
      padding: 3px 0; }
  #hot_foil_stamped #inks #holographic {
    background-image: url(/images/application/hf_holographic.jpg);
    margin-right: 15px; }
  #hot_foil_stamped #inks #red_metallic {
    background-image: url(/images/application/hf_red.jpg); }
  #hot_foil_stamped #inks #silver {
    background-image: url(/images/application/hf_silver.jpg);
    margin-right: 15px; }
  #hot_foil_stamped #inks #blue_metallic {
    background-image: url(/images/application/hf_blue.jpg); }
  #hot_foil_stamped #inks #gold {
    background-image: url(/images/application/hf_gold.jpg);
    margin-right: 15px; }
  #hot_foil_stamped #inks #green_metallic {
    background-image: url(/images/application/hf_green.jpg); }
  #hot_foil_stamped #inks #black {
    background-image: url(/images/application/hf_black.jpg);
    margin-bottom: 0; }

#four_color_process {
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  background-color: white;
  height: 70px;
  background: white url(/images/application/cmyk.png) center center no-repeat;
  text-indent: -9999px; }

#p_add_spot_colors {
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background-color: white;
  padding: 15px 26px;
  margin: 5px 0; }
  #p_add_spot_colors a {
    display: block;
    width: 258px;
    height: 42px;
    background-color: white;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-indent: -9999px; }
    #p_add_spot_colors a#add_spot_colors {
      background-image: url(/images/application/addspot.png); }
    #p_add_spot_colors a#remove_spot_colors {
      background-image: url(/images/application/removespot.png); }
    #p_add_spot_colors a:hover {
      background-position: 0px -42px; }

#spot_color #spot_selection {
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  display: inline-block;
  background-color: white;
  margin: 0;
  float: none;
  width: auto;
  padding: 10px 10px 8px;
  white-space: nowrap;
  font-size: 8pt;
  color: black; }
  #spot_color #spot_selection:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #spot_color #spot_selection {
    display: block; }
  #spot_color #spot_selection #spot_instructions {
    float: left;
    margin-right: 5px;
    display: block;
    padding: 3px 0 3px;
    font-size: 10pt;
    font-family: Helvetica;
    color: #555555; }
  #spot_color #spot_selection #spot_count {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    background-color: #6ba2ba;
    color: white;
    padding: 3px 7px;
    font-family: Helvetica;
    font-size: 10pt;
    margin: 0 7px 0 20px; }
#spot_color #selected_colors {
  display: inline-block;
  background-color: white;
  margin: 5px 0;
  font-size: 8pt;
  min-height: 50px;
  padding: 10px; }
  #spot_color #selected_colors:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #spot_color #selected_colors {
    display: block; }
  #spot_color #selected_colors span {
    float: left;
    padding: 0 10px 0 12px;
    color: #6f6f6f;
    background: white url(/images/application/colorarrow.png) left center no-repeat;
    line-height: 16px; }
#spot_color #ink_prices {
  background-color: white;
  margin: 5px 0;
  font-size: 10pt;
  padding: 10px; }
#spot_color #inks {
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background-color: white;
  padding: 10px; }
  #spot_color #inks h2 {
    width: 290px;
    height: 32px;
    margin: 0 0 10px;
    background: white url(/images/application/dropdownblue.png) 0px 0px no-repeat;
    cursor: pointer; }
    #spot_color #inks h2 span {
      color: #6ba2ba;
      padding-left: 40px;
      line-height: 32px;
      font-size: 10px; }
    #spot_color #inks h2.hover {
      background-position: 0px -32px; }
    #spot_color #inks h2.active {
      background-position: 0px -64px; }
  #spot_color #inks ul {
    display: inline-block;
    padding: 0 12px 10px;
    list-style: none; }
    #spot_color #inks ul:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    #spot_color #inks ul {
      display: block; }
    #spot_color #inks ul .color {
      list-style: none;
      width: 43px;
      height: 25px;
      margin: 5px;
      float: left;
      text-indent: -9999px;
      position: relative;
      cursor: pointer; }
      #spot_color #inks ul .color .selected {
        position: absolute;
        top: 4px;
        left: 4px;
        bottom: 4px;
        right: 4px;
        background-color: #6ba2ba;
        border: 5px solid white; }
    #spot_color #inks ul #White {
      width: 41px;
      height: 23px;
      border: 1px solid #6f6f6f; }
      #spot_color #inks ul #White .selected {
        border: 4px solid #eeede9; }
  #spot_color #inks #custom_pantone {
    display: inline-block; }
    #spot_color #inks #custom_pantone:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    #spot_color #inks #custom_pantone {
      display: block; }
    #spot_color #inks #custom_pantone .pantone_number, #spot_color #inks #custom_pantone #add_pantone {
      width: 120px;
      margin: 12px;
      float: left; }
    #spot_color #inks #custom_pantone .pantone_number input, #spot_color #inks #custom_pantone #add_pantone a {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      float: left;
      height: 19px;
      width: 108px;
      padding: 3px 5px; }
    #spot_color #inks #custom_pantone div.pantone_number input {
      border: 1px solid #6ba2ba;
      background-color: white; }
    #spot_color #inks #custom_pantone div#add_pantone {
      clear: left; }
      #spot_color #inks #custom_pantone div#add_pantone a {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #78b2c8;
        color: white;
        text-align: center;
        border: 1px solid #78b2c8;
        line-height: 19px;
        font-family: Helvetica, Arial, sans-serif; }
        #spot_color #inks #custom_pantone div#add_pantone a:hover {
          background-color: #4394b4; }
        #spot_color #inks #custom_pantone div#add_pantone a:hover {
          border: 1px solid #4394b4; }

#addtocart {
  width: 118px;
  height: 44px;
  float: right;
  margin-top: 14px; }
  #addtocart a {
    border: 0;
    width: 105px;
    height: 44px;
    display: block;
    text-indent: -9999px;
    float: left;
    background-position: 0px 0px;
    background-image: url(/images/navigation/addtocart.png);
    text-decoration: none; }
    #addtocart a.hover {
      background-image: url(/images/navigation/addtocart.png);
      background-position: 0px 44px; }

#price span.small {
  position: relative;
  top: -3px;
  left: -4px;
  float: left;
  font-size: 10pt;
  line-height: 15px;
  text-align: center; }

#shipping_charges, #validation_notice {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 330px;
  background-color: #e1f0f7;
  margin-top: 30px;
  padding: 1px 0; }
  #shipping_charges:after, #validation_notice:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #shipping_charges, #validation_notice {
    display: block; }
  #shipping_charges p, #validation_notice p {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    margin: 9px 10px;
    padding: 10px;
    text-align: center;
    line-height: 20px; }

#validation_notice {
  background-color: #f3d9df; }
  #validation_notice p {
    text-align: left; }

#cart_header {
  display: inline-block;
  border-bottom: 1px solid #eeede9;
  height: 45px; }
  #cart_header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #cart_header {
    display: block; }
  #cart_header h1 {
    float: left;
    width: 472px;
    height: 28px;
    text-indent: -9999px; }
    #cart_header h1.step1 {
      background: #e1f0f7 url(/images/checkout/process1.png) left top no-repeat; }
    #cart_header h1.step2 {
      background: #e1f0f7 url(/images/checkout/process2.png) left top no-repeat; }
    #cart_header h1.step3 {
      background: #e1f0f7 url(/images/checkout/process3.png) left top no-repeat; }
    #cart_header h1.step4 {
      background: #e1f0f7 url(/images/checkout/processr.png) left top no-repeat; }
  #cart_header p a {
    float: right;
    margin-right: 35px; }

ul#cart input[type=text], #checkout input[type=text] {
  background-color: #e1f0f7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 5px;
  border: 0;
  height: 19px; }

ul#cart {
  float: left;
  padding: 0;
  width: 700px;
  list-style: none;
  margin-top: 20px; }
  ul#cart .job_header .custom_job input {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: white;
    padding: 3px 6px;
    height: 20px;
    width: 200px;
    border: 1px solid #6ba2ba;
    color: #6ba2ba; }

#content_right.my_profile .job_details h3, #content_right.my_profile .artwork_and_proofing h3, #content_right.my_profile .notes h3 {
  background: white;
  padding-left: 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #eeede9;
  margin-bottom: 10px; }
#content_right.my_profile .artwork_and_proofing {
  display: inline-block; }
  #content_right.my_profile .artwork_and_proofing:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #content_right.my_profile .artwork_and_proofing {
    display: block; }
  #content_right.my_profile .artwork_and_proofing .artwork_history, #content_right.my_profile .artwork_and_proofing .proof_history {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 200px;
    margin: 20px;
    padding: 16px 20px 20px;
    border: 2px solid #eeede9; }
    #content_right.my_profile .artwork_and_proofing .artwork_history h4, #content_right.my_profile .artwork_and_proofing .proof_history h4 {
      padding: 0;
      margin: 0; }
    #content_right.my_profile .artwork_and_proofing .artwork_history ul li, #content_right.my_profile .artwork_and_proofing .proof_history ul li {
      display: inline-block; }
      #content_right.my_profile .artwork_and_proofing .artwork_history ul li:after, #content_right.my_profile .artwork_and_proofing .proof_history ul li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }
      #content_right.my_profile .artwork_and_proofing .artwork_history ul li, #content_right.my_profile .artwork_and_proofing .proof_history ul li {
        display: block; }
      #content_right.my_profile .artwork_and_proofing .artwork_history ul li span, #content_right.my_profile .artwork_and_proofing .proof_history ul li span {
        float: left; }
        #content_right.my_profile .artwork_and_proofing .artwork_history ul li span.date, #content_right.my_profile .artwork_and_proofing .proof_history ul li span.date {
          clear: left;
          font-size: 10px;
          color: #6f6f6f; }
  #content_right.my_profile .artwork_and_proofing .approve, #content_right.my_profile .artwork_and_proofing .reject {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #78b2c8;
    color: white;
    text-align: center;
    padding: 2px 5px; }
    #content_right.my_profile .artwork_and_proofing .approve:hover, #content_right.my_profile .artwork_and_proofing .reject:hover {
      background-color: #4394b4; }
  #content_right.my_profile .artwork_and_proofing .typesetting h4, #content_right.my_profile .artwork_and_proofing .previous h4 {
    border-bottom: 1px solid #eeede9; }
  #content_right.my_profile .artwork_and_proofing .typesetting ol li p, #content_right.my_profile .artwork_and_proofing .previous ol li p {
    margin: 0;
    padding: 0; }
#content_right.my_profile .notes h3 {
  border-bottom: 0; }
#content_right.my_profile .notes ul {
  list-style: none;
  border-bottom: 2px solid #eeede9; }
  #content_right.my_profile .notes ul li {
    list-style: none;
    border-top: 1px solid #6ba2ba;
    margin: 0;
    padding: 5px 25px; }
    #content_right.my_profile .notes ul li p {
      color: #6f6f6f;
      margin: 0;
      padding: 0; }
      #content_right.my_profile .notes ul li p.references {
        text-align: right;
        font-size: 10px; }
      #content_right.my_profile .notes ul li p.created {
        font-weight: bold;
        font-size: 10px; }
    #content_right.my_profile .notes ul li.even {
      background-color: #eeede9; }
#content_right.my_profile .notes #add_note {
  display: inline-block;
  padding-top: 20px; }
  #content_right.my_profile .notes #add_note:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #content_right.my_profile .notes #add_note {
    display: block; }
  #content_right.my_profile .notes #add_note label {
    float: left; }
  #content_right.my_profile .notes #add_note textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e1f0f7;
    border: 0;
    height: 170px;
    width: 400px;
    float: left;
    clear: left;
    padding: 10px; }
  #content_right.my_profile .notes #add_note p {
    clear: left; }

li.job {
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  list-style: none;
  background-color: #e1f0f7;
  padding: 10px;
  margin-bottom: 20px; }
  li.job:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  li.job {
    display: block; }
  li.job.active .job_header .job_state {
    background-position: left bottom; }
  li.job .job_header {
    display: inline-block; }
    li.job .job_header:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    li.job .job_header {
      display: block; }
    li.job .job_header h2, li.job .job_header .custom_job, li.job .job_header .save_job, li.job .job_header .remove_item, li.job .job_header .edit_job, li.job .job_header .reorder {
      float: left; }
    li.job .job_header h2 {
      font-size: 18px;
      font-weight: bold;
      color: #525252;
      cursor: pointer;
      margin-right: 10px; }
    li.job .job_header .custom_job input {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-color: white;
      padding: 3px 6px;
      height: 20px;
      width: 200px;
      border: 1px solid #6ba2ba;
      color: #6ba2ba; }
    li.job .job_header .individual_custom_job {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      float: left;
      height: 20px;
      line-height: 20px;
      background-color: white;
      padding: 4px 7px;
      color: #6ba2ba; }
    li.job .job_header .save_job a, li.job .job_header .remove_item a, li.job .job_header .edit_job a, li.job .job_header .reorder a {
      display: block;
      width: 70px;
      height: 20px;
      text-indent: -9999px;
      margin: 4px 0 0 10px; }
      li.job .job_header .save_job a:hover, li.job .job_header .remove_item a:hover, li.job .job_header .edit_job a:hover, li.job .job_header .reorder a:hover {
        background-position: left bottom; }
    li.job .job_header .save_job a {
      width: 130px;
      margin-left: 0;
      margin-right: 17px; }
    li.job .job_header .remove_item a {
      background: white url(/images/checkout/remove.png) left top no-repeat; }
    li.job .job_header .edit_job a, li.job .job_header .reorder a, li.job .job_header .save_job a {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-color: #78b2c8;
      color: white;
      text-align: center;
      height: 20px;
      color: white;
      text-indent: 0;
      text-align: center;
      font-size: 12px;
      line-height: 20px; }
      li.job .job_header .edit_job a:hover, li.job .job_header .reorder a:hover, li.job .job_header .save_job a:hover {
        background-color: #4394b4; }
    li.job .job_header .save_job_question {
      background: url(/images/checkout/questionmark.png) left center no-repeat;
      width: 11px;
      height: 11px;
      float: left;
      margin: 9px 3px 0 5px; }
    li.job .job_header .job_state {
      cursor: pointer;
      float: right;
      width: 22px;
      height: 22px;
      margin: 3px 10px 0 0;
      background: #e1f0f7 url(/images/checkout/whitearrows.png) left top no-repeat; }
      li.job .job_header .job_state.active, li.job .job_header .job_state.hover {
        background-position: left bottom; }
  li.job .job_details, li.job .artwork_options, li.job .shipping_details, li.job .artwork_and_proofing, li.job .notes {
    display: inline-block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    clear: both;
    border: 1px solid #6ba2ba;
    background: white;
    margin-top: 15px;
    padding: 14px; }
    li.job .job_details:after, li.job .artwork_options:after, li.job .shipping_details:after, li.job .artwork_and_proofing:after, li.job .notes:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    li.job .job_details, li.job .artwork_options, li.job .shipping_details, li.job .artwork_and_proofing, li.job .notes {
      display: block; }
    li.job .job_details .artwork_history .file, li.job .artwork_options .artwork_history .file, li.job .shipping_details .artwork_history .file, li.job .artwork_and_proofing .artwork_history .file, li.job .notes .artwork_history .file {
      float: left;
      clear: left; }
    li.job .job_details .artwork_history a, li.job .artwork_options .artwork_history a, li.job .shipping_details .artwork_history a, li.job .artwork_and_proofing .artwork_history a, li.job .notes .artwork_history a {
      float: left; }
    li.job .job_details .artwork_history .file_delete, li.job .artwork_options .artwork_history .file_delete, li.job .shipping_details .artwork_history .file_delete, li.job .artwork_and_proofing .artwork_history .file_delete, li.job .notes .artwork_history .file_delete {
      text-indent: -9999px;
      background: url(/images/admin/icons/delete.gif) no-repeat;
      float: left;
      width: 10px;
      height: 10px;
      margin: 5px 5px 5px 10px; }
    li.job .job_details.expanable h3, li.job .artwork_options.expanable h3, li.job .shipping_details.expanable h3, li.job .artwork_and_proofing.expanable h3, li.job .notes.expanable h3 {
      cursor: pointer; }
    li.job .job_details h3, li.job .artwork_options h3, li.job .shipping_details h3, li.job .artwork_and_proofing h3, li.job .notes h3 {
      display: inline-block;
      padding-left: 33px;
      color: #525252;
      font-weight: bold; }
      li.job .job_details h3:after, li.job .artwork_options h3:after, li.job .shipping_details h3:after, li.job .artwork_and_proofing h3:after, li.job .notes h3:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }
      li.job .job_details h3, li.job .artwork_options h3, li.job .shipping_details h3, li.job .artwork_and_proofing h3, li.job .notes h3 {
        display: block; }
      li.job .job_details h3 span, li.job .artwork_options h3 span, li.job .shipping_details h3 span, li.job .artwork_and_proofing h3 span, li.job .notes h3 span {
        float: left; }
      li.job .job_details h3 span.active, li.job .artwork_options h3 span.active, li.job .shipping_details h3 span.active, li.job .artwork_and_proofing h3 span.active, li.job .notes h3 span.active {
        float: right;
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        background: white url(/images/checkout/bluearrows.png) right top no-repeat;
        padding-right: 24px;
        margin-top: 6px; }
      li.job .job_details h3.active span.active, li.job .artwork_options h3.active span.active, li.job .shipping_details h3.active span.active, li.job .artwork_and_proofing h3.active span.active, li.job .notes h3.active span.active {
        background-position: right -16px; }
  li.job .job_details h3 {
    background: white url(/images/checkout/number1.png) left 3px no-repeat; }
    li.job .job_details h3.active {
      padding-bottom: 30px;
      border-bottom: 2px solid #eeede9;
      margin-bottom: 10px; }
  li.job .job_details .product {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #6f6f6f; }
  li.job .job_details .details {
    float: left;
    margin-bottom: 20px;
    color: #6f6f6f;
    width: 300px;
      width-margin-left: 20px; }
    li.job .job_details .details ul {
      margin-left: 20px; }
      li.job .job_details .details ul li {
        list-style: none;
        font-size: 14px;
        line-height: 22px; }
        li.job .job_details .details ul li label {
          font-weight: bold; }
  li.job .job_details .added_info {
    float: right;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #6f6f6f; }
    li.job .job_details .added_info .proof {
      font-size: 14px;
      color: #6f6f6f; }
    li.job .job_details .added_info p {
      margin: 0;
      padding: 0; }
    li.job .job_details .added_info input {
      width: 294px; }
    li.job .job_details .added_info textarea {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-color: #e1f0f7;
      height: 100px;
      width: 290px;
      border: 0;
      padding: 5px; }
  li.job .artwork_options h3 {
    background: white url(/images/checkout/number2.png) left center no-repeat; }
  li.job .artwork_options .inner {
    display: inline-block; }
    li.job .artwork_options .inner:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    li.job .artwork_options .inner {
      display: block; }
    li.job .artwork_options .inner .selection_options {
      display: inline-block;
      border-bottom: 2px solid #eeede9;
      padding: 0 0 15px;
      margin: 10px 0 10px; }
      li.job .artwork_options .inner .selection_options:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }
      li.job .artwork_options .inner .selection_options {
        display: block; }
      li.job .artwork_options .inner .selection_options label {
        cursor: pointer;
        position: relative;
        float: left;
        width: 150px;
        height: 65px;
        margin-right: 16px; }
        li.job .artwork_options .inner .selection_options label input {
          position: absolute;
          top: 23px;
          left: 22px; }
        li.job .artwork_options .inner .selection_options label span {
          display: none; }
        li.job .artwork_options .inner .selection_options label.select_artwork {
          background-image: url(/images/checkout/artworkupload.png); }
        li.job .artwork_options .inner .selection_options label.select_typesetting {
          background-image: url(/images/checkout/typesetting.png); }
        li.job .artwork_options .inner .selection_options label.select_both {
          background-image: url(/images/checkout/typesettingartwork.png); }
        li.job .artwork_options .inner .selection_options label.select_existing {
          background-image: url(/images/checkout/existing.png);
          margin-right: 0; }
    li.job .artwork_options .inner .artwork {
      margin-bottom: 25px; }
      li.job .artwork_options .inner .artwork .artwork_upload {
        display: inline-block;
        position: relative;
        margin: 0; }
        li.job .artwork_options .inner .artwork .artwork_upload:after {
          content: " ";
          display: block;
          height: 0;
          clear: both;
          overflow: hidden;
          visibility: hidden; }
        li.job .artwork_options .inner .artwork .artwork_upload {
          display: block; }
        li.job .artwork_options .inner .artwork .artwork_upload object {
          float: left; }
        li.job .artwork_options .inner .artwork .artwork_upload input {
          width: 540px;
          padding: 3px;
          margin-left: 5px; }
        li.job .artwork_options .inner .artwork .artwork_upload .uploadifyQueue {
          clear: both;
          border: 0; }
          li.job .artwork_options .inner .artwork .artwork_upload .uploadifyQueue .uploadifyQueueItem {
            border: 0;
            width: 620px; }
            li.job .artwork_options .inner .artwork .artwork_upload .uploadifyQueue .uploadifyQueueItem .uploadifyProgressBar {
              height: 6px;
              background-color: #6ba2ba; }
    li.job .artwork_options .inner .typesetting ol.typesetting_list {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      margin-top: 15px;
      margin-left: 0;
      padding: 10px 10px 1px;
      background-color: #e1f0f7; }
      li.job .artwork_options .inner .typesetting ol.typesetting_list li {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 13px;
        background-color: white;
        list-style: none;
        margin-bottom: 9px; }
        li.job .artwork_options .inner .typesetting ol.typesetting_list li table {
          border-collapse: collapse; }
          li.job .artwork_options .inner .typesetting ol.typesetting_list li table tr, li.job .artwork_options .inner .typesetting ol.typesetting_list li table th, li.job .artwork_options .inner .typesetting ol.typesetting_list li table td {
            padding: 0;
            margin: 0; }
          li.job .artwork_options .inner .typesetting ol.typesetting_list li table th {
            padding-bottom: 8px;
            color: #6f6f6f;
            font-size: 14px; }
          li.job .artwork_options .inner .typesetting ol.typesetting_list li table td.text_cell {
            padding-bottom: 10px; }
            li.job .artwork_options .inner .typesetting ol.typesetting_list li table td.text_cell input {
              width: 593px; }
          li.job .artwork_options .inner .typesetting ol.typesetting_list li table td label {
            color: #6f6f6f;
            font-size: 12px;
            white-space: nowrap;
            float: left; }
          li.job .artwork_options .inner .typesetting ol.typesetting_list li table td select {
            float: left;
            clear: left; }
    li.job .artwork_options .inner .typesetting p.add_line {
      display: inline-block;
      padding-top: 10px; }
      li.job .artwork_options .inner .typesetting p.add_line:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden; }
      li.job .artwork_options .inner .typesetting p.add_line {
        display: block; }
      li.job .artwork_options .inner .typesetting p.add_line a {
        float: left;
        width: 135px;
        height: 30px;
        background: white url(/images/checkout/addaline.png) left top no-repeat;
        text-indent: -9999px; }
        li.job .artwork_options .inner .typesetting p.add_line a:hover {
          background-position: left bottom; }
      li.job .artwork_options .inner .typesetting p.add_line span {
        float: right;
        font-size: 12px; }
    li.job .artwork_options .inner .previous {
      position: relative; }
      li.job .artwork_options .inner .previous div {
        position: absolute;
        width: 300px;
        top: 0;
        right: 0; }
        li.job .artwork_options .inner .previous div p {
          margin: 0; }
        li.job .artwork_options .inner .previous div input {
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          width: 280px;
          height: 19px;
          padding: 3px;
          background-color: #e1f0f7;
          border: 0; }
      li.job .artwork_options .inner .previous p {
        width: 300px;
        margin-left: 20px;
        line-height: 19px; }
  li.job .shipping_details h3 {
    background: white url(/images/checkout/number3.png) left center no-repeat; }
  li.job .shipping_details .inner {
    display: inline-block; }
    li.job .shipping_details .inner:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    li.job .shipping_details .inner {
      display: block; }
    li.job .shipping_details .inner h4 {
      margin: 0; }
    li.job .shipping_details .inner .shipping_method {
      width: 130px;
      margin: 10px 20px 0 0; }
      li.job .shipping_details .inner .shipping_method span.double {
        width: 75px; }
    li.job .shipping_details .inner .shipping_type {
      width: 230px;
      margin: 10px 0 0 0; }
      li.job .shipping_details .inner .shipping_type span.double {
        width: 175px; }
    li.job .shipping_details .inner .shipping_method, li.job .shipping_details .inner .shipping_type {
      float: left;
      font-size: 11px; }
      li.job .shipping_details .inner .shipping_method strong, li.job .shipping_details .inner .shipping_type strong {
        font-weight: bold;
        font-size: 11px;
        font-family: Helvetica, Arial, sans-serif; }
      li.job .shipping_details .inner .shipping_method li, li.job .shipping_details .inner .shipping_type li {
        display: inline-block;
        padding-bottom: 10px;
        line-height: 45px; }
        li.job .shipping_details .inner .shipping_method li:after, li.job .shipping_details .inner .shipping_type li:after {
          content: " ";
          display: block;
          height: 0;
          clear: both;
          overflow: hidden;
          visibility: hidden; }
        li.job .shipping_details .inner .shipping_method li, li.job .shipping_details .inner .shipping_type li {
          display: block; }
        li.job .shipping_details .inner .shipping_method li label, li.job .shipping_details .inner .shipping_method li span, li.job .shipping_details .inner .shipping_type li label, li.job .shipping_details .inner .shipping_type li span {
          cursor: pointer; }
        li.job .shipping_details .inner .shipping_method li span.input, li.job .shipping_details .inner .shipping_type li span.input {
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          position: relative;
          float: left;
          height: 45px;
          width: 45px;
          background-color: #e7e6dd;
          margin-right: 7px; }
          li.job .shipping_details .inner .shipping_method li span.input input, li.job .shipping_details .inner .shipping_type li span.input input {
            position: absolute;
            top: 14px;
            left: 14px; }
        li.job .shipping_details .inner .shipping_method li span.double, li.job .shipping_details .inner .shipping_type li span.double {
          float: left;
          line-height: 22px; }
    li.job .shipping_details .inner .ship_to_info {
      float: right;
      width: 240px; }
      li.job .shipping_details .inner .ship_to_info p {
        margin: 0;
        line-height: 20px; }
    li.job .shipping_details .inner .will_call {
      float: right;
      width: 400px; }
      li.job .shipping_details .inner .will_call .americal_address {
        width: 150px;
        float: left; }
        li.job .shipping_details .inner .will_call .americal_address p {
          margin: 0;
          line-height: 20px; }
      li.job .shipping_details .inner .will_call .will_call_info {
        width: 240px;
        float: right; }
        li.job .shipping_details .inner .will_call .will_call_info p {
          line-height: 20px; }

#cart_footer {
  width: 700px; }
  #cart_footer #payment_footer {
    width: 700px; }
  #cart_footer #confirm_footer {
    width: 355px; }
  #cart_footer a.checkout, #cart_footer a.save_changes, #cart_footer p.continue a, #cart_footer p.submit_order a {
    float: right;
    width: 135px;
    height: 44px;
    text-indent: -9999px; }
    #cart_footer a.checkout:hover, #cart_footer a.save_changes:hover, #cart_footer p.continue a:hover, #cart_footer p.submit_order a:hover {
      background-position: left bottom; }
  #cart_footer a.checkout {
    background: white url(/images/checkout/checkout.png) left top no-repeat; }
  #cart_footer a.save_changes {
    background: white url(/images/checkout/savechanges.png) left top no-repeat;
    margin-right: 10px; }
  #cart_footer p.continue a {
    background: white url(/images/checkout/continue.png) left top no-repeat;
    width: 105px; }
  #cart_footer p.submit_order a {
    background: white url(/images/checkout/submitorder.png) left top no-repeat; }
  #cart_footer p.continue_shopping a, #cart_footer p.back_to_cart a, #cart_footer p.back_to_payment a {
    float: left;
    margin: 10px 0 0 10px; }

p.continue_shopping a, p.back_to_cart a, p.back_to_payment a {
  width: 182px;
  height: 22px;
  text-indent: -9999px; }
  p.continue_shopping a:hover, p.back_to_cart a:hover, p.back_to_payment a:hover {
    background-position: left bottom; }

p.continue_shopping a {
  background: #e1f0f7 url(/images/checkout/continueshopping.png) left top no-repeat; }

p.back_to_cart a {
  background: #e1f0f7 url(/images/checkout/backtocart.png) left top no-repeat; }

p.back_to_payment a {
  background: #e1f0f7 url(/images/checkout/backtopayment.png) left top no-repeat; }

#checkout {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 700px;
  background-color: #e1f0f7;
  margin: 20px 0 20px; }
  #checkout:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  #checkout {
    display: block; }
  #checkout p {
    margin: 0; }
  #checkout h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0; }
  #checkout #billing_address, #checkout #payment_information {
    padding: 25px; }
  #checkout #billing_address {
    display: inline-block;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: white;
    margin: 20px 20px 5px 20px; }
    #checkout #billing_address:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    #checkout #billing_address {
      display: block; }
    #checkout #billing_address #account_address {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      float: left;
      width: 230px;
      background-color: #eeede9; }
      #checkout #billing_address #account_address #use_current, #checkout #billing_address #account_address div {
        margin: 4px;
        background-color: white;
        padding: 10px 20px; }
      #checkout #billing_address #account_address #use_current {
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0; }
      #checkout #billing_address #account_address div {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px; }
        #checkout #billing_address #account_address div p {
          line-height: 20px; }
    #checkout #billing_address #alternate_address {
      float: right;
      width: 350px; }
      #checkout #billing_address #alternate_address input {
        width: 340px; }
      #checkout #billing_address #alternate_address #bfname, #checkout #billing_address #alternate_address #bcity, #checkout #billing_address #alternate_address #bstate {
        float: left; }
      #checkout #billing_address #alternate_address #blname, #checkout #billing_address #alternate_address #bzip {
        float: right; }
      #checkout #billing_address #alternate_address #bfname {
        width: 180px; }
        #checkout #billing_address #alternate_address #bfname input {
          width: 160px; }
      #checkout #billing_address #alternate_address #blname {
        width: 170px; }
        #checkout #billing_address #alternate_address #blname input {
          width: 160px; }
      #checkout #billing_address #alternate_address #bcity {
        width: 150px; }
        #checkout #billing_address #alternate_address #bcity input {
          width: 130px; }
      #checkout #billing_address #alternate_address #bstate {
        width: 100px; }
        #checkout #billing_address #alternate_address #bstate select {
          width: 90px; }
      #checkout #billing_address #alternate_address #bzip {
        width: 100px; }
        #checkout #billing_address #alternate_address #bzip input {
          width: 90px; }
      #checkout #billing_address #alternate_address #baddress, #checkout #billing_address #alternate_address #bphone {
        clear: both; }
  #checkout #payment_information {
    display: inline-block;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: white;
    margin: 5px 20px 20px 20px; }
    #checkout #payment_information:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    #checkout #payment_information {
      display: block; }
    #checkout #payment_information #creditcard_information {
      float: left;
      width: 350px; }
      #checkout #payment_information #creditcard_information input {
        width: 340px; }
      #checkout #payment_information #creditcard_information #ccexpdate {
        float: left;
        width: 140px; }
        #checkout #payment_information #creditcard_information #ccexpdate label {
          float: left; }
        #checkout #payment_information #creditcard_information #ccexpdate select {
          clear: left;
          width: 65px; }
      #checkout #payment_information #creditcard_information #cccode {
        margin-left: 10px;
        float: left;
        width: 180px; }
        #checkout #payment_information #creditcard_information #cccode label {
          float: left; }
        #checkout #payment_information #creditcard_information #cccode span.text {
          width: 180px;
          float: left;
          clear: left; }
    #checkout #payment_information #invoice_information {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-color: #eeede9;
      float: right;
      width: 230px; }
      #checkout #payment_information #invoice_information #not_on_file {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: white;
        margin: 4px;
        padding: 20px 18px 20px 20px; }
        #checkout #payment_information #invoice_information #not_on_file p {
          line-height: 20px;
          font-size: 12px; }
        #checkout #payment_information #invoice_information #not_on_file .credit_application {
          display: inline-block;
          margin-top: 20px; }
          #checkout #payment_information #invoice_information #not_on_file .credit_application:after {
            content: " ";
            display: block;
            height: 0;
            clear: both;
            overflow: hidden;
            visibility: hidden; }
          #checkout #payment_information #invoice_information #not_on_file .credit_application {
            display: block; }
          #checkout #payment_information #invoice_information #not_on_file .credit_application a {
            float: left;
            width: 170px;
            height: 52px;
            background: white url(/images/checkout/creditapplication.png) left top no-repeat;
            text-indent: -9999px; }
            #checkout #payment_information #invoice_information #not_on_file .credit_application a:hover {
              background-position: left bottom; }
      #checkout #payment_information #invoice_information #invoice_me {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: white;
        margin: 4px;
        padding: 20px 18px 20px 20px; }
        #checkout #payment_information #invoice_information #invoice_me label {
          font-size: 12px;
          color: #6f6f6f; }

#summary {
  margin: 20px;
  float: right;
  width: 190px; }
  #summary .summary_list {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: right;
    width: 190px;
    background: #eeede9; }
    #summary .summary_list h2, #summary .summary_list h3, #summary .summary_list p, #summary .summary_list .line_item_summary {
      margin: 5px 8px;
      background-color: white;
      padding-left: 20px; }
    #summary .summary_list h2, #summary .summary_list h3 {
      font-size: 17px;
      color: #6f6f6f;
      padding-top: 15px;
      padding-bottom: 15px; }
    #summary .summary_list h2 {
      margin-top: 8px;
      font-weight: bold; }
    #summary .summary_list h3 {
      margin-bottom: 8px; }
      #summary .summary_list h3 label {
        font-weight: bold; }
    #summary .summary_list p {
      font-size: 14px;
      padding-top: 7px;
      padding-bottom: 7px; }
    #summary .summary_list .line_item_summary {
      padding-top: 5px;
      padding-bottom: 5px; }
      #summary .summary_list .line_item_summary p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        line-height: 20px; }
  #summary .contact_info {
    width: 190px;
    height: 75px;
    margin-top: 20px;
    float: right;
    background: white url(/images/content/phonenumber.png) left top no-repeat; }
    #summary .contact_info p {
      text-indent: -9999px; }

.dropdown_select {
  background: transparent url(/images/dropdown.png) top left no-repeat;
  width: 159px;
  height: 18px;
  overflow: hidden;
  cursor: default; }
  .dropdown_select span {
    display: block;
    padding-top: 1px;
    margin-left: 10px;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10pt;
    color: white;
    line-height: 18px; }

.dropdown {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #646464;
  border: 1px solid black;
  padding: 5px 0;
  position: absolute;
  min-width: 156px;
  overflow: auto;
  max-height: 162px;
  margin-right: 18px; }
  .dropdown a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    padding: 0px 7px;
    line-height: 18px;
    height: 18px;
    font-size: 10pt;
    color: white; }
    .dropdown a:hover {
      background-color: #c8c8ff;
      color: black;
      cursor: pointer; }

.lightbox_select {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #78b2c8;
  color: white;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 120px;
  height: 30px;
  cursor: default;
  text-align: center; }
  .lightbox_select:hover {
    background-color: #4394b4; }
  .lightbox_select span {
    display: block;
    padding-top: 1px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10pt;
    color: white;
    line-height: 30px; }

.bmx_lightbox {
  background-color: white;
  border: 10px solid #e1f0f7;
  padding: 14px;
  position: absolute;
  overflow: auto;
  -webkit-box-shadow: 0 0 70px black;
  -moz-box-shadow: 0 0 70px black;
  height: 240px;
  width: 800px; }
  .bmx_lightbox a {
    display: block;
    float: left;
    height: 210px;
    width: 180px;
    padding: 10px 10px 15px;
    text-decoration: none;
    line-height: 18px;
    font-size: 10pt;
    color: #6f6f6f;
    margin-bottom: 20px; }
    .bmx_lightbox a:hover {
      background-color: #e1f0f7;
      color: black;
      cursor: pointer; }
    .bmx_lightbox a span.img {
      display: block;
      background-color: white;
      width: 180px;
      height: 180px; }
    .bmx_lightbox a span {
      display: block;
      text-align: center;
      color: #6f6f6f; }
