/* @override http://thenewrecord.local/stylesheets/application.css */

/* @override http://localhost:3000/stylesheets/application.css */

/* @group global */

html, body {
  height: 100%;
}

body {
  font-family: Helvetica, sans-serif;


/*  font-family: tahoma;*/
  color: #666666;
  background-color: #ebeff4;
  margin-top: 0;
  margin-bottom: 0;
}

.page_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -6em;
}

p {
  margin-bottom: 0;
  white-space: -moz-pre-wrap;  /* Firefox */
  white-space: -pre-wrap;      /* Older Opera 4 - 6 */
  white-space: -o-pre-wrap;    /* Opera 7+ */
  word-wrap: break-word;       /* IE 5.5+ and Safari */
  white-space: pre-wrap;       /* css-3 problematic browser support */
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:link, a:visited {
  color: #004276;
  text-decoration: none;
}

.column {
  margin-bottom: .5em;
}

input.form {
  font-size: 1.2em;
  color: #942423;
  border: 2px solid gray;
  background: #e6e6e6 url(../images/background/input_gradient.png) repeat-x 0 top;
  width: 250px;
  margin-bottom: 5px;
}

input.green {
  font-size: 1.2em;
  border: 2px solid #09fe12;
  background: #e6e6e6 url(../images/background/input_gradient.png) repeat-x 0 top;
}

.red {
  color: #942423;
}

.green {
  color: #009900;
}

.blue {
  color: #004276;
}

.flash_notice {
  color: #942423;
  font-size: 1.2em;
  font-weight: bold;
}

/* @end */

/* @group page header */

a.page_nav {
  color: #004276;
  font-size: 1.2em;
}

a.login_nav {
  font-size: 1em;
}

span.login_notice {
  color: #666;
  font-size: .9em;
}

img.dropdown {
  margin-bottom: .2em;
}

img.logo {
  float: left;
  margin-left: -10px;
  margin-top: 23px;
}

img.banner_ad {
  float: right;
  margin-top: 10px;
}

div.wrapper_top {
  margin-bottom: 10px;
  background: #FFFFFF url(../images/background/border_top.png) repeat-x 0 bottom;
}

div.page_header {
  width: 950px;
  height: 149px;
  margin: 0 auto;
}

div.logo_ad {
  width: 100%;
  height: 98px;
  margin-bottom: 11px;
}

div.splash {
  float: right;
  width: 306px;
  font-size: .9em;
  line-height: 2em;
  margin-top: 9em;
}

div.splash h2 {
  color: #004276;
  font-weight: bold;
  margin-bottom: 0;
}

div.splash p {
  font-size: 1em;
  color: #666;
}

div.nav_bar {
  clear: left;
  float: left;
  width: 400px;
  font-size: 1.2em;
  line-height: 1em;
}

div.nav_bar a.page_nav {
  display: block;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 12px;
  font-size: 1.08em;
  background: url(../images/nav/nav_shim.png) no-repeat right top;
}

div.nav_bar li {
  float: left;
  width: 95px;
  text-align: center;
  background: url(../images/nav/nav_shim.png) no-repeat left top;
}

div.nav_bar .current {
  background: url(../images/nav/tab_right.png) no-repeat right top;
  z-index: 10;
}

div.nav_bar .current a.page_nav {
  background: url(../images/nav/tab_left.png) no-repeat left top;
}

div.nav_bar .no_border {
  background-image: none;
}

div.search_login {
  float: right;
  text-align: right;
  position: relative;
  width: 545px;
  height: 34px;
  margin-top: 9px;
}

div.search_login li.welcome {
  overflow: hidden;
}

div.search_login input.search {
  float: right;
  width: 212px;
  height: 18px;
  font-size: 1.2em;
  color: #942423;
  border: 2px solid #B0D236;
  background: #e6e6e6 url(../images/background/input_gradient.png) repeat-x 0 -1px;
  position: relative;
  bottom: 4px;
  padding-left: 5px;
  margin-left: 6px;
}

div.search_login input.search_btn {
  float: right;
  position: relative;
  bottom: 3px;
  margin-left: 5px;
}

div.search_login ul {
  float: right;
  margin-top: 5px;
}

div.search_login li {
  display: inline;
  margin-right: 7px;
}

/* @end */

/* @group

page footer */

.push {
  height: 6em;
}

div.wrapper_bottom {
  background: #FFFFFF url(../images/background/border_bottom.png) repeat-x 0 top;
}

div.page_footer {
  text-align: center;
  width: 950px;
  height: 6em;
  margin: 0 auto;
  padding-top: 10px;
}

div.page_footer li {
  display: inline;
  padding-right: 12px;
}

/* @end */

/* @group text links */

a.artist_feat {
  color: #004276;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-right: 5px;
}

a.artist_row {
  color: #004276;
  font-weight: bold;
  font-size: 1em;
  line-height: .8em;
}
a.artist_cover {
  color: #004276;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
}

a.artist_detail {
   color: #004276;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
}

a.release_feat {
  color: #666666;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.1em;
}

a.release_row {
  color: #4c4c4c;
  font-size: .8em;
  line-height: 1.2em;
}

a.track_row {
  color: #666666;
  font-size: .9em;
}

a.track_feat {
  font-size: 1.3em;
  color: black;
}
.track_row {
  font-size: 1em;
}

a.new_playlist {
	position: relative;
	bottom: 2px;
  right: 2px;
}

a.playlist {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}

.row_top {
  display: block;
  margin-bottom: 3px;
  margin-top: 3px;
}

.meta_count {
  color: gray;
  font-size: .8em;
}
.date {
  font-size: .8em;
}
span.track {
  float: right;
}

span.track_feat {
  font-size: 1.3em;
  color: black;
}

.feat_meta_count {
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.search_notice {
  color: #666;
  font-size: 1.5em;
  margin-bottom: 10px;
}

p.flash_notice {
  color: green;
  font-size: .8em;
}


input.submit {
  position: relative;
  top: 6px;
  left: 1px;
}

fieldset.watchilst {
  margin-right: 1em;
  padding-top: 0;
  width: 94%;
}

div.watchlist_tracks {
}

p.watchilst {
  font-style: italic;
  /*position: relative;
  bottom: .8em;*/
}

div.watchlist_col {
  min-height: 10em;
  float: left;
  width: 33%;
}

span.watchlist {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 1.5em;
}
.watchlist_submit {
	clear: both;
	width: 100%;
	text-align: right;
}

div.superuser {
clear: left;
	float: left;
	font-weight: bold;
  font-size: 1em;
    color: #666;
  margin-top: .9em;
  margin-left: .9em;
}

.list div.feature div.details {
  float: left;
  height: 8em;
}

/* @end */

/* @group rounded corners */

div.top {
  width: 100%;
  height: 40px;
  background: url(../images/corners/grey_tl.png) no-repeat left top;
}

div.top span {
  display: block;
  postition: relative;
  height: 40px;
  background: url(../images/corners/grey_tr.png) no-repeat right top;
}

/* this is deprecated for content_new */

div.content {
  padding: 10px;
  background: #FFFFFF;
  border-left: 1px solid #C8D3D6;
  border-right: 1px solid #C8D3D6;
}

div.bottom {
  width: 100%;
  height: 3px;
  background: url(../images/corners/default_bl.png) no-repeat left top;
}

div.bottom span {
  display: block;
  postition: relative;
  height: 3px;
  background: url(../images/corners/default_br.png) no-repeat right top;
}

div.feat div.top {
  height: 22px;
  background: url(../images/corners/olive_tl.png) no-repeat left top;
}

div.feat div.top span {
  height: 22px;
  background: url(../images/corners/olive_tr.png) no-repeat right top;
}

div.noheader div.top {
  height: 3px;
  background: url(../images/corners/default_tl.png) no-repeat left top;
}

div.noheader div.top span {
  height: 3px;
  line-height: .2em;
  background: url(../images/corners/default_tr.png) no-repeat right top;
}

div.img_top {
  width: 100%;
  height: 2px;
  font-size: 2px;
  background: url(../images/corners/img_tl.png) no-repeat left top;
}

div.img_top span {
  display: block;
  postition: relative;
  height: 2px;
  background: url(../images/corners/img_tr.png) no-repeat right top;
}

div.img_content {
  background: #FFFFFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 0 1px;
}

div.img_bottom {
  width: 100%;
  height: 2px;
  font-size: 2px;
  background: url(../images/corners/img_bl.png) no-repeat left top;
}

div.img_bottom span {
  display: block;
  postition: relative;
  height: 2px;
  background: url(../images/corners/img_br.png) no-repeat right top;
}

img.display {
  padding: 1px;
  border: 1px solid #DADADA;
}
.default_xsmall {
	width: 50px;
	height: 50px;
}
.default_small {
	width: 75px;
	height: 75px;
}
.default_large {
	width: 100px;
	height: 100px;
}
.default_xlarge {
	width: 290px;
	height: 200px;
}
/*div.image {
  width: 2em;
  height: 6.7em;
}*/

div.mod_ad div.content {
  padding: 0;
  border-left: 1px solid #C8D3D6;
  border-right: 1px solid #C8D3D6;
  width: 308px;
  text-align: center;
}

div#ad_footer div.content {
  border: none;
  padding: 0;
  margin: 3px auto 0;
}

/* @end */

/* @group featured module */

.track_feat img.display {
  float: left;
  display: block;
  border: none;
}

img.download_btn {
  float: right;
}

div.feat h4 {
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  margin-left: 6px;
  padding-top: .3em;
}

.artist_feat div.wrapper {
  padding: 0;
}

.artist_feat div.content {
  padding: 0 0 0 1px;
}

.artist_feat div.details {
  /

*height: 71px;
  */
	padding-right: 10px;
  padding-top: 5px;
  padding-left: 10px;
  line-height: 1.5em;
}

.artist_feat div.name img {
  padding-top: 3px;
}

.artist_feat div.details img.play {
  float: right;
  position: relative;
  bottom: 8px;
}

.artist_feat div.name {
  height: 39px;
  line-height: 2em;
  margin-bottom: 5px;
}

.track_feat div.content {
  width: 306px;
  padding: 1px 0 0 2px;
  height: 78px;
}

.track_feat div.details {
	float: left;
  line-height: 1.55em;
  margin-left: 2px;
}

.track_feat div.title {
  width: 100%;
  height: 59px;
  padding-top: 3px;
}
.track_feat div.details img.play {
  float: right;
  position: relative;
  bottom: 38px;
  right: 2px;
}

.help_feat div.details {
  padding-right: 10px;
  padding-top: 10px;
  padding-left: 5px;
}

.help_feat div.content {
  padding: 10px;
}

.help_feat p {
  margin: 0;
}

.help_feat h3 {
  margin: 0;
}

.help_feat hr {
  margin: .8em 0 .5em;
}

.help_feat img {
  width: 50px;
  height: 50px;
  float: right;
  padding: 2px;
}

.feat_bio div.content {
  height: 277px;
}

.feat_bio div.bio {
  float: left;
}

.feat_bio div.track_list {
  float: left;
  width: 300px;
}

/*.feat_image {
  float: left;
  width: 7em;
  height: 7em;
}*/

/* @end */

/* @group hover */

/*.hover {
  width: 312px;
  float: left;
  line-height: 1em;
}

.hover div.content {
  background: url(../images/background/bg_hover.png) no-repeat center top;
  border: none;
  height: 91px;
}

.hover div.row_img_wrap {
  float: left;
}

.hover div.row_details {
  margin: 4px auto 0 98px;
  line-height: 1em;
  font-size: 1em;
}

.hover div.title_wrap {
  height: 55px;
}

.hover img.play {
  float: right;
  padding-right: 5px;
}

#hover_box {
  width: 311px;
  height: 112px;
  background: url(../images/background/bg_hover.png) no-repeat;
  border: non

e;
  

position: absolute;
	z-index: 10;


left: -75px;
	top: -25px;
}*/

/* @end */

 @end 









/* @group ad module */

/* @end */

/* @group signup */

.signup {
  margin-left: .5em;
  margin-bottom: 10px;
}

.signup li {
  list-style-type: circle;
  list-style-position: inside;
}

.captcha_wrap {
  float: left;
  margin-bottom: 20px;
}

/* @end */

/* @group artist_profile */

img.artist_bio {
  width: 290px;
  height: 200px;
  border: none;
}

div.artist_profile.content {
  height: 600px;
}

div.welcome div.artist_profile.content {
  height: 300px;
}

/*.bio_img {
  width: 100%;
  margin: 0 auto;
}*/

.bio_info h4 {
  float: right;
  width: 300px;
  height: 100%;
  margin-bottom: 6px;
  margin-right: 7px;
}

.bio_tracks {
  clear: right;
  float: right;
  width: 300px;
  margin-top: 14px;
}

ul.bio_meta {
  float: left;
  width: 300px;
  height: 206px;
  margin-left: 8px;
  margin-bottom: 8px;
}
.artist, .label {
  width: 100%;
  height: 17em;
}
.artist div.bio {
  position: absolute;
  float: left;
}
.artist ul.meta, .label ul.meta {
  float: right;
  width: 300px;
}

/* @end */

/* @group release_profile */

div.release div.bio, div.label div.bio {
  width: 50%;
  float: left;
  text-align: center;
}
div.release div.bio p.meta {
  font-size: 1.3em;
}
div.release_profile div.content {
  height: 500px;
}

div.release_img_wrap {
  width: 254px;
  margin: 0 auto;
}

ul.release_bio {
  margin-top: .4em;
  margin-left: 2em;
  margin-right: 2em;
}

.description {
  width: 48%;
  float: left;
  padding-left: .1em;
  margin-bottom: 1em;
}

/* @end */

/*

@group label_profile */

img.label_bio {
  height: 200px;
  border: none;
  width: 285px;
}

div.label_profile div.bio {
  height: 210px;
}

div.label_profile.content {
  height: 568px;
}

div.label_img_wrap {
  width: 293px;
}

/* @end */

/* @group user_profile */

input.profile {
  width: 450px;
  height: 15px;
  font-size: .75em;
}

input.btn_upload {
  position: relative;
  top: 5px;
  left: 1px;
}

input.upload {
  margin-bottom: 3px;
  margin-right: 4px;
}

div.profile_wrap p {
  margin-bottom: 5px;
  margin-left: 3px;
}

.wrap div.avatar {
  /*width: 100%;*/
  float: left;
  margin-bottom: .6em;
  margin-right: .6em;
}

div.profile_setting_wrap input {
  position: relative;
  top: 5px;
  left: 5px;
}

.profile_left fieldset {
  float: left;
  width: 260px;
}
/*fieldset.profile {
  float: left;
  width: 260px;
}

fieldset.settings {
  float: left;
  width: 260px;
}

fieldset.avatar {
  width: 260px;
  float: right;
}

fieldset.login {
  width: 260px;
  float: right;
}*/

div.profile_left {
  float: left;
  width: 300px;
}

div#errorExplanation {
  float: left;
  background: #FBE3E4;
  padding: 1.4em;
  border: 1px solid #FBC2C4;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

div#errorExplanation h2 {
  color: #942423;
  font-size: 1.5em;
  font-weight: bold;
}

