@charset "utf-8";
/* CSS Document */

.error, .required { color: #a00 }
.success { color: #393 }
H1, H2, H3, LEGEND { color: #333333 }

FORM#signup {
  margin: 0 0 0 0;
}

DIV#multiple { clear: both; margin-bottom: 1.2em; }

.clear {
  clear:both;
  height:1px;
}

DIV#su-main {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 926px;
}

DIV#su-form-col  {
  width: 676px;
  float: left;
  min-height: 322px;
}

DIV#su-side-col {
  float: left;
  width: 220px;
  padding: 0 30px 0 0;
}
DIV#su-side-col TABLE TD {
  text-align: right;
}
DIV#su-side-col H4 {
  color: #ff0000
}

DIV#su-steps-nav {
  margin: 18px auto;
  padding: 0;
  width: 926px;
  zoom: 1;
}
DIV#su-steps-nav {
  background: url(/images/img/progress_bar_bg.png) 0 0 no-repeat;
}
DIV#su-steps-nav OL {
  margin-top: 0;
}
DIV#su-steps-nav LI {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: -4px;
  padding: 15px 20px 0 20px;
  background: url(/images/img/progress_bar_indicator.png) center 0 no-repeat;
  width: 145px;
  text-align: center;
  vertical-align: top;
}
div#su-steps-nav li#su-steps-nav-1-current,
div#su-steps-nav LI#su-steps-nav-2-current,
div#su-steps-nav li#su-steps-nav-3-current,
div#su-steps-nav li#su-steps-nav-4-current {
  font-weight: bold;
  background-position: center -190px;
}
DIV#su-steps-nav LI SPAN.plan-desc {
  color: #999;
}
DIV#su-steps-nav A {
  color: #999;
  text-decoration: none;
}
DIV#su-steps-nav LI SPAN.plan-desc-current {
  font-weight: bold;
  color: #333;
}

DIV#su-steps-nav DIV {
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
}

DIV#su-addl-info {
  margin: 40px 0 0 0;
  padding: 10px 20px;
  float: left;
}

DIV#su-addl-info DIV {
  width: 570px;
  margin-top: 1em;
}

DIV#su-addl-info-twostep {
  margin: 40px 0 0 0;
  padding: 10px 10px;
  width: 250px;
  float: left;
}

DIV#su-addl-info-twostep DIV {
  margin-top: 1em;
}

DIV#su-addl-info H2 {
  color: #000;
  text-decoration: underline;
}

IMG.newsreader, IMG#su-cobrand {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 180px;
  height: auto;
  display: block;
}

IMG.newsreader#gna_logo {
  padding: 20px 20px 20px 25px;
}

#su-side-col #cc-logos {
  padding: 0;
}
#su-side-col #cc-logos img {
  clear: both;
  padding: 0 8px 10px 8px;
}

#su-addl-info #cc-logos img {
  margin: 0 12px;
}

/* New Signup Plan page */
.planBoxPrice{
  display: block;
  line-height:32px;
  vertical-align:top;
  font-size:32px;
  text-align: right;
  font-weight: bold;
}
.planBoxPrice sup{
  padding:0 2px;
  vertical-align:top;
  font-size:12px;
  font-weight:normal;
}
.planBoxPriceOrig{
  display: block;
  line-height:16px;
  vertical-align:top;
  text-align: right;
  font-size:16px;
  text-decoration: line-through;
}
.planBoxPriceOrig sup{
  padding:0 2px;
  vertical-align:top;
  font-size:8px;
  font-weight:normal;
}

DIV.su-ssl {
  border-top: 1px solid #e2e2e2;
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
DIV.su-ssl ul {
  padding-left: 30px;
}
DIV.su-ssl li {
  padding-bottom: 5px;
}

/* Earthlink styles */
DIV#earthlinksignup {
  background: transparent url(/images/img/earthlink_savebig.jpg) no-repeat top left;
  margin: 30px auto 0 ;
  height: 309px;
  text-align: justify;
  width: 610px;
}

DIV#earthlink_desc {
  background: transparent url(/images/img/earthlinklogo.jpg) no-repeat top left;
  float: right;
  margin: 0 0 0 220px;
  padding: 30px 0 0 0;
}

DIV#earthlink_desc H2,
DIV#earthlink_desc H3 {
  color:#EA5000;
}

DIV#earthlink_desc P {
  padding-top: 5px;
}

/* End Earthlink styles */

