/* base layout */
@import url("../fonts/LeagueGothic/stylesheet.css");
/* main css file */
html, body {
	height: 100%;
	font-size: 100%;
	overflow: auto;
}
.wrap {
	/* min-height: 100%; */
	width: 1250px;
	margin: 0 auto -117px; /* negative margin = footer height*/
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.wrap:after {
	content: "";
	display: block;
	height: 117px; /* footer height */
	height: auto;
}
.container {
	margin: 0 auto !important;
	padding: 0;
	width: 1250px;
}
.content {
	float: left;
	position: relative;
}
.footer {
	position: relative;
	margin: 0 auto;
	width: 1250px;
	height: 144px;
	clear:both;
	background: #fff;
	bottom: 0;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/* end base layout */

/* header */

.headerContent {
	position: relative;
	float: left;
	width: 100%;
	height: 74px;
}
#logo {
	float: left;
	position: relative;
}
#logo .logoVersion {
	position: absolute;
	top: 15px;
	left: 152px;
	color: #ffffff;
	font-size: 11px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	background: #f66228;
	padding: 0 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	height: 15px;
	line-height: 15px;
}
#logo .logoTagline {
	position: absolute;
	top: 43px;
	left: 170px;
	color: #404040;
	font-size: 16px;
	font-family: Oswald;
}
#logo img {
	margin-left: 10px;
	margin-top: 15px;
}
#header_nav ul {
	float: right;
	margin: 7px 6px 0 0;
}
#header_nav ul li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin-right: 14px;
}
#header_nav ul li a {
	color: #3E454D;
}
#header_nav ul li a:hover {
	color: #000000;
}
#header_nav ul li.cart {
	margin-right: 0;
}
.cart a {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#header_nav ul li.currDD
{
	padding: 2px 15px 2px 0;
	margin-right: 5px;
	border-left: solid 1px #c3c3c3;
	cursor: pointer;
	position: relative;
	float: right;
	background: url(../images/dd_down.png) right 5px no-repeat;
}
#header_nav ul li.currDD > ul
{
	width: 100%;
	position: absolute;
	left: -5px;
	top: 14px;
	padding: 5px 10px 10px 0;
	background: #fff;
	border: solid 1px #e7e7e7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
}
#header_nav ul li.currDD ul li.currSelected
{
	display: none;
}
#header_nav ul li.currDD.clicked ul
{
	display: block;
}
#header_nav ul li.currDD.clicked
{
	background: url(../images/dd_down.png) right -15px no-repeat;
}
#header_nav ul li.currDD ul li
{
	display: block;
	font-weight: normal;
	margin: 7px 0 0;
}
#header_nav ul li.currDD a.GBP:before
{
	content: "\00a3";
	color: #3f56a6;
	padding: 0 6px 0 15px;
}
#header_nav ul li.currDD a.EUR:before
{
	content: "\20ac";
	color: #e3106e;
	padding: 0 6px 0 15px;
}
#header_nav ul li.currDD a.USD:before
{
	content: "\00024";
	color: #209546;
	padding: 0 6px 0 15px;
}
/* end header */

/* footer */
.footerContent {
	position: relative;
	float: left;
	width: 100%;
	height: 135px;
	background: #e5e6e7;
	margin: 4px 0;
}
#footer_left {
	display: inline-block;
	margin-left: 36px;
	padding-top: 18px;
}
#footer_right {
	display: inline-block;
	float: right;
	margin-right: 36px;
	padding-top: 18px;
	text-align: right;
}
.footer_tile {
	float: left;
	line-height: 10px;
	width: 130px;
}
.footer_tile span {
	font-weight: bold;
	line-height: 26px;
}
.footer_tile a {
	color: #3E454D;
	font-size: 0.75em;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.footer_tile a:hover {
	color: #000000;
}
#facebook {
	font-size: 1em;
	font-weight: bold;
}
#facebook span {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
}
#copyright {
	font-size: 0.625em;
	font-weight: bold;
	margin-top: 40px;
}
/* navigation / filter tabs */

.navigation {
	height: 39px;
}
.navigation ul li {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	width: 100px;
	background: none;
}
.navigation ul li a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	margin-right: 0;
	text-align: center;
	width: 96px;
}
.navigation ul li a:hover {
	opacity: 0.8;
}
.navigation ul li.f_genres a {
	background: #7961AB;
}
.navigation ul li.f_use a {
	background: #b34faf;
}
.navigation ul li.f_tempo a {
	background-color: #209546;
}
.navigation ul li.f_key a {
	background-color: #F89D3E;
}
.navigation ul li.f_motion a {
	background-color: #E85A6D;
}
.navigation ul li.f_emotion a {
	background-color: #1AA4BB;
}
.navigation ul li.f_mood a {
	background-color: #3F56A6;
}
.navigation ul li.f_clarity a {
	background-color: #DA202D;
}
.navigation ul li.f_soundscape {
	width: 120px;
}
.navigation ul li.f_soundscape a {
	background-color: #33B4E7;
	width: 116px;
}
.navigation ul li.f_texture a {
	background-color: #E3106E;
}
.navigation ul li.f_instruments {
	width: 120px;
}
.navigation ul li.f_instruments a {
	background-color: #28A44A;
	width: 116px;
}
.navigation ul li.f_libraries {
	width: 110px;
}
.navigation ul li.f_libraries a {
	background-color: #F66228;
	width: 110px;
}
.f_cont {
	display: none;
	float: left;
	padding: 2px 0 5px 2px;
	width: 1248px;
}
.f_panel {
	height: 100%;
	float: left;
}
.f_panel .f_section_h {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	margin-left: 7px;
	padding-left: 10px;
	padding-top: 5px;
	width: 1230px;
}
.f_panel .f_separator {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	height: 5px;
	width: 100%;
}
.f_panel ul {
	float: left;
}
ul.f_tempo_feel, ul.f_tempo_metre {
	width: 1243px;
}
.f_panel ul li {
	float: left;
	height: 22px;
	margin: 3px 0 0 5px;
}
.f_panel ul li a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.8125em;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	width: 192px;
	float: left;
}
.f_panel ul li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.f_panel ul li a span {
	float: right;
	font-size: 0.6923em;
	margin-right: 6px;
	opacity: 0.5;
}
.f_cont .breadcrumb {
	display: inline-block;
	width: 1237px;
	float: left;
	font-size: 11px;
	color: #fff;
	height: 22px;
	line-height: 22px;
	margin: 1px 0 0 5px;
}
.f_cont .breadcrumb li {
	background: url(../img/breadcrumbArrow.png) 8px 9px no-repeat;
	float: left;
	padding-left: 20px;
}
.f_cont .breadcrumb li:first-child {
	background: none;
	padding-left: 10px;
}
.f_cont .breadcrumb a {
	color: #fff;
	text-decoration: underline;
}
.f_cont .genres_breadcrumb {
	background: #664698;
}
.f_cont .uses_breadcrumb {
	background: #9b3396;
}
.f_genres_cont {
	background-color: #7C5FA8;
}
.f_genres ul li {
	background-color: #664698;
	position: relative;
}
.f_genres ul li a {
	/*width: 190px;*/
	text-indent: 13px;
}
.f_genres ul li a.plus {
	text-indent: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #dad1e6;
	margin: 0;
	padding: 0;
	background: #7459a3;
	border: solid 1px #997bc6;
	-webkit-box-shadow:inset 0 10px 10px 0 #8566ae;
	box-shadow:inset 0 10px 10px 0 #8566ae;
}
.f_genres ul li.darkened a {
	background-color: #29135B;
	color: #614693;
}
.f_genres ul li.selected a {
	background-color: #482979;
}
.f_uses_cont {
	background-color: #B34FAF;
}
.f_uses ul li {
	background-color: #9B3396;
	position: relative;
}
.f_uses ul li a {
	/*width: 190px;*/
	text-indent: 13px;
}
.f_uses ul li a.plus {
	text-indent: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #eed7ed;
	margin: 0;
	padding: 0;
	background: #be6bbb;
	border: solid 1px #d392d1;
	-webkit-box-shadow:inset 0 10px 10px 0 #c67ac4;
	box-shadow:inset 0 10px 10px 0 #c67ac4;
}
.f_uses ul li.darkened a {
	background-color: #5D0957;
	color: #9A3593;
}
.f_uses ul li.selected a {
	background-color: #84217E;
}
.f_tempo_cont {
	background-color: #209546;
}
.f_tempo ul li {
	background-color: #09752A;
}
.f_tempo ul li.darkened a {
	background-color: #013608;
	color: #0B7930;
}
.f_tempo ul li.selected a {
	background-color: #035D20;
}
.f_key_cont {
	background-color: #F89D3E;
}
.f_key ul li {
	background-color: #DB6A04;
}
.f_key ul li.darkened a {
	background-color: #BD2C00;
	color: #DE7000;
}
.f_key ul li.selected a {
	background-color: #CD5606;
}
.f_motion_cont {
	background-color: #E85A6D;
}
.f_motion ul li {
	background-color: #CD2B40;
}
.f_motion ul li.darkened a {
	background-color: #A40710;
	color: #D03143;
}
.f_motion ul li.selected a {
	background-color: #B5162C;
}
.f_emotion_cont {
	background-color: #1AA4BB;
}
.f_emotion ul li {
	background-color: #07849A;
}
.f_emotion ul li.darkened a {
	background-color: #01445E;
	color: #0D8898;
}
.f_emotion ul li.selected a {
	background-color: #036D85;
}
.f_mood_cont {
	background-color: #3F56A6;
}
.f_mood ul li {
	background-color: #263D8B;
}
.f_mood ul li.darkened a {
	background-color: #060E4C;
	color: #2A448F;
}
.f_mood ul li.selected a {
	background-color: #172A6E;
}
.f_clarity_cont {
	background-color: #DA202D;
}
.f_clarity ul li {
	background-color: #B60E1B;
}
.f_clarity ul li.darkened a {
	background-color: #830103;
	color: #B7111D;
}
.f_clarity ul li.selected a {
	background-color: #95010D;
}
.f_soundscape_cont {
	background-color: #33B4E7;
}
.f_soundscape ul li {
	background-color: #1290CB;
}
.f_soundscape ul li.darkened a {
	background-color: #0250A2;
	color: #1193CD;
}
.f_soundscape ul li.selected a {
	background-color: #0178B0;
}
.f_texture_cont {
	background-color: #E3106E;
}
.f_texture ul li {
	background-color: #C10056;
}
.f_texture ul li.darkened a {
	background-color: #94011E;
	color: #BE0058;
}
.f_texture ul li.selected a {
	background-color: #A7014B;
}
.f_instruments_cont {
	background-color: #28A44A;
}
.f_instruments ul li {
	background-color: #128633;
}
.f_instruments ul li.darkened a {
	background-color: #01470B;
	color: #188738;
}
.f_instruments ul li.selected a {
	background-color: #087025;
}
.f_libraries_cont {
	background-color: #F66228;
}
.f_libraries ul li {
	background-color: #DA4620;
    text-transform: uppercase;
}
.f_libraries ul li.darkened a {
	background-color: #B91303;
	color: #E0402A;
}
.f_libraries ul li.selected a {
	background-color: #C3340C;
}
.f_libraries_cont ul.alphabet {
	color: rgba(255, 255, 255, 0.4);
	font-weight: bold;
	margin: 0 0 0 5px;
	padding-top: 7px;
	width: 1245px;
}
.f_libraries_cont ul.alphabet li {
	border-left: 1px solid #FFFFFF;
	float: left;
	margin-bottom: 0;
	text-align: center;
	width: 3.62%;
}
.f_libraries_cont ul.alphabet li:first-child {
	border-left: medium none;
}
.f_libraries_cont ul.alphabet li a {
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	width: 90%;
}
.f_libraries_cont ul.alphabet li a:hover {
	background-color: #D9461F;
	color: #FFFFFF;
}
.f_libraries_cont ul.alphabet li.selected a:hover {
	background-color: #F66228;
	color: #AB2B09;
}
.f_libraries_cont ul.alphabet li.selected a {
	color: #AB2B09;
}
/* end navigation / filter tabs */


