@charset "UTF-8";
/* CSS Document */

@import 'reset.css';


html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}

/* --- Global styles --- */
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


.item a {
background: url(/img/Icon_External_Link.png) no-repeat 2px 6px;

padding: 5px 3px 5px 20px;
color: black;
}


body {
	background-image: url(../images/mainshadow_bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #DBDBDB;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.links {
	background-image: url(../images/threeacross_item_bg.gif);
	padding: 8px;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #266D6C;
	display: block;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bdbdbd;
}

.links a, .links a.vistited {color: black;}

.thirdwidthcolbox ul li a {color: black;}

.artists {
width: 430px; float: left; margin-left: 20px; margin-bottom: 20px; cursor: pointer; border: 1px solid black;
}

.gallery {
width: 430px; float: left; margin-left: 20px; margin-bottom: 20px; cursor: pointer; border: 1px solid black;
}

.artists:hover {
background-image: none;
background-color: silver;
border-color: grey;
}

.right {
float: right; margin-left: 15px;
}

.artists img {
border: 1px solid grey;
}


.artists h3 {
	font-size: 2em;
	font-weight: 900;
	margin-left: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}




.shipping {

	padding: 20px;
}

.shippingaddress{
margin-right: 20px;
display: block;
float: left;
border: 1px solid grey; 
width: 270px;
height: 150px;
padding: 10px;
overflow: hidden;

cursor: pointer;
}

.shippingaddress:hover {
	background-image: url(../images/div_item_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bdbdbd;
border: 1px solid grey;

}


.addressbox {
	margin-bottom: 20px;
	padding: 10px;
	cursor: pointer;
	background-color: silver;

}

.shipaddress {
display: block;
padding-bottom: 20px;
margin: 20px 20px 0 20px;
border-bottom: 1px solid #666;

}

/* --- Page Structure --- */

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1b8b8a;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

#mp3player {
position: fixed;
	width: 970px;
	margin-right: 0px;
top: 0px;
height: 2px;
clear: both;
display: block;
z-index: 100;

}

#mp3player #player {
position: relative;
float: right;
height: 20px;
width: 250px;
overflow: hidden;
background-color: green;

}

#header {
	width: 970px;
	height: 270px;
}



#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 160px;
	padding-left: 0px;
}
#rightcol {
	float: left;
	margin-left: 10px;
	width: 310px;
}
#leftcol {
	float: left;
	margin-left: 10px;
	width: 630px;
}
#singlecol {
	float: left;
	margin-left: 10px;
	width: 940px;
}

#footer {
	position: relative;
	margin-top: -160px; /* negative value of footer height */
	height: 160px;
	clear:both;
	width: 970px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #09213F;
	margin-right: auto;
	margin-left: auto;
}
#footer ul {
	margin-left: 25px;
	margin-top: 20px;
	float: left;
	margin-right: 3px;
}
#footer li a {
	font-size: 1.1em;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
	display: block;
	padding-right: 4px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* --- Typography --- */

p {
	margin-bottom: 0.7em;
}
h1 {
	font-size: 4em;
	color: #FFF;
	font-weight: 900;
	margin-left: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

h2 {
	color: #FFF;
	display: block;
	background-color: #000;
	text-transform: uppercase;
	font-size: 1.3em;
	background-image: url(../images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: 900;
}
h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 900;
	color: #0D213E;
	margin-bottom: 0.5em;
}

p a {
	color: #163E78;
	text-decoration: underline;
}
p a:hover {
	color: #FFF;
	background-color: #268A89;
}

td.error {
background-color: red;
color: white;
font-weight: bold;

}

/* --- Page Elements --- */

#smallbanner {
	height: 60px;
	width: 468px;
	position: absolute;
	left: 12px;
	top: 199px;
}
#largebanner {
	width: 610px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	border: 10px solid #2C6D6C;
}


.email   {
	height: 25px;
	width: 280px;
	border: none;
	font-size: 1.1em;
	margin: 8px 0;

}
.button {
	background-color: #333;
	background-image: url(../images/go_btn_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	height: 25px;
	width: 120px;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: right;
	margin-bottom: 8px;
	margin-right: 5px;
}

#message {font-size: 0.8em;}
#message img {vertical-align: middle;}
#message p {padding: 5px;}
.error {

background: red;
padding: 2px;
margin-left: 5px;
color: white;
font-weight: bold;

}

.suberror {
color: red;

}

#newsletter {
	height: 54px;
	width: 462px;
	position: absolute;
	left: 492px;
	top: 199px;
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;
	padding-left: 6px;
	font-size: 0.95em;
	padding-top: 6px;
}
#newsletter #name   {
	height: 25px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	padding-left: 5px;
	font-size: 1.1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: absolute;
	bottom: 6px;
}
#newsletter #email   {
	height: 25px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 4px;
	font-size: 1.1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: absolute;
	left: 208px;
	bottom: 6px;
}
#newsletter .button {
	background-color: #333;
	background-image: url(../images/go_btn_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	height: 25px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 410px;
	bottom: 6px;
}

