/* RESET */
body, img, div, form, p, ul, ol, li, h1, h2, h3, h4, h5, fieldset {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

input, select {
	padding: 0px;
	margin: 0px;
}

ul, ol {
	list-style:none;
}

td, th {
	text-align: left;
	font-weight: normal;
}

/* GLOBALS */

p, span, div, td, th, h1, h2, h3, h4, h5, li {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #4DC3E7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #24C0F1;
}

p {
	padding: 7px 0px;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0;
}

/* OVERALL STRUCTURE */

body {
	background: #212e35;
	font-size: 12px;
	color: #555555;
	padding: 40px 50px;
}

#header, #footer, #content {
	clear: both;
		margin: 0 auto;
}

.sidebar {
	float: left;
	width: 260px;
}

.sidebar h2 {
	margin-bottom: 15px;
}

h1.blue-header {
	color: #58bcef;
	font-size: 18px;
	font-weight: bold;
}

.auto-height {
	height: auto!important;
	min-height: 550px
}

/* HEADER PART */
#header {
	width: 900px;
	height: 80px;
		position: relative;
}

#logo {
	top: 0;
	left: 0;
	position: absolute;
}

#language {
	float: left;
}

#basket {
	float: right;
	background: url('/images/basket.png');
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: white;
	position: relative;
}

#basket a {
	color: #c5e2ec;
}

#basket a:hover {
	color: #24C0F1;
}


#faq {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 5;
	display: block;
	width: 20px;
	height: 20px;
	background: url('/images/faq.png');
}

#language {
	padding: 8px 0px 0px 304px;
}

#language a {
	color: #536971;
	text-decoration: underline;
}

#language a:hover {
	color: #24C0F1;
}

/* MAIN MENU */
#main-menu {
	margin: 0 auto;
	height: 30px;
	width: 900px;
}

#main-menu li {
	display: block;
	background: #353E43;
	float: left;
	border-bottom: 1px solid #ececef;
}

#main-menu li a {
	display: block;
	height: 23px;
	color: #778f98;
	font-size: 13px;
	padding: 7px 0px 0px 9px;
	border-left: 1px solid #212e35;
}

#main-menu li.first a {
	border-left: 0px;
	padding-left: 20px;
}

#main-menu li a.active {
	color: #24c0f1;
	background: url('/images/menu-bg.png') repeat-x left bottom white;
	text-decoration: none;
}

#main-menu li a:hover  {
	color: #24c0f1;
	text-decoration: none;
}

#main-menu.count-4 a {
	width: 215px;
}

#main-menu.count-4 .first a {
	width: 205px;
}

#main-menu.count-5 a {
	width: 170px;
}

#main-menu.count-5 .first a {
	width: 160px;
}

#main-menu.count-6 a {
	width: 140px;
}

#main-menu.count-6 .first a {
	width: 130px;
}

#main-menu.count-7 a {
	width: 118px;
}

#main-menu.count-7 .first a {
	width: 112px;
}

#main-menu.count-8 a {
	width: 102px;
}

#main-menu.count-8 .first a {
	width: 96px;
}

/* CONTENT */
#content {
	background: white;
	min-height: 550px;
	height: expression(this.height < 550 ? '550px' : 'auto');
	width: 860px;
	padding: 20px;
}

.arrow-down,
.arrow-up,
.no-arrow {
	color: #bfccd2;
	font-size: 16px;
	display: inline;
	width: auto;
		float: left;
		clear: both;
	padding-right: 15px;
	font-weight: bold;
  	cursor: pointer;
		background: url('/images/header-bullet.png') no-repeat right center;
	margin-top: 5px;
}

.no-arrow {
	cursor: default;
	background: none;
}

.artists-block-holder {
	float: left;
	width: 560px;
	clear: both;
}

.arrow-up {
	background: url('/images/header-bullet-up.png') no-repeat right center;
}

.add-margin {
	margin-bottom: 20px;
	display: block;
}

.links-box {
	padding-top: 5px;
}

.links-box a {
	margin-right: 15px;
	color: #6fa0ba;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 15px;
	background: url('/images/arrow-blue.png') no-repeat right center;
}

