/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	margin: 0;
	padding: 0;
	background: #CCC url(/images/common/big_bkgnd.gif) repeat;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
    color: #FFF;
	text-decoration: none;
}

/************** header tag styles **************/

h1 {
	font-family: Verdana,sans-serif;
    font-size:18px;
    font-weight: bold;
	color: #000;
    line-height: normal;
}

h2 {
	position: relative;
    font-family: Verdana,sans-serif;
	color: #555;
	margin: 0px;
	padding: 0px;
}

h3{
    font-family: Verdana,sans-serif;
    font-size:12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

#carth3{ color: #FFF; }

#alth3{ color: #555; }

h4{
    font-family: Verdana,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h5{
    font-family: Verdana,sans-serif;
	color: #AAA;
	margin: 0px;
	padding: 0px;
}

.h1custom{
    font-family: Verdana,sans-serif;
	color: #000;
    font-size: 18px;
    font-weight: bold;
}

.h4custom{
    font-family: Verdana,sans-serif;
	color: #333;
    font-size: 12px;
    font-weight: bold;
}

.h3custom{
    font-family: Verdana,sans-serif;
	color: #000;
    font-size: 14px;
    font-weight: bold;
}

.h2custom{
    font-family: Verdana,sans-serif;
	color: #000;
    font-size: 16px;
    font-weight: bold;
}

#slimline{
    padding:0px;
	margin:0px;
}

.baseFont{
    font-family: Verdana,sans-serif;
	color: #333;
}


/*************** list tag styles ***************/

ul{ list-style-type: square; }

ul ul{ list-style-type: disc; }

ul ul ul{ list-style-type: none; }

/********* form and related tag styles *********/

form {
	margin: 0px;
	padding: 0px;
}

label{
    font-family: Verdana,sans-serif;
	font-size: 9px;
    font-weight: bold;
	color: #334d55;
}

input, textarea {
    font-family: Verdana,sans-serif;
	font-size: 9px;
	border-top:1px solid #444;
	border-bottom:1px solid #222;
	border-left:1px solid #555;
	border-right:1px solid #333;
    background-color: #E8E8E8;
}

select{
	font-family: Verdana,sans-serif;
	font-size: 9px;
	border-top:1px solid #444;
	border-bottom:1px solid #222;
	border-left:1px solid #555;
	border-right:1px solid #333;
}

.rb{
	border: 0px;
	margin:0px;
	padding:0px;
	background-color: transparent;	
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 0 auto;
	width: 1000px;
}

#pagecell1 {
	background: url(/images/common/main_bkgnd.png) repeat;
	position:absolute;
	top: 178px;
	width:1000px;
	border-top:1px solid #444;
	border-left:1px solid #555;
	border-right:1px solid #444;
	border-bottom:1px solid #333;
}

#masthead {
	position: absolute;
	top: 0px;
	width:1000px;
	height: 150px;
	border: 0px;
}


#masthead img {
	border: 0px;
	border-top:1px solid #111;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #222;
}

#leftPanel {
	position: relative;
	top:2px;
	left:2px;
	float:left;
	clear:both;
    width:200px;
    height:100%;
	padding:0px;
    margin:0px 0px 40px 0px;
	border:0px;
	display:block;
}

.leftPanelContentBox {
    background: url(/images/common/dark_bkgnd.png) repeat-y;
	width:168px;
    height:auto;
	padding: 15px;
    margin:0px 0px 10px 0px;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #444;
	border-top:1px solid #444;
	display: block;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    color: #FFF;
}

#content{
	float: left;
	padding: 2px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	display: block;
	width: 600px;
}

#rightPanel {
	position: relative;
	top: 2px;
	right: 2px;
	float: right;
	width:180px;
    height: 100%;
	border:0;
	display: block;
	margin-bottom: 50px;
}

#accountPanel {
    position: relative;
    background: url(/images/common/dark_bkgnd.png) repeat;
	width:148px;
    height: auto;
	padding: 15px;
    margin-bottom: 10px;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #444;
	border-top:1px solid #444;
	display: block;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    color: #FFF;
    overflow: hidden;
}

#cartPanel {
    position: relative;
    background: url(/images/common/cart_bg.png) repeat;
	width:148px;
    height: 100%;
	padding: 15px;
    margin-bottom: 10px;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #444;
	border-top:1px solid #444;
	display: block;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    color: #FFF;
    text-align: center;
}

#twitterPanel {
	position: relative;
    background: url(/images/common/dark_bkgnd.png) repeat-y;
	width:148px;
    height: 100%;
	padding: 15px;
    margin-bottom: 50px;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #444;
	border-top:1px solid #444;
	display: block;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    color: #FFF;
}