#newsletter #search   {
	height: 25px;
	width: 310px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	padding-left: 5px;
	font-size: 1.1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: absolute;
	bottom: 6px;
}

#newsletter .searchbutton {
	width: 130px;
	left: 330px;
}

#threeacross{
	display:block;
	height:176px;
	background-color: #166f6e;
	margin-right: 10px;
	margin-left: 10px;
	width: 940px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}
#threeacross h3 , .thirdwidthcolbox h3  {
	font-size: 1em;
	font-weight: 900;
	margin: 0px;
}
#threeacross h4, .thirdwidthcolbox ul li h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#threeacross  ul label{
	height: 18px;
	background-color: #000;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 4px;
	background-image: url(../images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 14px;
	padding-top: 2px;
	font-weight: 900;
}



#threeacross ul ul{
	width: 303px;
	background-color: #D9D9D9;
	margin-left: 10px;
	float: left;
	list-style-type: none;
}

#threeacross ul ul li{
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F6E6D;
	padding: 3px;
	float: left;
	width: 297px;
	background-image: url(../images/threeacross_item_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #D9D9D9;
	font-size: 0.9em;
}
#threeacross ul li p , .thirdwidthcolbox ul li p{
	display: inline;
	margin-right: 0px;
	font-size: 0.8em;
	color: #4A4A4A;
}

#threeacross ul ul li img {
	float: left;
	margin-right: 6px;
	border: 1px solid #4C4C4C;
}
#threeacross .format , #threeacross .price, .thirdwidthcolbox ul li .date{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 5px;
	margin-right: 3px;
}


 .download {
	color: #5e5e5e;
	border: 1px solid #000;
	padding: 8px;
	padding: 6px;
	width: 265px;
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}


/* --- Chart --- */

#chart , #rightcoldiv{
	float: left;
	border: 10px solid #1F6E6D;
	width: 290px;
	background-color: #CCC;
	margin-bottom: 10px;
}

#chart ul {
	list-style-type: none;
}
#chart ul li a {
	text-decoration: none;
	padding: 5px;
}
#chart ul li .vinyl {
	background-image: url(../images/vinyl_bg.gif);
	display: block;
	background-position: right center;
	float: left;
	width: 280px;
	background-repeat: no-repeat;
}
#chart ul li .mp3 {
	background-image: url(../images/mp3_bg.gif);
	display: block;
	background-position: right center;
	float: left;
	width: 280px;
	background-repeat: no-repeat;
}
#chart ul li .cd {
	background-image: url(../images/cd_bg.gif);
	display: block;
	background-position: right center;
	float: left;
	width: 280px;
	background-repeat: no-repeat;
}
#chart li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #266D6C;
	float: left;
	width: 290px;
	background-image: url(../images/threeacross_item_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.8em;
}
#chart ul img {
	float: left;
	margin-right: 8px;
}
#chart ul .position {
	width: 17px;
	display: block;
	float: left;
	font-weight: 900;
	color: #0D213E;
}
#chart ul .track {
	display: block;
	float: left;
	width: 220px;
	color: #000;
}
#chart ul strong {
	font-weight: 900;
	color: #0D213E;
	text-transform: uppercase;
	margin-right: 5px;
}




#news {
	float: left;
	border: 10px solid #1F6E6D;
	width: 610px;
	background-color: #CCC;
	margin-bottom: 10px;
	line-height: 120%;
}
#news .item {
	padding: 8px;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #266D6C;
	float: left;
	width: 594px;
	background-image: url(../images/div_item_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bdbdbd;
}
#news .item img {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
	border: 1px solid #4C4C4C;
}




#news h3 span {
	font-weight: normal;
	font-size: 0.8em;
}

#fullnews {
	float: left;
	border: 10px solid #1F6E6D;
	width: 930px;
	background-color: #CCC;
	margin-bottom: 10px;
	line-height: 120%;
}
#fullnews .item {
	padding: 8px;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #266D6C;
	float: left;
	width: 913px;
	background-image: url(../images/div_item_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bdbdbd;
}
#fullnews .item img {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
	border: 1px solid #4C4C4C;
}
#fullnews h3 span {
	font-weight: normal;
	font-size: 0.8em;
}