.links-box a:hover {
	color: #24c0f1;
}

#homepage-left-col {
	float: left;
	width: 260px;
	margin-right: 20px;
}

#homepage-right-col {
	float: left;
	width: 580px;
}

#featured-artist {
	width: 580px;
	color: white;
	float: left;
	height: 300px;
	position: relative;
}

.featured-artist-promo {
	float: right;
	height: 300px;
	width: 280px;
}

.featured-artist-promo-inlay {
	padding: 18px 20px;
	width: 240px;
}

#featured-artist h2 {
	font-size: 18px;
	font-weight: bold;
}

#featured-artist h2 a {
	text-decoration: none;
}

#featured-artist h2 a:hover {
	text-decoration:underline;
}

#featured-artist a {
	color: white;
	text-decoration: underline;
}

#featured-artist .links-box a {
	color: white;
	font-size: 11px;
/*	padding-right: 17px;
	background: url('/images/arrow-white.png') no-repeat right center; */
	padding-right: 0;
	background: none;
}

#featured-artist a:hover,
#featured-artist .links-box a:hover {
	text-decoration: none;
}

#featured-albums {
	width: 260px;
	height: 178px;
	padding-top: 22px;
	background: url('/images/dots.png') repeat-x left top;
}

#featured-albums h2 {
	margin-bottom: 7px;
}


h2.header-with-link {
	color: #bfccd2;
	font-size: 16px;
	font-weight: bold;
	display: block;
/*	width: 180px; */
	float: left;
	line-height: 20px;
}

a.read-more,
a.rss {
	line-height: 20px;
	color: #9cbbc9;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 15px;
	background: url('/images/arrow-blue.png') no-repeat right center;
	display: block;
	float: right;
}

a.rss {
	background: url('/images/rss-icon.png') no-repeat left center;
	padding: 0 0 0 20px;
	color: #8b8b8b;
}

#optika-banners {
	float: left;
	width: 580px;
	height: 210px;
	padding-top: 20px;
}


#banner-1 div.abs, #banner-2 div.abs, #banner-3 div.abs {
   position: absolute;
}

#banner-1 {
	display: block;
	float: left;
	margin-right: 20px;
	width: 300px;
	height: 230px;
	position: relative;
	overflow: hidden;
}

#banner-2 {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 260px;
	height: 120px;
	position: relative;
	overflow: hidden;
}

#banner-3 {
	float: left;
	height: 90px;
	width: 260px;
	position: relative;
	overflow: hidden;
}

#optika-news {
	width: 260px;
	height: 345px;
		position: relative;
}

#optika-news h1 {
	color: #bfccd2;
	font-size: 16px;
	width: auto;
	margin-bottom: 15px;
	font-weight: bold;
}

#optika-news .read-more{
	bottom: 30px;
		left: 0;
	position: absolute;
}

#optika-news ul#news-list li {
	display: block;
	width: 260px;
	margin-bottom: 15px;
}

#optika-news ul#news-list li a{
	color: #555555;
}

#optika-news ul#news-list li a:hover{
	color: #24C0F1;
	text-decoration: none;
}

.date {
	display: block;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #9fa3a4;
	font-size: 9px;
}

.date span {
	color:#4DC3E7;
}

/* FOOTER */
#footer {
	background: #353e43;
	padding: 20px;
	width: 860px;
	height: 60px;
}

#footer #footer-menu {
	clear: both;
	display: block;
	width: 400px;
	height: 15px;
}

#footer #footer-menu li,
#footer #copyrights li {
	display: block;
	float: left;
}

#footer #footer-menu li a {
	padding: 0px 7px;
	color: #81878a;
	text-decoration: underline;
	background: url('/images/menu-divider.png') no-repeat right center;
}

#footer #footer-menu li a:hover {
	color: #24C0F1;
}

#footer #footer-menu li:first-child a,
#footer #footer-menu li.first-child a,
#footer #copyrights li:first-child a,
#footer #copyrights li.first-child a {
	padding-left: 0px;
}

#footer #footer-menu li:last-child a,
#footer #footer-menu li.last-child a,
#footer #copyrights li:last-child a,
#footer #copyrights li.last-child a {
	background: none;
}