/* search */
.searchHolder {
	width: 100%;
	min-height: 62px;
	background: #e5e6e8;
	float: left;
	position: relative;
	clear: both;
}
.searchHolder .autocompleteContent {
	background: #ffffff none repeat scroll 0 0 !important;
	border: solid 1px #d3d3d3 !important;
	width: 990px !important;
	height: auto !important;
	max-height: 300px !important;
	left: 5px !important;
	top: 58px !important;
	overflow: auto;
}
.searchHolder .autocompleteContentUl {
	padding: 0;
	margin: 0;
	font-size: 15px;
}
.searchHolder .autocompleteContentUl li {
	padding: 3px 6px;
	margin: 0;
}
.searchHolder .autocompleteContentUl li.autocompletemt a {
	color: #e85a6d;
}
.searchHolder .autocompleteContentUl li.autocompleteem a {
	color: #1aa4bb;
}
.searchHolder .autocompleteContentUl li.autocompletemd a {
	color: #3f56a6;
}
.searchHolder .autocompleteContentUl li.autocompletecl a {
	color: #da202d;
}
.searchHolder .autocompleteContentUl li.autocompleteso a {
	color: #33b4e7;
}
.searchHolder .autocompleteContentUl li.autocompletetx a {
	color: #e3106e;
}
.searchHolder .autocompleteContentUl li.autocompletein a {
	color: #28a44a;
}
.searchHolder .autocompleteContentUl li.autocompletege a {
	color: #7961ab;
}
.searchHolder .autocompleteContentUl li.autocompleteus a {
	color: #b34faf;
}
.searchHolder .autocompleteContentUl li.autocompleteli a {
	color: #f66228;
}
.searchHolder .autocompleteContentUl li:hover, .searchHolder .autocompleteContentUl .keyHover {
	background: #79b8c3;
}
.searchHolder .autocompleteContentUl li:hover a, .searchHolder .autocompleteContentUl .keyHover a {
	color: #fff !important;
}
.searchInput {
	float: left;
	margin: 5px 0 5px 5px;
	height: 50px;
	width: 1015px; /**/
	width: 992px; /**/
	background: #fff;
	border: solid 1px #d3d3d3;
	-webkit-box-shadow:inset 0 2px 5px 0 #dadada;
	box-shadow:inset 0 2px 5px 0 #dadada;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchInput.searchBoxEmpty, .advancedSearch.searchBoxEmpty
{
	border: solid 1px #DA202D;
}
.searchInput input {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 100px !important;
	height: 5px !important;
	font-size: 3px !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: #fff !important;
	border: none !important;
	z-index: 1;
}
.searchInput .valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 5px;
	background-color: #fff;
	z-index: 2;
}
.searchInput .valign.focus span.siInputCursor {
	border-left: 1px solid #000;
}
.searchInput .valign .siWrapper span {
	cursor: pointer;
}
.searchInput .valign .siWrapper {
	white-space: pre;
}
.searchInput .valign > .siClick {
	white-space: pre;
}
.searchInput span {
	font-size: 15px;
}
.searchInput span.genres {
	color: #664698;
}
.searchInput span.use {
	color: #9B3396;
}
.searchInput span.tempo {
	color: #09752A;
}
.searchInput span.key {
	color: #DB6A04;
}
.searchInput span.motion {
	color: #CD2B40;
}
.searchInput span.emotion {
	color: #07849A;
}
.searchInput span.mood {
	color: #263D8B;
}
.searchInput span.clarity {
	color: #B60E1B;
}
.searchInput span.soundscape {
	color: #1290CB;
}
.searchInput span.texture {
	color: #C10056;
}
.searchInput span.instruments {
	color: #128633;
}
.searchInput span.libraries {
	color: #DA4620;
}
.searchSelectHolder {
	float: left;
	margin: 5px 0 5px 4px;
	height: 50px;
	width: 130px; /**/
	width: 158px; /**/
	background: #fff;
	border: solid 1px #d3d3d3;
	-webkit-box-shadow:inset 0 2px 5px 0 #dadada;
	box-shadow:inset 0 2px 5px 0 #dadada;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchSelect {
	height: 20px;
	border: none;
	background: Transparent;
	width: 117px; /**/
	width: 147px; /**/
	margin: 15px 0 0 5px;
	color: #000;
	font-size: 12px;
}
.searchButton {
	float: left;
	height: 50px;
	width: 82px;
	display: block;
	margin: 5px 0 5px 4px;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow:inset 0 25px 5px 0 #414141;
	box-shadow:inset 0 25px 5px 0 #414141;
	background: #020202;
	border: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchButton img {
	padding-top: 12px;
}
/* end search */

/* home content */
#content_left {
	float: left;
	margin: 4px 4px 0 0;
	width: 624px;
	height: 660px;
	overflow: hidden;
	position: relative;
}
#hero_title {
	color: #FFFFFF;
	/*font-family: "Tungsten", "Impact", Helvetica, Arial, sans-serif;*/
	font-family: Roboto Condensed;
	font-family: Oswald;
	font-weight: bold;
	font-size: 3.75em;
	left: 40px;
	line-height: 60px;
	position: absolute;
	text-transform: uppercase;
	top: 40px;
}
.tile_title {
	background-color: #FFFFFF;
	color: #5D5D5D;
	font-size: 24px;
	font-size: 1.5em;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	padding-left: 10px;
	padding-right: 14px;
	position: absolute;
	text-transform: uppercase;
	top: 23px;
}
#content_left .blurb {
	color: #2C2C2C;
	font-size: 1.25em;
	line-height: 1.25em;
	position: absolute;
	left: 20px;
	top: 390px; /**************/
	width: 470px; /************/
}
.homeBanner {
	float: left;
	margin: 4px 4px 0 0;
	width: 247px;
	height: 660px;
	position: relative;
	overflow: hidden;
}
.homeBanner.bannerLeft {
	margin: 4px 0 0 0;
	clear: left;
}
.homeBanner.bannerLeft .blurb, .homeBanner.bannerRight .blurb {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	left: 20px;
	top: 85px;
	position: absolute;
	width: 190px;
}
.homeBanner.bannerLeft .blurb {
    top: 70px;
}
.homeBanner.bannerRight .blurb {
	top: 250px;
}
#content_left .arrow {
	bottom: 112px;
	position: absolute;
	right: 24px;
}
.content_link {
	background-color: #FFFFFF;
	height: 30px;
	margin-top: -36px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 126px;
}
.content_link a {
	background-color: #F89A40;
	color: #FFFFFF;
	height: 100%;
	line-height: 31px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.content_link a:hover {
	opacity: 0.8;
}
/* end home content */



 .resultsheader {
	float: left;
	position: relative;
	width: 100%;
}
.resultsheader p {
	font-size: 0.8125em;
	padding: 10px;
	margin: 0 0 10px;
}
.resultsheader p a {
	text-decoration: underline;
}
.resultsheader .sort, .resultsheader .licence {
	float: left;
}
.resultsheader .label {
	float: left;
	font-size: 0.625em;
	font-weight: bold;
	text-transform: uppercase;
}
.licence div .label
{
	display: block;
	width: 100%;
	margin-top: 8px;
}
.resultsheader .licenseAll, .resultsheader .licenseFilm, .resultsheader .licenseAdvertisig
{
	float: left;
}
.resultsheader .licenseAll
{
	width: 230px;
}
.resultsheader .licenseFilm
{
	width: 170px;
}
.resultsheader .licenseAdvertisig
{
	width: 280px;
}
.resultsheader .sort {
	height: 60px;
	width: 200px;
	margin-left: 10px;
}
.resultsheader .sort .dropdown {
	float: left;
	margin: 10px 0 0;
}
.resultsheader .licence {
	margin-left: 70px;
}
.resultsheader .licence a.info {
	background: url("../img/infoButton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 14px;
	margin: -2px 0 0 8px;
	width: 14px;
}
input.checkbox[type="checkbox"] {
	display: none;
}
input.checkbox[type="checkbox"] + label.checkboxLabel {
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	height: 14px;
	line-height: 14px;
	padding-left: 20px;
	margin-right: 10px;
}
input.checkbox[type="checkbox"]:checked + label.checkboxLabel {
	background-position: 0 -14px;
}
label.checkboxLabel {
	-moz-user-select: none;
	background-image: url("../img/cboxBgr.png");
}
.resultsheader .licence label.checkboxLabel{
	background-image: url("../img/radioBgr.png");
}
.resultsheader .licence label.checkboxLabel {
    margin-left: -5px;
}
.resultsheader .licence form {
	clear: left;
}
.resultsheader .licence .checkboxLabel span {
	font-size: 11px;
	margin-left: 5px;
}
.resultsheader .licence ul {
	float: left;
	margin: 5px 0 0 5px;
}
.resultsheader .licence ul li {
	margin: 0;
}
.resnav {
	float: left;
	padding: 10px;
	margin: 10px 0 0;
	width: 100%;
	font-size: 0.8125em;
	font-weight: bold;
	border-top: solid 1px #e5e6e8;
	height: 20px;
	line-height: 20px;
}
.staticPageContent .resnav {
	width: 1010px;
	margin: 0;
}
.resnav .curpage {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #999999;
	color: #444444;
	padding: 1px 3px;
}
.resnav a, .resnav a:visited {
	background: none repeat scroll 0 0 #e5e6e8;
	border: 1px solid #999999;
	color: #444444;
	outline: medium none;
	padding: 1px 3px;
	text-decoration: none !important;
}
.resnav a:hover {
	background: none repeat scroll 0 0 #535353;
	border: 1px solid #777777;
	color: #FFFFFF;
	padding: 3px;
}
.resPerPage {
	float: right;
	width: 215px;
}
.resPerPage .label {
	margin-right: 5px;
	text-align: right;
	font-size: inherit;
	text-transform: none;
}
.resPerPage .ddSmall /******************/ {
	float: left;
	width: 165px;
}
/* basic table */
table {
	float: left;
	text-align: left;
	width: 100%;
}
table tr:nth-child(2n) {
	background-color: #E5E6E7;
}
table tr.headerrow {
	border-top: 1px solid #e5e6e8;
	height: 32px;
	vertical-align: middle;
}
table th {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 0.625em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}
table th, table td {
	padding: 8px 5px;
}
table td {
	font-size: 0.8125em;
	vertical-align: middle;
	line-height: 1.3em;
}
table td a {
	font-weight: bold;
	text-decoration: none !important;
}
table td .projectName {
/*font-weight: bold;*/
}
/* end basic table */
/* search results table */
.searchResultsTableContainer {
	width: 979px;
}
.searchResultsTableContainer table .streamingPrice
{
	color: #209546 !important;
}
.searchResultsTableContainer table .broadcastPrice
{
	color: #B34FAF !important;
}
.searchResultsTableContainer table th
{
	vertical-align: top !important;
}
.searchResultsTableContainer table th .streamingPrice, .searchResultsTableContainer table th .broadcastPrice
{
	text-transform: none !important;
}
.searchResultsTableContainer table th:first-child, .searchResultsTableContainer table td:first-child {
	padding: 8px 0 8px 10px;
}
.searchResultsTableContainer table tr th:nth-of-type(3) {
	width: 50px;
}
.searchResultsTableContainer table tr th:nth-of-type(4) {
	width: 50px;
}
.searchResultsTableContainer table tr .track_title {
	font-weight: bold;
	font-size: 1.077;
}
.searchResultsTableContainer table th .legend
{
	float: right;
}
.searchResultsTableContainer table th .legend span
{
	text-transform: none;
	margin-right: 12px;
	font-size: 11px;
	font-weight: normal;
}
.searchResultsTableContainer .iconProduction, 
.searchResultsTableContainer .iconCommercial,
.searchResultsTableContainer .iconSoundFX,
.rateCardTable .iconProduction,
.rateCardTable .iconCommercial
{
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px !important;
}
.searchResultsTableContainer .iconProduction,
.rateCardTable .iconProduction
{
	background: #e85a6d;
}
.searchResultsTableContainer .iconCommercial,
.rateCardTable .iconCommercial
{
	background: #1aa4bb;
}
.searchResultsTableContainer .iconSoundFX,
.rateCardTable .iconSoundFX
{
	background: #28a44a;
}
.searchResultsTableContainer .trackPrices
{
	color: #444 !important;
	font-size: 11px;
}
.searchResultsTableContainer .hover_controlbox {
	display: block;
	height: 40px;
	left: 0;
	opacity: 0;
	padding: 8px 2% 8px 0;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 98%;
	text-align: right;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1 );
}
table tr:nth-child(2n) .hover_controlbox {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 230, 231, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(229, 230, 231, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 230, 231, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 230, 231, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 230, 231, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 230, 231, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e5e6e7', GradientType=1 );
}
.searchResultsTableContainer .track_description {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}
.searchResultsTableContainer .hover_controlbox:hover {
	opacity: 1;
}
/* production table */
table#production, table#production th, table#production td {
/*border: none !important;*/
}
table#production th, table#production td {
	padding: 8px 5px !important;
}
table.myaccount-data, table.myaccount-data tr td {
	border: none !important;
}
table.myaccount-data tr {
	background: Transparent !important;
}
table.myaccount-data tr td:nth-of-type(1) {
	font-size: 0.6875em;
	font-weight: bold;
	margin: 0 0 8px;
	text-transform: uppercase;
	width: 166px !important;
	border: none;
}
table.myaccount-data tr td:nth-of-type(2) {
	border-bottom: 1px dashed #c0c0c0 !important;
	width: 200px;
}
/********************/
/* icons */
.hover_controlbox a {
	width: 14px;
	height: 16px;
	margin: 12px 3px;
	display: inline-block;
}
.hover_controlbox .action_icon_details {
	background: url(../img/sr-details.png) 0 0 no-repeat !important;
}
.hover_controlbox .action_icon_download {
	background: url(../img/sr-download.png) 0 0 no-repeat !important;
}
.hover_controlbox .action_icon_pldownload {
    height: 28px;
    position: relative;
    top: -10px;
	background: url(../img/sr-download.png) 1px 12px no-repeat !important;
    color: #505050;
    font-size: 10px;
    font-weight: normal;
    text-align: center;

}
.hover_controlbox .action_icon_download.action_icon_download_high {
	background: url(../img/sr-download.png) 0 0 no-repeat !important;
}
.hover_controlbox .action_icon_download_dsbld {
	background: url(../img/sr-download.png) 0 -16px no-repeat !important;
	cursor: default;
}
.hover_controlbox .action_icon_add2pl {
	background: url(../img/sr-add2pl.png) 0 0 no-repeat !important;
}
.hover_controlbox .action_icon_edits {
	background: url(../img/sr-edits.png) 0 0 no-repeat !important;
}
.hover_controlbox .action_icon_edits_dsbld {
	background: url(../img/sr-edits.png) 0 -16px no-repeat !important;
	cursor: default;
}
/* send search results table */


.action_icon_play, .action_icon_play:visited {
	background-image: url("../images/play.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	margin-right: 1px;
	width: 23px;
}
.action_icon_play:hover {
	background-position: -23px center;
}
.action_icon_play.disabled, .action_icon_play.disabled:visited {
    opacity: 0.7;
}
.prev.disabled, .pause.disabled , .next.disabled{
    opacity: 0.7;
    background-color: #00F;
}
.action_icon_play.disabled.current, .action_icon_play.disabled.current:visited {
    background-color: #00F;
}
.sidebar {
	background: none repeat scroll 0 0 #92989E;
	margin-top: 4px;
	position: relative;
	width: 267px;
	width: 248px;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
#profile .sidebar, #static .sidebar {
	float: left;
	width: 220px;
}
.sidebar-left {
	float: left;
	margin-right: 4px;
}
.sidebar-right {
	float: right;
}
/* vanja sidebar audio player*/
#player-wrapper {
	float: left;
	height: 67px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}
.staticPageHeader #player-wrapper {
	float: right;
	width: 267px;
	border-bottom: none;
	background: #92989E;
	position: relative;
	left: 0;
	top: 0;
}
a.popupPlayerTrigger {
	position: absolute;
	right: 10px;
	top: 70px;
	font-size: 0.625em;
	text-transform: uppercase;
	z-index: 11;
}
#player-wrapper a.playerClose {
	display: block;
	width: 7px;
	height: 8px;
	background: url(../img/playerClose.png) 0 0 no-repeat;
	position: absolute;
	top: 8px;
	right: 8px;
}
#player-broken.error {
	height: 57px;
	width: 96%;
	padding: 5px 2%;
	background: #f89a40;
	color: #ffffff;
	line-height: normal;
	font-size: 0.75em;
}
#player-wrapper .default, #player-wrapper .seek, #player-wrapper .dropdown, #player-wrapper .mid .divider {
	display: none;
}
#player-wrapper .prev {
	width: 12px;
	height: 14px;
	display: block;
	position: absolute;
	top: 27px;
	left: 10px;
}
#player-wrapper .next {
	width: 12px;
	height: 14px;
	display: block;
	position: absolute;
	top: 27px;
	left: 48px;
}
#player-wrapper .prev span, #player-wrapper .next span {
	width: 12px;
	height: 14px;
	display: block;
}
#player-wrapper .prev span {
	background: url(../img/iconPlayerPrev.png) 0 0 no-repeat;
}
#player-wrapper .next span {
	background: url(../img/iconPlayerNext.png) 0 0 no-repeat;
}
#player-wrapper .pauseplay {
	width: 11px;
	height: 21px;
	display: block;
	position: absolute;
	top: 24px;
	left: 30px;
}
#player-wrapper .pauseplay span {
	width: 11px;
	height: 21px;
	display: block;
	background: url(../img/iconPlayerPlay.png) 0 0 no-repeat;
}
#player-wrapper .pauseplay span.playing {
	background: url(../img/iconPlayerPause.png) 0 0 no-repeat;
}
#player-wrapper .info {
	left: 67px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 138px;
}
#player-wrapper .info .caption {
	color: #E4E4E4;
	display: inline;
	font-size: 0.8125em;
	font-weight: bold;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}
#player-wrapper .time, #player-wrapper .totalTime, #player-wrapper .divider {
	float: left;
	color: #333333;
	line-height: normal;
	font-size: 0.8125em;
}
#player-wrapper .right .divider {
	margin: 33px 5px 0 125px;
}
#player-wrapper .right .time {
	margin: 33px 0 0;
}
#player-wrapper .mute {
	width: 11px;
	height: 15px;
	display: block;
	background: url(../img/iconPlayerSpeaker.png) 0 0 no-repeat;
	position: absolute;
	right: 50px;
	top: 26px;
}
#player-wrapper .mute.active {
	background: url(../img/iconPlayerSpeakerMuted.png) 0 0 no-repeat;
}
#player-wrapper .volume {
	display: block;
	width: 36px;
	height: 5px;
	background: #333333 url(../img/playerVolumeIndicator.png) -36px 0 no-repeat;
	position: absolute;
	right: 10px;
	top: 31px;
}
/*****************************/

/* vanja sidebar project manipulation */