.thirdwidthcolbox {
	width: 290px;
	float: left;
	border: 10px solid #266D6C;
	background-color: #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thirdwidthcolbox ul li , .thirdwidthcolbox .item{
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C6D6C;
	float: left;
	font-size: 0.9em;
	background-image: url(../images/threeacross_item_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #BDBDBD;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thirdwidthcolbox .item p {
	margin-top: 0px;
	font-size: 0.9em;
}
.thirdwidthcolbox .item img {
	border: 1px solid #4C4C4C;
}
.thirdwidthcolbox .item .featuredartist {
	margin-bottom: 5px;
}
.thirdwidthcolbox ul li img    {
	float: left;
	border: 1px solid #4C4C4C;
	margin-right: 5px;
	margin-bottom: 5px;
}
#livesets {
	margin-right: 0px;
}



/* --- Nav --- */

#nav {
	width: 625px;
	margin-top: 40px;
	height: 140px;
	float: right;
	margin-right: 0px;
}
#nav ul {
	float: left;
	padding-right: 0px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#nav li a {
	font-size: 2.1em;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	line-height: 0.9em;
	display: block;
	padding-right: 6px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li a:hover {
	color: #0d1b2c;
	background-color: #41b0af;
	z-index: 0;
}





/* --- Shop --- */
#shop {
	width: 690px;
	border: 10px solid #266D6C;
	float: left;
	margin-left: 10px;
	margin-bottom: 200px;
}
#shop .release {
	background-image: url(../images/threeacross_item_bg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	float: left;
	width: 680px;
	background-color: #BDBDBD;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A6867;
	position: relative;
}

#shop .sage {
	background-image: none;
	background-color: white;}

#shop .release img {
	border: 1px solid #4C4C4C;
	float: left;
	margin-right: 5px;
}
#shop .release h3 {
	font-size: 1em;
}
#shop .release h3 span {
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin-left: 6px;
	text-transform: none;
}
#shop .release h3 a {
	height: 16px;
	width: 16px;
	background-image: url(../images/play_arrow.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	overflow: hidden;
	text-indent: 2000px;
	position: absolute;
}
#shop .release h3 a:hover {
	background-position: bottom;
}
#shop .release ul li {
	font-size: 0.8em;
	padding-left: 20px;
	padding-bottom: 3px;
}
#shop .release  ul li strong {
	font-size: 0.8em;
	color: #0D213E;
	text-transform: uppercase;
}

#shop a.listen{
	height: 16px;
	width: 16px;
	background-image: url(../images/play_arrow.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	display: inline;
	position: absolute;
	margin-left: -20px;
}

#shop a:hover.listen{
	background-position: bottom;
	}


#shop .release .left {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	width: 430px;

}
#shop .release .right {
	float: right;
	width: 120px;
	text-align: left;
	padding-top: 10px;
	margin-top: -5px;
	margin-right: -5px;
	padding-right: 5px;
	/*padding-left: 10px;*/
	padding-bottom: 32px;
	margin-bottom: 0px;

	font-size: 75%;
	
}


strong.free {

background-color: yellow;
color: black;
padding: 2px;
display: inline;
}

#shop .spec {font-size: 0.75em;}
	
#shop .spec span {
	color: #0D213E;
	text-transform: uppercase;
	padding-right: 4px;
	font-weight: 900;
	font-size: 0.8em;
}
#shop .spec .sale {
	background-color: #C00;
	color: #FFF;
	padding: 2px;
	display: block;
	margin-bottom: 2px;
	font-weight: 900;
	width: 108px;
}
#shop .spec .new {
	background-color: #093;
	color: #FFF;
	padding: 2px;
	display: block;
	margin-bottom: 2px;
	font-weight: 900;
	width: 108px;
}
#shop .release .buy {

	float: left;
	width: 100px;
	display: block;
	height: 28px;
	position: absolute;
	height: 33px;
	width: 83px;
	bottom: 0px;
	right: 42px;
	padding-left: 10px;
	overflow: hidden;
}
#shop .release .buy a , #shop .detailbuy a{
	text-indent: 2000px;
	background-image: url(/images/buy_btn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 80px;
}
#shop .release .buy a:hover , #shop .release .detailbuy a:hover{
	background-position: -110px;
}
#shop .detailbuy {
	float: left;
	width: 100px;
	display: block;
	height: 28px;
	width: 83px;
	bottom: 0px;
	right: 0px;
	padding-left: 10px;
	overflow: hidden;
	position: absolute;
}
#shoprightcol {
	float: left;
	width: 230px;
	margin-left: 10px;
	padding-top: 10px;
}
#shop .release .moreinfo {
	font-size: 0.8em;
	margin-top: 8px;
	display: block;
	padding-bottom: 2px;
}
#shop .release  .moreinfo a {
	color: #0D213E;
	text-decoration: underline;
}
#shop .release .moreinfo a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #1A8988;
}
#shop .release .detailleft {
	float: left;
	width: 230px;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
}
#shop .detailleft .otherformats {
	margin-top: 10px;
	float: left;
	width: 230px;
}
#shop .detailleft .otherformats ul {
	margin-top: 5px;
}
#shop .detailleft .otherformats ul li {
	display: inline;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 83px;
}
#shop .detailleft .otherformats ul li a img {
	float: none;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#shop  .detailleft .otherformats ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#shop  .detailleft .otherformats ul li a:hover {
	background-color: #DCDCDC;
}
#shop .release .detailright {
	float: left;
	width: 425px;
	margin-left: 10px;
	padding-top: 10px;
	position: relative;
}
#shop .release .detailright ul {
	width: 420px;
	display: block;
	float: left;
	margin-top: 5px;
}
#shop .summary {
	font-size: 0.8em;
}

