@charset "utf-8";

/* CSS Document */
* {
	font-family: Helvetica, arial, verdana, "Lucida Grande", Lucida, sans-serif;
}

body {
	background-image: url('/img/bg_pat.png');
	text-align: center;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}

a { /*color: #cecece;*/ /*color: #9c4;*/
	color: #6ad;
	background: none;
	text-decoration: none;
}

a:visited { /*color: #cecece;*/ /*color: #7b4;*/
	color: #6ad;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: none;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	background: none;
	color: #fff;
	font-weight: bold;
	margin: .8em 0 .5em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	background: none;
	color: #66CCFF;
	font-weight: normal;
	padding: 0;
	margin: .8em 0 .5em;
}

h2>a {
	font-weight: normal;
	color: #9ce;
	text-decoration: none;
}

h2>a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background: none;
	color: #fff;
	font-weight: normal;
	padding: 0;
}

h3>a {
	font-weight: normal;
	text-decoration: none;
}

h4 {
	color: #58a;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .5em;
}

hr {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #257;
	height: 1px;
	margin: 0 0 .5em;
}

blockquote {
  margin: 1em 1.5em;
  font-style: italic;
  color: #8bd;
}
span.cite {
  display: block;
  margin-top: -1em;
  margin-right: .5em;
  text-align: right;
}

ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

ol li {
	margin-bottom: .3em;
}

ul.links {
  text-align: right;
  list-style: none;
  margin-bottom: 1em;
}
p.ps {
  text-align: center;
  font-style: italic;
}

fieldset {
	border: 1px solid #999;
	background-color: #000;
}

fieldset legend {
	background: none;
	color: #fff;
}

label {
	font-size: 100%;
	color: #e0e0e0;
	margin-bottom: 1px;
}

input,textarea {
	font-size: 100%;
}

select {
	font-size: 100%;
}

option {
	font-size: 100%;
	min-width: 20px;
	padding: 0px 6px 0px 2px;
}

input[type="submit"],input[type="button"],input[type="reset"] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	vertical-align: bottom;
	width: auto;
}

div.index,div.view {
	margin-left: 1em;
}

div.input {
	float: left;
}

div.error-message {
	margin-bottom: 0;
}

dl {
	line-height: 1.5em;
	border-bottom: 1px dotted #158;
	padding: 1em 0;
	width: 90%;
}

dt {
	padding-left: 0;
}

dd {
	margin-top: -1.5em;
	margin-left: 7em;
	text-align: justify;
	text-justify: newspaper;
}

/* Table styles */
th {
	background-color: #e0e0e0;
}

th a,th a:visited { /*background-color: #e0e0e0;*/
	color: #333;
	background: none;
}

th a:hover {
	background-color: #d4d4d4;
}

td a {
	color: #333;
}

td a:visited {
	color: #444;
}

td a:hover {
	color: #000;
}

td.actions a {
	color: #003D4C;
}

td.actions a:hover {
	color: #002D3C;
}

p {
	margin-bottom: 1em;
}

#container {
	width: 950px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

/* navigation menu */
#nav_menu {
	display: block;
	height: 21px;
	float: right;
	margin-top: 58px;
}

#nav_menu>a {
	float: left;
	margin-right: 1px;
	height: 21px;
	width: 88px;
	background-position: 0px 42px;
}

#nav_menu>a:hover {
	float: left;
	margin-right: 1px;
	height: 21px;
	width: 88px;
	background-position: 0px 21px;
}

#nav_menu>a.front {
	background-position: 0px 0px;
}

#navbtn_home {
	background-image: url('/img/nav_home.png');
}

#navbtn_artists {
	background-image: url('/img/nav_artists.png');
}

#navbtn_tour {
	background-image: url('/img/nav_tour.png');
}

#navbtn_media {
	background-image: url('/img/nav_media.png');
}

#navbtn_store {
	background-image: url('/img/nav_store.png');
}

#navbtn_forum {
	background-image: url('/img/nav_forum.png');
}

#navbtn_links {
	background-image: url('/img/nav_links.png');
}

