@charset "UTF-8";

/*
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
*/

html {
	height: auto;
}
body {
	margin: 0; padding: 0;
	width: 100%;
	/*height: 100%;*/
	min-height: 100%;
	font: 13px/16px Arial, sans-serif;
	text-decoration: none;
	background-color: #0c3742;
}

.debug_wrapper {
	clear: both;
	border: 1px dashed #e21213;
	background-color: #294730;
	color: #eee;
	font-size: 10pt;
	overflow: auto;
}
.debug {
	padding: 1em;
}
table.projects {
	table-layout: fixed;
	width:1040px;
}
.hdr {
	display: inline-block;
	vertical-align: top;
}

/* validation error */
.error {
	color: #e00;
}
.errorBelow {
	color: #F00;
	font-size: 11px;
	clear: both;
}
.successBelow {
	color: #09C;
	font-size: 11px;
	clear: both;
}
.required_mark {
	color: #2F779E;
	font-weight: bold;
}
.warning {
	color: #f60;
}

#overlay,.overlay {
	display: none;
	position: fixed;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background: rgba( 0, 0, 0, 0.5 );
	z-index: 990;
}
.overlay2 {
	background-color: transparent;
}
.prompt_floaty {
	display: none;
	position: absolute;
	padding: 10px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	z-index: 995;
	box-shadow: 2px 2px rgba( 0, 0, 0, 0.2 );
}
.prompt_floaty input[type=text] {
	padding: 1px 0;
}
.prompt_floaty input[type=text],
.prompt_floaty select {
	width: 100%;
}

.center { text-align: center; }
.justify { text-align: justify; }
.gone { display: none; }
a.red_button {
	color: #fff;
	background-color: #800;
	padding: 8pt;
	border-radius: 3px;
	text-decoration: none;
}
a img { border: none; }
.onPoint { cursor: pointer; }
.left { float: left; }
.right { float: right; }
.tright { text-align: right; }
.success { color: #07c01a; }
.row0 { background-color: #FFF; }
.row1 { background-color: #E6E6E6; }
.fakelink {
	color: #0080ff;
	cursor: pointer;
}
h1 {
	font-weight: 300;
	color: #4999B8;
}
.header_wrapper {
	display: block;
	min-height: 32px;
}
.default-value-active {
	color: #002;
	font-style: none;
}
.default-value-inactive {
	color: #818289;
	/*font-style: italic;*/
}

#playlist-nav .nav-image {
	position: absolute;
	font-size: larger;
	padding-top: 10px;
	top: 5px;
	right: 15px;
}
.nav-return {
	color: #5e5959;
	position: relative;
	font-size: larger;
	padding-top: 10px;
}
.nav-return a {
	text-decoration: none;
	/*color: #43a1b6;*/ /* lightish bluish */
	color: #5e5959; /* greyish */
}
.nav-return a:hover {
	text-decoration: underline;
	color: #43a1b6; /* lightish bluish */
}

.menunav_wrapper {
	width: 942px;
	margin: 0 auto;
}
.menunav {
	display: table;
	position: relative;
	margin: 0 auto; padding: 0;
	width: 100%;
	background-image: linear-gradient( to bottom, #e7e8ea, #868a93 );
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
.menunav a {
	display: block;
	padding: 12px 0;
	text-decoration: none;
	color: #000;
}
.menunav a:hover {
	color: #fff;
}
.menunav .menunavitem {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.menunav .menunavitem.special_highlight {
	background-image: linear-gradient( to bottom, #eeefa2, #8e9161 );
}
.menunav .menunavitem.current,
.menunav .menunavitem.current *,
.menunav .menunavitem:hover {
	color: #fff;
	background-image: linear-gradient( to bottom, #59bdd5, #1e929f );
}

#menunav {
	margin: 0 auto;
	padding: 0px;
	width: 942px; height: 42px;
	position: relative;
	background-image: url(/images/bg-menunav-off.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#menunav a {
	text-decoration: none;
	color: #000;
}
#menunav a:hover {
	color: #fff;
	cursor: pointer;
	background-image: url(/images/bg-menunav-on.jpg);
}
#menunav .current {
	color: #fff;
	cursor: pointer;
	background-image: url(/images/bg-menunav-on.jpg);
}
#menunav a.current { color: #fff; }
#menunav .menunavitem {
	text-align: center;
	height: 14px;
	width: 134px;
	position: absolute;
	top: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #000;
	text-decoration: none;
}
#menunav #nav-browsecds { left: 0px; }
#menunav #nav-searchtracks { left: 135px; }
#menunav #nav-libraries { left: 269px; }
#menunav #nav-services { left: 403px; }
#menunav #nav-radio-imaging { left: 403px; }
#menunav #nav-custom-music { left: 537px; width: 135px; }
#menunav #nav-company { left: 672px; }
#menunav #nav-community { left: 671px; width: 135px; }
#menunav #nav-support { left: 806px; width: 136px; }

#banner {
	height: 100px;
	width: 942px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
#banner #quick-search #search-criteria {
	box-sizing: border-box;
	border: 0;
	padding: 0 10px;
	height: 30px;
	width: 100%;
}
#search-btn {
	position: relative;
	top: 1px;
	background-color: #ccc;
}

#banner .groupolinks {
	position: absolute;
	top: 4px; right: 0;
	min-width: 380px;
	font-size: 14px;
	text-align: right;
	color: #fff;
}
#banner .groupolinks * {
	display: inline;
	color: #fff;
	vertical-align: middle;
}
#banner .groupolinks a {
	text-decoration: none;
}
#banner .groupolinks a:hover {
	color: #58becf;
	text-decoration: underline;
}
#banner .groupolinks div.spacer {
	margin: 0 1em;
}

i.cart_button_icon {
	display: inline-block !important;
	font-size: 20pt;
}
.cart_icon_wrapper {
	display: inline-block;
	position: relative;
	top: 5px;
	/*width: 80px;*/
	overflow: hidden;
}
#banner .cart_icon_wrapper {
	margin: 0 5px 0 20px;
	position: relative;
	top: -5px;
}
.cart_icon {
	display: inline-block;
	margin-right: 5px;
}
.cart_icon a {
	display: inline;
}
.cart_icon i {
	color: #39bdd4 !important;
	min-width: 25px;
}
.cart_icon_wrapper .text {
	display: inline-block;
	color: #fff;
	position: relative;
}
.cart_icon_wrapper a {
	color: #fff;
	text-decoration: none;
}
#banner .cart_icon_wrapper .text {
	display: inline-block;
	color: #fff;
	position: relative;
	top: 3px;
	left: 4px;
}
.cart_icon .number_over {
	display: inherit;
	position: absolute;
	padding: 0 0 0 3px;
	top: -1px;
	width: 25px;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
}

#banner #findit_license_buttons {
	position: absolute;
	top: 50px; right: 0;
	width: 670px;
}

#banner #megatrax-logo {
	position: absolute;
	left: 0; top: 0;
}

