/* @override http://designersmusic.com/css/designersmusic.css */

body {
	width: 100%;
	background: #393939 url(../images/bkg.jpg) repeat-x 0 0;
	font: 15px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-width: 900px;
	color: #fff;
	-webkit-text-stroke: 1px transparent;
	-moz-text-stroke: 1px transparent;
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

.clear {
	clear: both;
}

.wrapper {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#sec #content h1,
h2.column-header,
#sec .callout h2,
#sec.home #album-header #welcome h1,
#sidebar h3,
.music-detail h1 {
	font-family: "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sec #content h1 a, .profile #content h1 a, .music-detail #album-header h1 a, h2.column-header a {
	color: #adc6d8;
	text-decoration: none;
}

#sec #content h1 a:hover, 
.profile #content h1 a:hover, 
.music-detail #album-header h1 a:hover, 
h2.column-header a:hover {
	color: #87c13f;
}

/* @group Promotional Banners */

#lessconf-banner {
	background-color: #cdffe3;
	text-align: center;
	border-bottom: 1px solid #085456;
	clear: both;
	margin-bottom: -7px;
}

/* @end */

/* @group Splash */

#splash-container {
	text-align: center;
	width: 100%;
	background: url(../images/footer-bkg.gif) repeat-x;
	padding-top: 100px;
}

body#splash {
	background-image: none;
}

/* @end */

/* @group Header */

#header {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: 33px;
	margin-top: 15px;
}

#sec #header {
	width: 1080px;
}

#header h1 {
	float: left;
	margin-bottom: 0px;
}

#header h1 a {
	width: 239px;
	height: 33px;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
}

#header ul {
	float: right;
}

#header ul li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#header li a {
	float: left;
	border-right: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header li a.last {
	border-right: 0px;
}

#header li a:hover {
	background-color: #fff;
	color: #4d4d4d;
}

#header li a.current,
#header li a.current:hover {
	border: 2px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: none;
}

#header li a.first.current,
#header li a.first.current:hover {
	border: 2px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 2px solid #fff;
}

#header #member {
	float: right;
	background-color: #000;
	padding: 5px 15px 0;
	clear: right;
	margin-top: 30px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #808080;
}

#header #member a {
	color: #aeaeae;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	text-decoration: none;
}

#header #member a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Toolbar */

#toolbar {
	clear: both;
	width: 100%;
	background-color: #000;
	float: left;
	padding-top: 20px;
	
}

#toolbar .left {
	float: left;
	width: 46%;
	margin-left: 30px;
}

#sec #toolbar .left {
	margin-left: 0px;
}

#toolbar .right {
	float: right;
	width: 46%;
	margin-right: 30px;
}

#sec #toolbar .right {
	margin-right: 0px;
}

#toolbar form.catmenu {
	display: inline;
	margin-right: 20px;
	}

#toolbar label {
	color: #808080;
	font-size: 10px;
	text-transform: uppercase;
}

#toolbar label em {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	color: #808080;
}

#view-sort {
	float: right;
	width: 120px;
}

#toolbar span {
	color: #808080;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	line-height: 25px;
}

#toolbar a.img-view {
	display: block;
	background: #363636 url(../images/icon-imageview.gif) no-repeat center center;
	height: 15px;
	width: 15px;
	overflow: hidden;
	text-indent: -1000px;
	padding: 4px;
	float: left;
	margin-left: 10px;
}

#toolbar a.img-view:hover {
	background: #808080 url(../images/icon-imageview-current.gif) no-repeat center center;
}


#toolbar a.img-view.current {
	background: #363636 url(../images/icon-imageview-current.gif) no-repeat center center;
}

#toolbar a.list-view {
	display: block;
	background: #363636 url(../images/icon-listview.gif) no-repeat center center;
	height: 15px;
	width: 15px;
	overflow: hidden;
	text-indent: -1000px;
	padding: 4px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}

#toolbar a.list-view:hover {
	background: #808080 url(../images/icon-listview-current.gif) no-repeat center center;
}

#toolbar a.list-view.current {
	background: #363636 url(../images/icon-listview-current.gif) no-repeat center center;
}



/* @group Search */


div#searchbox {
	width: 200px;
	float: right;
}

