@charset "UTF-8";

.navbar {
  background-color:#333333;
  position:fixed;
  left:0;
  top:0;
  height:83px;
  width:100%;
  z-index:500;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
  font-size:1.5rem;
  line-height:1;
}

.nav {
  width:1300px;
  margin:0 auto;
  display:block;
}

.nav ul {
  list-style-type:none;
  padding:0;
  margin-left:20px;
  overflow:hidden;
}

.nav li {
  float:left;
}

.nav a:link,.nav a:visited {
  display:block;
  width:auto;
  height:63px;
  font-size:38px;
  color:#FFFFFF;
  background-color:#333333;
  text-align:center;
  padding:20px 30px 0;
  text-decoration:none;
  text-transform:uppercase;
}

.nav a:hover,.nav a:active {
  font-size:33px;
  color:#333;
  background-color:#ffFFFF;
  -webkit-box-shadow:0 10px 16px 0 rgba(50,50,50,0.69);
  -moz-box-shadow:0 10px 16px 0 rgba(50,50,50,0.69);
  box-shadow:0 10px 16px 0 rgba(50,50,50,0.69);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

/*************************************THE-CORE**********************************************/
body {
  font-family:Helvetica,Arial,Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#000000;
  background-color:#ebebeb;
  background-position:top left;
  background-repeat:repeat;
  background-attachment:fixed;
  padding:0;
}

.heading {
  padding:7px 0 5px;
  margin:5px 10px 0 0;
  color:#1c1c1c;
  font-family:'latoregular',Helvetica,Arial,sans-serif;
  font-size:20px!important;
  font-weight:normal!important;
  line-height:1.3em;
  border-bottom:1px solid #e1e1e1!important;
}

a {
  color:#717171;
}

a:link,a:visited {
  color:#717171;
}

a:hover {
  color:#cf212a;
}

#status_container,#blurb_container,#unix_last_broadcast_label,#unix_last_updated_container,#unix_last_broadcast_value,#about_me_label {
  height:0;
  display:block;
  visibility:hidden;
}

#username_label:hover,#gender_label:hover,#body_type_label:hover,#ethnicity_label:hover,#hair_label:hover,#eyes_label:hover,#weight_label:hover,#height_label:hover,#age_label:hover,#country_label:hover,#sexual_preference_label:hover,#smoke_label:hover,#drink_label:hover,#marital_status_label:hover,#occupation_label:hover,#cam_score_label:hover,#city_label:hover,#drugs_label:hover,#school_label:hover,#favorite_food_label:hover,#pets_label:hover,#automobile_label:hover {
  font-size:17px;
  color:#707070;
  font-wight:bold;
  background-position:200px 0;
}

#username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value {
  font-size:17px;
  color:#707070;
  background-position:-80px 0;
}

#username_value:hover,#gender_value:hover,#body_type_value:hover,#ethnicity_value:hover,#hair_value:hover,#eyes_value:hover,#weight_value:hover,#height_value:hover,#age_value:hover,#country_value:hover,#sexual_preference_value:hover,#smoke_value:hover,#drink_value:hover,#marital_status_value:hover,#occupation_value:hover,#cam_score_value:hover,#city_value:hover,#drugs_value:hover,#school_value:hover,#favorite_food_value:hover,#pets_value:hover,#automobile_value:hover {
  font-size:17px;
  color:#707070;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

#profile_header_container .heading {
  display:none;
}

#profile_header_container {
  margin:70px 115px 0;
}

#header_bar,#footer_bar,#profile_main_photo,#profile_schedule {
  display:none;
}

#profile_about_me .heading {
  display:none;
}

.about_me_text {
  margin:-17px 0 0 195px;
}

#profile {
  width:1180px;
  margin:100px auto -10px;
  background:#fff url(http://www.ttxana.com/mfc/ax/main18.png) top center no-repeat;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:450px 0 0;
}

