/**
 * chord browser
 */
#lite3-chords {
	width: 700px;
}

#lite3-chords .progression {
	font-size: 1.2em;
	font-weight: bold;
	word-wrap: break-word;
	padding: 10px 0 0 20px;
	height: 40px;
}

#lite3-chords .itemlist {
	height: 120px;
	width: 700px;
	overflow: hidden;
	position: relative;
}

#lite3-chords .itemlist .item {
	width: 233px;
	height: 40px;
	float: left;
}

#lite3-chords .itemlist .play {
	top: 10px;
}

#lite3-chords .itemlist .name, #lite3-chords .itemlist .progress {
	top: 5px;
}

#lite3-chords .bottom .previewsel {
	position: absolute;
	top: 10px;
	left: 10px;
}

#lite3-chords .bottom .previewsel .title {
	float: left;
	line-height: 24px;
	margin: 0 10px 0 0;
}

#lite3-chords .bottom .previewsel .selectlist {
	float: left;
}