/* WOW styles */
DIV#wowsignup {
  background: transparent url(/images/img/wow/wow_savebig.jpg) no-repeat top left;
  xfloat: left;
  margin: 30px auto 0;
  xheight: 390px;
  text-align: justify;
  width: 610px;
  overflow: hidden;
}

DIV#wow_desc {
  background: transparent url(/images/img/wow/wow_logo.jpg) no-repeat top left;
  float: right;
  margin: 0 0 0 250px;
  padding: 90px 0 0 0;
}

DIV#wow_desc H2,
DIV#wow_desc H3 {
  color:#000;
}

DIV#wow_desc P {
  padding-top: 5px;
}

/* End WOW styles */

div#verify_options {
  margin-bottom: 10px;
  clear: both;
}

/* Sign Up Button */
.su-button {
  text-decoration:none;
  font-size:12px;
  cursor:pointer;
}

.su-button .top {
  background:url(/images/img/su-button.png) no-repeat 0 0;
  display:block;
  height:7px;
  overflow:hidden;
  width:93px;
  cursor: pointer;
}
.su-button .middle {
  display:block;
  background:#3075cb;
  width:93px;
  color:#FFF;
  line-height:14px;
  font-weight:bold;
  text-align:center;
  border: none;
  cursor: pointer;
}
.su-button .bottom {
  display:block;
  height:7px;
  width:93px;
  background:url(/images/img/su-button.png) no-repeat 0 -20px;
  cursor: pointer;
}

.su-special-none {
  display:none;
}

/* Additional Information */
#su-add-info h3 {
  color:#333;
  margin:0 0 10px 0;
}
#su-add-info h4 {
  color:#666;
  margin:0 0 3px 0;
  font-size:12px;
}
#su-add-info p {
  color:#666;
}
.su-credit-cards {
  background:url(/images/img/su-credit-cards.png) no-repeat;
  width:486px;
  height:35px;
}

/* Finish Page */
h2.thankyou {
  font-size: 24px;
}
div.finishInfo h2 {
  color: #666666;
  font-size: 18px;
  padding-bottom: 10px;
}
div.finishInfo div.getStarted {
  padding: 15px 0;
}
div.finishInfo div.bonusFeatures, div.finishInfo div.newsreader, div.finishInfo div.enhance {
  padding: 0 0 15px;
}
div.finishInfo div.usenetUniversity {
  padding: 9px 0 0px 85px;
  background: url(/images/img/icon_gn-university.jpg) no-repeat 0 0 scroll;
  min-height: 57px;
  _height: 57px;
}
div.finishInfo div.gnFaq {
  padding: 12px 0 0px 85px;
  background: url(/images/img/icon_faq.jpg) no-repeat 0 0 scroll;
  min-height: 53px;
  _height: 53px;
}
div.finishInfo div.support {
  padding: 10px 0 0px 85px;
  background: url(/images/img/icon_support.jpg) no-repeat 0 0 scroll;
  min-height: 62px;
  _height: 62px;
}
div.finishInfo div.mimo {
  padding: 6px 0 0px 85px;
  background: url(/images/img/icon_mimo.jpg) no-repeat 0 0 scroll;
  min-height: 95px;
  _height: 95px;
}
div.finishInfo div.vypr {
  padding: 10px 0 0px 85px;
  background: url(/images/img/icon_vyprvpn.jpg) no-repeat 0 0 scroll;
  min-height: 85px;
  _height: 85px;
}
div.finishInfo div.specials {
  padding: 5px 0 0px 85px;
  background: url(/images/img/icon_installer.jpg) no-repeat 0 0 scroll;
  min-height: 50px;
  _height: 50px;
}
div.finishInfo div.gnAccelerator {
  padding: 1px 0 0px 85px;
  background: url(/images/img/icon_gn-accelerator.jpg) no-repeat 0 0 scroll;
  min-height: 63px;
  _height: 63px;
}


