@charset "UTF-8";

body {
      font-family:Helvetica,Arial,Freesans,sans-serif sans-serif;
      font-size:1r:em;
      line-height:1;
      color:#ffffff;
      background-color:#e0e0e0;
      background-image:url(https://www.polytec.com.au/img/products/960-960/pitch-black.jpg);
      background-position:top left;
      background-repeat:repeat;
      background-attachment:fixed;
      padding:0;
    }

    a,a:visited {
      color:#CC00CC;
      text-decoration:none;
    }

    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;
    }

    #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:#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;
      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:#fff;
      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:#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;
    }

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

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

    .twocolumn {
      -moz-column-count:2;
      -webkit-column-count:2;
      column-count:2;
    }

    #profile_header_container .heading {
      display:none;
    }

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

    #header_bar,#footer_bar,#profile_main_photo,#profile_schedule,#profile_friends
    > div:nth-child(1) {
      display:none;
    }

    #profile_about_me .heading {
      display:none;
    }

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

    #profile {
      width:930px;
      margin:40px auto -10px;
      background:#000 url(https://i.postimg.cc/8z3kcBSG/Oksana-Ses-01-Set-01-Sofa-45.jpg) top center no-repeat;
      box-shadow:0 0 20px 3px #333;
      font-size:.875em;
      line-height:1.25;
    }

    #profile_header {
      padding:360px 0 0;
    }

    #profile_avatar {
      margin:3px 20px 0;
      padding:4px;
      background-color:#9B369B;
      border:0;
      border:solid 2px #a807a8;
      -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;
    }

    @-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);
      }
    }  
  }

  .profile_section {
    border-spacing:0;
  }

  .profile_section .heading {
    background:#9B369B;
    color:#fff;
    height:40px;
    font-size:1.065rem;
    font-weight:normal;
    padding:10px 0 0 15px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:20px;
  }

  .profile_section_content {
    z-index:auto;
  }

  #profile_about_me {
    margin:20px 0;
  }

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

  .buttons {
    width:940px;
    height:200px;
    margin:150px -10px 0;
    padding:0;
    background:url(https://s12.postimg.org/66t3gpy65/AWW.png) no-repeat;
    margin-top:66px;
  }

  .amazon {
    margin:0;
  }

  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 {
    padding-top:45px;
    margin-top:-45px;
    display:inline-block;
  }

  .photo_gallery_previews {
  }

  #meaning_life_label {
    margin-top:15px;
  }

  /************************************* 

              Store

      **************************************/
  .store {
    font-size:1rem;
    line-height:1;
  }

  .store a {
    color:#000;
    text-decoration:none;
  }

  .store-header {
    border-bottom:#666 solid 2px;
    margin:auto;
    color:#fff;
    font-size:27px;
    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(215,44,207),0 0 16px rgb(215,44,207),0 0 32px rgb(215,44,207),0 0 40px rgb(215,44,207),0 0 50px rgb(215,44,207);
    font-wight:bold;
    padding:10px 0 0 15px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }

  .store-list {
  /*background-color: #F3C;*/
    border:5px solid #c0c;
    margin:auto;
    height:432px;
    overflow:auto;
  }

  .three-plus-half-rows {
    height:500px;
  }

  .four-rows {
    height:575px;
  }

  .four-plus-half-rows {
    height:655px;
  }

  .store-footer {
    border-top:#666 solid 2px;
    margin:auto;
    height:15px;
    margin-bottom:20px;
  }

  .store-footer-message {
    color:#666;
    margin:auto;
    border-top:#444 solid 2px;
    font-size:.8rem;
    padding:10px 0 0 15px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:20px;
  }

  .store-item {
    width:49%;
    height:135px;
    margin:.5%;
    float:left;
    background-color:#F3C;
    border-radius:8px;
    padding-right:5px;
    text-align:left;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
  }

  .store-item .image {
    width:40%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
  }

  .image img {
    height:100%;
  }

  .store-item .desc {
    width:59.7%;
    height:100%;
    background-color:#FFF;
    position:absolute;
    right:0;
    top:0;
    padding:0 5px;
    z-index:20;
    -moz-transition:.5s .5s ease-in-out;
    -o-transition:.5s .5s ease-in-out;
    -webkit-transition:.5s .5s ease-in-out;
    transition:.5s .5s ease-in-out;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }

  .store-item:hover .desc,.store-item:hover .desc a {
    background-color:rgba(94,9,116,0.8);
    color:#eee;
    width:100%;
    padding:0 40px;
  }

  .desc .title {
    height:16px;
    width:100%;
    margin:7px 0 0;
    font-size:1em;
    font-weight:bold;
  }

  .desc-content {
    height:85px;
    width:100%;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    font-size:.75em;
    line-height:1.2;
  }

  .desc-content ul {
    list-style-type:disc;
    list-style-position:inside;
  }

  .desc-content li {
    margin:1.5px;
    font-size:.75rem;
    line-height:1;
  }

  .desc-footer {
    height:20px;
    width:100%;
    text-align:right;
    padding-right:5px;
    position:absolute;
    bottom:5px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index:30;
  }

  .item-tag {
    font-size:.625em;
    color:#fff;
    background-color:#000;
    padding:2px 10px;
    border-radius:8px;
  }

  .purchase {
    background-color:#990067;
  }

  .purchase:hover {
    background-color:#000000;
  }

  .store-list::-webkit-scrollbar {
    -webkit-appearance:none;
    width:12px;
    height:12px;
  }

  .store-list::-webkit-scrollbar-thumb {
    border-radius:8px;
    border:2px solid #999;
    background-color:#ccc;
  }/************************************* 

               Videos

      **************************************/
    
}