.voidMe{
	clear:both;
	margin:0px;
	padding:0px;
	line-height:0px;
}

.baseFluid{
	margin:0px;
	padding:0px;
	height: auto;
	width: 100%;
	border:0px;
}

.innerBase{
	margin:0px;
	padding:0px;
	height: auto;
	width: 600px;
	border:0px;
	display:block;
}

#accountErrBox{
	width:auto;
	height:auto;
	padding:5px;
	margin:0px 0px 10px 0px;
	border: 1px solid yellow;
	color: yellow;
	font-weight: bold;
	text-align: center;
}

#regErrBox{
	width:auto;
	height:auto;
	padding:5px;
	margin:0px 0px 10px 0px;
	border: 1px solid yellow;
	color: yellow;
	font-weight: bold;
}

#regMsgBox{
	display:block;
	width:100%;
	height:auto;
	padding:5px;
	margin:0px 0px 10px 0px;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}

#accountLinkBox{
	display:block;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}

#accountLoginBox{
	width:auto;
	height:auto;
	padding:0px;
	margin:10px 0px 0px 0px;
}

#accountRegisterBox{
	width:auto;
	height:auto;
	padding:0px;
	margin:10px 0px 0px 0px;
}

.pagingBox{
	margin:0px 0px 20px 0px;
	padding:0px;
	height: auto;
	width: 600px;
	border:0px;
	display:block;
}

#searchBox{
	margin: 0;
    padding: 5px;
	width: 588px;
	height:auto;
	border:1px solid #FFF;
    display:block;
    position:relative;
    background-color: #999;
    text-align: center;
}

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


.releases{
    width:600px;
	height:auto;
	border:0;
	margin:0;
	padding:0;
	float: left;
    display: block;
    position: relative;
}

#releaseHead_Image{
    width:auto;
	height:auto;
    text-align:left;
    vertical-align:top;
	border:0;
	margin:0 20px 0 0;
	padding:0;
	float: left;
    display: block;
    position: relative;
}

#releaseHead_Info{
    width:auto;
	height:auto;
    text-align:left;
    vertical-align:top;
	border:0;
	margin:0;
	padding:0;
	float: left;
    display: block;
    position: relative;
    color: #FFF;
    font-size:11px;
}

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

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

#releaseReviewHead{
	margin:10px 0 10px 0;
    display:block;
}

#releaseReviewHead_title{
	float:left;
    display: block;
    width: 300px;
    text-align:left;
}

#releaseReviewHead_link{
    float:left;
    display: block;
    width: 300px;
    text-align:right;
}

#artistTitle{
    width:430px;
	height:auto;
	border:0;
	margin:0 0 10px 0;
	padding:0;
	float: left;
    display: block;
    position: relative;
    font-family: Verdana,sans-serif;
    font-size:18px;
    font-weight: bold;
	color: #000;
}

#artist{
    width:600px;
	height:auto;
	border:0;
	margin:0;
	padding:0;
	float: left;
    display: block;
    position: relative;
}

#artistHead_Image{
    width:120px;
	height:110px;
    text-align:left;
    vertical-align:top;
	border:0;
	margin:0;
	padding:0;
	float: left;
    display: block;
    position: relative;
}

#artistHead_Info{
    width:480px;
	height:110px;
    text-align:left;
    vertical-align:top;
	border:0;
	margin:0;
	padding:0;
	float: left;
    display: block;
    position: relative;
    color: #FFF;
    font-size:11px;
}

#artistBiog{
    width:600px;
	height:auto;
    text-align:left;
    vertical-align:top;
	border:0;
	margin:0;
	padding:0;
	float: left;
    clear:both;
    display: block;
    position: relative;
}

#HotlinkBar{
    width:600px;
	height:auto;
    text-align:left;
    vertical-align:top;
	border:0;
	margin:10px 0 0 0;
	padding:0;
	float: left;
    clear:both;
    display: block;
    position: relative;
}

.linksRow{
    margin:0px;
	padding:0px;
	height: auto;
	width: 600px;
	border:0px;
	display:block;
}

.linksPanel{
    margin:0px;
	padding:0px;
	float:left;
	height: auto;
	width: 150px;
	border:0px;
	display:block;
}

.loginPanel{
    margin:0px;
	padding:0px;
	float:left;
	height: auto;
	width: 285px;
	border:0px;
	display:block;
}

.loginSpacer{
    margin:0px;
	padding:0px;
	float:left;
	height: 20px;
	width: 30px;
	display:block;
}