#controls {
	float: right;
	width: 460px;
}

#copyrights {
	margin-top: 20px;
	color: #686e72;
	font-size: 11px;
}

#footer #copyrights a, #footer #copyrights li a {
	font-size: 11px;
	color: #686e72;
	text-decoration: none;
}

#footer #copyrights a:hover, #footer #copyrights li a:hover {
	color: #24C0F1;
}

#footer #copyrights li a {
	padding: 0px 5px;
	background: url('/images/copyright-divider.png') no-repeat right center;
}

#friend-links {
	float: right;
	padding-top: 14px;
}

#links {
	float: left;
		padding: 0;
	width: 400px;
}

#footer h4 {
	color: #72787c;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 8px;
}

#newsletter-signup {
	width: 200px;
	height:30px;
	float:right;
	background: transparent url('/images/subscribe.png') left top no-repeat
}

#friend-links {
	padding-right: 44px;
	width: 216px;
}

#jump-to-friends {
	width: 170px;
}

#newsletter-signup .ok-button {
	margin-top:4px;
}

#newsletter-email {
	width: 125px;
	float: left;
	border:none;
	background-color: #353e43;
	padding: 4px 0 0 5px;
	height: 18px;
	margin: 4px 10px;
	color:#fff;
}

.album-box {
	height: 110px;
	padding: 10px;
	width: 240px;
		position: relative;
	float: left;
	background: #f6f6f6;
}

.active-album-box {
	background: #EAEAEA!important;
}

.album-image {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 10px;
}

.album-info h3 a{
	color: #4dc3e7;
	line-height: 16px;
}

.album-info h3 {
	margin-bottom: 0;
	position: relative;
	top: -2px;
}

.album-info a.author, .album-info span.author {
	color: #787878;
	display: block;
	text-decoration: none;
}

.album-info span.date {
	color: #979797;
	display: block;
	font-size: 9px;
}

.album-info span.price {
	color: #77c40f;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

.album-box .add-margin {
	margin-bottom: 4px;
}

a.album-type,
a.buy-now,
a.download-now {
	display: block;
		float: left;
	color: #9e9e9e;
	text-decoration: underline;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 21px;
}

.album-box a.album-type,
.album-box a.buy-now,
.album-box a.download-now {
	position: absolute;
	bottom: 8px;
	left: 10px;
	float: none;
}

.album-box a.buy-now,
.album-box a.download-now {
	right: 10px;
	left: auto;
	float: none;
}

a.buy-now {
	float: right;
  background: url('/images/basket-icon.png') no-repeat left center;
}

a.download-now {
	float: right;
	background: url('/images/download-icon.png') no-repeat left center;
}

a.listen-now {
	background: url('/images/listen-icon.png') no-repeat left center;
}

a.album-type:hover,
a.buy-now:hover,
a.download-now:hover {
	color: #9e9e9e;
	text-decoration: none;
}

a.cd {
	background: url('/images/cd-icon.png') no-repeat left center;
}

a.merchandise {
	background: url('/images/merchandise-icon.png') no-repeat left center;
}

a.digital {
	background: url('/images/digital-icon.png') no-repeat left center;
}

/* Страница артистов */
#artists {
	float: left;
	width: 580px;
	margin-right: 20px;
}

#artists.full {
	width: inherit;
	margin-right: 0;
}

#events-sidebar h2,
#events-sidebar2 h2 {
	color: #bfccd2;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 26px;
}

#events-sidebar2 .event-info {
	font-size: 11px;
}

#events-sidebar2 .events-list li {
	padding:10px;
	width:240px;
}

#events-sidebar2 .events-list li.odd {
	background-color:#f6f6f6;
}

#events-sidebar2 .events-list li .event-header {
	font-family:Arial;
	font-size:15px;
	color:#41bfe6;
	font-weight:bold;
}

#events-sidebar2 .events-list li a {
	text-decoration:underline;
}

#events-sidebar2 .events-list li a:hover {
	text-decoration:none;
	color:#555;
}

#events-sidebar2 .events-list li span {
	display:block;
	margin-left:10px;
}

#events-sidebar2 h2 {
	margin-bottom: 18px;
}

