/* zeros everything */

* { padding: 0; margin: 0; }


/* set default font */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	

/* headings */
	
h2 {
	font-size: 2.2em;
	margin: 65px 0 0 0;
	}
	
h3 {
	font-size: 1.6em;
	padding: 0 6px;
	display: inline;
	}
	
h4 {
	font-size: 1.6em;
	padding: 0 6px;
	display: inline;
	margin: 0 0 0 9px;
	}
	
h5 { font-size: 1.6em; }
	
h6 { font-size: 1.3em; }
	

/* links */

a {
	outline: 0;
	text-decoration: none;
	}
	
	
/* images */

img { border: 0; }


/* forms - defaults */

input {
	border: 0;
	height: 18px;
	line-height: 18px;
	width: 300px;
	}
	
select.wide, textarea.wide {
	width: 300px;
	}
	
button {
	border: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.0em;
	height: 18px;
	line-height: 18px;
}

input.checkbox {
	width: 16px;
	height: 16px;
	}

label {
	display: block;
	margin: 16px 0 6px 0;
	font-size: 1.2em;
	}
	
label.noMargin {
	margin: 0;
	font-size: 1.0em;
	}
	
/* tables - defaults */
	
table {
	font-size: 1.2em;
	}
	
th {
	text-align: left;
	}
	
	
/* page structure */

#mainContainer {
	width: 962px;
	margin: 0 auto;
	}
	
#mainPage {
	margin-bottom:10px;
	clear:both;
	}
	
#pageBackground {
	
	}
		
	
/* banner */
	
#logoBar {
	height: 96px;
	}
	
h1, h2 {
	float: left;
	}
	
h1 {
	height: 120px;
	}

ul#topLinks {
	float: right;
	width: auto;
	list-style-type: none;
	margin: 5px 12px 0 0;
	display: inline;
	}
	
ul#topLinks a {
	font-size: 1.2em;
	color:#fff;
	border-bottom:1px solid #fff;;
	}
ul#topLinks a:hover {
	border-bottom:none;
}
ul#topLinks li {
	float: left;
	margin: 0 5px 0 5px;
	display: inline;
	background:#121212;
	padding:2px 10px 4px;
	filter:alpha(opacity=70);
	opacity:.7;
	}
	
	
/* optionBar */

	
#cart, #search, #player {
	float: left;
	padding: 0;
	height: auto !important;
	height: 92px;
	min-height: 92px;
	padding: 10px;
	}

/* - */
	
#cart {
	width: 171px;
	}
 
#cart p {
	font-size: 1.2em;
	margin: 12px 0 0 15px;
	line-height: 18px;
	color:#fff;
	}
#cart p span{
	font-weight:bold;
}
#cart p a{
	color:#95d42e;
	border-bottom:1px solid #95d42e;
}
#cart p a:hover{
	border-bottom:none;
}
/* - */

#search {
	width: 361px;
	}

#search form {
	font-size: 1.2em;
	margin: 12px 0 0 11px;
	line-height: 18px;
	}

#search p {
	display: inline;
	font-size: 1.2em;
	float: left;
	}	

#search select {
	display: inline;
	width: 225px;
	margin: 0 14px 0 0;
	font-size: 1em;
	}
	
input#searchText {
	width: 255px;
	height:25px;
	background:url(../images/layout/search-bg.jpg) top left no-repeat;
	margin: 0 0 12px 0;
	padding-left:30px;
	padding-right:8px;
	color:#fff;
	}
	
input#go, #loginform input#go { 
	width: 49px;
	height:24px;
	background:url(../images/buttons/go.jpg) top left no-repeat;
	margin: 0 0 0 5px ;
	display: inline; 
	text-indent:-9999em;
	cursor:pointer;
	}
input#go:hover{
	background:url(../images/buttons/go.jpg) bottom left no-repeat;
}

/* - */
	
#player {
	width: 365px;
	}
	

/* lines under option bar */	
	
div.longStrip, div.longStripLast, div.strip {
	float: left;
	height: 6px;
	text-indent: -9999em;
	font-size: 0.001em;
	border-top-style: solid;
	border-top-width: 6px;
	}

div.longStrip{
	width: 383px;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
div.longStripLast{
	width: 384px;
	}
	
div.strip {
	width: 191px;
	border-right-width: 1px;
	border-right-style: solid;
	}

/* main column  */
#mainColumn {
	width:921px;
	border:1px solid #2e2e2e;
	background:#1a1a1a;
	padding:22px 19px 21px 20px;
	float:left;
}
#mainColumn .left{
	float:left;
	width:546px;
	margin-right:15px;
}