.sidebar a.createProjectTrigger {
	display: block;
	color: #ffffff;
	font-size: 0.9375em;
	font-weight: bold;
	margin: 80px 7px 0;
	width: 243px;
	height: 26px;
	line-height: 26px;
	padding: 5px;
}
.sidebar .tBoxNewProject {
	width: 254px;
	position: absolute;
	left: 7px;
	top: 120px;
	z-index: 12;
}
.sidebar .tBoxNewProject input {
	float: left;
}
.sidebar .tBoxNewProject input[type="text"] {
	margin: 0;
	padding: 8px 2%;
	border: none;
	background: #e6e6e6;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 76%;
}
.sidebar .tBoxNewProject input[type="button"] {
	margin: 0;
	padding: 9px 0;
	border: none;
	background: #f89a40;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 20%;
	color: #ffffff;
	text-shadow: none;
}
a.selectProjectTrigger {
	background: url("../img/ddArrow.png") no-repeat scroll 220px 12px #7E858B;
	color: #FFFFFF;
	display: block;
	font-size: 0.9375em;
	font-weight: bold;
	width: 243px;
	height: 31px;
	line-height: 31px;
	padding: 0 5px;
	position: absolute;
	top: 120px;
	left: 7px;
}
.sidebar .selectProjectWrapper {
	position: absolute;
	left: 0;
	top: 67px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.sidebar .selectProjectWrapper ul {
	margin: 86px 0 0 7px;
	padding: 0;
}
.sidebar .selectProjectWrapper ul li {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.sidebar .selectProjectWrapper ul li a {
	background: #7E858B;
	color: #FFFFFF;
	display: block;
	font-size: 0.9375em;
	font-weight: bold;
	width: 243px;
	height: 31px;
	line-height: 31px;
	padding: 0 5px;
}
.sidebar .selectProjectWrapper ul li:nth-child(odd) a {
	background: #92989e;
}
/* vanja sidebar playlist */
body#playlist {
	background: Transparent;
}
.sidebar .playlist {
	width: 267px;
	width: 246px;
	float: left;
	margin: 0;
}
#importTracks .playlist {
	width: 500px;
	float: left;
	margin: -5px 30px 0;
}
.playlist .message {
}
.playlistItem {
	width: 100%;
	height: 54px;
}
.playlistItem:nth-child(odd) {
	background: #7e858b;
}
#importTracks .playlistItem:nth-child(odd) {
	background: #e5e6e8;
}
.playlistItem .action_icon_play {
	float: left;
	margin: 5px 5px 0;
}
.playlistItem .action_icon_play.current.disabled {
    background-color: #FFF;
}
.playlistItem .playlistItemTitle {
	float: left;
	margin: 7px 5px 0;
	font-size: 0.8125em;
	line-height: 20px;
	font-weight: bold;
	color: #e4e4e4;
	width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.playlistItem .trackLength
{
	float: left;
	clear: left;
	color: #e4e4e4;
	font-size: 0.6875em;
	margin: 0 0 0 43px;
}
#importTracks .playlistItem .playlistItemTitle {
	color: #333333;
	width: 400px;
}
.playlistItem .playlistTools {
	float: right;
	height: 23px;
	margin: 0 7px 0 0;
}
.playlistItem .playlistTools .action_moveupdown {
	float: left;
	width: 20px;
}
.playlistItem .playlistTools a {
	float: left;
	width: 14px;
	height: 16px;
	margin: 0 3px;
	margin-top: 4px;
}
.playlistItem .playlistTools .action_moveupdown a {
	float: left;
	width: 14px;
	height: 8px;
}
.playlistItem .playlistTools .action_moveupdown a.action_icon_moveup_2 {
	background: url(../img/iconPlaylistMoveup.png) 0 0 no-repeat !important;
}
.playlistItem .playlistTools .action_moveupdown a.action_icon_movedown_2 {
	background: url(../img/iconPlaylistMovedown.png) 0 0 no-repeat !important;
	margin-top: 2px;
}
.playlistItem .playlistTools .action_moveupdown a.action_icon_moveup_2_dsbld {
	background: url(../img/iconPlaylistMoveup.png) 0 -8px no-repeat !important;
	cursor: default;
}
.playlistItem .playlistTools .action_moveupdown a.action_icon_movedown_2_dsbld {
	background: url(../img/iconPlaylistMovedown.png) 0 -8px no-repeat !important;
	margin-top: 1px;
	cursor: default;
}
#importTracks .playlistItem .playlistTools .action_moveupdown a.action_icon_moveup_2_dsbld {
	background: url(../img/iconImportTracksMoveup.png) 0 -8px no-repeat !important;
	cursor: default;
}
#importTracks .playlistItem .playlistTools .action_moveupdown a.action_icon_movedown_2_dsbld {
	background: url(../img/iconImportTracksMovedown.png) 0 -8px no-repeat !important;
	margin-top: 1px;
	cursor: default;
}
.playlistItem .playlistTools .action_icon_edits {
	background: url(../img/iconPlaylistEdits.png) 0 0 no-repeat !important;
}
.playlistItem .playlistTools .action_icon_edits_dsbld {
	background: url(../img/iconPlaylistEdits.png) 0 -16px no-repeat !important;
	cursor: default;
}
#importTracks .playlistItem .playlistTools .action_icon_edits_dsbld {
	background: url(../img/iconImportTracksEdits.png) 0 -16px no-repeat !important;
	cursor: default;
}
.playlistItem .playlistTools .action_icon_download {
	background: url(../img/iconPlaylistDownload.png) 0 0 no-repeat !important;
}
.playlistItem .playlistTools .action_icon_download_dsbld {
	background: url(../img/iconPlaylistDownload.png) 0 -16px no-repeat !important;
	cursor: default;
}
#importTracks .playlistItem .playlistTools .action_icon_download_dsbld {
	background: url(../img/iconImportTracksDownload.png) 0 -16px no-repeat !important;
	cursor: default;
}
.playlistItem .playlistTools .action_icon_remove {
	background: url(../img/iconPlaylistRemove.png) 0 0 no-repeat !important;
}
.playlistItem .playlistTools .action_icon_remove_dsbld {
	background: url(../img/iconPlaylistRemove.png) 0 -16px no-repeat !important;
	cursor: default;
}
#importTracks .playlistItem .playlistTools .action_icon_remove_dsbld {
	background: url(../img/iconImportTracksRemove.png) 0 -16px no-repeat !important;
	cursor: default;
}
.playlistItem .playlistTools .action_icon_buy {
	width: 23px;
	height: 23px;
	margin-top: 0;
	background: url(../images/shopping.png) 0 0 no-repeat !important;
}
.playlistItem .playlistTools .action_icon_trackDetails {
	background: url(../img/iconSheet.png) 0 0 no-repeat !important;
}
/**************************/
span.strong {
	font-weight: bold;
}
.staticPageContainer {
/*overflow: hidden;*/
}
.staticPage {/*
	margin-bottom: -99999px;
	padding-bottom: 99999px;*/
}
.staticPageHeader {
	background: #e5e6e7;
	width: 983px;
	width: 998px;
	height: 67px;
	float: right;
	margin-top: 4px;
}
.staticPageHeader.floatLeft {
	float: left;
}
#signup .staticPageHeader, #login_page .staticPageHeader {
	float: left;
	width: 100%;
}
.staticPageHeader .title {
	float: left;
	font-size: 1.375em;
	font-weight: bold;
	padding: 20px;
}
.staticPageContent {
	width: 983px;
	width: 998px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
#signup .staticPageContent, #login_page .staticPageContent, #marketing .staticPageContent {
	float: left;
	width: 100%;
}
.staticPageContent p {
	padding: 10px 20px;
	font-size: 0.8125em;
	line-height: 1.5em;
	float: left;
	clear: both;
}
.profilePage p {
	padding: 30px 20px 10px;
}
.staticPageContent span.eas.mt.button {
	clear: both;
	float: left;
	font-size: 0.8125em;
	padding: 10px 20px;
}
.staticPageContent.licensing h1.svhead, .staticPageContent.licensing h1.mainhead, .staticPageContent.licensing p.moddate, .staticPageContent.tcs h1.svhead, .staticPageContent.tcs h1.mainhead, .staticPageContent.tcs p.moddate, .staticPageContent.policy h1.svhead, .staticPageContent.policy h1.mainhead, .staticPageContent.policy p.moddate {
	text-align: center;
	float: none;
}
.staticPageContent.licensing h1.mainhead, .staticPageContent.tcs h1.mainhead, .staticPageContent.policy h1.mainhead {
	margin-top: 0;
	font-size:  1.625em;
	font-weight: normal;
}
.staticPageContent.licensing p.moddate, .staticPageContent.tcs p.moddate, .staticPageContent.policy p.moddate {
	padding-top: 0;
}
.staticPageContent.licensing h4, .staticPageContent.tcs h4, .staticPageContent.policy h4 {
	margin: 30px 20px 0;
	padding: 0;
	line-height: normal;
	font-size: 1.125em;
}
/*blockquote h4 {
	margin-top: 30px !important;
}*/
.staticPageContent ul {
	margin: 15px 40px 0;
	list-style: inside;
	float: left;
	clear: both;
}
.staticPageContent > ul li, .staticPageContent > ol li {
	font-size: 0.8125em;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.staticPageContent ol li {
	float: left;
}
.staticPageContent ul li ul {
	clear: none;
	float: none;
	list-style: none inside none;
	margin: 0 0 0 15px;
}
.staticPageContent ul li ul li, .staticPageContent ol li ol li {
	font-size: 0.9230em;
	line-height: normal;
	margin-bottom: 0;
}
.staticPageContent ol {
	margin: 15px 40px 0 50px;
	list-style: decimal outside;
	float: left;
	clear: both;
}
.staticPageContent ol li ol {
	clear: none;
	float: none;
	list-style: decimal inside;
	margin: 0 0 0 15px;
}
.staticPageContent ol li p.question, .staticPageContent ol li p.answer {
	font-weight: bold;
	float: none;
	font-size: 1em;
	padding: 0;
}
.staticPageContent ol li p.answer {
	font-weight: normal;
}
.staticPageContent ul p, .staticPageContent ol p {
	padding: 0 0 10px;
}
.staticPageContent p.note {
	font-style: italic;
}
.staticPageContent a {
	text-decoration: underline;
}
/***********************/
/* vanja submenu */

h1.submenuTitle {
	float: left;
	font-size: 1.375em;
	font-weight: bold;
	padding: 20px;
	margin: 0;
	line-height: normal;
	color: #e5e6e8;
	width: 227px;
}
h2.submenuSubtitle {
	float: left;
	font-size: 0.8125em;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: normal;
	color: #fff;
	width: 227px;
}
ul.submenu {
	float: left;
	padding: 0 20px 20px;
	margin: 0;
	font-size: 0.8125em;
}
ul.submenu li {
	line-height: normal;
	margin: 4px 0 0;
}
ul.submenu li a {
	color: #333333;
}
ul.submenu li a:hover, ul.submenu li a.selected {
	color: #e5e6e8;
}
ul.submenu li a.selected {
	cursor: default;
}
ul.submenu li ul {
	margin-left: 10px;
	padding-bottom: 5px;
	font-size: 0.923em;
}
.a.tutorial {
	margin-right: 20px;
}
/*****************/

/* vanja profile */
.profileForm {
	margin: 0;
	padding: 0 0 50px;
	float: left;
	width: 100%;
}
.profileForm h2 {
	margin: 20px 0 0;
	padding: 7px 0;
	line-height: normal;
	font-size: 1.125em;
	font-weight: bold;
}
.formItemInput {
	float: left;
	height: 30px;
	margin: 0 0 8px;
	position: relative;
}
span.verifyWat
{
	position: absolute;
	top: 0;
	left: calc(100% + 110px);
}
.formItemValue {
	float: left;
	height: 30px;
	margin: 0 0 8px;
	font-size: 0.75em;
	line-height: 30px;
}
.formItemLabel {
	font-size: 0.6875em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.formItemLabel .formItemLabelSpan {
	display: inline-block;
	line-height: 14px;
}
.profileForm .formItemLabel {
	width: 166px;
	float: left;
	clear: left;
	line-height: 30px;
}
.profileForm .formItemLabel.fullwidth {
	width: 100%;
}
.verification {
	color: #FF0000;
	position: absolute;
	right: -310px;
	top: 0;
	font-size: 0.75em;
	display: block;
	min-height: 30px;
	vertical-align: middle;
}
.formWarning {
	float: left;
	width: 100%;
	background: #F89A40;
	margin-bottom: 15px;
}
.formWarning p, .cueSheetCompleted .formWarning p {
	padding: 5px;
	color: #fff;
	font-size: 0.75em;
	margin: 0;
}
.cueSheetCompleted .formWarning p {
	padding: 8px;
}
.formWarning p a {
	color: #fff;
}
.formButtons {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
}
a.formButton, .formButtons button, .libraryExport button {
	color: #fff;
	background: #f89a40;
	padding: 8px 5px;
	display: block;
	text-align: center;
	font-size: 0.9375em;
	margin-left: 2px;
	width: 110px;
	float: right;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.pageFormButtons {
	width: 100%;
	clear: both;
}
.pageFormButtons button {
	color: #fff;
	background: #f89a40;
	padding: 8px 5px;
	display: block;
	text-align: center;
	font-size: 0.9375em;
	font-weight: bold;
	margin-left: 2px;
	width: 110px;
	float: right;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.libraryExport button {
	float: left;
	width: auto;
	margin: 20px;
}
.profileForm .checkboxLabel {
	/*font-size: 0.84615em;
	font-weight: bold !important;*/
	margin: 10px 10px 0 0;
	font-size: 0.75em;
}
.col1 {
}
.col2 {
	width: 465px;
	margin-left: 25px;
}
.colLeft {
	float: left;
}
.colRight {
	float: right;
}
/* urediti kasnije */
.companyData, .companyContact, .companyPerson, paymentInfo, .usersAdministration, .primaryData {
	float: left;
	margin-left: 20px;
}
.companyPerson {
	clear: both;
}
.companyContact, .paymentInfo {
	margin-left: 50px;
}
.signupForm .primaryData, .signupForm .companyData {
	margin-left: 80px;
}
.signupForm .agreementConfirmation {
	float: left;
	margin: 20px 0 0 80px;
}
.signupForm .agreementConfirmation label {
	font-weight: normal;
	display: inline;
}
.signupForm .agreementConfirmation a {
	font-size: 0.8125em;
}
.signupForm .noteRequired {
	float: left;
	margin: 20px 0 0 80px;
	font-size: 0.8125em;
	font-style: italic;
}
.signupForm button {
	width: auto;
	padding: 8px 15px;
}
.usersSummary {
	float: left;
	margin: 15px 10px;
}
.usersSummary a {
	background: #f89d3e url(../images/iconAddWhite.png) 8px 8px no-repeat;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	margin-left: 10px;
	padding: 5px 10px 5px 22px;
	text-decoration: none;
}
#profile table .check {
	display: block;
	width: 18px;
	height: 13px;
	background: url(../img/check.png) 0 0 no-repeat;
	float: right;
	margin-right: -10px;
}
/* end urediti kasnije */
/****************/


input[type="text"], input[type="password"], input[type="email"], textarea {
	background: #e5e6e8;
	border: none;
	color: #333333;
	padding: 7px 5px;
	/*width: 96%;*/
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 1em;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: none;
	color: #333333;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}
/*input[type="text"].long, input[type="email"].long, input[type="password"].long {
	width: 490px;
	float: left;
}*/
/*input[type="text"].midlong, input[type="email"].midlong, input[type="password"].midlong {
	width: 340px;
	float: left;
}*/
/*input[type="text"].mid, input[type="email"].mid, input[type="password"].mid {
	width: 180px;
	float: left;
}*/
.adminPwd {
	width: 520px;
}
.adminPwd input {
	width: 150px !important;
	float: left !important;
}
.adminPwdLabel {
	float: right !important;
	clear: none !important;
	width: 340px !important;
}
/*input[type="text"].short, input[type="email"].short, input[type="password"].short {
	width: 26px;
	float: left;
}*/
.inputLabel {
	float: left;
	padding: 0 4px;
	font-size: 0.75em;
	height: 30px;
	line-height: 30px;
}
.short input {
	width: 26px;
	text-align: center;
}
.short .selectric-container {
	width: 50px !important;
}
.mid input {
	width: 180px;
}
.mid .selectric-container {
	width: 190px !important;
}
.midlong input {
	width: 270px;
}
.midlong .selectric-container {
	width: 400px !important;
}
.long input {
	width: 520px;
}
.long .selectric-container {
	width: 530px !important;
}
/* vanja rate card page*/
#ratecard .staticPageContent {
	float: left;
	padding-top: 6px;
	padding-bottom: 20px;
}
.introRateCard {
	float: left;
	color: #666666;
	width: 998px;
}
.introRateCard p {
	float: left;
	width: 100%;
	line-height: 130%;
	padding: 0;
	font-size: 16px;
	font-style: italic;
}
.introRateCard ul {
	float: left;
	padding: 0 0 30px 12px;
	margin: 20px 0 0;
	list-style: none;
	clear: none;
	font-size: 17px;
	font-weight: bold;
}
.introRateCard ul li {
	margin: 0 13px;
	padding: 50px 15px 0;
	display: inline-block;
	float: left;
	width: 186px;
	height: 228px;
	background: url(../images/rc-intro-bgr02.png) 0 0 no-repeat;
	color: #f66228;
	text-align: center;
	letter-spacing: -0.02em;
	line-height: 130%;
}
/*.introRateCard ul li:nth-of-type(3) {
	padding-top: 25px;
	height: 253px;
}*/
.introRateCard ul li:nth-of-type(1), .introRateCard ul li:nth-of-type(3) {
	background: url(../images/rc-intro-bgr01.png) 0 0 no-repeat;
	color: #1aa4bb;
}
.rateCardSection {
	float: left;
	width: 100%;
	font-family: 'league_gothicregular';
	padding: 10px 0 30px;
}
.rateCardSection h1 {
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
	font-size: 50px;
	color: #999999;
	font-weight: normal;
}
.rateCardSection p.sectionSummary {
	clear: both;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 20px;
	margin-top: -25px;
}
.rateCardSection.allUses, .rateCardSection.retail {
	background: #ffffff;
}
.rateCardSection .row {
	float: left;
	width: 963px;
	margin: 0 0 0 20px;
}
.rateCardSection.allUses .firstRow {
	height: 200px;/**/
}
.rateCardSection.allUses .secondRow, .rateCardSection.allUses .thirdRow, .rateCardSection.advertising .firstRow, .rateCardSection.advertising .secondRow, .rateCardSection.retail .firstRow, .rateCardSection.retail .secondRow, .rateCardSection.retail .thirdRow {
	height: 190px;/**/
}
.rateCardSection.allUses .thirdRow {
	margin-left: 250px;
}
.rateCardSection ul.uses {
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	float: left;
	width: 210px;
	clear: none;
	/*-----------------------------------------*/
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rateCardSection ul.uses li {
	margin: 10px 0;
}
.rateCardSection ul.uses li span {
	text-transform: none;
}
.rateCardSection .prices {
	float: left;
	margin: 0 20px 0 5px;
	width: 150px;
	height: 150px;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rateCardSection .prices .discount {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	right: -8px;
	bottom: -8px;
	background: url(../images/rc-discountBgr.png) 0 0 no-repeat;
}
.rateCardSection .prices p {
	margin: 0;
	padding: 0;
	clear: none;
	float: none;
	line-height: normal;
	font-size: inherit;
	font-weight: normal;
	text-align: center;
}
.rateCardSection .prices p.what {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464646;
	font-weight: bold;
	line-height: 100%;
	margin-top: 15px;
}
.rateCardSection .prices p.price {
	font-size: 55px;
	margin-top: -5px;
}
.rateCardSection .prices a.infoLink {
	font-family: FontAwesome;
	font-size: 14px;
	background: #f9f9f9;
	border: solid 1px #e3e3e3;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	position: absolute;
	bottom: 15px;
	left: 65px;
}
.rateCardSection .prices a.infoLink:before {
	content: "";
}
.rateCardSection .prices a.mailLink {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 36px;
	text-align: center;
	margin: 10px 0 0;
}
.rateCardSection .prices a.mailLink:before {
	content: "";
}
.rateCardSection.allUses .firstRow .prices {
	background: url(../images/circle-dotted-orange.png) 0 0 no-repeat;
	color: #fa9f3f;
}
.rateCardSection.allUses .firstRow .prices a {
	color: #fa9f3f;
}
.rateCardSection.allUses .secondRow .prices, .rateCardSection.allUses .thirdRow .prices {
	background: url(../images/circle-dotted-blue.png) 0 0 no-repeat;
	color: #33b4e7;
}
.rateCardSection.allUses .secondRow .prices a, .rateCardSection.allUses .secondRow ul.uses, .rateCardSection.allUses .thirdRow .prices a {
	color: #33b4e7;
}
.rateCardSection.allUses .secondRow .prices .what {
	margin-top: 25px;
}
.rateCardSection.allUses .secondRow .prices .price {
	margin-top: 0px;
}
.rateCardSection.allUses .thirdRow .prices .price {
	margin-top: 8px;
	font-size: 26px;
	line-height: 90%;
	text-transform: uppercase;
}
.rateCardSection.allUses .thirdRow .prices .price span {
	text-transform: none;
}
.rateCardSection.advertising .firstRow ul.uses {
	width: 170px;
}
.rateCardSection.advertising .firstRow ul.uses:first-child {
	width: 210px;
}
.rateCardSection.advertising .prices {
	background: url(../images/circle-dotted-green.png) 0 0 no-repeat;
	color: #28a44a;
}
.rateCardSection.advertising .prices a {
	color: #28a44a;
}
.rateCardSection.advertising .prices .what {
	margin-top: 25px;
}
.rateCardSection.advertising .prices .price {
	margin-top: 0px;
}
.rateCardSection.advertising .secondRow .prices .price {
	margin-top: 10px;
	font-size: 26px;
	line-height: 90%;
	text-transform: uppercase;
}
.rateCardSection.advertising .secondRow .prices a.mailLink {
	margin: 20px 0 0;
}
.rateCardSection.retail .prices {
	background: url(../images/circle-dotted-magenta.png) 0 0 no-repeat;
	color: #e3106e;
}
.rateCardSection.retail .prices a {
	color: #e3106e;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
.ui-tooltip, .arrow:after {
	background: #fafafa;
	border: 1px solid #adadad;
}
.ui-tooltip {
	padding: 10px;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-box-shadow: 3px 3px 5px 0 #DBDBDB;
	box-shadow: 3px 3px 5px 0 #DBDBDB;
}
.arrow {
	width: 50px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -15px;
}
.arrow.top {
	top: -15px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/***********************/
.contactDetails {
	float: left;
	width: 100%;
}
.contactDetails h3 {
	float: left;
	width: 140px;
	margin: 10px 0 0 20px;
	padding: 0;
}
.contactDetails ul {
	list-style: none;
	float: left;
	clear: none;
	margin: 10px 0 0 10px;
}
.contactDetails ul li {
	line-height: normal;
}
/***************************/
.copyrightViolationReport {
	float: left;
	margin: 0;
	padding: 0 0 50px;
	position: relative;
}
.copyrightViolationReport .formButtons {
	left: 378px;
	width: auto !important;
}
.copyrightViolationReport .formButtons button {
	float: left;
}
.trackDetails, .musicDetails, .copyrightViolationReport .contactDetails {
	float: left;
	margin-left: 20px;
}
.copyrightViolationReport .contactDetails {
	width: auto;
}
.copyrightViolationReport h2 {
	margin: 20px 0 0;
	padding: 7px 0;
	line-height: normal;
	font-size: 1.125em;
	font-weight: bold;
}
.copyrightViolationReport .formItemLabel {
	clear: left;
	float: left;
	line-height: 30px;
	width: 180px;
}
.copyrightViolationReport .formItemInput.tarea {
	height: auto;
}
.copyrightViolationReport .note {
	float: left;
	margin: 20px;
	clear: both;
	font-style: italic;
	font-size: 0.8125em;
}
.warningbox {
	background: #FFFBCB url(../images/iconWarning.png) 9px 6px no-repeat;
	border: 1px solid #f66228;
	color: #f66228;
	float: left;
	margin: 20px 10px;
	padding: 15px 15px 15px 50px;
	width: 910px;
	font-size: 15px;
    position: relative;
}
.warnigboxProduction {
    background: #fff4f5 url(../images/iconWarning.png) 9px 6px no-repeat;
	border: 1px solid #f66228;
	color: #f66228;
    color: #303030;
	float: left;
	margin: 5px 0px 0px;
	padding: 15px 15px 15px 50px;
	width: 100%;
	font-size: 15px;
    font-weight: normal;
    text-align: left;
    position: relative;
}
.warnigboxProduction a {
    color: #303030;
}
.warnigboxProduction a.dismiss {
	font-size: 12px;
    position: absolute;
    display: block;
    right: 10px;
    bottom: 5px;
    color: #303030;
    text-decoration: underline;
}
.errorbox {
	background: #FFFBCB url(../images/iconError.png) 9px 6px no-repeat;
	border: 1px solid #da202d;
	color: #da202d;
	float: left;
	margin: 20px 10px;
	padding: 15px 15px 15px 50px;
	width: 910px;
	font-size: 15px;
}
.infobox {
	background: #FFFBCB url(../images/iconSuccess.png) 9px 6px no-repeat;
	border: 1px solid #28a44a;
	color: #28a44a;
	float: left;
	margin: 20px 10px;
	padding: 15px 15px 15px 50px;
	width: 910px;
	font-size: 15px;
}
/*.infobox {
	background: #FFFBCB url(../images/iconInfo.png) 9px 6px no-repeat;
	border: 1px solid #33b4e7;
	color: #33b4e7;
	float: left;
	margin: 20px 10px;
	padding: 15px 15px 15px 50px;
	width: 910px;
	font-size: 15px;
}*/
/* signup */
.signupForm .formItemLabel {
	width: 180px;
	float: left;
	clear: left;
	line-height: 30px;
}
.signupForm .formItemLabel.fullwidth {
	width: 100%;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	padding-bottom: 12px;
}
.signupForm h2 {
	margin: 20px 0 0;
	padding: 7px 0;
	line-height: normal;
	font-size: 1.125em;
	font-weight: bold;
}
.signupForm #registration_details {
	float: left;
	padding-bottom: 50px;
	position: relative;
}
/* vanja tabs */
.secondaryTabsBottomContainer {
    clear: both;
    padding: 20px 0;
}
.secondaryTabs {
	width: 100%;
	float: left;
	border-bottom: solid 1px #e5e6e8;
	position: relative;
}
.secondaryTabs .tabs {
	margin: 30px 0 -1px !important;
}
.secondaryTabs .tabs li {
	list-style:none;
	display:inline-block;
	width: 114px;
	padding: 0;
	margin: 0 4px 0 0;
	line-height: normal;
	text-align: center;
	float: left;
}
.secondaryTabs .tabs a {
	padding:5px 0;
	display:inline-block;
	background:#eeeeee;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	color:#444444;
	font-size: 13px;
	text-decoration:none;
	width: 114px;
	margin: 0;
}
.secondaryTabs .tabs a.active {
	background:#fff;
	border-top: solid 1px #e5e6e8;
	border-right: solid 1px #e5e6e8;
	border-left: solid 1px #e5e6e8;
	font-weight: bold;
}
.secondaryTabs .resnav {
	float: right;
	width: auto;
	height: 25px;
	padding: 0;
	margin: 30px 10px 0 0;
}
/******* Modals *******/

#hp_upload_music, #hp_license_music {
	padding: 30px 40px 40px;
	width: 800px;
}
#hp_upload_music h1, #hp_license_music h1 {
	font-size: 1.25em;
	font-weight: bold;
	padding: 20px 0 5px 45px;
	margin: 0;
}
h1.library {
	background: url(../img/iconLibraryH1.png) 0 10px no-repeat;
}
h1.control {
	background: url(../img/iconControlH1.png) 0 10px no-repeat;
}
h1.global {
	background: url(../img/iconGlobalH1.png) 0 10px no-repeat;
}
h1.license {
	background: url(../img/iconLicenseH1.png) 0 10px no-repeat;
}
h1.music {
	background: url(../img/iconMusicH1.png) 0 10px no-repeat;
}
h1.overhead {
	background: url(../img/iconOverheadH1.png) 0 10px no-repeat;
}
#hp_upload_music p, #hp_license_music p {
	float: left;
	clear: both;
	padding: 10px 0 10px 45px;
	font-size: 0.875em;
	color: #333333;
}
#hp_upload_music .accordion, #hp_license_music .accordion {
	float: left;
	clear: both;
	padding: 10px 0 10px 45px;
	font-size: 0.875em;
}
#hp_license_music .accordion {
	list-style: disc inside;
}
#hp_license_music .accordion li ul {
	list-style: circle inside;
	margin-left: 15px;
}
#hp_license_music .accordion li {
	padding: 3px 0;
}
#hp_license_music .accordion li ul li {
	padding: 3px 0 0;
}
#hp_upload_music .accordion li {
	background: url(../img/accordionBulletExpand.png) 6px 13px no-repeat;
	border-bottom: solid 1px #dddddd;
	padding: 8px 5px 8px 20px;
	float: left;
	color: #333333;
	width: 88%;
}
#hp_upload_music .accordion li p {
	cursor: default;
	display: none;
	margin: 0;
	padding: 7px 0 0;
	color: #666666;
	font-size: 1em;
	font-style: italic;
	line-height: 1.125em;
}
#hp_upload_music .accordion li.togglable {
	cursor: pointer;
}
#hp_upload_music .accordion li.togglable:hover {
}
#hp_upload_music .accordion li.toggled {
	background: url(../img/accordionBulletCollapse.png) 6px 13px no-repeat;
}
#hp_upload_music a.signup, #hp_license_music a.signup {
	margin: 0;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f89a40;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
}
/* marketing pages */