#shop .buytrack {
	
	background-color: #1b8b8a;
	display: inline;
	float: right;
	font-size: 0.7em;
	color: white;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	cursor: pointer;
	
}

#shop .buytrack a{
	
	color: white;
	text-decoration: none;	
}


.quarterwidthcolbox {
	width: 210px;
	float: left;
	border: 10px solid #266D6C;
	background-color: #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}

table#bigcart  {
margin-left: 15px;
width: 640px;
}



#bigcart td.qty,#bigcart td.details, #bigcart td.price, #bigcart td.remove {
vertical-align: top;
padding: 8px;
border-bottom: 1px solid #666;
font-size: 1em;
}

#bigcart .format {
font-size: .8em;
}

#bigcart td.qty {
width: 20px;
}

#bigcart td.price {
width: 50px;
text-align: right;
}

#bigcart td.remove {
width: 20px;
text-align: right;
}

#bigcart td.remove img{
border: 0px;
cursor: pointer;
}


#bigcart .format{
font-size: smaller;
}

#bigcart .details img {
float: left;
margin-right: 10px;
}

#minicart {
	position: absolute;
	background-color: #E8E8E8;
	width: 230px;
	height: 65px;
	right: 10px;
	font-size: 0.8em;
}
#minicart h2 {
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#minicart .quantity {
	float: left;
	width: 150px;
	display: block;
	margin: 0px;
	padding-left: 5px;
}
#minicart .total {
	float: right;
	display: block;
	padding-right: 5px;
	text-align: right;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 5px;
}
#minicart a.viewcart {
	margin: 0px;
	text-align: right;
	position: absolute;
	bottom: 5px;
	color: #0D213E;
	text-decoration: underline;
	font-size: 0.9em;
	right: 5px;
}

#minicart a.continue {
margin-left: 10px;
}


#minicart a.checkout {
float: right;
margin-right: 10px;
}


#minicart a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #217776;
}
#shopnav {
	margin-top: 10px;
	width: 230px;
	display: block;
	margin-bottom: 10px;
}


#shopnav li {
	display: block;
	margin-bottom: 2px;
}
#shopnav li a {
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	background-color: #2C6D6C;
	display: block;
	padding: 4px;
	background-image: url(../images/shopnav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #2C6C6B;
}
#shopnav li a:hover {
	background-color: #20AFB1;
	background-image: url(../images/shopnav_bg-over.gif);
	color: #0d1b2c;
}

#artistnav {
	margin-top: 10px;
	width: 230px;
	display: block;
	margin-bottom: 40px;
}


#artistnav li {
	display: block;
	margin-bottom: 2px;
}
#artistnav li a {
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
	background-color: #2C6D6C;
	display: block;
	padding: 4px;
	background-image: url(../images/shopnav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #2C6C6B;
}
#artistnav li a:hover {
	background-color: #20AFB1;
	background-image: url(../images/shopnav_bg-over.gif);
	color: #0d1b2c;
}

#labelnav {
	margin-top: 10px;
	width: 230px;
	display: block;
	margin-bottom: 10px;
}


#labelnav li {
	display: block;
	margin-bottom: 2px;
}
#labelnav li a {
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
	background-color: #2C6D6C;
	display: block;
	padding: 4px;
	background-image: url(../images/shopnav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #2C6C6B;
}
#labelnav li a:hover {
	background-color: #20AFB1;
	background-image: url(../images/shopnav_bg-over.gif);
	color: #0d1b2c;
}


.ui-effects-transfer {
    background-color: #cfd4e6;
}

#artists {

cursor: pointer;
margin-left: 12px;

}

#artists ul.pics li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

#artists ul.pics li a {

	display: block;
	height: 120px;
	overflow: hidden;
	width: 232px;
	text-indent: -1000px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 20px;
}

#artists ul.pics li a:hover {
background: 232px 0px;
}

.artist, .artistreleases {
cursor: pointer;
}

.highlight { background-color: yellow }

input.btn {
  color: #e5e5e5;
  height: 25px;
  background-color: #3f3f3f;
  border:1px solid black;
  border-color:silver;
	font-size: 1em;
	padding: 0 10px 2px 10px;
	font-weight: bold;
}