div#searchbox input#search {
	color: #a3a3a3;
	background: url(../images/search.gif) no-repeat left top;
	border: 0;
	width: 164px; /* width of text-display area */	padding: 3px 10px 3px 26px;
	font-size: 13px;
	height: 16px;
	overflow: hidden;
}

div#searchbox input#search[type="search"] {
	width: 200px;
	font-size: 17px;
}

* html div#searchbox input#search {
	background-attachment: fixed;
}

#sidebar div#searchbox {
	float: left;
	margin-bottom: 30px;
}


/* @end */

/* @end */

/* @group Album */

.album {
	float: left;
	width: 159px;
	background: url(../images/album-bkg.png) no-repeat center 10px;
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.album a.artwork {
	position: relative;
	width: 140px;
	height: 140px;
	display: block;
	margin-left: 8px;
}

.album.section,
.album.next-prev {
	margin-bottom: 24px;
}

.album h2 {
	background: url(../images/album-artist-bkg.png) no-repeat 13px top;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 0px;
	color: #000;
}

.album h3 {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	text-transform: none;
}

.album .shelf-shadow,
.member-photo .shelf-shadow,
.profile .member-photo .shelf-shadow {
	background: url(../images/shelf-shadow.png) repeat-x;
	height: 12px;
	width: 140px;
	margin-left: 8px;
	margin-top: -12px;
	position: relative;
	z-index: 1;
}

.album.section .section-card,
.album.next-prev .section-card {
	width: 140px;
	margin-top: 20px;
	margin-left: 10px;
	height: 140px;
	background: #bb0000 url(../images/shelf-shadow.png) repeat-x 0 bottom;
}

.album.section .section-card h2 {
	background-image: none;
	font-size: 13px;
	color: #fff;
	text-shadow: #860000 -1px -1px 0;
	padding-top: 40px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

.album.section .section-card h3 {
	font-size: 43px;
	font-weight: bold;
	text-shadow: #a90000 -1px -1px 0;
	padding-top: 10px;
}

.album.next-prev .section-card {
	background-color: #6e879e;
}

.album.next-prev .section-card h2 {
	background-image: none;
	text-shadow: #4e6171 -1px -1px 0;
	font-size: 13px;
	height: 60px;
	padding-top: 40px;
}

.album.next-prev .section-card h2 a {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
	font-size: 13px;
	height: 60px;
	padding-bottom: 0px;
	margin-left: 0px;
}

.album.next-prev .section-card h2 a.next:hover,
.album.next-prev .section-card h2 a.prev:hover {
	background-color: #5e7386;
}

.album.next-prev .section-card h2 a.next {
	background: url(../images/arrow-next.png) no-repeat center bottom;
}

.album.next-prev .section-card h2 a.prev {
	background: url(../images/arrow-prev.png) no-repeat center bottom;
}


#content .related-album {
	width: 330px;
	float: left;
	background-image: none;
	margin-top: 5px;
	margin-bottom: 30px;
	display: inline-block;
}

#content .related-album a.artwork {
	-moz-box-shadow: 0px 0px 9px #000;
  -webkit-box-shadow: 0px 0px 9px #000;
          box-shadow: 0px 0px 9px #000;
	float: left;          
}

#content .related-album .album-info {
	float: left;
	margin-left: 15px;
	text-align: left;
	width: 157px;
	padding-right: 10px;
}

#content .related-album h3 {
	font-size: 17px;
	font-weight: bold;
	color: #a9a9a9;
	margin-bottom: 5px;
}

#content .related-album p {
	margin-bottom: 10px;
}


/* @end */


/* @group Typography */

p {
	margin-bottom: 20px;
	color: #ededed;
}

p a {
	padding: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #87c13f;
}

p a:hover {
	color: #acc5d7;
	padding: 1px;
}

p.info {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #707070;
}

p.info a {
	color: #707070;
}

p.info a:hover {
	color: #fff;
}