.big_shaded_btn {
	border: 1px solid #58becf;
	border-right-color: #82b0ba;
	border-bottom-color: #307c89;
	border-left-color: #378694;
	padding: 7px 12px;
	margin: 0 0 0 3px;
	background-color: #414c63;
	background-image: linear-gradient(#588597, #414c63);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 2px #000;
	text-decoration: none;
}
.big_shaded_btn > a {
	color: #fff;
	text-decoration: none;
}
.big_shaded_btn a:hover,
.big_shaded_btn > a:hover {
	color: #58becf;
	text-decoration: underline;
}

.registerDiv {
	padding: 0 0 0 2em;
}


#content {
	color: #626262;
	width: 902px;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	padding: 20px 20px 10px;
	overflow: visible;
	clear: both;
	min-height: 410px;
	line-height: 20px;
}

.main_content {
	position: relative;
	width: 942px;
	margin: 0 auto;
	padding: 0;
	color: #626262;
	background-color: #fff;
	line-height: 20px;
}


/* playlists */

#playlist-titles {
	clear: both;
	width: 100%;
	float: left;
	font-size: 12px;
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#playlist-songs .tsrParent {
	padding: 3px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#playlist-songs .tsrExpanded {
	background-color: #f9f9f9;
}
#playlist-songs #tsr-titles table tr th {
	font-weight: bold;
	color: #585858;
	text-align: left;
}
#playlist-songs .tsrTrackTitle {
	color: #006b9a;
	text-align: left;
}
#playlist-songs .tsrTrackTitle > td {
	padding: 0px 0px 4px;
}
#playlist-songs .tsrTrackDetails > td {
	padding-bottom: 5px;
}
#playlist-songs .tsrTrackDetailTitle {
	font-weight: bold;
	color: #FFF;
	background-color: #626262;
	text-align: left;
}
#playlist-songs #playlist-addAll {
	clear: both;
	position: relative;
	text-align: right;
	color: #666666;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
}

#footer {
	height: 84px; width: 100%;
	margin: 0 auto;
	position: relative;
	/*background-image: url(/images/bg-footer.jpg);*/
	background-image: linear-gradient( to bottom, #515955, #000 );
	background-color: #000;
	background-size: 100% 60px;
	background-repeat: no-repeat;
	clear: both;
	float: none;
}
#footer #footer-content {
	height: 84px;
	width: 942px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	color: #b4cbd4;
}
#footer-content a {
	color: #b4cbd4;
	text-decoration: none;
}
#footer-content a:hover {
	color: #eee;
	text-decoration: underline;
}
#footer-content #footer-btm {
	position: absolute;
	bottom: 10px;
}

.titleA {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #656565;
}
.titleB {
	margin: 4pt 0 8pt;
	font-size: 17px;
	font-weight: bold;
	color: #767676;
}
.nav-title {
	font-size: 36px;
	color: #58becf;
}
.section_title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 8pt;
}
.mxblue {
	color: #006b9a;
}

/* generic nav */
.generic-nav-wrapper {
	margin: 0;
	padding: 20px 20px 0;
	background-color: #fff;
	line-height: 25px;
}
.generic-nav {
	position: relative;
	width: 100%;
	margin: 0 0 2em; padding: 0;
}
.generic-nav ul {
	margin: 0 0 2em; padding: 0;
	list-style: none;
	line-height: 15pt;
	/*border-bottom: 1px solid #ddd;*/
}
.generic-nav li .current, .generic-nav .current a { color: #58becf; }
.generic-nav li {
	display: inline;
	padding-left: 30px;
}
.generic-nav li.generic-nav-1st-item { padding-left: 0; }
.generic-nav li a {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}
.generic-nav li a:hover { color: #58becf; }
/* generic nav end */

.columnstring200 {
	display: inline-block;
	position: relative;
	float: left;
	width: 200px;
	margin: 1em 0.5em 0;
	text-align: center;
	line-height: 12pt;
}
.big_inverse_button {
	position: relative;
	width: 400px;
	clear: both;
	margin: 0 auto;
	padding: 10px;
	background-color: #43A1B6;
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
}
.simple_link_button {
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #333;
	color: #111213;
}
.simple_link_button:hover {
	background-color: #43A1B6;
	color: #ffffff;
	cursor: pointer;
}
.link_button {
	background-image: linear-gradient(to bottom, #e7e8ea, #969a93);
	border-radius: 5px;
	color: #222;
	padding: 10px;
	text-decoration: none;
}
.link_button:hover {
	color: #054a0a;
	text-decoration: underline;
}
.small_link_button {
	display: inline-block;
	padding: 5px 10px;
	background-image: linear-gradient( to bottom, #e7e8ea, #969a93 );
	border-radius: 2px;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
.small_link_button:hover {
	color: #054a0a;
	text-decoration: underline;
	cursor: pointer;
}

/* slider */

#slider1 li {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 2px;
}
#slider1-skip img {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.heropagination {
	width: 114px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	position: absolute;
	height: 22px;
	z-index: 500;
	margin: 0px;
	overflow: hidden;
}
.heropagination a {
	padding: 0;
	text-decoration: none;
	background-image: url(/images/hero-pager-off.jpg);
	background-repeat: no-repeat;
	width: 18px;
	background-position: 0px 0px;
}
.heropagination a:hover, .heropagination a.selected {
	background-image: url(/images/hero-pager-on.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 18px;
	background-position: 0px 0px;
}
#paginate-hero {
	margin: 0px;
	padding: 0px;
	width: 114px;
	left: 1px;
	top: 346px;
}
#paginate-hero #hero-pad-left {
	position: absolute;
	left: 0px;
	top: 0px;
}
#paginate-hero #hero-1 {
	position: absolute;
	left: 3px;
	top: 0px;
}
#paginate-hero #hero-2 {
	position: absolute;
	left: 21px;
	top: 0px;
}
#paginate-hero #hero-3 {
	position: absolute;
	left: 39px;
	top: 0px;
}
#paginate-hero #hero-4 {
	position: absolute;
	left: 57px;
	top: 0px;
}
#paginate-hero #hero-5 {
	position: absolute;
	left: 75px;
	top: 0px;
}
#paginate-hero #hero-6 {
	position: absolute;
	left: 93px;
	top: 0px;
}
#paginate-hero #hero-pad-right {
	position: absolute;
	left: 111px;
	top: 0px;
}