.staticPageContent.license {
	background: #000000 url(../images/landingLicenceBgr.jpg) center 0 no-repeat; /* path */
	min-height: 750px;
}
.staticPageContent.upload {
	background: #000000 url(../images/landingUploadBgr.jpg) center 0 no-repeat; /* path */
	min-height: 750px;
}
.staticPageContent.license h1, .staticPageContent.upload h1 {
	font-family: "league_gothicregular";
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 70px;
	width: 100%;
	text-align: center;
	margin: 50px 0 0;
	padding: 0;
	text-shadow: 1px 1px 0 #000000;
}
.staticPageContent.upload h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: none;
	line-height: normal;
	display: inline-block;
}
.staticPageContent.license p.licenseIntro, .staticPageContent.upload p.uploadIntro {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0 #000000;
	padding: 0 0 0 85px;
	margin: 450px auto 0;
	width: 740px;
	float: none;
	background: url(../images/licenseIntroBgr.png) 0 0 no-repeat; /* path */
}
.staticPageContent.upload p.uploadIntro {
	padding: 0 0 0 140px;
	width: 770px;
}
.staticPageContent.upload p.uploadIntro.upload {
	background: url(../images/iconUpload.png) 0 0 no-repeat; /* path */
	margin-top: 340px;
}
.staticPageContent.upload p.uploadIntro.search {
	background: url(../images/iconSearch.png) 77px 0 no-repeat; /* path */
	margin-top: 20px;
}
.staticPageContent.upload p.uploadIntro.report {
	background: url(../images/iconReport.png) 56px 0 no-repeat; /* path */
	margin-top: 30px;
}
.staticPageContent.license p.licenseIntro span, .staticPageContent.upload p.uploadIntro span {
	padding: 5px 0 5px 15px;
	border-left: solid 1px #ffffff;
	display: inline-block;
	min-height: 65px;
}
.staticPageContent.license ul.benefitList, .staticPageContent.upload ul.benefitList {
	text-align: center;
	list-style: none;
	display: block;
	width: 100%;
	float: left;
	margin: 20px 0;
}
.staticPageContent.license ul.benefitList li, .staticPageContent.upload ul.benefitList li {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.02em;
	display: inline-block;
	vertical-align: top;
	width: 216px;
	height: 278px;
	margin: 30px 8px 20px;
	background: url(../images/benefitListItemBgr.png) 0 0 no-repeat; /* path */
}
.staticPageContent.license ul.benefitList li span, .staticPageContent.upload ul.benefitList li span {
	padding: 120px 10px 0;
	display: block;
}
.staticPageContent.license ul.benefitList li.ctrl span {
	background: url(../images/iconCtrl.png) center 15px no-repeat; /* path */
	padding: 100px 10px 0;
}
.staticPageContent.license ul.benefitList li.fastDnl span {
	background: url(../images/iconFastDnl.png) 48px 20px no-repeat; /* path */
}
.staticPageContent.license ul.benefitList li.edit span {
	background: url(../images/iconEdit.png) 68px 20px no-repeat; /* path */
}
.staticPageContent.license ul.benefitList li.reversioning span {
	background: url(../images/iconReversioning.png) 68px 20px no-repeat; /* path */
}
.staticPageContent.license ul.benefitList li.searchLicense span {
	background: url(../images/iconSearchLicense.png) 48px 20px no-repeat; /* path */
}
.staticPageContent.license ul.benefitList li.userManagement span {
	background: url(../images/iconUserManagement.png) 62px 20px no-repeat; /* path */
}
.staticPageContent.license ul.benefitList li.playlistOK span {
	background: url(../images/iconPlaylistOK.png) 68px 20px no-repeat; /* path */
}
.staticPageContent.upload ul.benefitList li.free span {
	background: url(../images/iconFree.png) center 30px no-repeat; /* path */
}
.staticPageContent.upload ul.benefitList li.ownership span {
	background: url(../images/iconOwnership.png) 62px 30px no-repeat; /* path */
}
.staticPageContent.upload ul.benefitList li.deal span {
	background: url(../images/iconDeal.png) center 30px no-repeat; /* path */
}
.staticPageContent.upload ul.benefitList li.i6040 span {
	background: url(../images/icon6040.png) center 30px no-repeat; /* path */
}
.staticPageContent.upload ul.benefitList li.secure span {
	background: url(../images/iconSecure.png) 62px 30px no-repeat; /* path */
}
.staticPageContent.license .ctaLink, .staticPageContent.upload .ctaLink {
	float: left;
	width: 100%;
	padding: 0;
	margin: 30px 0 0;
	text-align: center;
}
.staticPageContent.license .ctaLink a.button, .staticPageContent.upload .ctaLink a.button {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "league_gothicregular";
	font-weight: normal;
	font-size: 46px;
	line-height: 20px;
	padding: 20px 20px 3px;
	display: inline-block;
	background: #da202d;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.staticPageContent.upload .ctaLink a.button {
	background: #e3106e;
}
.staticPageContent.license .ctaLink a.button span, .staticPageContent.upload .ctaLink a.button span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.staticPageContent.upload .tagline {
	float: left;
	width: 1035px;
	padding: 5px;
	margin: 20px 100px 30px;
	text-align: center;
	color: #fff;
	border: solid 1px #fff;
	font-family: "league_gothicregular";
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
}
.staticPageContent.license .faqLink, .staticPageContent.upload .faqLink {
	float: left;
	width: 100%;
	padding: 0;
	margin: 20px 0 30px;
	text-align: center;
	color: #fff;
}
.staticPageContent.license .faqLink a, .staticPageContent.upload .faqLink a {
	color: #fff;
}
/* end marketing pages */