/* NEW Signup Styles */
div#su-main-bg {
	margin-bottom:10px;
  margin: 0 auto;
  width: 926px;
}
div.sum-treatment {
  background: #f1f4f6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #e2e5e7;
}
div.sum-treatment2 {
  background: #f1f4f6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #e2e5e7;
}
fieldset {
  float: none;
  clear: both;
  padding: 0 0 20px 0;
  margin: 0;
}
fieldset select,
fieldset label,
fieldset input.text,
fieldset textarea {
  float: none !important;
}
fieldset input.text,
fieldset textarea {
  display: inline-block !important;
  zoom: 1;
  *display: inline !important;
  padding: 5px;
  border: solid 1px #999;
  width: 250px;
  vertical-align: top;
}
fieldset textarea#f-address,
fieldset input#f-city, 
fieldset input#f-state,
fieldset input#f-zip {
  width: 250px;
}
fieldset input#su-cvv {
  width:125px;
}
fieldset select {
  display: inline-block !important;
  zoom: 1;
  *display: inline;
  padding: 5px;
  border: solid 1px #999;
  width: 262px;
}
fieldset select#su-exp {
  width: 137px;
}
fieldset label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 150px;
  padding: 5px 5px 0 0;
  text-align: right;
  font-weight: normal;
  color: #666;
}
fieldset label#lb-comments {
  text-align: left;
  padding: 0 0 10px 0;
}
fieldset textarea#su-comments {
  width: 400px;
}
fieldset div.field {
  padding: 0 0 10px 0;
}
fieldset div.field div.field-note {
  width: 230px;
  color: #FFFFFF;
  padding: 5px 5px 5px 25px;
  border: solid 1px #666666;
  font-size: 11px;
  font-weight: bold;
  background: #898989 url(/images/img/icon-info-blue-13.png) 5px center no-repeat;
  margin: 10px 0 0 158px;
  _display: inline;
  
}
div.form-block-head {
  border-bottom: solid 1px #dddddd;
  float: left;
  width: 670px;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
}
div.form-block-head h3 {
  clear: both;
  float: left;
  margin: 0;
  max-width: 300px;
  padding: 0;
}
div.form-block-head h3 a {
  color: #00e !important;
}
div.form-block-head div.form-block-note {
  color: #666;
  text-align: right;
}
div.su-payment-wrap {
  float: left;
  width: 100%;
}
div.su-payment-wrap fieldset {
  clear: none;
  width: 66%;
  display: inline;
  zoom: 1;
}
#su-free-trial-info {
  background: url(/images/img/layout-20101201/arrowGreenTrial.png) top left no-repeat transparent;
  display: inline;
  float: right;
  padding-top: 50px;
  text-align: center;
  width: 33%;
  zoom: 1;
}
#su-free-trial-info h4 {
  color: #333;
  font-size: 24px;
  margin: 0;
  padding-bottom: 10px;
}
#su-free-trial-info p {
  color: #666;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}

select option.divider {
  border-top:1px solid #DDDDDD;
  margin-top:2px;
  padding-top:2px;
}
input.su-next {
  background: #f36100;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.48, rgb(243,97,0)),
    color-stop(0.74, rgb(248,128,0))
);
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(243,97,0) 48%,
    rgb(248,128,0) 74%
);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: none;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  font-size: 18px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  padding: 10px 30px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  cursor: pointer;
  position: relative;  
}
input.su-next:hover {
  background: #f36100;
}
input.su-next:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px;
}
input.su-next2 {
  display: inline-block;
  *display: inline;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border: 1px solid #a53131;
  background: url(/images/img/bgButtonRed.png) bottom repeat-x transparent;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0;
  /* padding: 7px 25px; */
  padding: 7px 5px;
  line-height: 1.0em;
  text-shadow: 0 1px 0 #333;
  -moz-box-shadow: 0 1px 1px #666;
  -webkit-box-shadow: 0 1px 1px #666;
  box-shadow: 0 1px 1px #666;
  width: 122px;
  zoom: 1;
  cursor: pointer; 
}
input.su-next2:hover {
  background-position: top;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Top Order Sum */
div#su-main-bg div#order-sum {
  margin: 0 auto 20px;
  padding: 15px 20px;
  width: 882px;
}

table#order-sum-table tr#heading-row td { 
  vertical-align: top;
  padding: 0 0 3px 0;
}
table#order-sum-table tr#heading-row td h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  font-family: 'Museo Sans 500',Helvetica,Arial,sans-serif;
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}
table#order-sum-table tr#info-row td {
  vertical-align: top;
}
table#order-sum-table ul#planIncludes {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
table#order-sum-table tr td.acct-type-col {
  width: 140px;
  font-size: 24px !important;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
  padding-right: 10px;
  border-right: 1px solid #FFFFFF;
}
table#order-sum-table tr td.includes-col {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #FFFFFF;
  padding: 0 10px !important;
  width: 150px;
}
table#order-sum-table tr td.promo-col {
  padding: 0 10px !important;
  border-left: 1px solid #DDDDDD;
}
table#order-sum-table tr td.mo-price-col {
  width: 150px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-size: 24px !important;
  padding: 0 10px !important;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #FFFFFF;
}
table#order-sum-table tr td.order-total-col {
  width: 170px;
}
table#order-sum-table tr td.promo-col h4,
table#order-sum-table tr td.promo-col p {
  margin: 0;
  padding: 0 0 5px;
}
table#order-sum-table tr#info-row td.acct-type-col,
table#order-sum-table tr#info-row td.mo-price-col, 
table#order-sum-table tr#info-row td.order-total-col {
  font-size: 1.3em;
}
table#order-sum-table tr td.promo-col h4 {
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
}