.playParent, .playChild {
	background-image: url(/images/tsr-play-17x17.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0; padding: 0;
	width: 17px; height: 17px;
	cursor: pointer;
	float: right;
}
.playParent.playing, .playChild.playing {
	background-image: url(/images/parent-close-17x17.png);
}

.downParent, .downChild {
	background-image: url(/images/tsr-download-17x17.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0 0 0 8px;
	padding: 0;
	width: 17px;
	height: 17px;
	cursor: pointer;
	float: right;
}
.downParent.download_disabled, .downChild.download_disabled {
	background-image: url(/images/tsr-download-disabled-17x17.png);
}
.saveParent, .saveChild {
	background-image: url(/images/tsr-add.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0 0 0 8px;
	padding: 0;
	width: 15px;
	cursor: pointer;
	float: right;
}

#libResults .volPlay {
	position: relative;
	width: 25px; height: 25px;
	top: 186px; left: 180px;
	cursor: pointer;
	background-image: url(/images/control-play.png);
	background-repeat: no-repeat;
	z-index: 5;
}
#libResults .volPlay.playing {
	background-image: url(/images/control-pause.png);
}

/* comments / notes */
.mxComments {
	position: relative;
	float: right;
	top: -1px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0 0 0 8px;
	padding: 0;
	width: 15px;
	cursor: pointer;
}
.mxComments.noComments {
	background-image: url('/images/notepad-off.png');
}
.mxComments.hasComments {
	background-image: url('/images/notepad-on.png');
}
.mxComments.hasSubComments {
	background-image: url('/images/notepad-partial.png');
}
#libResults .mxComments { /* browse start cd */
	position: relative;
	float: left;
	top: 186px; left: -19px;
	width: 25px; height: 25px;
	z-index: 5;
	cursor: pointer;
	background-image: url(/images/notepad-cd-off.png);
	background-repeat: no-repeat;
}
#libResults .mxComments.noComments {
	background-image: url(/images/notepad-cd-off.png);
}
#libResults .mxComments.hasComments {
	background-image: url(/images/notepad-cd-on.png);
}

#logo {
	position: relative;
	float: left;
	margin: 8px;
}
#menu-a {
	float: right;
	overflow: hidden;
	width: 1000px; height: 36px;
	background-color: #444547;
}
#menu-a ul {
	margin: 0; padding: 0;
	width: 100%; /*width of menu*/
}
#menu-a ul li {
	display: inline;
}
#menu-a ul li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}
#menu-a ul li a:hover, #menu-a ul li .current {
	padding: 10px 12px;
	color: #fff !important; /*text color of selected and active item*/
	background: #000 url(/images/bg-menunav-on.jpg) center center repeat-x;
}

#browse-header {
	position: relative;
	margin: 0; padding: 0;
	width: 1250px; height: 70px;
	border: none;
}

#featured_playlists {
	display: inline-block;
	padding: 0 0 0 20px;
	min-width: 725px;
}
.featured_playlist_item {
	display: inline-block;
	zoom: 1; /* IE bug workaround */
	/**display: inline; /* IE bug workaround */
	margin: 0 6pt 2em;
	padding: 0;
	min-width: 340px;
}
.featured_playlist_item .title {
	margin: 0 0 3pt;
}


/* cart stuff */

#content.cart_bg {
	background-color: #f1f9fd;
}