#mainColumn .right{
	float:left;
	width:360px;
}

/* left column */

#leftColumn {
	width: 209px;
	float: left;
	padding: 0;
	margin-right:7px;
	border:1px solid #262626;
	background:#191919;
	min-height:500px;
	}

#leftColumn ul {
	list-style-type: none;
	border-bottom:1px solid #262626;
	/*margin: 6px 0 0 10px;*/
	}
	
#leftColumn li {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 30px;
	padding:5px 19px;
	border-top:1px solid #262626;
	border-bottom:1px solid #080808;
	}
#leftColumn li:first-child{
	border-top:none;
}
#leftColumn ul ul{
	margin: 0 0 10px 13px;
	}
	
#leftColumn li li {
	font-size: 0.9em;
	line-height: 24px;
	
	}
.subnav{
	width:160px;
}

/* right column */
		
#rightColumn {
	padding: 0;
	float: left;
	width: 743px;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	}
	
#rightColumn p {
	font-size: 1.1em;
	color:#fff;
	}
	
#rightColumn h6 {
	margin-bottom: 4px;

	}
	
/* featured items */

div.row {
	position: relative;
	}

div.blockLeftDark, div.blockRightDark, div.blockLeftLight, div.blockRightLight  {
	float: left;
	padding: 14px 10px;
	}
	
div.blockLeftDark, div.blockRightDark {
	margin: 10px 0 0 0;
	}
	
div.blockLeftDark {
	width: 343px;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
div.blockRightDark {
	width: 343px;
	}
	
div.blockLeftLight{
	width: 311px;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
div.blockRightLight {
	width: 343px;
	}
	
/* albums */

div.blockDetail, div.blockDetailLast {
	position: relative;
	width: 162px;
	float: left;
	margin-top: 16px;
	min-height: 255px;
	height: auto !important;
	height: 255px;
	}
	
div.blockDetail, div.blockDetailMerch {
	margin-right: 12px;
	}
	
	
div.blockDetail div.info,div.blockDetailLast div.info{
    background: url("../images/layout/product-listing-bottom-bg.jpg") no-repeat scroll left bottom transparent;
    padding: 12px;
    width: 139px;
	min-height:90px;
}

div.info {
	font-size:1.2em;
}

div.info span.listing-price{
	color:#FFFFFF;
	font-weight:bold;
	min-height:5px;
}


div.info p{
max-width:145px;
}

div.info h6{
color: #CCCCCC;
max-width:150px;
font-size:0.8em
}

div.info a.title{
	font-size:1.1em;
	color:#FFFFFF;
	text-decoration:none;
	margin-bottom:2px;
}

div.info a.digital, div#topten a.digital {
	text-decoration:underline;
	color:#07C0F6;
	
}

div#topten a.digital {
	text-transform:uppercase;
	font-size:1.2em;
}
div#topten h3 a{
	color:#fff;
}
div.info a.cd{
	
	text-decoration:underline;
}

div.info a.vinyl{
	color:#A9316E;
	text-decoration:underline;
}

div.info span.separator{
	color:#CCCCCC;
}	
/* merchandise */

div.blockDetailMerch, div.blockDetailMerchLast {
	position: relative;
	width: 150px;
	float: left;
	margin-top: 16px;
	min-height: 265px;
	height: auto !important;
	height: 265px;
	}

/* merchandise end */
	
div.alignBottom {
	bottom: 10pt;
	position: absolute;
	}
	
ul.options {
	list-style-type: none;
	} 

ul.options li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 1.2em;
	}
	
ul.options li label {
	display: inline;
	margin: 0 6px 0 0;
	font-size: 1.1em;
	}
	
ul.topBorder {
	padding: 10px 0 0 0;
	width: 150px;
	}
	
ul.topBorderLight {
	padding: 10px 0 0 0;
	width: 150px;
	}

/* list items */

#listBlockLeft, #listBlockRight {
	float: left;
	}

#listBlockLeft {
	width: 383px;
	border-right-style: solid;
	border-right-width: 1px;
	}

#listBlockRight {
	width: 384px;
	}

div.headerBar {
	height: 21px;
	padding: 16px 0 9px 0;
	display: block;
	}
	
div.listDetailDark, div.listDetailLight {
	display: block;
	height: auto !important;
	min-height: 75px;
	height: 75px;
	padding: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	}

div.listDetailDark img, div.listDetailLight img {
	float: left;
	width: 75px;
	margin-right: 10px;
	} 

	
/* product list page */

