.clear {clear:both;float:none;height:0;font-size:0;line-height:0;}
.clear-10 {clear:both;float:none;height:10px;font-size:10px;line-height:10px;}

.massages {
	background-color: #FFF;
	padding: 10px;
}
.mess-panel {
	position: relative;
	margin-bottom: 15px;
}
.mess-panel a.add { 
	position: absolute;
	top: 0px;
	right: 0px;
}
.massages .select {
	padding: 10px 0px 10px 10px;
	position: relative;
	font-size: 1.1em;
}
.massages .select select {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 1em;
}
.massages .select a {
	margin-left: 5px;
	text-decoration: none;
	border-bottom: dotted 1px #333;
	color: #333;
}
.massages table {
	width: 100%;
}
.massages td {
	padding: 5px;
}
.massages tr.I td, .massages .select {
	background-color: #f4f4f4;
}
.massages td.del {
	text-align: right;
}
.massages td.del a {
	font-size: 0.9em;
	color:#cd0538;
}
.massages .block {
	padding-bottom: 5px;
}
.mess-history, .mess-answer {
	padding: 10px;
	background-color: #FFF;
	margin-top: 10px;
}
.mess-history h2, .mess-answer h2 {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
	overflow: hidden;
	display: block;
}
.mess-history td {
	padding: 0px 5px 5px 0px;
}
.mess-history a.user {
	color: #6699FF;
	margin: 0px 10px 0px 0px;
}
.mess-answer div input, .mess-new div input {
	display: block;
	margin-bottom: 10px;
	width: 350px;
}
.mess-answer div textarea, .mess-new div textarea  {
	display: block;
	margin-bottom: 10px;
	width: 790px;
}
.musicGenres {
	padding: 10px;
	background-color: #eaeaea;
	overflow: hidden;
}
.musicGenres .item {float:left;width:120px;height:20px;overflow:hidden;margin:0 3px 3px 0;}
.musicGenres .item span {font-size:11px;}

.post-video h2 a {background: url(../images/ico_video.gif) no-repeat left 0.65em;}

.list_of_track_params {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.list_of_track_params li {
	padding-bottom: 10px;
}
.list_of_track_params li strong {
	color: #77797A;
	font-weight: normal;
	margin-right: 10px;
}
#tarck_cover {
	width: 150px;
	height: 150px;
	overflow: hidden;
	background: url(../images/cover_bg.gif) no-repeat left top;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
}
#tarck_cover #track-preloader {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 37px;
	height: 37px;
}

/** AUTOCOMPLETE **/
 div.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    ul.contacts  {
      list-style-type: none;
      margin:0px;
      padding:0px;
      display:block;
    }
    ul.contacts li.selected { background-color: #EFF3F5; }
    li.contact {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
    }
    li.contact div.image {
      float:left;
      width:32px;
      height:32px;
      margin-right:8px;
    }
    li.contact div.name {
      font-weight:bold;
      font-size:12px;
      line-height:1.2em;
    }
    li.contact div.email {
      font-size:10px;
      color:#888;
    }
    #list {
      margin:0;
      margin-top:10px;
      padding:0;
      list-style-type: none;
      width:250px;
    }
    #list li {
      margin:0;
      margin-bottom:4px;
      padding:5px;
      border:1px solid #888;
      cursor:move;
    }
/* end */