.loginHead{
    margin:0px 0px 5px 0px;
	padding:5px;
	float:left;
	height: 17px;
	width: 273px;
	border:1px solid #999;
    background-color: #666;
	display:block;
	text-align:left;
	color: #FFF;
	font-size:14px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
}

.loginBody{
    margin:0px;
	padding:5px;
	float:left;
	height: auto;
	width: 273px;
    border:1px solid #FFF;
    background-color: #999;
	display:block;
	text-align:left;
}

.accountPanel{
    margin:0px;
	padding:5px;
	float:left;
	height: auto;
	width: 588px;
	border:1px solid White;
	display:block;
    background-color: #999;
}

.accountBlock{
    margin:5px 0px 5px 0px;
	padding:0px;
	float:left;
	height: auto;
	width: 588px;
	border:0px;
	display:block;
}

.accountItem{
    margin:0px;
	padding:0px;
	float:left;
	height: auto;
	width: 588px;
	border:0px;
}

.accountItemChange{
	background-color: #CCC;
    margin:5px 0 0 0;
	padding:2px 2px 0 2px;
	float:left;
	height: 20px;
	width: 582px;
    border:1px solid White;
	display:block;
    font-family: Verdana,sans-serif;
	color: #555;
	font-size: 11px;
}

.accountItemChange_error{
	background-color: #ccc;
    margin:5px 0 0 0;
	padding:2px 2px 0 2px;
	float:left;
	height: 20px;
	width: 582px;
    border:1px solid Yellow;
	display:block;
    font-family: Verdana,sans-serif;
	color: #555;
	font-size: 11px;
    font-weight: bold;
}

.messagesPanel{
    margin:10px auto 0px auto;
	padding:5px;
	float:left;
	height: auto;
	width: 588px;
	border:1px solid White;
	display:block;
    background-color: #CCC;
}

.messagesHead{
    margin:0;
	padding:5px;
	float:left;
	height: auto;
	width: 576px;
	border:1px solid White;
	display:block;
    background-color: #666;
}

.messagesTitle{
    font-family:Verdana,sans-serif;
	font-size: 14px;
  	color: #FFF;
    font-weight: bold;
}

.messagesDate{
    font-family:Verdana,sans-serif;
	font-size: 11px;
  	color: #CCC;
}

.messagesBody{
    margin:5px 0 5px 0;
	padding:0;
	float:left;
	height: auto;
	width: 588px;
	border:0px solid White;
	display:block;
    font-family:Verdana,sans-serif;
	font-size: 11px;
  	color: #666;
}

.messagesAttachments{
    margin:0;
	padding:5px;
	float:left;
	height: auto;
	width: 576px;
	border:1px solid #666;
	display:block;
    background-color: #999;
}

.attachmentsFont{
    font-family:Verdana,sans-serif;
	font-size: 11px;
  	color: #000;
    font-weight: bold;
}

#messagesNotice{
    background: #CCC url(../images/common/messages-bg.png) repeat-y;
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    width:300px;
    height:60px;
    z-index:1000;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity: 0.0;
    border-left: 3px solid #333;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	border-right: 3px solid #333;
    margin:0;
    padding:10px 5px 10px 5px;
    font-family:Verdana,sans-serif;
	font-size: 14px;
  	color: #000;
    font-weight: bold;
    text-align: center;
}

#messagesNotice a, #messagesNotice a:visited{
    text-decoration: none;
}

#messagesNotice a:hover{
    text-decoration: none;
    color: #FFFFFF;
}

#messagesNotice_njs{
    background: #CCC url(../images/common/viewer-bg.png) repeat-y;
    display: block;
    width:420px;
    height:auto;
    border:1px solid #505356;
    margin:0 0 10px 0;
    padding:10px 5px 10px 5px;
    text-align: center;
    font-family:Verdana,sans-serif;
	font-size: 14px;
  	color: #000;
    font-weight: bold;
}

#messagesNotice_njs a, #messagesNotice_njs a:visited{
    text-decoration: none;
}

#messagesNotice_njs a:hover{
    text-decoration: none;
    color: #FFFFFF;
}

html>body .content {height: auto;}


/************* globalNav styles ****************/

#globalLink{
	position: absolute;
	padding:0;
	margin: 0px;
	width: 1000px;
	height:21px;
	background: #000 url(/images/common/nav_bkgnd.gif) repeat;
	top: 153px;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #222;
	text-align: center;
}


