body {
	-ms-touch-action: none!important;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: 'proxima_nova','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #88898c;
	background-color: #121314;
	display: block;
}

#wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*min-height: 595px;*/
	/*min-width: 934px;*/
	overflow: hidden;
}

#main-nav {
	/*min-height: 595px;*/
	position: absolute;
	top: 0px;
	bottom: 50px;
	left: 0;
	width: 300px;
	z-index: 0;
	background-color: #1c1c1f;
}
.main-menu {
	/*min-height: 595px;*/
	position: absolute;
	top: 46px;
	bottom: 0;
	left: 0;
	width: 250px;
	z-index: 1000;
	background-color: #1c1c1f;
}

.logo {
	
}
#main-logo-box {
	width: 33px;
	height: 33px;
	background-size: cover;
	background-image: url('/img/streamsquid-logo-33-33.png');
	background-repeat: no-repeat;
	float: left;
	opacity: 1;
	margin-top: 13px;
	/*margin-left: 20px;*/
	display: none;
}
#main-logo-box:hover {
	cursor: pointer;
}
.main-menu-nav {
list-style: none;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;
padding-left: 0;
}

#main {
	background: #121314;
	position: absolute;
	left: 300px;
	right: 300px;
	top: 0px;
	bottom: 50px;
	/*overflow-x: visible;
	overflow-y: hidden;
	overflow: hidden;
	min-width: 980px;*/
}
#player-bar {
	position: absolute;
	height: 49px;
	bottom: 0px;
	width: 100%;
	background: #3E3E40;
}
#root {
	width: 100%;
}

#now-playing {
	right: 0;
	text-align: center;
	width: 300px;
	position: absolute;
	top: 0px;
	/*right: -251px;*/
	bottom: 50px;
	background: #1c1c1f;
	overflow: hidden;
	/*z-index: 200;*/
	vertical-align: top;
	/*height: 100%;*/
}
#box-ad-right-com {
	position: absolute;
	right: 0px;
	bottom: 50px;
	height: 250px;
	width: 300px;
	display: block;
}
#app-player {
	height: 470px;
	background-color: #1c1c1f;
}
#player-controls-wrapper {
	float: left;
	width: 100%;
	height: 100%;
	/*margin-top: 20px;*/
	background: #1c1c1f;
}
#playing-track-subtitle {
	float: left;
    font-size: 11px;
    margin-left: 7px;
    color: #fff;
    font-family: monospace;
    display: none;
}
#playing-track-link {
	float: left;
    font-size: 11px;
    color: #bbb;
    font-family: monospace;
    display: none;
    margin-left: 6px;
	text-decoration: underline;
}
#playing-track-type {
	float: left;
    font-size: 11px;
    color: #bbb;
    font-family: monospace;
    display: none;
    margin-left: 3px;
}
#playing-track-link:hover {
	cursor: pointer;
	color: #fff;
}
#playing-source {
	width: 180px;
    height: 100%;
    float: left;
    /* margin-left: 3px; */
	overflow: hidden;
    /*box-shadow: 1px 1px 1px #222326;*/
	border-bottom: 1px solid #222326;
	/*border-collapse: separate;*/
}
#playing-info {
	width: 370px;
	height: 21px;
	float: left;
	overflow: hidden;
	margin-top: 11px;
}
#player-track-name-wrapper {
	/*width: 80%;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;*/
	height: 20px;
	overflow: hidden;
	/*max-width: 70px;*/
	/*float: left;*/
	width: 220px;
	margin-left: 2px;
}
#player-track-name {
	width: 155px;
	height: 20px;
    overflow: hidden;
    color: #bbb;
    font-family: monospace;
    font-size: 11px;
    float: left;
    margin-left: 4px;
    text-align: left;
}
#player-track-artist-wrapper {
	/*width: 80%;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 3px;*/
	height: 20px;
	overflow: hidden;
	/*max-width: 70px;*/
	float: left;
	margin-left: 13px;
}
#player-track-currently-playing {
	height: 41px;
	width:41px;
	overflow: hidden;
	/*width: 80px;*/
	float: left;
	margin: 0px 4px 4px 4px;
}
#player-track-sep-wrapper {
	float: left;
	margin-left: 5px;
	height: 20px;
	color: #bbb;
	display: none;
}
#player-track-currently-playing-icon {
	float: left;
	background-image: url('/img/nocover.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
#player-track-currently-playing-icon:hover {
	cursor: pointer;
}
#player-track-artist{
	width: 155px;
	color: #fff;
    font-family: monospace;
    font-size: 13px;
    float: left;
    font-weight: bold;
    height: 20px;
    /*max-width: 70px;*/
    margin-left: 4px;
    text-align: left;
	margin-top: -3px;
}
#player-track-artist:hover {
	cursor: pointer;
	text-decoration: underline;
}
/*#player-options-wrapper {
	width: 100%;
	height: 70px;
}*/
#player-current-location {
	width: 80%;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
}
#player-current-location-caption {
	font-family: monospace;
	font-size: 12px;
	color: #bbb;
	display: none;
}
#player-current-location-link {
	font-family: monospace;
	font-size: 12px;
	color: #8dc015!important;
	margin-left: 10px;
}
#player-current-location-link:hover {
	cursor: pointer;
	text-decoration: underline;
}

#player-volume-slider-wrapper {
	float: left;
	margin-left: 21px;
    margin-top: 10px;
    width: 170px;
	font-size: 12px;
}
#player-volume-slider {
	display: block;
	float: left;
	width: 128px;
	margin-left: 7px;
    margin-top: -1px;
}
.ui-slider .ui-slider-handle {	
    cursor: default;
    height: .8em;
    position: absolute;
    width: .8em;
    z-index: 2;
}
.ui-slider-horizontal {
	height: .4em;
}
.ui-slider-vertical {
	width: .4em;
	height: 60px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	/*border: 1px solid #648f00;*/
    /*background: #648f00;*/
    font-weight: normal;
    /* color: #555555; */
}
.ui-state-hover { 
	/*border: 0px solid #84BD00 !important;*/
    /*background: #84BD00 !important;*/
}
.ui-state-focus {
	outline: 0;
}