#profile_avatar {
  margin:3px 20px 0;
  padding:4px;
  background-color:#707070;
  border:0;
  border:solid 2px #d7d7d7;
  -moz-border-radius-topleft:75px;
  -moz-border-radius-topright:75px;
  -moz-border-radius-bottomleft:75px;
  -moz-border-radius-bottomright:75px;
  -webkit-border-top-left-radius:75px;
  -webkit-border-top-right-radius:75px;
  -webkit-border-bottom-left-radius:75px;
  -webkit-border-bottom-right-radius:75px;
  border-top-left-radius:75px;
  border-top-right-radius:75px;
  border-bottom-left-radius:75px;
  border-bottom-right-radius:75px;
  -webkit-animation:spin .5s linear;
  -moz-animation:spin .5s linear;
  animation:spin .5s linear;
  animation-duration:.5s;
  -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  -o-animation-duration:.5s;
  -ms-animation-duration:.5s;
}  
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  padding:7px 0 5px;
  margin:5px 10px 0 0;
  color:#1c1c1c;
  font-family:'latoregular',Helvetica,Arial,sans-serif;
  font-size:20px!important;
  font-weight:normal!important;
  line-height:1.3em;
  border-bottom:1px solid #e1e1e1!important;
}

.profile_section_content {
  z-index:auto;
  margin-left:80px;
  margin-right:80px;
}

#profile_about_me {
  margin:0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries,#profile_photo_galleries,#photo_galleries .profile_section_content,#five_things_container,#profile_schedule {
  padding:15px 20px 10px;
}

.photo_gallery_previews {
}

a.red-button {
  -webkit-border-radius:30;
  -moz-border-radius:30;
  border-radius:30px;
  font-family:Arial;
  color:#fff!important;
  font-size:28px!important;
  background:#cf212a;
  padding:10px 28px!important;
  text-decoration:none;
  text-transform:uppercase;
}

a:hover.red-button {
  background:#3cb0fd;
  background-image:-webkit-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-moz-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-ms-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-o-linear-gradient(top,#3cb0fd,#3498db);
  background-image:linear-gradient(to bottom,#3cb0fd,#3498db);
  text-decoration:none;
  color:#fff!important;
}

/*************************************Cake**********************************************/
.container-width {
  margin:0 auto;
}

a.cake-button {
  -webkit-border-radius:30;
  -moz-border-radius:30;
  border-radius:30px;
  font-family:Arial;
  color:#fff!important;
  font-size:32px!important;
  background:#cf212a;
  padding:10px 28px!important;
  text-decoration:none;
}

a:hover.cake-button {
  background:#3cb0fd;
  background-image:-webkit-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-moz-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-ms-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-o-linear-gradient(top,#3cb0fd,#3498db);
  background-image:linear-gradient(to bottom,#3cb0fd,#3498db);
  text-decoration:none;
  color:#fff!important;
}

/*---- ------------------------------------------------------------*/
.sections,#profile,.wall_post,#photo_galleries .profile_section_content {
  background-color:#ffffff!important;
}

/*---- Body Copy Colors ------------------------------------------------------------*/
Body,a.photo_gallery_link,#favorite_books_container,#for_fun_container,#favorite_songs_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container,#meaning_life_container,#photo_galleries .profile_section_content .heading,p.desc-cost,p.desc-rank,p.desc-cost span,#tipsection table {
  color:#4B4B4B!important;
}

/*------------------------------- Headline Colors ------------------------------------------------------------*/
.heading,#photo_galleries .profile_section_content .heading,.bordered th,.bordered tr td:nth-child(2) {
  color:#000!important;
}

/*----------------------------------- Border Colors ------------------------------------------------------------*/
#avatar_holder img,.heading,.wall_post,a.photo_gallery_link img,#favorite_books_container,#for_fun_container,#favorite_songs_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container,#meaning_life_container,#photo_galleries .profile_section_content .heading,#photo_galleries .profile_section_content,#photo_galleries .profile_section_content img {
  border-color:#e1e1e1!important;
}

/*------------------------------------------Gallery-------------------------------------------*/
#photo_gallery_preview {
  margin-bottom:0;
  padding:10px 0 0;
  color:#323A45;
  width:123px!important;
}

#photo_galleries .profile_section_content .heading {
  color:#dfbd79;
  border-bottom-color:#dfbd79;
}

#photo_galleries .profile_section_content img {
  margin-right:24px;
  margin-bottom:10px;
  display:inline-block;
  border:4px solid #dfbd79;
  background:#dfbd79;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
}

#photo_galleries .profile_section_content {
  background-color:#fff!important;
  margin:20px;
  clear:both;
  border:1px solid #dfbd79;
}

.photo_gallery_count {
  font-family:Georgia,"Times New Roman",Times,serif;
  font-style:italic;
  font-size:11px;
}