#top_menu {
	float: left;
	width: 930px;
	margin: 0 10px;
	background-color: #1a1718;
	height: 17px;
	border-bottom: 1px solid #131112;
	text-align: right;
	font-size: 11px;
	padding-top: 3px;
}

#top_menu>a {
	color: #d0d0d0;
	text-decoration: none;
	margin-right: 1em;
	font-weight: bold;
}

#top_menu>a:visited {
	color: #d0d0d0;
	text-decoration: none;
}

#top_menu>a:hover {
	color: #ffffff;
	text-decoration: none;
}

#top_banner {
	float: left;
	width: 930px;
	background-image: url('/img/top_grad.png');
	height: 79px;
	border-top: 1px solid #393637;
	margin: 0 10px;
}

#logo_top {
	display: block;
	width: 154px;
	height: 79px;
	float: left;
	background-image: url('/img/logo_top.png');
}

#logo_bottom {
	display: block;
	width: 154px;
	height: 79px;
	background-image: url('/img/logo_bot.png');
}

#main {
	float: left;
	display: block;
	width: 930px;
	padding: 0px;
	margin: 0 10px;
	background-color: #09111a;
	background-image: url('/img/bg_grad3.png');
	background-repeat: repeat-x;
}

#content {
	display: block;
	float: left;
	clear: none;
	width: 776px;
	margin: 0px;
	padding: 0px;
	background: none;
	min-height: 630px;
	color: #e0e0e0;
}

#footer {
	border-top: 1px solid #1a222b;
	color: #4f5c6b;
	text-align: center;
	height: 70px;
	margin: 0px;
	padding: 5px;
	font-size: 9px;
}

#col_left {
	display: block;
	float: left;
	clear: none;
	width: 154px;
	min-height: 400px;
	margin: 0px;
	padding: 0px;
}

/* Interface */
#flashMessage {
	
}

#session {
	margin: .2em 1em;
	height: 1em;
	font-size: 12px;
	text-align: right;
}

#ajax-save-message {
	display: none;
	padding: 25px;
	text-align: center;
	background-color: #222;
	border: 1px solid #999;
	width: 650px;
}

.ac_results {
	text-align: left;
	color: #202020;
}

.debug {
	font-family: Courier, Courier New, Lucida Console;
	background-color: #fb1;
	color: #000;
}

p.errors {
	margin-bottom: 0;
	margin-top: .5em;
	font-weight: bold;
	color: #d00;
}

ul.validation-errors {
	list-style-type: square;
	color: #d00;
}

a.skiplink {
  display: none;
}

/* Featured artist */
#featured_artists ul {
	margin-top: 1em;
	list-style-type: none;
}

#featured_artists li {
	margin-bottom: .33em;
}

#featured_artists a {
	color: #fff;
}

#featured_artists a:hover {
	text-decoration: none;
	color: #8ad2ff;
}

/* New products */
#new_products {
	margin-top: 1.6em;
	margin-bottom: 1em;
}

#new_products div.product {
	text-align: center;
	margin: .5em .5em 1em;
}

#new_products .product-thumb {
	margin: 0px auto 4px;
	border: 4px solid white;
}

#new_products .product-name,#new_products .product-thumb,#new_products .artist-name
	{
	display: block;
	clear: both;
}

/* Login form */
#UserLoginForm {
	text-align: left;
	background-color: #1c334d;
	border: 1px solid #334c69;
	width: 16.6em;
	padding: 1em;
}

#UserUsername,#UserPassword {
	width: 16em;
}

.login_checkbox {
	margin-bottom: 0;
}

.login_submit {
	text-align: right;
}

.altrow {
	
}

div.albums.view table {
	width: 375px;
}

div.albums.view th {
	border-right: 1px solid #333333;
}

div.actions {
	margin-left: 1em;
}

div.actions ul li a {
	background: none;
	text-decoration: none;
	color: #cecece;
	padding: 0;
	margin: 0;
}

div.actions ul li a:hover {
	background: none;
	text-decoration: underline;
	color: #ffffff;
}

div.products.view table {
	width: 400px;
}

div.products.view th {
	border-right: 1px solid #333333;
}