html[xmlns*=""] body:last-child #events-sidebar h2 {
	margin-bottom: 25px;
}

#news-sidebar h2 {
	color: #bfccd2;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 9px;
}

#events-sidebar select,
#events-sidebar2 select {
	margin: 0 0 10px;
	width: 125px;
}

.artitst-list {
	margin-top: 25px;
}

.artitst-list li {
	width: 260px;
	float: left;
	height: 70px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#artists-sidebar .artitst-list li {
	margin-right: 0;
}

.artitst-list li img {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

.artitst-list li span  {
	display: block;
	float: left;
	padding-top: 24px;
	color: #939393;
	font-weight: bold;
	font-size: 15px;
}

.artitst-list li span a {
	text-decoration: underline;
	color: #939393;
}

.artitst-list li span a:hover {
	color: #54b7d6;
	text-decoration: none;
}

.news-list,
.events-list {
	width: 260px;
	overflow:hidden;
	margin-bottom:10px;
}

.news-list li,
.events-list li {
	width: 260px;
	display: block;
	float: left;
	padding-bottom: 10px;
}

.events-list li img {
	float: left;
	margin-right: 10px;
}

.news-list li.active a {
	color: #24C0F1;
}

.event-info {
	float: left;
	font-size: 13px;
	width: 260px;
}

.with-picture .event-info {
	width: 170px;
	font-size: 11px;
}

.news-list a,
.event-info a {
	color: #555555;
	display: block;
}

.news-list a:hover,
.event-info a:hover {
	color: #54b7d6;
	text-decoration: none;
}

.pagination {
	float: right;
}

.pagination li {
	display: block;
	float: left;
	margin-right: 4px;
	line-height: 20px;
}

.pagination li a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #8b8b8b;
	text-decoration: underline;
}

.pagination li a:hover,
.pagination li a.active {
	background: #f6f6f6;
	color: #41bfe6;
	text-decoration: none;
}

/* Каталог */
#catalogue {
	width: 840px;
}

#catalogue .pagination {
	margin-right: 20px;
}

#catalogue .catalogue-list {
	width: 840px;
	height: 455px;
	padding-top: 14px;
}

#catalogue .catalogue-list li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#catalogue h1 {
	color: #bfccd2;
	width: 260px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

#catalogue .media-type-wrapper {
	width: 260px;
	text-align: left;
	float: left;
	margin-right: 20px;
}

#catalogue .media-type li {
	display: inline;
	padding: 0 15px 0 0;
	line-height: 20px;
}

#catalogue .media-type li a{
	font-size: 14px;
	font-weight: bold;
	color: #8b8b8b;
	text-decoration: underline;
}

#catalogue .media-type li a:hover,
#catalogue .media-type li a.active {
	color: #41bfe6;
	text-decoration: none;
}

div.catalogue-content {
	height: expression(this.height < 520 ? '520px' : 'auto');
	min-height: 520px!important;
}

div.artists-content {
	min-height: 520px;
}

/* Artist */

#artist {
	width: 580px;
	margin-right: 20px;
	float: left;
}

#artist-images,
#artist-info,
#artist-kit {
	width: 260px;
	float: left;
	margin-right: 20px;
}

#artist-info {
  margin-right: 0;
  height:260px;
  margin-top:25px;
}

#artist-kit {
  background: transparent url('/images/kit.png') 5px center no-repeat;
  width:auto;
  padding:20px 0 20px 40px;
}

#artist-kit a {
  text-decoration:underline;
  font-weight: bold;
}

#artist-kit a:hover {
  text-decoration:none;
}

#artist-images {
	margin-right: 20px;
}

#artist-info p {
	font-size: 13px;
}

#artist-info p,
#artist-bio-additional {
	font-size: 13px;
}

.images-scroller {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.images-scroller li {
	float: left;
	margin-left: 20px;
}

.images-scroller li:first-child {
	margin-left: 0;
}

#artist-images h1,
#artists-sidebar h2 {
	margin-bottom: 12px;
}

#artist-info h2 {
	margin-bottom: 5px;
	display: block;
	width: 80px;
}

#artist-details {
	width: 580px;
	float: left;
}

