





  
    
    
  
  


  
    
    
  
  


/*ADDITIONAL FORM STYLES*/
strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

form
{
  margin: 0;
  padding: 0 0 20px 0;
}

div.modal form
{
  padding-bottom: 0;
}

fieldset
{
  padding: 0 0 10px 0;
  margin: 0;
  border: 0;
  position: relative;
}

fieldset.actions, div.actions
{
  padding: 0 0 0 160px;
  margin: 10px 0 0 0;
}

fieldset.actions.single, div.actions.actions.single
{
  padding-left: 320px;
}

label
{
  display: block;
  width: 150px;
  margin: 0 10px 0 0;
  float: left;
  text-align: right;
  font-weight: bold;
}

label.fflinux
{
  /* Fix for ff on ubuntu linux */
  padding-left: 50px;
}

label.long
{
  text-align: left;
  width: auto;
  font-weight: normal;
  margin: 0;
}

label.inline
{
  display: inline;
  margin: 0 10px 0 0;
  text-align: left;
  width: auto;
  float: left;
}

label.inline.light
{
  font-weight: normal;
}

label.inline.currency
{
  margin-right: 5px;
  width: 5px;
  float: left;
}

form.inline
{
  padding-bottom: 0;
}

form.inline fieldset
{
  float: left;
}

form.inline label.short
{
  width: 90px;
}

form.inline fieldset.actions
{
  float: right;
  padding-left: 0;
  margin-top: 0;
}

form.inline button,
form.inline a.button
{
  float: right;
}

button.last,
a.button.last
{
  margin-right: 0;
}