div.crumbs {
	margin-left: -6px;
	font-family: "lucida grande", verdana, helvetica, arial, sans-serif;
	color: #225577;
	font-size: 12px;
}

div.crumbs span.root,div.crumbs span.leaf {
	margin-right: 6px;
	margin-left: 6px;
}

div.crumbs a:link {
	color: #fff;
	font-weight: normal;
	margin-right: 6px;
	margin-left: 6px;
}

div.crumbs a:visited {
	color: #d0d0d0;
	font-weight: normal;
	margin-right: 6px;
	margin-left: 6px;
}

div.crumbs a:hover {
	color: #fff;
}

div.crumbs a.crumb_last:link { /* color: #415c7c; */
	font-weight: bold;
}

div.crumbs a.crumb_last:visited { /* color: #415c7c; */
	font-weight: bold;
}

div.crumbs a.crumb_last:hover { /* color: #415c7c; */
	text-decoration: underline;
}

.header {
	overflow: auto;
	position: relative;
}

.title {
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	margin-right: .5em;
}

.title a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}

.title a:hover {
	color: #3a85aa;
	text-decoration: none;
}

.author {
	display: inline-block;
	float: left;
	color: #5f7c8a;
	position: absolute;
	bottom: 0;
	margin-bottom: 2px;
	padding: 0;
}

/* News Posts Styles */
div.news.index h1 {
	float: left;
}

div.news.index h2 {
	color: #f90;
}

div.news.view {
	margin-right: 1em;
}

div.news.view .date {
	text-align: right;
	color: #7691a6;
	margin-bottom: 2px;
}

div.posts {
	clear: both;
}

div.page-actions {
	float: right;
	height: 20px;
	margin-right: 1em;
	margin-top: 2em;
}

div.post {
	width: 95%;
}

div.post hr {
	margin-top: 2em;
	margin-bottom: 2em;
}

.post .header {
	overflow: auto;
	position: relative;
}

.post .date {
	color: #7691a6;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

.post .title {
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	margin-right: .5em;
}

.post .title a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}

.post .title a:hover {
	color: #3a85aa;
	text-decoration: none;
}

.post .author {
	display: inline-block;
	float: left;
	color: #7691a6;
	position: absolute;
	bottom: 0;
	margin-bottom: 2px;
	padding: 0;
}

.artist_logo_thumb,.product_thumb,.flyer_thumb,.album_cover_thumb,.banner_thumb
	{
	border: 0;
	float: left;
	margin-right: .5em;
}

.flyer_index_thumb {
	border: 0;
}

.file,.file_picture {
	width: 75%;
	clear: none;
}

div.check_remove {
	clear: none;
	margin-top: .5em;
}

input[type=checkbox].check_remove {
	clear: none;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

div.category_tree {
	margin-left: 2em;
}

.category_tree ul {
	list-style: none;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
}

.category_tree ul>li {
	margin-top: .5em;
}

.category_tree>ul {
	list-style: none;
	font-size: 18px;
}

.category_tree>ul>li {
	margin-top: 1em;
}

.category_tree>ul>li>a {
	font-weight: normal;
}

.category_tree ul>li>ul {
	margin-left: 10px;
}

.featured {
	font-weight: bold;
}

.link {
	margin: 0 1em 1em 1em;
}

.link.last {
	margin-bottom: 3em;
}

.link h4 a {
	color: #6ad;
}

.link h4 a:hover {
	color: #fff;
}

a.tourdate_location {
	font-weight: normal;
}

div.flyer_wall {
	margin-top: 2em;
	display: block;
	overflow: auto;
	border-top: 1px dotted #257;
}

div.flyer_wall h4 {
	color: #689;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: .5em;
}

div.flyer_thumb {
	background-color: #000;
	color: #EEE;
	padding: 4px;
}

div.downloads dt {
	text-align: left;
	padding-left: .6em;
	padding-right: .6em;
}

div.downloads dd {
	margin-top: -24px;
	margin-left: 9em;
}

div.downloads dt.download_link {
	padding-top: .5em;
	font-size: 14px;
	text-align: center;
	/* text-transform: uppercase; */
}

div.frontend div.videos.index table {
	font-size: medium;
}

div.downloads dl {
	background-color: #1a2e47;
	/* background-color: #1c334d; */
	line-height: 24px;
	width: 60%;
	margin-bottom: 1em;
}

/*
div.downloads dt.altrow, div.downloads dd.altrow {
	background-color: #1c334d;
	background-color: #1a2e47;
}
*/ /*
Styles for Product.add Form (deprecated)
*/
#uiLeft {
	float: left;
	margin: 0;
	padding: 0;
	width: 205px;
}

