#payments-nav-wrap {
  display: inline;
  float: left;
  padding: 25px 0 0 25px;
  width: 971px;
}

#payments-nav-wrap a.logo {
  background: url("../images/payments/sp_registrations_logo.gif") no-repeat scroll 0 0 transparent;
  display: inline;
  float: left;
  height: 77px;
  width: 296px;
}

#payments-nav-items {
  background: url("../images/payments/nav_bottom.jpg") no-repeat scroll 0 bottom transparent;
  float: right;
  height: 50px;
  padding: 8px 0 0;
  width: 671px;
}
#payments-nav-items li {
  background: url("../images/payments/nav_divider.jpg") no-repeat scroll 0 0 transparent;
  display: inline;
  float: left;
  height: 40px;
}

#payments-nav-items li.first-nav {
    background: none;
}

#payments-nav-items li a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  padding: 0 29px;
  margin: 10px 0 0;
  float: left;
}

#col-1-2-wrap {
  margin: 0 0 0 25px;
  width: 643px;
}

#content {
  padding: 0 13px 0 0;
  width: 630px;
}

#form {
  background: url("../images/payments/form_bg.jpg") no-repeat scroll 0 bottom transparent;
  height: 269px;
  padding: 25px 35px;
  width: 557px;
}

#below-form img {
  display: block;
  float: left;
  width: 315px;
}

h2 {
    color: #4C839F;
    display: inline;
    float: left;
    font-family: 'DINBold',Arial,Verdana,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
    width: 100%;
}

h3 {
  color: #666666;
  font-family: 'DINBold',Arial,Verdana,sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 15px 0;
    width: 100%;
    display: inline;
    float: left;
}

#content p {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 1em;
  color: #666666;
}

#content p b {
    font-size: 18px;
}

#below-form p {
    float: left;
    width: 390px;
    display: inline;
}

#col-3-wrap {
  background: none repeat scroll 0 0 #EAEAEA;
  margin: 0;
  padding: 0 0 100px;
  width: 326px;
}

#payments-social {
  background: none repeat scroll 0 0 #EAEAEA;
  display: inline;
  float: right;
  padding: 10px 20px 0;
  width: 286px;
}

#affiliates h4 {
    color: #EAEAEA;
    font-family: 'DINBold',Arial,Verdana,sans-serif;
    font-weight: normal;
}
#affiliates .title {
background: #565656; /* Old browsers */
background: -moz-linear-gradient(top,  #565656 0%, #505050 25%, #3b3b3b 75%, #343434 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(25%,#505050), color-stop(75%,#3b3b3b), color-stop(100%,#343434)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #565656 0%,#505050 25%,#3b3b3b 75%,#343434 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #565656 0%,#505050 25%,#3b3b3b 75%,#343434 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #565656 0%,#505050 25%,#3b3b3b 75%,#343434 100%); /* IE10+ */
background: linear-gradient(to bottom,  #565656 0%,#505050 25%,#3b3b3b 75%,#343434 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
  color: #EAEAEA;
  font-size: 12px;
  padding: 0;
  float: left;
  display: inline;
  width: 326px;
}

.number {
  display: inline;
  float: left;
  font-size: 40px;
  font-weight: bold;
  margin: 0 10px 0 25px;
  text-align: right;
}

#col-3-wrap .small {
}
#col-3-wrap .big {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;
}
#col-3-wrap .big, #col-3-wrap .small {
    display: inline;
    float: left;
    width: 199px;
}

#col-3-wrap .reward span p {
width:160px;
}

#affiliates-content {
  background: url("../images/payments/recipient_bg.jpg") repeat-x scroll 0 0 transparent;
  display: inline;
  float: left;
  padding: 12px 25px 12px 11px;
  width: 290px;
}

#affiliates #affiliates-content h4, #affiliates #affiliates-content h4 a {
  color: #000000;
  font-size: 16px;
}

#affiliates-content #assoc-wrap {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 22%, #d4d4d4 80%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(22%,#f7f7f7), color-stop(80%,#d4d4d4), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 22%,#d4d4d4 80%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 22%,#d4d4d4 80%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 22%,#d4d4d4 80%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 22%,#d4d4d4 80%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  border-radius: 10px 10px 10px 10px;
  float: left;
  height: 75px;
  margin: 0 0 0 10px;
  width: 276px;
}