div.resultsBar {
	height: 21px;
	padding: 5px 10px 10px;
	margin-top: 0;
	font-size: 1.2em;
	}

div.resultsBar p {
	float: left;
	margin-right: 30px;
	display: inline;
	}
	
div.resultsBar ul {
	list-style-type: none;
	float: right;
	padding:4px 0 0 0;
	}

div.resultsBar li {
	float: left;
	margin-right: 1px;
	padding:2px 6px;
    display: block;
    height: 15px;
    min-width:9px;
}



div.resultsBar li.currPage {
 background-color:#262626;
}	
div.resultsBar li.page {
 background-color:#0F110C;
}	

div.resultsBar li a{
	text-decoration:underline;

}
div.resultsBar form {
	float: right;
	font-size: 1.1em;
	}

div.resultsBar select {
	margin-left: 10px;
	}

div.block {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #2E2E2E;
    margin: 7px 0;
    padding: 5px 22px 16px;
    position: relative;
}

div.blockDetailPad{
	padding: 14px 10px;
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #2E2E2E;
	border-bottom:none;
}

div#detailFormat{
	padding: 14px 10px;
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #2E2E2E;
	border-top:none;
}
	
div.blockRow{
    float: left;
}

/* product detail page */

ul#detailTabs {
	list-style-type: none;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-transform:uppercase;
	}
	
ul#detailTabs li {
	float: left;
	padding: 4px 12px
	}

#detailContainer {
	width: 150px;
	float: left;
	margin-top: 16px;
	margin-right: 42px;
	margin-bottom: 8px;
	}
	
#productDetails {
	float: left;
	margin-top: 20px;
	width: 500px;
	}
	
#productDetails ul {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 24px;
	}
#productDetails #buylink a.addCDToCart{	
    background: url("../images/buttons/add-album-to-cart-green.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0.001em;
    height: 36px;
    line-height: 0.001em;
    text-indent: -9999px;
    width: 188px;
}

#productDetails #buylink a.addDLToCart{	
    background: url("../images/buttons/add-album-to-cart-blue.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0.001em;
    height: 36px;
    line-height: 0.001em;
    text-indent: -9999px;
    width: 188px;
}

#productDetails #buylink a.addVinylToCart{	
    background: url("../images/buttons/add-album-to-cart-pink.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0.001em;
    height: 36px;
    line-height: 0.001em;
    text-indent: -9999px;
    width: 188px;
}

#productDetails select {
	width: 120px;
	font-size: 0.9em;
	}

#productDetails p {
	font-size: 1.2em;
	margin: 5px 0;
	}
	
#productDetails h5 {
	font-size: 1.6em;
	color:#FFFFFF;
	}
	
#productDetails h6 {
	font-size: 1.4em;
	color:#A2A2A2;
}
		
		
	
.detailBuy {
	font-size: 1.4em !important;
	margin: 20px 0 0 0 !important;
	}
	
img.border {
	border-style: solid;
	border-width: 8px;
	}	
	
table#trackListing {
	width: 100%;
	margin: 10px 9px -1px 9px;
	}
	
table#trackListing th {
	padding: 10px 0;
	}

table#trackListing td {
	padding: 4px 0;
	}
#fixedHeight {
width:743px;
}
	


/* cart view */

div.blockCartDark,div.blockCartLight,div.blockCartTotal {
	padding: 14px 0;
	}
	
div.blockCartDark {
	margin-top: 10px;
	}
	
div.blockCartDark table, div.blockCartLight table {
	margin-top: 20px;
	width: 700px;
	border: 1px solid #2E2E2E;
	}
	
div.blockCartDark table table, div.blockCartLight table table {
	width: 100%;
	font-size: 1.0em;
	}
	
div.blockCartDark table table td, div.blockCartLight table table td {
	padding: 6px 4px;
	}
	
div.blockCartTotal table {
	width: 700px;
	}
	
div.blockCartDark th, div.blockCartLight th, div.blockCartTotal th {
	padding: 6px 0;
	}
	
div.blockCartDark td, div.blockCartLight td {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #111111;
	}
	
div.blockCartDark tr.total, div.blockCartLight tr.total {
	font-weight: bold;
	background: none repeat scroll 0 0 #111111;
	border: none;
	}

div.blockCartTotal tr.total{
	background:none;
	border:none;

}
div.blockCartTotal td{
	border:none;
}
div.blockCartTotal td span.subtotal{
	color:#8E8E8E;
	font-size:1.4em;
}
div.blockCartTotal td span.totalprice{
	color:#FFFFFF;
	font-size:2em;
}