a.glink, a.glink:visited{
	font-family:Verdana,sans-serif;
	font-size: 11px;
  	color: #FFF;
	margin: 0px;
	padding: 2px 80px 2px 80px;
    line-height: 20px;
}

a.glink:hover{
  	color: #000;
	text-decoration: none;
}

.skipLinks {display: none;}

a.lnk-white11, a.lnk-white11:visited{
	font-family:Verdana,sans-serif;
	font-size: 11px;
  	color: #FFF;
}

a.lnk-white11:hover{
  	color: #000;
	text-decoration: none;
}


/************** siteInfo styles ****************/

#footer {
	background: url(/images/common/footer.png) repeat;
	height: 72px;
	clear: both;
	border-top: 1px solid #CCC;
	color: #FFF;
	padding: 14px 30px 14px 30px;
	margin: 0;
    text-align: center;
    display: block;
}


#footer_links {
	height:auto;
	color: #FFF;
	padding: 0 0 15px 0;
	margin: 0;
    text-align: center;
    font-size: 11px;
}

#footer_terms {
	height: auto;
    border: 0;
	color: #FFF;
	padding: 0;
	margin: 0;
    text-align: center;
    font-size: 10px;
}

a.footerlink, a.footerlink:visited{
	font-family: Verdana,sans-serif;
    font-size: 11px;
  	color: #000;
	margin: 0px;
	padding: 1px 25px 3px 25px;

}

a.footerlink:hover{
  	color: #FFF;
	text-decoration: none;
}

/**************** Drop menu styles *****************/


#dropmenudiv{
	position:absolute;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:16px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{
	background-color: #999;
}


/**************** table styles *****************/



table {
	font-family: Verdana,sans-serif;
    font-size: 11px;
}


.download_icon {
	position: relative;
	top: 3px;
	border: 0px;
}


#links {
	display: block;
	padding-top: 10px;
	border-top:1px solid #DDD;
}


hr {
	background: #FFF;
	border: 0;
	color: #FFF;
	height: 1px;
}

.hr-dark {
	background: #666;
	border: 0;
	color: #666;
	height: 1px;
}

#hometable {
    padding:0px;
}

#hometable h2{
	color: #000;
	position: relative;
	top: 0px;
}

#hometable img{
	margin-right: 10px;
}

.whitetext {
	color: #FFF;
}

td.releaseInfoWhite {
	color: #FFF;
	text-align:left;
	vertical-align:top;
}

#radiolisttable {
	border-top: 1px solid #555;
	border-bottom: 1px solid #444;
	border-left: 1px solid #555;
	border-right: 1px solid #444;
}

#radiolisttable td {
	background: #ADADAD;
}

.baseTable{
    width:100%;
	height:auto;
	border:0;
	margin:0;
    padding:0;
}

.pagingTable{
    width:auto;
	height:auto;
	border:0px;
	margin:0px;
	font-size:10px;
}

.releasesTable{
    width:600px;
	height:auto;
	border:0px;
	margin:0px;
	padding:0px;
}

.tabletoprow td {
	background: #BDBDBD;
}

.eventstable {
	width: 598px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #444;
	border-left: 1px solid #555;
	border-right: 1px solid #444;
    margin-bottom: 10px;
}

.eventstable td {
	background: #ADADAD;
}

#accountNavWrapper {
	float: left;
	margin: 0 0 10px 0;
	width: 600px;
	height:auto;
	border:0 solid #444;
    display:block;
    position:relative;
}

#accountNav {
	float: right;
	margin: 0;
	width: 428px;
	height:17px;
	background: #000 url(/images/common/nav_bkgnd.gif) repeat;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #222;
}

a.accountNavlink, a.accountNavlink:visited{
    font-family: Verdana,sans-serif;
	font-size: 9px;
  	color: #FFF;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}

a.accountNavlink:hover{
  	color: #000;
	text-decoration: none;
}

#eventNavWrapper {
	float: left;
	margin: 0 0 10px 0;
	width: 600px;
	height:auto;
	border:0 solid #444;
    display:block;
    position:relative;
}

#eventNav {
	float: right;
	margin: 0;
	width: 100px;
	height:17px;
	background: #000 url(/images/common/nav_bkgnd.gif) repeat;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #222;
    text-align: center;
}

a.eventNavlink, a.eventNavlink:visited{
    font-family: Verdana,sans-serif;
	font-size: 9px;
  	color: #FFF;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}

a.eventNavlink:hover{
  	color: #000;
	text-decoration: none;
}

/* Category menu style */

#linksNav {
	float: right;
	margin: 0 5px 0 0;
	height:17px;
	width: 100px;
	background: #000 url(/images/common/nav_bkgnd.gif) repeat;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #222;
	text-align:center;
}