b, strong {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

em, i {
	font-style: italic;
	color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote {
	color: #4d4d4d;
	padding: 20px;
	text-align: left;
	float: left;
	width: 640px;
	background: #2c2c2c no-repeat;
	margin-bottom: 20px;
	font: italic 18px/26px Georgia, "Times New Roman", Times, serif;
}

blockquote cite {
	float: right;
	font: normal normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
}

h1 {
	color: #adc6d8;
	font: bold 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	clear: left;
	text-transform: uppercase;
}

h2 {
	color: #7b7b7b;
	font: normal bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	clear: left;
}

h2 a {
	color: #87c13f;
}

h2 a:hover {
	color: #acc5d7;
}

h3 {
	font-weight: bold;
	color: #a6a6a6;
	clear: left;
	text-transform: uppercase;
	font-size: 15px;
}

#content ol,
#content ul {
	color: #fff;
	margin-left: 30px;
	margin-bottom: 20px;
}

#content ul {
	margin-left: 10px;
}

#content li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#content li a {
	padding: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #87c13f;
}

#content li a:hover {
	color: #acc5d7;
	padding: 1px;
}

#content ul li {
	background: url(../images/icon-arrow.png) no-repeat 0 6px;
	padding-left: 24px;
}

#content ol li {
	list-style-type: decimal;
}

#sec #content img.right,
#sec #content img.left {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 3px solid #797979;
	padding: 1px;
	clear: both;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	background: url(../images/footer-bkg.gif) repeat-x;
	padding: 4% 2% 1%;
}

#footer .column {
	width: 31%;
	float: left;
	margin-right: 3%;
}

#footer .column.nomargin {
	margin-right: 0px;
}

#footer .column img {
	float: left;
	margin-right: 10px;
}

#footer input.txt-input {
	background-color: #4d4d4d;
	border-style: none;
	color: #ccc;
	padding: 5px;
	font: bold 16px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 53%;
	margin-right: 1%;
	height: 20px;
}

#footer input.submit {
	background-color: #87c13f;
	border-style: none;
	color: #fff;
	text-transform: uppercase;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #658f2e -1px -1px 0;
	padding: 6px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#footer input.submit:hover {
	background-color: #75a636;
}

#footer h4 {
	color: #808080;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#footer p {
	color: #ccc;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 15px;
}

#footer p a:hover {
	color: #fff;
}

#footer p a {
	color: #adc6d8;
	text-decoration: none;
}

#utility {
	clear: both;
	color: #6f6f6f;
	font-size: 12px;
	line-height: 39px;
	padding-top: 20px;
}

#utility span.left {
	float: left;
	margin-top: 5px;
}

#utility span.right {
	float: right;
}

#utility a.creator {
	display: block;
	width: 210px;
	height: 29px;
	background: url(../images/fortysevenmedia.png) no-repeat center center;
	padding: 5px;
	overflow: hidden;
	text-indent: -1000px;
}

#utility a.creator:hover {
	background-color: #303030;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding-top: 60px;
	padding-bottom: 40px;
}

#sidebar h3 {
	color: #8d8d8d;
	margin-bottom: 10px;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
}

#sidebar li a {
	background: url(../images/icon-arrow.png) no-repeat 10px 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 34px;
	color: #c9c9c9;
	text-decoration: none;
}

#sidebar li a:hover {
	background-color: #2d2d2d;
}

#sidebar ul {
	margin-bottom: 30px;
}

.sidebar-ad {
	margin-bottom: 25px;
	border: 1px solid #79d5d7;
	width: 240px;
}



/* @end */

/* @group Content */

#content {
	width: 100%;
	background: url(../images/aisle-bkg.gif) repeat;
	clear: both;
}

#sec #content,
#list #content {
	float: left;
	background-image: none;
	padding-top: 60px;
	padding-bottom: 40px;
	width: 680px;
}

#content-bkg {
	width: 100%;
	background: url(../images/footer-bkg.gif) repeat-x;
	clear: both;
}

#content-wrapper {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

#list #content-bkg {
	padding-top: 60px;
}


/* @end */

/* @group Submit */

.ngen-file-choose-existing {
	display: none;
}

.form-box {
	background-color: #242424;
	padding: 20px;
}

.form-box label {
	float: left;
	clear: left;
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
	margin-bottom: 5px;
}

.form-box input.txt-input,
.form-box input.ngen-file-input,
.form-box textarea {
	float: left;
	clear: left;
	margin-bottom: 20px;
	background-color: #4d4d4d;
	border-style: none;
	font: 16px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #fff;
	width: 97%;
}

.form-box select {
	float: left;
	margin-bottom: 20px;
	width: 20%;
	clear: left;
}

