/* `jQueryUI
----------------------------------------------------------------------------------------------------*/
.ui-widget { font-size: 12px; }

/* `Link
----------------------------------------------------------------------------------------------------*/

a:link {
    color: #0693D8;
    text-decoration: none;
}

a:visited {
    color: #146BAD;
    text-decoration: none;
}

a:hover {
    color: #079EFF;
    text-decoration: underline;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

body {
    background: #fff url(../images/single/body.png) repeat-x;
    color: #414141;
    padding: 20px 0;
}

strong {
    font-style: normal;
    font-size: 1.4em;
    color: #ff4c05;
}

#hd h1 {
    margin: 0;
    padding: 0 0 0 200px;
    height: 66px;
    line-height: 54px;
    background: url(../images/single/h1.png) left center no-repeat;
    color: #666;
    font-weight: normal;
}

.ie6 #hd h1 {
    background-image: url(../images/single/h1.gif);
}

#hd h1 span {
    display: none;
}

#bd {
    padding-top: 30px;
}

/* `Menu: Step Menu
----------------------------------------------------------------------------------------------------*/

#step-menu {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    width: 100%;
}

#step-menu li {
    float: left;
    display: block;
    background-color: #EBEBEB;
    background-image: url(../images/single/step-menu-li.gif);
    background-repeat: no-repeat;
    background-position: right center;
    color: #999;
}

#step-menu li span {
    display: block;
    padding: 10px;
}

#step-menu li.current {
    background-color: #2795CA;
    background-image: url(../images/single/step-menu-current.gif);
    color: #fff;
}

#step-menu li.last-done {
    background-color: #4B4D4E;
    background-image: url(../images/single/step-menu-last-done.gif);
    color: #ddd;
}

#step-menu li.done {
    background-color: #4B4D4E;
    background-image: url(../images/single/step-menu-done.gif);
    color: #ddd;
}

#step-menu li.nobg {
    background-image: none;
}

/* #step-menu three step */

#step-menu.three-step li {
    width: 320px;
}

#step-menu.three-step li.nobg {
    width: 300px;
}

/* #step-menu four step */

#step-menu.four-step li {
    width: 240px;
}

#step-menu.four-step li.nobg {
    width: 220px;
}


/* `Content
----------------------------------------------------------------------------------------------------*/

h2 {
    background: transparent url(../images/single/h2.png) 0 0 repeat-y;
    padding: 5px 10px;
}

.submit {
    border: 1px solid #0c6896;
    background: #0c6896 url(../images/form/submit-bg.gif);
    height: 28px;
    padding: 0 5px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.submit:hover {
    color: #fff7c0;
}

.complete-options {
    margin: 50px 0;
}

.complete-options a {
    margin-right: 20px;
}

a.button {
    padding: 5px;
    border: 1px solid #0c6896;
    background: #0c6896 url(../images/form/submit-bg.gif);
    color: #fff;
    text-decoration: none;
}

a.button:hover {
    color: #fff7c0;
}

.notice {
    margin: 1em 0;
    padding: 10px;
    border: 1px solid #f1f1f1;
    background-color: #f0fbff;
}

.notice h3 {
    margin: 0 0 0.5em 0;
    color: #ff4c05;
}

.notice ul,
.notice ol {
    margin: 0;
    list-style-position: inside;
}

/* background in tt */
body.tt .form,
body.tt .notice {
    margin-right: 360px;
}
#signup-form-step-1 {
    width: auto;
    padding-right: 360px;
    background: url(../images/signup/bd.jpg) no-repeat right top;
}

/* program */

#program {
    border: 1px solid #e5e5e5;
    background-color: #f0f0f0;
}

#program-nav {
    float: left;
    width: 219px;
}

#program-content {
    margin-left: 219px;
    background-color: #fff;
    padding: 20px 20px 20px 30px;
    border-left: 1px solid #e5e5e5;
}

#program-nav ul {
    list-style: none;
}

#program-nav ul li {
    height: 60px;
    background: #fff url(../images/billing/program-nav-li-a.png) repeat-x left bottom;
    cursor: pointer;
}

#program-nav ul li.back,
#program-nav ul li.back:hover,
#program-nav ul li.back.hover {
    background: transparent;
}

#program-nav ul li.back a {
    color: #777;
}

#program-nav ul li.back a:hover {
    color: #333;
}

#program-nav ul li a {
    display: block;
    font-size: 14px;
    padding: 10px;
    line-height: 40px;
    color: #333;
}

.ie6 #program-nav ul li a,
.ie7 #program-nav ul li a {
    height: 1%;
}

#program-nav ul li a:hover {
    text-decoration: none;
    color: #000;
}

#program-nav ul li:hover,
#program-nav ul li.hover {
    background: #fff url(../images/billing/program-nav-li-a-hover.png) repeat-x left bottom;
}

#program-nav ul li.current, 
#program-nav ul li.current:hover,
#program-nav ul li.hover.current {
    position: relative;
    background: #fff url(../images/billing/program-nav-li-current.png) no-repeat left center;
    width: 250px;
}

#program-nav ul li.current a {
    color: #fff;
} 

/* accordion */
#accordion h3 {
    font-weight: normal;
    font-size: 16px;
}
#accordion .ui-state-hover,
#accordion .ui-state-focus {
    background: #2FA3DB;
}