#uiApparel,#uiMusic {
	clear: none;
	float: right;
	margin: 0;
	padding: 0;
	width: 205px;
	display: none;
}

.input.select select {
	max-width: 200px;
}

#ProductPrice {
	width: 72px;
}

.input.select .checkbox {
	margin-bottom: .5em;
	margin-top: .5em;
	padding: 0;
}

.check_text {
	width: 72px;
	margin-top: -5px;
	visibility: hidden;
}

.selected.check_text {
	visibility: visible;
}

.check_label {
	float: left;
	padding-right: 5px;
	width: 70px;
}

/*
Styles of paginator
*/
div.paging {
	background: none;
	color: #cccccc;
	margin-bottom: 2em;
}

div.paging a {
	font-weight: normal;
}

div.paging div.disabled {
	color: #888;
}

div.paging span.current {
	color: #fff;
	font-weight: bold;
}

/*
Homepage styles
*/
div.column {
	margin: 0;
	padding: 0;
}

div#col_content_left {
	width: 306px;
	margin-left: 6px;
	min-height: 300px;
	/* background-image: url("/img/debug.png"); */
	float: left;
}

div#col_content_right {
	width: 440px;
	margin-right: 6px;
	min-height: 300px;
	/* background-image: url("/img/debug2.png"); */
	float: right;
}

div.panel-trans,div.panel-car {
	margin: 0px 0px 8px;
}

div.panel-trans { /* background-image: url("/img/debug.png"); */
	padding: 6px 0px;
}

div#panel_news {
	width: 420px;
}

img.label {
	clear: both;
	margin-bottom: 8px;
}

div.headline {
	clear: both;
	font-size: 90%;
	margin-bottom: .4em;
	margin-top: 0;
}

div#panel_flash_ad {
	height: 226px;
	width: 306px;
	padding: 0;
	overflow: hidden;
}

div#panel_artist {
	font-size: 11px;
}

img.artist-pic {
	margin-bottom: .6em;
}

div#panel_artist p {
	margin: .4em 0;
}

div#panel_releases {
	width: 420px;
	height: 164px;
}

div#panel_videos {
	width: 420px;
	height: 145px;
}

div.panel-char {
	margin: 0px 0px 8px;
	padding: 6px;
	background: #1E1A1B;
	overflow: auto;
}

.panel-char img.label {
	float: right;
}

div#panel_releases,div#panel_videos {
	overflow: hidden;
}

a.more {
	font-size: 85%;
}

div#panel_releases div.slider {
	height: 144px;
}

div#panel_videos div.slider {
	height: 110px;
}

div.panel-footer {
	font-size: 11px;
	text-align: right;
}

div.panel-footer a {
	font-weight: normal;
}

/* Slider */
div.slider { /* background-image: url("/img/debug2.png"); */
	clear: both;
	margin: 0;
	padding: 0;
}

a.slider_fwd {
	float: right;
	margin-left: 4px;
	background-image: url("/img/slider_fwd.png");
}

a.slider_rwd {
	float: left;
	margin-right: 4px;
	background-image: url("/img/slider_rwd.png");
}

a.slider_fwd,a.slider_rwd {
	display: block;
	width: 10px;
	height: 32px;
	background-position: 0px 0px;
}

#panel_releases a.slider_fwd,#panel_releases a.slider_rwd {
	margin-top: 5em;
}

#panel_videos a.slider_fwd,#panel_videos a.slider_rwd {
	margin-top: 3em;
}