.nav > ul > li:hover {
  background-color:rgba(91,177,243,.5);
}

.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(219,43,122,.5);
  border-top:0;
  border-radius:0 0 5px 5px;
  display:none;
  margin:0;
  opacity:0;
  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-color:#011515;
  width:13.8%;
/*NavBarEnd*/
/*TipMenu*/
}

#TipContent {
  text-align:left;
  display:block;
  padding:10px;
  background:rgba(91,177,243,.9);
  margin:10px;
  height:500px;
  overflow:auto;
  border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  -ms-border-radius:3px;
  -webkit-border-radius:3px;
}

.tiprequest {
  display:block;
  padding-top:8px;
  padding-bottom:8px;
  border-left:0 solid rgba(0,0,0,0);
  font-size:15px;
  color:#ffffff;
  font-weight:normal;
  font-family:Century Gothic;
  text-shadow:0 1px 0 #333;
  text-indent:11px;
}

.tiprequest:hover {
  display:block;
  padding-top:8px;
  padding-bottom:8px;
  border-left:5px solid #ffffff;
  font-size:15px;
  color:#ffffff;
  text-indent:7px;
  background:rgba(91,177,243,.5);
  border-radius:8px;
}

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

.price > a {
  display:block;
  padding:4px 14px;
  background:#;
  color:#ffffff;
  border:1px solid #;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  margin-top:-3px;
  margin-right:5px;
}

.price > a:hover {
  display:block;
  padding:4px 14px;
  background:#FFFFFF;
  color:#000000;
  border:1px solid #FFFFFF;
  text-align:center;
  margin-top:-3px;
  margin-right:5px;
  text-shadow:0 1px 0 #000000;
  border-radius:8px;
}

.store {
  font-size:1rem;
  line-height:1;
}

.store a {
  color:#000;
  text-decoration:none;
}

/************************************* 

         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;
}

.link-amazon a {
  display:block;
  top:28px;
  width:258px;
  height:140px;
  float:left;
  margin-left:151px;
  background:transparent url(https://s15.postimg.org/pbxvavdmj/image.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

/************************************* 

   

**************************************/
.topmembers-header {
  margin:auto;
  color:#fff;
  font-size:27px;
  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(215,44,207),0 0 16px rgb(215,44,207),0 0 32px rgb(215,44,207),0 0 40px rgb(215,44,207),0 0 50px rgb(215,44,207);
  font-wight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

#topmembers {
  height:660px;
  background:url(https://s26.postimg.org/gdecjd909/aaaaa8.jpg)no-repeat;
  margin-top:15px;
  margin-left:20px;
}

#lftcol {
  display:block;
  width:180px;
  height:340px;
  float:left;
  margin-top:50px;
  background:rgba(127,129,127,0.3);
  margin-left:25px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:18px;
  color:#f6c;
  text-shadow:-1px 1px 0 rgb(255,255,255),-1px 0 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,255,255),0 0 5px rgb(255,255,255),0 0 12px rgb(255,255,255),0 0 14px rgb(255,255,255),0 0 22px rgb(0,0,0),0 0 34px rgb(0,0,0);
  font-wight:bold;
  text-align:center;
  border:solid 4px #000000;
  -moz-border-radius-topleft:20px;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:18px;
  -webkit-border-top-left-radius:20px;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:18px;
  border-top-left-radius:20px;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:18px;
}

#midcol {
  display:block;
  width:200px;
  height:150px;
  float:right;
  margin-top:-535px;
  background:rgba(51,51,51,0.5);
  margin-right:354px;
  padding:10px;
  overflow:auto;
  font-size:26px;
  color:#FFF;
  text-shadow:1px 1px 0 #DB10C9,-1px -1px 0 #630166,1px -1px 0 #C004DF,-1px 1px 0 #540166,-1px 1px 0 #E004B4,-2px 0 0 #600166,2px 0 0 #B605AD,3px 4px 11px #030003,3px 4px 11px #030003;
  font-wight:bold;
  font-family:"Times New Roman",Times,serif;
  text-align:center;
}

#rigcol {
  display:block;
  width:200px;
  height:340px;
  float:right;
  margin-top:50px;
  background:rgba(127,129,127,0.3);
  margin-right:55px;
  padding:10px;
  overflow:auto;
  font-size:18px;
  color:#f6c;
  text-shadow:-1px 1px 0 rgb(255,255,255),-1px 0 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,255,255),0 0 5px rgb(255,255,255),0 0 12px rgb(255,255,255),0 0 14px rgb(255,255,255),0 0 22px rgb(0,0,0),0 0 34px rgb(0,0,0);
  font-wight:bold;
  text-align:center;
  border:solid 4px #000000;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:20px;
  -moz-border-radius-bottomleft:18px;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:20px;
  -webkit-border-bottom-left-radius:18px;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:20px;
  border-bottom-left-radius:18px;
  border-bottom-right-radius:0;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

.link-twitter a {
  display:block;
  top:17px;
  margin-right:178px;
  width:249px;
  height:160px;
  float:r;
  float:right;
  background:transparent url(https://s12.postimg.org/4saztsvj1/333.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

.wall_post_body {
  background:none repeat scroll 0 0 #993399;
  border:1px dotted #717171;
}

.wall_post_body {
  box-shadow:0 0 13px rgba(0,0,0,0.1);
}

.wall_post_avatar img {
  box-shadow:0 0 13px rgba(0,0,0,0.1);
}

#wrap-me {
  width:960px;
}

.wall_post_info {
  display:inline-table;
  padding:5px 0;
}

.box-shadow {
  box-shadow:0 0 4px rgba(0,0,0,0.2);
  border:1px solid #ffffff;
}

#wall_poster_username {
  display:none;
}

.profile_section_content {
  z-index:inherit;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  border:4px solid #993399;
  border-radius:50%;
  margin-top:30px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/* Gallery */
.photo_gallery_preview {
  color:#fff;
  width:160px;
}

.photo_gallery_preview > a {
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}

.photo_gallery_preview > a:hover {
  opacity:.7;
  -moz-transform:rotate(-10deg);
  -webkit-transform:rotate(-10deg);
}

.photo_gallery_preview .photo_gallery_count {
  font-size:14px;
}

.photo_gallery_preview a,.photo_gallery_preview a:link,.photo_gallery_preview a:active,.photo_gallery_preview a:hover,.photo_gallery_preview a:visited {
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
}

.photo_gallery_image {
  border:solid 5px #6e026e;
  -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;
}

#nv a {
  padding:11px 11px 4px 8px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #993399;
  border-right:0 solid #aaaaaa;
  color:#C09;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:-1px -2px 1px #000000,1px -2px 1px #000000,2px 2px 1px #000000,0px 2px 1px #000000,-2px 2px 1px #000000,-2px -1px 1px #000000;
  text-decoration:none;
  font-size:15px;
  padding:14px;
  font-wight:bold;
}

#nv a:hover {
  font-weight:bold;
  color:#FFF;
  padding:14px;
  background:rgba(205,54,223,0.3);
  -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:inset 0 0 29px #000000;
  -webkit-box-shadow:inset 0 0 29px #000000;
  box-shadow:inset 0 0 29px #000000;
  font-wight:bold;
}

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

#link_SHOP {
  position:absolute;
  top:600px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_TOPMEMBERS {
  position:absolute;
  top:1630px;
  width:1px;
  height:1px;
  background:transparent;
}