@charset "UTF-8";

/* =================================================================
Learn how to pimp your MFC profile for free at:
MyFree MFC Profile Help  (http://myfreemfcprofilehelp.blogspot.com)
__________________________________________________________________

Inspiration for designing this layout came from: 
css-mfc-pro         (http://xx.xniteproductions.com)
Exclusivebabi       (http://profiles.myfreecams.com/exclusivebabi)
LilFitVeve            (http://profiles.myfreecams.com/LilFitVeve)
KhaleesiWilde      (http://profiles.myfreecams.com/KhaleesiWilde)
WaterBird            (http://profiles.myfreecams.com/AirFlame)
AvariRain             (http://profiles.myfreecams.com/AvariRain)

=================================================================*/
/* =================================================================
                                          Top Navigation start
=================================================================*/
/* Menu */
.wrapper {
  width:800px;
  margin:0 auto;
}

#navHeader {
  position:fixed;
  top:0;
  left:0;
  right:50px;
  height:20px;
  width:90%;
  color:white;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.nav {
/* Fancy Glossy Red */
  background:#cb60b3;
/* Old browsers */
  background:-moz-linear-gradient(top,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* FF3.6+ */
  background:-webkit-gradient(linear,left top,left bottom,color- stop(0%,#cb60b3),color-stop(50%,#c146a1),color-stop (51%,#a80077),color-stop(100%,#db36a4));
/* Chrome,Safari4+ */
  background:-webkit-linear-gradient(top,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* Opera 11.10+ */
  background:-ms-linear-gradient(top,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* IE10+ */
  background:linear-gradient(to bottom,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* W3C */
  filter:progid:DXImageTransform.Microsoft.gradient (startColorstr='#cb60b3',endColorstr='#db36a4',GradientType =0);
/* IE6-9 */
/* Older flat one */
/* background-color: rgba(197, 7, 219, 0.65);  mws changed */
  position:fixed;
  top:0;
  left:223px;
  right:0;
  width:70%;
  height:35px;
  display:block;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  font-weight:bold;
/*  mws changed */
  text-align:center;
/* mws added */
  z-index:500;
}

.nav ul {
  padding:0 0 0 24px;
  margin-top:0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.nav ul li {
  display:inline-block;
  list-style-type:none;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
}

.nav > ul > li > a > .caret {
  border-top:4px solid #fff;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
  content:"";
  display:inline-block;
  height:0;
  width:0;
  top:-10px;
  vertical-align:middle;
  -webkit-transition:color .1s linear;
  -moz-transition:color .1s linear;
  -o-transition:color .1s linear;
  transition:color .1s linear;
}

.nav > ul > li > a {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  line-height:30px;
  color:#fff;
  display:block;
  padding:0 20px;
  text-decoration:none;
  text-transform:uppercase;
}

/* mws testing - this is the Top Tool Bar Nav */
.nav > ul > li:hover {
  background-image:url(http://3.bp.blogspot.com/-yhds7Eos07g/UpiDBXWnrtI/AAAAAAAACzU/4N5fQpmlafQ/s1600/180154uft5mwax9c.gif);
  border:2px solid rgba(0,220,244,0.9);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

/* mws testing
.nav > ul > li:hover {
  background-color:rgba(0,0,0,0.9);
}
*/
.nav > ul > li:hover > a {
  color:rgb(255,255,255);
}

.nav > ul > li:hover > a > .caret {
  border-top-color:rgb(255,255,255);
}

.nav > ul > li > div {
  background-color:rgba(0,0,0,0.9);
  border-top:0;
  border-radius:0 0 5px 5px;
  display:none;
  margin:0;
  opacity:5;
  position:absolute;
  width:165px;
  visibility:hidden;
  -moz-transition:opacity .2s;
  -o-transition:opacity .2s;
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
}

.nav > ul > li:hover > div {
  display:block;
  opacity:1;
  visibility:visible;
}

.nav > ul > li:hover > div > ul {
  padding:0;
}

.nav > ul > li > div ul > li {
  display:block;
}

.nav > ul > li > div ul > li > a {
  color:#fff;
  display:block;
  padding:12px 24px;
  text-decoration:none;
}

.nav > ul > li > div ul > li:hover > a {
  background-image:url(http://3.bp.blogspot.com/-yhds7Eos07g/UpiDBXWnrtI/AAAAAAAACzU/4N5fQpmlafQ/s1600/180154uft5mwax9c.gif);
  width:12.5%;
}

#link_ABOUTME {
  position:absolute;
  top:560px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_TIPMENU {
  position:absolute;
  top:970px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_FANCLUB {
  position:absolute;
  top:1440px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_VIDEOS {
  position:absolute;
  top:2400px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_STORE {
  position:absolute;
  top:2970px;
  width:1px;
  height:1px;
  background:transparent;
}

/* =================================================================
                                                  Top Navigation end
=================================================================*/
/* =================================================================
                                                    Link function start
=================================================================*/
a:link,a:active {
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-wight:bold;
}

a:hover,a:focus {
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-wight:bold;
  text-decoration:underline;
}

a:visited {
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-weight:normal;
}

/* =================================================================
                                                    Link function end
=================================================================*/
@font-face {
  font-family:'lobster';
  font-style:normal;
  font-weight:400;
  src:local(Lobster),local(Lobster-Regular),url(http://fonts.gstatic.com/s/lobster/v15/cycBf3mfbGkh66G5NhszPQ.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

body {
  width:920px;
  margin:0 auto;
  font-family:lobster;
  font-size:18px;
  background:#fff;
  background:url(http://4.bp.blogspot.com/-jjcinobHvnw/UpiDBcqH7lI/AAAAAAAACzY/Y8rYUjUzQS8/s1600/231839jm35be5swg.gif);
  background-repeat:repeat;
  background-position:top center;
  background-attachment:fixed;
  color:#fff;
}

#profile .profile_row:first-child {
  position:absolute;
  margin-left:-264px;
  margin-top:311px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  width:400px;
  font-size:24px;
}

/* =================================================================
          These elements are the main content sections we do not want seen.
=================================================================*/
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_schedule,#profile_interests_content,#profile_comments,#favorite_models_label,#favorite_models_value,#friends_label,#blurb_label,#blurb_value,#avatar_holder,#friends_value,#admirers_label,#admirers_value,#status_label,#show_message_dialog,#member_type_value,#unix_last_updated_container.container,#unix_last_login_container.container,div.heading {
  display:none;
}

/* =================================================================
          These elements are the main content information we do not want seen. 
=================================================================*/
#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#cam_score_container,#school_container,#tags_container {
  display:none;
}

/* =================================================================
                                       Ratings and Admire start
=================================================================*/
/************************************* 
 
         Ratings and Admire
 
**************************************/
#average_rating img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  background:url(http://3.bp.blogspot.com/-S3Qi7ZuwkUI/VM_8m-rmu1I/AAAAAAAAHb8/QbCSTBCGG-s/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:23px;
  height:20px;
  padding-left:23px;
}

#average_rating img[src="//1.bp.blogspot.com/-i2dmT3SDLFA/VLYHFkNpydI/AAAAAAAAHBo/_4rVgb8Zb1w/s1600/rating_off.png"] {
  background:url(http://1.bp.blogspot.com/-8ughy6xPO7Q/VM_85jQAK3I/AAAAAAAAHcI/mXSH67UlL0o/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:23px;
  height:20px;
  padding-left:23px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  background:url(http://3.bp.blogspot.com/-S3Qi7ZuwkUI/VM_8m-rmu1I/AAAAAAAAHb8/QbCSTBCGG-s/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:23px;
  height:20px;
  padding-left:23px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-off.png"] {
  background:url(http://1.bp.blogspot.com/-8ughy6xPO7Q/VM_85jQAK3I/AAAAAAAAHcI/mXSH67UlL0o/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:23px;
  height:20px;
  padding-left:23px;
}

#rating_confirm {
  color:#811baf;
  text-transform:uppercase;
  font-weight:400;
  margin-left:10px;
  vertical-align:top;
}

#admirers_label form#new_admirer {
  position:absolute;
  margin-left:69px;
  margin-top:-15px;
  vertical-align:middle!important;
  text-transform:uppercase;
}

#admire_confirm {
  color:#FF0000;
}

#new_admirer {
  line-height:13px;
  z-index:3!important;
  position:absolute;
}

/* =================================================================
                                       Ratings and Admire end
=================================================================*/
/* =================================================================
                                      Tip menu start 
=================================================================*/
.tipbox {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:430px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/* =================================================================
                                      scroll bars start 
=================================================================*/
::-webkit-scrollbar {
  width:5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  -webkit-border-radius:10px;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#520D94;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:#520D94;
  border:1px solid #FFF;
}

/* =================================================================
                                                scroll bars end 
=================================================================*/
/* =================================================================
                                                Tip menu start
=================================================================*/
.actip {
  display:block;
  text-align:left;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:1px solid #ccc;
  font-size:20px;
  color:#FFFFFF;
  margin-bottom:5px;
}

.actip span {
  display:inline-block;
  float:right;
  width:200px;
  margin-top:-5px;
}

.dainf {
  display:block;
  padding:15px;
  font-family:lobster;
  color:#FFF;
  font-size:18px;
}

.ger {
  display:block;
  text-align:center;
  padding-top:20px;
  padding-bottom:10px;
  height:auto;
}

.buy:link {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-wight:bold;
}

.buy:active {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-wight:bold;
}

.buy:hover {
  font-size:10px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(242,236,44),0 0 16px rgb(242,236,44),0 0 32px rgb(242,236,44),0 0 40px rgb(242,236,44),0 0 50px rgb(242,236,44);
  font-wight:bold;
  border:1px solid rgba(255,255,255,0.5);
  padding:11px;
  background:rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:15px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(255,255,255,.7);
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(242,236,44),0 0 16px rgb(242,236,44),0 0 32px rgb(242,236,44),0 0 40px rgb(242,236,44),0 0 50px rgb(242,236,44);
  font-wight:bold;
}  
}

.buy:visited {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-wight:bold;
}

/* =================================================================
                                      Tip menu end 
=================================================================*/
/* =================================================================
                                      Headings start 
=================================================================*/
.neontext {
  font-size:34px;
  font-family:lobster;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  font-wight:bold;
}

h1 {
  color:#fff;
  text-shadow:3px 3px 1px #000;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-wight:bold;
}

h2 {
  font-family:lobster;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-wight:bold;
}

p.law {
  font-family:lobster;
  font-size:15px;
  color:#FFFFFF;
  text-shadow:1px 1px 1px #000;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb (255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb (255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb (255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb (255,45,149);
  font-wight:bold;
}

p.club {
  font-family:lobster;
  font-size:15px;
  color:#FFFFFF;
}

/* =================================================================
                                      Headings end
=================================================================*/
/* =================================================================
                                      main picture start  
=================================================================*/
.mainpic {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:36px;
  -moz-border-radius-topright:36px;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:36px;
  -webkit-border-top-right-radius:36px;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/* =================================================================
                                      main picture end
=================================================================*/
/* =================================================================
                                      videos and store start 
=================================================================*/
.videoswrap {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:540px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
  text-align:center;
}

.storewrap {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:500px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
  text-align:center;
}

#store,#videos, {
  display:block;
  width:890px;
  height:auto;
  padding:5px;
  margin-top:12px;
  margin-bottom:12px;
  border:1px solid rgba(153,153,153,.4);
}

#store,#videos, {
  display:block;
  width:890px;
  height:1600px;
  padding:5px;
  margin-top:12px;
  border:1px solid rgba(153,153,153,.4);
}

#spl {
  display:block;
  width:890px;
  height:auto;
  padding:5px;
  margin-top:12px;
  margin-bottom:12px;
  border:0 solid rgba(153,153,153,0.0);
  margin-left:-8px;
}

#st_v1 {
  display:block;
  width:900px;
  height:500px;
  overflow:hidden;
  position:relative;
  background:url(http://trupa.files.wordpress.com/2013/09/store_top.png);
  background-repeat:no-repeat;
  background-position:top;
}

#st_con {
  display:block;
  width:880px;
  height:270px;
  margin-top:10px;
  margin-bottom:40px;
  margin-left:5px;
  margin-right:5px;
  padding:5px;
  overflow:auto;
}

.tcls {
  display:inline-block;
  width:275px;
  min-height:180px;
  text-align:center;
}

.sbuy {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background-color:rgba(0,0,0,0.3);
  color:#FFF;
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.sbuy:hover {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background:url(http://3.bp.blogspot.com/-yhds7Eos07g/UpiDBXWnrtI/AAAAAAAACzU/4N5fQpmlafQ/s1600/180154uft5mwax9c.gif) no-repeat #FFF;
  color:#fff;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -moz-box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  -webkit-box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.it_st {
  transform:scale(0,0);
  -ms-transform:scale(0,0);
  -webkit-transform:scale(0,0);
  margin-top:0;
}

.it_st img:hover {
  transform:scale(1.5,1.3);
  -ms-transform:scale(1.5,1.3);
  -webkit-transform:scale(1.5,1.3);
  z-index:99999;
  margin-top:20px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
}

#vids_con {
  display:block;
  width:880px;
  height:437px;
  margin-top:10px;
  margin-bottom:40px;
  margin-left:5px;
  margin-right:5px;
  padding:5px;
  overflow:auto;
}

.vidstcls {
  display:inline-block;
  width:275px;
  min-height:180px;
  text-align:center;
}

.vidsbuy {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background-color:rgba(0,0,0,0.3);
  color:#FFF;
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.vidsbuy:hover {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background:url(http://3.bp.blogspot.com/-yhds7Eos07g/UpiDBXWnrtI/AAAAAAAACzU/4N5fQpmlafQ/s1600/180154uft5mwax9c.gif) no-repeat #FFF;
  color:#069;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -moz-box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  -webkit-box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.vidst_st {
  transform:scale(0,0);
  -ms-transform:scale(0,0);
  -webkit-transform:scale(0,0);
  margin-top:0;
}

.vidst_st img:hover {
  transform:scale(1.2,1.1);
  -ms-transform:scale(1.2,1.1);
  -webkit-transform:scale(1.2,1.1);
  z-index:99999;
  margin-top:20px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
}

/* =================================================================
                                       videos and store end
=================================================================*/
/* =================================================================
                                       about me section start
=================================================================*/
.gwabtme {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:autopx;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/* =================================================================
                                       about me section end
=================================================================*/
/* =================================================================
                                       member perks start
=================================================================*/
.members {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

.mpa {
  display:inline-block;
  width:230px;
  height:250px;
  margin:1px;
  background:rgba(0,0,0,0.3);
  font-size:15px;
  color:#fff;
  text-align:center;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.mpa span {
  display:block;
  padding-top:1px;
  padding-bottom:1px;
  border-bottom:1px solid #CCC;
}

.mpa .listitem::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:rgba(0,0,0.0);
  color:rgba(215,44,44,0);
/* text-shadow:0 1px 0 #333; */
}

.mpa .name::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#0047AB;
  text-shadow:0 1px 0 #333;
}

.mp {
  padding:5px 15px;
  font-size:14px;
  margin:12px;
  float:right;
  background:rgba(0,0,0,0.3);
  border:1px solid rgba(0,0,0,0.3);
}

.mp span {
  display:block;
  padding-top:1px;
  padding-bottom:1px;
}

.mp .listitem::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#FC3;
  text-shadow:0 1px 0 #333;
}

.mp .name::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#0047AB;
  text-shadow:0 1px 0 #333;
}

/* =================================================================
                                       member perks end
=================================================================*/
/* =================================================================
                                              fan club start
=================================================================*/
#title {
  position:absolute;
  width:703px;
  height:206px;
}

#starschart {
  position:absolute;
  width:703px;
  height:556px;
  background:url(http://2.bp.blogspot.com/-3PbRqBZ-4Is/VVLkbZgeS2I/AAAAAAAAIDs/n01MtSR9ymI/s1600/club.png);
  margin-top:54px;
  margin-left:109px;
}

.kwcum {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:700px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/*-----------------[PRICE LIST START]------------------------*/
#pricing-table {
  margin:0 auto;
  text-align:center;
  width:675px;
/* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  text-shadow:0 1px rgba(255,255,255,.8);
  color:#fff;
  padding:18px;
  width:191px;
/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
  float:left;
  margin-top:20px;
  margin-left:-7px;
  padding-top:80px;
  position:relative;
}

#pricing-table #most-popular {
  z-index:2;
  top:-13px;
  border-width:3px;
  padding:30px 20px;
  border-radius:5px;
  box-shadow:20px 0 10px -10px rgba(0,0,0,.15),-20px 0 10px -10px rgba(0,0,0,.15);
}

#pricing-table .plan:nth-child(1) {
  border-radius:5px 0 0 5px;
}

#pricing-table .plan:nth-child(4) {
  border-radius:0 5px 5px 0;
}

/* --------------- */
#pricing-table h3 {
  font-size:20px;
  font-weight:normal;
  padding:20px;
  margin:-20px -20px 50px;
}

#pricing-table #most-popular h3 {
  margin-top:-2px;
  padding-top:58px;
  border-radius:5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
  border-radius:5px 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
  border-radius:0 5px 0 0;
}

#pricing-table h3 span {
  display:block;
  font:bold 18px/100px Arial,Serif;
  height:100px;
  width:100px;
  margin:10px auto -65px;
  border-radius:100px;
}

/* --------------- */
#pricing-table ul {
  margin:20px 0 0;
  padding:0;
  list-style:none;
  color:#fff;
}

#pricing-table li {
  border-top:1px solid #ddd;
  padding:10px 0;
}

/* --------------- */
#pricing-table .signup {
  position:relative;
  padding:8px 20px;
  margin:20px 0 0;
  color:#fff;
  font:bold 14px Arial,Helvetica;
  text-transform:uppercase;
  text-decoration:none;
  display:inline-block;
  background-color:#333;
  border-radius:3px;
  box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
}

#pricing-table .signup:hover {
  background-color:#9812b3;
  -moz-box-shadow:0 6px 8px #ffffff;
  -webkit-box-shadow:0 6px 8px #ffffff;
  box-shadow:0 6px 8px #ffffff;
}

#pricing-table .signup:active,#pricing-table .signup:focus {
  background:#000;
  top:2px;
  box-shadow:0 0 3px rgba(0,0,0,.7) inset;
}

/* --------------- */
.clear:before,.clear:after {
  content:"";
  display:table;
}

.clear:after {
  clear:both;
}

.clear {
  zoom:1;
}

/*-----------------[PRICE LIS END]------------------------*/
/*fan club members end */
/* members start */
.members {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
  text-align:center;
}

.wfa {
  display:inline-block;
  width:230px;
  height:250px;
  margin:1px;
  background:rgba(0,0,0,0.3);
  border:1px solid rgba(0,0,0,0.3);
  border-radius:5px;
  font-size:15px;
  color:#fff;
  text-align:center;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.boxes {
  text-align:center;
  overflow:hidden;
  white-space:normal;
  font-size:1.5em;
  list-style-type:inline;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:4px solid #330D40;
  border-left:4px solid #330D40;
  border-right:4px solid #330D40;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #330D40;
}

.boxtext {
  font-size:15pt;
  word-spacing:;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  padding:4px;
  overflow:hidden;
}

.boxtextcol {
  font-size:15pt;
  word-spacing:;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  padding:4px;
  -webkit-column-count:5;
/* Chrome, Safari, Opera */
  -moz-column-count:5;
/* Firefox */
  column-count:5;
  -webkit-column-width:170px;
/* Chrome, Safari, Opera */
  -moz-column-width:170px;
/* Firefox */
  column-width:170px;
  -webkit-column-gap:10px;
/* Chrome, Safari, Opera */
  -moz-column-gap:10px;
/* Firefox */
  column-gap:10px;
  -moz-column-fill:auto;
/* Firefox */
  column-fill:auto;
}

/* =================================================================
                                              fan club end
=================================================================*/
/* =================================================================
                                           animate shine start
=================================================================*/
img.shine {
  width:200px;
  position:absolute;
  left:10px;
  top:-20px;
  border:0;
  -webkit-animation:rotateshine 10s infinite;
  -moz-animation:rotateshine 10s infinite;
  -o-animation:rotateshine 10s infinite;
  animation:rotateshine 10s infinite;
}

img.shine.small {
  width:110px;
  position:absolute;
  left:883px;
  top:320px;
}

img.HD {
  width:120px;
  position:absolute;
  left:589px;
  top:3537px;
  border:0;
}

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

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

@-o-keyframes rotateshine {
  0% {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(-0deg);
    transform:rotate(-0deg);
  }
  
  100% {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

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

/* =================================================================
                                           animate shine end
=================================================================*/
.buy-button-animation {
  animation-name:buy-button;
  -webkit-animation:buy-button 1s infinite;
  -moz-animation:buy-button 1s infinite;
  -o-animation:buy-button 1s infinite;
  animation:buy-button 1s infinite;
}

.temp1-tip-me {
  color:#333333;
  font-family:Arial;
  font-size:38px;
  font-weight:100;
  padding-bottom:40px;
  padding-top:130px;
  text-align:center;
}

/*-----------------[TIP ME START]------------------------*/
#tip-me {
  margin:0 auto;
  width:675px;
}

.tip-me-right {
  float:right;
}

#tip-me a {
  text-decoration:none;
}

#tip-me a:hover {
  text-decoration:none;
  color:#aeabca;
}

#tip-me .tip {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #DDDDDD;
  color:#333333;
  float:left;
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  padding:20px;
  position:relative;
  text-shadow:0 1px rgba(255,255,255,0.8);
  width:630px;
}