div.blockCartTotal td a.checkout{
 	background: url("../images/buttons/checkout.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0.001em;
    height: 36px;
    line-height: 0.001em;
    text-indent: -9999px;
    width: 187px;
	float:right;
}

	
input.qty {
    background: url("../images/layout/qty-bg.jpg") no-repeat scroll left top transparent;
    color: #FFFFFF;
    height: 25px;
    margin: 0 0 12px;
    padding:0;
	text-align:center;
    width: 51px;
}

div.blockCartDark td.pad, div.blockCartDark th.pad, div.blockCartLight td.pad, div.blockCartLight th.pad  {
	padding: 10px 20px 10px 0;
	}
	
div.blockCartDark td.cover, div.blockCartLight td.cover {
	width: 100px;
	}
	
td.alignRight {
	text-align: right!important;
	padding-right: 20px!important;
	}
td.alignRight span{
	padding-right:15px;
	color:#8a8a8a;
}
/* my account */

ul#myAccount {
	font-size: 1.2em;
	line-height: 30px;
	list-style-type: none;
	}
	

/* login */

#rememberMe {
	margin: 12px 0 0 0;
	}

#rememberMe input {
	float: left;
	margin: 0 4px 0 0;
	}

#rememberMe label {
	float: left;
	margin: 0;
	width: 300px;
	}
	
a#forgotPass {
	float: left;
	margin: 10px 0 0 0;
	}

button#loginBut {
	float: right;
	width: 80px;
	height:24px;
	margin: 10px 10px 0 0;
	background:url(../images/buttons/sign-in.gif) top left no-repeat #88C32D;
	color:#FFFFFF;
	display:block;
	text-indent:-9999em;
	}
button#loginBut:hover{
	background:url(../images/buttons/sign-in.gif) bottom left no-repeat #88C32D;
}
/* register */

#terms {
	margin: 20px 0 0 0;
	}

#terms input {
	float: left;
	margin: 0 4px 0 0;
	width: 18px;
	}

#terms label {
	float: left;
	margin: 0;
	width: 300px;
	}

button#register {
	width: 96px;
	height:24px;
	margin: 30px 0;
	background:url(../images/buttons/register.gif) top left no-repeat #88C32D;
	color:#FFFFFF;
	display:block;
	text-indent:-9999em;
	}
button#register:hover{
	background:url(../images/buttons/register.gif) bottom left no-repeat #88C32D;
}
	
/* update details */

button#update {
	width: 80px;
	height:24px;
	margin-top: 30px;
	background:url(../images/buttons/update.gif) top left no-repeat #88C32D;
	color:#FFFFFF;
	display:block;
	text-indent:-9999em;
	}
button#update:hover{
	background:url(../images/buttons/update.gif) bottom left no-repeat #88C32D;
}	

/* advanced search */

#adSearchBtns {
	margin: 30px 0 0 0;
	}
	
#adSearchBtns button {
	font-size: 1.2em;
	margin: 0 0 0 4px;
	}

/* features */

div.feature {
	display: block;
	height: auto !important;
	min-height: 190px;
	height: 190px;
	font-size: 1.2em;

	}

div.feature ul {
	margin: 10pt 0pt 0pt 16px;
	}
	
div.feature li {
	padding: 0 0 10px 0;
	}
	
div.feature h6 {
	font-size: 1.0em;
	margin-top: 20px;
	font-weight: normal;
	}
	
div.feature p {
	margin-top: 20px;
	}
	


/* static pages */

p.static {
	font-size: 1.2em;
	float: left;
	margin: 10px 20px 0 0;
	width: 170px;
	line-height: 15px;
	}
	
img.staticImg {
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
	}
	
		
/* footer */

#footer {
	font-size: 1.2em;
	line-height: 30px;
	height:175px;
	background: none repeat scroll 0 0 #1A1A1A;
	border: 1px solid #2E2E2E;
	/*background:url(../images/layout/footer-bg.gif) top left  #1a1a1a;*/
}

#footer .footerBlock{
	float:left;
	border-right:1px solid #2E2E2E;
	height:100%;
	width:281px;
}

#footer .footerBlock h3 {
    display: block;
    padding: 10px 40px 0;
}

#footer ul#navigate {
	list-style-type: none;
	margin:15px 0 0 41px;
	width:209px;
	float:left;
	}
	
#footer ul#navigate li {
	display:block;
	float:left;
	width: 104px;

	}

ul.social {
	list-style-type: none;
	margin:15px 0 0 39px;
	width:209px;
	float:left;
	}
	