#player-options {
	float: left;
    margin-top: 7px;
    color: #fff;
	padding-right: 10px;
	font-size: 13px;
}
#player-queue-controller {
	float: left;
    width: 100%;
	margin-top: -1px;
	border-right: 1px solid;
}
#playing-options {
	float: left;
    width: 25px;
	height: 40px;
	margin-left: 7px;
	margin-top: 0px;
}
#player-queue-controller-cont{
	float: left;
    width: 121px;
	margin-top: 0px;
	margin-left: 5px;
}
#player-shuffle {
	float: left;
    width: 18px;
    height: 14px;
    margin-top: 3px;
    margin-left: 24px;
    font-size: 17px;
}
#player-repeat {
	float: left;
    width: 13px;
    height: 17px;
    margin-left: 16px;
    margin-top: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 1px;
    font-size: 18px;
}
#player-save-pl {
	float: left;
	/*width: 18px;*/
	height: 14px;
	margin-left: 6px;
	margin-top: 12px;
	font-size: 13px;
}
#player-play-now {
	float: left;
	width: 18px;
	height: 14px;
	margin-left: 5px;
	margin-top: 12px;
	font-size: 13px;
}
#player-save-pl:hover, #player-play-now:hover {
	opacity: 0.7;
}
#player-volume {
	float: left;
	width: 18px;
    height: 14px;
	/*background-image: url('/img/player-volume.png');
	background-size: cover;
	background-repeat: no-repeat;*/
	margin-left: 1px;
	margin-top: -7px;
	font-size: 17px;
}
#player-controls {
	/*width: 70%;
	height: 55px;
	margin: 0 auto;
	margin-top: 10px;*/
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 5px;
	margin-left: 0px;
}
#player-radio-mode {
	float:left;
    align-items: center;
    color: #bfbfbf;
    /*margin: 0 20px 0 15px;*/
    /*text-transform: uppercase;*/
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
	margin-left: 15px;
	margin-top: 3px;
}
#radio-mode-btn {
	/*background-color: #1c1c1f;
    background: #3E3E40;
    border: 1px solid #1c1c1f;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    padding: 3px 3px 3px;
    width: 70px;
    height: 15px;
    margin-top: 12px*/
	background: url(https://groovesharks.im/assets/images/btn.png) repeat-x top;
    text-decoration: none;
    font-weight: 500;
    color: #ccc;
    text-shadow: 1px 1px 2px #111;
    outline: 0;
    /*margin: 10px 4px 8px;*/
	margin-top: -1px;
	margin-left: 4px;
    padding: 6px 2px;
    border: 1px solid #111;
	width: 80px;
	border-radius: 3px;
	font-size: 11px;
	float: right;
	height: 10px;
}
#radio-btn-stop-gif {
	width: 15px;
	height: 15px;
	float: left;
	margin-top: -2px;
}
#radio-btn-playing-gif {
	width: 15px;
	height: 15px;
	float: left;
	background: url(https://groovesharks.im/assets/images/bars.gif) no-repeat;
	display: none;
	margin-top: -7px;
}
#radio-mode-btn:hover {
	cursor: pointer;
}
#radio-btn-text {
	float: left;
	font-size: 12px;
	/*color: #648f00;*/
	color: #fff;
	font-family: monospace;
	margin-top: -6px;
	margin-left: 5px;
}
#radio-btn-text:hover{
	color: #bbb;
}
#player-back {
	float: left;
	width: 41px;
	height: 52px;
	background-image: url('/img/player-back.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: -6px;
	/*opacity: 0.5;*/
}
#player-play {
	float: left;
	height: 40px;
    /* width: 40px; */
    /* background-image: url(/img/player-play.png); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    margin-left: 14px;
    font-size: 35px;
    color: #fff;
    margin-left: 14px;
    margin-top: 2px;
	/*opacity: 0.5;*/
}
#player-pause {
	float: left;
	width: 27px;
    height: 40px;
	/* background-image: url(/img/player-play.png); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    margin-left: 15px;
    font-size: 28px;
    color: #fff;
    margin-top: 6px;
	display: none;
	/*opacity: 0.5;*/
}
#player-next {
	float: left;
	width: 40px;
	height: 52px;
	background-image: url('/img/player-next.png');
	background-size: cover;
	background-repeat: no-repeat;
	/*border-right: 1px solid;*/
	margin-left: -1px;
	margin-top: -5px;
	/*opacity: 0.5;*/
	/*margin-left: 10px;*/
}
#player-youtube-window {
	float: left;
    margin-top: 0px;
    color: #fff;
	padding-right: 10px;
	font-size: 13px;
}
.player-cont:hover {
	cursor: pointer;
	/*-webkit-filter: brightness(0.7);*/
}

#play-history {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 470px;
	border-top: 1px solid #000;
	background-color: #1c1c1f;
}

.input-wrapper {
	/*background-color: #3e3e40;*/
	/*width: 210px;*/
	height: 30px;
	/*padding: 20px;*/
	/*border-bottom: 1px solid #3e3e40;*/
	position: relative;
	float: left;
	margin-left: 15px;
	/*margin-top: -20px;*/
}
#search-loading-gif {
	background-image: url("https://cdn.lst.fm/flatness/spinners/spinner_f2f2f2_000000.gif");
	position: absolute;
	width: 16px;
	height: 16px;
	top: 10px;
	right: 8px;
	display: none;
}
#search-icon-const {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 10px;
	left: 0px;
}
#search-clear {
    background: url(/img/search-clear-16.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 11px;
    right: 8px;
    display: none;
}
#search-clear:hover {
	cursor: pointer;
}
#main-search-box:focus {
	outline: 0;
}
.s-scroller {
	position: relative;
	float: left;
	width: 300px;
	height: 100%;
	/*top: 60px;
	left: 0;
	right: 0;
	bottom: 0;*/
	overflow: hidden;
	/*background-color: #1c1c1f;*/
}
#s-user-options {
	/*position: absolute;*/
	width: 100%;
	/*height: 100%;*/
	/*top: 60px;*/
	/*left: 0;
	right: 0;*/
	float: left;
	overflow: hidden;
	bottom: 70px;
	/*margin-top: 30px;*/
}
#queue-wrapper {
	position: absolute;
	width: 100%;
	/*top: 400px;*/
	top: 0px;
	overflow: hidden;
	bottom: 260px;
}
.s-scroller-item {
	width: 230px;
	height: 60px;
	margin: 0 auto;
	margin-top: 17px;
	/*overflow: hidden;*/
}
.results {
	display: block;
}
.results-item {
	/*height: 50px;*/
	width: 230px;
	color: #dfe0e6!important;
	background-color: #2e2f33!important;
}

.results-artist-result {
	background-color: #2e2f33!important;
	width: 100%;
	height: 40px;
	margin-top: 2px;
	float: left;
}
.results-album-result {
	background-color: #2e2f33!important;
	width: 100%;
	height: 40px;
	margin-top: 2px;
	float: left;
}
.results-track-result {
	background-color: #2e2f33!important;
	width: 100%;
	height: 40px;
	margin-top: 2px;
	float: left;
}
.results-artist-image {
	height: 30px;
	width: 30px;
	/*padding: 10px;*/
	margin-top: 5px;
	margin-left: 10px;
	border-radius: 15px;
	/*background: url('https://userserve-ak.last.fm/serve/34s/97721421.jpg') no-repeat center center;*/
	float: left;
}
.results-artist-caption {
	color: #dfe0e6!important;
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-family: proxima_nova,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
}
.results-title {
	color: #88898c!important;
	text-transform: uppercase;
	margin: 17px 0 2px;
	font-family: proxima_nova,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-top: 5px;
	float: left;
}
.search-result-hover {
	background-color: #46484e!important;
}
.cursor-pointer {
	cursor: pointer;
}
.results-album-image {
	height: 40px;
	width: 40px;
	float: left;
	background: url('https://userserve-ak.last.fm/serve/34s/100673911.jpg') no-repeat center center;
}
.results-album-data {
	height: 40px;
	width: 160px;
	float: left;
}

.results-album-data-name {
	margin-top: 2px;
	margin-left: 13px;
	font-size: 12px;
	color: #dfe0e6!important;
}