#news .news {
	width: 978px;
	margin-top: 4px;
	float: left;
}
#news .newsItem {
	float: left;
	width: 98%;
	margin-left: 2%;
	padding: 20px 0;
	border-top: solid 1px #91989E;
}
#news .newsItem:first-child {
	border-top: none;
}
#news .newsItem img {
	float: left;
	display: inline-block;
	margin: 0 2% 0 0;
	width: 23%;
	height: auto;
}
#news .newsItem h3 {
	float: left;
	clear: none;
	margin: 0;
	font-family: Oswald;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: normal;
}
#news .newsItem h3 a {
	text-decoration: none;
}
#news .newsItem p {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: 73%;
}
#news .sidebar {
	background: Transparent;
}
#news .sidebar h1.submenuTitle {
	margin: 20px 0 0;
	padding: 5px 20px;
	background: #E5E5E5;
	color: #444444;
	text-transform: uppercase;
}
#news .sidebar ul.submenu {
	margin: 10px 0 0;
}
#news .sidebar ul.submenu a:hover {
	color: #999999;
}
#news .sidebar ul.submenu a.moreLink {
	text-decoration: underline;
}
/**/

span.list {
	float: left;
	clear: both;
	font-size: 0.8125em;
	line-height: 1.5em;
	padding: 10px 40px 0;
	margin-bottom: 5px;
}
.bannerTabs {
	float: left;
	margin: 10px 20px;
	width: 915px;
}
.bannerTabs ul.tabs {
	margin: 0;
}
.bannerTabs ul.tabs li {
	display: inline-block;
	text-align: center;
	height: 26px;
	line-height: 26px;
	width: 150px;
	font-size: 0.75em;
	color: #000;
	cursor: pointer;
	background: #93989E;
	margin: 0 0 0 3px;
}
.bannerTabs ul.tabs li:first-child {
	margin: 0;
}
.bannerTabs ul.tabs li.selected, .bannerTabs .tabContent {
	background: #D0D0D0;
}
.bannerTabs .tabContent {
	float: left;
	width: 100%;
	height: 215px;
	position: relative;
}
.bannerTabs .tabContent .banner, .bannerTabs .tabContent .code {
	float: left;
	width: 100%;
}
.bannerTabs .tabContent .code {
	position: absolute;
	bottom: 0;
}
.bannerTabs .tabContent span {
	float: left;
	width: 80px;
	text-transform: uppercase;
	font-size: 0.6875em;
	font-weight: bold;
	display: block;
	margin: 10px;
}
.bannerTabs .tabContent .banner div {
	float: left;
	margin: 10px;
}
.bannerTabs .tabContent .code div {
	float: left;
	background: #fff;
	color: #777777;
	font-size: 0.75em;
	margin: 10px;
	padding: 10px;
	width: 775px;
}
/*  fancybox content*/
.fancybox-wrap {
	height: 100%;
	position: relative;
	width: 100%;
}
.fancybox-wrap .fancyboxHeader {
	float: left;
	margin: 0;
	width: 100%;
}
.fancyboxHeader .title {
	float: left;
	font-size: 1.375em;
	font-weight: bold;
	padding: 20px 10px;
    text-transform: capitalize;
}
/* login */
.fancybox-wrap form {
	float: left;
	width: 100%;
}
.fancybox-wrap .col1 {
	margin: 0 10px;
}
.fancybox-wrap form .col {
	margin: 0 15px;
	float: left;
}
.fancybox-wrap form .col.first {
	margin-left: 0;
}
.fancybox-wrap form .cueLinesHolder .col.fourth {
	margin-right: 0;
}
.fancybox-wrap .col1 span#reversion_price {
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
}
.fancybox-wrap .col1 .deleted_tracks {
	float: left;
	clear: both;
	font-size: 12px;
	width: 100%;
}
.fancybox-wrap .col1 .deleted_tracks p {
	font-size: 12px;
}
.fancybox-wrap .col1 .deleted_tracks blockquote {
	float: left;
	clear: both;
	padding: 0;
	padding-top: 10px;
	font-size: 12px;
}
.cueLinesHolder {
	float: left;
	width: 970px;
	padding: 0 15px;
	max-height: 320px;
	overflow-y: scroll;
}
.rateCardTableHolder {
	background: #e4e6e8;
	padding: 2px 25px 2px 15px;
	max-height: 230px; /**/
	overflow-y: auto;
	width: 960px;
	float: left;
	margin-bottom: 15px;
}
.rateCardTableHeaderHolder {
	padding: 2px 25px 2px 0;
	float: left;
}
.rateCardForm h1 /* vanja lightbox */ {
	background-color: #e4e6e8;
	font-size: 20px;
	height: 50px;
	line-height: 40px;
	margin: 30px 0 20px;
	padding-left: 15px;
	box-sizing: border-box;
	width: 100%;
}
h1 span.logo /* vanja lightbox */ {
	float: right;
	margin: 5px 15px;
	background: url(../images/sv_logo.png) right 0 no-repeat;
	background-size: auto 100%;
	width: 150px;
	height: 28px;
}
.rateCardForm p.note {
	float: left !important;
	font-style: normal !important;
	margin: -7px 0 0 !important;
	line-height: 1.3em;
	padding: 10px 5px 0px;
}
.rateCardForm p.note span {
	font-weight: bold;
}
.rateCardForm p.note a {
	text-decoration: none !important;
	color: #FB953F;
}
.fancybox-wrap .rateCardTableHeader, .fancybox-wrap .cueLinesTableHeader, .fancybox-wrap .cueLinesCompletedTableHeader {
	margin: 0 15px;
	width: auto;
}
.fancybox-wrap .cueLinesTable, .fancybox-wrap .cueLinesCompletedTable {
	width: auto;
}
.fancybox-wrap .cueLinesTable tr:nth-child(2n), .fancybox-wrap .cueLinesCompletedTable tr:nth-child(2n), .fancybox-wrap .cueLinesCompletedTableHeader tr {
	background: Transparent;
}
.fancybox-wrap .cueLinesCompletedTable tr {
	background: #E5E6E7;
}
.fancybox-wrap .rateCardTableHeader td, .fancybox-wrap .cueLinesTableHeader td, .cueLinesCompletedTableHeader td {
	font-size: 0.6875em;
	font-weight: bold;
	text-transform: uppercase;
}
.fancybox-wrap .rateCardTableHolder .rateCardTable {
	margin: 0;
}
.fancybox-wrap .rateCardTableHolder .rateCardTable tr.purchased td {
	color: #999;
}
.fancybox-wrap .rateCardTableHeader td, .fancybox-wrap .rateCardTableHolder .rateCardTable td, .fancybox-wrap .cueLinesTableHeader td, .fancybox-wrap .cueLinesHolder .cueLinesTable td {
	padding: 2px 0;
	line-height: normal;
}
.fancybox-wrap .rateCardTableHeader td, .fancybox-wrap .rateCardTableHolder .rateCardTable td /* vanja lightbox */ {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
}
.fancybox-wrap .cueLinesHolder .cueLinesTable td {
	font-size: inherit;
}
.fancybox-wrap .rateCardTableHeader td:nth-of-type(1), .fancybox-wrap .rateCardTableHolder .rateCardTable td:nth-of-type(1) {
	width: 370px;
	font-weight: bold;
}
.fancybox-wrap .rateCardTableHeader td:nth-of-type(1) {
	width: 355px;
}
.fancybox-wrap .rateCardTableHeader td:nth-of-type(2), .fancybox-wrap .rateCardTableHolder .rateCardTable td:nth-of-type(2) {
	width: 80px;
}
.fancybox-wrap .rateCardTableHeader td:nth-of-type(3), .fancybox-wrap .rateCardTableHolder .rateCardTable td:nth-of-type(3) {
	width: 120px;
}
.fancybox-wrap .rateCardTableHeader td:nth-of-type(4), .fancybox-wrap .rateCardTableHolder .rateCardTable td:nth-of-type(4) {
	width: 100px;
}
.fancybox-wrap .rateCardTableHeader td:nth-of-type(5), .fancybox-wrap .rateCardTableHolder .rateCardTable td:nth-of-type(5) {
	width: 80px;
}
.fancybox-wrap .cueLinesTableHeader td:nth-of-type(1), .fancybox-wrap .cueLinesHolder .cueLinesTable td:nth-of-type(1), .fancybox-wrap .cueLinesCompletedTableHeader td:nth-of-type(1), .fancybox-wrap .cueLinesHolder .cueLinesCompletedTable td:nth-of-type(1) {
	width: 210px;
}
.fancybox-wrap .cueLinesTableHeader td:nth-of-type(2), .fancybox-wrap .cueLinesHolder .cueLinesTable td:nth-of-type(2), .fancybox-wrap .cueLinesCompletedTableHeader td:nth-of-type(2), .fancybox-wrap .cueLinesHolder .cueLinesCompletedTable td:nth-of-type(2) {
	width: 420px;
}
.fancybox-wrap .cueLinesTableHeader td:nth-of-type(3), .fancybox-wrap .cueLinesHolder .cueLinesTable td:nth-of-type(3), .fancybox-wrap .cueLinesCompletedTableHeader td:nth-of-type(3), .fancybox-wrap .cueLinesHolder .cueLinesCompletedTable td:nth-of-type(3) {
	width: 70px;
}
.fancybox-wrap .cueLinesTableHeader td:nth-of-type(4), .fancybox-wrap .cueLinesHolder .cueLinesTable td:nth-of-type(4) {
	width: 120px;
}
.fancybox-wrap .cueLinesCompletedTableHeader td:nth-of-type(4), .fancybox-wrap .cueLinesHolder .cueLinesCompletedTable td:nth-of-type(4) {
	width: 193px;
}
.fancybox-wrap .cueLinesTableHeader td:nth-of-type(5), .fancybox-wrap .cueLinesHolder .cueLinesTable td:nth-of-type(5) {
	width: 140px;
}
.fancybox-wrap .cueLinesHolder .cueLinesTable td .nsvTitle {
	width: 100%;
}
.fancybox-wrap .cueLinesHolder .cueLinesTable td .nsvTitle input {
	display: inline-block;
	padding-left: 15px;
}
.fancybox-wrap .cueLinesHolder .cueLinesTable td .nsvTitle input.title {
	width: 100px;
	background-color: #d0d0d0;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
}
.fancybox-wrap .cueLinesHolder .cueLinesTable td .nsvTitle input.data {
	width: 260px;
}
.fancybox-wrap .NSVTrackEditContainer {
	padding-left: 40px;
	margin-top: 20px;
}
.fancybox-wrap .NSVTrackEditContainer .itemRow {
	float: left;
	clear: both;
	overflow: auto;
	margin-bottom: 10px;
}
.fancybox-wrap .NSVTrackEditContainer .itemRow label {
	float: left;
	clear: none;
	width: 100px;
	font-size: 11px;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
}
.fancybox-wrap .NSVTrackEditContainer .itemRow .formItem {
	float: left;
	clear: none;
	width: 400px;
}
.fancybox-wrap .NSVTrackEditContainer .itemRow .formItem input {
	width: 100%;
}
.fancybox-wrap .NSVTrackEditContainer .itemRow .formItem select {
	width: 100%;
	margin-bottom: 0 !important;
}
.fancybox-wrap .cueComplete {
	float: left;
	width: 970px;
	height: 200px; /**/
	margin: 15px;
}
.rateCardTableHolder a.shoppingCart {
	background: url(../images/shopping.png) 0 0 no-repeat !important;
	display: inline-block;
	width: 23px;
	height: 23px;
}
table.rateCardSummary /* vanja lightbox */ {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
table.rateCardSummary td {
	text-align: left;
	padding: 10px;
	font-size: 0.75em;
	background: #E4E6E8;
	vertical-align: top;
	border-left: 3px solid #fff;
	width: 210px;
}
table.rateCardSummary td:nth-of-type(1) /* vanja lightbox */ {
	border-left: none;
}
table.rateCardSummary thead td {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px; /**/
	background: #A3A8AC;
	padding: 4px 10px;
	vertical-align: middle;
}
table.rateCardSummary td span {
	float: right;
	text-align: right;
	display: inline-block;
}
.rateCardForm a.formButton {
	width: 220px;
}
.fancybox-wrap form .formItemLabel {
	width: 220px;
	float: left;
	clear: left;
	line-height: normal;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 14px;
}
.fancybox-wrap form .formItemLabel label {
	font-size: inherit;
}
.fancybox-wrap form .cueComplete .formItemLabel {
	width: 250px;
}
.fancybox-wrap p {
	float: left;
	clear: both;
	margin-top: 30px;
	padding: 0;
	font-size: 0.75em;
}
.fancybox-wrap p a {
	text-decoration: underline;
}
.fancybox-wrap h2 {
	margin: 0;
	padding: 20px 0 15px;
	line-height: normal;
	font-size: 1.125em;
	font-weight: bold;
}
.fancybox-wrap p.info {
	margin: 0;
	font-size: 0.625em;
	padding: 0 0 20px;
}
.fancybox-wrap p.note {
	font-style: italic;
	margin: 0 10px;
	float: right;
}
.fancybox-wrap form.editProjectForm p.note, .fancybox-wrap form.cueSheetForm p.note, .fancybox-wrap .cueSheetCompleted p.note {
	font-style: normal;
	margin: 0;
	padding: 10px 0 20px;
	float: left;
	text-transform: uppercase;
}
.fancybox-wrap form.cueSheetForm p.note, .fancybox-wrap .cueSheetCompleted p.note {
	text-transform: none;
	margin: 30px 15px;
}
.fancybox-wrap form.cueSheetForm a.addLine {
	text-transform: uppercase;
	margin: 0 15px;
	color: #fff;
	background: #f89a40;
	padding: 8px 0;
	display: block;
	text-align: center;
	font-size: 0.6875em;
	font-weight: bold;
	width: 190px;
	float: left;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.fancybox-wrap form p.note a {
	text-decoration: underline;
}
.fancybox-wrap form .col2 {
	margin: 0 10px 0 0;
	width: 460px;
}
.fancybox-wrap form .col2:first-child {
	margin: 0 0 0 10px;
}
.fancybox-wrap form .midlong input {
	width: 230px;
}
.fancybox-wrap form .check {
	clear: left;
	margin-top: 20px;
}
.fancybox-wrap form.editProjectForm .check {
	clear: none;
	margin-top: 8px;
}
.fancybox-wrap form .check a {
	text-decoration: underline;
	font-size: 13px;
}
.fancybox-wrap form a.formButton.signup-supplier {
	width: 310px;
}
.fancybox-wrap form a.formButton.signup-production {
	width: 240px;
}
.fancybox-wrap a.formButton.cue-complete {
	width: 200px;
}
.fancybox-wrap .fullWidthTable {
	text-align: center;
	margin-bottom: 20px;
}
.fancybox-wrap .fullWidthTable.rateCardTable {
	margin: -20px 0 20px;
	text-align: left;
}
.fancybox-wrap .fullWidthTable td {
	border-left: solid 3px #fff;
	background: #E4E6E8;
	padding: 15px 0;
	font-weight: bold;
	font-size: 0.75em;
}
.fancybox-wrap .fullWidthTable.rateCardTable td {
	border-left: none;
	font-weight: normal;
	padding: 10px 20px;
	vertical-align: bottom;
}
.fancybox-wrap .fullWidthTable.rateCardTable td span {
	font-weight: bold;
}
.fancybox-wrap .fullWidthTable thead td {
	background: #D0D0D0;
	padding: 7px 0;
	font-size: 0.6875em;
	text-transform: uppercase;
}
.fancybox-wrap .fullWidthTable.rateCardTable thead td {
	background: Transparent;
	font-weight: bold;
	padding: 7px 20px;
}
.fancybox-wrap .fullWidthTable td:first-child {
	border-left: none;
}
.fancybox-wrap .fullWidthTable.col7 td {
	width: 14%;
}
.fancybox-wrap ul.cueTools {
	margin: 0 0 8px;
	height: 30px;
	line-height: 30px;
}
.fancybox-wrap ul.cueTools li {
	display: inline-block;
}
.fancybox-wrap ul.cueTools li a {
	width: 15px;
	height: 16px;
	margin: 0 3px;
	display: block;
}
.fancybox-wrap ul.cueTools li.action_icon_details a {
	background: url(../img/iconAdd.png) 0 0 no-repeat !important;
}
.fancybox-wrap ul.cueTools li.action_icon_add2pl a {
	background: url(../img/iconSheet.png) 0 0 no-repeat !important;
}
.fancybox-wrap ul.cueTools li.action_icon_edit a {
	background: url(../img/iconPencil.png) 0 0 no-repeat !important;
}
.fancybox-wrap ul.cueTools li.action_icon_remove a {
	background: url(../img/iconDelete.png) 0 0 no-repeat !important;
}
.fancybox-wrap ul.cueTools li.action_icon_move a {
	background: url(../img/iconMove.png) 0 0 no-repeat !important;
	cursor: move;
}
/* credit card payment form */

.creditcardPaymentForm {
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 600px;
}
.creditcardPaymentForm h1 {
	background-color: #e0e0e0;
	box-sizing: border-box;
	font-size: 20px;
	height: 50px;
	line-height: 40px;
	margin: 30px 0 20px;
	padding-left: 15px;
	width: 100%;
}
.creditcardPaymentForm h2 {
	margin: 10px 20px 15px;
	padding: 0;
    width: 100%;
    float: left;
}
.creditcardPaymentForm .cardsAccepted ul {
	float: left;
	margin: 10px 0 0;
}
.creditcardPaymentForm .cardsAccepted ul li {
	font-size: 11px;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 30px 0 0;
	width: 58px;
	text-align: center;
	background-size: 40px auto !important;
	float: left;
}
.creditcardPaymentForm .cardsAccepted ul li.maestro {
	background: url(../images/icon_maestro.png) center top no-repeat;
}
.creditcardPaymentForm .cardsAccepted ul li.mastercard {
	background: url(../images/icon_mastercard.png) center top no-repeat;
}
.creditcardPaymentForm .cardsAccepted ul li.visa {
	background: url(../images/icon_visa.png) center top no-repeat;
}
.creditcardPaymentForm .cardsAccepted ul li.discover {
	background: url(../images/icon_discover.png) center top no-repeat;
}
.creditcardPaymentForm form {
	float: left;
	margin: 20px;
	width: 760px;
}
.creditcardPaymentForm form .formItem {
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0;
}
.creditcardPaymentForm form .formItem.cvv {
	padding-right: 225px;
	background: url(../images/cvv_example.png) top right no-repeat;
	width: auto;
}
.creditcardPaymentForm label {
	float: left;
	width: 200px; /**/
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	padding: 9px 5px 0;
}
.creditcardPaymentForm label span {
	text-transform: none;
	font-size: inherit;
}
.creditcardPaymentForm a.braintree-badge {
	float: right;
	margin: -10px 0 0;
}
.creditcardPaymentForm #card-number, .creditcardPaymentForm #cvv, .creditcardPaymentForm #expiration-date {
	width: 320px;
	height: 31px;
}
.creditcardPaymentForm input[type="text"] {
	width: 310px;
}
.creditcardPaymentForm #card-number, .creditcardPaymentForm #cvv, .creditcardPaymentForm #expiration-date {
	background: #e5e6e8;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 7px 5px;
	float: left;
	display: block;
	box-sizing: border-box;
}
.creditcardPaymentForm .errorbox {
	width: 690px;
	margin: 0 20px 20px;
}
.creditcardPaymentForm .formButtons {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 100%;
	padding-top: 20px;
}
.creditcardPaymentForm .formButtons input[type="submit"] {
	background: #f89a40 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 0.9375em;
	margin-left: 2px;
	padding: 8px 5px;
	text-align: center;
	text-decoration: none;
	width: 110px;
}
.creditcardPaymentForm .errorClass {
	border: 1px solid #f00 !important;
	color: #f00 !important;
	background: #ffdada !important;
}
/* end credit card payment form */