#linksNav a{
	display: block;
	padding: 0;
	text-decoration: none;
    font-family: Verdana,sans-serif;
	font-size: 9px;
	color: #FFF;
}

#linksNav a:hover{
	color: #000;
	text-decoration: none;
}

/**************** release navigation styles *****************/

#paginationNav_base {
	float: left;
	margin: 0 0 10px 0;
    padding: 0 5px 0 5px;
	width: 588px;
	height:auto;
	border:1px solid #FFF;
    display:block;
    position:relative;
    background-color: #999;
}

#paginationNav_nap {
	float: left;
	margin: 0;
    padding: 10px 0 0 0;
	width: 120px;
	height:auto;
	border:0;
    display:block;
    position:relative;
    font-family: Arial,Verdana,sans-serif;
    font-size: 9px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
}

#paginationNav_nap a, #paginationNav_nap a:visited{
    text-decoration: none;
}

#paginationNav_nap a:hover{
  	color: #FFF;
	text-decoration: none;
}

#paginationNav_divider {
	float: left;
	margin: 0;
    padding: 0;
	width: 10px;
	height:auto;
	border:0;
    display:block;
    position:relative;
    text-align: center;
}

#paginationNav_jump {
	float: left;
	margin: 0;
    padding: 9px 0 0 0;
	width: 458px;
	height:auto;
	border:0;
    display:block;
    position:relative;
    font-family: Arial,Verdana,sans-serif;
    font-size: 9px;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
}

/**************** shop styles *****************/

/*****PRODUCTS*******/

.shopProductBase{
	margin: 0 0 10px 0;
	padding: 10px;
	height: auto;
	width: 578px;
	border: #FFF 1px solid;
	display: block;
    position: relative;
    background-color: #B0B0B0;
    vertical-align: top;
}

.shopProduct{
    float:left;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 578px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
}

.shopImage{
    float:left;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 70px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
}

.shopInfo{
    float:left;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 508px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
}

.shopInfo_top{
    float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 508px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
}

.shopInfo_top_serial{
    float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 348px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    background-color: #FFF;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    color: #4D4D4D;
    text-align: left;
    text-indent: 10px;
    line-height: 19px;
}

.shopInfo_top_label_zip{
    float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 30px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    background-color: #FFF;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: center;
    line-height: 19px;
}

.shopInfo_top_zip_price{
    float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 50px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    background-color: #4D4D4D;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    text-align: center;
    line-height: 19px;
}

.shopInfo_top_label_cd{
    float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 30px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    background-color: #FFF;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: center;
    line-height: 19px;
}

.shopInfo_top_cd_price{
    float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 50px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    background-color: #4D4D4D;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    text-align: center;
    line-height: 19px;
}

.shopInfo_base{
    float:left;
	margin: 0;
	padding: 5px 0 0 0;
	height: 20px;
	width: 508px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
}

.shopInfo_base a, .shopInfo_base a:visited{
    color: #000;
    text-decoration: none;
}

.shopInfo_base a:hover
{
    color: #FFF;
    text-decoration: none;
}

.shopInfo_base_spacer{
    float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 8px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
}

.shopInterface{
    float:left;
	margin: 0;
	padding: 0;
	height: 17px;
	width: 578px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    line-height: normal;
}

a.shopnavlist, a.shopnavlist:visited
{
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 1px 0 0 0;
    margin: 0;
    background-color: #6C6C6C;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    width: 135px;
    height:14px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    line-height: normal;
}

a.shopnavlist:hover
{
    text-decoration: none;
    background-color: #CCC;
    color: #000;
    border-left: 1px solid #6C6C6C;
    border-right: 1px solid #CCC;
    border-top: 1px solid #6C6C6C;
    border-bottom: 1px solid #CCC;
    line-height: normal;
}

.shopnavlist_disabled
{
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 0;
    margin: 0 10px 0 0;
    background-color: #6C6C6C;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #CCC;
    width: 135px;
    height:15px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    line-height: 14px;
}

#shop_notice{
    background: #CCC url(../images/common/viewer-bg.png) repeat-y;
    visibility:hidden;
    position:absolute;
    left:0;
    width:0;
    height:0;
    z-index:1;
    overflow:hidden;
    border:1px solid #505356;
    margin:0;
    padding:2px 5px 2px 5px;
}

/******DIGITAL DISPLAY******/