/* Plan Details */
div#plan_details {
  padding: 20px;
}
div#plan_details h3 {
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: solid 1px #ddd;
}
div#plan_details table {
  width: 100%;
}
div#plan_details table td {
  font-size: 11px;
  padding: 0 0 10px 0;
}
div#plan_details table td.label {
  text-align: left;
  font-weight: bold;
}
div#plan_details table td.value {
  text-align: right;
  color: #666;
}

/* Policies */
fieldset#su-policies p.agree-text {
  display: inline-block;
  zoom:1;
  *display: inline;
  line-height:22px;
}
div.radio-block {
  display: inline-block;
  zoom:1;
  *display: inline;
  width: auto;
}
div.radio-block label {
  width: auto;
  font-weight: bold;
  color: #000;
}
/* Options */
fieldset.options label {
  text-align: left;
  width: 628px;
}
fieldset.options label strong {
  color: #000;
  font-weight: bold;
}
/* Verify */
div#verify {
  padding: 0 0 30px 0;
  margin: 0;
}
div#verify div.row {
  padding: 0 0 10px 0;
}
div#verify div.row span.input {
  color: #666;
}
div#verify div.row span.input.email-address {
  color: #ad0000;
}
p.block-intro {
  font-size: 14px;
  line-height: 1.5em;
  color: #666;
  clear: both;
  margin: 0;
  padding: 0 0 20px 0;
}
.block-success {
  background: #eafedd;
  border: solid 1px #b3e1ab;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  color: #666;
}
.block-success h4 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #1fa41d;
  font-size: 15px;
}
.block-success p {
  margin-bottom: 10px;
  color: #666;
}
.block-success ul {
  margin-top: 0;
  color: #666;
}
.block-success label {
  font-size: 13px;
  font-weight: bold;
  color: #666;
}
div#verify div.row span.label {
  font-size: 12px;
  color: #333;
}
form#signup div#submit .su-button {
  font-size: 13px !important;
}
form#signup div#submit span {
  margin: 0;
}
form#signup div#submit input {
  margin: 0;
  float: none;
}
fieldset#su-policies p#multiple {
  clear: both;
  color: #666;
}

/* Affiliate Branding */
div.cobrand-block {
  padding: 0 0 20px 0;
}
div.cobrand-block h3 {
  margin: 0;
  padding: 0 0 10px 0;
}

/* Messages */
p.error {
  background: #fff2c6 url(/images/img/error-icon-yield-sign.png) 15px 10px no-repeat;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #f8cf48;
  padding: 15px 15px 15px 75px;
  min-height: 40px;
  margin: 0 0 20px 0;
  color: #333;
  _height: 40px;
}
div#theBigContainer {
  clear: both;
}

div#cc_data_exp select {
  width: 80px;
}
div#cc_data_exp select#month {
  margin: 0 8px 0 0;
}
div#cc_data_exp select#year {
  margin: 0 0 0 10px;
}
p.large {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  font-size: 24px;
}

/* Add-ons Changes */
h1.signupHeader {
  font-size: 24px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #333333;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px dashed #DDDDDD;
}
h1.signupHeader span {
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
  font-family: Helvetica,Arial,sans-serif;
}
.toolTip {
  width: 250px;
  margin: 0;
  padding: 10px 0 0 158px;
  color: #666666;
}
.trialQualify {
  background: #EAFEDD;
  padding: 20px;
  border: 1px solid #B3E1AB;
  margin: 0 0 20px;
}
.trialQualify h4 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 10px;
}
.trialQualify p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.finishAddInfo {
  border-top: 1px dashed #DDDDDD;
  position: relative;
}
.finishAddInfo h2 {
  font-size: 24px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
}
.finishAddInfo a {
  color: #0066CC;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 0;
}
.finishAddInfo a:hover {
  text-decoration: underline;
}
.finishAddInfo p {
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}
div.execulink-header {
  width:926px;
  padding-bottom:30px;
}

/*BEGIN LAYOUT-20101201*/
.gnBodyWrapper {
  padding: 5px 0;
}

.bottom-bar-container {
  border-top: none;
}