.artists-block {
	zoom: 1;
	width: 520px;
	overflow: hidden;
	padding: 20px;
	background: #f6f6f6;
	margin: 10px 0 15px;
}

.artists-block p {
	padding-top: 0;
}

.artists-block a, .artists-block .a {
	color: #2fabea;
	font-weight: bold;
	font-size: 14px;
}

#artist-details {
	padding-top: 25px;
}

#artist-bio-additional {
	zoom: 1;
}

.font14 {
	font-size: 12px;
		line-height: 16px;
}

/* News & Events */
#news-events {
	float: left;
	width: 580px;
	margin-right: 20px;
}

p.artist a,
a.photo-links {
	color: #54B7D6;
	text-decoration: underline;
	display: inline;
}

p.artist a:hover,
a.photo-links:hover {
	color: #54B7D6;
	text-decoration: none;
}

p.artist {
	font-size: 12px!important;
	padding: 0 0 10px;
}

#news-events p {
	font-size: 13px;
}

#news-events span.date {
	margin-bottom: 10px;
}

img.big-image {
	margin-bottom: 12px;
}

#podcasts-sidebar {
	margin-right: 20px;
}

#podcasts-sidebar h1 {
	color: #bfccd2;
	margin-bottom: 25px;
	font-size: 18px;
}

.podcast-filter a {
	color: #8b8b8b;
	text-decoration: underline;
}

.podcast-filter a:hover {
	text-decoration: none;
}

.podcast-filter a.active {
	color: #2fabea;
	font-weight: bold;
	text-decoration: none;
}

ul.podcast-filter {
	margin-bottom: 25px;
		font-size: 13px;
}

/* PODCASTS */
#podcasts {
	float: left;
	width: 580px;
}

#podcasts .pagination {
	clear: both;
	margin-top: 10px;
}

#podcasts p {
	font-size: 12px;
}

#podcasts h2 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 22px;
	margin-bottom: 12px;
}

#podcasts h2 a{
	font-size: 14px;
	color: #2fabea;
	font-weight: bold;
	background:transparent url('/images/podcast-header.png') right top no-repeat;
	padding:2px 25px 2px 0;
}

#podcasts h2 a:hover{
	text-decoration: none;
	background:transparent url('/images/podcast-header.png') right bottom no-repeat;
}

#podcasts ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 15px;
}

/* Events subpage */

.event-photos {
	margin-top: 17px;
}

.event-photos li {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.event-photos img {
	width: 120px;
	height: 120px;
}

#news-events .pagination {
	margin-right: 15px;
}

#news-events.inner p {
	font-size: 13px;
}

.sidebar .catalogue-list {
	width: 260px;
}

.sidebar .catalogue-list li{
	float: left;
	margin-bottom: 20px;
}


/* Catalog inner pages */
form.price-block {
	display: block;
}

#catalog-inner {
	width: 580px;
		font-size: 13px;
	margin-right: 20px;
	float: left;
}

#catalog-images {
	width: 260px;
	float: left;
	margin-right: 20px;
}

#catalog-info {
	width: 300px;
	float: left;
}

#catalog-images {
	margin-right: 20px;
}

#catalog-info p {
	font-size: 13px;
	width: 260px;
	padding: 0 0 14px;
}

#catalog-inner h1 {
	margin-bottom: 12px;
	display: block;
	width: auto;
	float: left;
}

#catalog-inner h1.with-artists {
	margin-bottom: 0;
}

#catalog-info .quantity-block {
	padding: 30px 0 30px;
}

#catalog-info .quantity-block label {
	display: block;
	width: 130px;
	color: #a0a0a0;
	font-size: 13px;
	line-height: 20px;
	margin-right: 15px;
	float: left;
	text-align: right;
}

.price-block input {
	display: block;
	width: 24px;
	float: left;
}


span.price {
	color: #0bc825;
	display: block;
	float: left;
	text-align: right;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}

#catalog-info span.price {
	width: 130px;
	margin-right: 15px;
	margin-bottom: 10px;
}

a.buy-link {
	color: #0bc825;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 35px;
	text-decoration: underline;
	padding-left: 45px;
	clear: right;
	background: url('/images/basket-button.png') no-repeat 0 0;
	font-weight: bold;
}

