/*---------------------------------------
	Buttons
---------------------------------------*/
.tdp_btn, .tdp_content_message a, .tdp_content_message a:link {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tdp_btn:hover,
.tdp_btn:focus,
.tdp_btn:active,
.tdp_btn.active,
.tdp_btn.disabled,
.tdp_btn[disabled],
.tdp_content_message a:hover {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.tdp_btn:active,
.tdp_btn.active {
  background-color: #cccccc \9;
}

.tdp_btn:first-child {
  *margin-left: 0;
}

.tdp_btn:hover,
.tdp_btn:focus,
.tdp_content_message a:hover {
  color: #333333;
  text-decoration: none;
  background-color:#797979;
}
.tdp_submit_span:hover{color:#000;}
.tdp_btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.tdp_btn.active,
.tdp_btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tdp_btn.disabled,
.tdp_btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


/*---------------------------------------
	Forms
---------------------------------------*/
form.tdp_form div {clear: left; margin: .5em 0 1em 0;  }
form.tdp_form label {float: left; margin: 3px 10px 0 0; width: 120px; font-weight: bold; text-align: right; }
form.tdp_form .likelabel {font-weight: bold; }
form.tdp_form .input, form.tdp_form textarea, .input, form.tdp_form select {padding: 3px; border: 1px solid #AAA; margin: 0 3px 0 0; }
form.tdp_form textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
form.tdp_form select {margin: 2px 0 0 0 ; font-size: 12px;}
form.tdp_form .lite {color: #666; }
form.tdp_form .leftmar {margin: 8px 0 0 130px; }

form.tdp_form .tdp_captcha {margin: 0 0 0 130px !important; }
form.tdp_form .tdp_captcha div {clear: none; margin: 0; }
form.tdp_form .tdp_submit span {}
form.tdp_form #tdp_processing_message {margin: 5px 0 0 10px; font-style: italic; color: #999; }

/*--------------------------------------------------
	Messages - Success, Error, Alert
----------------------------------------------------*/
.tdp_message {background-color: #D5E4F7; background-image: url(../images/icon_information.gif); background-position: 3px 5px; background-repeat: no-repeat; margin: .5em 0; padding: 6px 6px 6px 25px; color: #345395; font-size: 11px; font-weight: bold; line-height: 1.3em; }

.tdp_success {background-color: #CFEECA; background-image: url(../images/icon_success.gif); color: #208A1B; }
.tdp_error {background-color: #F9D6CB; background-image: url(../images/icon_error.gif); color: #E36154; }
.tdp_alert {background-color: #FFF6CC; background-image: url(../images/icon_alert.gif); color: #CF8516; }

.tdp_content_message a {margin: 5px 5px 0 0; }

.tdp_message a {color: #345395; }
.tdp_success a {color: #208A1B; }
.tdp_error a {color: #E36154; }
.tdp_alert a {color: #CF8516; }

input.tdp_error {background-image: none;}

/*---------------------------------------
	Membership Checkout
---------------------------------------*/
.tdp_checkout thead th {font-weight: bold; color: #444; padding: 10px; }
.tdp_checkout tbody td {padding: 10px; }
.tdp_checkout tr.odd td {background: rgba(125,125,125,.1); }
.tdp_checkout tr.selected td {background: #FFC; }
.tdp_checkout tr.active td {background: #FFC; }
.tdp_checkout .name {font-weight: bold; }
.tdp_checkout ul {margin: 5px 0 0 20px; padding: 0; font-size: .8em; color: #444; }

.tdp_checkout tfoot td {padding: 10px; color: #444; }
.tdp_checkout .topfoot td {border-top: 2px solid #CCC;}
.tdp_checkout .total td {border-top: 1px solid #CCC; font-size: 1.2em; font-weight: bold; padding-bottom: 30px;}
.tdp_checkout tfoot .entercode td {background: #EEE; }

.tdp_checkout td.rtbdr {border-right: 1px solid #CCC; }

.tdp_checkout select {font-size: 11px; }

.tdp_thead-msg {display: block; float: right; width: auto; font-style: italic; font-weight: normal; text-align: right; }

.tdp_ordersummary {float: right; }

#tdp_license { background: #FFF; padding: 5px; border: 1px solid #CCC; height: 200px; margin: 3px; color: #666; overflow: auto; }

.tdp_sslseal {float: right; clear: none !important; margin: 0 !important; }

a.tdp_radio {text-decoration: none; color: #000;}

/*---------------------------------------
	Membership Invoice
---------------------------------------*/
.tdp_invoice { }


/*---------------------------------------
	Membership Account
---------------------------------------*/
#tdp_account .tdp_box {border-top: 1px solid #CCC; padding: 1em 0; margin: 1em 0; }
#tdp_account .tdp_box h3 {margin: 0; padding: 0; border: none; background: none; }
#tdp_account .tdp_box p {margin: .5em 0 0 0; padding: 0; }
#tdp_account .tdp_box ul {margin-bottom: 0; }

#tdp_account #tdp_account-membership { }
#tdp_account #tdp_account-profile { }
#tdp_account #tdp_account-billing { }
#tdp_account #tdp_account-invoices { }
#tdp_account #tdp_account-links { }


.tdp_hidden {display: none;}
li.tdp_more {list-style-type: none; text-align: center; margin-left: -20px; padding-left: 0;}

/*---------------------------------------
	Membership Levels
---------------------------------------*/
#tdp_levels_table {background: #FFF; }
#tdp_levels_table .tdp_btn {display: block; }

/*---------------------------------------
	Misc
---------------------------------------*/
.tdp_a-right {float: right; width: auto; text-align: right; text-decoration: underline; font-size: 11px; }
.tdp_a-print {float: right; width: auto; text-decoration: none; color: #345395; background: url(../images/printer.gif) top left no-repeat; padding: 0px 0px 2px 20px; font-size: 11px; line-height: 16px; cursor: pointer; } 

.tdp_red {color: #CC0000; }
.tdp_grey {color: #999; }

.top1em {margin-top: 1em;}
.bot1em {margin-bottom: 1em;}
.bot0em {margin-bottom: 0em;}
.clear {clear: both; }

.tdp_small {font-size: .8em;}



  .featured-package { padding: 5px 30px 0; cursor: pointer; margin: 0 0 15px 0;
  -webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
  .featured-package, .featured-package h3, .featured-package h5 { color: white !important; }
  .featured-package h3 { font-size: 32px; line-height: 36px; font-weight: 300; }
  .featured-package .description { font-size: 16px; line-height: 20px; margin: -5px 0 0; font-weight: 300; }
  .featured-package .divider { width: 100%; height: 1px; background: white; background: rgba(255, 255, 255, .5); margin: 25px 0 25px; }
  .featured-package .price { font-size: 80px; line-height: 80px; font-weight: 300; margin-bottom: 20px; display: block; }
  .featured-package .price-text { font-size: 13x; line-height: 15px; font-weight: 300; display: block; margin-bottom: 5px; color: white !important; }
  .featured-package .features { list-style: none; padding: 0; margin: 15px 0 5px; }
  .featured-package .features li { width: 48%; margin: 0 4% 15px 0; font-size: 13px; line-height: 17px; float: left; }
  .featured-package .features li:nth-child(2n+2) { margin-right: 0; }
  .featured-package .features li i { display: inline-block; margin-right: 5px; color: white; color: rgba(255, 255, 255, .8); font-size: 15px; }
  .featured-package .sign-up { text-decoration: none; background: rgba(0, 0, 0, .1); display: block; width: 100%; margin: 25px 0 0 -30px; padding: 0 30px; line-height: 66px; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; background-repeat: no-repeat; background-position: 95% center;
  -webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
  .color-bg-hover:hover .sign-up, .sign-up:hover { background-color: rgba(0, 0, 0, .15); background-position: 97% center; }
  .featured-package .form-column { width: 48%; float: left; margin: 0 4% 0 0; }
  .featured-package label { text-transform: uppercase; letter-spacing: 1px; font-size: 11px; margin-bottom: 5px; display: block; }
  .featured-package input { border: none; background: rgba(255, 255, 255, .2); outline: none; color: white;
  -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
  .featured-package .error { background: red; background: rgba(255, 0, 0, .3); padding: 12px; margin: 20px 0 0; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; display: none; }
  
  .package { padding: 5px 30px 0; cursor: pointer; margin: 10px 0 20px 0; background: #f2f2f2;
  -webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
  .package h3 { font-size: 28px !important; line-height: 36px; font-weight: 300; }
  .package .description { font-size: 16px ; line-height: 20px; margin: -5px 0 0; font-weight: 300 !important;  display: block;}
  .package .divider { width: 100%; height: 1px; background: #aaa; background: rgba(0, 0, 0, .2); margin: 25px 0 25px;  }
  .package .price { font-size: 52px; line-height: 52px; font-weight: 300; margin: 15px 0 10px; display: block; }
  .package .price-text { font-size: 13x; line-height: 15px; font-weight: 500; display: block; margin-bottom: 5px; color: #7b7b7b; }
  .package .features { list-style: none; padding: 0; margin: 15px 0 0; }
  .package .features li { width: 30.66%; margin: 0 4% 15px 0; font-size: 13px; line-height: 17px; float: left; }
  .package .features li:nth-child(3n+3) { margin-right: 0; }
  .package .features li i { display: inline-block; margin-right: 5px; font-size: 15px; }
  .package .sign-up { background: rgba(0, 0, 0, .1); display: block; width: 100%; margin: 25px 0 0 -30px; padding: 0 30px; line-height: 66px; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase;  background-repeat: no-repeat; background-position: 95% center;
  -webkit-transition: all .13s ease-in-out; -moz-transition: all .13s ease-in-out; -ms-transition: all .13s ease-in-out; -o-transition: all .13s ease-in-out; transition: all .13s ease-in-out; }
  .package:hover .sign-up, .sign-up:hover { text-decoration: none; background-color: rgba(0, 0, 0, .15); background-position: 97% center; }
  .package .form-column { width: 48%; float: left; margin: 0 4% 0 0; }
  .package label { text-transform: uppercase; letter-spacing: 1px; font-size: 11px; margin-bottom: 5px; display: block; }
  .package input { border: none; background: rgba(255, 255, 255, .7); outline: none;
  -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
  .package .error { background: red; background: rgba(255, 0, 0, .3); padding: 12px; margin: 20px 0 0; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; display: none; }

.package a.sign-up {
  text-decoration: none;
}

.tdp_one_half, .tdp_one_third, .tdp_two_third, .tdp_two_fourth, .tdp_three_fourth, .tdp_one_fourth, .tdp_one_fifth, .tdp_two_fifth, .tdp_three_fifth, .tdp_four_fifth, .tdp_one_sixth, .tdp_five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.tdp_one_half {
    width: 48%;
}

.tdp_one_third {
    width: 30.6666%;
}

.tdp_two_third {
    width: 65.3332%;
}

.tdp_one_fourth {
    width: 22%;
}

.tdp_two_fourth {
    width: 48%;
}

.tdp_three_fourth {
    width: 74%;
}

.tdp_one_fifth {
    width: 16.8%;
}

.tdp_two_fifth {
    width: 37.6%;
}

.tdp_three_fifth {
    width: 58.4%;
}

.tdp_four_fifth {
    width: 79.2%;
}

.tdp_one_sixth {
    width: 13.3333%;
}

.tdp_two_sixth {
    width: 30.6666%;
}

.tdp_three_sixth {
    width: 47.9998%;
}

.tdp_four_sixth {
    width: 65.3332%;
}

.tdp_five_sixth {
    width: 82.6665%;
}

.tdp_last {
    margin-right: 0 !important;
    clear: right;
}

.tdp_clear {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div.tdp-wrap {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
}

div.tdp-wrap p {
  padding: 0;
  margin: 0;
}

div.tdp-wrap div.tdp-inner {
  border-radius: 3px;
  padding: 0;
  margin: 0;
}

div.tdp-wrap div.tdp-field-value iframe {
  margin: 8px 0 0 0;
}

div.tdp-wrap .tdp-head img, div.tdp-wrap div.tdp-field-value img{
  display: block;
  overflow: hidden;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

div.tdp-wrap .tdp-head img.avatar-50 {
  width: 50px;
  height: 50px;
}

div.tdp-head {
  padding: 25px 20px;
  margin: 0;
}

.tdp-main * {
  margin: 0;
}

.tdp-main {
  padding: 15px 35px 0 35px;
  font-size: 14px;
}

div.tdp-right {
  float: right;
  padding: 0;
  margin: 0;
}

div.tdp-left {
  float: left;
  padding: 0;
  margin: 0;
}

div.tdp-field-name {
  font-size: 24px;
  line-height: 24px;
}

div.tdp-wrap div.tdp-inner {
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px -1px #ccc;
  background-color: #fff;
}

div.tdp-head {
  background: #f5f5f5;
}

.tdp-seperator {
border-bottom: 1px solid #DBDBDB;
margin-bottom: 30px;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
padding: 0 0 10px 0;
color: #7D7D7D;
}

.tdp-wrap ul li {
  margin: 0px 25px 0px 0px;
  display: inline-block;
}

form.tdp_form div {
  clear:none;
  margin: 0px 0px 20px 0px;
}