.form-box .category-block {
	float: left;
	clear: left;
}

.form-box .categories {
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline;
	min-height: 40px;
}

.form-box .categories label {
	float: left;
	clear: none;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	width: 150px;
	line-height: 18px;
	margin-bottom: 0px;
}

.form-box .categories input {
	float: left;
	margin-right: 10px;
}

.form-box input.submit {
	background-color: #87c13f;
	border-style: none;
	color: #fff;
	text-transform: uppercase;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #658f2e -1px -1px 0;
	padding: 5px 12px;
	float: left;
	clear: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form-box input.submit:hover {
	background-color: #75a636;
}

.form-box p.notify, p.captchainstruct, p.captcha {
	float: left;
	clear: left;
	margin-bottom: 5px;
}

p.captchainstruct {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #737373;
}

p.captcha img {
	float: left;
}

p.captcha>input.captcha {
	margin-bottom: 20px;
	background-color: #4d4d4d;
	border-style: none;
	font: 16px/16px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	color: #fff;
	margin-left: 10px;
}

.form-box img.profile-img {
	float: left;
	clear: left;
	margin-bottom: 15px;
}

.form-box .ff-ft {
	clear: left;
	margin-bottom: 20px;
}

#content .form-box .ngen-ff-choice ul {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 25px;
}

#content .form-box .ngen-ff-choice li {
	margin-bottom: 5px;
}


/* @end */

/* @group Autocomplete */

.ac_results {
	padding: 0px;
	background-color: #e6e6e6;
	overflow: hidden;
	z-index: 99999;
	color: #676767;
	opacity: 0.97;
	
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 5px 7px;
	cursor: default;
	display: block;
	font-size: 16px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_results li strong {
	font-size: 15px;
	font-weight: bold;
	color: #626262;
}

.ac_loading {
	background: #4d4d4d url(../images/loader.gif) no-repeat center center;
}

.ac_odd {
	background-color: #f4f4f4;
}

.ac_over {
	background-color: #87c13f;
	color: #e2fac4;
}

.ac_results  li.ac_over strong {
	color: #fff;
}

/* @end */

/* @group JTip */

.cluetip-jtip .jtip-albumimg {
	float: left;
	width: 64px;
	margin-bottom: 5px;
}

.cluetip-jtip .jtip-title {
	float: right;
	width: 220px;
	margin-bottom: 10px;
}

.cluetip-jtip h1 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	text-transform: none;
}

.cluetip-jtip h2 {
	color: #c4c4c4;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.cluetip-jtip table {
	clear: both;
	color: #808080;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.cluetip-jtip table a {
	color: #adc6d8;
	text-decoration: underline;
}

.cluetip-jtip table a:hover {
	color: #fff;
}

.cluetip-jtip table th {
	text-transform: uppercase;
	font-size: 11px;
	text-align: right;
	padding-top: 7px;
}

.cluetip-jtip table em {
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}

.cluetip-jtip table td {
	padding: 6px 10px;
	vertical-align: top;
}

.cluetip-jtip a.viewalbum {
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	color: #ccc;
	font-size: 13px;
	background: #1a1a1a url(../images/icon-arrow.png) no-repeat 10px center;
	margin-bottom: 10px;
	clear: none;
	margin-left: 0;
	padding: 6px 10px 6px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	text-decoration: none;
}

.cluetip-jtip a.viewalbum:hover {
	background-color: #4d4d4d;
	color: #fff;
}

.cluetip-jtip p {
	background: url(../images/tip-buy-arrow.png) no-repeat center bottom;
	clear: both;
	float: left;
	width: 290px;
	margin-top: 10px;
	padding-bottom: 14px;
	margin-bottom: -14px;
}

.cluetip-jtip p:hover {
	background: url(../images/tip-buy-arrow-hover.png) no-repeat center bottom;
}


.cluetip-jtip p a.buy-button {
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #87c13f;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #658f2e -1px -1px 0;
	text-decoration: none;
	border: none;
}

.cluetip-jtip a.buy-button:hover {
	background-color: #75a636;
}

.cluetip-jtip a.buy-button em {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

.cluetip-jtip .preview {
	padding-left: 25px;
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
  display: none;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
  height: 0px;
  display: none;
}
#cluetip-waitimage {
  width: 16px;
  height: 16px;
  position: absolute;
  padding: 20px;
  left: -15px;
  top: -15px;
	background: #4d4d4d url(../images/loader.gif) no-repeat center center;
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}