#shopProductDigital{
	margin: 0px;
	padding: 10px;
	float: left;
	height: auto;
	width: 578px;
	border: #FFF 1px solid;
	display: block;
    position: relative;
    background-color: #8C8C8C;
    vertical-align: top;
}

#shopDigitalDownloads{
    float:left;
	margin: 0;
	padding: 10px 0 0 0;
	height: auto;
	width: 578px;
	border: #FFF 0px solid;
    border-top: #FFF 1px solid;
	display: block;
    vertical-align: top;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.shopDigitalTrack{
    float:left;
	margin: 0 0 1px 0;
	padding: 0;
	height: auto;
	width: 578px;
	border: #FFF 0px solid;
    display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.shopDigitalTrack_info{
    text-indent: 2px;
    float:left;
	margin: 0;
	padding: 0 0 1px 0;
	height: auto;
	width: 518px;
	border: #FFF 0px solid;
    display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    background-color: #747474;
}

.shopDigitalTrack_info_alt{
    text-indent: 2px;
    float:left;
	margin: 0;
	padding: 0 0 1px 0;
	height: auto;
	width: 518px;
	border: #FFF 0px solid;
    display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    background-color: #808080;
}

.shopDigitalTrack_info a, .shopDigitalTrack_info a:visited,.shopDigitalTrack_info_alt a, .shopDigitalTrack_info_alt a:visited{
    color: #FFF;
    text-decoration: none;
}

.shopDigitalTrack_info a:hover, .shopDigitalTrack_info_alt a:hover
{
    color: #000;
    text-decoration: none;
}

.shopDigitalTrack_button{
    float:left;
	margin: 0;
	padding: 0;
	height: auto;
	width: 60px;
	border: #FFF 0px solid;
    display: block;
    text-align: center;
    position: relative;
    background-color: #000;
}

.shopDigitalTrack_button a, .shopDigitalTrack_button a:visited{
    text-decoration: none;
    border: 0px solid #FFF;
    padding: 0 0 1px 0;
    margin: 0;
    background-color: #000;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    width: 60px;
    height:auto;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}

.shopDigitalTrack_button a:hover
{
    background-color: #FFF;
    color: #000;
    text-decoration: none;
}

.shopDigitalTrack_NA{
    float:left;
	margin: 0;
	padding: 0;
	height: auto;
	width: 60px;
	border: #FFF 0px solid;
    display: block;
    text-align: center;
    position: relative;
    background-color: #666;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #CCC;
    font-weight: bold;
}

#shopDigitalBuyAll{
    float:left;
	margin: 5px 0 0 0;
	padding: 0;
	height: auto;
	width: 578px;
	border: #FFF 0px solid;
    display: block;
    text-align: right;
    position: relative;
    overflow: hidden;
}

#shopDigitalBuyAll a, #shopDigitalBuyAll a:visited{
    text-decoration: none;
    border: 0px solid #FFF;
    padding: 0 0 1px 0;
    margin: 0;
    background-color: #000;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    width: 60px;
    height:auto;
    text-align: center;
    display: block;
    float: right;
    position: relative;
}

#shopDigitalBuyAll a:hover
{
    background-color: #FFF;
    color: #000;
}

.shop_free{
    color: #CCC;
}


/****************  downloads *****************/

.downloadBase{
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
	height: auto;
	width: 578px;
	border: #FFF 1px solid;
	display: block;
    background-color: #B0B0B0;
    vertical-align: top;
    position: relative;
}