a.slider_fwd:hover,a.slider_rwd:hover {
	background-position: 0px -32px;
}

a.slider_fwd:active,a.slider_rwd:active {
	background-position: 0px -64px;
}

div.scrollable {
	float: left;
	position: relative;
	width: 380px;
	height: 100%;
	/* background-image: url("/img/debug2.png"); */
	overflow: hidden;
}

div.scrollable div.items {
	position: absolute;
	height: 100%;
	width: 20000em;
	/* background-image: url("/img/debug.png"); */
}

.panel-char div.scrollable div.items>div {
	float: left;
	background-color: #1e1a1b;
}

.panel-char div.scrollable div.items div.active {
	/* border: 1px inset #ccc; */
	background-color: #252223;
}

#panel_releases div.scrollable div.items>div {
	width: 94px;
	height: 144px;
}

#panel_releases div.scrollable div.items div.active {
	width: 102px;
}

.slider_caption {
	font-size: 10px;
	text-align: center;
}

strong.slider_artist {
	display: block;
	color: #9bdc35;
	clear: both;
}

div.slider_name {
	
}

.slider_cover {
	width: 92px;
	height: 92px;
}

.slider_video {
	width: 92px;
	height: 69px;
}

#panel_videos div.scrollable div.items>div {
	width: 94px;
	height: 170px;
	clear: right;
}

#panel_videos div.scrollable div.items div.active {
	width: 102px;
}

div.scrollable div.items div.active img.slider_cover {
	width: 100px;
	height: 100px;
}

div.scrollable div.items div.active img.slider_video {
	/* border: 1px inset #ccc; */
	width: 100px;
	height: 75px;
}

/* Video styles */
.videos h1 {
	color: #e90;
}

.videos .right {
	background-color: #1A1718;
	margin: .5em;
	overflow: auto;
}

.videos .header {
	line-height: 2em;
	padding: .5em;
}

.videos .description {
	overflow: auto;
	position: relative;
	padding: .5em;
}

.videos .actions {
	text-align: center;
}

.videos .actions li {
	margin: 0 .5em;
	line-height: 1.5em;
}

div.video {
	float: left;
}

/* Album styles */
div.albums.view {
	margin-left: 2em;
	overflow: auto;
}

.albums.view div.col-left {
	clear: left;
	float: left;
}

.albums.view div.col-right {
	float: left;
	margin-right: 2em;
}

img.cover {
	float: left;
}

.albums dl {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 0;
	border: 0;
}

.albums dl>dt,.albums dl>dd {
	float: left;
	margin: 0;
}

.albums dl>dt {
	margin-right: 1em;
	clear: left;
}

.albums dl>dd {
	clear: right;
}

div#cover {
	float: left;
	margin-right: 1em;
}

div#description {
	clear: left;
	float: left;
	margin: .6em 0;
	width: 200px;
	min-height: 100px;
	/* background-color: #111; */
}

div.tracks {
	font-size: 11px;
	color: #eee;
}

#nifty-track {
	display: block;
	width: 361px;
	height: 14px;
	padding: 5px 7px 0px;
	background-color: #000;
	color: #a86;
	font-weight: bold;
}

.frontend table.track-listing { /* background: none; */
	border: none;
	width: 400px;
	margin-left: 0;
}

table.track-listing th {
	color: #468;
	background: none;
	border: none;
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
}

table.track-listing tr td {
	background: none;
	border: none;
	padding: 3px 5px;
	color: #fff;
	vertical-align: middle;
}

table.track-listing tr.altrow td { /* background: #ebebeb; */
	/* background-color: #000; */
	background-image: url(/img/debug.png);
}

table.track-listing td.last-col,table.track-listing th.last-col {
	border-right: none;
}

table.track-listing tr td.track-name {
	text-align: left;
}

table.track-listing tr td.track-num {
	width: 22px;
	color: #468;
	text-align: right;
}

table.track-listing tr td.track-preview {
	width: 27px;
	padding: 0;
	text-align: center;
	/* background-image: url(/img/debug2.png); */
}