/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  
  position: relative;
	background: transparent url(../images/tip-arrow.png) no-repeat center bottom;
	padding-bottom: 22px;
}
#cluetip-outer {
  border: 6px solid #b5b5b5;
  position: relative;
	background: url(../images/tip-bkg.png) repeat;
	border-bottom-style: none;
}

.cluetip-jtip h3#cluetip-title {
  display: none;
  height: 0px;
}

.cluetip-jtip #cluetip-inner {
  padding: 20px;
  display: inline-block;
  width: 300px;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
  height: 0px;
  display: none;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/* @end */

/* @group Slider */

#myController span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}

#jFlowSlide{
border:10px solid #F00;
}

#myController span.jFlowSelected {
background:#F00;
}


.jFlowPrev, .jFlowNext{
cursor:pointer;
}

#myController2 span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}

#jFlowSlide2{
border:10px solid #0F0;
}

#myController2 span.jFlowSelected2 {
background:#0F0;
}

.jFlowPrev2, .jFlowNext2{
cursor:pointer;
}


#myController3 span{
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}

#jFlowSlide3{
border:10px solid #00F;
}

#myController3 span.jFlowSelected3 {
background:#00F;
}

.jFlowPrev3, .jFlowNext3{
cursor:pointer;
}


/* @end */

/* @group List */

#content-wrapper .column {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}

#content-wrapper .column.nomargin {
	margin-right: 0%;
}

#content-wrapper .column h2.column-header {
	color: #adc6d8;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	clear: left;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 30px;
}

span.list-img {
	display: inline;
	float: left;
	width: 32px;
}

span.list-img img {
	background: url(../images/list-album-shadow.png) no-repeat;
	padding: 4px;
}

span.list-title  {
	margin-bottom: 5px;
	line-height: 24px;
	float: left;
	width: 92%;
}

span.list-title p {
	display: inline;
	float: left;
	width: 100%;
}

p>span.list-title a {
	border: none;
	color: #9b9b9b;
}

span.list-title p a em {
	color: #ccc;
}

p>span.list-title a:hover {
	color: #87c13f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* @end */

/* @group Blog */

#sec #content img.left {
	float: left;
	margin-right: 10px;
	border: 3px solid #797979;
	padding: 1px;
	margin-left: 0px;
}

.article {
	padding-bottom: 40px;
}

p.intro {
	margin-bottom: 30px;
	color: #8c8c8c;
	padding-top: 10px;
	font-size: 18px;
	font-style: italic;
}

.interview {
	background-color: #242424;
	padding: 20px;
	float: left;
	width: 640px;
	margin-bottom: 30px;
}

.interview img {
	float: left;
}

.interview-bio {
	float: right;
	width: 520px;
}

.interview-bio p {
	margin-bottom: 0px;
}

.interview-bio h1 {
	margin-bottom: 5px;
}

.social_links {
	float: left;
	padding: 10px 0 10px 20px;
	width: 660px;
	background-color: #3e3e3e;
	margin-bottom: 30px;
	position: relative;
	margin-top: 20px;
}

#content .social_links ul {
	margin-bottom: 0px;
	margin-left: 0px;
}

#content .social_links li {
	display: inline;
	margin-right: 42px;
	background-image: none;
	padding-left: 0px;
	float: left;
}

#content .social_links li a {
	color: #989898;
	text-decoration: none;
	padding-left: 20px;
	border: none;
}

#content .social_links li a:hover {
	text-decoration: underline;
}

#content .social_links li a.subscribe {
	background: url(../images/icon-blog-rss.png) no-repeat;
}

#content .social_links li a.email {
	background: url(../images/icon-blog-mail.png) no-repeat;
}

#content .social_links li a.twitter {
	background: url(../images/icon-blog-twitter.png) no-repeat;
}

#content .social_links li a.delicous {
	background: url(../images/icon-blog-delicous.png) no-repeat;
}

#tellfriend {
    position: absolute;
    margin-top: -300px;
    left: 200px;
    width: 380px;
    z-index: 10;
	border: 6px solid #b5b5b5;
}