/* fancybox track details */

ul.trackBasicInfo {
	font-size: 0.875em;
	float: left;
}
ul.trackBasicInfo li {
	margin-right: 20px;
	display: inline-block;
}
ul.trackBasicInfo li span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.6875em;
	color: #000;
}
p.trackDescription {
	margin-top: 20px;
	font-style: italic;
	font-size: 0.875em;
}
.trackDetailsDetails, .trackDetailsAlbum, .trackDetailsProperties, .trackDetailsKeywords {
	float: left;
	margin-top: 30px;
	margin-left: 70px;
}
.trackDetailsDetails, .trackDetailsKeywords {
	margin-left: 0;
}
.trackDetailsKeywords {
	margin-top: 20px;
}
.trackDetailsDetails h2, .trackDetailsAlbum h2, .trackDetailsProperties h2, .trackDetailsKeywords h2 {
	text-transform: uppercase;
	font-size: 0.6875em;
	color: #000;
	padding-bottom: 10px;
}
.trackDetailsDetails ul, .trackDetailsAlbum ul, .trackDetailsProperties ul {
	float: left;
	clear: left;
	font-size: 0.875em;
	line-height: normal;
	max-width: 200px;
}
.trackDetailsDetails ul li, .trackDetailsAlbum ul li, .trackDetailsProperties ul li {
	margin-top: 5px;
}
.trackDetailsDetails ul li span, .trackDetailsAlbum ul li span, .trackDetailsProperties ul li span {
	font-weight: bold;
}
.trackDetailsKeywords p {
	font-size: 0.875em;
	margin-top: 0;
	line-height: normal;
}
/* sidebar project choice */
.projectChoice, .projectInfo {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.projectChoice h1, .projectInfo h1 {
	margin: 0 10px;
	padding: 15px 0;
}
.projectInfo span {
	font-size: 12px;
	display: inline-block;
	line-height: 18px;
}
.projectChoice h1, .projectInfo h1, .projectChoice h1 a {
	font-size: 16px;
	color: #fff;
}
/* sidebar project info */
.projectInfo {
	border-bottom: none;
}
.projectInfo ul {
	margin: 0;
	padding: 0 10px 15px;
	float: left;
	clear: left;
}
.projectInfo ul li {
	margin: 2px 0;
	line-height: normal;
	font-size: 0.8125em;
}
.projectInfo ul li span {
	color: #ffffff;
}
/* Home page additional content ------------------------- */

.homeSlider {
	width: 40%;
	height: 450px;
	float: left;
	margin: 4px 4px 0 0;
	background: url(../images/blue.jpg) center center no-repeat;
	background-size: 680px auto;
}
.homeSlider .slide {
	width: 450px;
	height: 450px;
	float: left;
}
.homeSlider .slide h1 {
	font-family: "league_gothicregular";
	font-weight: normal;
	font-size: 70px;
	line-height: 65px;
	margin: 0;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
}
.homeSlider .slide p {
	font-size: 1.57142em;
	line-height: 120%;
	letter-spacing: -0.034em;
	margin: 0;
	padding: 20px 20px 0;
	color: #fff;
	float: left;
}
.homeSlider .slide p span {
	font-weight: bold;
}
.homeSlider .slide01 {
	background: url(../images/blue.jpg) 0 0 no-repeat;
	background-size: 680px auto;
}
.homeSlider .slide02 {
	background: url(../images/green.jpg) 0 0 no-repeat;
	background-size: 680px auto;
}
.homeSlider .slide03 {
	background: url(../images/pink.jpg) 0 0 no-repeat;
	background-size: 680px auto;
}
.homeSlider .slide04 {
	background: url(../images/orange.jpg) 0 0 no-repeat;
	background-size: 680px auto;
}
.homeSidebar {
	height: 660px !important;
	width: 248px;
	padding-bottom: 0;
	margin-bottom: 0;
	background: #F79D3D;
}
.homeSidebar .playlist, .homeSidebar .playerContainer {
	background: #F79D3D;
}
.homeSidebar .playlist .playlistItem .playlistTools .action_icon_download_high {
	background-image: url(../img/iconPlaylistDownloadHighResHOME.png) !important;
}
.homeSidebar .playerContainer .volumeBlock a.volumeLine .value {
	background-color: #31B5E6;
}
.homeSidebar .selectric-sidebar .selectric {
	background:#F26110;
}
.homeSidebar .playerContainer .progress {
	background-color: #000000;
}
.homeSidebar .playerContainer .progress div {
	background-color: #31B5E6;
}
.homeSidebar .playlist .playlistItem:nth-child(odd) {
	background: #F26110;
}
.homeSidebar .playerContainer {
	width: 248px;
}
.homeSidebar .playerContainer .progress {
	width: 228px;
}
.homeSidebar .selectric-sidebar.selectricWrapper {
	width: 238px;
}
.homeSidebar .playlist {
	width: 246px;
}
.featuredPlaylists, .newReleases {
	float: left;
	width: 100%;
	background: #e5e6e7;
	margin-top: 4px;
	padding-bottom: 20px;
}
.homeSection h1 {
	color: #3e454d;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 20px 15px;
	margin: 0;
	float: none;
}
.homeSection h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: -5px 0 0;
	padding: 0;
	float: none;
	clear: none;
	font-family: 'league_gothicregular';
	font-weight: normal;
}
.homeSection.blog a h2 {
	width: 225px;
	padding: 3px 0 0 262px;
	line-height: 20px;
}
.homeSection.blog a:hover h2 {
	color: #a0a0a0;
}
.homeSection p {
	margin: 0;
	padding: 0;
	color: #3e454d;
	line-height: 140%;
	font-size: 12px;
	float: none;
	clear: none;
}
.homeSection p a {
	text-decoration: underline;
	font-weight: bold;
}
.featuredPlaylists .itemHolder, .newReleases .itemHolder {
	width: 218px;
	height: 218px;
	float: left;
	margin: 10px 16px;
	overflow: hidden;
	position: relative;
}
.featuredPlaylists .itemHolder .defaultState, .featuredPlaylists .itemHolder .hoverState, .newReleases .itemHolder .defaultState, .newReleases .itemHolder .hoverState {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.featuredPlaylists .itemHolder .hoverState, .newReleases .itemHolder .hoverState, .featuredPlaylists .itemHolder .hoverState a, .newReleases .itemHolder .hoverState a {
	z-index: 2;
	background-color: rgba(0, 0, 0, 0);
	color: rgba(255, 255, 255, 0);
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}
.featuredPlaylists .itemHolder:hover .hoverState, .newReleases .itemHolder:hover .hoverState {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 1);
}
.featuredPlaylists .itemHolder:hover .hoverState a, .newReleases .itemHolder:hover .hoverState a {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	color: rgba(255, 255, 255, 1);
}
.featuredPlaylists .playIcon, .newReleases .playIcon {
	width: 75px;
	height: 75px;
	display: block;
	margin: 68px auto 0;
	background: url(../img/rolloverPlayIcon.png) 0 0 no-repeat;
}
.featuredPlaylists ul, .newReleases ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.featuredPlaylists ul li, .newReleases ul li {
	margin: 0 5px;
	display: inline-block;
}
.featuredPlaylists ul a, .newReleases ul a {
	display: block;
	width: 16px;
	height: 16px;
}
.featuredPlaylists ul a.favorites, .newReleases ul a.favorites {
	background: url(../img/rolloverFavoritesIcon.png) 0 0 no-repeat;
}
.featuredPlaylists ul a.download, .newReleases ul a.download {
	background: url(../img/rolloverDownloadIcon.png) 0 0 no-repeat;
}
.featuredPlaylists ul a.edits, .newReleases ul a.edits {
	background: url(../img/rolloverEditsIcon.png) 0 0 no-repeat;
}
.featuredPlaylists ul a.details, .newReleases ul a.details {
	background: url(../img/rolloverDetailsIcon.png) 0 0 no-repeat;
}
.featuredPlaylists ul a.add, .newReleases ul a.add {
	background: url(../img/rolloverAddIcon.png) 0 0 no-repeat;
}
.blog, .news, .latestTracks {
	width: 40%;
	float: left;
}
.latestTracks h1 {
	padding: 20px 15px 20px 0;
}
.blog img, .news img {
	float: left;
	margin: 0 20px;
	display: inline-block;
}
.staticPageHeader a.davidBlog, .staticPageHeader a.jessicaBlog, .staticPageHeader a.pascalCaseStudy, .staticPageHeader a.markCaseStudy {
	float: right;
	margin: 4px 20px 0 0;
	display: inline-block;
	height: 59px;
	line-height: 59px;
	padding-left: 70px;
	color: #444;
	font-size: 12px;
	text-decoration: underline;
}
.staticPageHeader a.davidBlog {
	background: url(../images/davidSmall.png) 0 0 no-repeat;
}
.staticPageHeader a.jessicaBlog {
	background: url(../images/jessicaSmall.png) 0 0 no-repeat;
}
.staticPageHeader a.pascalCaseStudy {
	background: url(../images/pascalSmall.png) 0 0 no-repeat;
}
.staticPageHeader a.markCaseStudy {
	background: url(../images/markSmall.png) 0 0 no-repeat;
}
.news {
	width: 496px;
}
.news img {
	margin: 0 20px 0 0;
	margin-bottom: 20px;
}
.news h1 {
	text-transform: uppercase;
	padding: 20px 15px 20px 0;
}
.news p {
	padding-right: 10px;
	float: left;
	width: 235px;
}
.news hr {
	border-color: #93989e;
	border-width: 2px 0 0;
	margin: 15px 10px 15px 0;
	display: block;
	clear: both;
}
.latestTracks table {
	float: left;
	margin: 0 4px;
	width: 496px;
}
.latestTracks table tr td {
	padding: 3px 5px;
}
.latestTracks table tr td:nth-of-type(1) {
	width: 20px;
	padding: 3pxpx 10px 3pxpx 20px;
}
.latestTracks table tr td:nth-of-type(2) {
	width: 230px;
}
.latestTracks table tr td:nth-of-type(3) {
	width: 140px;
}
.latestTracks table .latestTracksTools a {
	margin: 0 3px;
	width: 14px;
	height: 16px;
	display: inline-block;
}
.latestTracks .action_icon_play {
	background: url(../img/play02.png) 0 0 no-repeat;
	height: 18px;
	width: 20px;
	margin: 0;
}
.latestTracksTools .action_icon_favorites {
	background: url(../img/sr-favorites.png) 0 0 no-repeat !important;
}
.latestTracksTools .action_icon_share {
	background: url(../img/sr-share.png) 0 0 no-repeat !important;
}
.latestTracksTools .action_icon_details {
	background: url(../img/sr-details.png) 0 0 no-repeat !important;
}
.latestTracksTools .action_icon_download {
	background: url(../img/sr-download.png) 0 0 no-repeat !important;
}
.latestTracksTools .action_icon_download.action_icon_download_high {
	background: url(../img/sr-download.png) 0 0 no-repeat !important;
}
.latestTracksTools .action_icon_download_dsbld {
	background: url(../img/sr-download.png) 0 -16px no-repeat !important;
	cursor: default;
}
.latestTracksTools .action_icon_add2pl {
	background: url(../img/sr-add2pl.png) 0 0 no-repeat !important;
}
.latestTracksTools .action_icon_edits {
	background: url(../img/sr-edits.png) 0 0 no-repeat !important;
}
.latestTracksTools .action_icon_edits_dsbld {
	background: url(../img/sr-edits.png) 0 -16px no-repeat !important;
	cursor: default;
}
.latestTracks table tr {
	background-color: #e5e6e7;
}
.latestTracks table tr:nth-child(2n) {
	background-color: #fff;
}
.twitter {
	width: 20%;
	height: 766px;
	float: right;
	margin-top: 4px;
	position: relative;
}
.addspace {
	width: 80%;
	float: left;
	margin-top: 20px;
}
.addspace .left, .addspace .right {
	width: 496px;
	height: 243px;
	position: relative;
}
.addspace .left {
	float: left;
	background: url(../images/blue.jpg) center center no-repeat;
}
.addspace .left h1, .addspace .right h1 {
	font-family: 'league_gothicregular';
	font-size: 66px;
	color: #fff;
	font-weight: normal;
	padding: 20px;
	text-transform: uppercase;
}
.addspace .left h1 span {
	color: #004282;
}
.addspace .right h1 span.span1 {
	color: #c4000e;
}
.addspace .right h1 span.span2 {
	color: #004282;
}
.addspace .right h1 {
	font-size: 45px;
}
.addspace .left p, .addspace .right p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}
.addspace .left p, .addspace .left p a, .addspace .right p, .addspace .right p a {
	color: #2c2c2c;
}
.addspace .right {
	float: right;
	margin-right: 4px;
	background: url(../images/orange.jpg) center center no-repeat;
}
.scroll {
	width: 100%;
	padding: 10px 0;
	margin-top: -10px;
	float: left;
}
.scroll.latestTrackScroll {
	height: 433px;
}
.scroll.newsScroll {
	height: 433px;
}
.scroll.newsScroll *:first-child {
}
.scroll.newsScroll a h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 245px;
	float: left;
}
.scroll.newsScroll a:hover h2 {
	color: #a0a0a0;
}
.scroll.twitterScroll {
	height: 650px;
	margin-top: 0;
}
.scroll.playListScroll {
	height: 500px;
	padding: 0;
	margin-top: 0;
}
.mCSB_container_wrapper {
	margin-right: 0 !important;
}
.mCSB_container {
	width: 100% !important;
	padding-right: 0 !important;
}
.mCSB_scrollTools {
	right: -5px !important;
}
.homeSidebar .playListScroll .mCSB_scrollTools {
	right: -5px !important;
}
.mCSB_draggerRail {
	background-color: transparent !important;
}
.mCSB_dragger_bar {
	background-color: #919191 !important;
}
.homeSidebar .playListScroll .mCSB_dragger_bar {
	background-color: #000000 !important;
}
/* twitter widget */
	.twitter h1 {
	background: #E5E5E5;
	padding: 10px 10px 10px 5px;
}
.twitter h1 iframe {
	float: right;
}
.twitter ul {
	margin-top: 4px;
}
.twitter ul li {
	position: relative;
	float: left;
	clear: left;
	padding: 14px 0 13px 0;
	border-top: solid 1px #999999;
	color: #464646;
	font-weight: bold;
	margin: 0 10px 0 5px;
	width: 235px;
}
.twitter ul li:first-child {
	border: none;
}
.twitter ul li p.timePosted {
	position: absolute;
	top: 45px;
	left: 54px;
	color: #464646;
	padding: 0;
	margin: 0;
	z-index: 999;
}
.twitter .user {
	font-size: 12px;
}
.twitter .user a img {
	float: left;
	display: inline-block;
	margin: 0 5px 5px 0;
}
.twitter .user span {
	float: left;
	width: 150px;
	padding-bottom: 3px;
	color: #999999;
}
.twitter .user span:first-child {
	color: #464646;
}
.twitter p.tweet {
	float: left;
	clear: both;
}
.twitterMentionHolder {
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 240px;
	padding: 10px 0;
	border-top: solid 1px #999999;
}
.twitterMentionHolder iframe {
	margin: 0 0 0 26px;
}
/* News, Case Studies & Blog page**********************************************/