.downloadTracks{
    float:left;
	margin: 0 0 1px 0;
	padding: 0;
	height: auto;
	width: 578px;
	border: #FFF 0px solid;
    display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.downloadCount{
    float:left;
	margin: 0;
	padding: 0 0 1px 0;
	height: auto;
	width: 15px;
	border: #FFF 0px solid;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    background-color: #4D4D4D;
}

.downloadTrack_info{
    text-indent: 2px;
    float:left;
	margin: 0;
	padding: 0 0 1px 0;
	height: auto;
	width: 493px;
	border: #FFF 0px solid;
    display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    background-color: #747474;
}

.downloadTrack_info_alt{
    text-indent: 2px;
    float:left;
	margin: 0;
	padding: 0 0 1px 0;
	height: auto;
	width: 493px;
	border: #FFF 0px solid;
    display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    background-color: #808080;
}

.downloadTrack_info a, .downloadTrack_info a:visited,.downloadTrack_info_alt a, .downloadTrack_info_alt a:visited{
    color: #FFF;
    text-decoration: none;
}

.downloadTrack_info a:hover, .downloadTrack_info_alt a:hover
{
    color: #000;
    text-decoration: none;
}

.downloadTrack_button{
    float:left;
	margin: 0;
	padding: 0;
	height: auto;
	width: 70px;
	border: #FFF 0px solid;
    display: block;
    text-align: center;
    position: relative;
    background-color: #000;
}

.downloadTrack_button a, .downloadTrack_button a:visited{
    text-decoration: none;
    border: 0px solid #FFF;
    padding: 0 0 1px 0;
    margin: 0;
    background-color: #000;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    width: 70px;
    height:auto;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}

.downloadTrack_button a:hover
{
    background-color: #FFF;
    color: #000;
}

.downloadTrack_broken{
    float:left;
	margin: 0;
	padding: 0;
	height: auto;
	width: 70px;
	border: #FFF 0px solid;
    display: block;
    text-align: center;
    position: relative;
    background-color: #000;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #F2F2F2;
}

/****************  order history *****************/

.ordhistoryBase{
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	float: left;
	height: auto;
	width: 598px;
	border: #CCC 1px solid;
	display: block;
    position: relative;
    background: #F8F8FF url(../images/common/ordhistory_bg.jpg) no-repeat;
}

.ordhistoryContent{
	margin: 0 auto 0 auto;
	padding: 0;
	height: auto;
	width: 598px;
	border: #CCC 0px solid;
	display: block;
    position: relative;
}

.ordhistory_title{
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	height: auto;
	width: 598px;
    text-align: left;
    text-indent: 10px;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    font-family: Verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}

.ordhistory_info{
	margin: 0;
	padding: 0;
	float: left;
	height: 20px;
	width: 598px;
    text-align: left;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    color: #000;
}

.order_status_received{
    color: #708090;
}

.order_status_shipped{
    color: #DDA0DD;
}

.order_status_completed{
    color: #32CD32;
}

.order_status_failure{
    color: #CC0000;
}

.ordhistory_invoiceHD{
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	height: auto;
	width: 598px;
    text-align: left;
	border: #FFF 0px solid;
	display: block;
    position: relative;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.ordhistory_invoice{
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: 598px;
    text-align: left;
	border: #666 0px solid;
	display: block;
    position: relative;
}

.ordhistory_invoice_wrapper{
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: 596px;
    text-align: left;
	border: #666 1px solid;
	display: block;
    position: relative;
    background-color: #F5F5F5;
}

.ordhistory_invoice_head{
	margin: 0 0 1px 0;
	padding: 0;
	height: 20px;
	width: 596px;
    border-top: #666 0px solid;
    border-bottom: #667071 4px solid;
    border-left: #666 0px solid;
    border-right: #666 0px solid;
    background-color: #CCC;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: bold;
}

.ordhistory_invoice_items{
	margin: 0;
	padding: 0;
	height: auto;
	width: 596px;
    border: #666 0px solid;
}

.ordhistory_total{
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 594px;
    border: #666 1px solid;
	display: block;
    position: relative;
    background-color: #F5F5F5;
}

table.ordhistory_totalTable{
	margin: 0;
	padding: 2px;
	height: 30px;
	width: 590px;
    border: #666 0px solid;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}

/**************** cart styles *****************/

#mini_cart_busy{
    border: 0px solid #FFF;
    padding: 0;
    margin: 0 0 3px 0;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #000;
    width: 148px;
    height:auto;
}

#mini_cart_head{
    border: 0px solid #FFF;
    padding: 0;
    margin: 0 0 3px 0;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #000;
    width: 148px;
    height:auto;
}

#mini_cart_items{
    border: 0px solid #FFF;
    padding: 0;
    margin: 0;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #000;
    width: 148px;
    height:auto;
    line-height: normal;
}

#mini_cart_items a, #mini_cart_items a:visited{
    text-decoration: none;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #000;
    line-height: normal;
}

#mini_cart_items a:hover{
    color: #FFF;
}

#mini_cart_total{
    border-left: 0px dotted #667071;
    border-right: 0px dotted #667071;
    border-top: 1px solid #667071;
    border-bottom: 1px solid #CCC;
    padding: 3px 0 3px 0;
    margin: 5px 0 0 0;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #000;
    width: 148px;
    height:auto;
}

.total_text{
    color: #FF0000;
}

#mini_cart_end{
    border: 0px solid #FFF;
    padding: 0;
    margin: 5px 0 0 0;
    width: 148px;
    height:auto;
    text-align: center;
}

a#mini_cart_view_cart, a#mini_cart_view_cart:visited{
    text-decoration: none;
    border: 0px solid #FFF;
    padding: 0 0 1px 0;
    margin: 0 auto 0 auto;
    background-color: #000;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    color: #FFF;
    width: 70px;
    height:auto;
    text-align: center;
    display: block;
    position: relative;
}

