/*** PROFIL ***/
.profile_header {
  margin: 0 0 20px 0;
}

.profile_header .status_text {
  max-width: 400px;
  color: #555555;
  background: url('../../../gr/sys/icons/status_quote_icon.png') no-repeat left 2px;
  padding: 0 0 0 15px;
}

.profile_header .profile_picture {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 15px 0 0;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px #ababab solid;
  overflow: hidden;
}

.profile_header .profile_picture:hover #imageChange {
  display: inline-block;
}

.profile_header .profile_picture .uploadWait {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: url('../../../gr/black-transparent.png') repeat;
  display: none;
}

.profile_header .profile_picture img {

}

.profile_header h1.profile {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}

.profile_header .profile_overview {
  height: 102px;
  width: 635px;
  float: left;
  position: relative;
}

.click_button {
  background: url('../../../gr/small-black-gradient.gif') repeat-x center bottom #fff;
  border: 1px #ababab solid;
  border-radius: 4px;
  padding: 4px 8px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-weight: bold;
  color: #1c1c1c;
}

.profile_button_area {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}

.profile_button_area .click_button {
  float: left;
  margin: 0 0 0 5px;
}

.click_button:hover {
  border-color: #6d6d6d;
}

.click_button:active {
  border-color: #99a8f3;
}

.click_button .button_icon {
  width: 16px;
  height: 16px;
  display: block;  
  background-repeat: no-repeat;
  float: left;
}

.click_button .button_text {
  float: left;
  margin: 0 0 0 5px;
}

.profile_header .profile_picture .qq-drop-processing {
  display: none;
}

.profile_header .profile_picture .qq-upload-list {
  display: none;
}

#imageChange {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}

.click_button.image_change .button_icon {
  background-image: url('../../../gr/sys/icons/upload-icon.png');
}

.click_button.write_message .button_icon {
  background-image: url('../../../gr/sys/icons/message-button.png');
}

.click_button.user_add .button_icon {
  background-image: url('../../../gr/sys/icons/user-add-button.png');
}

.click_button.user_delete .button_icon {
  background-image: url('../../../gr/sys/icons/user-delete-button.png');
}

.click_button.process_wait .button_icon {
  background-image: url('../../../gr/wait-button.gif') !important;
}

.profile_overview ul.action_menu {
  padding: 0 ;
  position: absolute;
  right: 0;
  bottom: 0;
}

.profile_overview ul.action_menu a {
  display: block;
  padding: 2px;
  font-size: 11px;
}

.profile_header h1 .profile_name {
  float: left;  
}

.profile_header h1 .online_status {
  width: 7px;
  height: 7px;
  display: block;
  float: left; 
  margin: 8px 0 0 5px;
  background: url('../../../gr/sys/icons/profile/online-icon.png') no-repeat center center;
}
.profile_header h1 .offline_status {
  width: 7px;
  height: 7px;
  display: block;
  float: left; 
  margin: 8px 0 0 5px;
  background: url('../../../gr/sys/icons/profile/offline-icon.png') no-repeat center center;
}
.profile_header h1 .invisible_status {
  width: 7px;
  height: 7px;
  display: block;
  float: left; 
  margin: 8px 0 0 5px;
  background: url('../../../gr/sys/icons/profile/invisible-icon.png') no-repeat center center;
}
.profile_picture img.main_pic {
  width: 100px;
  height: 100px;
}