div#cart_info_floaty {
	display: none;
	position: fixed;
	margin: 0 auto;
	left: 0; right: 0;
	top: 15px;
	height: 668px;
	width: 600px;
	background-image: linear-gradient( to bottom, #55bad0, #2596a3 );
	color: #fff;
	z-index: 120;
	overflow: hidden;
}
div#cart_info_floaty img {
	display: block;
}
div#help_floaty_close {
	cursor: pointer;
	float: right;
	margin-top: 22px;
}
#sub_modal_overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 110;
	background-color: rgba( 0, 0, 0, 0.5 );
}
.cart_pop {
	display: inline;
	padding: 1px 5px 2px;
	cursor: pointer;
}
#cart_tooltip_popup {
	position: fixed;
	z-index: 110;
	padding: 10px;
	width: 320px;
	background-color: #555;
	color: #fff;
	border: 2px solid #444;
	border-radius: 2px;
	line-height: 18px;
}
#cart_tooltip_overlay {
	display: none;
	position: fixed;
	z-index: 105;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba( 0, 0, 0, 0.5 );
}
.country_warning {
	clear: both;
	padding: 5px;
	color: #e00;
	background-color: #ddd;
	border-radius: 2px;
}
.add_to_cart_button {
	float: right;
	position: relative;
	margin: 0 0 0 8px;
	padding: 0;
	top: -1px;
	cursor: pointer;
	font-size: 14pt;
	color: #30a5b9;
}
.order_button {
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
	cursor: pointer;
}
#cart_wrapper {
	display: none;
	position: fixed;
	z-index: 100;
	top: 77px;
	width: 890px;
	min-height: 300px;
	margin: 0 auto;
	left: 0; right: 0;
	color: #ededed;
	background-image: linear-gradient( to bottom, #55bad0, #2596a3 );
}
#cart_wrapper .header_wrapper {
	background-color: #1c929e;
	height: 30px;
	line-height: 28px;
	padding: 0 3pt;
}
#cart_wrapper .header_wrapper > img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5pt 0 0;
}
#cart_wrapper .header_content {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	font-size: larger;
}
div#cart_wrapper.cart_floaty.cart_list {
	background-color: #f1f9fd;
	background-image: none;
}
.cart_content {
	color: #111;
	font-size: 13px;
}
.cart_floaty_content {
	padding: 15px 35px 10px;
	color: #eee;
	font-size: 13px;
}
.cart_floaty_content input[type=button] {
	padding: 8px 10px;
	color: #fff;
	background-color: #154f60;
	min-width: 85px;
	border: 0;
	cursor: pointer;
}
.cart_floaty_content .field_set .field_value input {
	color: #eee;
	background-color: #444;
}
.cart_floaty_content {
	color: #111;
	font-size: 13px;
	overflow: auto;
}
.cart_content h1 {
	margin: 10px 0 12px;
	padding-bottom: 8px;
	font-size: 36px;
	font-weight: normal;
	line-height: normal;
	color: #135160;
}
.cart_floaty_content h1 {
	border-bottom: 1px solid;
	margin: 10px 0 12px;
	padding-bottom: 8px;
	font-size: 38px;
	font-weight: normal;
	line-height: normal;
	color: #135160;
}
.cart_floaty_content .cart_help, .cart_floaty_content .cart_info {
	float: right;
}
.cart_floaty_content .cart_help i.fa, .cart_floaty_content .cart_info i.fa {
	margin-top: 10px;
	font-size: 34px;
	cursor: pointer;
}
.cart_help a i, .cart_info a i {
	color: #eee;
}
.cart_info {
	margin-right: 10px;
}
.largish {
	margin: 20px 0;
	font-size: larger;
}
.cart_content .total {
	margin: 0 10px 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	color: #135160;
}
.check_out_button {
	display: inline-block;
	margin: 20px 0 40px;
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	background-color: #135160;
	border: 0;
	cursor: pointer;
}
.cart_content .continue_shopping {
	display: inline-block;
	margin: 20px 20px 40px;
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	background-color: #135160;
	border: 0;
	cursor: pointer;
}
.cart_items * {
}
.cart_item th.cart_item_col_1 {
	width: 4%;
}
.cart_item th.cart_item_col_2 {
	width: 22%;
}
.cart_item th.cart_item_col_3 {
	width: 30%;
}
.cart_item th.cart_item_col_4 {
	width: 31%;
}
.cart_item th.cart_item_col_5 {
	width: 9%;
}
.cart_item th.cart_item_col_6 {
	width: 4%;
}
.cart_item {
	display: block;
	margin: 20px 0;
	padding: 10px 5px;
	border: 1px solid #e8e8ea;
	background-color: #fff;
}
.cart_item .cd_thumb {
	/*display: inline-block;*/
	float: left;
	vertical-align: top;
	width: 90px;
	min-height: 85px;
}
.cart_item .title {
	padding: 0 0 5px;
	font-weight: bold;
}
.cart_items .cart_item .title {
	/*color: #006b9a;*/
	color: #5e5e58;
}
.cart_item .cd_title {
	display: inline-block;
	width: 200px;
}
.cart_items .cart_item .cd_title {
	color: #006b9a;
}
.cart_item .version {
	display: inline-block;
	margin: 0 0 0 1pt;
	font-size: 14px;
	font-weight: bold;
}
.cart_item .length {
	display: inline-block;
	margin: 0 0 0 1pt;
	font-size: 14px;
	font-weight: bold;
}
.cart_item .price {
	display: inline-block;
	margin: 0 0 0 5pt;
	width: 60px;
	text-align: right;
}
.cart_item .delete_button {
	display: inline-block;
	margin: 0 0 2px 0;
	height: 15px;
	line-height: 15px;
	vertical-align: bottom;
	cursor: pointer;
}
.cart_item .edit_button {
	color: #5694e9;
	cursor: pointer;
}
.cart_item .project_name {
	display: inline-block;
	width: 490px;
	color: #eee;
}
.cart_items .cart_item .project_name {
	color: #000;
}
.cart_items .cart_item .clearance {
	color: #111;
}
.cart_item .project_desc {
	display: inline-block;
	color: #eee;
}
.cart_items .cart_item .project_desc {
	color: #111;
}
.cart_item .play_button {
	float: left;
	width: 25px;
	margin: 0 0 0 5px;
}
.cart_item th {
	text-align: left;
	color: #135160 !important;
}
.potential_cart_item {
	/*border: 1px dashed red;*/
	line-height: 22px;
}
.potential_cart_item .title {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.potential_cart_item .version {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.potential_cart_item .length {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.cart_floaty_content .price {
	margin-top: 20px;
	margin-right: 10px;
	font-size: 25px;
}
.cart_clearance_button {
	display: block;
	margin: 0 0 1em;
	padding: 20px;
	color: #135160;
	background-color: #fff;
	text-decoration: none;
	vertical-align: top;
	line-height: 22px;
	cursor: pointer;
}
.cart_clearance_button .circlebutton {
	display: inline-block;
	width: 40px;
	float: left;
}
.cart_clearance_button .content {
	display: inline-block;
	width: calc( 100% - 5em );
}
.cart_clearance_button .label {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.cart_floaty_content .clearance_button_group {
	background-color: #fff;
	padding: 20px 30px;
	margin: 0 0 15px;
}
.cart_floaty_content .clearance_button_group .cart_clearance_button {
	display: inline-block;
	width: calc( 49% - 5px );
	margin: 0;
	padding: 5px;
	color: #135160;
	text-decoration: none;
}
.cart_floaty_content .monthly_annual_sub {
	margin: 0 0 10px 0;
	font-size: 16px;
	text-align: left;
}
.cart_download_links {
	display: block;
	margin: 1em 0;
	width: 100%;
	text-align: center;
}
.cart_download_links .sectiontitle {
	display: inline-block;
	margin-right: 2em;
}
.cart_download_links .mp3_group {
	display: inline-block;
	margin-right: 2em;
}
.cart_download_links .mp3320 {
	display: inline-block;
	/*margin-left: 0.5em;*/
}
.cart_download_links .aiff_group {
	display: inline-block;
	margin-right: 2em;
}
.cart_download_links .aiff441 {
	display: inline-block;
	margin-right: 2em;
}
.cart_download_links .aiff48 {
	display: inline-block;
}
.cart_download_links .wav_group {
	display: inline-block;
	margin-right: 2em;
}
.cart_download_links .wav441 {
	display: inline-block;
	margin-right: 2em;
}
.cart_download_links .wav48 {
	display: inline-block;
}
.cart_download_links .exp {
	display: inline-block;
}

.bc_wrapper {
	border-bottom: 1px solid;
	margin: 15px 0 12px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	color: #135160;
}
.bc_item {
	display: inline-block;
}
.bc_sep {
	display: inline-block;
	margin: 0 1em;
	font-family: monospace;
}
.cart_bc_trigger {
	display: inline-block;
}
.cart_bc_trigger:hover {
	cursor: pointer;
	color: #1e3;
}

.cart_white_box {
	color: #135160;
	background-color: #fff;
	padding: 20px 25px 30px;
	margin: 0 0 22px 0;
}
#checkout_form_box {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
}
#checkout_form_box input[type=text] {
	border: 1px solid #bfbfbf;
	height: 24px;
	padding: 0 4px;
}
#checkout_form_box .input_line {
	margin-bottom: 20px;
}
#checkout_form_box .col2 {
	display: inline-block;
	width: calc( 50% - 20px );
}
#legalese_wrapper {
	display: none;
	position: fixed;
	top: 5%; left: 5%;
	width: calc( 90% - 2em );
	height: calc( 90% - 2em );
	padding: 1em;
	border: 5px solid #444;
	border-radius: 7px;
	background-color: #fff;
	color: #000;
	overflow: auto;
	z-index: 1010;
}
.cart_legalese {
	font-family: serif;
	font-size: 12pt;
}
.cart_legalese .title {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.cart_content .cart_processing {
	display: none;
	padding: 130px;
}

/* end cart */


#proposal-feedback h2 {
	font-size: 20px;
	color: #227583;
}