#signUpHeader {
  margin: 0;
  padding: 15px 0 35px;
  text-align: center;
  line-height: 1.3em;
}
#signUpHeader h1 {
  font-size: 35px;
  margin: 0;
  padding: 0 0 7px;
  color: #333;
}
#signUpHeader p {
  color: #666;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.gnSpecialBanner {
  width: 100%;
  background: url(/images/img/bgSignUpSpecial.png) bottom repeat-x #fff;
  border: 1px solid #d8d8d8;
  -moz-box-shadow: 0 2px 1px #ddd;
  -webkit-box-shadow: 0 2px 1px #ddd;
  box-shadow: 0 2px 1px #ddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 32px;
}
.gnSpecialBanner .specialContent {
  padding: 15px;
  color: #666;
}
.gnSpecialBanner h2 {
  color: #ea6211;
  padding: 12px 0 13px 203px;
  margin: 0;
}
.gnSpecialBanner #earthlink h2 {
  background: url(/images/img/earthlinklogo.jpg) top left no-repeat;
  font-size: 20px;
}
.gnSpecialBanner #wow h2 {
  background: url(/images/img/wowlogo.png) top left no-repeat;
  font-size: 18px;
}
.gnSpecialBanner .left, .gnSpecialBanner .right {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.gnSpecialBanner .left {
  padding: 0 15px 0 0;
  margin: 0;
}
.gnSpecialBanner .right {
  padding: 0 0 0 15px;
  margin: 0;
  border-left: 1px dashed #ddd;
}
.gnSpecialBanner strong {
  display: block;
  margin: 0;
  padding: 0 0 5px;
  color: #333;
  font-size: 16px;
  line-height: 1.4em;
}
.gnSpecialBanner p {
  font-size: 13px;
  line-height: 1.4em;
}

#signup-isp select#ct-country {
  display: block !important;
  float: left !important;
  height: 20px;
  padding: 0;
  width: 48%;
}



/* Top Order Sum2 */

div#su-main-bg2 div#order-sum2 {
  margin: 0 auto 20px;
  padding: 15px 20px;
  width: auto;
}

table#order-sum-table tr#heading-row td { 
  vertical-align: top;
  padding: 0 0 3px 0;
}
table#order-sum-table tr#heading-row td h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  font-family: 'Museo Sans 500',Helvetica,Arial,sans-serif;
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}
table#order-sum-table tr#info-row td {
  vertical-align: top;
}
table#order-sum-table ul#planIncludes {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
table#order-sum-table tr td.acct-type-col {
  width: 140px;
  font-size: 24px !important;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
  padding-right: 10px;
  border-right: 1px solid #FFFFFF;
}
table#order-sum-table tr td.includes-col {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #FFFFFF;
  padding: 0 10px !important;
  width: 150px;
}
table#order-sum-table tr td.promo-col {
  padding: 0 10px !important;
  border-left: 1px solid #DDDDDD;
}
table#order-sum-table tr td.mo-price-col {
  width: 150px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-size: 24px !important;
  padding: 0 10px !important;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #FFFFFF;
}
table#order-sum-table tr td.order-total-col {
  width: 170px;
}
table#order-sum-table tr td.promo-col h4,
table#order-sum-table tr td.promo-col p {
  margin: 0;
  padding: 0 0 5px;
}
table#order-sum-table tr#info-row td.acct-type-col,
table#order-sum-table tr#info-row td.mo-price-col, 
table#order-sum-table tr#info-row td.order-total-col {
  font-size: 1.3em;
}
table#order-sum-table tr td.promo-col h4 {
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
}



table#order-sum-table tr td.acct-type-col2 {
	width:30%;
  font-size: 34px !important;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
  padding-right: 10px;
  border-right: 1px solid #FFFFFF;
}
table#order-sum-table tr td.includes-col2 {
	width:30%;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #FFFFFF;
  padding: 0 10px !important;
}
table#order-sum-table tr td.promo-col2 {
  padding: 0 10px !important;
  border-left: 1px solid #DDDDDD;
}
table#order-sum-table tr td.mo-price-col2 {
	width:40%;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-size: 34px !important;
  padding: 0 10px !important;
  border-left: 1px solid #DDDDDD;
}
table#order-sum-table tr td.promo-col h4,
table#order-sum-table tr td.promo-col p {
  margin: 0;
  padding: 0 0 5px;
}
table#order-sum-table tr#info-row td.acct-type-col2,
table#order-sum-table tr#info-row td.mo-price-col2, 
table#order-sum-table tr#info-row td.order-total-col2 {
  font-size: 1.3em;
}
table#order-sum-table tr td.promo-col2 h4 {
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: normal;
}