#tellfriend a.close {
	position: absolute;
	right: -15px;
	top: -15px;
	background: url(../images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend.form-box textarea {
	height: 100px;
}

.comment_box {
	clear: both;
	float: left;
	width: 640px;
	margin-bottom: 20px;
}

.comment_info {
	float: left;
	width: 125px;
	text-align: right;
}

.alt .comment_info {
	float: right;
	text-align: left;
}

.alt .comment {
	float: left;
	background: url(../images/box-arrow-right.png) no-repeat right 5px;
}

.alt .comment blockquote {
	float: left;
}

.comment_info cite {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-style: normal;
}

.comment_info cite a {
	color: #acc5d7;
	text-decoration: none;
	line-height: 16px;
}

.comment_info p {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #797979;
}

.comment {
	float: right;
	width: 500px;
	background: url(../images/box-arrow-left.png) no-repeat 0 5px;
}

.comment blockquote {
	width: 450px;
	margin: 0px;
	float: right;
	background: #242424 no-repeat 0 bottom;
	color: #4d4d4d;
	font: 14px/20px "Lucida Grande", Lucida, Helvetica, Arial, Geneva, sans-serif;
}

.comment blockquote p {
	margin-bottom: 0px;
}

/* @end */

/* @group Members */

.member {
	width: 380px;
	background-position: 0 0;
	height: 174px;
	margin-top: 50px;
}

.member img {
	float: left;
}

.member a.artwork {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

.member .shelf-shadow {
	left: 10px;
	top: 150px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	z-index: 1;
}

.member-info {
	float: right;
	width: 210px;
	margin-right: 5px;
	margin-top: 10px;
}

.member h2 {
	background-image: none;
	color: #adc6d8;
	font-size: 18px;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 5px;
}

.member p {
	text-align: left;
}

.profile-wrapper {
	width: 96%;
	float: left;
	background: url(../images/profile-bkg.gif) repeat-x 0 bottom;
	padding-left: 2%;
	padding-right: 2%;
	height: 224px;
}

.profile .member-photo,
.music-detail .member-photo {
	float: left;
	background: url(../images/user-bkg-lg.png) no-repeat;
	width: 190px;
	height: 175px;
	margin-top: 25px;
	position: relative;
}

.profile .member-photo img,
.music-detail .member-photo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
}

.profile .member-info,
.music-detail .member-info {
	float: left;
	width: 600px;
	margin-top: 50px;
}


.profile .member-info h1 {
	margin-bottom: 0px;
}

p.paginate {
	position: absolute;
	right: 30px;
	bottom: 0px;
	margin-bottom: 0px;
}

p.paginate strong {
	background-color: #9d9d9d;
	padding: 2px 5px;
	margin-right: 3px;
	margin-left: 3px;
}

/* @group Tabs */

.ui-tabs .ui-tabs-hide {
	display: none;
}

#sidebar .ui-tabs-panel {
	float: left;
	width: 260px;
}

@media projection, screen {

.ui-tabs-hide {
	display: none;
}

}

@media print {

.ui-tabs-nav {
	display: none;
}

}

/* Additional IE specific bug fixes... */

* html .ui-tabs-nav {


/* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .ui-tabs-nav {
	

/* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#content .tabs {
	float: left;
	width: 100%;
}

#content .ui-tabs-panel {
	float: left;
	width: 100%;
}

#content .tabs ul.ui-tabs-nav {
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-left: 190px;
	margin-top: -57px;
}

#content .tabs ul.ui-tabs-nav li {
	float: left;
	background-image: none;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}

#content .tabs ul.ui-tabs-nav li a {
	display: block;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	padding: 3px 30px 3px 20px;
	background-color: #1a1a1a;
	border: none;
}

#content .tabs ul.ui-tabs-nav li a .count {
	color: #999;
	font-weight: normal;
	font-style: normal;
}

#content .tabs ul.ui-tabs-nav li a .arrow {
	background: url(../images/icon-tab-arrow.png) no-repeat;
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-block;
	right: -10px;
	top: 3px;
}

.tabs ul.ui-tabs-nav li a:hover {
	background-color: #1f1f1f;
}

#content .tabs ul.ui-tabs-nav li.ui-tabs-selected a,
#content .tabs ul.ui-tabs-nav li.ui-tabs-selected a:hover {
	background-color: #000;
}

#content .tabs ul.ui-tabs-nav li a:hover .arrow,
#content .tabs ul.ui-tabs-nav li.ui-tabs-selected a .arrow,
#content .tabs ul.ui-tabs-nav li.ui-tabs-selected a:hover .arrow {
	background: url(../images/icon-tab-arrow-current.png) no-repeat;
}

/* @end */

/* @end */

/* @group Buttons */

a.button {
	background-color: #87c13f;
	border-style: none;
	color: #fff;
	text-transform: uppercase;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #658f2e -1px -1px 0;
	padding: 6px 12px;
	float: left;
	clear: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
	text-decoration: none;
}

a.button:hover {
	background-color: #75a636;
}

p a.button:hover {
	padding: 6px 12px;
	color: #fff;
}

/* @end */

/* @group Sidebar */

#sidebar .album {
	float: left;
	width: 255px;
	background: url(../images/album-bkg-70.png) no-repeat 5px 0;
	margin-top: 15px;
}

