@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ededed;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8e91;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #85878a;
	margin: 7px 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #5281cd;
	margin: 5px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #757678;
	margin: 3px 0;
}

h5 {
	font-size: 25px;
	font-weight: normal;
	color: #036;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #036;
	margin: 7px 0;
}




.artistLink 
{
    font-size: 11px;
}
a:link, a:visited {
	color: #5281cd;
}

a:hover, a:active {
	color: #656565;
}

p {
	margin: 5px 0;
}

th {
	text-align: left;
	background-color: #1b4e8f;
	color: #fff;
	margin: 0;
	padding: 5px;
}

input {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 2px;
}

#topnavigation {
	width: 980px;
	position: relative;
	margin: 0 auto;
	top: 10px;
	height: 22px;
	left: -1px;
}

#topnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnavigation li {
	display: block;
	float: left;
	padding: 5px 8px;
	margin: 0;
	background: url(../../../../resources/images/topnavbg.jpg) repeat-x;
	height: 22px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

#topnavigation a:link, #topnavigation a:visited {
	text-decoration: none;
	color: #5281cd;
}

#topnavigation a:hover, #topnavigation a:active {
	text-decoration: none;
	color: #656565;
}

#topnavigation li.topactive {
	background-image: none;
	background-color: #fff;
}

#topnavigation p {
	float: right;
	margin: 0px;
	color: #656565;
}

#container {
	width: 980px;
	position: relative;
	margin: 0 auto 30px auto;
	top: 10px;
	min-height: 400px;
	background: #fff;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#contentwrap {
	padding: 10px;
}

#loginalbum {
	position: absolute;
	top: 143px;
	left: 750px;
	font-size: 11px;
	color: #4c4c4c;
	width: 200px;
}

#loginborder {
	border: 1px solid #cbcbcb;
	padding: 5px;
}

#login {
	position: absolute;
	top: 143px;
	left: 750px;
	border: 1px solid #cbcbcb;
	padding: 5px;
	font-size: 11px;
	color: #4c4c4c;
	width: 200px;
}

#loginform {
	background-color: #ededed;
	padding: 5px;
}

#loginform label {
	display: block;
	font-weight: bold;
}
#loginform input {
	margin-bottom: 5px;
}

.boldlink a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#search {
	float: right;
	margin-top: 5px;
}

#flashcontent {
	border: 1px solid #cbcbcb;
	width: 710px;
	margin-bottom: 10px;
	margin-top: 18px;
}

#secondarynav {
	background: url('../../../../resources/images/nav2bg.jpg') repeat-x;
	height: 31px;
}

#secondarynav ul {
	margin: 0;
	padding: 0;
}

#secondarynav li {
	display: block;
	float: left;
	height: 31px;
	line-height: 35px;
	margin: 0;
	font-size: 11px;
	padding: 0 11px 0 5px;
	background: url('../../../../resources/images/nav2divider.jpg') no-repeat bottom right;
	font-weight: bold;
	color: #888;
}

#secondarynav a:link, #secondarynav a:visited {
	text-decoration: none;
	color: #1b4e8f;
}

#secondarynav a:hover, #secondarynav a:active {
	text-decoration: none;
	color: #888;
}

#secondarynav .nobg {
	background: none;
}

.bottompromo {
	border: 1px solid #cbcbcb;
	width: 230px;
	height: 125px;
	float: left;
	margin: 0 9px 10px 0;
}

.bottompromoend {
	border: 1px solid #cbcbcb;
	width: 230px;
	height: 125px;
	float: left;
	margin: 0 0 10px 0;
}

#footerlinks {
	clear: both;
	background-color: #666;
	border-top: 1px solid #cbcbcb;
	padding: 2px 0 5px 5px;
	margin-bottom: 5px;
	display: none;
}

#footerlinks td {
	padding-right: 60px;
}

#footerlinks ul {
	padding: 0;
	margin: 0;
}

#footerlinks li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footerlinks a:link, #footerlinks a:visited {
	text-decoration: none;
	color: #3564af;
	font-size: 11px;
}

#footerlinks a:hover, #footerlinks a:active {
	text-decoration: none;
	color: #757678;
	font-size: 11px;
}

#footersecondarylinks {
	color: gray;
	border-top: 1px solid #cbcbcb;
	clear: both;
}