a#mini_cart_view_cart:hover
{
    background-color: #FFF;
    color: #000;
}

#basket_title{
    border: 0px solid #FFF;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: sans-serif,Verdana,Arial;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    width: 600px;
    height:auto;
    background-color: #666;
}

#basket_title_busy{
    border: 0px solid #FFF;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: sans-serif,Verdana,Arial;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    width: 600px;
    height:auto;
    background-color: #666;  
}

#basket_head{
    border-bottom: 6px solid #667071;
    padding: 10px 0 1px 0;
    margin: 0 0 5px 0;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    width: 600px;
    height:30px;
    background-color: #F5F5F5; /*#A7B6B9 */
}

#basket_items{
    border: 1px solid #667071;
    padding: 2px;
    margin: 0 0 5px 0;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    color: #000;
    width: 600px;
    height:auto;
    background-color: #B0B0B0;
}

#basket_total{
    border: 1px solid #667071;
    padding: 2px;
    margin: 0 0 5px 0;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    width: 600px;
    height:30px;
    background-color: #F5F5F5;
}

#basket_total_text{
    color:#FF0000;
}

#basket_total a, #basket_total a:visited{
    text-decoration: none;
    border: 0px solid #FFF;
    padding: 0 0 1px 0;
    margin: 0 5px 0 0;
    background-color: #000;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    color: #FFF;
    width: 100px;
    height:auto;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}

#basket_total a:hover
{
    background-color: #FFF;
    color: #000;
}

#basket_info{
    border: 0px solid #667071;
    padding: 2px;
    margin: 0;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    width: 596px;
    height:auto;
    text-align: right;
}

#basket_info a, #basket_info a:visited{
    text-decoration: none;
    border: 0px solid #FFF;
    padding: 0 0 1px 0;
    margin: 0 5px 0 0;
    background-color: #000;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    color: #FFF;
    width: 80px;
    height:auto;
    text-align: center;
    display: block;
    float: right;
    position: relative;
}

#basket_info a:hover
{
    background-color: #FFF;
    color: #000;
}

/**************** other styles *****************/

/* Erroneous message text  */

.errorText{
    font-family: Verdana,sans-serif;
	color: Yellow;
	font-size: 11px;
}

.smallTextSides{
    font-family: Verdana,sans-serif;
	color: White;
	font-size: 9px;
}

.smallText{
    font-family: Verdana,sans-serif;
	font-size: 9px;
}

.plainText{
    font-family: Verdana,sans-serif;
	font-size: 11px;
}
.errorMSG{
    font-family: Verdana,sans-serif;
	color: Yellow;
	font-size: 11px;
    border: #FFFF00 2px solid;
    display: block;
    width: 586px;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 0 5px 0;
    padding: 5px;
}

.errorMSGInline{
    font-family: Verdana,sans-serif;
	color: Yellow;
	font-size: 11px;
    border: #FFFF00 2px solid;
    display: block;
    width: 586px;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 0 5px 0;
    padding: 5px;
    clear: both;
}

.MSGInline{
    font-family: Verdana,sans-serif;
	color: #000;
	font-size: 11px;
    border: #000 2px solid;
    display: block;
    width: 586px;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 0 5px 0;
    padding: 5px;
    clear: both;
}

.detailsHeading{
    font-family: Verdana,sans-serif;
	color: #555;
	font-size: 11px;
	font-weight: bold;
}

.bntClass{
    background: #000000 url(/images/common/btn-background.gif) no-repeat;
    width: 82px;
    height: 15px;
    text-align: center;
    border:0;
    margin:0;
    padding:0;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 14px;
}

.bntClass_NA{
    background: #000000 url(/images/common/btn-background.gif) center;
    width: 82px;
    height: 15px;
    text-align: center;
    border:0;
    margin:0;
    padding:0;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 14px;
    font-family: Arial, sans-serif;
    font-size: 9px;
	color: #CCC;
	text-decoration: none;
}

.bntClass a:link, .bntClass a:visited{
    font-family: Arial, sans-serif;
    font-size: 9px;
	color: #FFF;
	text-decoration: none;
}

.bntClass a:hover{
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #FFF;
	text-decoration: none;
}

#hotlinkBox{
    border: #666 1px solid;
    background-color: #BEBEBE;
    font-family: Verdana, sans-serif;
	font-size: 11px;
    color: #000;
    padding: 2px 3px 2px 3px;
}