.blogIntro, .caseIntro {
	float: left;
	width: 978px;
	padding: 20px 0;
	margin: 0 5px 0 0;
	border-bottom: solid 1px #f2f2f2;
}
.blogIntro img, .caseIntro img {
	float: left;
	display: inline-block;
	margin: 10px 30px;
}
.blogIntro p, .caseIntro p {
	clear: none;
	float: left;
	font-style: italic;
	font-size: 14px;
	line-height: 140%;
	margin-top: 20px;
	color: #444444;
	width: 700px;
}
.blogIntro p span.highlighted, .caseIntro p span.highlighted {
	font-weight: bold;
}
.blogIntro.jessica p {
	margin-top: 0;
}
.blogIntro p a.titleLink, .caseIntro p a.titleLink {
	font-family: 'league_gothicregular';
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.caseIntro.mark a.moreLink, .caseIntro.mark a.titleLink {
	color: #F89D3E;
}
.caseIntro.pascal a.moreLink, .caseIntro.pascal a.titleLink {
	color: #1AA4BB;
}
.blogIntro.david a.moreLink, .blogIntro.david p a.titleLink {
	color: #33b4e7;
}
.blogIntro.jessica a.moreLink, .blogIntro.jessica p a.titleLink {
	color: #da202d;
}
.caseIntro a:hover, .blogIntro a:hover {
	color: #a0a0a0 !important;
}
.caseIntro a.moreLink
{
	float: right;
}
.caseStudy .question {
	line-height: normal !important;
	margin-top: 20px !important;
}
.caseStudy .question span {
	color: #333333 !important;
}
.caseStudy.mark .question {
	color: #F89D3E !important;
}
.caseStudy.pascal .question {
	color: #1AA4BB !important;
}
.caseStudy iframe {
	margin-left: 20px;
}
.caseStudy p {
	clear: none;
	float: none;
}
.caseIntro a.libraryLink {
	display: inline-block;
	float: right;
	width: 160px;
	height: 100px;
	margin: 0 0 10px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/libraryLinkNote.png) 10px center no-repeat;
}
.caseIntro a.libraryLink:hover
{
	color: #fff !important;
}
.caseIntro a.libraryLink span
{
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.caseIntro.pascal a.libraryLink
{
	background-color: #1aa4bb;
	border: solid 1px #15879a;
	padding: 13px 10px 10px 65px;
}
.caseIntro.pascal a.libraryLink span
{
	color: #c6e8ee;
}
.caseIntro.mark a.libraryLink
{
	background-color: #f89d3e;
	border: solid 1px #dc862d;
	padding: 5px 10px 5px 65px;
}
.caseIntro.mark a.libraryLink span
{
	color: #fae5d0;
}
.newsExcerpt, .blogExcerpt {
	float: left;
}
.newsItem, .blogItem {
	float: left;
	width: 978px;
	padding: 20px 0 30px;
	margin: 0 5px 0 0;
	border-bottom: solid 1px #f2f2f2;
	position: relative;
}
.newsItemExcerpt, .newsItemRest, .blogItemExcerpt, .blogItemRest {
	float: right;
	width: 740px;
	padding: 0;
	margin: 0;
}
.newsItem a.accordionLink, .blogItem a.accordionLink {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 17px;
	height: 17px;
	background: #000 url(../images/accordion-sprite.png) center 6px no-repeat;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.newsItem a.accordionTitle:hover h1, .blogItem a.accordionTitle:hover h1 {
	color: #a0a0a0;
}
.newsItem a.accordionLink.sel, .blogItem a.accordionLink.sel {
	background-position: center -11px;
}
.newsItem img, .blogItem img {
	float: left;
	margin-right: 10px;
}
.newsItem h1, .newsItem h2, .newsItem p, .blogItem h1, .blogItem h2, .blogItem p {
	float: right;
	width: 725px;
	padding: 0;
	margin: 0 15px 0 0;
	clear: none;
}
.caseStudy {
	float: left;
	width: 985px;
	padding: 0;
	margin: 0;
	clear: none;
}
.newsItem h1, .blogItem h1, .caseStudy .question {
	font-family: 'league_gothicregular';
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
}
.newsItem p, .blogItem p {
	padding: 15px 0 0;
}
.newsItem ul li, .blogItem ul li {
	font-size: 0.8125em;
	line-height: 1.5em;
	margin-top: 5px;
}
.newsItem h2, .blogItem h2 {
	padding: 20px 0 5px;
}
.newsItem p.author, .blogItem p.author {
	padding-top: 25px;
	font-style: italic;
}
.newsItem.categoryFashion h1, .blogItem.authorDavid h1 {
	color: #33b4e7;
}
.newsItem.categoryFashion a.accordionLink, .blogItem.authorDavid a.accordionLink {
	background-color: #33b4e7;
}
.newsItem.categoryDocumentary h1, .blogItem.authorJessica h1 {
	color: #da202d;
}
.newsItem.categoryDocumentary a.accordionLink, .blogItem.authorJessica a.accordionLink {
	background-color: #da202d;
}
.newsItem.categoryNews h1 {
	color: #b34faf;
}
.newsItem.categoryNews a.accordionLink {
	background-color: #b34faf;
}
.newsItem.categoryTelevision h1 {
	color: #E85A6D;
}
.newsItem.categoryTelevision a.accordionLink {
	background-color: #E85A6D;
}
.newsItem.categoryMusic h1 {
	color: #F89D3E;
}
.newsItem.categoryMusic a.accordionLink {
	background-color: #F89D3E;
}
.newsItem.categoryGear h1 {
	color: #1AA4BB;
}
.newsItem.categoryGear a.accordionLink {
	background-color: #1AA4BB;
}
.newsItem.categoryMedia h1 {
	color: #3F56A6;
}
.newsItem.categoryMedia a.accordionLink {
	background-color: #3F56A6;
}
.newsItem.categoryNewscasts h1 {
	color: #28A44A;
}
.newsItem.categoryNewscasts a.accordionLink {
	background-color: #28A44A;
}
.newsItem.categoryAwards h1 {
	color: #F66228;
}
.newsItem.categoryAwards a.accordionLink {
	background-color: #F66228;
}
/* End News page**********************************************/

/* Slick carousels **********************************************/

/* featuredPlaylists & blog */
.slick-slider {
	margin-bottom: 0 !important;
}
.slick-dots li {
	width: 14px !important;
}
.featuredPlaylistsCarousel .slick-dots {
	top: -40px !important;
	left: 250px !important;
	width: auto !important;
	height: 20px !important;
	margin-top: 0 !important;
}
.blogCarousel .slick-dots {
	top: -40px !important;
	right: 38px !important;
	width: auto !important;
	height: 20px !important;
	margin-top: 0 !important;
}
.featuredPlaylistsCarousel .slick-dots li button:before, .blogCarousel .slick-dots li button:before {
	content: "" !important;
}
.featuredPlaylistsCarousel .slick-dots li button, .blogCarousel .slick-dots li button {
	color: #444444 !important;
	font-size: 14px !important;
}
.featuredPlaylistsCarousel .slick-dots li.slick-active button, .blogCarousel .slick-dots li.slick-active button {
	opacity: 0.25 !important;
}
.featuredPlaylistsCarousel .slick-prev:before, .featuredPlaylistsCarousel .slick-next:before, .blogCarousel .slick-prev:before, .blogCarousel .slick-next:before {
	color: #444 !important;
	font-family: inherit !important;
}
.featuredPlaylistsCarousel .slick-prev, .featuredPlaylistsCarousel .slick-next, .blogCarousel .slick-prev, .blogCarousel .slick-next {
	margin-top: 0 !important;
	top: -42px !important;
}
.featuredPlaylistsCarousel .slick-prev {
	left: 218px !important;
}
.featuredPlaylistsCarousel .slick-next {
	left: 260px !important;
}
.blogCarousel .slick-prev {
	left: 394px !important;
}
.blogCarousel .slick-next {
	right: 10px !important;
}
.featuredPlaylistsCarousel .slick-prev:before, .blogCarousel .slick-prev:before {
	content: "<" !important;
}
.featuredPlaylistsCarousel .slick-next:before, .blogCarousel .slick-next:before {
	content: ">" !important;
}
/* PROFILE PAGES NAVIGATION */
.profileNav {
	float: left;
	margin: 4px 0 0;
	width: 998px;
}
.profileNav .profileTabsNav ul {
	position: relative;
	z-index: 2;
}
.profileNav .submenuHolder {
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	float: left;
	width: 100%;
	height: 34px;
	position: relative;
	z-index: 1;
    padding: 0 !important;
}
.secondaryTabs .resnav a.prev, .secondaryTabs .resnav a.prev:visited, .secondaryTabs .resnav a.next, .secondaryTabs.resnav a.next:visited {
	color: #444;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	border: solid 1px #c6c6c6;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f2f2f2), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 50%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 50%, #e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 );
}
.secondaryTabs .resnav a:hover {
	color: #000;
	border: solid 1px #9b9b9b;
}
.secondaryTabs .resnav a.prev span {
	padding-left: 12px;
	background: url(../images/resnavPrevNext.png) 0 3px no-repeat;
}
.secondaryTabs .resnav a.next span {
	padding-right: 12px;
	background: url(../images/resnavPrevNext.png) right 3px no-repeat;
}

.secondaryTabs .resnav a.prev, 
.secondaryTabs .resnav a.next {
    position: relative;
    top: -2px;
}


.secondaryTabs .resnav a.off {
	cursor: default;
	color: #999999;
	border: solid 1px #e3e3e3;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f7f7f7), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 50%, #efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
}
.secondaryTabs .resnav a.off.prev span {
	background-position: 0 -24px;
}
.secondaryTabs .resnav a.off.next span {
	background-position: right -24px;
}
.secondaryTabs .resnav span.count {
	margin-right: 10px;
	font-weight: normal;
	font-size: 12px;
}
.profileNav ul li {
	display: inline-block;
}
.profileNav .profileTabsNav > ul li {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin-right: 3px;
	padding: 0;
	float: left;
}
.profileNav .profileTabsNav > ul li a {
	padding: 0 15px !important;
	display: block;
	background: #dcdddf;
	border-top: solid 1px #dcdddf;
	border-right: solid 1px #dcdddf;
	border-left: solid 1px #dcdddf;
}
.profileNav .profileTabsNav > ul li.ui-state-active a {
	background: #fff;
	border-top: solid 1px #d0d0d0;
	border-right: solid 1px #d0d0d0;
	border-left: solid 1px #d0d0d0;
	color: #000;
	cursor: default;
}
.profileNav .submenuHolder ul {
	margin: 6px 0 0 4px; /**/
}
.profileNav .submenuHolder ul li {
	font-size: 14px;
	margin: 0 11px;
}
.profileNav .submenuHolder ul li a {
	display: block;
	height: 22px;
	line-height: 22px;
}
.profileNav .submenuHolder ul li a.selected {
	border-bottom: solid 2px #000;
	color: #000;
	cursor: default;
}
/* PROFILE PAGES NAVIGATION */


/* PROFILE TABLES */

.profileTable {
	margin-top: 20px;
}
.profileTable td .tableLabel {
	clear: left;
	float: left;
}
.profileTable td .profileTableName {
	float: left;
	width: 160px;/**/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.profileTable tr:nth-child(2n) {
	background: #eeeeee;
}
.profileTable td.options a {
	display: inline-block;
	width: 26px;
	height: 29px;
	background: url(../images/productionListIcons.png) 0 0 no-repeat;
	margin-right: 6px;
}
.profileTable td.options .tableLinkEditProject {
	background-position: 5px 0;
}
.profileTable td.options .tableLinkEditProject:hover {
	background-position: 5px -51px;
}
.profileTable td.options .tableLinkEditProject.disabled {
	background-position: 5px -102px;
}
.profileTable td.options .tableLinkCheckout {
	background-position: -324px 0;
}
.profileTable td.options .tableLinkCheckout:hover {
	background-position: -324px -51px;
}
.profileTable td.options .tableLinkCheckout.disabled {
	background-position: -324px -102px;
}
.profileTable td.options .tableLinkCuesheet {
	background-position: -35px 0;
}
.profileTable td.options .tableLinkCuesheet:hover {
	background-position: -35px -51px;
}
.profileTable td.options .tableLinkCuesheet.disabled {
	background-position: -35px -102px;
}
.profileTable td.options .tableLinkTracksUsed {
	background-position: -76px 0;
}
.profileTable td.options .tableLinkTracksUsed:hover {
	background-position: -76px -51px;
}
.profileTable td.options .tableLinkTracksUsed.disabled {
	background-position: -76px -102px;
}
.profileTable td.options .tableLinkReversionProduction {
	background-position: -122px 0;
}
.profileTable td.options .tableLinkReversionProduction:hover {
	background-position: -122px -51px;
}
.profileTable td.options .tableLinkReversionProduction.disabled {
	background-position: -122px -102px;
}
.profileTable td.options .tableLinkReceipt {
	background-position: -207px 0;
}
.profileTable td.options .tableLinkReceipt:hover {
	background-position: -207px -51px;
}
.profileTable td.options .tableLinkReceipt.disabled {
	background-position: -207px -102px;
}
.profileTable td.options .tableLinkDownloadList {
	background-position: -470px 0;
}
.profileTable td.options .tableLinkDownloadList:hover {
	background-position: -470px -51px;
}
.profileTable td.options .tableLinkDownloadList.disabled {
	background-position: -470px -102px;
}
.profileTable td.options .tableLinkOrder {
	background-position: -418px 0;
	padding-left: 30px;
	line-height: 29px;
	width: 40px;
}
.profileTable td.options .tableLinkOrder:hover {
	background-position: -418px -51px;
}
.profileTable td.options .tableLinkOrder.disabled {
	background-position: -418px -102px;
}
.profileTable td.options .tableLinkOrder span {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	background: url(../images/profileTableDDBtn.png) 0 0 no-repeat;
}
.profileTable td.options .tableLinkDelete {
	background-position: -243px 0;
}
.profileTable td.options .tableLinkDelete:hover {
	background-position: -243px -51px;
}
.profileTable td.options .tableLinkDelete.disabled {
	background-position: -243px -102px;
}
.profileTable td.options .tableLinkBuy {
	background-position: -280px 0;
}
.profileTable td.options .tableLinkBuy:hover {
	background-position: -280px -51px;
}
.profileTable td.options .tableLinkBuy.disabled {
	background-position: -280px -102px;
}
.profileTable td.options .tableLinkTracksExpired {
	background-position: -368px 0;
}
.profileTable td.options .tableLinkTracksExpired:hover {
	background-position: -368px -51px;
}
.profileTable td.options .tableLinkTracksExpired.disabled {
	background-position: -368px -102px;
}
.profileTable td.options .disabled {
	cursor: default;
	opacity: 0.5;
}
.profileTable a.tableLinkLabel {
	color: #444444;
	font-weight: normal;
	text-decoration: underline !important;
}
.profileTable a.tableLinkLabel:hover {
	color: #000000;
}
/* Production List Table */
.productionListTable tr th:nth-of-type(1) {
	width: 350px;
}
.productionListTable tr th:nth-of-type(2) {
	width: 80px;
	text-align: center;
}
.productionListTable td th:nth-of-type(2) {
	text-align: center;
}
.productionListTable tr th:nth-of-type(3) {
	width: 300px;
	text-align: left;
}
.productionListTable tr td:nth-of-type(3) {
	text-align: left;
}
.productionListTable tr th:nth-of-type(4) {
	width: 100px;
	text-align: center;
}
.productionListTable tr td:nth-of-type(4) {
	text-align: center;
}
.productionListTable tr th:nth-of-type(5) {
	width: 100px;
	text-align: center;
}
.productionListTable tr td:nth-of-type(5) {
	text-align: center;
}
.productionListTable tr th:nth-of-type(6) {
	width: 80px;
	text-align: center;
}
.productionListTable tr td:nth-of-type(6) {
	text-align: center;
}
.productionListTable tr th:nth-of-type(7), .productionListTable tr td:nth-of-type(7) {
	width: 180px;
	text-align: center;
}
.productionListTable tr th:nth-of-type(8), .productionListTable tr td:nth-of-type(8) {
    
}
.productionListTable tr th:nth-of-type(9), .productionListTable tr td:nth-of-type(9) {
}
/* Cuesheet List Table */
.cuesheetListTable tr th:nth-of-type(1) {
	width: 340px;
}
.cuesheetListTable tr th:nth-of-type(2) {
	width: 80px;
	text-align: center;
}
.cuesheetListTable td th:nth-of-type(2) {
	text-align: center;
}
.cuesheetListTable tr th:nth-of-type(3) {
	width: 80px;
	text-align: center;
}
.cuesheetListTable tr td:nth-of-type(3) {
	text-align: center;
}
.cuesheetListTable tr th:nth-of-type(4) {
	width: 80px;
	text-align: center;
}
.cuesheetListTable tr td:nth-of-type(4) {
	text-align: center;
}
.cuesheetListTable tr th:nth-of-type(5) {
	width: 100px;
	text-align: center;
}
.cuesheetListTable tr td:nth-of-type(5) {
	text-align: center;
}
.cuesheetListTable tr th:nth-of-type(6) {
	width: 80px;
	text-align: center;
}
.cuesheetListTable tr td:nth-of-type(6) {
	text-align: center;
}
.cuesheetListTable tr th:nth-of-type(7) {
	width: 106px;
	text-align: center;
}
/* Production orders Table */
.orderListTable tr {
	/*background: Transparent !important;*/
}
.orderListTable tr td {
	/*border-top: solid 1px #eeeeee;*/
}
.orderListTable tr.trHidden {
	display: none;
}
.orderListTable tr[class^="order"] td {
	font-weight: bold;
	border: none;
}
.orderListTable tr th:nth-of-type(1) {
	width: 150px;
}
.orderListTable tr th:nth-of-type(2), .orderListTable td th:nth-of-type(2) {
	width: 140px;
}
.orderListTable tr th:nth-of-type(3), .orderListTable tr td:nth-of-type(3) {
	width: 250px;
}
.orderListTable tr th:nth-of-type(4), .orderListTable tr td:nth-of-type(4) {
	width: 200px;
}
.orderListTable tr th:nth-of-type(5), .orderListTable tr td:nth-of-type(5) {
	width: 120px;
	text-align: right;
}
.orderListTable tr th:nth-of-type(6), .orderListTable tr td:nth-of-type(6) {
	width: 100px;
	text-align: center;
}
.orderListTable tr th:nth-of-type(7), .orderListTable tr td:nth-of-type(7) {
	width: 80px;
}
/* Users Table */
.usersTable tr th:nth-of-type(1) {
	width: 150px;
}
.usersTable tr th:nth-of-type(2) {
	width: 140px;
}
.usersTable tr th:nth-of-type(3) {
	width: 250px;
}
.usersTable tr th:nth-of-type(4) {
	width: 200px;
}
.usersTable tr th:nth-of-type(5) {
	width: 120px;
}
.usersTable tr th:nth-of-type(6), .usersTable tr td:nth-of-type(6) {
	width: 80px;
	text-align: center;
}
.usersTable tr th:nth-of-type(7), .usersTable tr td:nth-of-type(7) {
	width: 80px;
	text-align: center;
}
/* Credit Table */
.creditTable tr th:nth-of-type(1) {
	width: 150px;
}
.creditTable tr th:nth-of-type(2) {
	width: 140px;
}
.creditTable tr th:nth-of-type(3) {
	width: 200px;
}
.creditTable tr th:nth-of-type(4) {
	width: 200px;
}
.creditTable tr th:nth-of-type(5) {
	width: 120px;
}
/* playlist List Table */
.playlistListTable tr th:nth-of-type(1) {
	width: 200px;
}
.playlistListTable tr th:nth-of-type(2) {
	width: 250px;
}
.playlistListTable tr th:nth-of-type(3), .playlistListTable tr td:nth-of-type(3) {
	width: 100px;
	text-align: center;
}
.playlistListTable tr th:nth-of-type(4), .playlistListTable tr td:nth-of-type(4) {
	width: 100px;
	text-align: center;
}
.playlistListTable tr th:nth-of-type(5), .playlistListTable tr td:nth-of-type(5) {
	width: 120px;
	text-align: center;
}
h1.myAccount {
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 30px 10px 20px;
}
h1.myAccount span {
	font-weight: bold;
}
h1.bulkTitle {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 5px 0 0 15px;
}
.creditOptions {
	float: left;
	clear: both;
	margin: 20px 0; /**/
}
.creditOptions div {
	position: relative;
	width: 315px; /**/
	height: 150px;
	margin: 0 0 0 16px;
	float: left;
}
.creditOptions div:nth-of-type(1) {
	margin: 0 0 0 10px;
}
.creditOptions div a {
	display: block;
	width: 90px;
	height: 40px;
	background: url(../images/creditOptionsLink.png) right 0 no-repeat;
	color: #000;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'league_gothicregular';
	font-weight: normal;
	font-size: 28px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	right: -7px;
	bottom: -15px;
}
.creditOptions div:nth-of-type(1) {
	background: #1aa4bb url(../images/creditOptionsArrow.png) 0 0 no-repeat;
}
.creditOptions div:nth-of-type(1) a {
	background-position: right 0;
}
.creditOptions div:nth-of-type(2) {
	background: #33b4e7 url(../images/creditOptionsArrow.png) 0 0 no-repeat;
}
.creditOptions div:nth-of-type(2) a {
	background-position: right -40px;
}
.creditOptions div:nth-of-type(3) {
	background: #28a44a url(../images/creditOptionsArrow.png) 0 0 no-repeat;
}
.creditOptions div:nth-of-type(3) a {
	background-position: right -80px;
}
.creditOptions div p {
	font-family: 'league_gothicregular';
	font-weight: normal;
	color: #ffffff;
	clear: none;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	padding: 10px 10px 10px 22px;
}
.creditOptions div p span {
	font-size: 60px;
	line-height: 50px;
}
.creditOptions div p:nth-of-type(1) {
	font-size: 20px;
	line-height: 26px;
	margin-top: 16px;
	width: 105px; /**/
}
.creditOptions div p:nth-of-type(1) span {
	font-size: 48px;
	line-height: 40px;
}
.creditOptions div:nth-of-type(1) p:nth-of-type(1) {
	color: #007799;
}
.creditOptions div:nth-of-type(2) p:nth-of-type(1) {
	color: #0a99d2;
}
.creditOptions div:nth-of-type(3) p:nth-of-type(1) {
	color: #007f03;
}
.profile h3 {
	margin: 40px 10px 0;
}
.mla {
	width: 600px;
	margin: 50px auto;
	text-align: center;
}
.mla p {
	float: none;
}
.mla h1 {
	font-size: 20px;
	padding: 0 0 10px;
	margin: 0;
	float: none;
}
/* advanced search */
.search-main-content {
	float: left;
	width: 100%;
	margin-right: 4px;
	clear: none;
}
.advancedSearchWrapper {
	float: left;
	margin-right: 4px;
	position: relative;
	width: 998px;
	z-index: 999;
}
.advancedSearchLink, .advancedSearchLink:visited, .advancedSearchLink:focus {
	position: absolute;
	right: 9px;
	top: -26px;
	font-size: 12px;
	color: #33b4e7;
	text-decoration: underline;
	padding-right: 15px;
	display: inline-block;
	background: url(../images/advSearchLinkArrow.png) right 4px no-repeat;
}
.advancedSearchLink.searchExpanded {
	background-position: right -16px;
}
.advancedSearchLink:hover {
	color: #33b4e7;
}
.clearAdvancedSearch, .clearAdvancedSearch:visited, .clearAdvancedSearch:focus, .clearAdvancedSearch:hover
{
/*	font-size: 12px;
	color: #33b4e7;
	text-decoration: underline;
	position: absolute;
	right: 20px;
	bottom: 10px;*/
    font-size: 12px;
	color: #33b4e7;
	text-decoration: underline;
	position: absolute;
	right: 80px;
	bottom: 10px;
}
.advancedSearchButton {
    font-size: 12px;
	color: #33b4e7;
	text-decoration: underline;
	position: absolute;
	right: 20px;
	bottom: 10px;
/*	font-size: 12px;
	color: #33b4e7;
	text-decoration: underline;
	position: absolute;
	right: 80px;
	bottom: 10px;*/
}
.advancedSearch {
	float: left;
	width: 990px;
	margin: -4px 5px 0;
	border: solid 1px #d3d3d3;
	background: #fff;
	position: relative;
}
.advancedSearch div.sec01, .advancedSearch div.sec02 {
	width: 50%;
	float: left;
	padding: 15px 0;
}
.advSearchItem {
	float: left;
	clear: left;
	margin: 0 15px;
}
.advSearchItem label {
	float: left;
	width: 90px;
	text-align: right;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0;
}
.advSearchItem input[type="text"] {
	float: left;
	border: solid 1px #bcbcbc;
	-webkit-box-shadow:inset 0 3px 6px 0 #E6E6E6;
	box-shadow:inset 0 3px 6px 0 #E6E6E6;
	background: #fff;
	margin: 0 8px 12px;
	padding: 7px 5px;
	width: 296px;
}
.advSearchItem span.del {
	display: inline-block;
	float: left;
	padding: 6px 2px 0;
	font-weight: bold;
	font-size: 16px;
	color: #8a8a8a;
}
.advSearchItem.tempo input[type="text"] {
	width: 130px;
}
.advSearchItem.tempo input:nth-of-type(3)
{
	margin-left: 98px;
	clear: left;
}
.advSearchItem.duration input[type="text"] {
	width: 59px;
}
.advSearchItem.duration input:nth-of-type(2),
.advSearchItem.duration input:nth-of-type(4)
{
	margin-left: -9px;
}


/****************************************************/


.advSearchItem.vocals, .advSearchItem.commercial
{
	margin-top: -6px;
}
.advSearchItem.vocals ul
{
	width: 400px;
}
.advSearchItem.commercial ul
{
	width: 300px;
}
.advSearchItem.vocals li, .advSearchItem.commercial li
{
	display: inline-block;
}
.advSearchItem.vocals li input, .advSearchItem.commercial li input
{
	display: none;
}
.advSearchItem.vocals li label, .advSearchItem.commercial li label
{
	width: auto;
	text-align: left;
	display: inline-block;
	padding: 9px 0 0 6px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-transform: none;
}
.advSearchItem.vocals li input + label, .advSearchItem.commercial li input + label
{
	border: solid 1px #bcbcbc;
	-webkit-box-shadow:inset 0 3px 6px 0 #E6E6E6;
	box-shadow:inset 0 3px 6px 0 #E6E6E6;
	background: #fff;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 6px 0 0 8px;
}
.advSearchItem.vocals li input:checked + label, .advSearchItem.commercial li input:checked + label
{
	background: url(../images/thick.png) center center no-repeat;
}
.advSearchItem.vocals li:nth-of-type(2),
.advSearchItem.vocals li:nth-of-type(3)
{
	margin-left: 16px;
}
.advSearchItem.vocals li:nth-of-type(5)
{
	margin-left: 26px;
}
.advSearchItem.commercial ul
{
	width: 300px;
    float: left;
}
.advSearchItem.commercial li input
{
	display: none;
}

/******************************************/


.resultsheaderAdvancedSearch
{
	float: left;
	max-width: 980px;
	padding: 0 10px;
}
.resultsheaderAdvancedSearch span
{
	font-size: 0.8125em;
	margin: 6px 0 0 0;
	padding-top: 4px;
}
.resultsheaderAdvancedSearch span.title
{
	margin: 20px 5px 10px 10px;
	padding-left: 10px;
	border-left: solid 1px #999999;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}
.resultsheaderAdvancedSearch span.title:first-child
{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.resultsheaderAdvancedSearch span.removeItem
{
	background: url(../images/advSearchClearItem.png) right 0 no-repeat;
	padding-right: 18px;
	cursor: pointer;
}
.resultsheaderAdvancedSearch span.title.removeItem {
    background: none;
    padding-right: 0;
	cursor: default;
}
.clearAndRunAdvancedSearch, .clearAndRunAdvancedSearch:hover, .clearAndRunAdvancedSearch:visited, .clearAndRunAdvancedSearch:focus
{
	background: #F66228;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 6px 0 0 15px;
    padding: 4px 8px;
}

#pmVideoIframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

#pmVideoIframe .pmVideoIframeContainer {
    display: block;
    width: 80%;
    height: 80%;
    
    max-width: 960px;
    max-height: 720px;
    overflow: visible;
    position: relative;
}
#pmVideoIframe .pmVideoIframeContainer a.pmVideoIframeClose {
    display: block;
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    color: #fff;
    border-radius: 100px;
}
#pmVideoIframe .pmVideoIframeContainer a.pmVideoIframeClose:hover {
    text-decoration: none;
    opacity: 0.5;
    background-color: #606060;
}
#pmVideoIframe  .pmVideoIframeContainer iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

a.videoImageLink {
    display: block;
    width: 60px;
    overflow: auto;
    position: relative;
}
a.videoImageLink span {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    opacity: 0.5;
}
a.videoImageLink:hover span {
    color: #f89a40;
}
a.videoImageLink img {
    display: block;
    width: 100%;
}