/* studios start */
#content #studios-mrs {
	position: relative;
	margin: 0;
	padding: 5px 0 5px 10px;
	background-color: #474546;
	height: 20px;
	color: #58becf;
	font-size: 30px;
}
#content #studio-slides {
	display: none;
}
#content #studio-slides a {
	display: none !important;
}
#content #studio-col1 ul,
	#content #studio-col2 ul,
	#content #studio-col3 ul {
	list-style: none;
	margin-right: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 14px;
}
#content a.no-dec {
	text-decoration: none;
	color: #58BECF;
}
#content .studio-h1 {
	color: #ffffff;
	background-color: #636363;
	padding: 3px 5px;
	left: 5px;
	width: 125px;
}
#content .studio-hr {
	position: relative;
	bottom: 0;
	width: 270px;
	height: 1px;
	background-color: #636363;
}
#content #studio-col1 {
	clear: both;
	position: relative;
	width: 300px;
	float: left;
	padding-right: 20px;
}
#content #studio-col2 {
	position: relative;
	width: 300px;
	float: left;
}
#content #studio-col3 {
	position: relative;
	width: 250px;
	float: right;
	right:20px;
}
#content .studio-specs {
	color: #636363;
	font-size: 20px;
	font-weight: 100;
	position: relative;
	clear: both;
	border-bottom: 1px solid #636363;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#content #studio-left #aLine {
	position: relative;
	bottom: 0;
	width: 220px;
	height: 5px;
	background-color: #636363;
}
#content #studio-left {
	position: relative;
	width: 225px;
	float: left;
	clear: both;
	font-size: 18px;
	padding-right: 5px;
	line-height: 30px;
}
#content #studio-right {
	position: relative;
	width: 670px;
	float: left;
	background-color: #866565;
}
#content .studio-title {
	background-color: #CCCCCC;
	font-size: 24px;
	font-weight: 100;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 1px;
}
#content #studios-nav {
	padding: 0px;
	width: 100%;
	margin-top: 10px;
}
#content #studios-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #474546;
	height: 40px;
}
#content #studios-nav li {
	position: relative;
	display: inline;
}
#content #studios-nav .studio-item {
	clear: both;
	position: absolute;
	bottom: -28px;
	left: 35px;
}
#content #studios-nav li a {
	color: #CFCFCD;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	top: 8px;
	font-size: 14px;
	font-weight: 100;
	padding-left: 10px;
	padding-right: 30px;
}
#content #studios-nav li a:hover {
	color: #58becf;
}
#studios-nav ul #studio-a .current,
	#studios-nav ul #studio-b .current,
	#studios-nav ul #studio-c .current {
	color: #58becf;
}
/* studios end */

/* community start */
#content #communityStory {
	width: 635px;
	padding-right: 0;
	min-height: 400px;
	position: relative;
	float: left;
	overflow: visible;
	padding-top: 5px;
}
#content #communityStory .title {
	font-size: 16px;
	font-weight: bold;
	color: #555A62;
	text-decoration: none;
}
#content #communityStory .description {
	font-size: 12px;
	color: #535B5E;
	line-height: 1.5;
	text-align: justify;
	padding-top: 5px;
}
#content #communityStory .description img {
	float: left;
	border: 0;
	padding: 5px;
}
#content #communityStory .description a,
#content #communityStory .description a:visited,
#content #communityStory .description a:active,
#content #communityStory .description a:link {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}
#content #communityStory .description a:hover {
	color: #2094A1;
}
#content #communityStory .tags {
	color: #8d8686;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
}
#content #communityStory .pubdate {
	float: right;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
}
#content #communityLeft {
	width: 635px;
	padding-right: 0;
	min-height: 400px;
	position: relative;
	float: left;
	overflow: visible;
	padding-top: 5px;
}
#content #communityRight {
	float: right;
	width: 240px;
	padding-top: 0;
	background-color: #535B5E;
}
#content #communityRight #rsstags {
	text-align: justify;
	margin-left: 10px;
}
#content #communityRight #rsstags h1 {
	font-size: 20px;
	color: #656565;
}
#content #communityRight .rss-heading {
	font-size: 20px;
	color: #656565;
	padding-left: 10px;
}
#content #communityRight #rsstags a {
	text-decoration: none;
	color: #908b8b;
	font-size: 12px;
	text-transform: uppercase;
}
#content #community-nav {
	padding: 0px;
	width: 100%;
}
#content #community-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #community-nav li {
	display: inline;
	padding-right: 30px;
}
#content #community-nav li a {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}
#content #community-nav li a:hover {
	color: #58becf;
}
#community-nav ul #community-news .current,
	#community-nav ul #community-blog .current {
	color: #58becf;
}
/* pagination */
#content #communityRight #pagination {
	float: left;
	height: 25px;
	padding-left: 100px;
}
#content #communityRight #pagination ul li a {
	text-decoration: none;
	color:#578496;
}
#content #communityRight #pagination ul li {
	list-style: none;
	float: left;
	padding: 3px 7px 3px 7px;
	margin: 0 3px 0 3px;
	font-size: 14px;
	color: #578496;
	border:0;
	/*background-color: #F0F0F0;*/
}
#content #communityRight #pagination ul li.active.go {
	background-color: #F0F0F0;
	color: #578496;
}
#content #communityRight #pagination ul li.inactive.current {
	background-color: #FFFFFF;
	color: #578496;
}
#content #communityRight #pagination ul li.active.go:hover {
	background-color: #FFFFFF;
	color: #578496;
}
#content #communityRight #pagination ul li.inactive:hover {
	cursor: pointer;
}
#content #communityRight #pagination ul li.active {
	color:#578496;
	background-color:#ffffff;
}
#content #communityRight #pagination ul li:hover {
	color: #0D6997;
	cursor: pointer;
	background-color: #FFF;
}
#content #communityRight #pagination img {
	border:0px;
}
/* pagination end */


#content #services-nav {
	margin: 0 0 2em;
	padding: 0px;
	width: 100%;
}
#content #services-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #services-nav li {
	display: inline;
	padding-right: 30px;
}
#content #services-nav li a {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}
#content #services-nav li a:hover {
	color: #58becf;
}
#content #services-nav ul li a.current {
	color: #58becf;
}

/* catalogs begin */

#content-catalogs {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	padding: 0px 20px 5px 20px;
	overflow: visible;
	visibility: visible;
}
#content-catalogs #content-banner {
	color: #37A8B6;
	font-size: 24px;
	text-align: justify;
	letter-spacing: 2px;
	word-spacing: 2px;
	margin: 1em 0 7pt 3pt;
	padding: 0;
	height: 28px;
	position: relative;
}
#content-catalogs .cat-wrap {
	position: relative;
	margin: 5px; padding: 5px;
	width: 280px; height: 365px;
	border: solid 1px #000;
	border-radius: 10px;
	background-color: #cccccc;
	-ms-filter: 'filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#6C6C6C');';	/* for goddamn IE */
	background-image: linear-gradient( to top, #6c6c6c, #fff );
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#6C6C6C) ); /* for webkit browsers */
	background: -moz-linear-gradient( top,  #ffffff,  #6C6C6C ); /* for firefox 3.6+ */
}
#content-catalogs .cat-img {
	clear: both;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}
#content-catalogs .cat-play {
	clear: both;
	position: relative;
	color: #ffffff;
	padding-top: 10px;
	font-size: 16px;
	padding-top: 15px;
}
#content-catalogs .cat-desc {
}
#content-catalogs .cat-more {
	color: #000000;
	clear: both;
	position: relative;
	padding-top:5px;
}
#content-catalogs .cat-more a,
#content-catalogs .cat-more a:link,
#content-catalogs .cat-more a:visited,
#content-catalogs .cat-more a:active,
#content-catalogs .cat-more a:hover {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}
#content-catalogs .playTrigger {
	padding-top: 5px;
	padding-left: 30px;
	height: 25px;
	position: relative;
	z-index: 55;
	font-size: 16px;
	cursor: pointer;
	background-image: url(/images/control-play.png);
	background-repeat: no-repeat;
}
#content-catalogs .playing {
	background-image: url(/images/control-pause.png);
}

/* catalogs end */

/* browse */