#sidebar .album a.artwork {
	margin-top: 15px;
	margin-left: 20px;
	width: 70px;
	height: 70px;
	float: left;
}

#sidebar .album-info {
	float: right;
	width: 140px;
	margin-right: 10px;
}

#sidebar .album-info h3 {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 15px;
}

#sidebar .album-info p {
	text-align: left;
}

/* @end */

/* @group Music Detail */

.music-detail #content-bkg {
	background: url(../images/aisle-bkg.gif) repeat;
	border-top: 10px solid #000;
}

#album-header {
	float: left;
	width: 100%;
	background-image: url(../images/home-welcome-bkg.gif);
	background-color: #000;
	position: relative;
}

.home #album-header {
	height: 313px;

}

.music-detail .member-info {
	width: 540px;
	margin-left: 240px;
}

.album-action {
	float: right;
	width: 235px;
	margin-top: 50px;
}

.music-detail .member-photo {
	width: 238px;
	background: url(../images/album-bkg-208.png) no-repeat;
	height: 222px;
	bottom: 0;
	position: absolute;
	margin-top: 0px;
}

.music-detail h1 {
	margin-bottom: 10px;
}

.music-detail a.favorite {
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	color: #ccc;
	font-size: 13px;
	background: #1a1a1a url(../images/icon-favorite-star.png) no-repeat 10px center;
	padding-left: 30px;
	margin-bottom: 20px;
	float: left;
}

.music-detail a.twitter {
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	color: #ccc;
	font-size: 13px;
	background: #1a1a1a url(../images/icon-twitter.png) no-repeat 10px center;
	padding-left: 30px;
	margin-bottom: 20px;
	clear: none;
	margin-left: 10px;
}



.music-detail a.edit {
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	color: #ccc;
	font-size: 13px;
	background: #796e27 url(../images/icon-edit.png) no-repeat 10px center;
	padding-left: 30px;
	margin-bottom: 20px;
	clear: none;
	margin-left: 10px;
}

.music-detail a.favorite:hover,
.music-detail a.twitter:hover,
.music-detail a.edit:hover {
	background-color: #4d4d4d;
	padding: 6px 12px 6px 30px;
	color: #fff;
}


.music-detail p.jobs {
	clear: left;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #808080;
}

.music-detail p.jobs strong {
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #ccc;
}

.music-detail p.jobs a {
	color: #808080;
	border-style: none;
}

.music-detail p.jobs a:hover {
	color: #adc6d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.album-action .preview {
	margin-bottom: 20px;
}

.album-action a.lg-buy {
	font-size: 16px;
	width: 140px;
	padding: 10px 15px 10px 70px;
	background: #87c13f url(../images/icon-cart.png) no-repeat 40px 13px;
}

.album-action a.lg-buy:hover {
	color: #fff;
	background-color: #75a636;
	padding: 10px 15px 10px 70px;
}

#sec.music-detail #content {
	padding-top: 0;
	width: 800px;
	
}

#sec.music-detail .album-group {
	position: relative;
	float: left;
	width: 100%;
}

#sec.music-detail #content p {
	position: absolute;
	top: 7px;
	color: #4e4e4e;
}

.music-detail em {
	color: #808080;
}