#catalog-info a.buy-link {
	margin-bottom: 10px;
}

a.buy-link:hover {
	text-decoration: none;
}

span.not-available {
	color: #cdd4cf;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 35px;
	margin-left: 45px;
	clear: right;
	font-weight: bold;
	margin-top: 40px;
}

#catalog-images span.not-available {
	margin-left: 25px;
	margin-top: 18px;
}


span.not-available span {
	display: block;
	float: left;
	height: 35px;
}

span.not-available .empty-basket{
	background: url('/images/basket-button.png') no-repeat 0 -46px;
  padding-left: 45px;
}

span.not-available span.price {
	margin-right: 15px;
  margin-bottom: 10px;
	color: #CDD4CF;
	width: auto!important;
}


#catalog-inner a.album-type {
	line-height: 22px;
	margin-left: 10px;
}

#catalog-images .price-block {
	margin-top: 18px;
}

#catalog-images .price-block span.price {
	margin-left: 15px;
	width: 85px;
	text-align: left;
}

#catalog-images .price-block input {
	margin-top: 7px;
	margin-right: 15px;
}

table.track-list {
	width: 310px;
	padding: 0;
	margin: 0;
}

table.track-list tr {
	background-color: #f6f6f6;
	height: 45px;
}

table.track-list tr.odd {
	background-color: white;
}

.margin10 {
	margin-right: 10px!important;
}

#product-description {
	padding-top: 40px;
}

table.track-list td {
	vertical-align:top;
	padding:10px 0;
}

table.track-list tr span,
table.track-list tr a {
	display: block;
}

table.track-list .track {
	font-size: 14px;
	font-weight: bold;
	color: #41bfe6;
	padding-left: 10px;
}

table.track-list .listen-info {
	float: right;
	font-size: 11px;
	padding-top: 3px;
}

table.track-list .listen-info span {
	display:inline-block;
	width:20px;
	text-align:right;
}

table.track-list .track-info {
	color: #555555;
	font-size: 11px;
	padding-left: 25px;
}

table.track-list td.player-holder {
	vertical-align: top;
	width: 20px;
	height: 25px;
	padding: 10px;
}

table.track-list tr.first-child,
table.track-list tr:first-child {
	height: auto;
	vertical-align: top;
}

table.track-list tr.first-child td {
	padding-top: 0;
}

a.player {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background: url('/images/player.png') no-repeat -20px 0;
}

a.player:hover {
  background-position: -100px 0;
}


table.track-list tr a span, table.track-list tr a span {
	display: none;
}

table.track-list tr.odd a.player {
	background-position: -20px -20px;
}


table.track-list tr.odd a.player:hover {
  background-position: -100px -20px;
}

a.playing {
	background-position: -120px 0;
}

table.track-list tr.odd a.playing {
	background-position: -120px -20px;
}

a.playing:hover {
	background-position: 0 0;
}

table.track-list tr.odd a.playing:hover {
	background-position: 0 -20px;
}


#player {
	height: 0px;
	width: 0px;
	overflow: hidden;
}

table.track-list td.download-holder {
	vertical-align: top;
	width: 20px;
	height: 25px;
	padding: 10px 10px 0 0;
}

a.download {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background: url('/images/player.png') no-repeat -60px 0;
}

a.download:hover {
	background: url('/images/player.png') no-repeat -80px 0;
}

table.track-list tr.odd a.download {
	background: url('/images/player.png') no-repeat -60px -20px;
}

table.track-list tr.odd a.download:hover {
	background: url('/images/player.png') no-repeat -80px -20px;
}

#artist-bio-additional {
	display: block;
	clear: left;
}

/* BASKET */
h1.tall {
	line-height: 52px;
}

#basket-table {
	width: 860px;
}

#basket-table thead tr{
	height: 30px;
	line-height: 30px;
	color: #8b8b8b;
	font-size: 12px;
	font-weight: normal;
	background: #f6f6f6;
}

#basket-table tfoot tr{
	height: 40px;
	line-height: 40px;
	color: #8b8b8b;
	font-size: 12px;
	font-weight: normal;
	background: #f6f6f6;
}