a.btn-play:link,a.btn-play:visited {
	display: block;
	width: 17px;
	height: 17px;
	border: 0;
	padding: 0;
	margin: 0 auto;
	background-image: url(/img/btn-play.png);
	background-position: 0 0;
}

a.btn-play:hover {
	background-position: 0 -34px;
}

.btn-play2,a.btn-play2:link,a.btn-play2:visited,a.btn-play2:hover,a.btn-play2:active
	{
	display: block;
	width: 17px;
	height: 17px;
	border: 0;
	padding: 0;
	margin: 0 auto;
	background-image: url(/img/btn-play.png);
	background-position: 0 -17px;
}

table.track-listing tr td.track-duration {
	text-align: left;
	width: 40px;
	color: #468;
}

table.track-listing tr td.track-rating {
	text-align: right;
	width: 30px;
	color: #468;
}

table.track-listing thead th.track-rating {
	text-align: right;
}

div.get-it-now {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 120%;
	margin-top: 1em;
}

/* Product Styles (deprecated) */
	/******** Frontend tables/pagination ********/
.frontend div.related {
	margin-bottom: 2em;
}

div.frontend div.artists.index th {
	background: none;
	border: 0;
	color: #fff;
}

div.frontend div.artists.index table {
	background: none;
	border: 0;
}

div.frontend div.artists.index th>a:link,div.frontend div.artists.index th>a:visited
	{
	color: #fff;
}

div.frontend div.artists.index td,div.frontend div.artists.index td>a {
	color: #fff;
	background: none;
	border: 0;
}

div.frontend div.artists.index th>a:hover {
	background: none;
	text-decoration: underline;
}

p.paginator {
	margin-top: 1.5em;
	margin-bottom: .5em;
}

a.colhead {
	float: left;
	width: 100%;
	height: 100%;
}

div.colhead-label {
	float: left;
}

a.colhead.asc>div.arrow {
	float: left;
	margin: 4px 2px 0px 5px;
	background: url('../img/reorder.png') no-repeat;
	background-position: 0 0;
	width: 7px;
	height: 8px;
}

a.colhead.desc>div.arrow {
	float: left;
	margin: 4px 2px 0px 5px;
	background: url('../img/reorder.png') no-repeat;
	background-position: 0 -8px;
	width: 7px;
	height: 8px;
}

div.frontend table {
	border-color: #333;
	width: 656px;
	background-color: #0e0e0e;;
	font-size: 10px;
	margin-left: 4em;
}

div.frontend table tr td {
	background: none;
	border-right: 1px solid #333;
	color: #a86;
}

div.frontend table tr td a {
	color: #fff;
}

div.frontend div.tourdates.index td.day {
	width: 30px;
	font-weight: bold;
	color: #fff;
	padding-right: 1em;
	border-right: 0;
	text-align: right;
}

div.frontend div.tourdates.index td.date {
	width: 70px;
	padding-left: 0;
	font-weight: bold;
	color: #DC9B35;
	text-align: left;
}

div.frontend div.tourdates.index td.date a {
	color: #DC9B35;
}

div.frontend div.tourdates.index td.location {
	color: #ca8;
	width: 170px;
}

div.frontend div.tourdates.index td.venue {
	font-weight: bold;
	color: #ca8;
	width: 170px;
}

div.frontend div.tourdates.index td.tour {
	width: 170px;
}

div.frontend div.tourdates.index td.title {
	background-color: #000;
	border-bottom: 1px solid #333;
}

#TourdateVenueId {
	width: 200px;
}

div.frontend div.downloads table {
	font-size: 11px;
	margin-top: 1.5em;
	margin-left: 2em;
	width: 700px;
}

div.frontend div.downloads td.actions a:hover {
	color: #6ad;
}

div.frontend div.downloads td.artist a {
	color: #DC9B35;
}

div.frontend div.downloads td.name {
	color: #fff;
	font-weight: bold;
	width: 220px;
}

div.frontend div.downloads td.date {
	width: 50px;
}

/* Tourdates View */
div.tourdates.view dd {
	color: #fff;
}

/* Artist Page */
div.frontend div.artists.view h1 {
	font-size: 34px;
}