.results-album-data-artist {
	margin-left: 13px;
	font-size: 12px;
	color: #88898c!important;
}
.results-track-data {
	height: 40px;
	width: 160px;
	float: left;
}
.results-track-data-name {
	margin-top: 2px;
	margin-left: 13px;
	font-size: 12px;
	color: #dfe0e6!important;
	width: 150px;
}
.results-track-data-artist {
	margin-left: 13px;
	font-size: 12px;
	color: #88898c!important;
	width: 150px;
}
#section-arena-rmuzic {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	min-width: 885px;
}
/****************************************************/
.user-nav-option {
	width: 100%;
	height: 40px;
	float: left;
	border-radius: 5px;
	margin-top: 3px;
}
.user-nav-option:hover {
	cursor: pointer;
	/*background-color: #3e3e40;*/
}
.user-nav-option-active {
	/*background-color: #3e3e40;*/
}
.user-nav-icon {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
}
.user-nav-icon:hover {
	-webkit-filter: brightness(1.3);
}
.user-nav-caption {
	font-family:monospace;
	font-size: 14px;
	color: #bbb;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
#user-nav-option-home {
	margin-top: 50px;
}
#user-nav-option-search {
	height: 80px;
	border-bottom: 1px solid #000;
	margin-top: 15px;
}
#user-nav-icon-settings {
	background: url('/img/settings.png');
	background-size: cover;
	background-position: center center;
	margin-left: 15px;
}
#user-nav-icon-home {
	background: url('/img/home.png');
	background-size: cover;
	background-position: center center;
	/*margin-left: 3px;
	margin-top: 20px;*/
	margin-top: 0px;
}
#user-nav-icon-music {
	background: url('/img/my-favorites.png');
	background-size: cover;
	background-position: center center;
	/*margin-left: 3px;
	margin-top: 20px;*/
}
#user-nav-icon-search {
	background-image: url('/img/search-64.png');
	background-size: cover;
	background-position: center center;
	/*margin-left: 3px;*/
	width: 28px;
	height: 28px;
}
#user-nav-icon-favorites {
	background: url('/img/my-favorites.png');
	background-size: cover;
	background-position: center center;
	margin-left: 3px;
}
#user-nav-icon-pl {
	background: url('/img/pl_icon.png');
	background-size: cover;
	background-position: center center;
	margin-top: 13px;
}
#user-nav-login-box {
	width: 100%;
	/*border-top: 1px solid #3e3e40;*/
	display: none;
	float: left;
	margin-top: 20px;
}
#user-nav-btn-wrapper {
	width: 174px;
	margin: 0 auto;
	/*margin-left: 10px;*/
}
#user-nav-fb-btn {
  background-color: #3b5999;
  border: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 3px;
  padding: 7px 7px 7px;
  width: 220px;
  margin-top: 25px;
}
#user-nav-fb-btn:hover {
	/*background-color: #84bd00;*/
	cursor: pointer;
}
#user-nav-fb-btn:focus {
	/*background-color: #84bd00;*/
	outline: none;
}
#user-nav-connect-btn {
  background-color: #648f00;
  border: 0px;
  /* border-color: #648f00; */
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 3px;
  padding: 7px 7px 7px;
  width: 100%;
}
#user-nav-connect-btn:hover {
	/*background-color: #84bd00;*/
	cursor: pointer;
}
#user-nav-connect-btn:focus {
	/*background-color: #84bd00;*/
	outline: none;
}
#user-nav-already-account {
	overflow: hidden;
	/*float: left;*/
	/*margin-left: 10px;*/
	margin-top: 10px;
	margin: 0 auto;
	width: 100%;
	padding-top: 10px;
}
#user-nav-already-account-caption {
	/*float: left; */
    font-family: monospace;
    font-size: 12px;
    color: #bbb;
    width: 175px;
    margin: 0 auto;
}
#user-nav-already-account-sign-in {
	/*float: left;*/
	font-family: monospace;
	font-size: 12px;
	color: #eee;
	/*margin-left: 13px;*/
	width: 52px;
	margin: 0 auto;
}
#user-nav-already-account-sign-in:hover {
	cursor: pointer;
	text-decoration: underline;
}
#user-nav-logged-in-box {
	width: 220px;
	display: none;
	float: left;
	margin-left: 6px;
}
#user-nav-logged-in-box-elements {
	width: 100%;
	overflow: hidden;
}
#user-nav-logged-in-caption {
	float: left;
	font-family: monospace;
	font-size: 12px;
	color: #eee;
	margin-left: 20px;
	margin-top: 13px;
}
#user-nav-logout {
	float: left;
	font-family: monospace;
	font-size: 12px;
	color: #bbb;
	margin-left: 10px;
	margin-top: 13px;
}
#user-nav-logout:hover {
	cursor: pointer;
	text-decoration: underline;
}
#user-nav-icon-user {
	background: url('/img/login.png');
	background-size: cover;
	background-position: center center;
	cursor: default;
	float: left;
	margin-left: 3px;
	-webkit-filter: brightness(1.3);
}
/*
#user-nav-icon-logout {
	background: url('/img/logout.png');
	background-size: cover;
	background-position: center center;
	margin-left: 15px;
	display: none;
}
#user-nav-icon-login {
	background: url('/img/login.png');
	background-size: cover;
	background-position: center center;
	margin-left: 15px;
	display: block;
}
#user-nav-uname {
	font-family: monospace;
	font-size: 12px;
	color: #bbb;
	margin-left: 4px;
	margin-top: 3px;
	display: block;
}
*/
#user-options-box {
	width: 80px;
	height: 100px;
	margin: 0 auto;
}
#user-options-box-wrapper {
	width: 100%;
	float: left;
	border-bottom: 1px solid #3e3e40;
	margin-top: 20px;
	padding-bottom: 10px;
}
/********************** Ziv Register Box ********************/
#user-login-box  {
	/*width: 100px;
	height: 20px;*/
	float: right;
	margin-top: 30px;
	display: none;
}
#user-login-wrapper {
	float: left;
	width: 30px;
	height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

#user-login {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url('/img/login.png');
	background-size: cover;
	margin-top: 5px;
}
#user-login:hover {
	-webkit-filter: contrast(3%);
	cursor: pointer;
}
#user-login-caption {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	font-family: monospace;
	font-size: 12px;
	color: #000;
}
#login-page-login-window {
	display: none;
	width: 300px;
    /*height: 260px;*/
	border-radius: 10px;
	margin: 0 auto;
	background: #1c1c1f;
	margin-top: 230px;
	z-index: 1002;
	position: relative;
	margin-left: 38%;
}
.page-overlay-cl {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	display: none;
	z-index: 3000;
	top: 0;
}
#page-dark-overlay-video, #page-dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	display: none;
	z-index: 1001;
	top: 0;
}

#logo-text {
	width: 180px;
	height: 40px;
	background-image: url('/img/streamsquid.png');
	background-size: cover;
	float: left;
	margin-left: -10px;
	margin-top: 18px;
	
}
#logo-section-music-playing {
	width: 40px;
	height: 30px;
	background-image: url('/img/music_playing.png');
	background-size: cover;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}
#login-section {
	width: 100%;
	height: 170px;
	margin: 0 auto;
	/*margin-top: 30px;*/
}
#register-inputs {
	width: 100%;
	margin:0 auto;
	/*margin-left: -5px;*/
	float: left;
}
.login-register-input {
	background-color: #fff;
	border: 1px solid #dfe0e6;
	color: #1c1c1f;
	font-size: .9375em;
	line-height: normal;
	margin: 0;
	border-radius: 2px;
	-webkit-appearance: none;
	padding: 5px 5px 5px;
	width: 208px;
	float: left;
	margin-top: 10px;
	margin-left: 38px;
}
#register-new-user, #login-user {
	font-family: "proxima_nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	margin-left: 30px;
	width: 170px;
    margin-top: 7px;
	float: left;
	margin-left: 72px;
}
#reset-user-password {
	font-family: "proxima_nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	margin-left: 30px;
	width: 170px;
	float: left;
	margin-left: 72px;
}
#login-button-submit, #signup-button-submit, #reset-button-submit, #enter-new-password-button-submit, #fb-login-button-submit{
	outline: none;
}
.button-highlight-fb {
	background-color: #3b5999;
	border: 0px;
	/*border-color: #648f00;*/
	color: #fff;
	font-size: 14px;
	line-height: 1;
	border-radius: 20px;
	padding: 4px 4px 4px;
	width: 200px;
	margin-left: 49px;
	margin-top: 10px;
}
.button-highlight-fb:hover {
	background-color: #4169E1;
	border-color: #3b5999;
	cursor: pointer;
}
.button-highlight {
	background-color: #84bd00;
	border: 0px;
	/*border-color: #648f00;*/
	color: #fff;
	font-size: 14px;
	line-height: 1;
	border-radius: 20px;
	padding: 4px 4px 4px;
	width: 200px;
	margin-left: 49px;
	margin-top: 10px;
}
.button-highlight:hover {
	background-color: #648f00;
	border-color: #84bd00;
	cursor: pointer;
}
.user-login-input-success-message {
	position: relative;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #778899;
	margin:auto;
	margin-left: 56px;
}
.user-login-input-error-message {
	position: relative;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #DC143C;
	margin-left: 56px;
}
#social-options-menu {
	position: fixed;
	width: 140px;
	height: 90px;
	border-radius: 2px;
	background-color: #3E3E40;
	z-index: 3002;
	display: none;
}
#save-playlist-menu {
	min-width: 200px;
	position: fixed;
	/*width: 140px;*/
	/*height: 90px;*/
	margin-top: 106px;
	border-radius: 2px;
	background-color: #393F50;
	z-index: 3002;
	display: none;
}
#social-options-menu-item-copy-url:hover, #social-options-menu-item-copy-url:hover {
	cursor: pointer;
	background: #222326;
}
#player-iframe {
	z-index: 1010;
}
.page-overlay, .page-overlay-pl-list {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	display: none;
	z-index: 9;
}
#social-options-menu-content {
	width: 100%;
	float: left;
}
.social-options-menu-item {
	width: 100%;
	height: 30px;
	float: left;
	font-family: monospace;
	font-size: 11px;
	color: #fff;
	border-radius: 2px;
	background: 
}
.social-options-menu-item:hover {
	cursor: pointer;
	background-color: #222326 !important;
}
.social-options-menu-item-icon {
	margin-top: 7px;
	margin-left: 3px;
	float: left;
	width: 15px;
	height: 15px;
	background-size: cover;
	color: #fff;
}
/*#player-menu-fav-icon {
	background-image: url('/img/feed-item-ctrl-fav.png');
}
#social-options-menu-item-back-to-playlist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #909090;
}*/

