/* this min-height is required to ensure our page is tall enough to 
accomodate the preview control at its maximum height */

#ctl00_MainContent_StartingCheckNumber_Text, #ctl00_MainContent_AuxField_txtStoreNumber {
   width: 100px;
   margin-bottom:10px;
}

#ctl00_MainContent_StartingCheckNumber_FieldLabel {
   border-left: 3px solid #d726fd;
}

#ctl00_MainContent_AuxField_lblStoreNumber {
  border-left: 3px solid #9017aa;
}

#ctl00_MainContent_BankRoutingNumber_FieldLabel {
  border-left: 3px solid #f90303;
}

#ctl00_MainContent_CheckingAccountNumber_divField {
  border-left: 3px solid #316df8;
}

#ctl00_MainContent_MICRLine_FieldLabel {
  border-left: 3px solid #fefeea; 
}

.preview-page {
  /* 

min-height: 1100px;
  position: relative;*/
  float: left;
}

#accordion {
  /* 

width: 320px; */
  float: right;
  overflow: hidden;
}

#previewCanvas {
  clear: both;
  overflow: hidden;
  padding: 0px 10px;
  margin-top: 15px;
}

#previewCanvas img {
  float: left;
  margin: 10px 0;
}

#previewCanvas h2 {
  background-color: Transparent;
}

.product-display-image {
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
}

#pleaseWait {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
}

.preview-page-buttons {
  float: right;
  margin-top: 10px;
  margin-right: 15px;
}

.preview-page-buttons span input {
  float: none;
}

#custom-logo-option {
  float: left;
}

#custom-logo-option a {
  color: #015BA7;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
}

#custom-logo-option span {
  margin: 0px;
}

#current-stock-logo {
  display: none;
  clear: both;
}

#current-stock-logo img {
  
}


#current-stock-logo #logo-name {
  text-align: left;
  font-weight: bold;
}

.product-description {
  width: 500px;
  clear: both;
}

.preview-disclaimer {
  color: #666666;
  font-style: italic;
  padding: 0px;
  margin-bottom: 10px;
}

.product-description img {
  float: left;
  padding-right: 10px;
}

.product-description-text {
  border-top: 1px solid #C0C0C0;
  font-size: 12px;
  padding-top: 10px;
}

.product-description-text h2 {
  
}

.pre-confirmation {
  clear: both;
}

.confirmation {
  display: none;
}

.confirmation-text {
  clear: both;
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #C2C2C2;
  position: relative;
}

.confirmation-text p {
  margin: 10px 0px;
}

#middleContainer .confirmation-text h1 {
  margin: 0px;
  padding-left: 0px;
}

.confirmation-verification {
  overflow: hidden;
  padding: 10px;
  margin-top: 10px;
  background-color: #EDF5FF;
  border: 1px dashed #C2C2C2;
}

.confirmation-verification label {
  margin: 0px 5px;
  float: left;
}

.confirmation-verification input {
  float: left;
}

/*----------------Zan CSS -----------------*/

.previewRightContainer {
  margin: 10px 0;
  width: 366px;
  float: right;
}

#accordion {
  width: 100%;
  clear: both;
  border: 1px solid #cacaca;
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
  outline-style: none;
  border-top-style: solid;
  border-top-color: #e5e5e5;
}

#accordion hr {
  border: 0px;
  margin: 10px 2px;
  border-top: 1px solid #E4E4E4;
  height: 1px;
  clear: both;
}

#accordion .title-3 {
  outline-style: none;
  padding: 0;
  margin: 0px;
  color: #333;
  text-shadow: 1px 1px 0 #fff;
  font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  color: #555555;
  border: none;
}

#accordion .title-3 a, #accordion .title-3 a:hover {
  cursor: pointer;
}

/* The highlighted tab */

#accordion .title-3.ui-state-active a, #accordion .title-3 a {
  color: #fff;
  padding: 6px 0px 5px 30px;
  background: transparent url(../images/tab_open_bg.gif) no-repeat left top;
  text-decoration: none;
  display: block;
}

#accordion .title-3.ui-state-active a {
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

/* Closed tab */

#accordion .title-3.ui-state-default a {
  color: #555555;
  padding: 5px 0px 5px 30px;
  background: transparent url(../images/tab_notActive_bg.gif) no-repeat left top;
  text-decoration: none;
  display: block;
}

/* Completed tab */

#accordion .title-3 a.completed {
  cursor: pointer;
  color: #555555;
  background: transparent url(../images/tab_done_bg.gif) no-repeat left top;
  text-shadow: 1px 1px 0 #fff;
}

#accordion .title-3 a:hover {
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  background: transparent url(../images/tab_open_bg.gif) no-repeat left top;
}



#accordion .tabContainer {
  border: none;
}

.ui-icon {
  background: none;
  margin: 0px;
  padding: 0px;
  width: 0px;
}

#accordion .stepContainer {
  margin: 0px;
  border: none;
  padding-top: 8px;
  background: transparent url(../images/accordionContent_bg.gif) repeat-x left top;
  overflow: hidden;
}

#accordion .stepContainer h1 {
  font: bold 12px Verdana, Geneva, sans-serif;
  /*

background-color: #f4f4f4;*/
  clear: both;
  padding: 5px 5px 3px 5px;
  margin: 10px 1px 0px 1px;
  border: none;
  color: #083f53;
  border-top: 1px #e4e4e4 solid;
  text-transform: none;
}

.firstTitle {
  font: bold 12px Verdana, Geneva, sans-serif;
  /*

background-color: #f4f4f4;   border-top: 1px #e4e4e4 solid; */
  clear: both;
  padding: 0px 5px;
  margin: 0px 2px;
  border: none;
  color: #083f53;
}

#accordion .stepContainer h1 span {
  font: bold 11px Verdana, Geneva, sans-serif;
  color: #878787;
  padding: 5px 8px;
  margin: 0px 0 0px 0;
  border: none;
}

.acc_InnerContent {
  overflow: hidden;
  padding: 0px;
  margin: 10px;
}

/*----All Button -----*/

.personalizeContinuewrapper {
  /* 

Container you can use to surround a CSS button to clear float */
  float: right;
  overflow: hidden;
  clear: both;
  margin: 0px 10px 20px 0;
}

/*-----------Color/Style container -----------*/

.colorSelector {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.colorSelector a {
  margin: 4px 4px 4px 3px;
  padding: 0px;
  float: left;
  overflow: hidden;
}

.colorSelector a img {
  padding: 1px;
  border: 1px #e0e0e0 solid;
}

.colorSelector a:hover img {
  border: 1px #FF0000 solid;
}

.colorSelector span {
  margin: 5px 4px 3px 3px;
  padding: 0px;
  float: left;
  overflow: hidden;
}

.colorSelector span img {
  padding: 1px;
  border: 1px #FF0000 solid;
  margin: 0px;
}

.colorSelector p {
  font: bold 12px Verdana, Geneva, sans-serif;
  padding: 0px 0 5px 0px;
  margin: 0px 0 0px 0;
  border: none;
  color: #035FB1;
}

/* ------- Order Detail ---------*/

.orderDetail {
  clear: both;
  margin: 0px;
}

#accordion .orderDetail h1 {
  border: none;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 5px;
}

#accordion .logoSelection h1 {
  padding: 5px 5px 3px 5px;
  margin: 10px 1px 0px 1px;
  border: none;
  color: #035FB1;
  border-top: 1px #e4e4e4 solid;
}

.partType {
  padding: 10px 0 5px 5px;
  margin: 0px 5px;
  overflow: hidden;
  border-bottom: 1px dotted #c2c2c2;
  background-color: #fefef3;
  border-top: 1px white solid;
}

div.partType label {
  display: block;
  float: left;
  font: bold 11px Verdana, Geneva, sans-serif;
}

div.partType input {
  margin: 0;
  padding: 0;
  margin: 0px 5px 0 0;
  top: 0px;
}

div.partType label.singles {
  height: 22px;
  margin: 0px;
  padding: 0px;
  padding-right: 55px;
  margin-top: 3px;
  background: transparent url(../images/singleCheckicon.gif) no-repeat right top;
}

div.partType select {
  float: left;
}

div.partType label.duplicates {
  float: left;
  padding-right: 55px;
  height: 25px;
  margin: 0px 5px 0px 25px;
  padding-top: 3px;
  background: transparent url(../images/duplicateCheckIcon.gif) no-repeat right 0px;
}

div.orderDetail .required, div.orderDetail .optional {
  margin: 5px 5px 0px 5px;
  padding: 5px;
  clear: both;
  overflow: hidden;
}

div.orderDetail .required small {
  margin-left: 123px;
  margin-top: 3px;
  display: block;
  font-weight: bold;
  color: #848484;
}

div.orderDetail .required label, div.orderDetail .optional label {
  float: left;
  margin: 0px;
  width: 120px;
  padding-top: 4px;
  font: normal 11px Verdana, Geneva, sans-serif;
  font-weight: bold;
}

div.orderDetail .optional label {
  font-weight: normal;
  padding-top: 0px;
}

div.orderDetail .optional span {
  
}

div.orderDetail .required input {
  top: 0px;
  padding: 0px;
}

div.orderDetail .required span.requiredSpan {
  border: 1px solid red;
  display: block;
  float: left;
  width: 120px;
}

a.whatIsLink {
  cursor: help;
  margin: 0 0 0 10px;
}

/*-------Font Selection ------*/

.selectFont {
  padding: 5px 0px;
  float: left;
  overflow: hidden;
  width: auto;
  margin: 5px 0px 5px 0;
}

.selectFont select {
  font: normal 11px Verdana, Geneva, sans-serif;
  margin: 2px 0px 2px 10px;
}

.fontButton {
  overflow: hidden;
  margin-top: 12px;
}

.fontSelection p {
  font-weight: bold;
  padding: 12px 10px 0 20px;
  color: #666666;
  clear: right;
}

div.personalInfo {
  clear: both;
  overflow: hidden;
}

div.personalInfo label {
  float: left;
  margin: 0px;
  padding: 3px 0 4px 6px;
  width: 155px;
}

div.personalInfo input {
  top: 0px;
  margin: 0px;
  padding: 2px 1px;
  width: 185px;
  font: normal 11px Verdana, Geneva, sans-serif;
  position: relative;
}

div.personalInfo .checkbox {
  text-align: left;
  width: 15px;
  margin-top: 3px;
}

div.personalInfo select {
  top: 0px;
  margin: 0px;
  padding: 1px;
  width: 190px;
  font: normal 11px Verdana, Geneva, sans-serif;
  position: relative;
}

div.personalInfo label span {
  color: #878787;
  font-weight: normal;
}

.previewError {
  text-align: center;
  margin: 20px;
  color: red;
  font-weight: bold;
  width: 500px;
}

.previewError ul {
  list-style-type: disc;
  text-align: left;
}

.previewError li {
  margin-left: 7px;
  padding-left: 7px;
}

div.personalInfo small {
  display: block;
  margin: 0;
  padding: 8px;
  font: normal 10px Verdana, Geneva, sans-serif;
  color: #666666;
  clear: left;
}

.grayBg {
  background-color: #edf5ff;
}

div.personalInfo .optional {
  margin: 0px 0px;
  padding: 4px 0;
  clear: both;
  overflow: hidden;
}

div.personalInfo .optional label {
  font: normal 11px Verdana, Geneva, sans-serif;
}

div.personalInfo .required {
  margin: 0px 0px;
  padding: 4px 0;
  clear: both;
  overflow: hidden;
}

div.personalInfo .required.style-StartingCheckNumber input {
  width: 80px;
}

div.personalInfo .required label {
  font: bold 11px Verdana, Geneva, sans-serif;
  background-color: #fefeea;
}

div.routingdiv {
  padding: 0px 0px;
  margin-right: 3px;
  background: transparent url(../images/rountingSymbol.gif) no-repeat 167px 8px;
}

div.routingdiv input {
  width: 152px;
  margin-left: 17px;
}

span.checkbox input {
  width: auto;
}

div.account-open-year select, div.account-open-month select {
  width: auto;
}

div.account-open-year, div.account-open-month {
  display: inline;
}

.account-blurb {
  font: normal 11px Verdana, Geneva, sans-serif;
  margin: 0px 0 0 8px;
  color: #666666;
}

/*-------------Logo Container ---------*/

.logoSelection {
  padding: 5px 0px;
  overflow: hidden;
  font: normal 11px Verdana, Geneva, sans-serif;
  clear: both;
}

.logoSelection span {
  font: bold 11px Verdana, Geneva, sans-serif;
  margin: 0px 0 0 6px;
  color: #666666;
}

.logoSelection .selectLogo {
  float: left;
  padding: 5px 25px 5px 0;
  overflow: hidden;
  width: auto;
  border-right: 1px #cccccc solid;
  margin: 5px 0;
}

div.selectLogo select {
  margin: 2px 0px 2px 10px;
  font: normal 11px Verdana, Geneva, sans-serif;
}

div.logoSelection p {
  float: left;
  font-weight: bold;
  padding: 15px 10px 0 20px;
  color: #666666;
}

.stockLogo {
  clear: both;
  background-color: #edf5ff;
  padding: 0px 5px 6px 5px;
  margin: 0px 5px;
}

.stockLogo p {
  margin: 0px;
  padding: 5px 0;
}

#logoContainer {
  margin: 0px;
  padding: 0px;
  border: 1px #5595c4 solid;
  background-color: #FFF;
}

.logoImages {
  /* 

overflow: hidden; */
  text-align: center;
  overflow: auto;
  width: 350px;
  padding: 3px;
  margin: 0px;
/* height:224

px; */
}

.logoImages a {
  margin: 3px;
  padding: 0px;
  float: left;
  overflow: hidden;
}

.logoImages a img {
  width: 48px;
  height: 48px;
  border: 1px #cccccc solid;
}

.logoImages a:hover img {
  width: 46px;
  height: 46px;
  border: 2px #5595c4 solid;
}

.logoImages span {
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: hidden;
  border: 1px #FFFFFF solid;
}

.logoImages img.selectedLogo, .logoImages a:hover img.selectedLogo {
  border: 2px #FF0000 solid;
  /*

margin: 1px; */
  width: 46px;
  height: 46px;
}

.logoControls {
  background-color: #5595c4;
  height: 25px;
}

.leftArrow {
  margin: 0px 9px;
}

.leftArrow a {
  padding: 3px 2px;
  margin: 0px 9px;
  width: 16px;
  height: 16px;
  background: transparent url(../images/leftArrow.gif) no-repeat left 5px;
  text-indent: -9999px;
  float: left;
}

.rightArrow a {
  padding: 3px 2px;
  margin-left: 20px;
  width: 16px;
  height: 16px;
  background: transparent url(../images/rightArrow.gif) no-repeat left 5px;
  text-indent: -9999px;
  float: left;
}

.leftArrow a.notActive {
  background: transparent url(../images/notActive_leftArrow.gif) no-repeat left 5px;
  cursor: default;
}

.rightArrow a.notActive {
  background: transparent url(../images/notActive_rightArrow.gif) no-repeat left 5px;
  cursor: default;
}

.viewAll {
  display: none;
}

.viewAll a {
  color: #FFFFFF;
  text-decoration: underline;
  float: right;
  padding: 5px 0px 0 0px;
  margin: 0px;
  margin-right: 5px;
  font-weight: bold;
}

.viewAll a:hover {
  text-decoration: none;
}

div.stockLogo select {
  margin: 0px;
  margin: 6px 0 2px 0;
  padding: 0px;
  color: #555555;
  font-weight: bold;
  width: 265px;
}

.custom-logo-hint {
  height: 340px;
  width: 420px;
  overflow-y: scroll;
}

div.fontSelection select {
  margin: 5px 0 0 8px;
  width: 120px;
}

div.personalInfo label span.requiredAsterisk {
  color: Red;
  font-weight: bold;
}

.productID {
  color: #666666;
  font-size: 12px;
  text-transform: none;
}

.check_micrRolloverDiv {
  margin-left: 8px;
  cursor: pointer;
}