ul.social li {
	display:block;
	float:left;
	width: 74px;
	padding-left:30px
	}
ul.social li.myspace{
	background:url(../images/misc/myspace.gif) no-repeat top left;
}
ul.social li.twitter{
	background:url(../images/misc/twitter.gif) no-repeat top left;
}
ul.social li.facebook{
	background:url(../images/misc/facebook.gif) no-repeat top left;
}
ul.social li.youtube{
	background:url(../images/misc/youtube.gif) no-repeat top left;
}
ul.social li.soundcloud{
	background:url(../images/misc/soundcloud.gif) no-repeat top left;
}

#footer ul li a, ul.social li a{
	color:#92d530;
	border-bottom:1px solid #92d530;
}
#footer ul li a:hover, , ul.social li a:hover{
	color:#92d530;
	border-bottom:none;
}

#footer #footerCards{
	background:url(../images/misc/payment-cards.jpg) no-repeat;
	height:161px;
	width:285px;
	display:block;
	float:left;
	margin-left:15px;
}

#footerGraphic{
	background:url(../images/layout/footer-bg.gif);
	height:19px;
	width:961px;
	display:block;
}
/* acknowledgements */

.iweb, ul#acknowledgements{ 
	margin-left:41px;
	font-size:1.2em;
	background:none;
	line-height:23px;
}

ul#acknowledgements li{
	list-style-type: none;
	display:inline;
	color:#fff;
	margin:0 15px 0 0;
}

ul#acknowledgements li a{
	color:#92d530;
	border-bottom:1px solid #92d530;
}
ul#acknowledgements li a:hover{
	color:#92d530;
	border-bottom:none;
}
.iweb, .iweb a {
	color:#989898;

	}		
		
/* misc */

#rightColumn p.pad {
	padding: 10px 0;
	font-size: 1.2em;
	}

p.price {
	margin: 6px 0;
	font-size: 1.2em;
	}

.fL {
	float: left;
	}
	
.aR {
	text-align: right !important;
	padding: 0 10px 0 0!important;
	}

a.btn {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 4px 1px;
}

div.noTopMargin {
	margin-top: 0;
	}



/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
			
.clearfix {
	display: inline-block;
	}
		
/* Hide from IE Mac \*/

.clearfix { display: block; }

/* End hide from IE Mac */

ul#top-nav{
	border:1px solid #333333;
	background:url(../images/layout/top-nav-bg.jpg) #131313;
	width:960px;
	height:41px;
	margin-bottom:5px;
	list-style-type: none;
}

ul#top-nav li{
	display:block;
	float:left;
	margin-right:2px;
	height:41px;
	width:143px;

}

ul#top-nav li.artists{
	width:154px;
}
ul#top-nav li.news{
	width:139px;
}
ul#top-nav li.dj-shwdates{
	width:230px;

}
ul#top-nav li.mixes{
	width:139px;
	margin-right:0;
}

ul#top-nav li a{
	display:block;
	width:100%;
	height:41px;
	text-indent:-9999em;

}
ul#top-nav li a.on-home, ul#top-nav li a.home:hover{ 
	background:url(../images/layout/top-nav-hover/home.gif) no-repeat;
}	
ul#top-nav li a.on-store, ul#top-nav li a.new-rel:hover{
	background:url(../images/layout/top-nav-hover/store.gif) no-repeat;
}
ul#top-nav li a.on-artists, ul#top-nav li a.art:hover{
	background:url(../images/layout/top-nav-hover/artists.gif) no-repeat;
}
ul#top-nav li a.on-news, ul#top-nav li a.news:hover{
	background:url(../images/layout/top-nav-hover/news.gif) no-repeat;
}
ul#top-nav li a.on-djshowdates, ul#top-nav li a.dj:hover{
	background:url(../images/layout/top-nav-hover/dj-show-dates.gif) no-repeat;
}
ul#top-nav li a.on-mixes, ul#top-nav li a.mix:hover{
	background:url(../images/layout/top-nav-hover/mixes.gif) no-repeat;
}

#mainColumn #homenews{
	width:544px;
	min-height:406px;
	border:1px solid #2b2b2b;
	background:url(../images/layout/home-news.jpg) top left no-repeat #010101;
	margin-bottom:20px;
}
#mainColumn #homenews .images{
	display:block;
	width:544px;
	height:249px;
}