#affiliates #affiliates-content h4 {
  color: #000000;
  font-size: 16px;
}

#affiliates-content #assoc-wrap {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 22%, #d4d4d4 80%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(22%,#f7f7f7), color-stop(80%,#d4d4d4), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 22%,#d4d4d4 80%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 22%,#d4d4d4 80%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 22%,#d4d4d4 80%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 22%,#d4d4d4 80%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  border-radius: 10px 10px 10px 10px;
  float: left;
  height: 75px;
  margin: 0 0 0 10px;
  width: 277px;
}

.assoc p {
    float: left;
    display: inline;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.assoc {
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  margin: 20px 15px 0;
  overflow: hidden;
  width: 245px;
}

.reward {
  display: inline;
  float: left;
  height: 20px;
  margin: 0 15px;
  width: 245px;
}

.reward span {
  color: #666666;
  display: inline;
  float: left;
  font-size: 13px;
  font-style: italic;
  height: 15px;
  margin: 0 5px 0 0;
  overflow: hidden;
}

.reward span p {
  color: #4C839F;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 125px;
}

#login {
  background: url("../images/payments/login_icon.png") no-repeat scroll 0 0 transparent;
  display: inline;
  float: left;
  margin: 10px 0 0;
  padding: 0 0 0 50px;
  width: 240px;
}

#login p {
  color: #555555;
  font-family: 'DINRegular',Arial,Verdana,sans-serif;
  font-size: 14px;
}

#login h4 {
  color: #000000;
  display: inline;
  float: left;
  font-size: 16px;
  margin: 10px 0 0;
  width: 100%;
}

.quote {
  background: url("../images/payments/dividing_line.jpg") no-repeat scroll 0 bottom transparent;
  color: #666666;
  display: inline;
  float: left;
  padding: 0 10px;
  width: 306px;
}

#col-3-wrap h3 {
  color: #000000;
  font-size: 21px;
}

.quote p {
    font-style: italic;
    font-size: 19px;
}

.quote a {
    color: #666666;
    font-size: 11px;
    font-style: normal;
    text-decoration: underline;
}

.quote h5 {
    color: #4C839F;
    float: left;
    font-size: 20px;
    font-style: italic;
    width: 150px;
}

.quote div p {
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
}

#rewards-table {
  display: inline;
  float: left;
  font-size: 11px;
  width: 100%;
}

#rewards-table a {
    color: #666666;
    text-decoration: underline;
}

#rewards-table caption {
background: #565656; /* Old browsers */
background: -moz-linear-gradient(top,  #565656 0%, #505050 25%, #3b3b3b 75%, #343434 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(25%,#505050), color-stop(75%,#3b3b3b), color-stop(100%,#343434)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #565656 0%,#505050 25%,#3b3b3b 75%,#343434 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #565656 0%,#505050 25%,#3b3b3b 75%,#343434 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #565656 0%,#505050 25%,#3b3b3b 75%,#343434 100%); /* IE10+ */
background: linear-gradient(to bottom,  #565656 0%,#505050 25%,#3b3b3b 75%,#343434 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
  color: #FFFFFF;
  display: inline-block;
  font-family: 'DINBold',Arial,Verdana,sans-serif;
  font-size: 21px;
  padding: 5px 0;
  text-indent: 10px;
  width: 100%;
}

th {
  background: #4B82A1;
  font-weight: bold;
  text-transform: uppercase;
  width: 97px;
}

td, th {
    border: 1px solid #E1E1E1;
    padding: 5px;
}

tr.odd {
    background: #d7d7d7;
    height: 35px;
}

tr{
    height: 35px;
}

.splogo {
  background: url("../../../images/splogo_footer_lightbg.png") no-repeat scroll 0 bottom transparent;
  display: inline;
  float: right;
  height: 35px;
  width: 175px;
}

.assoc .cycle {
  width: 245px;
  }

.cycle {
  display: inline;
  float: left;
  width: 165px;
}

#rewards-table .td2 {
    width: 110px;
}

#pagetitle {
  padding: 0 0 10px;
}

#content ul li, #content ol li ul li {
  font-size: 12px;
  list-style-type: square;
  margin: 5px 0 0;
}