#social-options-menu-item-share-twitter, #social-options-menu-item-share-fb, #social-options-menu-item-copy-url {
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #909090;*/
	border-top: 1px solid #222326;
}

.social-options-menu-item-caption {
	margin-top: 5px;
	float: left;
	width: 100px;
	height: 25px;
	margin-left: 10px;
}

#main-upper-pannel-container {
	float: left;
	width: 300px;
	height: 60px;
	z-index: 1000;
	background: #3E3E40;
}
#main-search-box-container {
	float: left;
	width: 200px;
	/*height: 100%;*/
	z-index: 1000;
	margin-left: 0px;
	margin-top: 15px;
	/*position: absolute;
	left: 90px;
	width: 250px;*/
	
	/*background: rgb(34,35,38);
	height: 100%;
	z-index: 1000;
	display: none;*/
}
#ipad-player-area {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	display: none;
	z-index: 1500;
}
#ipad-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	display: none;
	z-index: 1000;
}
#ipad-player {
	width: 300px;
	z-index: 2000;
	margin: 0 auto;
	margin-top: 300px;
}
#dummyBox {
	bottom: 0px;
	position: fixed;
	width: 0px;
}
/*****************************************************************/
#quick-launch-bar {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 46px;
	z-index: 1500;
}
#quick-launch-bar-content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #1c1c1f;
	border-bottom: 1px solid #000;
	/*border-radius: 3px;
	box-shadow: 3px 3px 3px #ccc;*/
}
.page-overlay-share-story {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	display: none;
	z-index: 1001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#page-share {
	position: relative;
	width: 750px;
	/*height: 575px;*/
	height: 635px;
	border-radius: 20px;
	box-shadow: 4px 4px 4px #000;
	background: #000;
	z-index: 1500;
	color: #000;
	font-family: monospace;
	font-size: 13px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 15px;	
	display: none;
}
#page-share-content {
	position: relative;
	width: 100%;
	height: 100%;
}
#page-share-top {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #2a2a2a;
}
#main-nav-playlists-section-drop-down-items-content{
	width: 240px;
	position: fixed;
	top: 186px;
	min-height: 60px;
	background: #393F50;
	left: 210px;
	z-index: 3002;
	border-radius: 3px;
	display: none;
	overflow: hidden;
}
#main-nav-playlists-section-drop-down-items-content-scroll{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow-y: scroll;
}
#video-ad-window {
	display: none;
	width: 970px;
    /*height: 260px;*/
	border-radius: 10px;
	margin: 0 auto;
	background: #000;
	margin-top: 230px;
	z-index: 1002;
	position: relative;
	margin-left: 23%;
}

#video-caption-section {
	width: 970px;
	height: 60px;
	border-bottom: 1px solid #2a2a2a;
}

#video-logo-text {
	width: 180px;
	height: 40px;
	background-image: url('/img/streamsquid.png');
	background-size: cover;
	float: left;
	margin-left: -10px;
	margin-top: 10px;
	
}

#video-logo-section-music-playing {
	width: 40px;
	height: 30px;
	background-image: url('/img/music_playing.png');
	background-size: cover;
	float: left;
	margin-top: 12px;
	margin-left: 360px;
}

#video-ad-section {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	/*margin-top: 30px;*/
}
#logo-section-s {
	width: 300px;
	margin: 0 auto;
	/*background: url('/img/logo_200_74_white.png') no-repeat center;*/
}
#logo-section {
	width: 300px;
	height: 60px;
	border-bottom: 1px solid #2a2a2a;
}
#logo-text {
	width: 180px;
	height: 40px;
	background-image: url('/img/streamsquid.png');
	background-size: cover;
	float: left;
	margin-left: -10px;
	margin-top: 10px;
	
}
#logo-section-music-playing {
	width: 40px;
	height: 30px;
	background-image: url('/img/music_playing.png');
	background-size: cover;
	float: left;
	margin-top: 12px;
	margin-left: 50px;
}
#heading-logo-section {
	width: 100%;
	height: 30px;
	margin-left: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	float:left;
}
#heading-logo-section:hover {
	cursor: pointer;
}
#heading-logo-text {
	width: 125px;
	height: 25px;
	background-image: url('/img/streamsquid.png');
	background-size: cover;
	float: left;
	margin-top: 2px;
}
#heading-logo-section-music-playing {
	width: 33px;
	height: 33px;
	float:left;
	background-image: url('/img/streamsquid-logo-33-33-dark.png');
	background-size: cover;
}
#story {
	position: relative;
	width: 100%;
	height: 100%;
}
#story-text {
	width: 100%;
	float: right;
	font-family: monospace;
	font-size: 13px;
	color: snow;
	direction: rtl;
}
#story-text-en {
	width: 100%;
	float: right;
	font-family: monospace;
	font-size: 13px;
	color: snow;
}
#story-bottom {
	width: 100%;
	float: left;
	height: 60px;
}
#story-bottom-buttons {
	width: 100px;
	height: 60px;
	margin: 0 auto;
}
#story-bottom-fb {
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 10px;
	margin-top: -30px;
	background-image: url('/img/fb-story.png');
	background-size: cover;
	opacity: 0.7;
}
#story-bottom-fb:hover {
	opacity: 1;
	cursor: pointer;
}
#story-bottom-close {
	background-image: url('/img/close-white.png');
	background-size: cover;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	opacity: 0.7;
}
#story-bottom-close:hover {
	opacity: 1;
	cursor: pointer;
}
.main-header-item {
	float: left;
	font-family: monospace;
	font-size: 13px;
	font-weight: 900;
	color: snow;
	margin-left: 20px;
}

.main-header-drop-down-item {
	float: left;
	font-family: monospace;
	font-size: 10px;
	font-weight: 900;
	color: snow;
}

#main-header-share, #main-header-about {
	float: right;
	margin-right: 5px;
	/*border: 1px solid #545454;*/
	width: 100px;
	border-radius: 5px;
	height: 22px;
	margin-top: 0px;
	margin-left: 20px;
}
.main-header-cont {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}
#main-header-icon {
	
}
#main-header-caption {
	margin-top: 1px;
	font-size: 13px;
}
#main-header-caret {
	margin-top: 6px;
}
#share-box, #about-box {
	position: relative;
	width: 120px;
	float: left;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	background: #1c1c1f;
	z-index: 1500;
	color: #fff;
	font-family: monospace;
	font-size: 13px;
	display: none;
	padding: 3px;
}
.drop-down-items {
	float: left;
	width: 100%;
	height: 100%;
}
.drop-down-item-wrapper{
	width: 100%;
	height: 30px;
	float: left;
	color: #fff;
	font-family: monospace;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #000;
}
.drop-down-item {
	margin-top: 6px;
	margin-left: 4px;
	float: left;
}
.drop-down-item-wrapper:hover {
	cursor: pointer;
	background-color: #3e3e40;
}
.drop-down-item-caption {
	margin-left: 12px;
	margin-top: 5px
}
.main-fb-like, .main-tw-follow {
	float: left;
	margin-left: 20px;
	margin-top: 13px;
}
#main-header-item-gs {
 background: url('/img/gs_link.png');
 background-size: cover;
 background-position: center center;
 width: 57px;
 height: 57px;
 margin-top: -10px;
 /* float: right; */
 /* margin-right: 310px; */
 margin-left: -73px;
}
#main-header-item-gs:hover {
	opacity: 0.8;
	cursor: pointer;
}
#main-header-item-wtf {
	margin-right: 5px;
	float: right;
}
#main-header-feeder-story {
	float: right;
	margin-right: 5px;
	/*color: darkgrey;*/
}
#main-header-feeder-story:hover {
	cursor: pointer;
	text-decoration: underline;
}
#main-header-left-side {
	float: left;
	width: 50%;
	margin-top: 5px;
}
#main-header-right-side {
	float: left;
	width: 50%;
	margin-top: 5px;
}

#page-beta-add-bug-success {
	position: relative;
	width: 130px;
	height: 60px;
	border-radius: 5px;
	/*box-shadow: 2px 2px 2px #000;*/
	/*background: #fff;*/
	z-index: 1500;
	color: #000;
	font-family: monospace;
	font-size: 13px;
	display: none;
	margin: 0 auto;
	margin-top: 250px;
	padding: 15px;
}
#page-beta-success-icon {
	float: left;
	width: 128px;
	height: 128px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url('/img/success-128.png');
	background-size: cover;
}
#page-beta-add-bug-text {
	float: left;
	width: 60px;
	margin-left: 5px;
	margin-top: 30px;
	font-family: monospace;
	font-size: 13px;
	color: #000;
}