#basket-table tfoot .total-hint {
	text-align: right;
	padding-right: 18px;
}

#basket-table span.price,
#basket-table .total-quantity {
	color: #77c40f;
	font-size: 14px;
	font-weight: bold;
}
#basket-table .total-sum {
	padding-left: 115px;
}

#basket-table .total-sum .price,
#basket-table .prod-price .price,
#basket-table .prod-total .price {
	display: inline;
	float: none;
}

#basket-table .total-sum .price {
	padding-left: 3px;
}

#basket-table tfoot .total-sum .shipping {
	padding-left: 20px;
	color: #8b8b8b;
	font-size: 13px;
}

#basket-table tfoot .total-sum .shipping a {
	color: #8b8b8b;
	padding-left: 3px;
	text-decoration: underline;
}

#basket-table tfoot .total-sum .shipping a:hover {
	text-decoration: none;
}

#basket-table .prod-name {
	width: 260px;
	padding-right: 20px;
}

#basket-table th.prod-name {
	width: 250px;
	padding-left: 10px;
}

#basket-table .prod-quantity,
#basket-table .prod-price {
	width: 130px;
	padding-right: 20px;
}
#basket-table .prod-quantity {
	text-align: left;
}

#basket-table .prod-total {
	width: 110px;
	padding-right: 20px;
}

#basket-table .album-box {
	background: transparent;
}

#basket-table .album-info a.author {
	padding-top: 10px;
}

#basket-table .prod-quantity input {
	width: 30px;
}

#basket-table a.basket-delete {
	margin-left: 5px;
	width: 31px;
	height: 31px;
	display: block;
	background: url('/images/delete-button.png') no-repeat 0 0;
}

#basket-table a.ajax {
	background: url('/images/ajax.gif') no-repeat center center;
}

#basket-table a.basket-delete:hover {
	background: url('/images/delete-button.png') no-repeat 0 -31px;
}

#basket-table tbody tr {
	background: url('/images/dots.png') repeat-x left bottom;
}

#basket-table tbody tr.last {
	background: none;
}

#basket-overview {
	float: right;
	padding: 20px 0;
	font-weight: bold;
	color: #8b8b8b;
	font-size: 14px;
}

#basket-overview span.price {
	float: left;
	font-size: 16px;
	padding-left: 18px;
	line-height: normal;
	color: #77c40f;
}

#basket-overview  span.price-label {
	display: block;
	float: left;
}

#basket-overview input.checkout-button {
	float: left;
	width: 72px;
	height: 22px;
	display: block;
	margin-left: 92px;
	border: none;
	background: url('/images/button-bg.png') no-repeat 0 0;
	font: bold 11px Arial, sans-serif;
	color: white;
	text-transform: uppercase;
}

#basket-overview input.refresh-button {
	float: left;
	width: 72px;
	height: 22px;
	margin-left: 8px;
	margin-right: 1px;
	display: block;
	border: none;
	background: url('/images/button-bg.png') no-repeat 0 0;
	font: bold 11px Arial, sans-serif;
	color: white;
	text-transform: uppercase;
}

/* FORMS */
.gray-form {
	margin: 10px 0 15px;
	width: 540px;
	background: #f6f6f6;
	padding: 20px;
}

.gray-form label {
	display: block;
	text-align: right;
	float: left;
	width: 170px;
	margin-right: 20px;
	line-height: 20px;
	margin: 10px 20px 10px 0;
	clear: left;
}

.gray-form input,
.gray-form textarea {
	float: left;
	color: #7c7b7b;
	font-size: 11px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	clear: right;
	margin: 10px 0;
}

.gray-form input {
	height: 18px;
	padding: 2px;
}

.gray-form textarea.small {
	width: 240px;
	height: 80px;
}

.gray-form textarea.big {
	width: 330px;
	height: 150px;
}

.gray-form input.long {
	width: 340px;
}

.gray-form input.short {
	width: 210px;
	margin-right: 100px;
}

.gray-form .mandatory {
	float: left;
	margin-top: 10px;
	text-align: right;
	width: 170px;
	color: #ed1c24;
	font-size: 9px;
	margin-right: 20px;
}