#footersecondarylinks a:link, #footersecondarylinks a:visited {
	font-size: 10px;
	color: gray;
	text-decoration: none;
}

#footersecondarylinks a:hover, #footersecondarylinks a:active {
	font-size: 10px;
	color: #3564af;
	text-decoration: none;
}

.clearleft {
	clear: left;
}

#footlogo {
	font-size: 11px;
	color: #85878a;
	float: right;
	width: 350px;
}

#intcontent {
	min-height: 250px;
	margin-top: 15px;
	width: 720px;
}

#intcontentalbums {
	min-height: 500px;
	margin-top: 15px;
	width: 780px;
}

#intcontentfull {
	min-height: 250px;
	margin-top: 15px;
}

/* Album Category */

.albumcategory {
	float: left;
	width: 240px;
	height: 100px;
}

.albumcategory h6 {
	font-size: 13px;
	color: #5281cd;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.albumcategoryimg {
	float: left;
	-moz-box-shadow: 0px 0px 5px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
  	box-shadow: 0px 0px 5px #666;
	padding: 3px;
	margin-right: 10px;
}
.albumcategorybookimg {
	float: left;
	-moz-box-shadow: 0px 0px 5px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
  	box-shadow: 0px 0px 5px #666;
	padding: 3px;
	margin-right: 10px;
}
.albumcategorytext p {
	margin-top: 0px;
	font-size: 13px;
}

.redtext {
	color: #8b0202;
}

.redtext span {
	color: #5281cd;
	font-size: 12px;
	font-weight: normal;
}

.bluetext {
	color: #5281cd;
}

.floatright {
	float: right;
}

/*Side Panel Shopping Cart Info */

.smallcart {
	font-size: 9px;
	width: 180px;
	height: 50px;
}

.smallcarttext {
	float: left;
}

.smallcartprice {
	float: right;
	color: #5281cd;
}

#smallcarttotal {
	border-top: 1px solid #5281cd;
	padding-top: 10px;
}

.smallcarttotaledit {
	float: left;
}

/*Album Detail */

#albumdetail {
	width: 700px;
}

.albumdetailimg {
	float: left;
	margin-right: 10px;
	padding: 5px;
	-moz-box-shadow: 0px 0px 5px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
  	box-shadow: 0px 0px 5px #666;
}
.albumdetailbookimg {
	padding: 5px;
	float: left;
	margin-right: 10px;
	-moz-box-shadow: 0px 0px 5px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
  	box-shadow: 0px 0px 5px #666;
}
.albumdetailtext {
	color: #878a8c;
}

.albumdetailcta {
	float: left;
	width: 150px;
	font-size: 15px;
}

.albumdetailcta p {
	margin-top: 5px;
}

.ctaheading {
	color: #1b4e8f;
	font-size: 12px;
}

.ctasmalltext {
	font-size: 9px;
	color: #878a8c;
}

#albumdetailtable {
	clear: both;
	width: 500px;
	color: #878a8c;
	border-right: 1px solid #cbcbcb;
	float: left;
	margin-bottom: 20px;
}

#albumdetailtable td {
	height: 25px;
}

#albumrelated {
	float: left;
	width: 170px;
	margin-left: 30px;
	font-size: 9px;
}

#albumrelated h3 {
	font-size: 12px;
	font-weight: normal;
}

.albumrelatedrepeat {
	height: 50px;
}

.albumrelatedimg {
	float: left;
	padding: 3px;
	margin-right: 5px;
	-moz-box-shadow: 0px 0px 5px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
  	box-shadow: 0px 0px 5px #666;
}

.albumrelatedtext {
	
}
/* Shopping Cart Pages */

#shoppingcart {
	border-collapse: collapse;
}

#shoppingcart td {
	border-bottom: 1px solid #cbcbcb;
	height: 30px;
	padding-bottom: 10px;
	line-height: 16px;
	padding-top: 10px;
}

#total {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	padding: 5px 0;
}
#total2 {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

#newcard label {
	text-align: right;
	width: 200px;
	float: left;
}

.paging {
	border-collapse: collapse;
	width: 720px;
	margin-bottom: 10px;
	clear: both;
}

.paging td {
	background-color: #f9fafa;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.paging a:link, .paging a:visited {
	text-decoration: none;
}

.paging a:hover, .paging a:active {
	text-decoration: underline;
}