div#errorExplanation p {
  color: green;
  font-size: 1.2em;
  font-weight: bold;
}

div#errorExplanation ul {
  color: #942423;
}

div#errorExplanation li {
  color: #942423;
}

div.submit {
  float: left;
  text-align: center;
  width: 308px;
}

fieldset.empty {
  float: left;
  width: 250px;
  margin-right: 15px;
}

fieldset.empty.last {
  margin: 0;
}
/* @end */

/* @group tracks */

img.play_track {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

table.tracks td {
  border-top: 1px solid #CCCCCC;
  vertical-align: top;
  padding-top: .4em;
}

table.tracks td.buttons {
  width: 12em;
  vertical-align: middle;
}

table.tracks td.buttons a {
	float: left;
	margin: 2px;
}

a.full_play_btn {
	clear: left;
	margin: 10px 5px !important;
}


table td.image {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 4px;
  width: 5px;
}

table td.name {
  width: 194px;
  padding-left: 4px;
  vertical-align: middle;
}

table td.button {
  vertical-align: middle;
  width: 67px;
}

table td.meta {
  width: 155px;
}

table.tracks td.drag {
  width: 10px;
  vertical-align: middle;
  text-align: center;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding: 0;
}

table.tracks td.drag img.delete {
	position: relative;
	right: 1px;
	top: 3px;
}

table.tracks td.del {
  padding: 12px 0 0;
  width: 36px;
  vertical-align: top;
}

/* @end */

/* @group watchlists */

/*div.watchlist_filter {
  width: 50%;
  float: left;
}*/

/* @end */

/* @group search */

.search_col {
  float: left;
  width: 299px;
}

.search_col.inside {
  padding-left: 8px;
}

.search_col div.artist.list div.row_wrap {
  width: 282px;
}

/* @end */

/* @group full table view */

.list_full table {
  width: 100%;
}

table.artist div.row_img_wrap {
  width: 96px;
}

table.release div.row_img_wrap {
  width: 79px;
}

table.label div.row_img_wrap {
  width: 94px;
}

table.user div.row_img_wrap {
  width: 79px;
}

/* @end */

/* @group labels */

/* module */

.module {
  margin-bottom: .5em;
}

.module .detail .text {
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
  padding-top: .3em;
}

.module .list .text {
  text-align: left;
}

.module .list .image {
  text-align: left;
  float: left;
}

.module .list_inner .image {
  text-align: left;
  float: left;
}

.module .list_inner .text {
  text-align: left;
  height: 5em;
  margin: 0;
  padding: 0;
}

.inner_module {
  float: left;
}

.module.columns_1 .inner_module {
  width: 100%;
}

.module.columns_2 .inner_module.columns_1 {
  width: 48%;
  margin-right: 2%;
}

.module.columns_2 .inner_module.columns_2 {
  width: 100%;
}

.inner_module .paginate {
  width: 100%;
  text-align: right;
}

/* module header */

.module .header {
  width: 100%;
}

.module .header .corners_1 {
  width: 100%;
  background: url(../images/corners/grey_tl.png) no-repeat left top;
  height: 22px;
}

.module .header .corners_2 {
  background: url(../images/corners/grey_tr.png) no-repeat right top;
}

.module .header .title {
  width: 100%;
  overflow: auto;
}

.module .header .title .left {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: .5em;
  margin-top: .15em;
}

.module .header .title .left img {
  position: relative;
  top: .2em;
}

.module .header .title .right {
  color: #FFFFFF;
  float: right;
  margin-right: 1em;
  margin-top: .45em;
}
.module .header .title .right img {
	position: relative;
	bottom: 2px;
}
.module .header .title .right img.arrow {
	top: 0px;
}
.module .header .title .right a {
	font-size: 1em;
  margin-top: .3em;
}

.module .header .title .right a.edit {
	position: relative;
  bottom: 4px;
}
.module .header .title .meta {
  font-size: .8em;
}

.module span.count {
  position: relative;
  bottom: .15em;
}

.module .header a {
  color: #FFFFFF;
}

.module .header a:hover, .module .header a:focus {
  text-decoration: underline;
  color: #004276;
}

a.new_link {
  font-size: .9em;
  color: #FFFFFF;
}

/* module content */

.module .detail .counter {
  float: left;
  position: relative;
  top: 3.2em;
  margin-right: .4em;
}

.module .feature .counter {
  float: left;
  position: relative;
  top: 9.5em;
  margin-right: .4em;
}

.module .content_new {
  padding: 1em;
  background: #FFFFFF;
  border-left: 1px solid #C8D3D6;
  border-right: 1px solid #C8D3D6;
  overflow: hidden;
}

.module.rows_1 .content_new {
  height: 10em;
}

.module.rows_2 .content_new {
  height: 24em;
}

.module.rows_3 .content_new {
  height: 36em;
}

.module.rows_4 .content_new {
  height: 48em;
}

.module.rows_5 .content_new {
  height: 60em;
}

.module.rows_1 .content {
  padding-right: .55em;
  padding-left: .55em;
  padding-top: .55em;
}

/* shared by feature and detail elements */

.module .content_new .img_top, .module .content_new .img_bottom {
  width: auto;
/*

this still isn't correct, I think the dom is wrong */
}

/* module navigation */

.module .navigation {
  text-align: right;
  position: relative;
  color: white;
}

.module .navigation .toggle {
  display: inline-block;
}

.module .navigation .paginate {
  margin-left: .5em;
  margin-right: .5em;
}

.module .navigation span.count {
  position: relative;
  bottom: 2px;
}

a.profile {
  font-size: .9em;
  position: relative;
}

span.profile_link {
  float: right;
}

/* module feature */

.module .content_new .feature {
  float: left;
  overflow: hidden;
  height: 11.2em;
}

.module.columns_1 .content_new .feature {
  width: 100%;
}

.module.columns_2 .content_new .feature {
  width: 50%;
}

.module .content_new .feature .image {
  float: left;
  margin-right: .5em;
}

/* module detail */

.module .content_new .detail, .inner_module .detail {
  float: left;
  overflow: hidden;
}

.module.columns_1 .content_new.cover .detail, .inner_module.columns_1.cover_inner .detail {
  width: 33.33%;
}

.module.columns_2 .content_new.cover .detail, .inner_module.columns_2.cover_inner .detail {
  width: 16.66%;
}

.module.columns_1 .content_new.list .detail, .inner_module.columns_1.list_inner .detail {
  width: 99%;
  padding-right: 1%;
}

.module.columns_2 .content_new.list .detail, .inner_module.columns_2.list_inner .detail {
  width: 49%;
  padding-right: 1%;
}

.module .content_new.list .detail, .inner_module.list_inner .detail {
  height: 6.3em;
}

.module .content_new.list .detail .spacer, .inner_module.list_inner .detail .spacer {
  border-top: .1em solid #CCCCCC;
  padding-top: .9em;
}

.module .content_new.cover .detail, .inner_module.cover_inner .detail {
  height: 12em;
}

.module .content_new.list .detail .image, .inner_module.list_inner .detail .image {
  margin-right: .5em;
}

/* module bottom */

.module .bottom_new {
  width: 100%;
  height: 3px;
  background: url(../images/corners/default_bl.png) no-repeat left top;
}

.module .bottom_new span {
  display: block;
  postition: relative;
  height: 3px;
  background: url(../images/corners/default_br.png) no-repeat right top;
}

/* @end */

select.dropdown {
  width: 125px;
  border: 2px solid gray;
  background: #e6e6e6 url(../images/background/input_gradient.png) repeat-x 0 top;
}

/* dropdown controls */

.dropdown_container .dropdown_control {
  display: show;
}

.dropdown_container.hover div.dropdown_control {
  display: block;
}

.dropdown_container.hover span.dropdown_control {
  display: inline;
}

/* hover controls */

.hover_container .hover_control {
  display: none;
}

.hover_container.hover div.hover_control {
  display: block;
}

.hover_container.hover span.hover_control {
  display: inline;
}

.hover_container.hover img.hover_control {
  display: inline;
}

.hover_container .play_wrap {
  position: absolute;
  height: 77px;
  width: 77px;
}
img.play_btn {
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 25px;
}
.watch_wrap {
  position: absolute;
  width: 5em;
  height: 5em;
}
img.watch_btn {
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 5;
}

.hover_container .hover_control img.delete {
  position: relative;
  top: .3em;
}

div.image {
  text-align: center;
}

.track_left {
  float: left;
  overflow: hidden;
  width: 115px;
  height: 60px;
  padding-top: .2em;
}

.track_right {
  float: right;
  overflow: hidden;
  text-align: right;
  width: 65px;
  height: 60px;
}

.track_right a {
	float: left;
	margin: 2px;
}

.track_right a.track_play_btn {
	margin: 14px 6px 12px 0;
}

.release_left {
  float: left;
  overflow: hidden;
  width: 155px;
  height: 60px;
  padding-top: .2em;
}

.release_right {
  float: right;
  overflow: hidden;
  text-align: right;
  width: 25px;
  height: 60px;
}

.release_right a {
  float: left;
  margin: 2px;
}
}

