#lite3-mysongs {
	width: 900px;
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -450px;
}

#lite3-mysongs .content {
	padding: 0 10px 20px;
}

#lite3-mysongs .header {
	background-color: #353535;
	position: relative;
	border-radius: 2px;
	height: 40px;
}

#lite3-mysongs .header-label {
	position: absolute;
}

#lite3-mysongs .header-label span {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	position: absolute;
	padding: 0 10px;
	white-space: nowrap;
}

#lite3-mysongs .header-label.selected span {
	border-top: solid 3px #666;
	border-bottom: none;
	border-left: solid 3px #666;
	border-right: solid 3px #666;
	background-color: #fff;
	color: #000;
	z-index: 4;
}

#lite3-mysongs .header-label .filter {
	position: absolute;
	top: 40px;
	left: 0;
	border: solid 3px #666;
	padding: 10px;
	background-color: #fff;
	color: #000;
	z-index: 3;
	white-space: nowrap;
	display: none;
}

#lite3-mysongs .header-label .filter label {
	display: block;
	margin: 5px 0;
}

#lite3-mysongs .header-label.selected .filter {
	display: block;
}

#lite3-mysongs .filter .bottom {
	padding: 10px 0 0 0;
}

#lite3-mysongs .filter .bottom a {
	color: #353535;
}

#lite3-mysongs .filter .bottom a:active {
	color: #666;
}

#lite3-mysongs .alist {
	position: relative;
	overflow: hidden;
	padding: 0;	
}

#lite3-mysongs .item {
	position: relative;
	border-bottom: solid 1px #353535;
	height: 40px;
	line-height: 40px;
}

#lite3-mysongs .item span {
	padding-left: 10px;
	word-wrap: break-word;
	position: absolute;
	top: 0;
}

#lite3-mysongs .title {
	width: 380px;
	left: 0;
}

#lite3-mysongs .genre {
	left: 450px;
}

#lite3-mysongs .tempo {
	left: 600px;
}

#lite3-mysongs .updatetime {
	left: 750px;
}

#lite3-mysongs .handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 40px;
	cursor: move;
	background: transparent url(/create/img/sprite-buttons.png) -49px -475px no-repeat;
	visibility: hidden;
}

#lite3-mysongs .buttons {
	position: absolute;
	left: 230px;
	top: 0;
	visibility: hidden;
}

#lite3-mysongs button
{
	margin-left: 2px;
	padding: 0 4px;
	border-radius: 0 0 1px 1px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	transition: background-color .20s linear;-moz-transition: background-color .20s linear;-webkit-transition: background-color .20s linear;-o-transition: background-color .20s linear;
	/*
	 padding: 0;
	 border-radius: 0;
	line-height: 30px;
	background-color: #ccc;
	font-size: 13px;
	font-weight: normal;
	*/
	/*
	position: relative;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/create/img/sprite-buttons.png);
	background-repeat: no-repeat;
	F9C181
	*/
}

#lite3-mysongs .load {
}

#lite3-mysongs .copy {
}

#lite3-mysongs .delete {
}

#lite3-mysongs button:hover
{
	background-color: #FCB35F;
}

#lite3-mysongs .item:hover {
	background-color: #111;
}

#lite3-mysongs .item:hover .buttons
{
	visibility: visible;
}

#lite3-mysongs .alist.sortable .item:hover .handle
{
	visibility: visible;
}

#lite3-mysongs .ui-state-highlight
{
	border-bottom: 1px solid #353535;
    height: 40px !important;
    line-height: 40px;
}

#lite3-mysongs .item.ui-sortable-helper
{
	border-top: 1px solid #353535;
	border-bottom: 1px solid #353535;
}

#lite3-mysongs .rename_box {
	position: absolute;
	top: 5px;
}

#lite3-mysongs .rename_box input {
	width: 350px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}

#lite3-mysongs .rename_box button {
	margin-left: 5px;
}

#lite3-mysongs .ui-state-highlight {
	height: 30px;
	width: 100%;
}