#mainColumn #homenews .images ul.thumbs{
	display:block;
	width:75px;
	padding:6px;
	list-style-type: none;
	float:right;
	height:237px;
	overflow:hidden;
}
#mainColumn #homenews .images ul.thumbs li{
	margin-bottom:3px;
	padding:0;
}
#mainColumn #homenews .images ul.thumbs li:last-child{
	margin-bottom:0;
}
#mainColumn #homenews .images ul.thumbs li img{
	border:1px solid #5f1248;
}
#mainColumn #homenews .images ul.thumbs li:first-child img{
	border:1px solid #ffffff;
}

#mainColumn #homenews .images ul.main{
	width:457px;
	height:249px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
}
#mainColumn #homenews .images ul.main li{
	margin:0;
	padding:0;
	height:249px;
	width:458px;
}
#mainColumn #homenews .images ul.main li img{
	margin:0;
	padding:0;
	border:0;
}

#mainColumn #homenews .info{
	display:block;
	width:544px;
	min-height:195px;

	overflow:hidden;
}
#mainColumn #homenews .info div{
	min-height:120px;
	padding:18px;
	width:508px;
}

#mainColumn #homenews .info h3{
	background:none;
	font-size:2.4em;
	padding:0;
	margin-bottom:5px;
	display:block;
}
#mainColumn #homenews .info p{
	color:#fff;
	font-size:1.2em;
	line-height:16px;
	max-width:480px;
}

#mainColumn #homenews .info a.morelink{
	display:block;
	width:130px; height:24px;
	text-indent:-9999em;
	margin:10px 0;
	background:url(../images/buttons/readmorenews.gif) top left no-repeat;	
}

#mainColumn #homenews .info a:hover.morelink{
	background:url(../images/buttons/readmorenews.gif) bottom left no-repeat;	
}

#mainColumn #hometourdates{
	width:261px;
	margin-right:20px;
	border:1px solid #373737;
	background:#0f0f0f;
	float:left;
}
#mainColumn #hometourdates h2{
	text-indent:-9999em;
	background:url(../images/titles/latest-tour-dates.jpg) top left no-repeat;
	height:47px;
	width:261px;
	margin:0;
	float:none;
}
#mainColumn #hometourdates ul li{
	padding:14px 18px; 
	border-bottom:1px solid #272727;
	list-style-type: none;
}

#mainColumn #hometourdates ul li:last-child{
	border-bottom:0;
}

#mainColumn #hometourdates ul li ul li{
	padding:0;
	margin:0;
	border:0;
	line-height:19px;
}
#mainColumn #hometourdates ul li ul li.date{
	color:#1899db;
	font-size:1.4em;
}
#mainColumn #hometourdates ul li ul li.dj{
	color:#fefefe;
	font-weight:bold;
	font-size:1.6em;
}
#mainColumn #hometourdates ul li ul li.venue{
	color:#9e9e9e;
	font-style:italic;
	font-size:1.1em;
	text-transform:uppercase;
}
#mainColumn #hometourdates ul li ul li a{
	display:block;
	width:50px; height:24px;
	background:url(../images/buttons/view.gif) top left no-repeat;
	text-indent:-9999em;
	margin:5px 0 0;
}
#mainColumn #hometourdates ul li ul li a:hover{
	background:url(../images/buttons/view.gif) bottom left no-repeat;
}

#mainColumn #hometourdates ul li a.shwalldjdates{
	display:block;
	width:190px; height:24px;
	background:url(../images/buttons/shwdjdates.gif) top left no-repeat;
	text-indent:-9999em;
}
#mainColumn #hometourdates ul li a.shwalldjdates:hover{
	background:url(../images/buttons/shwdjdates.gif) bottom left no-repeat;
}


#mainColumn #homesocial, #farRightColumn #homesocial{
	width:263px;
	float:left;
}
#mainColumn #homesocial h2, #farRightColumn #homesocial h2{
	margin:0;
}
#mainColumn #homesocial h2 a, #farRightColumn #homesocial h2 a{
	display:block;
	text-indent:-9999em;
	background:url(../images/buttons/facebook.jpg) top left no-repeat;
	border:1px solid #515151;
	width:261px;
	height:51px;
	margin:0 0 14px 0;
}

#mainColumn #homesocial iframe, #farRightColumn #homesocial iframe{
	margin-bottom:19px;
}

#mainColumn #frmJoinMail, #farRightColumn #frmJoinMail{
	width:253px;
	border:1px solid #343434;
	padding:4px;
	float:left;
}

#mainColumn #frmJoinMail label, #farRightColumn #frmJoinMail label{
	display:block;
	width:252px;
	height:59px;
	text-indent:-9999em;
	margin:0 0 ;
	background:url(../images/titles/newsletter.jpg) top left no-repeat;
}