#tip-me h3 {
  background-color:#EEEEEE;
  background-image:linear-gradient(#FFFFFF,#EEEEEE);
  font-size:20px;
  font-weight:normal;
  margin:-20px -20px 50px;
  padding:20px;
  text-align:center;
}

#tip-me ul {
  list-style:none;
  margin:0 0 40px;
  padding:0;
  color:#000000;
  font-family:tahoma;
  font-size:13px;
}

#tip-me li {
  border-bottom:1px solid #DDDDDD;
  padding:10px 40px;
}

/*-----------------[TIP ME END]------------------------*/
.download-now-button-click-here {
  margin-top:16px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-buy-now {
  font-size:18px;
  padding-top:20px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-a {
  background-image:url(http://2.bp.blogspot.com/-ajUIVVXKNIc/VVjjUl9KYYI/AAAAAAAAIGU/2JKZE9e6AgU/s1600/blue_star.png);
  border-radius:50%;
  bottom:50px;
  height:170px;
  left:15px;
  margin:20px;
  position:fixed;
  text-align:center;
  width:190px;
  text-decoration:none;
  z-index:900;
}

.download-now-button-a:hover {
}

.download-now-popup-bg {
  background:rgba();
  color:#fff;
  height:100%;
  left:0;
  position:fixed!important;
  top:10px;
  width:100%;
}

@keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-webkit-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-moz-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-o-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

.tabs > div:not(:target) > div {
  position:absolute;
  visibility:hidden;
}

.tabs > div:target > div {
  position:absolute;
  visibility:visible;
  z-index:999;
}

.download-now-button-price {
  font-family:"Fredericka the Great",Arial;
  font-size:40px;
  position:relative;
  margin-top:16px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-click-here {
  margin-top:-6px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-buy-now {
  font-size:18px;
  padding-top:20px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-a {
  background-color:rgba();
  font-size:17px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  border-radius:50%;
  bottom:10px;
  height:200px;
  left:15px;
  margin:10px;
  position:fixed;
  text-align:center;
  width:200px;
  text-decoration:none;
  z-index:900;
}

.download-now-button-a:hover {
  text-decoration:none;
}

.download-now-popup-bg {
  background:rgba(255,255,255,0.9);
  font-size:17px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  font-wight:bold;
  height:100%;
  left:0;
  position:fixed!important;
  top:0;
  width:100%;
  text-decoration:none;
}

.close-download-x {
  left:11px;
  position:absolute;
  top:4px;
}

.close-download-a {
  background:linear-gradient(to bottom,#f6f6f6 0%,#e4e4e4 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-radius:50%;
  color:#a0a0a0!important;
  font-size:15px;
  padding:14px;
  position:absolute;
  right:-11px;
  text-decoration:none;
  top:-11px;
}

.close-download-a:hover {
  background:linear-gradient(to bottom,#F6F6F6 0%,#eaeaea 100%) repeat scroll 0 0 rgba(0,0,0,0);
}

.buy-button-animation:hover {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.profile_section_content {
  z-index:inherit;
}

.buy-button-animation {
  animation-name:buy-button;
  -webkit-animation:buy-button 1s infinite;
  -moz-animation:buy-button 1s infinite;
  -o-animation:buy-button 1s infinite;
  animation:buy-button 1s infinite;
}

/* side navigation */
#menu {
  position:fixed;
  right:85%;
  top:20px;
  width:9em;
}

#menu li {
  display:inline;
  list-style-type:none;
  padding:20px;
}

/* gs hover */
img.grayscale {
  filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><fecolormatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Firefox 3.5+ */
  filter:gray;
/* IE6-9 */
  -webkit-filter:grayscale(100%);
/* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter:none;
  -webkit-filter:grayscale(0%);
}

/* css buttons */
.menulink {
  background:#43B3CD;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  height:40px;
  line-height:40px;
  width:130px;
  text-decoration:none;
  text-align:center;
  padding-left:0;
  text-shadow:1px 1px 0 #cd4398;
  -webkit-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  -moz-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
}

.locked {
  -webkit-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  -moz-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
}

.menulink:hover {
  background:#e685c1;
}

.menulink:active {
  position:relative;
  top:1px;
}

.tokens {
  -moz-box-shadow:inset 0 1px 0 0 #d43f9b;
  -webkit-box-shadow:inset 0 1px 0 0 #d43f9b;
  box-shadow:inset 0 1px 0 0 #d43f9b;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#cd4398),color-stop(1,#991a68));
  background:-moz-linear-gradient(center top,#cd4398 5%,#991a68 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd4398',endColorstr='#991a68');
  background-color:#cd4398;
  -webkit-border-top-left-radius:0;
  -moz-border-radius-topleft:0;
  border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-radius-topright:0;
  border-top-right-radius:0;
  -webkit-border-bottom-right-radius:0;
  -moz-border-radius-bottomright:0;
  border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-radius-bottomleft:0;
  border-bottom-left-radius:0;
  text-indent:0;
  border:1px solid #cd4398;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  font-style:normal;
  height:20px;
  line-height:20px;
  width:69px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0 #78004a;
}

.tokens:hover {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#991a68),color-stop(1,#cd4398));
  background:-moz-linear-gradient(center top,#991a68 5%,#cd4398 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#991a68',endColorstr='#cd4398');
  background-color:#991a68;
}

.tokens:active {
  position:relative;
  top:1px;
  bodyfont-family:Arial,sans-serif;
  font-size:14px;
  line-height:1;
  color:#5c5c5c;
  background-color:#e0e0e0;
  background-image:url(http://subtlepatterns.com/patterns/skulls.png);
  background-repeat:repeat;
  background-attachment:fixed;
  padding:0;
}