#accordion .ui-state-active {
    background: #2FA3DB;
}

#accordion .ui-state-hover a,
#accordion .ui-state-focus a,
#accordion .ui-state-active a {
    color: #fff;
}

#accordion .ui-icon-check-white { 
    background: transparent url(../images/billing/icon-check-white.png) no-repeat center center;
}

.accordion h3 {
    font-weight: normal;
    font-size: 16px;
}
.accordion .ui-state-hover,
.accordion .ui-state-focus {
    background: #2FA3DB;
}

.accordion .ui-state-active {
    background: #2FA3DB;
}

.accordion .ui-state-hover a,
.accordion .ui-state-focus a,
.accordion .ui-state-active a {
    color: #fff;
}

.accordion .ui-icon-check-white { 
    background: transparent url(../images/billing/icon-check-white.png) no-repeat center center;
}
/* payment method form */
.form.pkg li {
    border-bottom: 1px dotted #aaa;
    position: relative;
}

.form.pkg li.buttons {
    border: none;
}

.form img {
    vertical-align: middle;
}

.form.pkg .info-button {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    line-height: 15px;
    padding-left: 16px;
    background: transparent url(../images/billing/mark.gif) no-repeat left center;
}

.info-text h4 {
    margin: 0;
    font-weight: bold;
    color: #000;
}

.info-text strong {
    font-size: 100%;
}

textarea.agreement {
    display: block;
    width: 95%;
    border: 1px solid #ccc;
}

/* receipt */
table.receipt {
    width: 90%;
}

table.receipt th,
table.receipt td {
    padding: 3px 5px;
    border-bottom: 1px solid #e5e5e5;
}

table.receipt th {
    text-align: right;
    width: 20%;
    color: #999;
}

table.receipt td {
    color: #000;
}

/* `Footer
----------------------------------------------------------------------------------------------------*/

#ft {
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
}

#ft a {
    color: #000;
    text-decoration: underline;
}

#ft a:visited {
    color: #000;
}

#ft a:hover {
    color: #0693D8;
}

#ft p {
    margin: 0 0 10px 100px;
    color: #999;
}

#ft p.links {
    margin-top: 20px;
}

.verisign {
    display: block;
    float: left;
}

/* `Deposit
----------------------------------------------------------------------------------------------------*/
#index-splash {
    background: url(../images/billing/index-splash.jpg) no-repeat;
    width: 940px;
    height: 300px;
    position: relative;
    cursor: pointer;
}

#index-method {
    position: absolute;
    top: 20px;
    left: 385px;
    width: 180px;
}
#index-splash h3 {
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#index-splash ul {
    list-style: none;
    font-size: 14px;
    margin: 0;
}

#index-splash p {
    color: #E68317;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    margin: 0;
}

#index-splash p strong {
    font-size: 48px;
}

#index a.submit {
    background: url(../images/billing/index-submit.png) no-repeat 0 0;
    display: block;
    width: 122px;
    height: 32px;
    line-height: 32px;
    margin: 5px auto 0;
    padding: 0;
    border: none;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

#index a.submit:hover {
    background-position: 0 -40px;
}

#prepay {
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0;
}

#prepay div {
    border-left: 1px dotted #e5e5e5;
    width: 175px;
    float: left;
    margin: 0 0 0 10px;
}
.ie6 #prepay div {
    display: inline;
}

#prepay div.first {
    border: none;
}

#prepay div h3 {
    border-bottom: none;
    color: #222;
    text-align: center;
}

#prepay div img {
    display: block;
    margin: 0 auto;
}

/*member_index.php css*/
body.member div.left-content {
  width: 320px;
  float: left;
  padding-right: 20px;
}

body.member div.right-content {
  width: 600px;
  float: right;
}

body.member label.desc {
  width: 28%;
}

body.member div.userdata label.desc {
  width: 17%;
}

body.member .form-fields div.epaper p {
  padding-top: 9px;
}

body.member div.col {
  width: 65%;
  margin-top: 0px;
}

/*main.php css*/
body.main h3 span {
  display: none;
}

body.main .image_3hk {
  margin-left: 160px;
  margin-bottom: 8px;
  width: 596px;
  height: 98px;
  font-weight: normal;
  background: transparent url(../images/signup/btn_3_2m-4.gif) no-repeat;
  cursor: pointer;
}

body.main .image_hgc {
  margin-left: 160px;
  margin-bottom: 8px;
  width: 596px;
  height: 98px;
  font-weight: normal;
  background: transparent url(../images/signup/btn_hgc_2m-5.gif) no-repeat;
  cursor: pointer;
}

body.main .image_other {
  margin-left: 160px;
  margin-bottom: 8px;
  width: 596px;
  height: 98px;
  font-weight: normal;
  background: transparent url(../images/signup/btn_other_3day.gif) no-repeat;
}

body.main label.desc {
  width: 35%;
}

body.main div.col {
  width: 60%;
}

body.main .buttons .submit {
  margin-left: 36%;
}

body.main #bd form {
  width: auto;
  margin-left: 160px;
  margin-right: 25px;
  padding-right: 160px;
}

body.main .form-fields .event_hide {
  display: none;
}