#mainColumn #frmJoinMail input, #farRightColumn #frmJoinMail input{
	width:210px; height:25px;
	background:url(../images/layout/mailing-input.gif) top left no-repeat;
	padding: 0 7px; 
	color:#adadad;
	font-style:italic;
	margin:10px 0 8px;
	float:left;
}

#mainColumn #frmJoinMail input.submit, #farRightColumn #frmJoinMail input.submit{
	float:left;
	width:27px; height:25px;
	background:url(../images/buttons/join.jpg) top left no-repeat;
	text-indent:-9999em;
	cursor:pointer;
}
#mainColumn #frmJoinMail input.submit:hover , #farRightColumn #frmJoinMail input.submit:hover{
	background:url(../images/buttons/join.jpg) bottom left no-repeat;
}

#mainColumn #topten{
}
#mainColumn #topten div.title{
	background:url(../images/titles/top-10-downloads.jpg) top left no-repeat;
	width:360px; height:48px;
	position:relative;
}
#mainColumn #topten div.title h2{
	margin:0; 
	padding:0;
	text-indent:-9999em;
}
#mainColumn #topten div.title a{
	display:block;
	position:absolute;
	top:11px;
	right:8px;
	width:112px; height:24px;
	background:url(../images/buttons/go-to-store.jpg) top left no-repeat;
	text-indent:-9999em;
}
#mainColumn #topten div.title a:hover{
	background:url(../images/buttons/go-to-store.jpg) bottom left no-repeat;
}
#mainColumn #topten ul{
	border-left:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a;
	border-bottom:1px solid #2a2a2a;
	background:#0F0F0F;
}
#mainColumn #topten ul li{
	/*background: url(../images/misc/top10-bg.gif) no-repeat top right;*/
	height:111px;
	border-top:1px solid #272727;
	border-bottom:1px solid #000000;
	list-style-type: none;
}

#mainColumn #topten ul li:first-child{
	border-top:none;
}
#mainColumn #topten ul li:last-child{
	border-bottom:none;
}
#mainColumn #topten ul li img{
		margin:11px 15px;
}

#mainColumn #topten ul li ul{
	background:none;
	border:none;
	margin-top:10px;
}
#mainColumn #topten ul li li{
	height:auto;
	border:none;
	display:inline;
	border-right:1px solid #404040;
	padding:0 8px;
	font-size:1.1em;
}
#mainColumn #topten ul li li:first-child{
	padding-left:0;
}
#mainColumn #topten ul li li:last-child{
	border-right:none;
}
#mainColumn #topten ul li h3{
	background:none;
	padding-top:7px;
	display:block;

}
#mainColumn #topten ul li h4{
	margin:0;
	color:#9f9f9f;
	font-size:1.1em;
	padding:0;
	text-transform:uppercase;
}
#mainColumn #topten ul li h4 span{
	font-style:italic;
	text-transform:lowercase;
}
#mainColumn #topten ul li li:first-child{
	color:#fff;
	font-size: 1.4em;
	font-weight:bold;
}

#mailListResponse p{
	color:#ADADAD;
	font-size:1.4em;
	font-style:italic;
	margin:5px 0 0 8px;
}

#mp3Flash{
	margin: 10px 0 0 10px;
}

/*
#mainColumn #topten ul li.top10-01{ background-position: 0 0;  } 
#mainColumn #topten ul li.top10-02{ background-position: 0 -119px;  } 
.top10-03{ background-position: 0 -238px; width: 121px; height: 99px; } 
.top10-04{ background-position: 0 -357px; width: 121px; height: 99px; } 
.top10-05{ background-position: 0 -476px; width: 121px; height: 99px; } 
.top10-06{ background-position: 0 -595px; width: 121px; height: 99px; } 
.top10-07{ background-position: 0 -714px; width: 121px; height: 99px; } 
.top10-08{ background-position: 0 -833px; width: 121px; height: 99px; } 
.top10-09{ background-position: 0 -952px; width: 121px; height: 99px; } 
.top10-10{ background-position: 0 -1071px; width: 121px; height: 99px; }

*/
#mainColumn #topten ul li.top10-01{ background: url(../images/misc/top10/01.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-02{ background: url(../images/misc/top10/02.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-03{ background: url(../images/misc/top10/03.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-04{ background: url(../images/misc/top10/04.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-05{ background: url(../images/misc/top10/05.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-06{ background: url(../images/misc/top10/06.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-07{ background: url(../images/misc/top10/07.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-08{ background: url(../images/misc/top10/08.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-09{ background: url(../images/misc/top10/09.gif) no-repeat bottom right; }
#mainColumn #topten ul li.top10-10{ background: url(../images/misc/top10/10.gif) no-repeat bottom right; }