a.photo_gallery_link {
  color:#bebeab;
  text-decoration:none;
}

a.photo_gallery_link img {
  border:4px solid #dfbd79;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
}

a:hover.photo_gallery_link img {
  border-color:#cf212a!important;
}

/*----------------------------Commnet-Wall------------------------------------------------------------*/
#footer_bar {
  margin:30px 0 100px;
  text-align:center;
}

.wall_post_avatar img {
  width:80px;
  height:80px;
}

#profile_comments .heading {
  text-align:center;
  border-top:1px solid #cccccc!important;
  margin-top:50px;
  visibility:hidden;
}

#profile_comments > div {
  z-index:0;
}

#new_comment_inputs {
  margin-top:20px;
}

#comments {
  background-color:#ffffff!important;
  padding:30px 0;
  z-index:1!important;
}

#comments .profile_row {
  background-color:#c2c2c2!important;
}

.wall_post {
  background-color:#101010;
  margin:20px 24px;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
  width:980px;
  overflow:hidden;
  border:1px dotted #dfbd79;
  position:relative;
}

.wall_post_body {
  padding:15px 30px 0 0;
  margin:0;
}

.wall_post_info {
  background-color:#ebebeb;
  padding:7px;
  border-bottom:1px solid #e5e5e5;
}

.wall_post_info a {
  color:#acacac;
  text-decoration:none;
}

.wall_post_info a:hover {
  color:#000;
}

.wall_post_time {
  position:absolute;
  display:block;
  top:5px;
  right:10px;
  color:#000;
  padding:1px 10px;
}

a#profile_load_more_comments {
  color:#b3bfb2;
  display:block;
  padding:5px 7px;
  border:1px solid #596964;
  text-decoration:none;
  text-align:center;
  background:rgba(0,25,25,.5);
  font-family:Georgia,"Times New Roman",Times,serif;
  font-style:italic;
}

a:hover#profile_load_more_comments {
  background:rgba(0,25,25,1);
  color:#fff;
}

/*-----------------------------------Slaves-Boyfriends-Lovers -Name-List-----------------------------------------------------------*/
.toptipper-top {
  width:280px;
  float:left;
}

.toptipper-list ul {
  list-style-type:none;
  padding:0;
  margin-bottom:px;
}

.toptipper-list ul li {
  font-size:25px;
  line-height:43px;
}

.toptipper-list ul li span {
  font-size:22px;
  font-weight:bold;
  color:#000;
}

.toptipper-list ul li.toptipper-list-first {
  font-weight:bold;
  font-size:28px;
  color:#000;
  border-bottom:1px solid #ccc;
  padding-bottom:15px;
  margin-bottom:15px;
}

.middle {
  padding-left:40px;
  margin-left:40px;
  border-left:1px solid #e5e5e5;
}

.last {
  padding-left:40px;
  margin-left:40px;
  border-left:1px solid #e5e5e5;
}

/*---------------------------Hobbies-and-Interest------------------------------------------------------------*/
#favorite_books_container,#for_fun_container,#favorite_songs_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container,#meaning_life_container {
  padding:5px 50px;
  display:block;
  color:#bebeab;
  width:380px;
  float:left;
  border:1px solid #dfbd79;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;
}