ul.profile_menu {
  padding: 0 0 0 5px;
  margin: 0;
  background: url("gr/module_head_BG.png") no-repeat scroll left top transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

ul.profile_menu li {
  float: left; 
  font-weight: bold;
  margin-right: 10px;
}

ul.profile_menu li a {
  display: block;
  padding: 7px 8px 7px 27px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 5px 7px;
}

ul.profile_menu li.selected a {
  color: #3e6e8e;
  background-position: 5px -27px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  padding: 5px 8px 5px 27px;
  margin: 4px 0 0 0;
}

ul.profile_menu li.activity a {
  background-image: url('../../../gr/sys/icons/profile/activity-icons.png');
}

ul.profile_menu li.info a {
  background-image: url('../../../gr/sys/icons/profile/info-icons.png');
}

ul.profile_menu li.playlist a {
  background-image: url('../../../gr/sys/icons/profile/playlist-icons.png');
}

ul.profile_menu li.group a {
  background-image: url('../../../gr/sys/icons/profile/group-icons.png');
}

ul.profile_menu li.watchlist a {
  background-image: url('../../../gr/sys/icons/profile/watchlist-icons.png');
}

ul.profile_menu li.comment a {
  background-image: url('../../../gr/sys/icons/profile/comment-icons.png');
}

/*** PROFIL ACTIVITIES ***/
ul.profile_activities {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

ul.profile_activities li {
  padding: 8px 8px 8px 32px;
  background-repeat: no-repeat;
  background-position: 8px center;
  border-bottom: 1px #dddddd solid; 
  position: relative;
}

ul.profile_activities li:nth-child(even)  {
  background-color: #f3f6f8;
}

ul.profile_activities li .activity_time {
  font-size: 11px;
  color: #8facc4;
}

ul.profile_activities li .activity_delete {
  background: url('../../../gr/sys/icons/blue_delete_icon.png') no-repeat scroll left top transparent;
  display: none;
  height: 15px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 15px;
}

ul.profile_activities li .activity_delete:hover {
  background-position: left bottom;
}

ul.profile_activities li:hover .activity_delete {
  display: block !important;
}

.profile_statistics {
  position: absolute;
  bottom: 0;
}

.profile_statistics li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px #cacaca solid;
}

.profile_statistics li.last-item {
  border-right: 0 !important;
}

.profile_statistics li .stat_value {
  font-size: 18px;
  font-weight: bold;
}

.profile_statistics li .stat_label {
  color: #707070;
}

.status_editable {
  display: inline-block;
  background: url('../../../gr/sys/icons/highlighter.png') no-repeat right center !important;
  padding: 0 20px 0 0 !important;
  height: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}

.status_editable:hover {
  color: #3e6e8e;
}

.status_editable .statusedit_input input {
  padding: 2px;
  min-width: 250px;
  border-radius: 3px;
  border: 1px #cbcbcb solid;
  -moz-box-shadow: 0px 1px 0px #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #f0f0f0;
  box-shadow: 0px 1px 0px #f0f0f0;
}

.profile_content h3 {
  font-weight: bold;
  color: #707070;
  font-size: 11px;
  margin: 10px 0 10px 0;
  border-bottom: 1px #ebebeb solid;
  padding: 0 0 5px 0;
}

.profile_content ul.film_list {
  margin: 8px 0 0 0;
}

.profile_content ul.film_list li {
  float: left;
  width: 109px;
  height: 150px;
  display: block;
  margin: 0 10px 15px 0;
}

.profile_content ul.film_list li a img {
  border-radius: 5px;
  border: 1px #cbcbcb solid;
  -moz-box-shadow: 0px 1px 0px #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #f0f0f0;
  box-shadow: 0px 1px 0px #f0f0f0;
}

.profile_content ul.film_list li a img:hover {
  border-color: #858585;
}

.profile_content ul.avatar_list {
  margin: 8px 0 0 0;
}

.profile_content ul.avatar_list li {
  float: left;
  width: 61px;
  height: 61px;
  display: block;
  margin: 0 15px 15px 0;
}

.profile_content ul.avatar_list li a {
  border-radius: 5px;
  border: 1px #cbcbcb solid;
  -moz-box-shadow: 0px 1px 0px #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #f0f0f0;
  box-shadow: 0px 1px 0px #f0f0f0;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.profile_content ul.avatar_list li a img {
  width: 60px;
  height: 60px;
}

.profile_content ul.avatar_list li a:hover div.user_label {
  display: block;
}

.profile_content ul.avatar_list li a div.user_label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url('../../../gr/black-transparent.png') repeat;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  display: none;
}

.profile_content ul.avatar_list li a:hover {
  border-color: #858585;
}

/** ABOUT **/
.about_container {
  background: url('../../../gr/sys/icons/quote_icon.png') no-repeat 1px 2px;
  padding: 0 0 10px 25px;
  margin: 0 0 10px 0;
  border-bottom: 1px #ebebeb solid;
  font-family: Georgia;
  color: #474747;
  line-height: 1.6em;
  font-style: italic;
}

/** ITEM LIST **/
.profile_item_list {
  margin: 0 0 10px 0;
}

.profile_item_list li  {
  border-bottom: 1px #dddddd solid;
  padding: 7px 5px;
}

.profile_item_list li:nth-child(even)  {
  background: #eff3f5;
}

.profile_item_list li .item_cover  {
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  border: 1px #cbcbcb solid;
  -moz-box-shadow: 0px 1px 0px #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #f0f0f0;
  box-shadow: 0px 1px 0px #f0f0f0;
  overflow: hidden;
  background-position: center center;
  display: block;
  float: left;
}

.profile_item_list li .item_detail  {
  float: left;
  padding: 2px 0;
}

.profile_item_list li .item_detail h4  {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 3px 0;
}

.profile_item_list li .item_detail .item_info  {
  color: #797979;
  margin: 0 0 7px 0;
  font-size: 11px;
}

.profile_item_list li .item_detail h4 .item_title_addon {
  font-weight: normal;
  color: #797979;
}