#page-beta-container {
	position: relative;
	width: 550px;
	height: 370px;
	border-radius: 20px;
	box-shadow: 2px 2px 2px #000;
	background: #fff;
	z-index: 1500;
	color: #000;
	font-family: monospace;
	font-size: 13px;
	display: none;
	margin: 0 auto;
	margin-top: 200px;
	padding: 15px;
}
#page-beta-container-content {
	position: relative;
	width: 100%;
	height: 100%;
}
#page-beta-container-left {
	width: 150px;
	height: 100%;
	float: left;
	border-right: 5px solid #000;
}
#page-beta-container-right {
	width: 360px;
	height: 100%;
	float: left;
}
#page-beta-sign {
	margin-top: 120px;
	margin-left: 20px;
	background-image: url('/img/betasign.png');
	background-size: cover;
	width: 100px;
	height: 100px;
}
#page-beta-print {
	width: 100%;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
#page-beta-bug {
	width: 40px;
	float: left;
	margin-left: 180px;
	margin-top: 30px;
	font-weight: 900;
	font-size: 14px;
	/*background-image: url('/img/bug-128.png');*/
	/*background-size: cover;*/
}
#page-beta-bug:hover {
	cursor: pointer;
	text-decoration: underline;
}
#page-description-input-wrapper  {
	width: 150px;
	height: 100px;
	float: left;
	margin-left: 50px;
	margin-top: 5px;
	display: none;
}
#page-description-bug-input {
	display: block;
	width: 295px;
	height: 130px;
	padding: 5px 12px 4px;
	font-size: 14px;
	line-height: 19px;
	color: #3e3e40;
	vertical-align: middle;
	background-color: #f2f2f2;
	background-image: none;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	resize:none;
	margin-left: -8px;
}
#page-description-bug-input:focus {
	outline: 0;
}
#beta-options {
	width: 130px;
	height: 50px;
	float: left;
	margin-left: 107px;
}
#beta-options-submit {
	float: left;
	width: 33px;
	height: 33px;
	background-image: url('/img/beta-submit-64.png');
	background-size: cover;
	margin-top: 4px;
}
#beta-options-clear {
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background-image: url('/img/beta-clear.png');
	background-size: cover;
}
.bo {
	opacity: 0.3;
}
.bo:hover {
	cursor: pointer;
	opacity: 1;
}
#page-overlay-header {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	display: none;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.main-header-item-separator {
	border-left: 1px solid #bbb;
	width: 3px;
	height: 20px;
}
.right-item-separator {
	float: right;
}
.page-overlay-head-toolbar {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	display: none;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#radio-box {
	position: relative;
	width: 120px;
	float: left;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	background: #1c1c1f;
	z-index: 1500;
	color: #fff;
	font-family: monospace;
	font-size: 13px;
	display: none;
	padding: 3px;
}
#feed-radio-items {
	float: left;
	width: 100%;
	height: 100%;
}
.feed-radio-item-wrapper{
	width: 100%;
	height: 30px;
	float: left;
	color: #fff;
	font-family: monospace;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #000;
}
.feed-radio-item {
	margin-top: 5px;
	width: 100%;
	height: 100%;
}
.feed-radio-item-wrapper:hover {
	cursor: pointer;
	background-color: #3e3e40;
}
#charts-box {
	position: relative;
	width: 200px;
	float: left;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	background: #1c1c1f;
	z-index: 1500;
	color: #fff;
	font-family: monospace;
	font-size: 13px;
	display: none;
	padding: 3px;
}
#feed-charts-items {
	float: left;
	width: 100%;
	height: 100%;
}
.feed-charts-item-wrapper{
	width: 100%;
	height: 30px;
	float: left;
	color: #fff;
	font-family: monospace;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #000;
}
.feed-charts-item {
	margin-top: 5px;
	width: 100%;
	height: 100%;
}
.feed-charts-item-wrapper:hover {
	cursor: pointer;
	background-color: #3e3e40;
}
#genres-box {
	position: relative;
	width: 400px;
	float: left;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #000;
	background: #1c1c1f;
	z-index: 1500;
	color: #fff;
	font-family: monospace;
	font-size: 13px;
	display: none;
	padding: 3px;
}
#feed-genre-items {
	float: left;
	width: 100%;
	height: 100%;
}
.feed-genre-item-wrapper{
	width: 130px;
	height: 30px;
	float: left;
	color: #fff;
	font-family: monospace;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #000;
}
.feed-genre-item {
	margin-top: 5px;
	width: 100%;
	height: 100%;
}
.feed-genre-item-wrapper:hover {
	cursor: pointer;
	background-color: #3e3e40;
}
.feed-genre-item-first {
	margin-left: 0px;
}
/**************************************************/
#soundcloud-player-container {
	width: 300px;
	height: 240px;
	display: none;
}
#sd-image {
	background-image: url('/img/powered_by_sd.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	float: left;
	margin-top: 100px;
	margin-left: 118px;
}

#upper-banner-wrapper {
  position: relative;
  width:1150px;
  height: 100px;
  margin: 0 auto;
  display: block;
  /*overflow-x: auto;*/
}
#upper-banner-wrapper-3-ads {
  position: relative;
  width:1050px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
#upper-banner-wrapper-2-ads-left {
	float:left;
	width:730px;
	margin-top: 0px;
	display: block;
}
#upper-banner-wrapper-1-ad-right {
	float:left;
	width:300px;
	height: 250px;
	padding: 5px;
	display: block;
	margin-left:10px;
}
#upper-banner-com {
  /*background: #eee;*/
  position: relative;
  width:728px;
  height: 90px;
  margin: 0 auto;
  padding: 5px;
  margin-top: 1px;
  display: block;
  /*overflow-x: auto;*/
}
#bottom-banner-com {
  /*background: #eee;*/
  position: relative;
  width:728px;
  height: 90px;
  margin: 0 auto;
  padding: 5px;
  margin-top: 0px;
  display: block;
  /*overflow-x: auto;*/
}
#right-banner {
  position: absolute;
  height: auto;
  margin: 0 auto;
  display: none;
  bottom: 0px
}

#user-right-box-bottom {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  float: left;
}

#user-right-box-bottom-dummy {
  height: 70%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

#mixpanel-logo-wrapper {
  height: 30%;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #000;
  border-radius: 5px;
  position: absolute;
}

#mixpanel-logo {
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.identicator-circle {
	min-width: 15px;
	height: 15px;
	float: left;
	background-color: #dc0d17;
	border-radius: 7px;
	padding: 2px 2px;
}
#identicator-gs-pl-ready {
	margin-left: 10px;
	margin-top: 10px;
}
.identicator-text {
	float: left;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
	margin-top: -2px;
}
#identicator-gs-pl-ready {
	display: none;
}

#story-share-part {
	width: 100%;
	float:left;
}
#share-section {
	width: 350px;
	margin: 0 auto;
}
#share-fb {
	width: 250px;
	height: 45px;
	background-size: 200px;
	background-image: url('/img/story-fb-share.png');
	background-repeat: no-repeat;
	background-position: -7px;
	float: left;
	margin-left: 90px;
	margin-top: 10px;
	opacity: 0.8;
}
#share-fb:hover {
	opacity: 1;
	cursor: pointer;
}
#share-twitter {
	width: 250px;
	height: 45px;
	background-size: 200px;
	background-image: url('/img/story-twitter-share.png');
	background-repeat: no-repeat;
	background-position: -7px;
	float: left;
	opacity: 0.8;
	margin-left: 90px;
	margin-top: 20px;
}
#share-twitter:hover {
	opacity: 1;
	cursor: pointer;
}

