body {
  background: url(/templates/wizardprints/images/page_bg.gif);
  margin: 0px;
  padding: 0px;
  }

body, div, td, p {
  font-family: "Trebuchet MS", Tahoma, helvetica;
  font-size: 13px;
  color: black;
  }

p {
  line-height: 18px;
  margin: 5px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  }

a {
  color: blue;
  text-decoration: none;
  }

a:hover {
  color: red;
  text-decoration: underline;
  }

#header {
  display: block;
  white-space: nowrap;
  height: 80px;
  text-align: center;
  }

#navbar {
  font-size: 13px;
  background: url(/templates/wizardprints/images/navbar_bg.gif) repeat-x 0px 0px;
  height: 24px;
  }

#navbar ul, #sub_navbar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  }

#navbar li, #sub_navbar li {
  float: left;
  margin: 5px 0px 0px 15px;
  }

#navbar li a, #sub_navbar li a {
  float: left;
  display: block;
  height: 16px;
  font-weight: bold;
  color: #5100AC;
  line-height: 14px;
  text-transform: lowercase;
  text-decoration: none;
  }

#navbar li a:hover, #sub_navbar li a:hover{
  border-bottom: 1px dotted green;
  color: green;
  }

#navbar li a.menu_current, #sub_navbar li a.menu_current {
  color: #aaaaaa;
  border: none;
  }

#sub_navbar {
  font-family: arial, sans-serif;
  font-size: 13px;
  height: 24px;
  background: white;
  border-bottom: 1px solid silver;
  }

.biglink {
  text-align: center;
  line-height: 24px;
  margin: 10px;
  padding: 1px 10px 1px 10px;
  background: #eeeeff;
  border: 1px solid #ccccee;
  font-size: 18px;
  font-weight: bold;
  }

.biglink:hover {
  text-decoration: none;
  }

ul {
  margin-top: 5px;
  margin-bottom: 5px;
  }

h1 {
  color: black;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.5px;
  padding: 0px;
  margin: 15px 0px 10px 0px;
  }

h2 {
  color: purple;
  font-weight: bold;
  font-size: 17px;
  margin: 15px 0px 5px 0px;
  }

form {
  margin: 0px;
  }

.bodypanel {
  padding: 0px 15px 15px 15px;
  }

.poptext {
  background: #f5f5f5;
  border: 1px dashed silver;
  margin: 10px 10px 10px 10px;
  padding: 8px 0px 8px 10px;
  font-weight: bold;
  font-size: 15px;
  }

.stepimage {
  width: 314px;
  height: 110px;
  display: block;
  }

.steptext {
  display: block;
  font-family: tahoma, sans-serif;
  font-size: 11px;
  line-height: 14px;
  padding: 35px 5px 10px 145px;
  }

.stepimage:hover {
  text-decoration: none;
  }

.form_field {
  font-family: tahoma, sans-serif;
  font-size: 11px;
  }

.pagetitle {
  margin: 0px -15px 5px -15px;
  text-transform: lowercase;
  text-align: right;
  padding-top: 4px;
  border-bottom: 1px solid #dddddd;
  padding-right: 140px;
  padding-bottom: 7px;
  font-family: tahoma, sans-serif;
  font-size: 36px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -2px;
  background: #fafafa;
  color: #cccccc;
  }

.pageicon {
  float: right;
  padding: 10px 0px 5px 10px;
  }

.nextbar {
  text-align: right;
  padding: 3px;
  vertical-align: middle;
  border-top: 1px solid #cadaca;
  border-bottom: 1px solid #cadaca;
  background: #f5fff5;
  }

.nextbar_arrow {
  padding: 0px 5px 0px 5px;
  opacity: .2;
  filter: alpha(opacity=20);
  }

#pagetabs {
  margin-top: 10px;
  background: url(/templates/wizardprints/images/pagetabs_bg.gif) no-repeat top center transparent;
  width: 768px;
  height: 27px;
  }

#pagetabs ul {
  padding: 0px 0px 0px 120px;
  margin: 0px;
  list-style: none;
  }

#pagetabs li {
  float: left;
  display: block;
  position: relative;
  top: 5px;
  padding: 0px;
  margin: 0px 6px 0px 0px;
  background: url(/templates/wizardprints/images/pagetab_blue_right.gif) no-repeat top right transparent;
  height: 22px;
  }

#pagetabs a {
  display: block;
  padding: 4px 10px 0px 10px;
  font-family: tahoma, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: -1px;
  color: #7788bb;
  }

#pagetabs a:hover {
  color: blue;
  text-decoration: none;
  }	

#pagetabs #tab_on {
  background: url(/templates/wizardprints/images/pagetab_white_right.gif) no-repeat top right;
  }

#pagetabs #tab_on a {
  color: green;
  }

#pagetabs div {
  background: url(/templates/wizardprints/images/pagetab_blue_left.gif) no-repeat top left;
  float: left;
  height: 22px;
  }

#pagetabs #tableft_on {
  background: url(/templates/wizardprints/images/pagetab_white_left.gif) no-repeat top left;
  }

#main_content {
  width: 736px;
  padding: 1px 15px;
  background: white;
  clear: both;
  text-align: left;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  }

#footer {
  width: 768px;
  background: url(/templates/wizardprints/images/footer_bg.gif) no-repeat top center;
  padding: 15px 20px;
  font-size: 11px;
  font-family: Tahoma, arial;
  color: gray;
  }

.info_box {
  margin: 0px 25px 20px 25px;
  background: #f5f5f5;
  border: 1px dashed silver;
  padding: 10px;
  font-weight: bold;
  }

.faq_q {
  margin: -8px -8px 0px -8px;
  padding-left: 5px;
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  padding-bottom: 2px;
  color: purple;
  }

.faq_a {
  padding-left: 15px;
  font-weight: normal;
  }

.option {
  font-family: tahoma, sans-serif;
  font-size: 12px;
  }

.option_label {
  float: left;
  clear: left;
  text-align: right;
  padding-right: 4px;
  width: 70px;
  }

.panel_visible {
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  visibility: visible;
  display: block; 
  }

.panel_hidden {
  display: none;
  overflow: hidden;
  padding: 0px;
  }

.popup {
  margin: 10px;
  border: 1px solid silver;
  padding: 10px 10px 10px 10px;
  background: white;
  }

.popup h1 {
  margin-top: 0px;
  color: black;
  }

.pgt {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  color: gray;
  font-size: 24px;
  height: 28px;
  }

.linkbox {
  margin: 0px -15px 0px -15px;
  background: #fafafa;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 10px;
  text-align: center;
  }

.moreinfo {
  text-align: left;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 22px;
  font-weight: bold;
  color: #d0d0d0;
  }

.printbox_thumbnail_calc {
  width: 220px;
  height: 144px;
  background: url(/templates/wizardprints/images/calc_samples.gif) no-repeat center center;
  }