.resultsBar h1{
	text-transform:uppercase;
	height:auto;
	font-size:1.5em;
	font-weight:600;
	margin: 3px 0 0 8px;
	width:auto;
	float:left;

}

.resultsBar h1.mixes{
	color:#14A1D7;
}

table#mixListing{
	border-top:1px solid #2E2E2E;
	border-right:1px solid #2E2E2E;
	border-left:1px solid #2E2E2E;
	background:#1A1A1A;
	width:100%;
	margin:10px 0;
}

table#mixListing td{
	padding:7px;
	color:#ABABAB;
	font-size:1.1em;
	border-bottom:1px solid #2E2E2E;
}

table#mixListing thead td{
	font-weight:bold;
	color:#fff;

}


div#artist-images{
	margin:0px;
	padding:16px 22px;

}

div#artist-images ul{
	margin:0;
	list-style-type:none;
}

div#artist-images ul li{
	float:left;
	padding-right:10px;

}

#detailFormat div.headerBar{
	padding:0;
}

#detailFormat div.headerBar h4, .cdInfo h4{
	border:none;
	background:none;
	color:#d1d1d1;
	font-style:italic;
	font-size:1.4em;
}

.cformats, .cformats ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

cformats ul {
	z-index:300;
}
 
.cformats a {
}


 
.cformats li { /* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
}

.cformats li.fmt {
	width:90px;
	border-right:1px solid #fff;
}
.cformats li.play {
	width:40px;
	padding-left:5px;
}
.cformats li ul { /* second-level lists */
	position: absolute;
	width: 175px;
	height:22px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background:#0F0F0F;
	padding:12px 0 0 16px;
	border:1px solid #262626;
	z-index:100;
}

.cformats li ul li{
	display:block;
	float:left;
	width:auto;
	padding: 0 10px;
	border-right:1px solid #777777;
}

.cformats li ul li:last-child{
	border-right:0;
}
 
.cformats li:hover ul, .cformats li.sfhover ul { /* lists nested under hovered list items */
	left: -50px;
	top:13px;
}

td.qty, th.qty{
	text-align:center !important;
	width:75px;
}	

td.options, th.options{
	padding-right:20px !important;
	text-align:right !important;
	width:100px;
}

td.price, th.price{
	text-align:right !important;
	padding-right:0 !important;
}

a.paynow {
display:block;
width: 90px;
height: 24px;
background: url(../images/buttons/pay-now.gif) top left no-repeat;
text-indent: -9999em;
cursor: pointer;
}

a.paynow:hover{
	background:url(../images/buttons/pay-now.gif) bottom left no-repeat;
}
#formatbuylink{
	padding-right:15px;
}


.dlBut{
	display:block;
	width: 103px;
	height: 24px;
	background: url(../images/buttons/download.gif) top left no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}
a.dlBut:hover{
	background:url(../images/buttons/download.gif) bottom left no-repeat;
}

/* Horizontal Carousel */
#horizontal_carousel {
	margin:0px;
	padding:16px 22px;
}

#horizontal_carousel .container {
  float: left;
	width: 630px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 150px;
}                      

#horizontal_carousel ul li {
  width: 200px;
  height: 150px;
  list-style:none;   
  float:left;
  padding-right:10px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 150px;
  background: url(../images/buttons/prev.gif) center center no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/buttons/prev.gif) center center no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/buttons/prev.gif) center center no-repeat;
  cursor: default;
    opacity:0.6;filter:alpha(opacity=60);
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 150px;
  background: url(../images/buttons/next.gif) center center no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/buttons/next.gif) center center no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/buttons/next.gif) center center no-repeat;
  cursor: default;
    opacity:0.6;filter:alpha(opacity=60);
}

#newsImgMain li.show, #newsInfo div.show{
	display:block;
}

#newsImgMain li.hide, #newsInfo div.hide{
	display:none;
}

#facebook-widget {
	overflow: hidden;
	width: 263px;
}
#facebook-widget  iframe{
	left: -2px;
	top: -2px;
	position: relative;
}

#sumbitPaypal {
  height: 26px;
  width: 206px;
 /* background: url(../images/buttons/makesecurepayment.gif) left top no-repeat;
  text-indent:-999em;*/
  cursor:pointer;
  color:#fff;
  background:#75A729;
  padding:3px 7px;
}

#sumbitPaypal:hover{
	/* background: url(../images/buttons/makesecurepayment.gif) left bottom no-repeat;*/
}