#logo-box {
	float: left;
	height: 100%;
	margin-left: 11px;
	margin-top: 0px;
}
#logo-box:hover {
	cursor: pointer;
}
#logo-img {
	width: 167px;
	height: 33px;
	background-size: cover;
	background-image: url('/img/streamsquid-logo-167-33.png');
	background-repeat: no-repeat;
	float: left;
	opacity: 0.8;
}
#feedback-story-box {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.feedback-story-icon {
	margin-top: 14px;
	color: #fff;
	opacity: 0.7;
	float: left;
}
.feedback-story-icon:hover {
	/*cursor: pointer;*/
}
#about-item-feedback {
}
#about-item-story {
	margin-left: 10px;
	margin-top: 15px;
}
#main-nav-browse-queue-wrapper {
	float: left;
	width: 300px;
	margin-top: 20px;
	display:none;
}
#main-nav-browse-queue {
	width: 89%;
	height: 30px;
	margin-top: 20px;
	border: 1px solid #393F50;
	border-radius: 2px;
	margin: 0 auto;
}
.mnbq-selected {
	background: #393F50;
}
.mnbq {
	float: left;
	width: 50%;
	height: 100%;
	font-family: monospace;
	font-size: 13px;
	color: #fff;
}
#main-nav-browse-text {
	margin-top: 10px;
	width: 45px;
	margin: 0 auto;
	margin-top: 4px;
}


#main-nav-queue-text {
	margin-top: 10px;
	width: 45px;
	margin-top: 4px;
	float: left;
	margin-left: 30px;
}

#main-nav-queue-text-items {
	float: left;
	/*width: 15px;*/
	margin-top: 10px;
	margin-left: 6px;
	font-size: 9px;
	color: #fff;
}
#main-google-play-wrapper {
	float: left;
	width: 300px;
	margin-top: 20px;
	display:none;
}
#main-nav-quick-links-wrapper {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#main-browse-section-wrapper {
	float: left;
	width: 100%;
}
#main-queue-section-wrapper {
	float: left;
	width: 100%;
	/*display: none;*/
}
.mnql-section {
	width: 90%;
	/*border-bottom: 1px solid #393F50;*/
	margin: 0 auto;
	float: left;
}
.mnql {
	width: 100%;
	height: 30px;
	border-radius: 3px;
	margin-left: 7px;
	float: left;
}
.mnql-hover  {
	background: #393F50;
}
.mnql-selected {
	background: #393F50;
}
.mnql-icon {
	float: left;
	margin-top: 8px;
	margin-left: 6px;
	width: 20px;
	color: #fff;
}
.mnql-text {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	font-family: monospace;
	font-size: 12px;
	color: #fff;
}
#mnql-fav-options, #mnql-home-options, #mnql-browse-options {
	width: 100%;
	border-radius: 3px;
	float: left;
	margin-top: -4px;
	display: none;
}
.option-text {
	float: left;
	width: 90%;
	margin-left: 55px;
	margin-top: 4px;
	font-family: monospace;
	font-size: 10px;
	color: #bbb;
}
.option-text:hover {
	cursor: pointer;
	color: #fff;
}
.mnql-sep-wrapper {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.mnql-sep {
	width: 90%;
	height: 1px;
	border-top: 1px solid #222326;
	margin: 0 auto;
}
#queue-header-wrapper {
	float: left;
	width: 100%;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	display: none;
}
#queue-header-wrapper:focus {
	outline: none;
}
#queue-header {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	background: #3E3E40;
	border-radius: 2px;
}
#queue-header-text {
	float: left;
	font-family: monospace;
	font-size: 13px;
	margin-top: 5px;
	margin-left: 10px;
	width: 65%;
	height: 100%;
	color: #fff;
}
#queue-options-box {
	width: 30%;
	float: left;
	height: 100%;
}
#queue-options-dropdown {
	width: 55%;
	height: 100%;
	float: left;
	border-right: 2px solid #1c1c1f;
}
#queue-options-dropdown:hover {
	cursor: pointer;
}
#queue-options-clear-queue {
	width: 40%;
	height: 100%;
	float: left;
}
#queue-options-clear-queue:hover {
	cursor: pointer;
}
#queue-options-dropdown-icon {
	margin-top: 8px;
	margin-left: 20px;
	color: #fff;
	opacity: 1;
}
#queue-options-dropdown-icon:hover{
	opacity: 0.7;
}
#queue-options-clear-queue-icon {
	float: left;
	margin-top: 12px;
    margin-left: 7px;
	color: #fff;
	opacity: 1;
	font-size: 13px;
}
#queue-options-clear-queue-icon:hover {
	opacity: 0.7;
}
#queue-content-wrapper {
	float: left;
	width: 100%;
	height: 100%;
}
#queue-content-box-scroll-overlay {
	position: absolute;
	width: 25px;
	left: 223px;
	top: 110px;
	bottom: 0px;
	background: #1c1c1f;
	z-index: 400;
}
#queue-content-box-scroll-box {
	position: absolute;
	width: 18px;
	height: 30px;
	left: 223px;
	top: 110px;
	background: #1c1c1f;
	z-index: 401;
}
#queue-content-box-scroll-up {
	float: left;
	width: 100%;
	height: 14px;
}

#queue-content-box-scroll-up-icon {
	margin-left: 5px;
	color: #fff;
}
#queue-content-box-scroll-up-icon:hover {
	opacity: 0.7;
}
#queue-content-box-scroll-down {
	float: left;
	width: 100%;
	height: 14px;
}
#queue-content-box-scroll-down-icon {
	margin-left: 5px;
	color: #fff;
}
#queue-content-box-scroll-down-icon:hover {
	opacity: 0.7;
}
#queue-content-box-empty-message {
	width: 150px;
	position: absolute;
	top: 150px;
	left: 83px;
	font-family: monospace;
	color: #bbb;
	font-size: 11px;
}
#queue-loading {
	position: absolute;
	top: 150px;
	left: 150px;
	z-index: 1000;
	background-image: url("/img/ajax_loader_icon.gif");
	width: 43px;
	height: 43px;
	display: none;
}
#queue-content-box-wrap {
	width: 100%;
	/*height: 100%;*/ 
	/* margin: 0 auto; */
	/*overflow-y: scroll;*/
	position: absolute;
	/*bottom: 40px;*/
	bottom: 0px;
	top: 33px;
	/*left: 16px;*/
	padding-top: 5px;
	padding-right: 17px;
}
#queue-content-box {
	width: 100%;
    height: 100%;
    float: left;
}
#queue-content-box:focus {
	outline: none;
}
.queue-item {
	/*width: 97%;*/
	width: 93%;
	height: 31px;
	float: left;
	border-bottom: 1px solid #393F50;
	font-family: monospace;
	font-size: 9px;
	color: #eee;
	margin-left: 6px;
	/*margin-bottom: 1px;*/
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	
}
.queue-item-hover {
	width: 200px;
	height: 40px;
	float: left;
	border-bottom: 3px solid #3366CC;
	font-family: monospace;
	font-size: 11px;
	color: #eee;
	margin-left: 1px;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}