/** ITEM LIST FILTER **/
.item_list_filter {
  border-bottom: 1px #c2c2c2 solid;
  padding: 5px;
}

.item_list_filter .sort_filter {
  float: left;
}

.item_list_filter .sort_filter li span {
  padding: 3px 0 3px 3px;
  color: #747474;
  display: block;
}

.item_list_filter .sort_filter li {
  float: left;
  margin: 0 15px 0 0;
}

.item_list_filter .sort_filter li a {
  padding: 3px;
  display: block;
}

.item_list_filter .sort_filter li.selectedDesc a, .item_list_filter .sort_filter li.selectedAsc a {
  font-weight: bold;
  color: #000;
  background-image: url('../../../gr/sys/icons/sort-black.png');
  background-repeat: no-repeat;
  padding-right: 10px;
}

.item_list_filter .sort_filter li.selectedDesc a {
  background-position: right -19px;
}

.item_list_filter .sort_filter li.selectedAsc a {
  background-position: right 9px;
}

.item_list_filter .list_mode {
  width: 42px;
  height: 20px;
  float: right;
}

.item_list_filter .list_mode .type_list, .item_list_filter .list_mode .type_cover {
  background-image: url('../../../gr/sys/icons/profile-list-icons.png');
  width: 21px;
  height: 20px;
  display: block;
  float: left;
}

.item_list_filter .list_mode .type_list {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.item_list_filter .list_mode .type_cover {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.item_list_filter .list_mode a.type_list {
  background-position: left top;
}

.item_list_filter .list_mode div.type_list {
  background-position: left bottom;
}

.item_list_filter .list_mode a.type_cover {
  background-position: right top;
}

.item_list_filter .list_mode div.type_cover {
  background-position: right bottom;
}

/* PROFILE INFO */
.profile_col {
  width: 48%;
  padding: 1%;
  float: left;
}

.profile_empty_info {
  font-style: italic;
  margin: 30px 0;
  text-align: center;
  font-family: Georgia;
  color: #555555;
}

.profile_col a.add_info {
  display: block;
  border: 1px #d0d0d0 solid;
  background: #ededed;
  padding: 30px;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0px 1px 0px #fff;
  margin: 0 0 15px 0;
}

/* INFO TABLE */
.inner_table {
  width: 100%;
  margin: 0 0 15px 0;
}

.inner_table td.inner_table_left, .outter_table td.inner_table_right {
  padding: 4px 0; 
  vertical-align: top;   
}

.inner_table td.inner_table_left {
  width: 120px;
  font-weight: bold;
  color: #858586;
  font-size: 11px;
}

/* PROFILE NOTE */
.profile_note {
  padding: 8px 12px 8px 38px;
  margin: 0 0 15px 0;
  border-radius: 5px;
  background: url('../../../gr/sys/icons/alert-color.png') no-repeat 12px center #f0f0f0;
}

/* EMPTY CONTENT */
.profile_empty_content {
  font-size: 14px;
  text-align: center;
  padding: 50px 0;
  color: #414141;
  font-weight: bold;
  border-bottom: 1px #d5d5d5 solid;
}

/* PROFILE COMMENTS */
.profil_textarea {
  border: 1px #b7b7b7 solid;
  border-radius: 5px;
  padding: 7px;
  resize: none;
  display: block;
  margin: 10px 0;
  width: 736px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

/* PROFILE COMMENT LIST */
.profile_comment_list {
  margin: 20px 0 0 0;
}

.profile_comment_list li a.profile_comment_avatar {
  width: 60px;
  height: 60px;
  border: 1px #646464 solid;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: block;
  overflow: hidden;
  float: left;
}

.profile_comment_list li a.profile_comment_avatar img {
  width: 60px;
  height: 60px;
}

.profile_comment_list li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px #e6e6e6 solid;
  position: relative;
}

.profile_comment_list li .profile_comment_info {
  float: left;
  margin: 4px 0 0 15px;
}

.profile_comment_list li .profile_comment_text {
  margin: 4px 0 0 0;
}

.profile_comment_list li .profile_comment_time {
  color: #4e8ab3;
  margin: 4px 0 0 0;
  font-size: 11px;
}

.profile_comment_list li .profile_comment_login {
  font-weight: bold;
}

.profile_comment_list li:hover .profile_comment_delete {
  display: block;
}

.profile_comment_list li .profile_comment_delete {
  width: 15px;
  height: 15px;
  background: url('../../../gr/sys/icons/blue_delete_icon.png') no-repeat left top;
  position: absolute;
  right: 2px;
  top: 2px;
  display: none;
}

.profile_comment_list li .profile_comment_delete:hover {
  background-position: left bottom;
}

.load_more_listdata {
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px;
  margin: 10px 0 0 0;
  background: #f0f0f0;
  border-radius: 5px;
}