@import url('lay_profile_menu.css');
@import url('lay_movies.css');

#profile_nav_prev,
#profile_nav_next
{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #aaa;
  padding: 9px 0;
}

#profile_nav_ads { width: 470px; overflow: hidden; padding-top: 8px; }

#profile_nav_prev:hover, #profile_nav_next:hover { color: #000; }

#profile_nav_prev
{
  float: left;
  background: url('../lay/profile_prev.png') center left no-repeat;
  margin-left: -10px;
  padding-left: 35px;
}

#profile_nav_next
{
  float: right;
  background: url('../lay/profile_next.png') center right no-repeat;
  margin-right: -10px;
  padding-right: 35px;
}

#profile_banned { display: block; width: 256px; height: 256px; margin: 20px auto; }

#profile_nick { margin-top: -2px !important; margin-left: 110px; }
#profile_nick span { color: #fa0; }
#profile_nick em { font-size: 15px; }

#profile_about, #profile_stats, #profile_actions
{
  background-color: #fff;
  margin-top: -15px;
  width: 210px;
  float: left;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}

#profile_about li, #profile_stats li { overflow: hidden; height: 18px; }

#profile_about_zodiak
{
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: bottom;
}

#profile_actions { line-height: 200%; /*margin-top: -80px; */margin-top: -45px; }
#profile_actions a { color: #aaa; text-decoration: none; }
#profile_actions a:hover { color: #000; }

#profile_about span,
#profile_stats span
{
  font-weight: bold;
  color: #FE6500;
}

#profile_actions li a,
#profile_actions li span
{
  padding-left: 20px;
  background-position: center left;
  background-repeat: no-repeat;
}

#profile_gifts { list-style-type: none; padding: 0; width: 520px; height: 42px; }
#profile_gifts li { display: block; float: right; margin: 0 10px; }
#profile_gifts li img { border: 0px; width: 40px; height: 40px; }

#profile_actions span { background-image: url('../lay/icons/loading.gif') }
#profile_actions span.completed { background-image: url('../lay/icons/completed.gif') }
#ajax_admin a { background-image: url('../lay/icons/report.gif') }
#ajax_friend a { background-image: url('../lay/icons/friend.gif') }
#ajax_fav a { background-image: url('../lay/icons/addfavourites.gif') }
#ajax_battle a { background-image: url('../lay/icons/battle.gif') }
#ajax_blacklist a { background-image: url('../lay/icons/blacklist.gif') }
#ajax_gift a { background-image: url('../lay/icons/gift.gif') }
#ajax_join a { background-image: url('../lay/icons/friend.gif') }
#ajax_unjoin a { background-image: url('../lay/icons/deleteaccount.gif') }

#profile-frame-l, #profile-frame-r
{
  float: left;
  width: 50%;
  height: 18px;
  border-top: 1px solid #eaeaea;
}
#profile-frame-l { background: url('../lay/frame_profile_left.jpg') top left no-repeat; }
#profile-frame-r { background: url('../lay/frame_profile_right.jpg') top right no-repeat; }

#profile_voteline { text-align: center; height: 30px; }
#profile_voteline button { width: 30px; }

/**
 * Photos
 */

#profile_photos a img { border: 2px solid #fa0; }
#profile_photos a.opacity img { border-color: #ddd; }

#profile_photos a.opacity img { opacity: 0.5; filter: alpha(opacity=50); }
#profile_photos a.opacity:hover img { opacity: 1.0; filter: alpha(opacity=100); }

#profile_photo
{
  text-align: center;
  width: 780px;
}

#profile_photo_protecter
{
  position: absolute;
  width: 780px;
  padding: 4px 0;
  background: #fff url('../lay/loading.gif') center center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}

#profile_photo_margin { margin-bottom: 30px; }

#profile_photo img, #profile_photo span { display: block; margin: 0 auto; }

#profile_photo img
{
  padding: 3px;
  border: 1px solid #ccc;
}

#profile_photo span
{
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0;
}

#profile_photo_mobile
{
  background: url('../lay/icons/wyslijnakomorke.gif') center left no-repeat;
  padding: 3px 0 3px 25px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #777;
}

/**
 * About
 */

table.about td.label,
table.about td.label2,
table.about td.contents
{
  border-bottom: 1px solid #eaeaea;
  font-size: 12px;
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

table.about td.contents div
{
  width: 560px;
  overflow: hidden;
}

table.about td.label
{
  width: 150px;
  font-weight: bold;
  color: #666;
}

table.about td.label2
{
  width: 150px !important;
  color: #999;
  line-height: 25px;
}

table.about td.label2 div.autocut
{
  width: 200px;
  overflow: hidden;
}