/**********************************************Animation***************************************************/
@-moz-keyframes spin {
  100% {
    -moz-transform:rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform:rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%,20%,53%,80%,100% {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  
  40%,43% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
  }
  
  70% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform:translate3d(0,-15px,0);
    transform:translate3d(0,-15px,0);
  }
  
  90% {
    -webkit-transform:translate3d(0,-4px,0);
    transform:translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%,20%,53%,80%,100% {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  
  40%,43% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
  }
  
  70% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform:translate3d(0,-15px,0);
    transform:translate3d(0,-15px,0);
  }
  
  90% {
    -webkit-transform:translate3d(0,-4px,0);
    transform:translate3d(0,-4px,0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  
  10%,20% {
    -webkit-transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
    transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
  }
  
  30%,50%,70%,90% {
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  
  40%,60%,80% {
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  
  100% {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  
  10%,20% {
    -webkit-transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
    transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
  }
  
  30%,50%,70%,90% {
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  
  40%,60%,80% {
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  
  100% {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}

/*********************************Twitter-Amazon-Buttons***************************************************/
.top-buttons {
  position:absolute;
  top:-950px;
  width:100%;
  float:left;
  margin-left:0;
  margin-right:0;
  width:1180px;
  height:508px;
  font-size:15px;
  font-family:Verdana,Arial,Helvetica sans-serif;
  color:#212121;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:subpixel-antialiased;
}

.top-buttons a.twitter {
  position:absolute;
  width:180px;
  height:100px;
  top:610px;
  left:30px;
  background-image:url(http://i1115.photobucket.com/albums/k546/TTxanaJames/twitterbtn02_zpsw5bvbxb9.jpg);
}

.top-buttons a.twitter:hover {
  -webkit-animation-duration:1s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-name:tada;
  animation-name:tada;
}

.top-buttons a.amazon {
  position:absolute;
  width:180px;
  height:100px;
  top:610px;
  left:296px;
  background-image:url(http://i1115.photobucket.com/albums/k546/TTxanaJames/amazonbtn02_zpsryyl1ndb.jpg);
}

.top-buttons a.amazon:hover {
  -webkit-animation-duration:1s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-name:tada;
  animation-name:tada;
}

.top-buttons a.tipme {
  position:absolute;
  width:180px;
  height:100px;
  top:610px;
  left:564px;
  background-image:url(http://i1115.photobucket.com/albums/k546/TTxanaJames/tipbtn02_zpszu5nzoqr.jpg);
}

.top-buttons a.tipme:hover {
  -webkit-animation-duration:1s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-name:tada;
  animation-name:tada;
}

.top-buttons a.rateme {
  position:absolute;
  width:180px;
  height:100px;
  top:610px;
  left:820px;
  background-image:url(http://i1115.photobucket.com/albums/k546/TTxanaJames/ratebtn02_zpskhxoq4f4.jpg);
}

.top-buttons a.rateme:hover {
  -webkit-animation-duration:1s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-name:tada;
  animation-name:tada;
}

/*********************************Tool-Tip***************************************************/
.tooltip {
  position:relative;
}

.tooltip:before,.tooltip:after {
  position:absolute;
  transition:All .5s ease;
  -webkit-transition:All .5s ease;
  -moz-transition:All .5s ease;
  -o-transition:All .5s ease;
  margin-left:-100px;
  left:50%;
  bottom:300%;
  display:block;
  color:#000;
  opacity:0;
  visibility:hidden;
}

.tooltip:before {
  content:attr(title);
  border:solid 1px #999999;
  background:#FFF;
  width:250px;
  text-align:left;
  z-index:2;
  font-size:13px;
  line-height:18px;
  padding:15px;
}

.tooltip:after {
  content:'\25c6';
  margin-left:0;
  margin-top:10px;
  width:15px;
  height:15px;
  z-index:1;
  line-height:28px;
  color:#0088cc;
  font-size:20px;
}

.tooltip:hover:before,.tooltip:hover:after {
  bottom:150%;
  opacity:1;
  visibility:visible;
}

/*********************************Profile-Various-Photos***************************************************/
.profilephoto01 {
  position:absolute;
  top:-180px;
  width:100%;
  float:left;
  margin-left:450px;
  margin-right:0;
  width:600px;
  height:1080px;
  font-size:15px;
  font-family:Verdana,Arial,Helvetica sans-serif;
  color:#212121;
  background-image:url(http://i1115.photobucket.com/albums/k546/TTxanaJames/photo002_zpsmlgr8kdf.jpg);
  background-repeat:no-repeat;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:subpixel-antialiased;
}

#littleaboutme {
  height:8px;
  background:url()no-repeat;
  margin-top:0;
  margin-left:0;
}

#insideaboutme {
  position:absolute;
  top:970px;
  margin-left:660px;
  width:300px;
  height:100px;
  background:transparent;
  z-index:999;
}

#insidemyroom {
  position:absolute;
  top:1470px;
  margin-left:80px;
  width:900px;
  height:100px;
  background:transparent;
  z-index:999;
  font-size:18px!important;
}

#insidetopmember {
  position:absolute;
  top:2880px;
  margin-left:80px;
  width:900px;
  height:100px;
  background:transparent;
  z-index:999;
  font-size:18px!important;
}

/*********************************Anchor-Links***************************************************/
#link_topmember {
  position:absolute;
  top:2380px;
}

#link_myroom {
  position:absolute;
  top:910px;
}

#link_rateadmire {
  position:absolute;
  top:3280px;
}

/*********************************Rate---Admire---Friend---Float-Left***************************************************/
#rate_container {
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #E9E9E9;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  border-bottom-right-radius:8px;
  left:0;
  margin:0;
  padding:10px 10px 10px 23px;
  position:fixed;
  top:169px;
  width:138px;
  z-index:95;
}

#rate_container:hover {
  background:#acacac;
  opacity:.5;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#rate_value {
  display:block;
}

#rate_label {
  min-width:104px;
}

#new_admirer {
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #E9E9E9;
  border-top-right-radius:8px;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:0;
  margin:0;
  padding:8px;
  position:fixed;
  top:100px;
  min-width:155px;
  z-index:99;
  text-align:center;
}

#new_admirer:hover {
  background:#acacac;
  opacity:.5;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#new_admirer a {
  text-decoration:none;
}

#new_homepage_friend {
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #E9E9E9;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:0;
  margin:0;
  padding:8px;
  position:fixed;
  top:134px;
  min-width:155px;
  z-index:98;
  text-align:center;
}