input.text, textarea.textarea, input.file, select.select, input.submit, input.cancel, button
{
  width: 146px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 2px 2px;
  background-color: white;
  color: #656565;
  border: 1px solid #aaa;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

select#school
{
  width: 220px;
}

input.wide
{
  width: 250px;
}

input.radio
{
  float: left;
  margin: 2px 10px 0 0;
}

input.checkbox
{
  float: left;
}

label input.checkbox
{
  float: right;
}

input.text.short
{
  width: 75px;
  margin-right: 91px;
}

input.text.short.date
{
  margin-right: 10px;
}

fieldset.date-field
{
  /* width: 210px; */
}

input.text.very-short
{
  width: 30px;
  margin-right: 10px;
}

input.text.inline
{
  margin-right: 5px;
}

input.text.currency
{
  width: 55px;
  margin-right: 5px;
}

input.text.medium
{
  width: 230px;
}

input.text.long,
textarea.long
{
  width: 352px;
}

select
{
  border: 1px solid #c6c6c6;
  margin-bottom: 2px;
  font-size: 10px;
}

option
{
  padding: 1px;
}

select.select
{
  width: 152px;
  padding: 0;
}

select.select.short
{
  width: 71px;
}

input.submit, input.cancel
{
  width: 147px;
  cursor: pointer;
  text-decoration: none;
  color: #656565;
  text-align: center;
  line-height: 16px;
  background: #eee;
  font-size: 11px;
}

input.file
{
  margin-right: 0;
  width: 300px;
}

input.file.long
{
  width: 375px;
}

input.file.long.hidden
{
  display: none;
}

button
{
  display: block;
  float: left;
  width: 152px;
  height: 24px;
  padding: 0;
  margin: 0 10px 0 0;
  background: url('/images/button.gif') no-repeat top left;
  border: 0;
  position: relative;
  cursor: pointer;
  text-align: center;
}

button span
{
  display: block;
  width: 152px;
  height: 24px;
  padding: 0;
  line-height: 23px;
  position: relative;
  color: #656565;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
}

a.button
{
  display: block;
  float: left;
  width: 147px;
  height: 24px;
  padding: 0 0 0 5px;
  margin: 0 10px 0 0;
  background: url('/images/button_l.gif') no-repeat;
  border: 0;
}

a.button span
{
  display: block;
  height: 24px;
  width: 142px;
  padding: 0 5px 0 0;
  background: url('/images/button_r.gif') no-repeat right;
  color: #656565;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

a.button:link, a.button:visited, a.button:hover, a.button:active
{
  color: #000;
  text-decoration: none;
}

input.submit, button.submit
{
  width: 152px;
}

a.button.submit
{
  margin-left: 160px;
}

button.small
{
  width: 40px;
}

input.disabled, a.button.disabled span
{
  cursor: default;
  color: #999;
}

button.right, a.button.right, a.quicklink.right
{
  float: right;
}

.disabled input.text
{
  border-color: #d9d9d9;
}

.disabled label
{
  color: #999;
}

.output
{
  display: block;
  float: left;
  color: #656565;
}

ul.output
{
  margin: 0 0 1em 0;
  list-style: none;
}

ul.output li
{
  margin-left: 0;
}

div.terms-and-conditions {
  width: 580px;
  border: 1px solid #ccc;
  padding: 20px;
  height: 300px;
  overflow-y: scroll;
  margin: 10px 0 0 0;
}

div.color-fields input.text
{
  width: 106px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  padding: 1px 2px;
}

div.color-fields div.swatch
{
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  display: block;
  float: left;
  vertical-align: middle;
  margin: 0 3px 0 0;
}

div.color-fields img.picker
{
  display: block;
  float: left;
  vertical-align: middle;
  margin: 0 3px 0 0;
  border: 1px solid #666;
}

div.palette
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  border: 1px solid #aaaaaa;
  background: #f8f8f8;
  padding: 3px;
  text-align: right;
}

div.palette img.close-palette
{
  margin-bottom: 1px;
}

div.color-fields span.missing
{
  z-index: 99;
  display: block;
  float: left;
  width: 120px;
}

fieldset .dojoValidateEmpty
{
  background-color: white;
}

fieldset .invalid, fieldset .missing, fieldset .range
{
  color: #fba51a;
  display: block;
  float: left;
  width: 175px;
  margin: 0 10px 0 0;
}

fieldset.important
{
  border: 1px solid #c6c6c6;
  padding: 10px;
  background-color: #efefef;
}

span.help-text
{
  color: #aaa;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 305px;
  margin-left: auto;
  margin-bottom: 10px
}

span.help-text.active
{
  color: #48c;
}

span.help-text:hover
{
  color: #666;
}

.hidden-field
{
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  float: left;
  border: none;
  border-collapse: collapse;
}

/*NEW STYLES - SHOULD REPLACE OLD ONES*/
body
{
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #656565;
}

a:link, a:visited, a:active
{
  color: #355b88;
  text-decoration: underline;
}

a:hover
{
  color: #b4ba4e;
  text-decoration: underline;
}

a.quicklink
{
  font-weight: bold;
}

a.spaced-quicklink
{
  display: block;
  margin-bottom: 20px;
}

p
{
  margin: 0 0 15px 0;
  padding: 0;
}

h1, h2, h3, h4
{
  color: #343434;
  font-weight: bold;
}

h1
{
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}

h2
{
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20px;
}

h3
{
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 18px;
}

h4
{
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 16px;
}

hr
{
  border: 0;
  color: #dedede;
  background-color: #dedede;
  height: 1px;
  margin: 0 0 10px 0;
}

hr.spaced
{
  margin-top: 10px;
}

table.report th, table.report td
{
  text-align: right;
}

table
{
  border-collapse: collapse;
}

table.data
{
  border-collapse: collapse;
  margin: 1px 0 20px 1px;
  width: 530px;
}

table.data.wide
{
  width: 626px;
}

table.data.full
{
  width: 100%;
}

table.data th
{
  font-weight: bold;
  text-align: center;
}

table.data th, table.data td
{
  padding: 5px 5px;
  border: 1px solid #dedede;
}

table.data tr.even td
{
  background: #efefef;
}

table.data tr.warning td
{
  background: #fafae3;
}

table.data tr.even.warning td
{
  background: #ebebd5;
}

table.data th.actions
{
  width: 150px;
}

table.data td.nowrap
{
  white-space: nowrap;
}

table.data td.currency,
table.data td.quantity
{
  text-align: right;
}

table.data input.quantity
{
  float: right;
  text-align: right;
  margin: 0;
}

table.data td.centered
{
  text-align: center;
}

table.data tr.void td
{
  text-decoration: line-through;
}

ul
{
  margin: 0 0 15px 1.3em;
  list-style: disc;
}

ul.definitions
{
  list-style: none;
  margin-left: 0;
}

ul.strong
{
  margin-left: 0;
  font-size: 14px;
  line-height: 27px;
  list-style: none;
}

ul.strong li
{
  margin: 0 0 5px 0;
}

ul.strong li a:link,
ul.strong li a:visited,
ul.strong li a:hover,
ul.strong li a:active
{
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 0 15px;
  background: url('../images/bullet.gif') 0 2px no-repeat;
}

ul.strong li a:hover,
ul.strong li a:active
{
  background-image: url('../images/bullet_over.gif');
}

li
{
  margin: 0;
}

.error,
.error a
{
  color: #fba51a;
}

fieldset .error {
  float: left;
  width: 230px;
}

.note
{
  color: #ababab;
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
}

.student-info
{
  color: #ababab;
  font-size: 12px;
  font-weight: normal;
}

.step
{
  color: #ababab;
  font-size: 14px;
  font-style: italic;
}

.warning
{
}

.confirmation
{
}

div#layout
{
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

div#head
{
  height: 137px;
  position: relative;
}

div#school-logo
{
  width: 200px;
  height: 110px;
  line-height: 110px;
  margin: 15px 0 0 0;
  float: left;
}

div#school-logo img
{
  display: block;
  margin: 0 auto;
}

div#school-name
{
  text-align: center;
  height: 75px;
  margin: 15px 0 0 40px;
  padding: 35px 0 0 0;
  float: left;
}

div#school-name h1
{
  margin: 0 0 5px 0;
  font-size: 24px;
  color: #656565;
  font-weight: bold;
  font-style: italic;
}

div#school-name h1 a
{
  text-decoration: none;
  color: #656565;
}

div#school-name p
{
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  color: #656565;
}

div#myyear-logo
{
  width: 210px;
  height: 137px;
  padding: 0 40px 0 0;
  float: right;
}

div#page
{
  position: relative;
  background: #efefef;
}

div#page div.page-t
{
  height: 48px;
  padding: 0 0 0 8px;
  background: url('/images/page_tl.gif') no-repeat;
}

div#page div.page-t div.page-r
{
  height: 41px;
  padding: 7px 8px 0 0;
  background: url('/images/page_tr.gif') top right no-repeat;
}

div#page div.page-m
{
  background: url('/images/page_ml.gif') repeat-y;
  padding: 0 0 0 8px;
}

div#page div.page-m div.page-r
{
  padding: 0 8px 0 0;
  background: url('/images/page_mr.gif') right repeat-y;
}

div#page div.page-b
{
  height: 8px;
  background: url('/images/page_bl.gif') no-repeat;
  padding: 0 0 0 8px;
}

div#page div.page-b div.page-r
{
  height: 8px;
  background: url('/images/page_br.gif') right no-repeat;
  line-height: 0;
  font-size: 1%;
}

div#nav
{
  border-bottom: 1px solid #fff;
}

div#primary-nav
{
  position: relative;
  background-color: #c90000;
  border-bottom: 6px solid #c90000;
  width: 688px;
  padding: 0;
  float: left;
  height: 34px;
}

div#primary-nav div.tl
{
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: url('/images/primary_nav_tl.png') no-repeat;
}

div#primary-nav div.tr
{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 34px;
  background-image: url('/images/primary_nav_tr.png');
  background-position: 0 0;
}

div#primary-nav ul
{
  position: absolute;
  top: 8px;
  left: 90px;
  display: inline;
}

div#primary-nav ul.home
{
  left: 130px;
}

div#primary-nav li
{
  list-style: none;
  color: #fff;
  display: inline;
}

div#primary-nav li#home
{
  display: block;
  float: left;
  width: 117px;
  height: 20px;
  margin: 0 65px 0 0;
}

div#primary-nav li#order-yearbook
{
  display: block;
  float: left;
  width: 177px;
  height: 20px;
  margin: 0 65px 0 0;
}

div#primary-nav li#order-yearbook.last
{
  margin-right: 0;
}

div#primary-nav li#create-products
{
  display: block;
  float: left;
  width: 198px;
  height: 20px;
}

div#primary-nav a
{
  color: #ffffff;
  text-decoration: none;
}

div#primary-nav li#home a
{
  height: 15px;
  padding: 5px;
  display: block;
  width: 107px;
}

div#primary-nav li#order-yearbook a
{
  height: 15px;
  padding: 5px;
  display: block;
  width: 167px;
}

div#primary-nav li#create-products a
{
  height: 15px;
  padding: 5px;
  display: block;
  width: 188px;
}

div#primary-nav img#primary-nav-divider
{
  position: absolute;
  top: 5px;
  left: 298px;
}

div#primary-nav img#primary-nav-divider.home
{
  left: 280px;
}

div#secondary-nav
{
  border-bottom: 6px solid #c90000;
  border-top: 1px solid #ececec;
  float: right;
  width: 236px;
  padding: 9px 20px 0 0;
  height: 24px;
  text-align: right;
}

div#secondary-nav ul
{
  display: inline;
  font-size: 11px;
  color: #888;
  margin: 0;
}

div#secondary-nav a
{
  color: #888;
  text-decoration: none;
}

div#secondary-nav a:hover
{
  color: #343434;
}

div#secondary-nav li
{
  padding: 0 0 0 15px;
  list-style: none;
  display: inline;
  background-image: url('/images/secondary_nav_divider.gif');
  background-repeat: no-repeat;
  background-position: 2px center;
}

div#secondary-nav li.first
{
  background: none;
  padding-left: 0;
}

div#content
{
  border-style: solid;
  border-top: 8px solid #000000;
  background: #f8f8f8;
  position: relative;
}

div#columns
{
  position: relative;
  width: 930px;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 6px;
  /*overflow: hidden;*/
}

div#main
{
  float: left;
  margin: 0;
}

div#main div.c
{
  
}

div#sidebar
{
  float: left;
  width: 230px;
  padding: 7px 0 0 7px;
  margin: 0;
}

div#home-sidebar
{
  float: left;
  width: 170px;
  padding: 7px 0 0 0;
  margin: 0;
}

div#footer
{
  height: 40px;
  margin: 15px 0 10px 0;
}

p#copyright, #studioworks-upload
{
  float: left;
  color: #aaa;
  font-size: 10px;
  padding-left: 60px;
}

p#copyright a:link,
p#copyright a:visited,
p#copyright a:hover,
p#copyright a:active,
#studioworks-upload
{
  color: #aaa;
}

img#taylor-logo
{
  display: block;
  float: left;
  margin: 0 0 0 150px;
}

img#footer-support
{
  display: block;
  margin: 0 0 10px 0;
}

ul#credit-cards, #studioworks-upload
{
  display: inline;
  float: right;
  margin-right: 60px;
  text-align: right;
}

ul#credit-cards li
{
  padding: 0 0 0 20px;
  list-style: none;
  display: inline;
}

span.light
{
  font-weight: normal;
}

p#required-message
{
  color: #e6a430;
}

span.yearbook-order-warning
{
  font-style: italic;
  font-weight: bold;
  color: red;
}

ul.reminders {
  margin: 0px;
}

ul.reminders li {
  margin: 0px 0px 10px 0px;
  list-style: none;
}

span.dimensions
{
  color: #aaa;
  font-size: 10px;
}

/*SHADOW PANEL*/
div.shadow-panel div.t
{
  height: 12px;
  background: url('/images/shadow_tl.gif') no-repeat;
  padding: 0 0 0 12px;
}

div.shadow-panel div.t div.r
{
  height: 12px;
  background: url('/images/shadow_tr.gif') right no-repeat;
  padding: 0;
  line-height: 0;
  font-size: 1%;
}

div.shadow-panel div.m
{
  background: url('/images/shadow_ml.gif') repeat-y;
  padding: 0 0 0 12px;
}

div.shadow-panel div.m div.r
{
  padding: 0 12px 0 0;
  background: url('/images/shadow_mr.gif') right repeat-y;
}

div.shadow-panel div.m div.r div.c
{
  background: #fff;
}

div.shadow-panel div.b
{
  height: 12px;
  background: url('/images/shadow_bl.gif') no-repeat;
  padding: 0 0 0 12px;
}

div.shadow-panel div.b div.r
{
  height: 12px;
  background: url('/images/shadow_br.gif') right no-repeat;
  line-height: 0;
  font-size: 1%;
}

div.modal-shadow-panel div.t
{
  height: 12px;
  background: url('/images/shadow_dark_tl.png') no-repeat;
  padding: 0 0 0 12px;
}

div.modal-shadow-panel div.t div.r
{
  height: 12px;
  background: url('/images/shadow_dark_tr.png') right no-repeat;
  padding: 0;
  line-height: 0;
  font-size: 1%;
}

div.modal-shadow-panel div.m
{
  background: url('/images/shadow_dark_ml.png') repeat-y;
  padding: 0 0 0 12px;
}

div.modal-shadow-panel div.m div.r
{
  padding: 0 12px 0 0;
  background: url('/images/shadow_dark_mr.png') right repeat-y;
}

div.modal-shadow-panel div.m div.r div.c
{
  background: #fff;
}

div.modal-shadow-panel div.b
{
  height: 12px;
  background: url('/images/shadow_dark_bl.png') no-repeat;
  padding: 0 0 0 12px;
}

div.modal-shadow-panel div.b div.r
{
  height: 12px;
  background: url('/images/shadow_dark_br.png') right no-repeat;
  line-height: 0;
  font-size: 1%;
}

/*COLOR PANEL*/
div.color-panel div.t
{
  position: relative;
  height: 5px;
  background: url('/images/color_panel_tl.png') no-repeat;
}

div.color-panel div.t div.r
{
  height: 5px;
  width: 5px;
  float: right;
  background: url('/images/color_panel_tr.png') no-repeat;
  line-height: 0;
  font-size: 1%;
}

div.color-panel div.m div.r
{
  overflow: hidden;
}

div.color-panel div.b
{
  position: relative;
  height: 5px;
  background: url('/images/color_panel_bl.png') no-repeat;
}

div.color-panel div.b div.r
{
  height: 5px;
  width: 5px;
  float: right;
  background: url('/images/color_panel_br.png') no-repeat;
  line-height: 0;
  font-size: 1%;
}

/*PROMO STYLES*/
div.promo
{
  margin: 0 0 9px 0;
}

div.whats-this
{
  color: #ffffff;
  float: right;
  cursor: pointer;
  z-index:2;
  position: relative;
}

div.promo img.promo-image,
div.promo.narrow img.promo-image
{
  display: block;
  margin: 13px auto 0 auto;
}

/*PACKAGE FORM STYLES*/
.package-form-error
{
  float: left;
}

/*PACKAGE IMAGE STYLES*/
img.package-close
{
  position: absolute;
  right: 3px;
  bottom: 3px;
  text-align: right;
  cursor: pointer;
}

img.package-image
{
  display: block;
  margin-bottom: 10px;
}

p.package-description
{
  font-size: 10px;
}

div.popup-viewer
{
  border: 1px solid #d5d5d5;
  width: 340px;
  height: 312px;
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #fff;
}

/*HOME PAGE STYLES*/
div#school-images
{
  width: 366px;
  float: left;
  position: relative;
}

div#school-image-2
{
  position: absolute;
  top: 325px;
  left: 0;
}

div#school-image-3
{
  position: absolute;
  top: 325px;
  right: 0;
}

img.school-image
{
  border: 1px solid #ccc;
  display: block;
  overflow: auto;
}

div#welcome-message
{
  width: 378px;
  float: left;
  margin: 7px 7px 0 0;
  color: #ffffff;
}

div#welcome-message h1
{
  color: #ffffff;
}

div#welcome-message p
{
  color: #ffffff;
}

div#welcome-message a:link,
div#welcome-message a:visited,
div#welcome-message a:hover,
div#welcome-message a:active
{
  color: #ffffff;
}

div#welcome-message a#school-site:link,
div#welcome-message a#school-site:visited,
div#welcome-message a#school-site:hover,
div#welcome-message a#school-site:active
{
  display: block;
  margin: 35px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

div#welcome-message p.warning
{
  font-style: italic;
}

div.small-school-image
{
  float: left;
  position: relative;
}

div#school-image-1
{
  margin-bottom: 1px;
}

div#school-image-3
{
  margin-right: 1px;
}

/*PRODUCT LISTING PAGE STYLES*/
div#product-types
{
  margin: 30px 0;
}

div.product-type
{
  float: left;
  width: 318px;
}

div.product-type.right
{
  border-left: 1px solid #dedede;
  padding-left: 20px;
  width: 288px;
}

div.product-type h2
{
  margin-bottom: 15px;
}

div.product-info
{
  margin: 0 0 10px 0;
}

div.product-info div.product-icon
{
  float: left;
  width: 55px;
  height: 55px;
  margin: 0 0 10px 0;
}

div.product-info div.product-details
{
  float: left;
  margin: 0 0 10px 0;
  width: 230px;
}

/*ORDER YEARBOOK STYLES*/
div#package-groups
{
  overflow: auto;
  margin: 30px 0;
}

div.package-group
{
  float: left;
  width: 298px;
}

div.package-group.left
{
  padding-right: 10px;
  border-right: 1px solid #dedede;
}

div.package-group.right
{
  padding-left: 20px;
}

div.package
{
  overflow: auto;
  height: 130px;
  margin-bottom: 20px;
  min-height: 175px;
}

div.add-on
{
  margin-bottom: 20px;
}

div.package p.warning,
div.product-details p.warning
{
  margin-bottom: 0;
  font-style: italic;
}

.customize-product
{
  display: block;
  font-weight: bold;
}

.customize-product label {
  width: auto;
  text-align: left;
}

.customize-product input {
  margin-top: -1px;
}

/*PACKAGE CUSTOMIZATION STYLES*/
div.icons
{
  width: 625px;
  height: 170px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}

/*SHOPPING CART STYLES*/
form#shopping-cart-form
{
  overflow: hidden;
}

table.cart
{
  width: 625px;
}

table.cart th,
table.cart td
{
  padding: 7px 20px;
  text-align: left;
}

table.cart.details th,
table.cart.details td
{
  padding: 4px 20px;
}

table.cart th
{
  border: none;
  font-size: 16px;
}

table.cart td.total
{
  font-size: 16px;
  font-weight: bold;
}

table.cart.details th
{
  font-size: 12px;
}

table.cart th.currency,
table.cart th.quantity
{
  text-align: center;
}

table.cart td.total,
{
  text-align: left;
}

table.cart td.currency.total
{
  text-align: right;
}

table.cart tr.buyable td
{
  background-color: #f8f8f8;
}

table.cart tr.buyable td.name
{
  font-weight: bold;
}

table.cart tr.customization td.name
{
  padding-left: 40px;
}

table.cart input.text.very-short.quantity
{
  float: none;
  margin: 0 auto;
}

fieldset.cart-actions
{
  padding-left: 0;
}

fieldset.cart-actions button,
fieldset.cart-actions a.button
{
  float: right;
}

table.cart.details td.total
{
  font-weight: bold;
  font-size: 12px;
}

table.cart td.quantity
{
  text-align: center;
}

table.cart.details td.total.quantity
{
  text-align: right;
}

table.cart span.edit-info
{
  font-weight: normal;
}

a.promo, a.promo:hover, a.promo:visited {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  display:block;
  text-align: center;
}

/*SAVED PRODUCTS STYLES*/
div.saved-product
{
  padding: 10px 0 0 0;
  border-bottom: 1px solid #dedede;
}

div.saved-product p
{
  margin-bottom: 5px;
}

div.saved-product div.thumbnail-container
{
  height: 70px;
  padding-right: 30px;
  float: left;
}

div.saved-product div.thumbnail
{
  width: 45px;
  margin: 0;
}

div.saved-product a.quicklink
{
  position: relative;
  top: 5px;
}

/*PAYMENT INFORMATION STYLES*/
div#ccv-help
{
  display: none;
  position: absolute;
  text-align: center;
  width: 310px;
  height: 200px;
  top: 190px;
  right: 75px;
  padding: 5px;
}

div#ccv-help p
{
  font-size: 11px;
  font-weight: bold;
}

/*DOJO FLOATINGPANE OVERRIDES*/
div.dojoFloatingPane
{
  border: 0;
  background: none;
}

div.dojoFloatingPaneClient {
  position: relative;
  z-index: 10;
  border: 0;
  margin: 0;
  background: none;
  font-family: arial, sans-serif;
  font-size:  12px;
  overflow: auto;
}

/*MODAL STYLES*/
div.modal
{
  visibility: hidden;
  text-align: left;
}

textarea#text-field
{
  width: 230px;
}

/*LOGIN STYLES*/
div#login-forms
{
  margin: 0 0 20px 0;
}

div#login
{
  float: left;
  width: 290px;
  padding-right: 20px;
}

div#register
{
  float: left;
  border-left: 1px solid #dedede;
  padding-left: 20px;
  width: 290px;
}

div#login-forms label
{
  width: 110px;
}

div#login-forms input.text
div#login-forms button
{
  margin-right: 0;
}

div#login-forms fieldset.actions
{
  padding-left: 120px;
}

div#login-forms fieldset#remember-fields
{
  padding: 0;
}

div#login-forms label#remember-label
{
  width: 150px;
  margin: 0;
  text-align: left;
  font-weight: normal;
}

/*THEME PREVIEW STYLES*/
div#edit-theme-container
{
}

#edit-theme-fields
{
  float: left;
  width: 490px;
  height: 190px;
  margin: 0 5px 0 0;
}

#edit-theme-fields span.missing,
#edit-theme-fields span.invalid
{
  display: block;
  float: left;
  width: 140px;
  margin: 0;
}


#edit-theme-fields div.palette table
{
  width: 97px;
  height: 145px;
  border-collapse: collapse;
}

div#theme-preview
{
  float: left;
  width: 120px;
  height: 159px;
}

div#theme-preview a.quicklink
{
  display: block;
  width: 120px;
  text-align: center;
}

div#theme-preview-loader
{
  width: 118px;
  height: 157px;
  border: 1px solid #d9d9d9;
  margin: 0 0 4px 0;
}

img#theme-preview-loading
{
  margin: 65px 0 0 45px;
  cursor: default;
}

img#theme-preview-loaded
{
  width: 118px;
  height: 157px;
  cursor: pointer;
}

span.footnote
{
  color: #aaa;
  font-size: 10px;
}

.calendarContainer
{
  width: 100%;
  font-size: 14px;
}

.taylor-products-header h2 {
  float: left;
}

.taylor-products-header .quicklink {
  float: right;
  line-height: 20px;
}

.taylor-products {
  margin: 0;
  padding: 0;
}

.taylor-product
{
  width: 151px;
  float: left;
  margin: 0 6px 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.taylor-product.last {
  margin-right: 0;
}

.taylor-product p {
  margin-bottom: 5px;
}

.taylor-product a {
  font-weight: bold;
}

.taylor-product-frame {
  width: 151px;
  height: 151px;
  overflow: hidden;
  margin: 0 0 6px 0;
  display: table;
  #position: relative;
}

.taylor-product-matte {
  #position: absolute;
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}

.taylor-product-crop {
  width: 151px;
  height: 151px;
  overflow: hidden;
  position: relative;
}

.taylor-product-image {
  display: block;
  margin: 0 auto;
  #position: relative;
  #top: -50%;
}

.taylor-product-border {
  background: url('/images/taylor-product-border.png') no-repeat;
  width: 151px;
  height: 151px;
  position: absolute;
  top: 0;
  left: 0;
}

.taylor-product-detail-frame {
  position: relative;
  margin: 0 0 20px 0;
  width: 310px;
}

.taylor-product-detail-border {
  border: 1px solid #dedede;
}

.taylor-product-detail-border-top-left,
.taylor-product-detail-border-top-right,
.taylor-product-detail-border-bottom-left,
.taylor-product-detail-border-bottom-right {
  width: 5px;
  height: 5px;
  overflow: hidden;
  background: url('/images/taylor-product-border.png') no-repeat;
  position: absolute;
}

.taylor-product-detail-border-top-left {
  background-position: top left;
  top: 0;
  left: 0;
}

.taylor-product-detail-border-top-right {
  background-position: top right;
  top: 0;
  right: 0;
}

.taylor-product-detail-border-bottom-left {
  background-position: bottom left;
  bottom: 0;
  left: 0;
}

.taylor-product-detail-border-bottom-right {
  background-position: bottom right;
  bottom: 0;
  right: 0;
}

/*CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.order-callout
{
  color: #fba51a;
  font-style: italic;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */