
#header-links-container, .main {
  width: 853px;
  margin-left: auto;
  margin-right: auto;
}
.steps {
  align: center;
  margin-right: auto;
  margin-left: auto;
}
.steps td {
  width: 119px;
  padding-bottom: 28px;
}
.steps td.on {
  width: 119px;
}
.banner {
  display: none;
}

.square .row-top .top-branch-off,
.square .row-top .top-leaf-off
{
  height:30px;
  background: #dddddd;

  border: 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;

  /* for webkit browsers */
  background: -webkit-linear-gradient(#dddddd, #f8f8f8);
  background: -moz-linear-gradient(top, #DDDDDD, #f8f8f8);

  /* for IE */
  background: linear-gradient(#dddddd, #f8f8f8);
  -pie-background: linear-gradient(#dddddd, #f8f8f8);

  position: relative;
  behavior: url(/hub/css/PIE.htc);
}

.square .row-top .top-branch-on,
.square .row-top .top-leaf-on 
{
  height:30px;                        
  background: #2B7483;                   
  border: 0px;

  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius:8px 8px 0px 0px;                
  border-radius: 8px 8px 0px 0px;                         

  position: relative;
  behavior: url(/hub/css/PIE.htc);
}

.square .row-other
{
  /* for webkit browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#fff));
  background: -moz-linear-gradient(top,  #DDDDDD,  #fff); /* for firefox 3.6+ */
  background: linear-gradient(#dddddd, #ffffff);
  -pie-background: linear-gradient(#dddddd, #ffffff);
  position: relative;
  behavior: url(/hub/css/PIE.htc);
}
.square .row-other td
{
  /* for webkit browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#fff));
  background: -moz-linear-gradient(top,  #DDDDDD,  #fff); /* for firefox 3.6+ */
  background: linear-gradient(#dddddd, #ffffff);
  -pie-background: linear-gradient(#dddddd, #ffffff);
  position: relative;
  behavior: url(/hub/css/PIE.htc);
}
.square .row-other td.gap
{
  background-color: #FFFFFF;
}
.square .row-other .other-branch-on,
.square .row-other .other-leaf-on 
{
  /* for webkit browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#fff));
  background: -moz-linear-gradient(top,  #DDDDDD,  #fff); /* for firefox 3.6+ */
  background: linear-gradient(#dddddd, #ffffff);
  -pie-background: linear-gradient(#dddddd, #ffffff);
  position: relative;
  behavior: url(/hub/css/PIE.htc);
}

.profile div.pagetitle,
.billing div.pagetitle {
  display: block;
}
.profile th.pagetitle,
.billing th.pagetitle {
  display: table-cell;
}



/*
  Add your desired container spans or divs to the list below to style with the light blue box look
*/
#formfooter\.footerbuttontext,#formfooter\.footerblurb,
.personal-introtext, .personal-accentnote,
#shipping\.mainshipcopy, #shipping\.finalwarning,
#bill\.copy1, #bill\.copy2, .note items-table, #review\.reviewafter {
  display: block;
  margin-top: 10px;
}

.header-links {
  border: 0px;
  padding: 4px;
  width: 100%;
  text-align: right;
}

.pageinstructions { 
  font-size: 13px;
  text-align: center;
  padding: 20px;
}

.personal-accentnote {
  font-size: 12px;
  text-align: center;
  width: 80%;
  background-color:#DCE5EA;
  -moz-border-radius: 15px;
  border-radius: 15px;
}


#basket-list-title {
  margin-top: 7px;
  padding-top: 7px;
  margin-bottom: 7px;
  font-weight: bold;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.basket-list-item {
  margin-bottom: 5px;
}
.error {
  font-size: 10px;
  text-align: center;
  text-align: left;
  padding:8px;
  width:400px;
  border: 1px solid #FF0000;
  background-color: #FFFFFF;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.form-body tr td.label { max-width:200px; min-width: 200px; width: 200px; }
.form-body th div.title {text-align:left; }
.form-body th div.form-subheader {text-align:left; }


.form-body, .items-table {
  font-size: 12px;
  display: block;
  /* for webkit browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#DFDFDF));
  background: -moz-linear-gradient(top,  #EFEFEF,  #DFDFDF); /* for firefox 3.6+ */

  background: linear-gradient(#EFEFEF, #DFDFDF);
  -pie-background: linear-gradient(#EFEFEF, #DFDFDF);
  position: relative;
  behavior: url(/hub/css/PIE.htc);


  padding:  5px;
  text-align: left;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #BEBEBE;
}
  
.form-body th,
.tabular th,
.items-table th {
  font-size: 14px;
  margin: 5px 0px 5px 12px;
  text-align:left;
}
.form-subheader,.form-headernote,
.items-table th.numcol,
.items-table td.numcol,
.items-table td.total,
.items-table td.label {
  font-size: 12px;
  text-align: right;
}  

.form-body td,
.tabular td,
.items-table td,
.items-table td.data {
  background-color: transparent;
}

.form-body td.label, .items-table td.label
{
  background-color: transparent;
  font-weight: normal;
  width: 45%;
  min-width: 45%;
  max-width: 55%;
}

.form-body td.input-left {
  background-color: transparent;
  width: 45%;
  min-width: 45%;
  max-width: 55%;
}
.form-body td.label-right {
  background-color: transparent;
}

.form-body td.input,
.form-body td.input td,
.form-body td.input th
{
  background-color: transparent;
}  
.form-body td.submit 
{
  background-color: transparent;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 1853px;
}
