#page-body {background-color: #000; padding-top: 10px; padding-bottom: 40px; margin: 0;}
/* @group Music Lists */
.music-list{width:330px;margin:0 auto;}
#main-list-container {
	height:409px;
	overflow:hidden;
}
.clear { height: 0; border: 0; padding: 0; margin: 0; clear: both; }
#suggest-box { width: 314px; margin: 10px auto 20px auto; }
#suggest { width: 314px; height: 68px; background: url('../images/suggest.gif') 0 0 no-repeat; }
#suggest div {padding: 18px 0 0 18px;}
#suggest-input { border: 0; padding: 4px 0; background: transparent; font-size: 146.5%; width: 250px; color: #949faa; }
#suggest-input.focused { background-color: #fff; }
#suggest-submit { position: relative; top: 10px; left: 3px; }

.ui-autocomplete-results ul { background-color: #fff; width: 260px; padding: 0 10px; }
.ui-autocomplete-results ul li { padding: 8px 4; line-height: 1.4; border-bottom: 1px solid #ddd; list-style-type: none; }

#main-list-container.load {background: url('../images/dark-ajax-loader.gif') center center no-repeat;}
#main-list {cursor:hand;cursor:pointer;background-color:#c1c1c1;height:409px;}
#drop-list {cursor:hand;cursor:pointer;background-color:#313131;height: 409px;}
#main-list li, #drop-list li {display:block;height:37px;width:326px;background-color:#ddd;color:#000;border-bottom:1px solid #000;padding-top:4px;padding-left:0px;
padding-right:4px;}
.ie #main-list li, .ie #drop-list li {padding-top:3px;}
#main-list li {background:url('../images/main_list_row.gif') bottom repeat-x;border:0;}
#main-list-header {
	background:url('../images/main_list_header.gif') bottom no-repeat;
	width:330px;
	height:62px;
}
#drop-list li {
	background:	url('../images/drop_list_row_full.gif') bottom repeat-x;
	border:0;
}

#drop-list-header {
	background:url('../images/drop_list_header.gif') bottom no-repeat;
	width:330px;
	height:62px;
}
#instructions-image {
	background:url('../images/instructions.gif') bottom no-repeat;
	width:100px;
	height:162px;
	margin: 66px auto 0 auto;
}
#main-list-footer {
	background:url('../images/main_list_footer.gif') bottom no-repeat;
	width:330px;
	height:66px;
}
#drop-list-footer {
	background: url('../images/drop_list_footer.gif') bottom no-repeat;
	width:330px;
	height:66px;
}
.down-button,.up-button,.main-list-nav-buttons{height:30px;color:#000;text-align:center;}
#scroll-up,#scroll-down{cursor:hand;cursor:pointer;}
.main-list-nav-buttons{
    margin-right: auto;
	margin-left: auto;
	width: 161px;
	height: 29px;
	padding-top: 10px;
}
#scroll-up {
	float: right;
	display: block;
	background:url('../images/main_list_up_btn.gif');
	padding-top:29px;
	height:0;
	overflow:hidden;
	width:79px;
	margin-top:2px;
}
#scroll-down {
	float: left;
	display: block;
	background:url('../images/main_list_down_btn.gif');
	padding-top:29px;
	height:0;
	overflow:hidden;
	width:82px;
	margin-top:2px;
}

#save-button {
	background:url('../images/drop_list_submit_btn.gif');
	width: 103px;
	height: 42px;
	float: right;
	margin-right:11px;
	margin-top:10px;
}

#vote-box {
	width: 300px;
}

#widget {
	width: 304px;
	height: 524px;
	backgroundx: url('../images/ajax-loader.gif') center center no-repeat;
}

#email {
	padding: 2px 4px;
	border: 1px solid #000;
}

#main-list .rank, #drop-list .rank {
	float: left;
	text-align:center;
	width: 40px;
	height: 37px;
	font-size: 180%;
	font-weight: bold;
	font-style:italic;
}

#main-list .rank-small, #drop-list .rank-small {
	padding-top: 4px;
	height: 33px;
	font-size:150%;
}
#drop-list .rank {
	color: #fff;
}
.artist span { font-weight: normal; font-size: 85%; }
.artist {
	font-weight:bold;
	font-style:italic;
	height: 16px;
	overflow: hidden;
}
#drop-list .title {
	color:#fff;
}
#drop-list .artist {
	color:#ccc;
}

.add,.remove { float: right; cursor:hand;cursor:pointer; }
.add{
	background:url('../images/main_list_plus_btn.gif');
	padding-top:24px; /* height of image */
	height:0; /* the display area of this class is the height plus the padding */
	overflow:hidden; /* make sure we mask the image */
	width:24px;
	margin-top:4px;
	}
.remove{
	background:url('../images/drop_list_x_btn.gif');
	padding-top:24px; /* height of image */
	height:0; /* the display area of this class is the height plus the padding */
	overflow:hidden; /* make sure we mask the image */
	width:24px;
	margin-top:4px;
}
li.selected .add {
	display: none;
}

/* @end */