#libResultsZero {
	position: relative;
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #093742;
	padding: 20px;
	margin-bottom: 20px;
	border: dotted 1px gray;
}
#libResultsZero a {
	text-decoration: none;
	float: right;
	color: #337F8C;
}

/* browse end */

.simpleLinkBlue {
	text-decoration: none;
	color: #3A84A9;
}

/* comments/notes */

#frmComment textarea {
	width: 395px;
	height: 140px;
	border: 1px dotted #bebcbc;
}
#mx-add-comment {
	display: none;
	width: 400px;
	height: 200px;
	color: #666;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 12px;
	z-index: 2000;
}
.prompt_submit_button {
	float: right;
	min-width: 110px;
	margin: 0 0 0 10px;
	padding: 2px 0;
	color: #006b9a;
	cursor: pointer;
}

#playlist-songs .mxComments {
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	width: 15px;
	padding: 0px 0px 0px 10px;
	cursor: pointer;
	float: right;
}
#resultswrapper .mxComments {
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	width: 15px;
	padding: 0px 0px 0px 10px;
	cursor: pointer;
	float: right;
}

/* comments/notes end */

/* proposal viewer begin */

#proposal-header {
	margin: 0; padding: 0;
	height: 70px;
	width: 1250px;
	border: none;
	position: relative;
}
#proposal-contents-expired {
	font-size: 13px;
	color: #0c0c0c;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 10px 10px;
	min-height: 300px;
	width: 640px;
	border: none;
	position: relative;
	background-color: #FFF;
}
#proposal-contents-expired h1 {
	position: relative;
	font-size: 24px;
	color: #58becf;
}
#proposal-contents-expired a:link {
	text-decoration: none;
	color: #FFF;
	background-color: #6497B8;
	height: 25px;
	width: 100px;
	padding: 5px 10px;
	margin-right: 15px;
}
#proposal-contents-expired a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #6497B8;
}
#proposal-contents-expired a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #6497B8;
}
#proposal-contents-expired :active {
	text-decoration: none;
	color: #FFF;
	background-color: #6497B8;
}
#proposal-contents {
	font-size: 13px;
	color: #0c0c0c;
	clear: both;
	margin: 0;
	padding: 0 10px 10px 10px;
	min-height: 500px;
	width: 1230px;
	border: none;
	position: relative;
	background-color: #FFF;
}
#proposal-contents .titleT {
	color: #3891B1;
}
#proposal-contents h1 {
	position: relative;
	font-size: 36px;
	color: #58becf;
}
.prpTrackExpCol {
	color: #096D9C;
	text-decoration: none;
}
.prpTrackExpCol:hover {
	color: #444547;
}
#proposal-contents .trackExpCol {
	position: relative;
	bottom: -10px;
	color: #096D9C;
	text-decoration: none;
}
#proposal-contents .trackExpCol:hover {
	color: #444547;
}
#proposal-track-list #proposal-tracks .trackExpColSingle {
	width: 15px;
	padding: 0.5em 0px 0px 0px;
	position: relative;
	top: .3em;
	cursor: pointer;
}
#proposal-tracks table tbody td .collapsed {
	background-image: url(/images/tsr-collapsed.png);
	background-repeat: no-repeat;
}
#proposal-tracks table tbody td .expanded {
	background-image: url(/images/tsr-expanded.png);
	background-repeat: no-repeat;
}
#proposal-track-list #proposal-tracks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#proposal-track-list #proposal-tracks td {
	padding: 3px 0;
}
#prposal-track-list #proposal-tracks li {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#proposal-track-list #proposal-tracks .downloadTrigger {
	float: right;
	width: 25px;
	font-size: 16px;
	position: relative;
	background-image: url(/images/tsr-download-17x17.png);
	background-repeat: no-repeat;
}
#proposal-track-list #proposal-tracks .playParent {
	padding: 0px;
	float: none;
}

/* proposal viewer end */

#hero {
	position: relative;
	margin: 0 auto;
	width: 942px;
	background-color: #000;
	clear: both;
	overflow: hidden;
}
#catalog-landing-pic {
	width: 942px;
	overflow: hidden;
	height: 374px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#catalog-landing-nfo {
	width: 900px;
	min-height: 110px;
	position: relative;
	bottom: 122px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	color: #ffffff;
	padding: 5px 10px;
	line-height: 18px;
	text-align: justify;
	border-radius: 9px;
	overflow: hidden;
	background: rgb(0, 0, 0);  /* For unsupported browsers - Added by Josh*/
	background: rgba(67, 161, 182, 0.7); /* Modern Browser opacity - Added by Josh*/
	/* For IE 5.5 - 7  - Added by Josh*/
	-ms-filter: 'filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#43A1B6, endColorstr=#43A1B6);';
	/* For IE 8 - Added by Josh */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#43A1B6, endColorstr=#43A1B6)";
}

div.cd-wrap a {
	clear: none;
	position: relative;
	float: left;
	text-decoration: none;
	color: #000;
	border: 0;
}
div.cd-wrap img {
	border: 1px solid #000;
}
.cdPic {
	display: block;
	border: 1px solid #000;
}

.infopages_banner {
	background-repeat: no-repeat;
	background-position: center;
	width: 942px;
	overflow: hidden;
	height: 370px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content #mxhd2 {
	line-height: 18px;
	position: relative;
	overflow:visible;
	min-height:400px;
}
#content #mxhd2 p a {
	font-weight: bold;
	color: #58bedf;
	text-decoration: underline;
}
#content #barter {
	line-height: 18px;
	position: relative;
	overflow:visible;
	min-height:400px;
}
#content #barter #questions {
	list-style-image: url(/images/ul-dash.png);
	list-style-type: none;
	line-height: 24px;
}
#content #barter p a {
	font-weight: bold;
	color: #58bedf;
	text-decoration: underline;
}

#formSubscribeNewsletter #unsubscribe-nl {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}
#content #subscribe-newsletter {
	line-height: 18px;
	margin-top: 20px;
	position: relative;
}
#content #subscribe-newsletter p a {
	font-weight: bold;
	color: #58bedf;
	text-decoration: underline;
}

#content #support-nav {
	padding: 0px;
	width: 100%;
}
#content #support-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #support-nav li {
	display: inline;
	padding-right: 30px;
}
#content #support-nav li a {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}
#content #support-nav li a:hover {
	color: #58becf;
}
#content #support-nav li a.current {
	color: #58becf;
}