/*.queue-item:hover {
	background: #393F50;
	cursor: pointer;
}
.queue-item:focus {
	outline: none;
}*/
.queue-item-number {
	float: left;
	width: 10px;
	height: 100%;
	margin-top: 6px;
	margin-left: 0px;
	color: #fff;
}
.queue-item-text {
	float: left;
	/*margin-left: 10px;*/
	width: 188px;
	height: 100%;
}
.queue-item-text-track {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.queue-item-text-artist {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 0px;
	color: #bbb;
}
.queue-item-options {
	float: right;
	/*width: 55px;*/
	height: 100%;
	margin-top: 6px;
	margin-right: 4px;
}
.main-nav-playlists-section-pl-item-options {
	float: right;
	width: 76px;
	height: 100%;
	margin-top: 2px;
	/*margin-left: 6px;*/
	font-size: 11px;
}
.queue-item-music {
	float: left;
	margin-left: 5px;
	color: #8dc015;
	display: none;
}
.queue-item-drag {
	float: left;
	margin-left: 6px;
}

.playlists-section-pl-item-share, .queue-item-share {
	float: left;
	margin-left: 6px;
}
.queue-item-fav {
	float: left;
	margin-left: 4px;
}
.playlists-section-pl-item-play, .playlists-section-pl-item-rename, .playlists-section-pl-item-remove, .queue-item-remove {
	float: left;
	margin-left: 3px;
}
#queue-item-music-icon {
	color: #fff;
	opacity: 1;
	margin-top: 6px;
	margin-left: 5px;
}
#queue-item-music-icon:hover{
	opacity: 0.7;
}
#queue-item-remove-icon {
	color: #fff;
	opacity: 1;
	margin-top: 6px;
	margin-left: 4px;
}
#playlists-section-pl-item-play-icon, #playlists-section-pl-item-rename-icon, #playlists-section-pl-item-remove-icon {
	color: #fff;
	opacity: 1;
	margin-top: 2px;
	margin-left: 4px;
}
#playlists-section-pl-item-play-icon:hover, #playlists-section-pl-item-rename-icon:hover, #playlists-section-pl-item-remove-icon:hover, #queue-item-remove-icon:hover, #queue-item-drag-icon:hover {
	opacity: 0.7;
}
#queue-item-fav-icon {
	color: #fff;
	opacity: 1;
	margin-top: 6px;
	margin-left: 3px;
}
#queue-item-fav-icon:hover {
	opacity: 0.7;
}
#queue-item-share-icon {
	color: #fff;
	opacity: 1;
	margin-top: 6px;
}
#queue-item-drag-icon {
	color: #fff;
	opacity: 1;
	margin-top: 6px;
}
#playlists-section-pl-item-share-icon {
	color: #fff;
	opacity: 1;
	margin-top: 2px;
}
#playlists-section-pl-item-share-icon:hover, #queue-item-share-icon:hover {
	opacity: 0.7;
}
#main-nav-footer {
	bottom: 0px;
	/*height: 250px;*/
	height: 51px;
	width: 100%;
	/*border-top: 1px solid #000;*/
	float: left;
}
#ss-share-box-wrapper {
	width: 100%;
	/*height: 20px;*/
	float: left;
}
#ss-share-box {
	width: 100px;
	margin: 0 auto;
}
#ss-team-caption-wrapper {
	width: 100%;
	float: left;
	margin-top: 8px;
}
#ss-fb-like {
	
    display: block;
    height: 30px;
    margin: 2px 5px;
    width: 30px;
	float: left;
	background: url('/img/icons_fb_tw.png?v0034') -270px 0 no-repeat;
	background-position: -150px -300px;
}
#ss-tw-follow {
    display: block;
    height: 30px;
    margin: 2px 5px;
    width: 30px;
    background: transparent url("/img/icons_fb_tw.png?v0034") -270px 0 no-repeat;
	background-position: -90px -300px;
	float: left;
}
#ss-team-caption {
	width: 100%;
	margin: 0 auto;
	font-family: monospace;
	font-size: 12px;
	color: #bbb;
	margin-left: 11px;
}
#main-nav-commercial {
	
}
.queue-item-selected {
	/*background: #393F50;*/
	box-shadow: 0 0 7px #fff; /*rgba(81, 203, 238, 1);*/
	/*padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);*/
}
#queue-drop-down-box {
	width: 192px;
	min-height: 100px;
	background: #393F50;
	color: #fff;
	font-family: monospace;
	font-size: 12px;
	border-radius: 3px;
	z-index: 4000;
	position: relative;
	margin-top: -3px;
	float: left;
	display: none;
	margin-left: 14px;
}
#queue-drop-down-box-items {
	width: 192px;
	float: left;
}
#queue-drop-down-box-items-content {
	width: 240px;
	position: fixed;
	top: 186px;
	min-height: 60px;
	background: #393F50;
	left: 210px;
	z-index: 3000;
	border-radius: 3px;
	display: none;
	overflow: hidden;
}
.queue-drop-down-box-item-wrapper {
	width: 100%;
	float: left;
}
.queue-drop-down-box-item-wrapper:hover {
	background: #32323B;
	cursor: pointer;
}
.queue-drop-down-box-item {
	width: 90%;
	height: 30px;
	margin: 0 auto;
	/*border-bottom: 1px solid #bbb;*/
}
.queue-drop-down-box-item-text {
	float: left;
	margin-top: 4px;
}
.queue-drop-down-box-item-icon {
	float: right;
	margin-top: 7px;
}
.queue-drop-down-box-sep-wrapper {
	float: left;
	width: 100%;	
}
.queue-drop-down-box-separator {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #fff;
	margin-top: 6px;
	margin-bottom: 6px;
	opacity: 0.5;
}
.queue-list-sep-wrapper {
	float: left;
	width: 100%;	
}
.queue-list-separator {
	width: 90%;
	margin: 0 auto;
	border-top: 0px solid #fff;
	/*margin-top: 6px;
	margin-bottom: 6px;
	opacity: 0.5;*/
}
.queue-list-separator-hover {
	width: 90%;
	margin: 0 auto;
	border-top: 2px solid #fff;
	margin-top: 6px;
	margin-bottom: 6px;
	opacity: 0.5;
}
#queue-drop-down-box-add-to-fav {
	border-bottom: 0px !important;
}
#queue-drop-down-box-items-content-scroll {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow-y: scroll;
}
#queue-drop-down-box-items-content-scroll-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 100%;
	z-index: 5000;
	background: #393F50;
}
.queue-row-item {
	float: left;
	width: 100%;
	height: 24px;
}
.queue-row-item:hover {
	background: #32323B;
	cursor: pointer;
}
.queue-row-item-text {
	margin-top: 2px;
	margin-left: 4px;
	float: left;
	font-size: 11px;
	color: #fff;
	font-family: monospace;
}
#main-nav-playlists-section-rename-input-box-wrapper, #queue-save-as-pl-input-box-wrapper {
	width: 220px;
    height: 40px;
    padding: 10px;
    float: left;
}
#main-nav-playlists-section-rename-input-box, #queue-save-as-pl-input-box {
	display: block;
    width: 160px;
    height: 27px;
    padding: 5px 12px 4px;
    font-size: 14px;
    line-height: 19px;
    color: #f2f2f2;
    vertical-align: middle;
    background-color: #3e3e40;
    background-image: none;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin-left: -8px;
    float: left;
}
#main-nav-playlists-section-rename-input-box:focus, #queue-save-as-pl-input-box:focus{
	outline: none;
}
#btn-new-pl-loading {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
	display: none;
}
#btn-new-pl {
	width: 30px;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 4px;
}
#btn-new-pl:hover {
	cursor: pointer;
}
#btn-rename-pl-caption, #btn-new-pl-caption {
	float: left;
    font-family: monospace;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    margin-left: 7px;
}
#queue-save-as-pl-empty-queue-message {
	width: 130px;
	margin: 0 auto;
	font-family: monospace;
	color: #fff;
	font-size: 12px;
	/*margin-top: 20px;*/
}
#queue-last-pl-fetched-box {
	float: left;
	width: 100%;
	height: 40px;
}
#queue-last-pl-fetched-text {
	float: left;
    width: 95%;
    font-family: monospace;
    font-size: 12px;
    color: #fff;
    padding: 5px 5px;
    border-bottom: 1px solid #fff;
}
#queue-last-pl-fetched-text:hover {
	background: #32323B;
	cursor: pointer;
}
#main-nav-playlists-section-wrapper {
	float: left;
	width: 100%;
	margin-top: 7px;
	display: none;
}
#main-nav-plalists-section-content {
	width: 90%;
	margin: 0 auto;
}
#main-nav-playlists-section-header {
	width: 100%;
	height: 20px;
	float: left;
}
#main-nav-playlists-section-header-caption {
	font-family: monospace;
	font-size: 13px;
	color: #bbb;
	float: left;
}
#main-nav-playlists-section-header-icons {
	height: 20px;
    float: right;
    margin-top: 4px;
    margin-right: 4px;
}
#main-nav-playlists-section-header-icons-sort-alpha-z-a {
	font-size: 10px;
	color: #bbb;
	float: left;
	margin-left: 2px;
	display: none;
}
#main-nav-playlists-section-header-icons-sort-alpha-z-a:hover {
	cursor: pointer;
	color: #fff;
}
#main-nav-playlists-section-header-icons-sort-alpha-a-z {
	font-size: 10px;
	color: #bbb;
	float: left;
	margin-left: 5px;
}
#main-nav-playlists-section-header-icons-sort-alpha-a-z:hover {
	cursor: pointer;
	color: #fff;
}
#main-nav-playlists-section-header-icons-sort-time {
	font-size: 10px;
	color: #bbb;
	float: left;
	margin-left: 5px;
}
#main-nav-playlists-section-header-icons-sort-time:hover {
	cursor: pointer;
	color: #fff;
}
#main-nav-playlists-section-scroll {
	width: 287px;
    /*overflow-y: scroll*/;
    position: absolute;
    bottom: 0px;
	top: 50px;
    /*top: 275px;*/
    left: 15px;
    padding-top: 5px;
	padding-right: 17px;
}
#main-nav-playlists-section-scroll-overlay {
	/*width: 20px;*/
	width: inherit;
    position: absolute;
    bottom: 0px;
    top: 282px;
	/*top: 275px;*/
    left: 230px;
    padding-top: 5px;
	z-index: 10;
	background: #1c1c1f;
}
#main-nav-playlists-section-scroll-content {
	width: 100%;
	height: 100%;
	float: left;
}
.main-nav-playlists-section-pl-item {
	width: 100%;
	float: left;
	height: 20px;
}
.main-nav-playlists-section-pl-item:hover {
	background: #393F50;
	cursor: pointer;
}
.main-nav-playlists-section-pl-item-hover-tmp{
	background: #393F50;
}
.main-nav-playlists-section-pl-item-icon {
	float: left;
	margin-top: 4px;
	width: 10px;
}
.main-nav-playlists-section-pl-item-text {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 2px;
	color: #fff;
	font-size: 12px;
	font-family: monospace;
}
#main-nav-playlists-section-scroll-loading {
	position: absolute;
	top: 400px;
	left: 100px;
	z-index: 1000;
	background-image: url("/img/ajax_loader_icon.gif");
	width: 43px;
	height: 43px;
}
/* for search autocomplete */
.ui-widget {
  font-family: monospace;
  font-size: 12px;
}
.ui-menu {
	background: #dcdcdc;
	z-index: 200;
}
.ui-state-hover {
	background: #bbb !important;
	/*background: #bbb !important;*/
}
.ui-menu-item a.ui-corner-all {
   /* selected <a> */
    border: 0;
}
.ui-state-hover {
	border: 0;
	/*outline: 0;*/
}
.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
#login-box {
	float: left;
	width: 100%;
}
/*#queue-functions-pannel {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 250px;
	background: #3E3E40;
}*/
#import-playlist-section {
	width: 100%;
	float: left;
	height: 40px;
}
#import-playlist-btn {
	background-color: #3E3E40;
    border: 0px;
    /* border-color: #648f00; */
    color: #fff;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    padding: 7px 7px 7px;
    width: 80%;
    height: 15px;
    margin-top: 10px;
	margin-left: 10px;
    float: left;
}
#import-playlist-btn:hover {
	cursor: pointer;
}
#import-playlist-icon {
	float: left;
	margin-top: 2px;
}
#import-playlist-icon-gs {
	float: left;
	/*margin-left: 66px;*/
	background-image: url('/img/gs-128-white-transparent.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-top: -7px;
	opacity: 1;
	display: none;
}
#import-playlist-icon-gs:hover {
	opacity: 0.7;
	cursor: pointer;
}
#import-playlist-icon-yt {
	float: left;
	background-image: url('/img/yt-128-grey-transparent.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	margin-top: -3px;
	margin-left: 25px;
	opacity: 1;
}
#import-playlist-icon-yt:hover {
	opacity: 0.7;
	cursor: pointer;
}
#import-playlist-text {
	float: left;
    font-family: monospace;
    font-size: 13px;
    color: #fff;
    margin-left: 20px;
    margin-top: 1px;
	width: 80%;
}
#contact-us-wrapper {
	width: 100%;
    font-family: monospace;
	font-size: 9px;
    color: #fff;
    /*margin: auto;*/
	margin-left: 12px;
}
#contact-us {
	float:left;
    font-family: monospace;
    color: #fff;
    margin: auto;
}
.contact-us-separator {
	float:left;
    font-family: monospace;
    color: #fff;
    margin-left: 2px;
    margin-right: 2px;
}
#tos {
	float:left;
    font-family: monospace;
    color: #fff;
    margin: auto;
}
#faq {
	float:left;
    font-family: monospace;
    color: #fff;
    margin: auto;
}
#contact-us:hover, #tos:hover, #faq:hover {
	text-decoration: underline;
	cursor: pointer;
}
#hide-main-nav {
	left: 268px;
    top: 98px;
    display: block;
}
#show-main-nav {
	left: 0;
	top: 120px;
	display: none;
}
.toggle-nav {
	font-size: 20px;
    color: #bbb;
    position: fixed;
    display: block;
    width: 32px;
    height: 30px;
    top: 230px;
    overflow: hidden;
    z-index: 1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #3e3e40;
}
.toggle-nav-text:hover {
	cursor: pointer;
	color: #fff !important;
}
.toggle-nav-text {
	color: #bbb;
	padding: 5px 5px;
	font-family: monospace;
}
#player-slider {
	position: relative;
    background: #3E3E40;
    width: 100%;
    height: 5px;
    margin-top: 18px;
}
#player-slider-internal {
	position: relative;
	background: #648f00;
	width: 0px;
	height: 5px;
}
#player-left {
	float: left;
	width: 300px;
	height: 100%;
}
#player-middle {
	position:absolute;
	left: 300px;
	right:550px;
	height:100%;
}
#player-right {
	float: right;
	position: relative;
	width: 550px;
	height: 100%;
}
#player-time-elpased {
	float: right;
	width: 55px;
	height: 20px;
	color: #cccccc;
	font-size: 13px;
	font-family: RobotoDraft, "Helvetica Neue", sans-serif;
	margin-top: -6px;
	text-align:center;
}
#player-duration {
	float: left;
	width: 40px;
	height: 20px;
	color: #cccccc;
	font-size: 13px;
	font-family: RobotoDraft, "Helvetica Neue", sans-serif;
	margin-top: 11px;
	margin-left: 10px;
	padding-left: 5px;
}
#main-nav-playlists {
	position: absolute;
	left:301px;
	top: 0px;
	bottom: 50px;
	width:300px;
	height: 100%;
	background:#1c1c1f;
	z-index: 10;
	display:none;
}
.form-control {
	display: block;
    width: 220px;
    height: 20px;
    padding: 5px 25px 4px;
    font-size: 11px;
    font-family: monospace;
    line-height: 19px;
    color: #3e3e40;
    vertical-align: middle;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin-left: -2px;
    margin-top: 2px;
}
#queue-filter-box-container {
	float: right;
	width: 64px;
	z-index: 1000;
	margin-right: 0px;
}
#queue-filter-box-container:focus {
	outline: 0;
}
.queue-filter-input-wrapper {
	/*background-color: #3e3e40;*/
	/*width: 210px;*/
	height: 30px;
	/*padding: 20px;*/
	/*border-bottom: 1px solid #3e3e40;*/
	position: relative;
	float: left;
	margin-left: 7px;
	margin-top: 2px;
}
#queue-filter-clear {
	background: url(/img/search-clear-16.png);
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 11px;
	right: 8px;
	display: none;
}
#queue-filter-clear:hover {
	cursor: pointer;
}
#queue-filter-icon-const {
	position: absolute;
	top: 8px;
	left: 2px;
	color: #949494;
}
#drag-tooltip {
	position: fixed;
	width:80px;
	height:20px;
	display: none;
	z-index: 3000;
	color: #fff;
	background: #1c1c1f;
	font-size: 9px;
}
#drop-here-item-before, #drop-here-item-after {
	width: 100%;
	height: 15px;
	float: left;
	border-bottom: 1px solid #393F50;
	font-family: monospace;
	font-size: 10px;
	color: #eee;
	margin-left: 6px;
	background: #648f00;
	display: none;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}
#drag-cancel-btn {
	width: 65px;
	height: 19px;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	background-color: #ff8d00;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	font-size: 9px;
	display: none;
}
#drag-cancel-btn:focus {
	outline: none;
}
#drop-here-item-before:hover, #drop-here-item-after:hover, #drag-cancel-btn:hover{
	cursor: pointer;
}
#queue-header-options {
	float:left;
	width: 174px;
}
#quick-nav-bar {
	position:absolute;
	top:0;
	left:0;
	width: 200px;
	height:40px;
}

#left-banner-small-rect-upper-com {
	float: left;
	right: 0px;
	height: 50px;
	width: 300px;
	display: block;
}
#left-banner-rect-upper-com {
	float: left;
	right: 0px;
	height: 250px;
	width: 300px;
	margin-top: 10px;
	display: block;
}
#left-banner-rect-lower-com {
	float: left;
	right: 0px;
	height: 250px;
	width: 300px;
	display: block;
	margin-top: 10px;
	display: block;
}
#box-ad-left-com-wrapper {
	right: 0px;
	/*bottom: 50px;
	height: 592px;*/
	width: 300px;
	display: block;
	float: left;
}