#new_homepage_friend:hover {
  background:#acacac;
  opacity:.5;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#new_homepage_friend a {
  text-decoration:none;
}

.twitter_dock {
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #E9E9E9;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  border-top-right-radius:8px;
  left:0;
  margin:0;
  padding:8px;
  position:fixed;
  top:280px;
  min-width:155px;
  min-height:28px;
  z-index:99;
  text-align:center;
  opacity:.5;
}

.twitter_dock:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  background:#ccffff;
  color:#000;
}

.twitter_dock img {
  position:absolute;
  left:6px;
  bottom:0;
}

.amazon_dock {
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #E9E9E9;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:0;
  margin:0;
  padding:8px;
  position:fixed;
  top:326px;
  min-width:155px;
  min-height:28px;
  z-index:99;
  text-align:center;
  opacity:.5;
}

.amazon_dock:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  background:#ffffcc;
  color:#000;
}

.amazon_dock img {
  position:absolute;
  left:6px;
  bottom:0;
}

.tip_dock {
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #E9E9E9;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  border-bottom-right-radius:8px;
  left:0;
  margin:0;
  padding:8px;
  position:fixed;
  top:372px;
  min-width:155px;
  min-height:28px;
  z-index:99;
  text-align:center;
  opacity:.5;
}

.tip_dock:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  background:#ccffcc;
  color:#000;
}

.tip_dock img {
  position:absolute;
  left:6px;
  bottom:0;
}

/*----------------------------Inline---Tip---Menu-----------------------------------------------------------*/
#inlinetiptable {
  display:inline-block;
  width:100%;
  overflow:hidden;
  height:680px;
  background:url()no-repeat;
  background-position:0 2px;
  background-size:97%;
  margin-top:15px;
  text-align:center;
}

.extrainfo {
  display:inline-block;
  width:96%;
  padding-top:8px;
  padding-bottom:5px;
  height:50px;
  overflow:auto;
  text-align:center;
  font-size:17px;
  color:#650601;
  font-family:Arial,Helvetica,sans-serif;
}

.inlinewrap {
  display:block;
  padding:10px;
  height:670px;
  width:93%;
  margin-left:40px;
  margin-bottom:14px;
  margin-top:-60px;
  overflow:auto;
  text-align:left;
}

.tokenprice {
  display:block;
  float:right;
}

.tipitem {
  display:block;
  padding:15px 22px;
  border-left:0 solid #CCC;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  font-size:16px;
}

.tipitem:hover {
  display:block;
  padding:15px 22px;
  border-left:5px solid #cf212a;
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
  color:#33455b;
}

a.tip-button {
  -webkit-border-radius:30;
  -moz-border-radius:30;
  border-radius:30px;
  font-family:Arial;
  color:#fff!important;
  font-size:17px!important;
  background:#cf212a;
  padding:10px 28px!important;
  text-decoration:none;
}

a:hover.tip-button {
  background:#3cb0fd;
  background-image:-webkit-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-moz-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-ms-linear-gradient(top,#3cb0fd,#3498db);
  background-image:-o-linear-gradient(top,#3cb0fd,#3498db);
  background-image:linear-gradient(to bottom,#3cb0fd,#3498db);
  text-decoration:none;
  color:#fff!important;
}