div.personalInfo .optional.style-AuxFieldRadioButton {
  padding: 0 0 0 8px;
}

div.personalInfo .optional.style-AuxFieldRadioButton label {
  float: none;
}

div.personalInfo .optional.style-AuxFieldRadioButton input {
  width: auto;
}

#ctl00_MainContent_AuxField_divField {
  padding: 8px 0;
}

#pers-note {
  width: 327px;
  height: 147px;
  background: url(../images/kit-pers-note-bg.png);
  padding: 10px;
  margin-left: 8px;
  margin-top: 3px;
}

#pers-note h3 {
  font-size: 12px;
  font-weight: bold;
  color: #ffba00;
  border-bottom: 1px solid #ffba00;
  margin-bottom: 15px;
}

#pers-note p {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 1.4em;
}

#pers-note .note-button {
  display: block;
  width: 239px;
  height: 23px;
  margin: 14px auto;
  text-indent: -9999px;
  background: url(../images/edit-pers-btn.png);
}

body {
  height: 100% !important
}

#ctl00_MainContent_StartingCheckNumber_Hint, #ctl00_MainContent_AuxField_Hint {
  padding: 3px 0 0 0;
  display: inline;
}

#ctl00_MainContent_AuxField_Hint {
  padding-left: 4px;
}

/*#SequenceNumberHint {
  margin: -3px 8px 20px 8px;
  padding: 10px;
  background-color: #ffeded;
  border: 1px solid #fc747d;
  color: #9f0009;
}*/

#SequenceNumberHint {
    display: block !important;
    background-color: #FEFEEA;
    border: 1px solid #DFDFB5;
    margin: -3px 8px 20px 8px;
    padding: 10px;
}

#transKitDeposit {
  margin: 0;
  padding: 4px 0 10px 0;
  border: 1px solid #cacaca;
  overflow: hidden;
  width: 364px;
  position: relative;
  left: -1px;
}

#ctl00_MainContent_ctl02_divField {
  padding: 8px;
  margin-top: 10px;
  
}

#ctl00_MainContent_ctl02_divField span {
  display: block;
  margin-bottom: 10px;
}

#ctl00_MainContent_ctl02_divField input {
  width: 150px;
  height: 20px;
}



#ctl00_MainContent_ctl02_divField label{
  float:left;
margin:0;
padding:3px 0 4px 6px;
width:160px;
}

#ctl00_MainContent_ctl02_Hint {
  display: block;
  clear:  both;
  margin: 3px 0 0 166px;
}

/* ---- Substore Overrides ---- */

.SubStore #accordion .stepContainer h1 {
  color: #333;
}

.SubStore .firstTitle {
  color: #333; 
}

/* The highlighted tab */

.SubStore #accordion .title-3.ui-state-active a, #accordion .title-3 a {
  color: #fff;
  padding: 6px 0px 5px 30px;
  background: transparent url(../images/substore_tab_open_bg.gif) no-repeat left top;
  text-decoration: none;
  display: block;
}

.SubStore #accordion .title-3.ui-state-active a {
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

/* Closed tab */

.SubStore #accordion .title-3.ui-state-default a {
  color: #555555;
  padding: 5px 0px 5px 30px;
  background: transparent url(../images/tab_notActive_bg.gif) no-repeat left top;
  text-decoration: none;
  display: block;
}

/* Completed tab */

.SubStore #accordion .title-3 a.completed {
  cursor: pointer;
  color: #555555;
  background: transparent url(../images/tab_done_bg.gif) no-repeat left top;
  text-shadow: 1px 1px 0 #fff;
}

.SubStore #accordion .title-3 a:hover {
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  background: transparent url(../images/substore_tab_open_bg.gif) no-repeat left top;
}

.thumb-replace{
  width: 214px;
  height: 90px;
  float: left;
  margin-right: 14px;
}

div.product-description-text ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 0 10px 0;
  float: right;
  width: 270px;
}

div.product-description-text ul li{
  margin: 6px 0 4px 16px;
  
}

div.product-description-text p {
  float: right;
  width: 270px;
}