div.frontend div.artists.view p {
	margin-bottom: 1em;
}

div.frontend div.artists.index table {
	width: 541px;
	margin-left: 2em;
}

div.frontend div.artists.index div.colhead-label {
	font-size: 11px;
}

.frontend div.artists.index td {
	padding: 0 4px;
	width: 350px;
	height: 60px;
}

div.artists.index td.logo {
	padding: 0 0px;
	width: 180px;
	vertical-align: middle;
}

.artists td.artist {
	font-size: 200%;
	text-align: left;
	vertical-align: middle;
}

td.artist div.actions {
	font-size: 12px;
	margin-left: 0;
}

td.artist div.actions a:link,td.artist div.actions a:visited {
	color: #6ad;
	margin-right: .5em;
}

td.artist div.actions a:hover {
	color: #fff;
}

div.artists.view {
	float: left;
}

div.artists.view h1 {
	clear: both;
}

div.artists div.links {
	float: left;
	margin-top: -1em;
	margin-bottom: 1em;
}

div.artists div.links a {
	display: block;
	float: left;
	margin-right: 1em;
}

img.artist-logo {
	border: 0;
	margin-bottom: 1em;
	clear: both;
	float: none;
}

div.artists div.subcontainer {
	clear: left;
	float: left;
	width: 540px;
	margin-bottom: 2em;
}

div.artists div.right-col {
	float: right;
	width: 196px;
	margin: -1em 1em 2em 1em;
}

/*
div.box-super {
	float: left;
	position: relative;
}
*/
div.box-container {
	float: left;
	position: relative;
	width: 196px;
	padding: 0;
}

div.box {
	float: left;
	width: 196px;
	background-image: url('../img/box_bg.gif');
	/* background-color: #151314; */
	font-size: 11px;
}

div.box-body {
	float: left;
	background: url('../img/artist_menu.gif') no-repeat;
	background-position: 15px 14px;
	width: 162px;
	padding: 38px 14px 4px 16px;
	/* background-color: #151314; */
	font-size: 11px;
}

div.box-body h4 {
	margin-bottom: .5em;
	color: #fff;
}

div.box-body a {
	color: #d93;
	width: 162px;
}

div.box-body a:visited {
	color: #b84;
}

div.box-body a:hover {
	color: #fb1;
}

div.box-bottom {
	float: left;
	width: 196px;
	background: url('../img/box_bottom.gif') no-repeat;
	background-position: bottom;
}

div.box-bottom2 {
	clear: left;
	float: left;
	width: 196px;
	height: 11px;
	background-image: url('../img/box_bottom2.gif');
}

div.artists div.right-col a {
	display: block;
	float: left;
	clear: left;
	margin-bottom: .5em;
}

div.artists div.bio {
	margin-right: 2em;
	margin-bottom: 2em;
}

div.artists div.related {
	float: left;
}

div.related div.album {
	float: left;
	margin-right: 2px;
	text-align: center;
	font-size: 10px;
	width: 102px;
}

div.album span.title {
	color: #7691A6;
	display: block;
	clear: both;
	font-size: 11px;
	font-weight: bold;
}

div.related img.cover {
	float: none;
	clear: both;
}

/* Contacts page */
.contacts {
	margin-right: 2em;
}

.contacts dl {
	border: 0;
}

.contacts dd {
	margin-left: 10em;
}

/* FAQS page */
div.pages.faqs {
	margin-right: 2em;
}

div.frontend div.question {
	font-size: larger;
	margin-bottom: 8px;
}

pre {
	color: #fff;
	background: none;
}

div.faq {
	margin-left: 2em;
	padding-top: 1em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #135;
}

div.note {
	padding: 2em;
	margin: 2em;
	background-color: #000;
}

span.note-head {
	font-weight: bold;
	color: #e42;
	display: block;
}

div.back-to-top {
	width: 100%;
	margin: 2em 0;
	text-align: right;
}

/* Tourdates admin */
#TourdateVenue {
	float: left;
}

/* datePicker button */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/img/silk/calendar.png') no-repeat;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