#content #supportLeft {
	position: relative;
	float: left;
	padding-top: 5px;
	min-height: 400px;
	width: 490px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #58becf;
	overflow: visible;
}
#content #supportLeft a {
	text-decoration:none;
	color: #58becf;
}
#content #supportRight {
	float: right;
	width: 370px;
	padding-top: 25px;
}
#content #supportLeft #ourtechsupportteam {
	line-height: 18px;
	margin-top: 20px;
	color: #656565;
}
#content #supportRight #howtoreachus {
	color: #656565;
	background-color: #e2e5ea;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 18px;
}
#content #supportRight #howtoreachus #reach-us tbody tr th {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
#content #supportRight #howtoreachus #reach-us tbody tr td a {
	font-weight: bold;
	color: #58bedf;
	text-decoration: underline;
}
#content #supportRight #techsupportform {
	margin-top: 20px;
	position: relative;
}
#content #supportRight #techsupportform a {
	font-weight: bold;
	color: #58bedf;
	text-decoration: underline;
}
#content #supportRight #techsupportschedule {
	margin-top: 20px;
	position: relative;
}
#content #supportRight #remoteassistance {
	margin-top: 20px;
	position: relative;
	line-height: 18px;
}
#content #supportRight #remoteassistance a {
	font-weight: bold;
	color: #58bedf;
	text-decoration: underline;
}

.creditWrap {
	position: relative;
}
.creditWrap .playTrigger {
	position: absolute;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 25px; height: 25px;
	z-index: 65;
	top: 100px; left: 70px;
	cursor: pointer;
	background-image: url(/images/control-play.png);
	background-repeat: no-repeat;
}
.creditWrap .playTrigger.playing {
	background-image: url(/images/control-pause.png);
	background-repeat: no-repeat;
}
.creditTitle {
	width: 155px;
	margin-top: 20px;
	clear: both;
	position: relative;
	font-size: 12px;
	font-weight: 300;
	color: teal;
}
.creditGroup {
	font-weight: bold;
	font-size: 14px;
	color: #4c4c4c;
	text-transform: uppercase;
}

#content #deliveryoptions {
	line-height: 18px;
	margin-top: 20px;
	position: relative;
}
#content .services_info_block p a {
	font-weight: bold;
	color: #58bedf;
	text-decoration: underline;
}
.services_info_block {
	background-color: #e2e5ea;
	padding: 10px 20px 10px 10px;
	margin: 0 auto 1em;
	width: 865px;
	min-height: 340px;
	line-height: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.faq-lg1ST {
	font-size: 24px;
	font-weight: normal;
}
.faq-question {
	color: #58becf;
	font-size: 12px;
	font-weight: bold;
}
.faq-answer {
	color: #656565;
	font-size: 12px;
	line-height: 18px;
}
.faq-top, .faq-top a {
	text-transform: capitalize;
	color: #58becf;
	text-decoration: underline;
	float: right;
}

.faq-even {
	background-color: #f1f2f4;
	border-radius: 5px;
	padding: 10px 5px;
}
.faq-odd {
	padding: 10px 5px;
}

#content #licensemusic {
	line-height: 18px;
	color: #656565;
}
#content #licenses {
	text-align: right;
	position: relative;
}
#content #licenses #adobe-acrobat-license-btn {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	background-color: #67c6dc;
	height: 25px;
	width: 200px;
	border: none;
	font-size: 12px;
	cursor: pointer;
}

/* subpublishers */

#content #nfo-blurb {
	padding: 0px;
	position: relative;
	font-size: 14px;
}
#content #subpublisher-nfo {
	width: 500px;
	position: relative;
	color: #656565;
	line-height: 18px;
	margin-top: 20px;
	float: left;
}
#content #subpublisherscroll {
	width: 350px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 455px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	cursor: pointer;
	border-left: 1px solid #000000;
}
#content #subpublisherscroll #subpublisherlist li a .subpublisherName {
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
}
#content #subpublisherscroll ul li:hover {
	font-weight: bold;
}
#content #subpublisherscroll ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top: 1px solid #000000;
}
#content #subpublisherscroll ul li.last {
	border-bottom: 1px solid #000000;
}
#content #subpublisherscroll ul li.row0 {
	background: #CCD0D3;
	color: #000000;
}
#content #subpublisherscroll ul li.row1 {
	background: #ffffff;
	color: #18606F;
}
#content #subpublisherscroll ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#content #subpublisher-nfo a {
	color: #4A86AB;
	text-decoration: none;
}
#content #subpublisher-nfo .nfoTitle {
	font-size: 14px;
	font-weight: 300;
	color: #4A86AB;
	text-decoration: none;
}

/* end subpublishers */

#content #co-bio {
	width: 500px;
	position: relative;
	color: #656565;
	line-height: 18px;
	margin-top: 20px;
	float: left;
}
#staffscroll ul.tree, #staffscroll ul.tree ul {
     list-style-type: none;
     background: url(/images/vline.png) repeat-y;
     margin: 0;
     padding: 0;
}
#staffscroll ul.tree ul {
     margin-left: 10px;
}
#staffscroll ul.tree li {
     margin: 0;
     padding: 0 12px;
     line-height: 20px;
     background: url(/images/node.png) no-repeat;
     color: #369;
     font-weight: bold;
}
#staffscroll ul.tree li:last-of-type {
     background: #fff url(/images/lastnode.png) no-repeat;
}
#co-bio {
	width: 500px;
	position: relative;
	color: #656565;
	line-height: 18px;
	margin-top: 20px;
	float: left;
	left: 0px;
	top: 0px;
	vertical-align: top;
}
#co-bio img {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#co-bio .bio-title {
	font-weight: bold;
	color: #444547;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	text-align: left;
}
#co-bio .bio-dept {
	position: relative;
	clear: both;
	float: left;
	top: 0px; left: 0px;
	width: 500px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #444547;
	line-height: 18px;
}
#co-bio .bio-question {
	font-weight: bold;
	color: #444547;
	padding-bottom: 5px;
	padding-left: 5px;
}
#co-bio .bio-answer {
	color: #666;
	padding-bottom: 20px;
	padding-left: 10px;
}
#co-bio .bio-fullname {
	font-weight: bold;
	color: #444547;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 14px;
	text-align: left;
}
#co-bio ol li   {
	padding-left: 10px;
	color: #666;
	list-style-position: inside;
	cursor: pointer;
}
#content #staffscroll {
	width: 350px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 455px;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
	overflow-x: hidden;
	overflow-y: scroll;
	cursor: pointer;
}
#content #staffscroll #stafflist li a .staffTitle {
	font-style: italic;
}
#content #staffscroll #stafflist li a .staffName {
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
}
#content #staffscroll #stafflist {
	list-style-type: none;
	overflow: hidden;
	margin:0px;
	padding:0px;
}
#content #staffscroll #stafflist li {
	color: #FFF;
	background-color: #59bfd0;
	height: 20px;
	width: 300px;
	text-decoration: none;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
#content #staffscroll #stafflist li a {
	color: white;
	text-decoration: none;
	vertical-align: middle;
}
#content #staffscroll #stafflist li:hover {
	color: white;
	background-color: #b9bcc1;
}
.activeStaff {
	color: white;
	background-color: #b9bcc1;
}

/*#project-add-track {
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	border: 1px solid #000;
	z-index:2000;
}
#project-add-track input {
	color: #4D98B7;
	position: relative;
}
#project-add-track #btnCloseProjects {
	position: relative;
}*/
#add_to_project {
	width: 340px;
	/*min-height: 120px;*/
}