.music-detail .member-photo .shelf-shadow {
	width: 208px;
	margin-left: 15px;
}

#sec.music-detail #sidebar {
	padding-top: 10px;
	width: 260px;
	background: #383838 url(../images/sidebar-bkg.gif) repeat-x 0 top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	padding-bottom: 20px;
}

.music-detail #sidebar .submitted {
	margin-top: 0px;
	padding-top: 0px;
	width: 290px;
	margin-bottom: 30px;
	background-position: 5px 20px;
}

.music-detail #sidebar .submitted .album-info {
	width: 160px;
	padding-right: 20px;
}

.music-detail #sidebar .submitted p.head {
	text-align: left;
	margin-bottom: 0px;
	margin-left: 20px;
}

.music-detail #sidebar p.head {
	float: left;
	clear: left;
	width: 220px;
	margin-bottom: -15px;
	margin-left: 20px;
	color: #5e5e5e;
}

.music-detail #sidebar p.noresults {
	margin-top: 20px;
	clear: left;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

/* @end */

/* @group Home */

.home .member-photo {
	float: left;
	width: 238px;
	position: relative;
	margin-top: 0px;
}

.home .member-photo .shelf-shadow {
	width: 208px;
	margin-left: 15px;
	position: absolute;
	bottom: 0;
}


.home #welcome {
	float: left;
	width: 660px;
	margin-top: 40px;
	margin-right: 180px;
}

.home #welcome p {
	font-size: 19px;
	line-height: 30px;
}

.home #welcome a.button {
	font-size: 16px;
	padding: 18px 20px;
	clear: none;
	margin-right: 20px;
}

.home #welcome a.music {
	background: #87c13f url(../images/button-music.png) no-repeat 20px;
	padding-left: 60px;
}

.home #welcome a.signup {
	background: #87c13f url(../images/button-signup.png) no-repeat 20px;
	padding-left: 60px;
}

.home #welcome a.signup:hover,
.home #welcome a.music:hover {
	background-color: #75a636;
}

.home #welcome em {
	float: left;
	line-height: 60px;
	margin-right: 20px;
	font-size: 16px;
}

.home #album-header .album {
	float: left;
	width: 238px;
	margin-top: 43px;
	position: relative;
}

.home #album-header .album h2 {
	background-image: url(../images/album-artist-bkg2.png);
	margin-bottom: -15px;
	margin-left: 5px;
}

.home #album-header .album p {
	text-align: left;
	padding-left: 15px;
}

#banner {
	background: url(../images/banner-bkg.gif) repeat-x;
	clear: both;
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}

#banner p, #banner h2 {
	text-shadow: #610f0f -1px -1px 0;
}

#banner .callout {
	float: left;
	width: 700px;
}

#banner h2 {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}

#banner p {
	font-size: 16px;
}

#banner .follow-icons {
	float: right;
	width: 220px;
	margin-top: 20px;
}

#banner .follow-icons a {
	width: 52px;
	height: 52px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 20px;
}

#banner .follow-icons a:hover {
	background-position: 0 -52px;
}

#banner a.twitter {
	background: transparent url(../images/banner-twitter.png) no-repeat center top;
}

#banner a.rss {
	background: transparent url(../images/banner-rss.png) no-repeat center top;
}

#banner a.email {
	background: transparent url(../images/banner-email.png) no-repeat center top;
}

.home #content-bkg {
	border-top: 10px solid #000;
}

a.jt-home {
	float: left;
	margin-left: 15px;
	position: relative;
}

/* @end */

/* @group Frame */

.affiliate-frame {
	background-image: url(../images/framebkg.gif);
	padding: 20px 10px;
	position: relative;
}

.affiliate-frame .logo {
	background: url(../images/frame-dmlogo.png) no-repeat;
	width: 60px;
	height: 59px;
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}

.affiliate-frame p {
	margin-bottom: 0px;
}

.affiliate-frame strong {
	font-size: 15px;
}

.affiliate-frame em {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #b3b3b3;
}

.affiliate-frame p.action {
	font-size: 12px;
}

.affiliate-frame p.action a {
	border: none;
}

.affiliate-frame .arrow {
	width: 115px;
	height: 125px;
	background-image: url(../images/frame-arrow.png);
	position: absolute;
	top: 0;
	right: 80px;
}

/* @end */