

.ttw-music-player {
    width: 100%;
    font-family: 'Lato', arial, sans-serif;
}

.ttw-music-player .player {
    width: 100%;
}

/** Album Cover **/
.ttw-music-player .album-cover {
    position: relative;
    float: left;
	margin-left: 20px;
    background: #333 url(../images/album-cover-bg.jpg) no-repeat 0 0 scroll;;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
}

.ttw-music-player .album-cover .img {
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
}

.ttw-music-player .album-cover .highlight {
    background: transparent url(../images/album-cover-highlight.png) no-repeat 0 0 scroll;
    opacity: 1;

}

.ttw-music-player .album-cover:hover .highlight {
    opacity: 1;
}

.ttw-music-player .album-cover,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
    display: block;
    height: 84px;
    width: 84px;
}

.ttw-music-player .album-cover img,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
    position: absolute;
    top: 0;
    left: 0;
    height:84px;
    width:84px;f
}

/** Track Info **/
.ttw-music-player .track-info {
    width: 215px;
    margin: 8px 0 0 30px;
    float: left;
    font-size: 12px;
}

.ttw-music-player .track-info p {
    margin: 0 0 8px 0;
}

.ttw-music-player .player .title {
    color: #efefef;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    font-family: 'Lato Bold', arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.ttw-music-player .artist-outer {
    color: #727272;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic;
}

.ttw-music-player .artist {
    color: #999;
    font-family: 'Lato', arial, sans-serif;
    margin-left: 4px;
}

.ttw-music-player .rating {
    width: 75px;
    height: 16px;
}

.ttw-music-player .rating-star {
    width: 15px;
    height: 16px;
    display: block;
    float: left;
    background: transparent url(../images/rating-off.png) no-repeat center center scroll;
    cursor: pointer;
}

.ttw-music-player .rating-star:hover,
.ttw-music-player .rating-star.on,
.ttw-music-player .rating-star.hover {
    background: transparent url(../images/rating-on.png) no-repeat center center scroll;
}