.delete_wrap {
	position: absolute;  
}
/* Prototype dropdown menus */

.dropdown_container .dropdown_content {
  display: none;
  position: absolute;
  background: url(../images/corners/dropdown_top.png) no-repeat left top;
  z-index: 10;
  width: 146px;
  top: 7.5em;
  text-align: left;
  padding-top: 1em;
}

.dropdown_container div.dropdown_footer {
  background: url(../images/corners/dropdown_foot.png) no-repeat left top;
  height: 5px;
  width: 146px;
  z-index: 1;
  position: relative;
  top: 5px;
}

.dropdown_container.hover div.dropdown_content {
  display: block;
}

.dropdown_container ul.dropdown li {
  list-style-type: disc;
}

.playlist_dropdown {
  display: none;
  position: absolute; 
  width: 15em; 
  background: white; 
  border: 1px solid black;
  padding-left: 5px;
  padding: 5px;
  text-align: left;
  z-index: 10;
}
.playlist_dropdown p.title {
  font-size: 1.3em;
}
.playlist_dropdown li{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 5px;
}

.playlist_dropdown a {
  margin: 2px;
  float: none;
}

a.dropdown_link {
  display: block;
  background: transparent;
  font-size: .8em;
  margin-left: 1em;
}

a.dropdown_title {
  display: block;
  font-size: 1.08em;
  font-weight: bold;
  height: 30px;
  list-style-type: disc;
  list-style-position: inside;
  margin-top: .15em;
  margin-left: .8em;
  margin-bottom: -.3em;
}

a img.buy_link {
  vertical-align: middle;
}
}