.song, .stem, .user {
	border: 1px solid #999;
	margin: -1px 2px 0;
	position: relative;
	/* width: 354px; */
}
.largeStyle .song, .largeStyle .stem, .largeStyle .user {
	margin: -1px 8px 0;
	/* width: 724px; */
}
.medStyle .song, .medStyle .stem, .medStyle .user {
	margin: -1px;
	/* width: 586px; */
}
#featuredSong .song, #featuredSong .stem {
	background: #FFF;
	width: 450px;
}
.featured.song .playLink,
.featured.stem .playLink {
	width: 34px;
	height: 34px;
}

.medStyle .blankResult { height:50px; }

.expandOptions, .optionsHolder {
	position: absolute;
	top: -1px;
	right: 33px;
	border: 1px solid #999;
	overflow: hidden;
}
.featured .expandOptions,
.featured .optionsHolder {
	right: 44px;
}
.largeStyle .expandOptions, .largeStyle .optionsHolder { right:82px; z-index: 2; }
.user .expandOptions, .user .optionsHolder { right:-1px; }
.expandOptions {
	background: #FFF url(/images/index/songOptionsContract.gif) right center no-repeat;
	width: 48px;
	height: 14px;
	cursor: pointer;
	font-size: 11px;
	color: #666;
	padding: 3px;
}
.contractOptions { background-image:url(/images/index/songOptionsExpand.gif); }
.optionsHolder {
	display: none;
	background: #FFF;
	width: 157px;
}
.optionsHolder a, .optionsHolder a:link, .optionsHolder a:visited, .optionsHolder span {
	display: block;
	margin: 10px;
	color: #006;
	text-decoration: none;
	border: 0;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.optionsHolder span { background: #FFF; }
.optionsHolder a:hover, .optionsHolder a:active,
.optionsHolder span.link:hover {
	text-decoration: underline;
}
.optionsSpacer {
	margin: 0 10px;
	height: 1px;
	overflow: hidden;
	background: #999;
}
.optionsHolder span.disabledOption { color:#999999; cursor:default; }
.songAvatar, .userAvatar {
	padding: 5px 4px;
	float: left;
	min-height: 34px;
}
/* mac hide \*/
* html .songAvatar, * html .userAvatar { height: 34px; }
/* end hide */
.largeStyle .songAvatar, .largeStyle .userAvatar { padding: 7px; }
.songInfo {
	float: left;
	padding: 8px 0 0 8px;
	width: 143px;
	color: #666;
	overflow: hidden;
	cursor: default;
}
.largeStyle .songInfo { padding:22px 0 0 15px; width: 190px; }
.medStyle .songInfo { width:350px; }
.songInfo h4, .userInfo h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.largeStyle .songInfo h4, .largeStyle .userInfo h4 { font-size:15px; }
.songInfo h4 a, .userInfo h4 a {
	color: #2F338A;
	border: 0;
}
.songInfo h4 a:hover, .userInfo h4 a:hover {
	text-decoration: underline;
}
.songAuthor {
	font-size: 10px;
	padding-bottom: 5px;
}
.largeStyle .songAuthor { font-size: 13px; }
.songAuthor a {
	font-weight: normal;
}
.mixLink, .purchaseLink {
	border: 1px solid #999;
	position: absolute;
	top: -1px;
	cursor: pointer;
}
.largeStyle .mixLink, .largeStyle .purchaseLink { border:0; top:24px; }
.largeStyle .stem .mixLink, .largeStyle .stem .purchaseLink { top:5px; }
.mixLink:hover, .purchaseLink:hover { border:1px solid #999; }
.largeStyle .mixLink:hover, .largeStyle .purchaseLink:hover { border:0px; }
.mixLink img, .purchaseLink img { border: 0; font-size: 13px; }
.mixLink { right: 118px; }
.featured .mixLink { right: 129px; }
.largeStyle .mixLink { right: 385px; }
.purchaseLink { right:88px; }
.largeStyle .purchaseLink { right:354px; }
.featured .purchaseLink { right: 99px; }
.playLink {
	position:absolute;
	top:2px;
	right:2px;
	cursor:pointer;
}
.largeStyle .playLink { top:7px; right:7px; }
.featured .playLink { top: 5px; right: 5px; }
.infoHolder {
	clear:both;
	padding:7px;
	font-size:10px;
	text-transform:lowercase;
	color:#666;
	cursor:default;
}
.infoHolder strong { color:#000; }

.userInfo {
	float:left;
	padding:11px 0 0 4px;
	width:110px;
	color:#666;
	overflow:hidden;
}
.largeStyle .userInfo { padding:30px 0 0 15px; width: 185px; }
.userAbout {
	float:left;
	font-size:11px;
	padding:20px 0 10px;
	color:#666;
	width:240px;
}
.largeStyle .userAbout div .label {
	font-weight: bold;
	font-size: 9px;
}
.friendStyle .userAbout {
	width: 180px;
	font-size: 9px;
	padding: 10px 0 0;
}
.stats, .extra {
	float:left;
	width:130px;
	font-size:9px;
	color:#666;
	padding:5px 0;
	cursor: default;
}
.extra {
	padding-left: 20px;
	width: 150px;
}
.largeStyle .stats { position:absolute; right:145px; top:14px; font-size:11px; width:170px; }
.largeStyle .stem .stats { top:0; font-size:10px; }
.largeStyle .user .stats {
	float:left;
	padding-top:20px;
	position:relative;
	right:0;
	top:0;
}
.userLocation { text-align:center; }
.largeStyle .userLocation { text-align:left; }
.statHolder { text-transform:lowercase; }
.largeStyle .song .statHolder { padding-bottom:10px; }
.statLabel { float:left; padding-right:6px; text-align:right; width:45px; color:#999; }
.statValue span.statLabel { float: none; padding-right: 0; }
.largeStyle .statLabel { width: 50px; }
.largeStyle .song .statLabel, .largeStyle  .stem .statLabel { width: 100px; }

.songSpacer { height:78px; }