/** Player **/
.ttw-music-player .player-controls {
    width: 96%;
    height: 160px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: transparent url(../images/player-bg.png) repeat 0 0 scroll;
    float: left;
	vertical-align: bottom;
   /* margin: 12px 0 0 30px;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ttw-music-player .player-controls .main {
    width: 90%;
    height: 86px;
    margin: 9px 9px;
    float: top;
}

.ttw-music-player .player-controls div {
    float: left;
    cursor: pointer;
	color: #FFFFFF;
}

.ttw-music-player .previous, .ttw-music-player .next {
	display: inline-block;
	margin: 1px 0;
	color: #FFFFFF;
	font-size: 50px;
	text-shadow: 1px 1px 3px #BBBBBB;
}

.ttw-music-player .playMode {
	display: inline-block;
    margin-top: 2px;
    margin-left: 40px;
	color: #FFFFFF;
	font-size: 50px;
	text-shadow: 1px 1px 3px #BBBBBB;
}

.ttw-music-player .play, .ttw-music-player .pause {
	display: inline-block;
    margin: 0 7px;
	color: #FFFFFF;
	font-size: 70px;
	text-shadow: 1px 1px 3px #BBBBBB;
}

.ttw-music-player .previous:hover  {
	color: #d9ccff;
	text-shadow: 2px 2px 8px #800080;
}

.ttw-music-player .next:hover {
	color: #d9ccff;
	text-shadow: 2px 2px 8px #800080;
}

.ttw-music-player .play:hover {
	color: #d9ccff;
	text-shadow: 2px 2px 8px #800080;
}

.ttw-music-player .pause:hover {
	color: #d9ccff;
	text-shadow: 2px 2px 8px #800080;
}

.ttw-music-player .playMode:hover {
	color: #d9ccff;
	text-shadow: 2px 2px 8px #800080;
}

.ttw-music-player .progress-wrapper {
    height: 60px;
    width: 100%;
    float: bottom;
    background: transparent url(../images/player-progress.png) repeat-x 0 0 scroll;
    margin: 11px 10px 50px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ttw-music-player .progress {
    height: 60px;
    width: 100%;
    cursor: pointer;
	background: #202020;
}

.ttw-music-player .elapsed {
    height: 60px;
    margin: 1px;
    width: 60%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
   background: -moz-linear-gradient(top, #f6e6b4 0%, #FF0080 100%);	
    border: solid #ccc 1px;
    box-shadow: 0 1px 1px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
    -moz-box-shadow: 0 1px 1px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 1px 1px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017));
}

.ttw-music-player .unused-controls {
    display: none !important;
}

/** Description **/
.ttw-music-player .description {
    clear: both;
    margin: 30px 0 0 0;
    font-size: 12px;
    color: #DDDDDD;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}

.ttw-music-player .description.showing{
    margin:30px 0;
}

/** Track List **/
.ttw-music-player .tracklist {
	width:100%;
    padding: 10px 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(../images/tracklist-bg.png) repeat 0 0 scroll;
    color: #fff2cc;
    font-size: 12px;
}

.ttw-music-player .tracklist ol {
    margin: 0;
    padding: 0;
    overflow:hidden;
}

.ttw-music-player .tracklist li {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    background: transparent url(../images/tracklist-item-bg.png) repeat-x bottom left scroll;
    padding: 10px 0 10px 0;
    list-style-position: inside;
    position: relative;
    min-height: 98px;
}

.ttw-music-player .tracklist li:hover {
    color: #eee;
}

.ttw-music-player li:last-child{
    background: none;
}

.ttw-music-player .show-more-button li:last-child{
    background: transparent url(../images/tracklist-item-bg.png) repeat-x bottom left scroll;
}



.ttw-music-player .tracklist .title {
    width: 70%;
	font-size: 16px;
	font-weight: 400;
    display: inline-block;
    padding: 0 0 0 14px;
    cursor: pointer;
}

.ttw-music-player li:nth-child(1n + 10) .title{
    padding-left:7px;
}

.ttw-music-player li.playing {
    color:#fff !important;

}

.ttw-music-player .tracklist .rating {
    margin-left: 10px;
    width: 30px;
    display: block;
    position: absolute;
    right: 72px;
    top: 12.5px;
}

.ttw-music-player .rating-bar {
    height: 10px;
    width: 3px;
    display: block;
    float: left;
    cursor: pointer;
    background: transparent url(../images/rating-bar.png) no-repeat 0 0 scroll;
}

.ttw-music-player .rating-bar.on,
.ttw-music-player .rating-bar:hover,
.ttw-music-player .rating-bar.hover {
    background: transparent url(../images/rating-bar-on.png) no-repeat 0 0 scroll;
}
/*
.ttw-music-player .buy {
    width: 62px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: transparent url(../images/buy-bg.png) repeat 0 0 scroll;
    margin: 0 0 0 10px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    text-shadow: none;
    color: #999;
    text-decoration: none;
}*/
.ttw-music-player .buttonDiv{
	float:right;
	display:inline-block;
	position:absolute;
	top:6px;
	right:0;
}

.ttw-music-player .downloadBtn {
	display:inline-block;
	float:left;
}

.ttw-music-player .downloadBtn:hover {
}

.ttw-music-player .removeBtn {
	displax:inline-block;
	float:right;
}

.ttw-music-player .removeBtn:hover {

}

/*
.ttw-music-player .buy:hover {
    color: #eee;
}

.ttw-music-player .buy.not-active{
    display:none;
}*/

.ttw-music-player .more {
    display:none;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    padding: 10px 0;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(../images/tracklist-more.png) repeat 0 0 scroll;
}

.ttw-music-player .more:hover {
    color: #eee;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
}

.ttw-music-player .show-more-button .more{
    display:block;
}


/** Transitions **/
.ttw-music-player .more,
.ttw-music-player .album-cover .highlight,
.ttw-music-player .tracklist li,
.ttw-music-player .buy {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-music-player .player:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.ttw-music-player .collapse {
	padding-left: 4px;
	padding-top: 8px;
	
}

.ttw-music-player .embedFormEntry {
	margin-bottom:10px;
}

.ttw-music-player .formWindow {
	padding-left: 7px;
	padding-right:30px;
}

.ttw-music-player .formWindow .formIndend {
	padding-left: 20px;
}

.ttw-music-player .labelLeftSpacing {
	margin-left: 8px;
}

.ttw-music-player .emailContentGroup {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.ttw-music-player .emailContentGroup2 {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.ttw-music-player .tempSelectPicker1 {
	/*width:80px;*/
	float:left;
	height:40px;
}

.ttw-music-player .tempSelectPicker2 {
	float:left;
	/*width:150px;*/
	height:40px;
}

.ttw-music-player .sendMailButton {
	margin-top: 8px;
	margin-left: 8px;
	width:100%;	
}

.ttw-music-player .socialButton {
	color:#FFFFFF;
}

.ttw-music-player .socialPanel {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ttw-music-player .removeButton{
	float:right;
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 0;
}


.ttw-music-player .downloadLinkButton {
	float:right;
    display: inline-block;
    position: absolute;	
    top: 2px;
    right: 0;
	/*
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 0 0 10px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    text-shadow: none;
    color: #999;
    text-decoration: none;*/
}




.ttw-music-player .emailTextInput {
	
}