.paging2 {
	border-collapse: collapse;
	width: 650px;
	margin-bottom: 10px;
	clear: both;
}

.paging2 td {
	background-color: #f9fafa;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.paging2 a:link, .paging2 a:visited {
	text-decoration: none;
}

.paging2 a:hover, .paging2 a:active {
	text-decoration: underline;
}

.boxlinks a {
	border: 1px solid #b9bcbe;
	padding: 0 5px;
}

.register {
	border-collapse: collapse;
}

.register fieldset {
	 border: none;
	 padding: 3px 0;
}

.register label {
	display: block;
	float: left;
	width: 12em;
	margin-right: 1em;
}

.register input {
	height: 20px;
}

.register td {
	width: 40%;
	padding-right: 20px;
}

.register h3 {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 5px;
}

#christmas input {
	width: 3em;
	margin-right: 10px;
}

.christmassection {
	margin-bottom: 30px;
}

.christmascd {
	margin-right: 20px;
}

.christmassamples img {
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 5px;
}

#manageinfo {
	background-color: #fafafa;
	padding: 15px;
	width: 650px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.manageheading {
	background-color: #1b4e8f;
	color: #fff;
	margin: 0;
	padding: 5px;
}

#manageinfo fieldset {
	border: none;
}

#manageinfo label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 1em;
	line-height: 20px;
}

#manageinfo input {
	height: 20px;
}

.editaddress p {
	margin-bottom: 10px;
}

#sidemanage {
	width: 250px;
	border: 1px solid #ccc;
	background-color: #fafafa;
	margin-right: 15px;
}

#sidemanage ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidemanage li {
	margin: 0;
	padding: 5px;
	display: block;
	border-top: 1px solid #ccc;
}

#sidemanage a:link, #sidemanage a:visited {
	text-decoration: none;
}

#sidemanage a:hover, #sidemanage a:active {
	text-decoration: none;
}

.addressheading {
	color: #ffa542;
	margin: 5px 0;
}

#orderinfo {
	width: 650px;
}

#orderinfo h3 {
	color: #ffa542;
	margin: 5px 0;
}

#orderinfo table {
	border-collapse: collapse;
}

#orderinfo td {
	padding: 10px;
}

#orderinfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#orderinfo li {
	margin: 0;
	padding: 0;
}

.orderinfoalt {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#downloadall {
	text-align: right;
	margin-right: 20px;
}

#downloadall a {
	text-decoration: none;
}

.noborder {
	border: none;
}

.regularform fieldset {
	border: 0;
}

.regularform label {
	display: block;
}

#divArtists a {
	display: block;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

#txtStateOther {
	display: none;
}

.player input {
	background: none;
}

.blankOutScreen      {left: 0Px; top: 0px; width: 100%; height: 200%; opacity: .5; filter: alpha(opacity=50); position: absolute; mode: transparent; background-color: #ffffff;}

.clearboth {
	clear: both;
}

.studio-content h3 {
	font-weight: normal;
}

.studio-content h3 em {
	font-size: 13px;
	line-height: 20px;
}

.studio-content table {
	margin: 5px 0 20px 0;
	border: 1px solid #e4e5e6;
	width: 75%;
}

.studio-content td {
	text-align: center;
	border: 1px solid #e4e5e6;
	padding: 5px;
}

.studio-content table tr:first-child {
	background-color: #e9f6fc;
	font-weight: bold;
}

#studio-content-right {
	float: right;
	width: 20%;
	margin-right: 10px;
}

#studio-content-right p {
	font-style: italic;
	margin: 20px 0;
}

#studio-content-right p:first-child {
	margin-top: 40px;
}

.studio-content table#reorder {
	width: 25%;
}

#studio-content-reorder {
	float: right;
	width: 70%;
	margin-right: 10px;
}

#studio-content-reorder p {
	margin-bottom: 20px;
}

div.recording-button {
	margin-bottom: 10px;
}

div.recording-button a {
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	color: #fff;
	text-align: center;
	padding: 10px;
	display: block;
	text-decoration: none;
	border: 1px solid #3888D8;
	text-shadow: 1px 1px 0 #666;
}

div.recording-button a:hover {
	background: #ffc578; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* IE10+ */
	background: linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* W3C */
	border: 1px solid #E28812;
}

.equipment {
	float: left;
	width: 30%;
}