.gray-form .controls {
	margin-top: 10px;
	float: left;
	clear: right;
}

.gray-form .controls input {
	border: none;
	margin: 0;
}

.gray-form .controls input.submit-button {
	float: left;
	width: 72px;
	height: 22px;
	padding: 0;
	display: block;
	border: none;
	background: url('/images/button-bg.png') no-repeat 0 0;
	font: bold 11px Arial, sans-serif;
	color: white;
	text-transform: uppercase;
}

input.ok-button {
	float: left;
	width: 26px;
	height: 22px;
	padding: 0;
	display: block;
	border: none;
	background: url('/images/ok-button-bg.png') no-repeat 0 0;
	font: 11px Arial, sans-serif;
	color: white;
	text-transform: uppercase;
}

#newsletter-signup input.ok-button {
	background: url('/images/sub-button-bg.png') no-repeat 0 0;
	color: #92979a;
}

.gray-form .controls input.reset-button {
	float: left;
	width: 72px;
	height: 22px;
	padding: 0;
	margin-left: 14px;
	display: block;
	border: none;
	background: url('/images/button-bg.png') no-repeat 0 0;
	font: bold 11px Arial, sans-serif;
	color: white;
	text-transform: uppercase;
}

div.formError {
	color: red;
}

.gray-form .formError {
	padding-left: 190px;
	clear: both;
}

#flash {
	position: absolute;
	margin: 0 30% 0 30%;
	width: 30%;
	padding: 5%;
	left: 0;
	background-color: white;
	border: solid 2px gray;
	z-index:100;
}

#flash img {
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}

div.empty {
	padding: 50px 0;
	text-align: center;
}

.featured-artist-img {
	width: 300px;
	height: 300px;
	float: left;
	border: none;
}

#shop li {
	margin-bottom: 20px;
}

#news-sidebar #shop li {
	margin-bottom: 0px;
}


#news-sidebar #shop {
	margin-bottom: 20px;
}

#subwindow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	opacity: .8;
}

#subwindow {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	border: 1px solid #d1d1d1;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}

#subwindow img {
		cursor: pointer;
}

#subwindow-content {
	overflow: auto;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 40px;
	position: absolute;
	border: solid 1px gray;
	padding: 5px;
}

#subwindow-buttons {
	position: absolute;
	width: 80px;
	height: 20px;
	right: 10px;
	bottom: 10px;
	text-align: right;
}

/* About us page */
#about-us {
	float: left;
	width: 580px;
	margin-right: 20px;
	font-size: 13px;
}

#about-us p {
	font-size: 13px;
}

#about-us h2.gray-header {
	margin-top: 40px;
	color: #bfccd2;
  font-size: 16px;
  font-weight: bold;
}

#about-us #email {
	display: none;
}

#news-sidebar .news-list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#news-sidebar h2.small-padding {
	margin-bottom: 5px;
}

#news-sidebar .album-box {
	margin-bottom: 25px;
}

#news-sidebar #banner-2 {
	margin-bottom: 0;
}

.podcast-style {
	font-size: 11px;
}

.page404 {
	width: 860px;
	padding: 0 20px;
}

#header.page404 {
	margin: 0 0 0 20px;
}


.page404 h1 {
	text-transform: uppercase;
	line-height: 120px;
}

.page404 p {
	color: white;
}

#artist-bio-additional .artists-block a {
	font-size: 13px;
	font-weight: normal;
	color: #4DC3E7;
}

#podcasts p {
	background: #F6F6F6;
	padding: 20px;
}

#podcasts p.podcast-info {
	background:none;
	padding:3px 0;
}

#podcasts p.artist {
	background: transparent!important;
	padding: 0 0 10px !important;
}

#recaptcha_widget_div {
	clear:left;
	margin-left:190px;
}

#recaptcha_widget_div .recaptchatable #recaptcha_response_field {
	position:static !important;
	clear:left;
}

#recaptcha_widget_div .recaptchatable .recaptcha_input_area {
	margin-left:0 !important;
	padding-left:20px !important;
}

div#content+iframe {
	display:none;
}

#artist-dates-additional a {
	text-decoration: underline;
}

#artist-dates-additional a:hover {
	text-decoration: none;
}