#content #playlist-nav {
	padding: 0px;
	width: 100%;
	margin-bottom: 20px;
}
#content #playlist-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #playlist-nav li {
	display: inline;
	padding-right: 30px;
	cursor: pointer;
	color: #656565;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
}
#content #playlist-nav li:hover {
	color: #58becf;
}
#content #playlist-nav li.currentPlaylist, #content #playlist-nav li .currentPlaylist {
	color: #58becf;
}
.exp-col { padding-top: .3em; }
.exp-col > img { padding-top: 4px; }

#tdHdr {
	background-color: #0C3742;
	border-bottom: 2px solid #999;
	height: 125px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#tdFtr {
	background-color: #333;
	height: 25px;
}

.stretch {
	font-size:  10pt;
	font-variant: small-caps;
	transform: scale(1.5,1);
	transform-origin: left;
	color: #555;
}

.field_set {
	display: table-row;
	vertical-align: top;
}
.field_label {
	display: table-cell;
	min-width: 120px;
	padding: 0 1em 0 0;
}
.field_value {
	display: table-cell;
}

.bannerslider_wrapper {
	position: inherit;
	display: block;
	overflow: hidden;
	clear: both;
}
.bannerslider {
	position: relative;
}
.bannerslider > div.slide {
	position: absolute;
	max-width: 100%;
}
.bannerslider > div.slide * {
	max-width: 100%;
}
.bannerslider_wrapper .arrow {
	color: #fff;
	position: relative;
	transform: scale( 3, 14 );
	top: 50px;
	transform-origin: left center 0;
}
.bannerslider_wrapper .nav_left, .bannerslider_wrapper .nav_right {
	position: absolute;
	z-index: 10;
	width: 50px;
	background-color: rgba( 0, 0, 0, 0.5 );
	cursor: pointer;
	overflow: hidden;
}
.bannerslider_wrapper .nav_left { left: 0px; }
.bannerslider_wrapper .nav_left .arrow_left { left: 12px; }
.bannerslider_wrapper .nav_right { right: 0px; }
.bannerslider_wrapper .nav_right .arrow_right { right: -15px; }

.drop_content_wrapper {
	display: block;
}
.drop_content_wrapper .drop_content {
	display: inline-block;
}
.drop_content_wrapper .vspace {
	padding: 0 0 20px;
}
.drop_content_wrapper div:last-child {
	padding: 0;
}
.drop_content_wrapper .drop_content .image {
	display: inherit;
	margin: 0 11px 0 0;
	width: 420px; height: 160px;
	vertical-align: top;
}
.drop_content_wrapper .drop_content .content {
	display: inline-block;
	padding: 18px 20px 12px;
	width: 380px; height: 130px;
	overflow: hidden;
	background-color: #fff;
	line-height: 19pt;
	text-align: justify;
}
.drop_content_wrapper .drop_content .content .title {
	font-weight: bold;
}
.drop_content_wrapper .drop_content .content a {
	color: inherit;
	text-decoration: inherit;
}
.drop_content_wrapper .drop_content .content_para {
	height: 104px;
	overflow: hidden;
}

.view_archive {
	position: relative;
	top: -5px;
	font-size: 12pt;
	font-weight: bold;
}
.view_archive a {
	color: #43a2b6;
	text-decoration: none;
}
.view_archive a:hover {
	text-decoration: underline;
}

.collapsed_section {
}
.collapsed_section_wrapper {
	overflow: hidden;
}

.show_details {
	cursor: pointer;
}

.LPMcontainer {
	background-image: linear-gradient( #588597, #414c63 );
}

select[name=select_project_id],
input[name=new_project_name],
select[name=select_proposal_id],
input[name=new_proposal_name] {
	width: 100%;
	max-width: 100%;
}

input[name=btnAddToProject],
input[name=btnAddToProposal] {
	margin-bottom: 8pt;
}

.track_menu {
	position: relative;
	float: right;
	margin: 0 6px 0 5px;
	width: 17px; height: 17px;
	text-align: center;
}
.track_menu:hover {
	border-radius: 3px;
	box-shadow: 0 0 4px #02e;
}
.track_menu .menu {
	display: none;
	position: absolute;
	top: 8px; right: 8px;
	min-width: 90px;
	background-color: #fff;
	color: #006b9a;
	border: 1px solid #006b9a;
	line-height: 18px;
	z-index: 995;
	font-size: 12px;
	box-shadow: 2px 2px rgba( 0, 0, 0, 0.2 );
}
.track_menu > .menu > .item {
	padding: 5px;
}
.track_menu > .menu > .item,
.track_menu > .menu > .item > * {
	display: block;
	float: none;
}
.track_menu > .menu > .item:hover {
	background-color: #cff7ff;
}

#track_menu {
	display: none;
	position: absolute;
	min-width: 90px;
	min-height: 80px;
	background-color: #fff;
	color: #006b9a;
	border: 1px solid #006b9a;
	line-height: 18px;
	z-index: 995;
	font-size: 12px;
	box-shadow: 2px 2px rgba( 0, 0, 0, 0.2 );
}
#track_menu.menu > .item {
	position: relative;
	padding: 5px;
}
#track_menu.menu > .item,
#track_menu.menu > .item > * {
	display: block;
	float: none;
}

.more_like_this_ext_link {
	display: none !important;
	position: absolute;
	top: 5px;
	right: -9px;
	color: rgba( 0, 0, 0, 0.5 );
	background-color: #fff;
	padding: 2px 2px 0 1px;
}
.more_like_this_ext_link:hover {
	display: inherit;
	color: rgba( 0, 0, 0, 1 );
}

#track_menu.menu > .item:hover {
	display: block;
	background-color: #cff7ff;
	cursor: pointer;
}

#track_menu.menu > .item:hover i.more_like_this_ext_link {
	display: block !important;
}


/* chat */

#chat_wrapper {
	/*border: 3px dashed red;*/
	position: fixed;
	display: block;
	right: 5px; bottom: 5px;
	width: 250px; height: 350px;
	background-color: #d6d6d6;
	z-index: 500;
}
#chat_wrapper .header {
	padding: 4pt;
	font-size: 18px;
	font-weight: bolder;
	line-height: 20px;
	color: #fff;
	background-color: #a6ffff;
	background-image: linear-gradient( to bottom, #58bcc5, #1d918f );
}
#chat_wrapper .close {
	position: absolute;
	right: -8px;
	top: -10px;
	z-index: 501;
}
#chat_wrapper div.close img.closeimg {
	cursor: pointer;
}
#chat {
	/*border: 2px dashed blue;*/
	padding: 5pt;
	width: calc( 100% - 10pt );
	/*height: calc( 100% - 10pt );*/
	height: 305px;	/* change this if any other element is added/changed to layout because... css */
	overflow-x: hidden;
	overflow-y: scroll;
}
#chat .field_set .field_label {
	min-width: 50px;
}
#chat .field_set .field_value {
	min-width: 100%;
}
#chat .submit_bottom {
	float: right;
	margin-top: 10px;
	right: 1px;
	bottom: 1px;
}

