/**********************************

	Styling for the HDtracks Store - hdtracks.com
	Copyright 2013 - HDtracks. All Rights Reserved.

**********************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style:italic !important;
}
strong, b {
	font-weight:bold !important;
}
address {
	font-style:normal;
	/*line-height:1.55;*/
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
	font-size:1em;
}
img {
	border:0;
	vertical-align:top;
}
a {
	color:#002758;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
:focus {
	outline:0;
}
.hidden {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
}
.nobr {
	white-space:nowrap !important;
}
.wrap {
	white-space:normal !important;
}
.a-left {
	text-align:left !important;
}
.a-center {
	text-align:center !important;
}
.a-right {
	text-align:right !important;
}
.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.f-left, .left {
	float:left !important;
}
.f-right, .right {
	float:right !important;
}
.f-none {
	float:none !important;
}
.f-fix {
	float:left;
	width:100%;
}
.no-display {
	display:none;
}
.no-margin {
	margin:0 !important;
}
.no-padding {
	padding:0 !important;
}
.no-bg {
	background:none !important;
}
/* END RESET */
body {
	background:url(../images/main-body-bk.jpg) repeat-x left top #d9d9d9;
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:62.5%;
	top:0px !important;
}
.clearMe, .clearer {
	clear:both;
	height:0px;
}
#wrapper {
	width:100%;
	padding:0px;
	margin:0px;
}
#topcontrol {
	right:2% !important;
	bottom:0px !important;
	z-index:5;
}
#topcontrol .topLink {
	/*background:url(../images/top-link-bk.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -338px -505px;
	color: #FFFFFF;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    height: 25px;
    padding-left: 47px;
    padding-top: 12px;
    text-align: left;
    width: 66px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
#topcontrol .topLink:hover {
	/*background:url(../images/top-link-bk-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -338px -448px;
}
#headerWrapper {
	width:100%;
	background:url(../images/header-glow.png) no-repeat center bottom;
	/*height:139px;*/
	height:auto;
	overflow:visible !important;
}
#header {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	position:relative;
	overflow:visible !important;
}
#header #logo {
	float:left;
}
#header #logo h1 {
	margin:0px;
	padding:0px;
}
#header #logo a {
	/*background: url(../images/hdtracks-logo.png) no-repeat left top; */
	background:url(../images/hdtracks-sprite2.png) no-repeat 0 -820px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	width:400px;
	height:65px;
}
#header #topSocial {
	position:absolute;
	right:0px;
	top:10px;
	#position:relative;
	#float:right;
	#margin-top:-25px;
}
#topSocial p {
	float:left;
}
#header #topSocial ul {
	list-style:none;
	float:left;
}
#header #topSocial .social-label {
	display:block;
	float:left;
	padding-right:14px;
	margin-top:10px;
	margin-right:14px;
	color:#575757;
	font-style:italic;
	font-size:1.2em;
	background:url(../images/follow-arrow.png) no-repeat right 2px;
}
#header #topSocial li {
	float:left;
	margin-right:10px;
}
#header #topSocial li.facebook a, #header #topSocial li.twitter a, #header #topSocial li.youtube a, #header #topSocial li.myspace a, #header #topSocial li.google-plus a {
	display:block;
	width:34px;
	height:34px;
	overflow:hidden;
	text-indent:-9000px;
}
#header #topSocial li.facebook a {
	/*background:url(../images/fb-icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -293px;
}
#header #topSocial li.facebook a:hover {
	/*background:url(../images/fb-icon-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -246px;
}
#header #topSocial li.twitter a {
	/*background:url(../images/tw-icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1366px;
}
#header #topSocial li.twitter a:hover {
	/*background:url(../images/tw-icon-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1319px;
}
#header #topSocial li.google-plus a {
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1632px;
}
#header #topSocial li.google-plus a:hover {
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1680px;
}
#header #topSocial li.youtube a {
	/*background:url(../images/youtube-icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1584px;
}
#header #topSocial li.youtube a:hover {
	/*background:url(../images/youtube-icon-over.png) no-repeat left top; */
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1537px;
}
#header #topSocial li.myspace a {
	/*background:url(../images/my-space-icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -571px;
}
#header #topSocial li.myspace a:hover {
	/*background:url(../images/my-space-icon-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -524px;
}
#header #site-tag {
	float:right;
	font-size:1.8em;
	font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif;
	padding-top:25px;
	#width:600px;
	#text-align:right;
	#margin-top:-10px;
	#clear:right;
}
#header #site-tag .highlight {
	color:#002959;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
}
#header #site-tag .divider {
	color:#434343;
	font-weight:normal;
}
#header #site-tag {
	color:#676767;
	font-weight:normal;
}
#header #header-bottom {
	width:1022px;
	height:43px;
	margin-left:4px;
	margin-top:7px;
	background:url(../images/header-bk.jpg) no-repeat left top;
	float:left;
	display:block;
	overflow:visible;
}
#header #header-bottom #header-search {
	float:left;
	margin-top:10px;
	margin-left:10px;
	position:relative;
	width:342px;
}
#header #header-bottom #header-search label {
	display:none;
}
#header #header-bottom #header-search .input-text {
	/*background: url(../images/header-search-bk.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat 0 -903px;
    border: none;
    clear: none;
    color: #535353;
    display: block;
    float: left;
    font-size: 1.2em;
	font-style:italic;
    height: 24px;
    left: 2px;
    line-height: 26px;
    margin: 0;
    outline: none;
    padding: 1px 0 2px 8px;
    position: absolute;
    top: 0;
    width: 295px;
    z-index: 1;
	font-family:Helvetica, Arial, sans-serif;
}
#header #header-bottom #header-search .button {
	/*background: url(../images/search-button-bk.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -815px;
	display:block;
	overflow:hidden;
	width:37px;
	height:26px;
	outline:none;
	border:none;
	position:absolute;
	right:0px;
	top:0px;
	padding:0px;
	text-indent:-9000px;
}
#header #header-bottom #header-search .button:hover {
	/*background: url(../images/search-button-bk-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -774px;
}
#header #header-bottom #header-search .button:hover {
	cursor:pointer;
}
#header #header-bottom #header-search .search-autocomplete {
	/*padding:8px;*/
	background:#f8f8f8;
	border-left:1px solid #b7b7b7;
	border-bottom:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	font-size:12px;
	color:#333;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.26);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.26);
	margin-top:7px;
	z-index:200;
}
#header #header-bottom #header-search .search-autocomplete ul{
	margin:8px;
}
#header #header-bottom #header-search .search-autocomplete li {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #CCC;
	color:#666;
}
#header #header-bottom #header-search .search-autocomplete li.last {
	padding-bottom:5px;
	margin-bottom:0px;
	border-bottom:none;
}
#header #header-bottom #header-search .search-autocomplete li .amount {
	float:right;
	font-style:italic;
	color:#999;
}
#header #header-bottom #header-search .search-autocomplete li:hover {
	cursor:pointer;
}
#header #header-bottom #account-links {
	float:right;
	margin-top:16px;
	margin-right:16px;
}
#header #header-bottom #account-links  ul.links, #header #header-bottom #account-links .checkout-link, #header #header-bottom #account-links .top-cart {
	float:right;
}
#header #header-bottom #account-links .top-cart {position:relative;}
#header #header-bottom #account-links .top-cart .block-title {
	/* border-right: 1px solid #4789C7; */
    /*margin-right: 12px;
    padding-right: 12px;*/
	/* color: #FFFFFF; */
   /*  font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif; */
  /*   font-size: 1.2em; */
   /*  font-weight: bold; */
   /*  text-decoration: none; */
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    text-transform: uppercase; */
}
#header #header-bottom #account-links .top-cart .block-title:hover {
	cursor:pointer;
	text-decoration:underline;
}
#header #header-bottom #account-links .top-cart .block-title.no-items:hover {/*cursor:default;*/}
#header #header-bottom #account-links .top-cart .block-title a {
	color:#FFF;
	text-decoration:none;
}
#header #header-bottom #account-links .top-cart .block-title a:hover {
	text-decoration:underline;
}
#topCartContent {
	position:absolute;
	top:9px;
	left:-118px;
	width:305px;
}
#topCartContent .inner-wrapper {
	background: url(../images/cart-popup-top.png) no-repeat left top;
	/*background:url(../images/hdtracks-sprite2.png) no-repeat 0 -58px;*/
	padding:30px 20px 5px;
	width:260px;
	font-size:1.2em;
	text-align:left;
	position:relative;
	float:left;
}
#topCartContent .inner-wrapper-bottom {
	position:absolute;
	display:block;
	bottom:-20px;
	left:0px;
	/*background:url(../images/cart-popup-bottom.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat 0 -23px;
	width:300px;
	height:20px;
}
#topCartContent .inner-wrapper .block-subtitle {
	color:#002046;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:700;
	padding-bottom:8px;
}
#topCartContent .inner-wrapper .cart-empty {
	font-style:italic;
	color:#999;
	line-height:16px;
}
#topCartContent .close-btn {
	display:block;
	position:absolute;
	top:6px;
	right:-9px;
	width:30px;
	height:30px;
	/*background: url(../images/top-cart-close.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1164px;
	text-indent:-9000px;
	overflow:hidden;
}
#topCartContent .close-btn:hover {
	/*background: url(../images/top-cart-close-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1126px;
	cursor:pointer;
}
#header #header-bottom #account-links #mini-cart li {border-right:none !important;}
#mini-cart li {
	border-right:none !important;
	border-bottom:1px dotted #c1c1c1;
	padding-bottom:8px;
	padding-right:0px;
	margin-bottom:8px;
	margin-right:0px;
	float:left;
	clear:both;
	width:95%;
	position:relative;
	min-height:50px;
}
#mini-cart li.last {
	border-bottom:0px;
}
#mini-cart li .product-image {
	float:left;
	margin-right:10px;
	position:absolute;
	top:0px;
	left:0px;
}
#mini-cart li img {
	width:60px;
	height:60px;
}
#mini-cart li .artist, #mini-cart li .bit-rate, #mini-cart li .format {
	float:left;
	margin-left:60px;
	width:180px;
	padding-bottom:5px;
}
#mini-cart li .artist, #mini-cart li .bit-rate, #mini-cart li .format, #mini-cart li .product-name, #mini-cart li .parent-album-name {
	width:170px;
	padding-right:10px;
	float:right;
	clear:right;
	line-height:15px;
}
#mini-cart li .parent-album-name {
	color:#002859;
	font-weight:bold;
	font-style: italic;
	padding-top:2px;
	padding-bottom:2px;
}
#mini-cart li .sample-rate-format {
	float:right;
}
.mini-products-list .product-name {
	color: #144C7C;
    font-weight: bold;
}
.mini-products-list .bit-rate {
	color: #3D3D3D;
    font-weight: normal;
}
.mini-products-list .format {
	color: #848484;
    font-style: italic;
}
#topCartContent .btn-remove, .my-wishlist .btn-remove {
	/*background:url(../images/cart-remove.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -119px;
	width:14px;
	height:16px;
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	margin-top:15px;
}
#topCartContent .btn-remove {
	position:absolute;
	right:0px;
}
#topCartContent .btn-remove:hover, .my-wishlist .btn-remove:hover {
	/*background:url(../images/cart-remove-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -90px;
}
#topCartContent .subtotal {
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	color:#022c5d;
}
#topCartContent .button {
	border:1px solid #042f5d;
	background:url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:1.4em;
	padding:6px 9px 5px;
	margin:8px 0 5px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	display:block;
	float:right;
	#width:135px;
}
#topCartContent .button:hover {
	background:url(../images/sidebar-button-bk-over.jpg) repeat-x left top #00407a;
	cursor:pointer;
	border:1px solid #001426;
}
#topCartContent .button span {
	padding-left:28px;
	padding-top:5px;
	padding-bottom:4px;
	/*background:url(../images/checkout-icon.png) no-repeat left 5px;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -145px;
}
#topCartContent .actions a {
	font-weight:bold;
	font-style:italic;
	padding-top:20px;
	float:left;
	#width:135px;
	/*font-size:0.9em;*/
}
#topCartContent .button span span {
	background:none;
	padding:0px;
}
#main-content .sidebar .block.secure-button img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#header #header-bottom #account-links li {
	float:left;
	margin-right:9px;
	padding-right:9px;
	border-right:1px solid #4789c7;
}
@media all\0 { #header #header-bottom #account-links li { margin-right:6px;padding-right:7px;} 
#header #header-bottom #account-links li a {font-size:11px !important;}
}

#header #header-bottom #account-links .checkout-link li.last {
	margin-right:0px;
	padding-right:0px;
	border:none;
}
#header #header-bottom #account-links li a {
	color:#FFF;
	text-transform:uppercase;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);
	font-size:12px;
	text-decoration:none;
	font-weight:700;
}
#header #header-bottom #account-links li a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
}
h1 {
	font-size:3em;
	color:#002655;
	margin-bottom:15px;
}
h2 {
	font-size:2.5em;
	color:#1a62a0;
	margin-bottom:10px;
}
h3 {
	font-size:2.2em;
	color:#535353;
	margin-bottom:10px;
}
h4 {
	font-size:2em;
	color:#002655;
	margin-bottom:8px;
}
h5 {
	font-size:1.8em;
	color:#1a62a0;
	margin-bottom:8px;
}
h6 {
	font-size:1.5em;
	color:#535353;
	margin-bottom:5px;
}
.sub-header {
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#535353;
	font-size:1.5em;
	margin-bottom:8px;
}
.music-sample-index .sub-header {
	clear:both;
	font-size:2em;
	color:#002655;
	margin-bottom:15px;
}
#content-wrapper {
	width:100%;
	margin:0px;
	padding:0px;
}
#content-wrapper #top-shadow {
	position:relative;
	z-index:2;
	top:1px;
	width:100%;
	height:18px;
	background:url(../images/top-shadow.png) no-repeat center top;
}
#content-wrapper #main-content-wrapper {
	position:relative;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	top:-17px;
	width:1024px;
}
#content-wrapper #main-content-wrapper #main-content {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:26px;
	background:url(../images/main-content-shadow.png) repeat-y left top;
	width:1026px;
	margin-left:-2px;
}
#content-wrapper #main-content-wrapper .top-banner-ad, #content-wrapper #main-content-wrapper .hp-top-banner-ad {
	float:left;
	width:817px;
	clear:both;
	margin-bottom:10px;
	margin-left:-10px;
}
.checkout-onepage-success .page-title h1 {
	margin-top:20px;
}
.checkout-onepage-success #content-wrapper #main-content-wrapper .top-banner-ad {
	display:none;
}
#content-wrapper #main-content-wrapper .hp-top-banner-ad .hpNav {
	display:none;
}
#content-wrapper #main-content-wrapper .top-banner-ad .hpRotator, #content-wrapper #main-content-wrapper .hp-top-banner-ad .hpRotator {
	width:728px;
	height:90px;
	overflow:hidden;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#content-wrapper #main-content-wrapper .home-layout .category-list {
	float:left;
	width:806px;
	padding:10px 10px 20px;;
	margin-left:-9px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-item {
	float:left;
	width:100%;
	clear:both;
	padding-bottom:30px;
	padding-left:10px;
	margin-left:-10px;
	/*margin-bottom:10px;*/
	background:url(../images/hp-featured-rowbk.png) no-repeat left bottom;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-item.even {
	background:url(../images/hp-featured-rowbk-odd.png) no-repeat left bottom;
}
#content-wrapper #main-content-wrapper .home-layout .category-list  .category-name {
	font-size:2.1em;
	font-weight:700;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	color:#00234d;
	margin-bottom:10px;
	text-transform:capitalize;
	width:645px;
	float:left;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation {
	float:right;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .nav {
	float:left;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .nav-left {
	float:left;
	display:block;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .nav-left a {
	/*background:url(../images/hp-featured-left.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -398px;
	display:block;
	width:21px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	margin-right:10px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .nav-left a:hover {
	/*background:url(../images/hp-featured-left-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -364px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .nav-right {
	float:left;
	display:block;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .nav-right a {
	/*background:url(../images/hp-featured-right.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -466px;
	width:21px;
	height:20px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	margin-right:10px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .nav-right a:hover {
	/*background:url(../images/hp-featured-right-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -432px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .see-all {
	float:right;
	margin-right:-8px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .see-all a {
	display:block;
	padding:2px 0 15px 8px;
	-webkit-padding-before:3px;
	color:#FFFFFF;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	/*background:url(../images/hp-featured-seeall.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -337px -742px;
	width:87px;
	text-decoration:none;
	text-align:left;
	line-height:13px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-navigation .see-all a:hover {
	/*background:url(../images/hp-featured-seeall-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -337px -696px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list {
	float:left;
	width:100%;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list li.item {
	float:left;
	margin-right:5px;
	position:relative;
	padding-right:10px;
	width:100px;
	word-wrap:break-word;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list li.item .product-image {
	display:block;
	margin-bottom:5px;
	text-decoration:none;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list li.item h3.product-name {
	color:#195e99;
	font-size:1.4em;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	padding-bottom:5px;
	font-weight:700;
	margin-bottom:0px;
	max-height:34px;
	overflow:hidden;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list li.item h3.product-name a {
	color:#195e99;
	text-decoration:none;
	line-height:18px;
	max-height:30px;
	overflow:hidden;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list li.item .artist-name {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	line-height:15px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail {
	display:none;  /*Initial Hide*/
	/*position:absolute;
	top:-150px;
	left:-118px;
	background:url(../images/music-popup-bk.png) repeat-y left top;*/
	background:#FFF;
	border:2px solid #5e5e5e;
	-webkit-box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.49);
	-moz-box-shadow:-2px 4px 5px rgba(0, 0, 0, 0.49);
	box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.49);
	padding:10px;
	width:360px;
	z-index:1000;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .more-detail-top {
	position:absolute;
	top:-11px;
	left:0px;
	/*background:url(../images/music-popup-top.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat 0 -991px;
	display:none;
	width:400px;
	height:12px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .more-detail-bottom {
	position:absolute;
	bottom:-26px;
	left:140px;
	/*background:url(../images/music-popup-bottom.png) no-repeat left top;*/
	background:url(../images/music-popup-bottom-new.png) no-repeat left top;
	display:block;
	width:50px;
	height:26px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .product-image-box {
	float:left;
	margin-right:10px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .ratingsum {
	margin-top:10px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .rating-box {
	margin-right:8px;
	float:left;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .ratings .amount {
	font-size:11px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .add-detail {
	display:block;
	float:right;
	margin-right:25px;
	width:220px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .product-name {
	color:#1a63a1;
	font-size:2.4em;
	line-height:30px;
	text-transform:capitalize;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	margin-bottom:5px;
	max-height:60px;
	overflow:hidden;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .artist-name {
	color:#001f43;
	font-style:italic;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:6px;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .product-description {
	color:#363636;
	font-style:italic;
	font-size:14px;
	line-height:17px;
	margin-bottom:12px;
	/*max-height:54px;*/
	overflow:hidden;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .view-album {
	margin-top:5px;
	margin-bottom:10px;
	text-align:right;
	clear:both;
	display:block;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .view-album a {
	padding:5px 30px 8px 16px;
	/*background:url(../images/music-popup-button.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -480px -823px;
	color:#FFFFFF;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-size:1.4em;
	font-weight:700;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);
	text-decoration:none;
}
#content-wrapper #main-content-wrapper .home-layout .category-list .category-product-list .more-detail .view-album a:hover {
	/*background:url(../images/music-popup-button-over.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -480px -873px;
}
/* Breadcrumbs */
.breadcrumbs {
	display:block;
	width:100%;
	font-size:12px;
	margin-bottom:10px;
	clear:both;
}
.breadcrumbs ul li {
	padding:0px;
	margin:0px;
	background:none;
}
.breadcrumbs a {
	color:#a8a8a8;
}
.breadcrumbs span {
	padding-left:5px;
	padding-right:5px;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs li strong {
	font-weight:bold;
	color:#a8a8a8;
}
.page-title {
	clear:left;
}
/* Category Pages */
.toolbar {
	float:left;
	width:97%;
	padding:5px 10px;
	background:;
	border:1px solid #c7c7c7;
	margin-top:5px;
	margin-bottom:15px;
	background: url(../images/toolbar_bk.jpg) repeat-x left top #dfdfdf;
}
.toolbar .pager {
	float:left;
	padding-top:10px;
	padding-left: 0;
    padding-right: 0;
	background: none;
    border: none;
    float: left;
    margin: 0;
    width: auto;
}
.toolbar .pager li {
	list-style:none;
	float:left;
	margin-right:6px;
}
.toolbar .pager li a {
	color:#002655;
	/*font-size:0.9em;*/
}
.toolbar .pager li .disable {
	color:#999;
}
.toolbar .sorter {
	float:right;
}
.toolbar .sorter .view-mode {
	margin:0px;
	float:left;
}
.toolbar .sorter label {
	font-size:0.9em;
	font-weight:bold;
	font-style:italic;
	margin-right:5px;
}
.toolbar .sorter select {
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.1) inset;
	border:1px solid #858585;
	padding:4px;
	color:#666;
	/*width:95px;*/
}
.toolbar .sorter .v-middle {
	margin-left:5px;
}
/* Pager */
.pager { margin-bottom:10px; font-size:12px; padding:10px 10px 8px; background:url(../images/toolbar_bk.jpg) repeat-x left top #DFDFDF; border:1px solid #ddd; color:#333;float:left;width:97%; }
.pager p { margin:0 !important; }
.pager select {
	margin-bottom:1px;
	border:1px solid #858585;
	color:#666666;
	padding:2px;
	font-size:1.1em;
	box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
}
.pager .v-middle {margin-top:-3px;}
.pager .amount { float:left; line-height:20px; }
.pager .amount strong { font-weight:normal; }
.pager .limiter { float:right; line-height:20px; }
.pager .pages { margin:0 135px; text-align:center; color:#333; line-height:20px; }
.pager .pages a { color:#002655; text-decoration:underline; }
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }
.pager .pages .i-previous,
.pager .pages .i-next { text-decoration:none !important; vertical-align:middle; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }
.category-products {
	clear:both;
	float:left;
	width:100%;
}
.category-products ol {
	list-style:none;
}
.category-products ol li {
	float:left;
	width:104px;
	padding-right:10px;
	padding-bottom:8px;
	/*word-break:hyphenate;*/
	word-wrap:break-word;
}
.product-list-clear {
	height:1px;
	width:100%;
	display:block;
	clear:both;
}
.category-products ol li.item-last {
	clear:left;
}
.category-products ol li .product-image {
	display:block;
	margin-bottom:5px;
}
.category-products ol li h2.product-name {
	font-size:1.4em;
	margin-bottom:5px;
	text-transform:capitalize;
}
.category-products ol li h2.product-name a {
	color:#1a62a0;
	font-weight:bold;
	line-height:18px;
}
.category-products ol li h2.product-name a:hover {
	color:#175890;
	text-decoration:none;
}
.detail-item {
	margin-bottom:4px;
	line-height:16px;
	padding-right:2px;
}
.detail-item.artist-name {font-weight:bold;}
.detail-item .label {
	font-weight:bold;
	padding-right:2px;
}
/* Product Details */
#bundleProduct {
	backgroung:#FFF;
	padding:10px;
	left:0px !important;
}
#bundleSummary {
	display:block;
	padding:10px;
	background:#DDD;
	width:282px;
	left:485px !important;
}
#fancybox-overlay {
	background:#000 !important;
	opacity:0.6 !important;
}
.product-view .product-shop {
	padding-top:15px;
	float:left;
	width:100%;
}
.product-view .product-shop .product-name h1 {
	color:#002655;
	font-size:2.6em;
	margin-bottom:5px;
	text-transform:capitalize;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
}
.product-view .product-shop .product-available-format {
	color:#474747;
	font-size:1.7em;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
.product-view .product-shop .product-main-info {
	margin-bottom:10px;
	padding-right:260px;
	position:relative;
}
.product-view .product-shop .social-media-share {
	width:238px;
	float:right;
	margin-top:-32px;
	margin-right:-258px;
}
.social-media-share .gplus-button {
	float:left;
	margin-right:5px;
	width:62px;
}
.social-media-share .addthis_default_style .at300b, .social-media-share .addthis_default_style .at300bo, .social-media-share .addthis_default_style .at300m {
	width:78px;
}
.product-view .product-shop .product-img-box {
	float:left;
	margin-bottom:10px;
}
.product-view .product-shop .product-img-box .more-views {
	display:none;
}
.product-view .product-shop .product-img-box .product-image {
	margin-bottom:10px;
}
.product-view .product-shop .product-img-box .product-image img {
	width:170px;
}
.product-view .product-shop .product-img-box .album-main-details {
	float:left;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	width:175px;
}
.product-view .product-shop .product-img-box .album-main-details li {
	float:left;
	margin-bottom:6px;
	line-height:17px;
	clear:left;
	width:100%;
}
.product-view .product-shop .product-img-box .album-main-details .label {
	clear:left;
	font-weight:bold;
	padding-bottom:8px;
}
/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#1b6800; }
.availability.out-of-stock { color:#ae252e;clear:both;padding-top:5px; margin-bottom:0px; }

.availability-only { margin:10px 0 7px; line-height:16px; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#d12c01; }

.availability-only-details { margin:0 0 7px; border:1px solid #d9d9d9; }
.availability-only-details thead {}
.availability-only-details th,
.availability-only-details td { padding:2px 8px; }
.availability-only-details th { border-bottom:1px solid #d9d9d9; font-size:10px; text-transform:uppercase; }
.availability-only-details td { background:#fff; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.box-collateral { background:#FFF; }
.box-collateral .box-content { padding:10px; }
.product-view .box-content {clear:both;}
.product-view .product-main-info .review-summary-table { margin:10px 0; }

.review-summary-table { border-top:1px solid #dcdcdc !important; margin:0 0 10px; }
.review-summary-table th,
.review-summary-table td { padding:2px 5px; }
.review-summary-table tr.last td { border:0; }
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:5px; background:none; vertical-align:middle; }

/* Product UI Tabs Reset */
.product-view .product-shop .product_view_tabs .ui-widget-header {
	border:none;
	background:none;
}
.product-view .product-shop .product_view_tabs .ui-state-default {
	border:none;
	background:none;
	padding:0px;
}
.product-view .product-shop .product_view_tabs .ui-corner-all, .product-view .product-shop .product_view_tabs .ui-corner-bottom, .product-view .product-shop .product_view_tabs .ui-corner-right, .product-view .product-shop .product_view_tabs .ui-corner-br {
	border-radius:0px;
	border:0px;
}
.product-view .product-shop .product_view_tabs {
	float:right;
	width:605px;
	padding:0px;
	margin-right:10px;
	border:1px solid #ced1d5;
	background:#f3f3f3;
	border-radius:0px;
	font-family:Helvetica, Arial, sans-serif;
	#overflow:hidden;
}
.product-view .product-shop .product_view_tabs .ui-tabs-nav {
	margin-left:0px;
	margin-top:-4px;
	margin-right:-1px;
	width:605px;
	padding-top:0px;
	padding-bottom:12px;
	padding-left:0px;
	/*background:url(../images/product-tabs-bk.jpg) no-repeat left bottom;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat left bottom;
}
.product-view .product-shop .product_view_tabs li {
	float:left;
	width:300px;
	height:47px;
	margin:0px !important;
	border-radius:0px;
}
.product-view .product-shop .product_view_tabs li.first {
	background:url(../images/product-tabs-middle.jpg) no-repeat right top;
	padding-right:2px;
	width:303px;
}
.product-view .product-shop .product_view_tabs li a {
	/*background: url(../images/detail-tab-new.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat 0 -608px;
    color: #FFFFFF;
    display: block;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 1.8em;
    padding: 9px 20px 10px;
    text-decoration: none;
    width: 87%;
}
.product-view .product-shop .product_view_tabs li.ui-tabs-active a {
	/*background: url(../images/detail-tab-active-new.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat 0 -548px;
}
.product-view .product-shop .product_view_tabs #product-detail div {
	font-size:13px;
	color:#313131;
	line-height:18px;
}
.product-bottom-links {
	float:right;
	width:607px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:15px;
}
.product-view .product-shop .add-to-links {
	float:left;
	font-size:1.1em;
}
.product-view .product-shop .add-to-links .link-wishlist {
	/*background:url(../images/wishlist-icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1489px;
	display:block;
	padding-top:10px;
	padding-bottom:12px;
	padding-left:36px;
	color:#043265;
	font-weight:bold;
	text-decoration:none;
}
.product-view .product-shop .download-format {
	float:right;
}
.product-view .product-shop .download-format a {
	/*background:url(../images/question-icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -645px;
	display:block;
	padding-top:10px;
	padding-bottom:12px;
	padding-left:36px;
	color:#043265;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
}
.product-view .product-shop .add-to-links .link-wishlist:hover, .product-view .product-shop .download-format a:hover {
	text-decoration:underline;
}
.product-view .detail-table {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #DCDCDC;
	margin-left:-18px;
	margin-bottom:20px;
	width:605px;
	background:#FFF;
}
.product-view .product-options dl.last {
	display:none; /* hide for now */
}
.product-view #album-table {
	border-bottom:none;
}
.product-view #track-table {
	margin-bottom:-15px;
}
.product-options-bottom p.required {
	display:none;
}
.product-view .detail-table select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #858585;
	#border:1px;
	#outline:1px solid #858585;
}
.product-view .detail-table thead tr {
	border-top:none;
}
.product-view .detail-table tr {
	background:#F3F3F3;
}
.product-view #track-table tr {
	#border-right:1px solid #CED1D5;
	#border-bottom:1px solid #BEBEBE;
}
.product-view .detail-table caption {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	padding-left:20px;
	margin-bottom:8px;
	color:#003470;
	#padding-bottom:10px;
}
.product-view .detail-table th {
	font-size:11px;
	background: url(../images/table-header-bk.jpg) repeat-x scroll left top transparent;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #3B3B3B;
    border-top:none;
    font-weight: bold;
    padding: 5px 8px;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.68);
}
.product-view .detail-table th:last-child {
	border-right:none;
}
.product-view .detail-table td {
	font-size:12px;
	line-height:16px;
	text-align:center;
	padding:7px;
	vertical-align:middle;
	border-bottom:1px solid #BEBEBE;
}
.product-view #track-table td {
	#border-bottom:none;
}
.product-view #album-table td.album-name {
	width:158px;
}
.product-view #track-table td.disc-title {
	background:#CCCCCC;
	color:#333333;
	font-size:16px;
	text-align:left;
	font-weight:700;
	font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
	border-left:1px solid #BEBEBE;
	border-right:1px solid #BEBEBE;
	padding:8px;
}
.product-view #track-table td {
	padding:3px;
	position:relative;
	line-height:16px;
}
.product-view #track-table td.track-name {
	font-size: 11px;
    line-height: 16px;
    width: 165px;
}
.product-view #album-table td {
	border-bottom:none;
}
.product-view #bundles-table tr.bundle-product td.bundle-title {}
#main-content-wrapper #main-content .col-main .bundle-product .button {
	font-size: 1em;
	padding-right: 5px;
	position: relative;
	z-index: 100;
  display:inline-block;
}
#main-content-wrapper #main-content .col-main .bundle-product .button span {
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right:7px;
	background: url(../images/cart-icon-small.png) no-repeat left top;
}
#main-content-wrapper #main-content .col-main .bundle-product .button span span {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
.bundle-subtrack, .bundle-subtrack td {font-size:11px !important;}
.bundle-subtrack .sample-player {
	margin-right:-4px;
}
#main-content-wrapper #main-content .col-main .product-view .detail-table .btn-cart {
	margin-left: 5px;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left:2px;
	-webkit-padding-start:7px;
	-webkit-padding-after:5px;
}
#main-content-wrapper #main-content .col-main .product-view .detail-table .button.btn-cart span {
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 4px;
	background: url(../images/cart-icon-small.png) no-repeat left top;
}
#main-content-wrapper #main-content .col-main .product-view .detail-table .button.btn-cart span span {
	margin:0px;
	padding:0px;
	background:none;
}
#main-content-wrapper #main-content .col-main .product-view #track-table .button {
	font-size: 1em;
    padding-right: 5px;
    position: relative;
	/*z-index:100;*/
}
#main-content-wrapper #main-content .col-main .product-view #track-table .button span {
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 4px;
	background: url(../images/cart-icon-small.png) no-repeat left top;
}
#main-content-wrapper #main-content .col-main .product-view #track-table .button span span {
	background:none;
	padding:0px;
	margin:0px;
}
.product-view .product_view_tabs .product-options-bottom .price-box, .product-view .product_view_tabs .product-options-bottom .add-to-links, .product-view .product_view_tabs .price-as-configured {display:none;}
.product-view .product-break-shadow {
	width:605px;
	height:20px;
	margin-left:-18px;
	margin-top:-15px;
	display:block;
	background:url(../images/hdtracks-product-detail-shadow.jpg) no-repeat left top;
}
.product-view .detail-table .no-track {
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	width:30px;
	height:30px;
	position: relative;
	top:1px;
	right:-3px;
	#right:0px;
	#left:-14px;
	-webkit-margin-start:1px;
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1720px;
}
.product-view .detail-table .sample-player {
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	width:30px;
	height:30px;
	position: relative;
	top:1px;
	right:-4px;
	#right:0px;
	#left:-14px;
	-webkit-margin-start:1px;
	/*margin-right:-17px;*/
}
.product-view .detail-table .sample-player:hover {
	cursor:pointer;
}
.sample-player.sample-player-paused, .sample-player.sample-player-stopped {
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1245px;
}
.sample-player.sample-player-playing {
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1202px;
}
#sm2-container {
	display: none;
    height: 1px;
    position: absolute;
    overflow: hidden;
    /*visibility: hidden;*//*Must be visible before fold, so IE can load flash.*/
    width: 1px;
	top:-1px; /* hidden in white bar */
	left:0px;
}
.product-view .detail-table .on-sale-price {
	color:#692b2b;
	font-style:italic;
	font-weight:bold;
}
.product-view .detail-table .sale-strike {
	text-decoration:line-through;
}
.product-view #customer-reviews {
	position:relative;
}
.product-view .box-collateral {
	padding:15px 10px 10px;
	background:url(../images/hp-featured-rowbk.png) no-repeat left top;
	margin-left:-10px;
	width:797px;
	display:block;
	clear:both;
	float:left;
}
.product-view .box-collateral .box-title, .product-view .box-collateral h2 {
	margin-bottom:15px;
	font-family:'Archivo Narrow',Helvetica,Arial,sans-serif;
	font-weight:700;
	color:#082f66;
}
.product-view .box-collateral.box-reviews .box-title {
	float:left;
	margin-right:20px;
	margin-bottom:28px;
	font-size:2em;
}
.review-product-list .product-view .box-collateral.box-reviews .box-title {
	margin-bottom:0px;
}
.product-view .box-reviews dt {
	margin-bottom:10px;
	font-style:italic;
}
.product-view .box-reviews dt a {
	font-weight:bold;
	margin-right:15px;
	font-style:normal;
	font-size:1.2em;
}
.product-view .box-reviews dd {
	/*border-bottom: 1px dashed #888888;*/
	background:url(../images/dotted_border_bg.gif) repeat-x left bottom;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.product-view .box-reviews dd.last {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.product-view .date {
	font-style: italic;
    margin: 0 0 10px;
	color:#999;
}
.product-view .box-collateral.box-reviews .box-title h2 {
	font-size:1em;
}
.product-view .box-collateral.box-reviews .empty {
	font-size:1.1em;
	color:#999;
	font-style:italic;
	clear:both;
	display:block;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
#main-content-wrapper #main-content .col-main .product-view .box-collateral.box-reviews .review-link.button {
	float:right;
	margin-right:0px;
	/*margin-top:-20px;*/
	#margin-top:0px;
	border:0px;
	padding:0px;
	background:none;
	position:absolute;
	top:14px;
	right:2px;
}
.product-view .box-collateral.box-reviews .review-overall {
	float:left;
	width:52%;
	display:block;
	font-size:1.2em;
	padding-top:6px;
}
.rating-box {
	background: url(../images/bkg_rating.png) repeat-x 0 0;
    font-size: 0;
    height: 14px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 65px;
}
.rating-box .rating {
	background: url(../images/bkg_rating.png) repeat-x 0 100%;
    float: left;
    height: 12px;
}
.ratings-table th, .ratings-table td {
	font-size: 11px;
    padding: 2px 0;
	vertical-align:middle;
}
.ratings-table th {
	font-weight: bold;
    padding-right: 5px;
    padding-top: 4px;
	padding-bottom:4px;
    width: 35px;
}
.product-view .box-collateral.box-reviews .review-overall .label {
	color:#4d4d4d;
	font-style:italic;
	font-weight:bold;
	float:left;
	padding-right:10px;
}
#main-content-wrapper #main-content .col-main .product-view .box-collateral.box-reviews .review-link.button a {
	background: url(../images/sidebar-button-bk.jpg) repeat-x scroll left top #195F9A;
    border: 1px solid #042F5D;
    color: #FFFFFF;
    float: right;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 8px;
    padding: 3px 8px 3px 6px;
	-webkit-padding-after:5px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
	#display:block;
	#width:180px;
}
#main-content-wrapper #main-content .col-main .product-view .box-collateral.box-reviews .review-link.button a:hover {
	background: url(../images/sidebar-button-bk-over.jpg) repeat-x scroll left top #00407A;
	cursor:pointer;
}
#main-content-wrapper #main-content .col-main .product-view .box-collateral.box-reviews .review-link.button a span {
	padding-left:32px;
	padding-top:6px;
	padding-bottom:4px;
	height:16px;
	display:block;
	/*background:url(../images/review-icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -692px;
	font-size:0.9em;
}
.product-view .box-collateral.box-reviews .review-main-content {
	clear:both;
}
.product-view .box-collateral.box-reviews .review-main-content dt {
	font-size:16px;
	font-weight:700;
	color:#1a62a0;
	margin-bottom:4px;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
}
.product-view .box-collateral.box-reviews .review-main-content dd {
	/*border-bottom: 1px dashed #888888;*/
	background:url(../images/dotted_border_bg.gif) repeat-x left bottom;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
#main-content-wrapper #main-content .col-main .product-view .box-collateral.box-reviews .review-main-content dd .review-text {
	/*font-size:14px;
	line-height:18px;*/
	font-size:13px;
	line-height:20px;
	color:#424242;
	margin-bottom:4px;
}
#main-content-wrapper #main-content .col-main .product-view .box-collateral.box-reviews .review-main-content dd .review-name {
	color:#185b94;
	font-style:italic;
	margin-bottom:0px;
}
.product-view .box-collateral.box-reviews .review-main-content dd table {
	margin-bottom:12px;
}
.product-view .box-collateral.box-reviews .review-main-content dd:last-child {
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	background:none;
}
.product-view .box-collateral.box-related h2 {
	font-size:2em;
}
.product-view .box-collateral.box-related .box-content {
	list-style:none;
	padding:0px;
}
.product-view .box-collateral.box-related .box-content li {
	float: left;
    padding-bottom: 8px;
    padding-right: 8px;
    width: 105px;
}
.product-view .box-collateral.box-related .box-content li.item-last {
	clear:left;
}
.product-view .box-collateral.box-related .box-content li .product-image {}
.product-view .box-collateral.box-related .box-content li h3.product-name {
	font-size: 1.4em;
    margin-bottom: 5px;
    text-transform: capitalize;
	max-height:50px;
	overflow:hidden;
}
.product-view .box-collateral.box-related .box-content li .product-detail li {
	margin-bottom:4px;
	padding-right:2px;
	padding-bottom:0px;
	line-height:15px;
}
.product-view .box-collateral.box-related .box-content li .product-detail li .label {
	padding-right:2px;
	font-weight:bold;
}
.product-view .box-collateral.box-related .box-content li h3.product-name a {
	color: #1A62A0;
    font-weight: bold;
}
#product-review-table th, #product-review-table td.value {text-align:center;}
#product-review-table th .rating-box {
	margin-left:28px;
}
.product-view .box-reviews .form-list {
	margin-top:15px;
}
.product-view .box-reviews .form-list .input-text, .product-view .box-reviews .form-list textarea {
	width:450px;
}
#main-content-wrapper #main-content .sidebar {
	float:left;
	margin-left:-4px;
	margin-bottom:20px;
	width:205px;
	text-align:left;
}
#main-content-wrapper #main-content .sidebar .block {
	padding:14px 8px;
	background:url(../images/sidebar-block-bottom.jpg) no-repeat left bottom;
	text-align:left;
	width:190px;
	float:left;
}
#main-content-wrapper #main-content .sidebar .block:last-child {
	background:none;
	padding-bottom:0px;
}
#main-content-wrapper #main-content .sidebar .block .block-header, #main-content-wrapper #main-content .sidebar .block .block-title, .form-subscribe .form-subscribe-header {
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#535353;
	font-size:2em;
	padding-bottom:10px;
}
#main-content-wrapper #main-content .sidebar .block .block-content ul, #main-content-wrapper #main-content .sidebar .block .block-content ul li {
	list-style:none;
}
#main-content-wrapper #main-content .sidebar .block .block-content ul li {margin-left:-8px;width:205px;}
#main-content-wrapper #main-content .sidebar .block .block-content ul li.last {}
#main-content-wrapper #main-content .sidebar .block .block-content ul li a {
	color:#01285b;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	border-bottom:1px dotted #C4C4C4;
	font-weight:bold;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.58);
	display:block;
}
#main-content-wrapper #main-content .sidebar .block .block-content ul li a .video-icon {
	display: block;
    float: right;
    height: 20px;
    margin-right: 14px;
    width: 20px;
	background:url(../images/youtube-icon-small.png) no-repeat left top;
}
#main-content-wrapper #main-content .sidebar .block .block-content ul li.last a , #main-content-wrapper #main-content .sidebar .block .block-content ul li:last-child a{
	border:0px;
}
#main-content-wrapper #main-content .sidebar .block .block-content ul li a:hover {
	color:#011633;
	background:#f2f2f2;
	/*-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
   	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
  	 box-shadow: inset 0 0 4px rgba(0, 0, 0, .2); */
}
#main-content-wrapper #main-content .sidebar .block-account .block-content ul li, .sidebar .block-account .block-content ul li a {
	color:#01285b;
	font-weight:bold;
	text-decoration:none;
}
#main-content-wrapper #main-content .sidebar .block.block-account .block-content ul li a {
	border-bottom:none;
	margin:0px;
	display:block;
}
#main-content-wrapper #main-content .sidebar .block.block-account .block-content ul li a:hover {
	color:#024092;
	text-decoration:none;
}
#main-content-wrapper #main-content .sidebar .block.block-account .block-content ul li {
	padding-top:1px;
	padding-bottom:1px;
}
#main-content-wrapper #main-content .sidebar .block.block-account .block-content ul li a:hover {
	background:none;
}
#main-content-wrapper #main-content .sidebar .block.block-account .block-content ul li.current {
	/*background:url(../images/nav-arrow.png) no-repeat 185px 8px #fbfbfb;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 160px -610px #fbfbfb;
	margin-left:-8px;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:9px;
	width:197px;
}
.sidebar .block.block-login form {
	width:194px;
	float:left;
}
.sidebar .block.block-login label {
	text-transform:uppercase;
	color:#4f4f4f;
	padding-right:5px;
	width:60px;
	font-size:.95em;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
}
.sidebar .block.block-login .input-text {
	/*background:url(../images/sidebar-field-bk.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -338px -328px;
	border: none;
    float: left;
    height: 10px;
    outline: none;
    padding: 6px 7px 5px;
    width: 170px;
	height:12px;
	margin-bottom:8px;
	color:#4f4f4f;
	font-size:1.1em;
	/*line-height:22px;*/
	line-height:10px;
	#background:#FFF;
	#border:1px solid #666;
	#padding:5px;
	#line-height:10px;
}
.sidebar .block.block-login li.control {
	list-style:none;
	float:left;
	margin-top:20px;
	#margin-top:8px;
}
.sidebar .block.block-login li.control .input-box {
	display:inline;
	float:left;
}
.sidebar .block.block-login li.control label {
	float:right;
	width:95px;
	text-transform:none;
	margin-top:0px;
	#margin-top:5px;
	margin-left:5px;
	#margin-left:-2px;
	#margin-right:7px;
	font-size:12px;
	#font-size:11px;
}
.sidebar .block.block-login input.input-text:-webkit-autofill {
	background:#FFF;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.1) inset;
	border:1px solid #858585;
	margin-left:-2px;
}
.sidebar .block.block-login .f-left {
	color:#002758;
	font-size:1.2em;
	float:right;
	display:block;
	clear:both;
	margin-top:5px;
	margin-left:55px;
}
.sidebar .block.block-login .actions {
	float:right;
	width:65px;
	margin-top:12px;
}
.sidebar .block.block-login .actions .button {
	border:1px solid #0F395C;
	background:url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:1.2em;
	padding:3px 8px;
	margin-right:7px;
	text-transform:uppercase;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	float:right;
	#outline:none;
}
.sidebar .block.block-login .actions .button span, .sidebar .block.block-login .actions .button span span {
	background:none;
	padding:0px;
	border:none;
}
.sidebar .block.welcome-message p {
	font-size:1.2em;
	line-height:16px;
	display:block;
	float:left;
	padding-bottom:12px;
}
.sidebar .block.welcome-message ul.links {
	float:left;
	list-style:none;
	clear:both;
	display:block;
	margin-bottom:5px;
}
.sidebar .block.welcome-message ul.links li {float:left;}
.sidebar .block.welcome-message ul.links li a {
	background: url(../images/sidebar-button-bk.jpg) repeat-x scroll left top #195F9A;
    border: 1px solid #042F5D;
    color: #FFFFFF;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
	display:inline-block;
	#display:inline;
	#zoom:1;
	#font-size:11px;
}
.sidebar .block.welcome-message ul.links li a:hover {
	background: url(../images/sidebar-button-bk-over.jpg) repeat-x scroll left top #00407A;
}
.sidebar .block.welcome-message ul.links li.first a {
	margin-right:22px;
	padding-left:5px;
	#width:95px;
}
.sidebar .block.welcome-message ul.links li.first a span {
	/*background:url(../images/user_icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1413px;
	padding-left:21px;
	#padding-bottom:5px;
}
.sidebar .call-block {
	float:left;
	width:210px;
	padding:2px 5px;
	margin-left:-13px;
	text-align:center;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.sidebar .call-block h2 {
	color:#FFF;
	font-size:2.2em;
	margin-top:3px;
	margin-bottom:10px;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
}
.sidebar .call-block p {
	color:#FFF;
	padding-bottom:9px;
	font-size:1.2em;
	line-height:16px;
}
.sidebar .call-block a.call-link {
	border:1px solid #042f5d;
	background:url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:1.2em;
	padding:3px 8px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.sidebar .call-block.new-hdtracks {
	/*background:url(../images/sidebar-call-largebk.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -338px -62px;
	height:125px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	padding-top:7px;
}
.sidebar .call-block.new-hdtracks .music-break {
	/*background:url(../images/free-download-bk.png) no-repeat center top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -340px -668px;
	display:block;
	height:18px;
	margin-top:-5px;
}
.sidebar .call-block.new-hdtracks p {
	text-transform:uppercase;
	padding-left:5px;
	padding-right:5px;
}
.sidebar .call-block.giftcards {
	/*background:url(../images/sidebar-call-smallbk.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -338px -215px;
	height:80px;
	padding-top:10px;
}
.sidebar .call-block.giftcards h2 {
	margin-bottom:15px;
	margin-top:6px;
	font-size:2em;
}
.sidebar #newsletter-validate-detail {
	float:left;
	clear:both;
}
.sidebar .form-subscribe {
	padding:14px 8px;
	text-align:left;
	width:190px;
	background:url(../images/sidebar-block-bottom.jpg) no-repeat left bottom;
	float:left;
}
.sidebar .form-subscribe .v-fix label {
	font-size:1.1em;
	color:#5e5e5e;
	margin-bottom:8px;
	display:block;
}
.sidebar .form-subscribe .input-text {
	/*background:url(../images/sidebar-field-bk.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -338px -328px;
	border: none;
    height: 23px;
    outline: none;
    padding: 0 7px;
    width: 168px;
	margin-bottom:8px;
	color:#4f4f4f;
	font-size:1.1em;
	line-height:23px;
}
.sidebar .form-subscribe .button {
	border:1px solid #042f5d;
	background:url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:1.2em;
	padding:3px 8px 4px 3px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	float:right;
	margin-right:8px;
}
.sidebar .form-subscribe .button span {
	padding-left:30px;
	padding-top:1px;
	/*background:url(../images/email-icon.png) no-repeat left top transparent;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -215px;
}
.sidebar .form-subscribe .button span span {
	background:none;
	padding:0px;
	margin:0px;
	border:none;
}
.sidebar .button:hover, .sidebar .actions .button:hover, .sidebar .call-block a.call-link:hover, .sidebar .block.block-login .actions .button:hover {
	background:url(../images/sidebar-button-bk-over.jpg) repeat-x left top #00407a;
	cursor:pointer;
}
.sidebar .call-block a.call-link:hover {
	border:1px solid #001426;
}
.sidebar .block-content .call-link {
	border:1px solid #042f5d;
	background:url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:1.2em;
	padding:6px 8px 7px 6px;
	-webkit-padding-after:6px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	float:right;
	margin-top:8px;
	margin-right:8px;
}
.sidebar .block-content .call-link:hover {
	background:url(../images/sidebar-button-bk-over.jpg) repeat-x left top #00407a;
	cursor:pointer;
}
.sidebar .block-content .call-link span {
	background:url(../images/hdtracks-sprite1.png) no-repeat right -611px;
	padding-bottom: 6px;
    padding-right: 20px;
    padding-top: 6px;
}
.sidebar .block-cart p.empty {
	font-size:1.2em;
	line-height:18px;
	font-style:italic;
}
.sidebar .block-cart p.amount, .sidebar .block-cart p.subtotal, .sidebar .block-cart p.block-subtitle {
	font-size:1.2em;
	color:#575757;
	margin-bottom:5px;
	line-height:14px;
}
.sidebar .block-cart p.subtotal {
	font-weight:bold;
}
.sidebar .block-cart p.block-subtitle {
	font-style:italic;
}
#cart-sidebar {
	border-top:1px solid #646464;
	border-bottom:1px solid #646464;
	border-left:0px;
	border-right:0px;
	width:205px;
	margin-left:-8px;
}
#cart-sidebar th {
	background:url(../images/table-header-bk-extend.jpg) repeat-x left top #979797;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding:5px;
	border-right:1px solid #646464;
	border-bottom:none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
#cart-sidebar td {
	padding:5px;
	border:none;
	vertical-align:top;
	font-size:1.1em;
	background:#FFF;
}
#cart-sidebar tbody tr.odd td {
	background:#deebf7;
	border-top:1px solid #1c6eb2;
}
#cart-sidebar td.last {
	vertical-align:middle;
}
#cart-sidebar .actions {
	display:block;
	visibility:visible;
}
#cart-sidebar td .artist {
	padding-bottom:2px;
}
#cart-sidebar td .bit-rate {
	padding-bottom:2px;
}
#cart-sidebar .product-image img {
	width:35px;
	height:auto;
}
#cart-sidebar .btn-remove {
	/*background:url(../images/cart-remove.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -119px;
	width:14px;
	height:16px;
	text-indent:-9000px;
	overflow:hidden;
	display:block;
}
#cart-sidebar .btn-remove:hover {
	/*background:url(../images/cart-remove-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -90px;
}
.sidebar .block-cart .button {
	border:1px solid #042f5d;
	background:url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:1.2em;
	padding:5px;
	margin:8px 0px 0px 11px;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	/*display:block;*/
	#overflow:visible;
}
.sidebar .block-cart .paypal-logo {
	display:none;
}
.sidebar .block-cart .button:hover {
	background:url(../images/sidebar-button-bk-over.jpg) repeat-x left top #00407a;
	cursor:pointer;
	border:1px solid #001426;
}
.sidebar .block-cart .button span {
	padding-left:28px;
	padding-top:5px;
	padding-bottom:4px;
	/*background:url(../images/checkout-icon.png) no-repeat left 1px;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -147px;
}
.sidebar .block-cart .button span span {
	background:none;
	padding:0px;
}
#main-content-wrapper #main-content .sidebar .block-account .block-title {
	padding-bottom:15px;
}
.sidebar .block-account .block-content {
	font-size:1.3em;
}
.sidebar .block-account .block-content ul {
	list-style:none;
}
.sidebar .block-account .block-content ul li {
	border-bottom:1px dotted #c1c1c1;
}
.sidebar .block-account .block-content ul li.last {
	border-bottom:none;
}
.sidebar .block-content .block-subtitle, .sidebar .currently .block-subtitle {
	color:#676767;
	font-weight:bold;
	font-style:italic;
	margin-bottom:8px;
	margin-top: 8px;
	font-size:1.2em;
}
.sidebar .currently li {
	background:#fafafa;
	font-weight:bold;
	font-size:1.2em;
	padding:6px 30px 5px 10px;
	margin-left:-8px;
	position:relative;
	width:165px;
}
.sidebar .currently .btn-remove {
	background: url(../images/hdtracks-sprite1.png) no-repeat 0 -119px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -9000px;
    width: 14px;
	position:absolute;
	top:5px;
	right:5px;
}
.sidebar .currently .btn-remove:hover {
	background: url(../images/hdtracks-sprite1.png) no-repeat 0 -90px;
}
.sidebar .block-layered-nav .actions a {
	display:block;
	float:right;
	margin-top:5px;
	background: url(../images/button-bk-grey.jpg) repeat-x left top #595959;
	padding:5px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	border:1px solid #353535;
	border-radius:3px;
}
.sidebar .block-layered-nav .actions a:hover {
	background: url(../images/button-bk-grey-over.jpg) repeat-x left top #3d3d3d;
	text-decoration:none;
}
.sidebar .block-content #narrow-by-list dt, .sidebar .block-layered-nav #narrow-by-list dt {
	font-size:1.7em;
	font-weight:700;
	font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
	color:#01152d;
	margin-bottom:2px;
	padding-left:12px;
	padding-bottom:8px;
	border-bottom:1px dotted #C4C4C4;
	background:url(../images/search-filter-bk.png) no-repeat 0px 6px;
}
.sidebar .block-content #narrow-by-list dd, .sidebar .block-layered-nav #narrow-by-list dd {
	color:#3f3f3f;
	font-size:1.3em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:4px;
	margin-bottom:12px;
}
.sidebar .block-content #narrow-by-list dd li, .sidebar .block-layered-nav #narrow-by-list dd li {
	text-transform:capitalize;
	/*padding-top:4px;
	padding-bottom:4px;
	font-size:0.7em;*/
	line-height:16px;
	/*font-style:italic;*/
	color:#a0a0a0;
	margin-left:8px;
}
.sidebar .block-content #narrow-by-list dd li label { color:#002758; }
.sidebar .block-content #narrow-by-list dd li a, .sidebar .block-layered-nav #narrow-by-list dd li a {
	/*font-size:1.4em;*/
	font-style:normal;
}
.catalog-category-view .sidebar .block-layered-nav dl dt {
	display:none;
}
.catalog-category-view .sidebar .block-layered-nav dd li {
	margin-left: -8px;
	width: 198px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom: 1px dotted #C4C4C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	font-style: italic;
	color: #a0a0a0;
	margin-left: -8px;
}
.catalog-category-view .sidebar .block-layered-nav dd li:last-child {
	border-bottom:none;
}
.catalog-category-view .sidebar .block-layered-nav dd li a {
	color: #01285b;
	text-decoration: none;
	font-size:13px;
	font-style:normal;
	line-height: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.58);
}
.catalog-category-view .sidebar .block-layered-nav dd li a:hover {
	text-decoration:underline;
}
.sidebar .block-content #narrow-by-list dd .more-btn, .sidebar .block-content #narrow-by-list dd .less-btn {
	width: 100%;
	text-align: center;
	background:#AAAAAA;
	display: block;
	color: #FFF;
	padding: 5px;
	margin-left: -8px;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #000;
}
.sidebar .block-content #narrow-by-list dd a.btn-less:hover, .sidebar .block-content #narrow-by-list dd a.btn-more:hover {
	text-decoration:none;
}
.sidebar .block-content #narrow-by-list dd .more-btn:hover, .sidebar .block-content #narrow-by-list dd .less-btn:hover {
	background:#999999;
	text-decoration:none;
}
#main-content .sidebar .block.secure-button img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#main-content .sidebar .block-reorder .block-subtitle {
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
	margin-bottom:10px;
}
#main-content .sidebar .block-reorder #cart-sidebar-reorder li {
	float:left;
	width:100%;
}
#main-content .sidebar .block-reorder #cart-sidebar-reorder li .checkbox {
	float:left;
	margin-right:5px;
}
#main-content .sidebar .block-reorder #cart-sidebar-reorder li .product-name {
	font-weight:bold;
}
#main-content .sidebar .block-reorder .actions {
	float:left;
	width:100%;
}
#main-content .sidebar .block-reorder .actions a {
	margin-top:18px;
	display:block;
	font-size:1.2em;
	font-weight:bold;
}
#main-content .sidebar .block-reorder .actions .btn-cart {
	float:right;
	background: url(../images/sidebar-button-bk.jpg) repeat-x left top #195F9A;
    border: 1px solid #042F5D;
    color: #FFFFFF;
    display: block;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 8px 6px 0 auto;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
#main-content .sidebar .block-reorder .actions .btn-cart:hover {
	background:url(../images/sidebar-button-bk-over.jpg) repeat-x left top #00407a;
	cursor:pointer;
}
#main-content .sidebar .block-reorder .btn-cart span, #main-content .sidebar .block-reorder .btn-cart span span {
	padding:0px;
	margin:0px;
	background:none;
}
#main-content-wrapper #main-content .col-main {
	margin-bottom:20px;
	float:right;
	width:800px;
	padding:10px 15px 10px 10px;
	text-align:left;
	font-size:1.2em;
}
/* Content Defaults */
#main-content-wrapper #main-content .col-main .std {
	padding-right:15px;
}
#main-content-wrapper #main-content .col-main .divider {
	background:#DDD;
	width:100%;
	height:1px;
	display:block;
	margin-top:5px;
	margin-bottom:15px;
	float:left;
}
#main-content-wrapper #main-content .col-main p {
	line-height:1.7em;
	margin-bottom:12px;

}
#main-content-wrapper #main-content .col-main p.required {
	color: #ae252e;
	font-size: 11px;
	font-style:italic;
	text-align: right;
	float:right;
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
}
#main-content-wrapper #main-content .col-main p.back-link {
	float:left;
	clear:both;
	margin: 10px 10px 0 0;
	font-weight:bold;
	text-transform:capitalize;
}
.data-table {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-top:none;
    margin-bottom: 20px;
    width: 100%;
}
.data-table thead, .data-table thead tr {
	background:#6d6d6d;
	color:#FFF;
	text-transform:uppercase;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.data-table thead tr {
	border-top:none;
}
.data-table thead tr th {
	background:url(../images/table-header-bk.jpg) repeat-x left top #939393;
	font-size:12px;
	font-weight:bold;
	padding:5px 8px;
	border-left:1px solid #cacaca;
	border-right:1px solid #3b3b3b;
	border-top: none;
}
.checkout-onepage-index .data-table thead tr th {
	border:none;
}
.data-table td.label, .data-table th.label {
	font-weight: bold;
    text-transform: none;
}
.data-table thead tr th:first-child {
	border-left:1px solid #dcdcdc;
}
.data-table thead tr th:last-child {
	border-right:1px solid #dcdcdc;
}
.data-table tbody tr:nth-child(2n), .data-table tr.even {
	background:url(../images/table-row-bk.png) repeat-x left top #E5E5E5;
}
#my-orders-table tr.border {
	border-bottom:1px solid #dcdcdc;
}
.checkout-cart-index .data-table tbody tr:nth-child(2n), .checkout-cart-index .data-table tr.even {
	background:#EEEEEE;
}
.checkout-onepage-index .data-table tbody tr:nth-child(2n), .checkout-onepage-index .data-table tr.even {
	background:#EEE;
}
.checkout-onepage-index .data-table tbody tr {
	/*border-right:1px solid #FFF;*/
}
.checkout-onepage-index .data-table tbody tr.even {
	/*border-right:1px solid #EEE;*/
}
#product-reviews-list .data-table tbody tr:nth-child(2n), .data-table tr.even {
	background:#FFF;
}
.data-table td {
	padding:10px 8px;
	border-right:none;
	border-bottom:1px solid #bebebe;
}
#wishlist-table .data-table td {
	vertical-align:top;
}
#product-reviews-list .data-table td {border-bottom:none;}
.data-table tr.last td {border-bottom:none;}
.data-table .grand_total {
	font-size:18px;
	color:#002655;
}
#checkout-step-review .data-table tfoot td, #checkout-step-review .data-table tfoot tr {
	border:0px;
}
#checkout-step-review .data-table tfoot tr.last {
	border-top:1px dotted #BEBEBE;
}
.checkout-onepage-success .col-main .print-link {
	padding:20px 0px 18px 55px;
	color:#002959;
	font-weight:bold;
	font-size:14px;
	background:url(../images/print_icon_large.png) no-repeat left 5px;
	display: inline-block;
	#display:inline;
	#zoom:1;
}
.checkout-onepage-success #main-content-wrapper #main-content .col-main .button {
	margin-top:-58px;
	padding:4px 4px;
	font-size:1.6em;
}
#main-content-wrapper #main-content .col-main .std ul, #main-content-wrapper #main-content .col-main .std ol {
	margin-top:5px;
	margin-bottom:5px;
	line-height:18px;
}
#checkout-review-table tfoot strong {
	font-size:1.4em;
}
#main-content-wrapper #main-content .col-main .std ul li, .contact-form-content ul li, .music-sample-index #main-content-wrapper #main-content .col-main .content-call ul li {
	margin-left:15px;
	padding-left:20px;
	padding-bottom:12px;
	background:url(../images/list-arrow.png) no-repeat left 4px;
	line-height:18px;
}
#main-content-wrapper #main-content .col-main .std ol li {
	list-style:decimal;
	margin-left:35px;
	padding-bottom:12px;
}
#main-content-wrapper #main-content .col-main hr {
	border:0px;
	/*border-top:1px dashed #888888;*/
	background:url(../images/dotted_border_bg.gif) repeat-x left top;
	outline:none;
	margin-top:8px;
	margin-bottom:8px;
	display:block;
	height:1px;

}
#main-content-wrapper #main-content .col-main .std hr, .music-sample-index #main-content-wrapper #main-content .col-main hr  {
	width:100%;
	clear:both;
}
#main-content-wrapper #main-content .form-list li {
	margin-top:5px;
	margin-bottom:10px;
}
#main-content-wrapper #main-content .form-list li .field {
	padding-bottom:8px;
}
#main-content-wrapper #main-content .fieldset {
	width:100%;
	float:left;
}
#main-content-wrapper #main-content .account-create .form-list li .input-text {
	width:70%;
}
#main-content-wrapper #main-content .col-main .account-create .button {
	font-size:1.6em;
	padding:5px 20px;
}
#main-content-wrapper #main-content .col-main .form-list .input-text.validation-failed, #main-content-wrapper #main-content .col-main select.validation-failed {
	background: none repeat scroll 0 0 #FAEBE7 !important;
    border: 1px dashed #AE252E !important;
}
#main-content-wrapper #main-content .form-list label, .product-options label {
	font-weight:bold;
	display:inline-block;
	#display:inline;
	#zoom:1;
	font-size:1.1em;
	color:#555;
	padding-bottom:6px;
	position:relative;
}
#main-content-wrapper #main-content .form-list input.input-text, .product-options input.input-text {
	border:1px solid #858585;
	color:#666666;
	padding:5px;
	font-size:1.1em;
	box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	display:block;
}
.customer-account-forgotpassword #main-content-wrapper #main-content .form-list input.input-text, .customer-account-resetpassword #main-content-wrapper #main-content .form-list input.input-text {
	width:65%;
}
.customer-account-forgotpassword #main-content-wrapper #main-content .col-main .button, .customer-account-resetpassword #main-content-wrapper #main-content .col-main .button {
	font-size:1.5em;
	padding:4px 10px;
}
#main-content-wrapper #main-content .form-list select, .product-options select, #album-table select {
	border:1px solid #858585;
	color:#666666;
	padding:5px;
	font-size:1.1em;
	box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	display:block;
}
#main-content-wrapper #main-content .form-list textarea, .product-options textarea {
	border:1px solid #858585;
	color:#666666;
	padding:5px;
	font-size:1.1em;
	box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	display:block;
	resize:vertical;
	font-family:Arial, Helvetica, sans-serif;
}
#main-content-wrapper #main-content .form-list .control {
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
#main-content-wrapper #main-content .form-list .control .input-box {
	float:left;
}
#main-content-wrapper #main-content .form-list li.control input.radio, #main-content-wrapper #main-content .form-list li.control input.checkbox {
	vertical-align:top;
	margin-right:6px;
}
#main-content-wrapper #main-content .form-list li.control .validation-advice, #main-content-wrapper #main-content .form-list li.control .validation-advice {
	position:absolute;
	bottom:-18px;
	left:0px;
}
#main-content-wrapper #main-content .form-list li.control label {
	float:none;
	#margin-top:5px;
}
#main-content-wrapper #main-content .form-list label.required em, .product-options label.required em {
	color: #ae252e;
	padding-right:3px;
	display:inline;
	position:absolute;
	right:-10px;
	#right:-14px;
	top:0px;
}
#main-content-wrapper #main-content .col-main .button {
	border:1px solid #0F395C;
	background:url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:1.2em;
	padding:5px 8px;
	-webkit-padding-before:5px;
	-webkit-padding-after:5px;
	text-transform:uppercase;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	float:right;
	/*margin-right:10px;*/
}
#main-content-wrapper #main-content .col-main a.button {
	float:none;
	text-decoration:none;
	font-style:normal;
}
#main-content-wrapper #main-content .col-main a.button.large {
	font-size: 1.6em;
    padding: 5px 20px;
}
#main-content-wrapper #main-content .col-main .button:hover {
	background:url(../images/sidebar-button-bk-over.jpg) repeat-x left top #00407a;
	cursor:pointer;
}
#main-content-wrapper #main-content .col-main .button span, #main-content-wrapper #main-content .col-main .button span span {
	background:none;
	border:none;
	padding:0px;
	margin:0px;
}
/* Account Wishlist */
.my-wishlist #wishlist-table textarea { display:none;}
.my-wishlist #wishlist-table .cart-cell {
	width:150px;
}
.my-wishlist .buttons-set {
	float:right;
}
#main-content-wrapper #main-content .col-main .my-wishlist .buttons-set .button {
	float:none;
}
.my-wishlist .data-table td {
	border-right:1px solid #DCDCDC;
	vertical-align:middle;
}
.my-wishlist .data-table td .inner {
	line-height:17px;
}
.my-wishlist #wishlist-table .product-image {
	position:relative;
}
.my-wishlist #wishlist-table .product-image img {
	width:100px;
	height:auto;
}
.my-wishlist #wishlist-table .price-box {
	display:inline-block;
	padding-right:5px;
	font-size:14px;
	font-weight:bold;
}
.my-wishlist #wishlist-table .add-to-cart-alt {
	margin-top:8px;
}
.my-wishlist #wishlist-table .item-options, .my-wishlist #wishlist-table .details {
	display:none;
}
.my-wishlist #wishlist-table .link-edit {
	clear: both;
    background: url(../images/hdtracks-sprite1.png) no-repeat 0 -184px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 1px;
	display: block;
	float:left;
}
.my-wishlist #wishlist-table .cart-cell input.qty {
	padding:5px;
	width:20px;
	height:13px;
	border: 1px solid #858585;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    display: block;
    font-size: 1.1em;
    padding: 4px;
	float:left;
	text-align:center;
}
.customer-account-edit .form-list {
	float:left;
	width:96%;
	clear:both;
	background:url(../images/dotted_border_bg.gif) repeat-x left top;
	padding-top:10px;
	padding-left:10px;
}
.customer-account-edit #main-content-wrapper #main-content .form-list label {
	color:#1A62A0;
	font-size:1.8em;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
}
.customer-account-edit .form-list #audioformat {
	width:200px;
}
.customer-account-edit .fieldset .form-list {
	padding:0px;
	background:none;
}
.customer-account-edit #main-content-wrapper #main-content .fieldset .form-list label {
	color: #555555;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 6px;
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
}
#main-content-wrapper #main-content .col-main .my-wishlist #wishlist-table .cart-cell .btn-cart {
	float: none;
	margin-left: 5px;
	font-size: 12px;
	padding-bottom: 4px;
}
#main-content-wrapper #main-content .col-main .my-wishlist #wishlist-table .cart-cell .btn-cart span {
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 4px;
	background: url(../images/cart-icon-small.png) no-repeat left top;
}
#main-content-wrapper #main-content .col-main .my-wishlist #wishlist-table .cart-cell .btn-cart span span {
	background:none;
	padding:0px;
	margin:0px;
}
.col2-set {
	float:left;
	width:100%;
	clear:both;
}
.cart .col2-set .col-1, .col2-set .col-1 {
	float: left;
    width: 45%;
	padding:10px 20px;
}
.col2-set .col-2 {
	float: right;
    width: 45%;
	padding:10px 18px;
}
.cart-empty p {
	font-style:italic;
}
/* Artist Pages */
.main-music-entity {
	float:left;
	clear:both;
	width:100%;
}
.main-music-entity .music-entity-title {
	color: #002655;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#artist-spotlight {
	background:url(../images/artist-spotlight-bk4.png) no-repeat left top;
	padding:10px 20px;
	width:776px;
	height:242px;
	margin-left:-9px;
	margin-bottom:5px;
	float:left;
	position:relative;
}
#artist-spotlight .spotlight-main-header {
	color: #FFFFFF;
    float: right;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
	font-weight:700;
    font-size: 2.1em;
    margin-right: -38px;
    margin-top: -28px;
	margin-bottom:-10px;
    padding: 10px 42px 25px;
    width: 206px;
	/*background:url(../images/spotlight-main-header.png) no-repeat right top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat right -371px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.45);
}
#artist-spotlight .spotlight-list {
	float:left;
	width:100%;
	height:180px;
	position:relative;
}
#artist-spotlight .spotlight-list li {
	background:none;
}
#artist-spotlight .spotlight-name {
	font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
	font-weight:700;
	color:#195E99;
	margin-top:0px;
	margin-bottom:10px;
	font-size:1.8em;
}
#artist-spotlight .spotlight-description {
	color:#000;
	text-shadow:0px 0px 2px #FFFFFF;
	/*max-height:116px;*/
	overflow:hidden;
	margin-bottom:10px;
}
#artist-spotlight .item {
	float:left;
	width:100%;
	clear:both;
}
#artist-spotlight .spotlight-image {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#artist-spotlight .spotlight-details {
	float:right;
	padding:10px;
	font-size:1.1em;
	line-height:1.5em;
	width:610px;
}
#artist-spotlight .spotlight-details .read-more {
	margin-top:5px;
	float:left;
	clear:both;
	display:block;
}
#artist-spotlight .spotlight-details .read-more a {
	/*background: url(../images/music-popup-button.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -480px -823px;
    color: #FFFFFF;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    padding: 3px 36px 8px 14px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
	#height:30px;
	#padding-top:5px;
	#display:block;
}
#artist-spotlight .spotlight-details .read-more a:hover {
	/*background: url(../images/music-popup-button-over.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -480px -873px;
}
#artist-spotlight .spotlight-arrows {
	position:absolute;
	bottom:-35px;
	right:-4px;
	z-index:5;
}
#artist-spotlight .spotlight-arrows a.previous, #artist-spotlight .spotlight-arrows a.next {
	display:block;
	width:17px;
	height:17px;
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	margin-right:8px;
}
	/*background:url(../images/spotlight-arrow-left.png) no-repeat left top;*/
#artist-spotlight .spotlight-arrows  a.previous {
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -958px;
}
#artist-spotlight .spotlight-arrows  a.previous:hover {
	/*background:url(../images/spotlight-arrow-left-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -926px;
}
#artist-spotlight .spotlight-arrows  a.next {
	/*background:url(../images/spotlight-arrow-right.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1022px;
}
#artist-spotlight .spotlight-arrows  a.next:hover {
	/*background:url(../images/spotlight-arrow-right-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -990px;
}
#artist-spotlight .spotlightNav {
	position:absolute;
	bottom:12px;
	right:78px;
	z-index:5;
}
#artist-spotlight .spotlightNav a {
	display:inline-block;
	margin-right:5px;
	/*background:url(../images/spotlight-nav.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1090px;
	width:21px;
	height:21px;
	text-indent:-9000px;
	overflow:hidden;
}
#artist-spotlight .spotlightNav a.activeSlide {
	/*background:url(../images/spotlight-nav-active.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1054px;
}
.main-music-entity .music-entities {
	clear:both;
	display:block;
	float:left;
}
.main-music-entity .music-entities .item {
	float:left;
	margin-right:8px;
	margin-bottom:12px;
	width:106px;
}
.main-music-entity .music-entities .item.item-last {
	clear:left;
}
.main-music-entity .music-entities .item .music-entity-image a {
	height:100px;
	display:block;
	line-height:15px;
	text-decoration:none;
}
.main-music-entity .music-entities .item .music-entity-image img {
	width:100px;
	height:auto;
	margin-bottom:5px;
}
.main-music-entity .music-entities .item .music-entity-name {
	color: #195E99;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 5px;
	max-height:48px;
	overflow:hidden;
}
.main-music-entity .music-entities .item .music-entity-name a {
	color:#195E99;
}
.main-music-entity .music-entities .item .music-entity-name a:hover {
	text-decoration:none;
	color:#103c62;
}
/* Artist Category */
#music-entity-view {
	float: left;
    padding-top: 15px;
    width: 100%;
	position:relative;
}
#music-entity-view .music-entity-title {
	color: #002655;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#music-entity-view .music-entity-social-links {
	position: absolute;
    right: 12px;
    top: 18px;
    width: 238px;
}
#music-entity-view .music-entity-social-links  .gplus-button {
	float:left;
	margin-right:5px;
	width:62px;
}
#music-entity-view .music-entity-social-links  .addthis_default_style .at300b, #music-entity-view .music-entity-social-links .addthis_default_style .at300bo, #music-entity-view .music-entity-social-links .addthis_default_style .at300m {
	width:78px;
}
#music-entity-details {
	float: left;
    margin-left: -10px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 797px;
	background:url(../images/hp-featured-rowbk.png) no-repeat left bottom;
}
#music-entity-details .music-entity-image {
	float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
#music-entity-description {
	/*float:right;
	width:650px;*/
}
#music-entity-description .more_link {
	display:inline-block;
	padding:6px;
	background:#CCC;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
#music-entity-description h2 {
	color:#535353;
	font-size:1.6em;
	margin-bottom:8px;
}
#music-entity-description .std {
	line-height:1.7em;
}
#music-entity-description .std #toggle, #music-entity-description .std #toggle2 {
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	float:right;
	margin-top:8px;
	width:104px;
	height:25px;
}
#music-entity-description .std #toggle {
	background: url(../images/hdtracks-sprite2.png) no-repeat right -941px;
}
#music-entity-description .std #toggle2 {
	background: url(../images/hdtracks-sprite2.png) no-repeat right -974px;
}
#music-entity-description .std #toggle:hover, #music-entity-description .std #toggle2:hover {
	opacity:.8;
}
#music-entity-view .music-albums {
	float:left;
	width:100%;
	clear:both;
}
#music-entity-view .music-albums li.item {
	float: left;
    padding-bottom: 8px;
    padding-right: 10px;
    width: 104px;
	word-wrap:break-word;
}
#music-entity-view .music-albums li.item.item-last {
	clear:left;
}
#music-entity-view .music-albums li.item img {
	width:100px;
	height:auto;
}
#music-entity-view .music-albums li.item .album-name {
	font-size: 1.4em;
	font-weight:700;
	font-family:'Archivo Narrow',Helvetica,Arial,sans-serif;
    margin-bottom: 5px;
	color: #1A62A0;
	line-height:18px;
}
#music-entity-view .music-albums li.item .album-name a {
	color: #1A62A0;
}
#music-entity-view .music-albums li.item .label {
	font-weight: bold;
    padding-right: 2px;
}
#music-entity-view .music-albums li.item .album-detail ul li {
	line-height: 16px;
    margin-bottom: 4px;
    padding-right: 2px;
}
/* Login Screen */
.col-1.registered-users {
	border:1px solid #dcdcdc;
	background:url(../images/col-body-bk.png) repeat-x left top #FFFFFF;
}
.col-1.registered-users h2.legend {
	background:url(../images/legend-header-bk.jpg) repeat-x left top #155a91;
	color:#FFF;
	font-size:1.6em;
	padding:10px;
	margin-top:-10px;
	margin-left:-21px;
	width:382px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.35);
}
#main-content-wrapper #main-content .col-1.registered-users .form-list #remember-me-box {
	float:left;
	width:150px;
	margin-top:15px;
}
.col-1.registered-users input {
	width:97%;
}
.col-1.registered-users .control .input-box input {width:auto;}
#main-content-wrapper #main-content .col-main .account-login .button {
	font-size:1.5em;
	padding:5px 20px;
}
.customer-account-login .facebook-login {
	float:right;
	padding:10px 18px;
	width:45%;
	margin-top:-142px;
}
#main-content-wrapper #main-content .col-main .facebook-login .button {
	/*background:url(../images/facebook-button-bk.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -338px -614px;
	border: 0px;
    padding-bottom: 6px;
    padding-left: 40px;
    padding-top: 5px;
    width: 241px;
	height:32px;
	margin-top:-10px;
}
#main-content-wrapper #main-content .col-main .facebook-login .button:hover {
	/*background:url(../images/facebook-button-bk-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -338px -562px;
}
/* About Page */
.mission-section {
	background: url(../images/blog-sidebar-bk.png) repeat-y left top;
    float: right;
    margin:-45px -38px 20px 20px;
    padding: 0 20px 10px;
    position: relative;
    width: 250px;
	color:#FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.mission-section .mission-top {
	background: url(../images/blog-sidebar-top.png) no-repeat left top;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 285px;
}
.mission-section .mission-bottom {
	background: url(../images/blog-sidebar-bottom.png) no-repeat left top;
    bottom: -15px;
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    width: 285px;
}
.mission-section h3 {
	font-size:1.8em;
	color:#FFF;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.35);
	margin-top:10px;
}
/* Account Dashboard */
.my-account .page-title.title-buttons {
	position:relative;
	float:left;
	width:100%;
}
.my-account .page-title.title-buttons .button {
	position:absolute;
	top:8px;
	right:0px;
}
.my-wishlist .page-title.title-buttons {
	float:none;
}
.addresses-list .addresses-primary {
	background: url(../images/col-body-bk.png) repeat-x left top #FFFFFF;
    border: 1px solid #DCDCDC;
    float: left;
    margin: 0 0 20px;
    padding: 15px;
}
.my-account .box-content {
	line-height:18px;
}
.addresses-list .box-title {
	background: url(../images/legend-header-bk.jpg) repeat-x left top #155A91;
    border-bottom: 1px solid #2B9CFF;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 1.5em;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 8px;
    padding: 6px 10px 7px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    width: 372px;
}
.addresses-list .box-title a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:none;
	color:#fff;
}
.box-account {
	background:url(../images/col-body-bk.png) repeat-x left top #FFFFFF;
    border:1px solid #DCDCDC;
    float:left;
    margin:0 0 20px;
    padding:15px;
}
.box-account .box-head {
 	background: url(../images/legend-header-bk.jpg) repeat-x left top #155A91;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 1.6em;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -15px;
    padding: 10px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    width: 780px;
	border-bottom:1px solid #2b9cff;
}
.box-account .box-head h2.sub-title {
	font-size:1.2em;
	color:#FFF;
	margin-bottom:0px;
}
.dashboard .col2-set {
	margin:0 0 15px;
	float:left;
	width:100%;
}
.dashboard .col2-set .col-1 {
	float:left;
	width:45%;
	padding:10px 20px 10px 0;
}
.dashboard .col2-set h2.sub-title {
	font-size:2.1em;
	border-bottom:1px solid #CCC;
	margin-bottom: 5px;
    padding-bottom: 8px;
}
.dashboard .col2-set h2.sub-title .separator {
	display:none;
}
.dashboard .separator {
	color:#999;
}
.recent-orders h2.table-caption .separator  {
	display:none;
}
.recent-orders h2.table-caption a {
	float: right;
    font-size: 0.6em;
    margin-top: 8px;
	#margin-top:-25px;
}
.dashboard .col2-set h2.sub-title a {
	font-size:0.6em;
	float:right;
	margin-top:8px;
	#margin-top:-25px;
}
.dashboard .info-box h3 {
	border-bottom: 1px dashed #999;
    font-size: 1.6em;
    margin-bottom: 6px;
    padding-bottom: 8px;
}
.dashboard .info-box .box-content {
	font-size:1.1em;
	line-height:1.3em;
}
.dashboard .info-box .box-title .separator {
	display:none;
}
.dashboard .info-box .box-title a {
	display:block;
	overflow:hidden;
	width:16px;
	height:16px;
	/*background:url(../images/edit_icon_small.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -184px;
	text-indent:-9000px;
	float:right;
	#margin-top:-25px;
}
.dashboard .reviews {
	float:left;
	width:100%;
}
.dashboard .reviews h2.sub-title {
	border-bottom: 1px solid #CCCCCC;
    font-size: 2.1em;
    margin-bottom: 12px;
    padding-bottom: 8px;
}
.dashboard .reviews h2.sub-title .separator {
	display:none;
}
.dashboard .reviews h2.sub-title a {
	float: right;
    font-size: 0.6em;
    margin-top: 8px;
	#margin-top:-25px;
}
.dashboard .reviews ol, .dashboard .reviews ol li {
	list-style:none;
}
.dashboard .reviews ol li {
	float:left;
	width:100%;
	margin-bottom:8px;
	#margin-bottom:12px;
	clear:left;
}
.dashboard .reviews ol li .number {
	display:none;
}
.dashboard .reviews ol li h3.product-name {
	font-size:1.6em;
}
.dashboard .reviews ol li p {
	margin-bottom:0px;
	float:left;
	margin-right:5px;
	font-weight:bold;
}
.my-account .fieldset h2.legend {
	border-bottom: 1px dashed #CCCCCC;
    font-size: 1.8em;
    margin-bottom: 10px;
    padding-bottom: 6px;
	width:97%;
}
.my-account .field {
	margin-bottom:8px;
}
.my-account .field .input-text, .my-account .input-box .input-text  {
	width:50%;
}
.my-account .field select {
	width:95%;
}
.my-account .fieldset {
	float:left;
	width:47%;
	padding:10px;
}
.my-account .fieldset .input-text  {
	width:92%;
}
.my-account .giftcardaccount .fieldset .input-text {
	width:375px;
}
.my-account .giftcardaccount .fieldset .validation-advice {
	float:left;
	position:absolute;
}
.my-account .storecredit .account-balance {
	margin-bottom:18px;
}
.my-account .buttons-set {
	margin-top:5px;
	clear:both;
	display:block;
}
.my-account .buttons-set .button {
	margin-right:12px;
}
.my-account .giftcardaccount .buttons-set {
	/*float:right;
	clear:none;
	margin-top:-49px;*/
    position: relative;
    top: -54px;
    float: right;
    left: 19px;
}
.my-account .order-items {
	clear:both;
	padding-top:10px;
	/*background: url(../images/dotted_border_bg.gif) repeat-x left top;*/
}
.my-account .order-page h1 {
	padding-right:150px;
}
.my-account .order-page .title-buttons a {
	border: 1px solid #0F395C;
	background: url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
	padding: 7px 8px 7px 40px;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	float: right;
	margin-top:-41px;
	position:relative;
}
.my-account .order-page .title-buttons a:hover {
	background: url(../images/sidebar-button-bk-over.jpg) repeat-x left top #00407a;
	text-decoration:none;
}
.my-account .order-page .title-buttons a .print-icon {
	display:inline-block;
	position:relative;
	width:25px;
	height:25px;
	position:absolute;
	top:2px;
	left:7px;
	background: url(../images/hdtracks-sprite1.png) no-repeat left -1784px;
}
.my-account .order-page .order-info {
	clear:both;
	line-height:18px;
}
.my-account .order-page .title-buttons .separator {
	display:none;
}
.my-account .order-page .order-info {
	font-size:13px;
}
.my-account .order-page .order-info dt {
	display:none;
}
.my-account .order-page .col2-set {
	background: url(../images/dotted_border_bg.gif) repeat-x left bottom;
}
.my-account #my-reviews-table {
	border-top:1px solid #dcdcdc;
}
.my-account #my-reviews-table h2 {
	font-size:1.4em;
	margin-bottom:0px;
}
/* Cart Styles */
#main-content-wrapper #main-content .col-main .cart {
	position:relative;
}
#main-content-wrapper #main-content .col-main .cart .title-buttons {
	position:relative;
}
#main-content-wrapper #main-content .col-main .cart .title-buttons .btn-checkout {}
#main-content-wrapper #main-content .col-main .cart .title-buttons .checkout-types {
	position:absolute;
	top:10px;
	right:2px;
}
#main-content-wrapper #main-content .col-main .cart .title-buttons .checkout-types li {
	float:left;
}
#main-content-wrapper #main-content .col-main .cart .title-buttons .checkout-types .paypal-logo {
	margin-right:8px;
	margin-bottom:0px;
	display:none;
}
#main-content-wrapper #main-content .col-main .cart .title-buttons .checkout-types .paypal-or {
	font-weight:bold;
	font-size:11px;
	line-height:28px;
}
#main-content-wrapper #main-content .col-main .cart .title-buttons .checkout-types .button span {
	/*background:url(../images/checkout-icon.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -148px;
	padding-left:28px;
	padding-top:3px;
	padding-bottom:5px;
	margin-left:-3px;
}
#main-content-wrapper #main-content .col-main .cart .title-buttons .checkout-types .button span span {
	padding:0px;
	margin:0px;
	background:none;
}
#main-content-wrapper #main-content .col-main .cart .totals{
	float:right;
}
#shopping-cart-table {
	border-bottom:1px solid #FFF;
	border-right:none;
	margin-bottom:0px;
}
#shopping-cart-table tbody {margin-right:-1px;}
#shopping-cart-table td {
	border-bottom: 1px solid #DCDCDC !important;
    border-right: 1px solid #DCDCDC;
    font-size: 12px;
    vertical-align: middle;
}
#shopping-cart-table td.last {
	text-align:left !important;
}
#shopping-cart-table tfoot td.last {
	text-align:right !important;
}
#shopping-cart-table td.product-main-info {
	width:400px;
}
#shopping-cart-table .cart-detail-left {
	float:left;
	margin-right:15px;
	display:block;
}
#shopping-cart-table .product-image {
	float:left;
	display:block;
}
#shopping-cart-table .cart-product-details {
	float:left;
	width:234px;
	word-wrap:break-word;
}
.cart-logged-in #shopping-cart-table .cart-product-details {
	width:232px;
}
#shopping-cart-table .cart-product-details h2.product-name {
	font-size:1.6em;
	margin-bottom:6px;
}
#shopping-cart-table .cart-product-details h2.product-name a:hover {
	text-decoration:none;
}
.item-options {
	padding-left:10px;
}
#shopping-cart-table .item-options {
	font-size:11px;
	line-height:14px;
	width:245px;
}
#shopping-cart-table .downloadable-item-options {
	font-size: 11px;
	line-height: 14px;
	width: 224px;
	float: left;
}
.item-msg {
	font-size:11px;
	font-style:italic;
}
.item-msg.error {
	color:#D91A00;
}
.item-options dt {
	font-style:italic;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:2px;
}
.downloadable-item-options dt {
    float: left;
    /*min-width: 7em;*/
	width: 68px;
	clear:both;
}
.item-options dd {
	margin:0 0 6px;
	padding-left:10px;
}
.downloadable-item-options dd {
	float: right;
	width: 152px;
	margin-left: 0px;
	word-wrap: break-word;
	padding-left: 0px;
}
#shopping-cart-table .input-text.qty {
	border:1px solid #858585;
	color:#666666;
	padding:5px;
	font-size:1.1em;
	box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	display:block;
	width:25px;
	text-align:center;
}
#shopping-cart-table td.last .edit {
	/*background:url(../images/edit_icon_small.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -184px;
	margin-bottom: 12px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 3px;
	display:block;
}
#shopping-cart-table td .btn-remove {
	/*background: url(../images/cart-remove.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -119px;
    margin-bottom: 12px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 3px;
	display:block;
}
#shopping-cart-table td .btn-remove:hover {
	/*background: url(../images/cart-remove-over.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -90px;
}
#shopping-cart-table tfoot, #shopping-cart-table tfoot td {
	text-align:right;
	border-bottom: 1px solid #FFFFFF !important;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
	/*padding-left:265px;
	-webkit-padding-start:295px;*/
}
#main-content-wrapper #main-content .col-main #shopping-cart-table tfoot {
	text-align:right;
}
#main-content-wrapper #main-content .col-main #shopping-cart-table tfoot .button {
	float:none;
	margin-left:10px;
	background:url(../images/button-bk-grey.jpg) repeat-x left top #595959;
	border:1px solid #414141;
}
#main-content-wrapper #main-content .col-main #shopping-cart-table tfoot .button:hover {
	background:url(../images/button-bk-grey-over.jpg) repeat-x left top #3d3d3d;
}
.cart-collaterals {
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}
.cart-collaterals .deals .discount, .cart-collaterals .deals .giftcard, .cart-collaterals .shipping, .cart-collaterals .giftcerts-right-block .giftcard {
	border:1px solid #dcdcdc;
	padding:10px 20px;
	background:url(../images/col-body-bk.png) repeat-x left top #FFFFFF;
}
.cart-collaterals .shipping select {
	width:320px;
}
.cart-collaterals .deals {
	margin-left:0px;
	float:left;
	width:43%;
}
.cart-collaterals .deals .discount, .cart-collaterals .deals .giftcard {
	width:100%;
	margin-bottom:20px;
	min-height:126px;
}
#main-content-wrapper #main-content .col-main .cart-collaterals .deals .discount fieldset {
	position:relative;
}
#main-content-wrapper #main-content .col-main .cart-collaterals .deals .discount .cancel-btn {
	display:block;
	position:absolute;
	width:20px;
	height:20px;
	text-indent:-9000px;
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -1756px;
	border:none;
	top:25px;
	right:126px;
}
.cart-collaterals .shipping {
	margin-top:10px;
	margin-right:0px;
	float:right;
	width:43%;
	clear:right;
}
.cart-collaterals .giftcerts-right-block {
	margin-right: 0px;
	float: right;
	width: 386px;
}
.cart-collaterals .deals h2, .cart-collaterals .shipping h2, .cart-collaterals .giftcerts-right-block h2 {
	background: url(../images/legend-header-bk.jpg) repeat-x left top #155a91;
	color: #FFF;
	font-size: 1.6em;
	padding: 10px;
	margin-top: -10px;
	margin-left: -21px;
	width: 366px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.35);
	border-bottom:1px solid #2B9CFF;
}
.cart-collaterals .deals label, .cart-collaterals .giftcerts-right-block label {
	color: #555555;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 8px;
}
.cart-collaterals .deals .input-text, .cart-collaterals .giftcerts-right-block .input-text {
	border:1px solid #858585;
	color:#666666;
	padding:5px;
	font-size:1.1em;
	box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	display:block;
	width:208px;
}
.cart-collaterals .deals .giftcard .input-text, .cart-collaterals .giftcerts-right-block .input-text {
	width:157px;
}
.cart-collaterals .v-fix {
	float:left;
	margin-right:5px;
}
#main-content-wrapper #main-content .col-main .cart-collaterals .deals .check-gc-status, #main-content-wrapper #main-content .col-main .cart-collaterals .giftcerts-right-block .check-gc-status {
	clear:both;
	margin-top:10px;
	font-size:1.1em;
}
#main-content-wrapper #main-content .col-main .totals {
	padding-right:20px;
}
.totals #shopping-cart-totals-table {
	float:right;
	clear:both;
}
.totals #shopping-cart-totals-table th {
	color:#AE252E;
	font-weight:bold;
	font-style:italic;
}
#main-content-wrapper #main-content .col-main .totals #shopping-cart-totals-table td {
	padding:5px;
	font-weight:bold;
	font-style:italic;
	white-space:nowrap;
}
#main-content-wrapper #main-content .col-main .totals #shopping-cart-totals-table tfoot td {
	font-size:1.4em;
	color:#032345;
	font-weight:bold;
	font-style:normal;
}
#main-content-wrapper #main-content .col-main .totals .checkout-types {
	padding-top:10px;
	clear:both;
}
#main-content-wrapper #main-content .col-main .totals .checkout-types li {
	float:left;
}
#main-content-wrapper #main-content .col-main .totals .checkout-types li .paypal-logo {
	margin-bottom: 0;
    margin-right: 8px;
}
#main-content-wrapper #main-content .col-main .totals .checkout-types li .paypal-or {
	font-size: 11px;
    font-weight: bold;
    line-height: 28px;
}
#main-content-wrapper #main-content .col-main .totals .checkout-types .button {
	margin-bottom:10px;
	font-size:1.5em;
}
#main-content-wrapper #main-content .col-main .button span, #main-content-wrapper #main-content .col-main .totals .checkout-types .button span {
	/*background:url(../images/checkout-icon.png) no-repeat left 3px;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -146px;
	padding-left:28px;
	padding-top:3px;
	padding-bottom:5px;
	margin-left:-3px;
}
#main-content-wrapper #main-content .col-main .button span, #main-content-wrapper #main-content .col-main .totals .checkout-types .button span span {
	padding:0px;
	margin:0px;
	background:none;
}
.sp-methods dt {
	font-weight:bold;
	margin-bottom:5px;
}
/* Cross Sell */
.cart .crosssell {
	padding: 15px 10px 10px;
	background: url(../images/hp-featured-rowbk.png) no-repeat left top;
	margin-left: -10px;
	width: 797px;
	display: block;
	clear: both;
	float: left;
}
.cart .crosssell h2 {
	font-size:2em;
}
.cart .crosssell .item {
	float: left;
	padding-bottom: 8px;
	padding-right: 6px;
	width: 108px;
}
/* Checkout Styles */
.please-wait {
	color:#2281D2;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	/*padding-top:10px;clear:both;float:left;*/
	margin:0px;
	-webkit-box-shadow:0px 0px 9px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:0px 0px 9px rgba(0, 0, 0, 0.45);
	box-shadow:0px 0px 9px rgba(0, 0, 0, 0.45);
	border:2px solid #BBB;
	background:#FFF;
	position:fixed;
	top:50%;
	left:47%;
	padding:42px 48px;
	border-radius:12px;
	opacity:0.85 !important;
	z-index:1000;
}
.please-wait .v-middle {
	margin-right:5px;
	float:left;
	position:relative;
	top:-6px;
}
#main-content-wrapper #main-content .sidebar .block.block-progress .block-title {
	font-size:1.9em;
}
.block-progress dt {
	/*background:url(../images/checkout-step-bk.png) no-repeat center bottom;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat 0 -492px;
	margin-bottom:6px;
	padding:6px 10px 14px 32px;
	font-size:1.4em;
	font-weight:bold;
	color:#002655;
}
.block-progress dt.complete {
	/*background:url(../images/checkout-step-bk-complete.png) no-repeat center bottom;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat 0 -432px;
}
.block-progress dt.complete .separator {
	display:none;
}
.block-progress dt.complete a {
	display:block;
	width:16px;
	height:16px;
	float:right;
	overflow:hidden;
	text-indent:-9000px;
	/*background:url(../images/edit_icon_small.png) no-repeat left top;*/
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -184px;
	#margin-top:-30px;
}
.block-progress dd {
	font-size:12px;
	line-height:20px;
	padding-top:2px;
	padding-left:12px;
	padding-bottom:12px;
	color:#333;
}
.opc {
	position:relative;
}
.opc li.section {
	vertical-align:top;
	clear:both;
}
.opc .step {
	border-left:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
	padding:15px 12px;
	margin-top:-2px;
	margin-bottom:0px;
	float:left;
	width:774px;
}
.opc #opc-review .step {
	border-bottom:1px solid #bdbdbd;
}
.opc .step .button {
	margin-top:10px;
}
#main-content-wrapper #main-content .col-main .opc #opc-review .step .button {
	font-size:1.8em;
}
.opc .step-title .number {
	float:left;
	background:#2281d2;
	color:#FFF;
	margin:-6px 10px 0 -6px;
	font:bold 11px/14px arial, helvetica, sans-serif;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5);
	border: none;
	padding: 8px;
	width: 15px;
	text-align: center;
}
.opc .step-title h2 {
	margin:0;
	padding:0;
}
.opc .step-title a {
	display:none;
	float:right;
	line-height:16px;
}
.opc .allow .step-title {
	cursor:pointer;
}
.opc .allow .step-title .number {
	border-color:#fff;
	color:#fff;
}
.opc .active .step-title, .opc .step-title {
	color:#FFF;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	padding:6px;
	background:#002857;
	cursor:default;
	height:18px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5);
	margin-top:2px;
	margin-bottom:2px;
	-webkit-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.35);
	box-shadow:0px 2px 2px rgba(0, 0, 0, 0.35);
}
.opc .allow .step-title:hover {
	background:#00418d;
	cursor:pointer;
}
.opc .active .step-title h2, .opc .step-title h2 {
	color:#FFF;
	font-size:16px;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
}
.opc #checkout-step-login .col-1 .col-1 fieldset p {
	font-style:italic;
}
.opc #checkout-step-login .col-1 .input-text {
	width:335px;
}
.opc .buttons-set {
	opacity:1 !important;
}
#main-content-wrapper #main-content .col-main .opc #checkout-step-login .button {
	font-size:1.5em;
	padding:4px 8px;
	margin-top:-5px;
}
#main-content-wrapper #main-content .col-main .opc #checkout-step-login .facebook-login {
	margin-top:15px;
}
#main-content-wrapper #main-content .col-main .opc #checkout-step-login .facebook-login .button {
	font-size: 1.3em;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 5px;
	height:32px;
}
.opc #checkout-step-login .col-2 {
	text-align:center;
	border:1px solid #DCDCDC;
	padding:10px 15px 22px;
	background:url(../images/col-body-bk2.png) repeat-x left bottom #FFFFFF;
}
.opc #checkout-step-login .col-2 h2 {
	padding-top:48px;
	background:url(../images/register-logo-bk.png) no-repeat center top;
	/*background:url(../images/hdtracks-sprite2.png) no-repeat -275px top;*/
}
.opc #checkout-step-login .col-2 ul {
    margin-top: 12px;
}
.opc #checkout-step-login .col-2 ul li {
	background:url(../images/list-arrow.png) no-repeat left 2px;
    margin-left:65px;
    padding-bottom:12px;
    padding-left:20px;
	text-align:left;
}
#main-content-wrapper #main-content .col-main .opc #checkout-step-login .col-2 .button {
	float:none;
	margin-top:0px;
}
.opc-block-progress {
	border-top:none !important;
}
.opc .form-list .fields {
	float:left;
	display:block;
	margin-bottom:15px;
	width:103%;
}
.opc .form-list .fields-wide, .opc .form-list .add-field {
	float:left;
	display:block;
	margin-bottom:10px;
	width:100%;
}
.opc .form-list .add-field {
	margin-top:5px;
}
.opc .form-list .field {
	width:395px;
	float:left;
	padding:5px 0;
}
.opc .form-list .field input.input-text {
	width:362px;
}
.opc .form-list .fields-wide input.input-text, .opc .form-list .add-field input.input-text {
	width:98%;
}
.opc .form-list .field select {
	width:95%;
}
.opc dl.sp-methods {
	font-size:14px;
}
.opc dt {
	font-style: italic;
    font-weight: bold;
	margin-top:11px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.opc dd {
	margin: 0 0 6px;
    padding-left: 10px;
}
.opc dl.sp-methods dd {

}
#main-content-wrapper #main-content .opc dd .form-list {
	padding-left:8px;
	float:left;
	width:100%;
}
#main-content-wrapper #main-content .opc dd .form-list li {
	width:46%;
	float:left;
	margin-right:30px;
	font-size:12px;
}
#main-content-wrapper #main-content .opc dd .form-list li#authorizenet_cc_type_exp_div {
	clear:left;
}
#main-content-wrapper #main-content .opc dd .form-list label, #main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim label {
	font-size:12px;
	font-weight:bold;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim li {
	margin-top:15px;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim label {
	margin-bottom:5px;
	display:block;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim label .required {
	color: #AE252E;
    display: inline;
    padding-left: 3px;
}
#main-content-wrapper #main-content .opc dd .form-list .input-text, #main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim .input-text  {
	padding:3px;
	width:95%;
	font-size:12px;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim .input-text {
	border: 1px solid #858585;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    display: block;
    font-size: 1em;
    padding: 5px;
	width:50%;
}
#main-content-wrapper #main-content .opc dd #authorizenetcim_cc_saved_cards li {
	margin-top:15px;
	#position:relative;
	#padding-left:15px;
	color:#002857;
}
#main-content-wrapper #main-content .opc dd #authorizenetcim_cc_saved_cards li .radio {
	display: inline-block;
	margin-right:5px;
	float:left;
	#position:absolute;
	#left:0px;
	#top:2px;
}
#main-content-wrapper #main-content .opc dd .form-list select, #main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim select {
	padding:3px;
	width:100%;
	margin-bottom:5px;
	font-size:12px;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim select {
 	border: 1px solid #858585;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    display: block;
    font-size: 1em;
    padding: 5px;
	width:380px;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim #authorizenetcim_expiration {
	margin-top:-12px;
	width:150px;
	float:left;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim #authorizenetcim_expiration_yr {
	width:100px;
	margin-top:-12px;
	float:left;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim #authorizenetcim_save_card_wrapper .input-box {
	font-size:12px;
	font-style:italic;
	border:none !important;
	box-shadow:none;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim #authorizenetcim_save_card_wrapper .input-box input {
	border:none !important;
	outline:none;
	padding:0px;
}
#main-content-wrapper #main-content .opc dd #payment_form_authorizenetcim #authorizenetcim_save_card {
	float:left;
	margin-right:5px;
	margin-top:-1px;
}
#onepage-checkout-shipping-method-additional-load {
	background:#EEE;
	border:1px solid #CCC;
	padding:0 10px 10px;
	margin-top:15px;
}
#main-content-wrapper #main-content .opc #authorizenetcim_cc_type_exp_div .validation-advice {clear:both;}
#main-content-wrapper #main-content .opc #authorizenetcim_cc_type_exp_div .f-left {margin-right:12px;}
#main-content-wrapper #main-content .opc #authorizenetcim_cc_type_exp_div:after{display:block; clear:both; content:""; line-height:0; height:0;}
.add-gift-message {
	margin-top:15px;
}
.add-gift-message h3 {
	font-size:1.8em;
}
.inner-box h4 {
	font-size:1.4em;
}
.inner-box .checkbox, .add-gift-message .checkbox {
	vertical-align:middle;
	margin-right:6px;
}
.inner-box label, .add-gift-message label {
	font-weight:bold;
}
.register-text {
	background:url(../images/hp-featured-rowbk.png) no-repeat left bottom;
	margin-left:-10px;
	margin-bottom:10px;
	width:797px;
	padding:0px 10px 20px;
}
/* Blog Styling */
.blog-right-sidebar {
	float:right;
	width:250px;
	padding:0 20px 10px;
	background:url(../images/blog-sidebar-bk.png) repeat-y left top;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:-23px;
	position:relative;
}
.blog-right-sidebar .blog-sidebar-top {
	display:block;
	width:285px;
	height:10px;
	background:url(../images/blog-sidebar-top.png) no-repeat left top;
	position:absolute;
	top:-10px;
	left:0px;
}
.blog-right-sidebar .blog-sidebar-bottom {
	display:block;
	width:285px;
	height:15px;
	background:url(../images/blog-sidebar-bottom.png) no-repeat left top;
	position:absolute;
	bottom:-15px;
	left:0px;
}
#post-list li {
	/*border-bottom:1px dashed #888888;
	background:url(../images/hdtracks-dottedbk.jpg) repeat-x left bottom;*/
	background:url(../images/dotted_border_bg.gif) repeat-x left bottom;
	padding-bottom:15px;
	margin-bottom:15px;
}
#post-list li h2, #post-list li h2 a {
	color:#535353;
}
#post-list li h2 a:hover {
	color:#404040;
	text-decoration:none;
}
#post-list li:last-child {
	padding-bottom:0px;
	border-bottom:none;
	background:none;
}
.post-title h1 {
	margin-bottom:8px;
}
#main-content-wrapper #main-content .col-main .post-date {
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	color:#1e70b9;
	margin-bottom:5px;
}
#main-content-wrapper #main-content .col-main .post-entry ul li {
	background: url(../images/list-arrow.png) no-repeat scroll left 4px transparent;
    line-height: 18px;
    margin-left: 15px;
    padding-bottom: 12px;
	margin-bottom:0px;
    padding-left: 20px;
}
#main-content-wrapper #main-content .col-main .featured-image {
	/*background: #FFFFFF;
    border: 1px solid #555555;
	margin-right: 12px;
	padding: 5px;*/
    margin-bottom: 12px;
}
#main-content-wrapper #main-content .col-main .post-entry p {
	color:#666;
}
.is-blog .sharethis-icons {
	margin-top:8px;
	margin-bottom:12px;
	clear:left;
}
.is-blog .post-meta.details {
	font-size:11px;
	font-style:italic;
}
.is-blog .post-view .post-meta.details {
	padding-bottom:15px;
	/*background:url(../images/hdtracks-dottedbk.jpg) repeat-x left bottom;*/
	background:url(../images/dotted_border_bg.gif) repeat-x left bottom;
}
#comments {
	/*border-top:1px dashed #888888;*/
	margin-top:15px;
	width:512px;
}
#comments h2 {
	font-size:1.8em;
	margin-bottom:15px;
	line-height:25px;
}
.comment-list li {
	margin-bottom: 8px;
    padding-bottom: 15px;
	border-bottom:1px solid #CCC;
	width:100%;
	float:left;
}
.comment-list li .comment-meta {
	font-size:11px;
	font-style:italic;
	margin-bottom:4px;
}
.comment-list li .comment-entry {
	font-size:13px;
}
.comment-list li .gravatar {
	border:2px solid #FFF;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.46);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.46);
	float:left;
	margin-right:10px;
}
#comments .fieldset .legend {
	font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
	font-size:2em;
	font-weight:700;
	color:#535353;
	padding-bottom:10px;
}
#comments input.input-text {
	margin-bottom:12px;
	width:96%;
}
#comments textarea {
	width:96%;
}
#main-content-wrapper #main-content .col-main #comments .button {
	float:left;
	margin-top:10px;
}
.blog-right-sidebar .block {
	padding:10px;
	margin-left:-11px;
	margin-right:-14px;
	background:url(../images/blog-block-bottom.png) repeat-x left bottom;
}
.blog-right-sidebar .block .block-title {
	color:#FFF;
	font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
	font-size:1.8em;
	padding-bottom:15px;
}
.blog-right-sidebar .block.block-blog-text .blog-back-button {
	display:block;
	color:#FFF;
	font-weight:700;
	font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
	font-size:14px;
	padding:8px;
	width:238px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align:center;
	background:#292929;
	margin-bottom:-9px;
}
.blog-right-sidebar .block.block-blog-text .blog-back-button:hover {
	background:#151515;
	text-decoration:none;
}
.blog-search {
	position:relative;
	display:block;
	width:242px;
	height:30px;
}
.blog-search .input-text {
	background:url(../images/blog-search-bk.png) no-repeat left top;
	outline:none;
	border:0px;
	padding:5px;
	width:195px;
	height:15px;
	color:#666;
	position:absolute;
	top:0px;
	left:0px;
	font-size:12px;
	font-style:italic;
}
.post-list .item .featured-image {
	padding:5px;
	background:#FFF;
	border:1px solid #555;
	margin-right:12px;
	margin-bottom:12px;
}
.post-list .post-meta.details {
	clear:left;
}
#main-content-wrapper #main-content .col-main .blog-search .button {
	background:url(../images/blog-search-bk.png) no-repeat right top;
	width:37px;
	height:26px;
	text-indent:-9000px;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	border:0px;
	padding:0px;
}
.blog-right-sidebar .block-content li {
	list-style:none;
	padding-bottom:12px;
	padding-left:20px;
	margin-left:10px;
	background:url(../images/blog-arrow.png) no-repeat left 3px;
	color:#FFF;
	font-size:1.1em;
	line-height:18px;
	font-weight:bold;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.58);
}
.blog-right-sidebar .block-content li a {
	color:#FFF;
}
.cms-faq a {
	text-decoration:underline;
}
/* Contact Page */
.contact-form-block {
	float:right;
	width:250px;
	padding:0 20px 10px;
	background:url(../images/blog-sidebar-bk.png) repeat-y left top;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:-23px;
	position:relative;
}
.contact-form-block  .captcha-image {
	margin-left:23px;
	width:100%;
}
.contact-form-block .captcha-note {
	color:#222222;
	font-size:11px;
	font-style:italic;
	margin-top:8px;
	margin-left:28px;
}
.contact-form-block #catpcha-reload {
	margin-top:15px;
}
.contact-form-block #catpcha-reload:hover {
	cursor:pointer;
}
#main-content-wrapper #main-content .col-main .contact-form-block .button {
	font-size:1.5em;
	padding:7px 10px;
}
#main-content-wrapper #main-content .contact-form-block .form-list label.required em, #main-content-wrapper #main-content .col-main .contact-form-block p.required, .contact-form-block .validation-advice {
	color:#1b1b1b;
}
.contact-form-block .validation-advice {
	background:url(../images/validate-arrow-black.png) no-repeat left 3px !important;
}
.contact-form-block .contact-block-top {
	display:block;
	width:285px;
	height:10px;
	background:url(../images/blog-sidebar-top.png) no-repeat left top;
	position:absolute;
	top:-10px;
	left:0px;
}
.contact-form-block .contact-block-bottom {
	display:block;
	width:285px;
	height:15px;
	background:url(../images/blog-sidebar-bottom.png) no-repeat left top;
	position:absolute;
	bottom:-15px;
	left:0px;
}
.contact-form-block h2 {
	color:#FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
	margin-top:10px;
}
#main-content-wrapper #main-content .contact-form-block .form-list label {
	color:#FFF;
}
#main-content-wrapper #main-content .contact-form-block .form-list .input-text {
	width:240px;
	border:1px solid #2d2d2d;
	font-family:Arial, Helvetica, sans-serif;
}
.col-main .results-view .recommendations {
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	margin-bottom:12px;
	float:left;
	width:100%;
}
/* Footer */
#main-content-wrapper #footer {
	float:left;
	display:block;
	margin-left:4px;
	margin-top:-32px;
	background:url(../images/footer-bk.png) repeat-x left top;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:1.3em;
	width:1002px;
	height:32px;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
}
#main-content-wrapper #footer .footer-content a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
}
#main-content-wrapper #footer .footer-content a:hover {
	text-decoration:underline;
}
#main-content-wrapper #footer .divider {
	padding-left:5px;
	padding-right:5px;
}
#main-content-wrapper #footer .copyright {
	color:#4198DF;
	padding-left:5px;
}
#main-content-wrapper #footer .international-footer {
	color:#848484;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:20px;
}
#main-content-wrapper #footer .international-footer a {
	color:#737373;
	text-decoration:underline;
}
/* Global Messages */
.messages {
	width:100%;
	overflow:hidden;
	text-align:left;
	margin-top:10px;
}
.messages li {
	margin:0 0 10px;
	padding:0;
	word-wrap:break-word;
}
.messages ul {
	padding:10px 17px 18px;
	margin:0 0 -11px;
	background-position:35px 100%;
	background-repeat:no-repeat;
	position:relative;
}
.messages ul li {
	margin:0;
	padding:0 0 3px;
}
.messages a {
	text-decoration:underline;
}
.messages a:hover {
	text-decoration:none;
}
.messages li.error-msg, .messages li.success-msg, .messages li.note-msg, .messages li.notice-msg {
	border-style:solid !important;
	border-width:1px !important;
	font-size:12px !important;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	font-weight:bold;
}
#main-content-wrapper #main-content .col-main .std ul.messages {
	width:100%;
	overflow:hidden;
	text-align:left;
	margin-top:10px;
}
#main-content-wrapper #main-content .col-main .std ul.messages li.success-msg {
	border-style:solid !important;
	border-width:1px !important;
	font-size:12px !important;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	font-weight:bold;
}
p.error-msg {
	border-style:solid !important;
	padding:10px;
	border-width:1px !important;
	font-size:13px !important;
	margin:10px 0;
}
/* Error Message */
.messages li.error-msg {
	border-color:#e9581f;
	color:#d91a00;
	background:url(../images/cancel-icon.png) no-repeat 5px 5px #fff5f3;
}
.messages li.error-msg a {
	color:#d91a00;
}
.messages li.error-msg ul {}
p.error-msg {
	border-color:#e9581f;
	background-color:#fff5f3;
	color:#d91a00;
}
/* Success Message */
.messages li.success-msg {
	border-color:#446423;
	background:url(../images/accepted-icon.png) no-repeat 5px 5px #eff5ea;
	color:#3d6611;
}
.messages li.success-msg a {
	color:#3d6611;
}
.messages li.success-msg ul {}
#main-content-wrapper #main-content .col-main .std .messages li.success-msg {
	border-color:#446423;
	background:url(../images/accepted-icon.png) no-repeat 5px 5px #eff5ea;
	color:#3d6611;
	margin-left:0px;
}
#main-content-wrapper #main-content .col-main .std .messages li.success-msg a {
	color:#3d6611;
}
#main-content-wrapper #main-content .col-main .std .messages li.success-msg ul {
	margin-left:8px;
	margin-top:-6px;
	margin-bottom:-12px;
}
#main-content-wrapper #main-content .col-main .std .messages li.success-msg ul li {
	list-style:disc;
	background:none;
	padding:0px;
	margin-left:10px;
}
/* Notification Message */
.messages li.note-msg, .messages li.notice-msg {
	border-color:#fcd344;
	background:url(../images/warning-icon.png) no-repeat 5px 5px #fafaec;
	color:#d8b53a;
}
.messages li.note-msg a, .messages li.notice-msg a {
	color:#3d6611;
}
.messages li.note-msg ul, .messages li.notice-msg ul {}
.demo-notice {
	background: #D75F07;
	color: #FFFFFF;
	line-height: auto;
	margin: 0;
	padding: 5px 10px 6px;
	text-align: center;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
	z-index:100;
	position:fixed;
	width:100%;
	left:0px;
}
.demo-notice p {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}
music-label-view .note-msg {font-family:'Archivo Narrow'; font-size:1.6em; font-weight:700;}

.validation-advice {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#AE252E;
	padding-left:12px;
	background:url(../images/validate-arrow.png) no-repeat left 3px;
	margin-top:5px;
	margin-bottom:5px;
}
/* Extra Content Styling */
.content-call {
	background:#EEEEEE;
	padding:10px;
	border:1px solid #d3d3d3;
	float:left;
	width:99%;
	margin-bottom:15px;
}
.music-sample-index .content-call {
	width:97%;
}
.testimonial-section {
	width:350px;
	margin-right:15px;
	float:left;
}
.testimonial-section p {
	margin-bottom:9px !important;
	padding-bottom:8px;
	padding-left:42px;
	background:url(../images/testimonial-quote.png) no-repeat left 3px;
	border-bottom:1px dotted #C4C4C4;
}
a.learn-more {
	background: url(../images/hdtracks-sprite2.png) no-repeat -480px -823px;
    color: #FFFFFF;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px 35px 8px 16px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
	display:block;
	width:90px;
}
a.learn-more:hover {
	background: url(../images/hdtracks-sprite2.png) no-repeat -480px -873px;
}
/* Format Popup */
#format-help {
	text-align:left;
	width:625px;
	padding:15px;
}
#format-help p {
	font-size:1.3em;
	line-height:20px;
	margin-bottom:10px;
}
#format-help table {
	border:1px solid #999;
	width:615px;
	font-size:12px;
	margin-bottom:10px;
}
#format-help table th {
	background:#999;
	color:#000;
	padding:8px;
	text-align:center;
}
#format-help table td {
	padding:8px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}
#format-help table td.left {
	text-align:left;
}
#format-help a {
	background: url(../images/hdtracks-sprite2.png) no-repeat -480px -823px;
    color: #FFFFFF;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    padding: 7px 35px 10px 16px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
	display:block;
	width:90px;
	text-transform:uppercase;
}
#format-help a:hover {
	background: url(../images/hdtracks-sprite2.png) no-repeat -480px -873px;
}
/* Homepage Carousel Styles */
.category-home-list .jcarousel-container {
    border-radius:0px;
	background:none;
}
.category-home-list .jcarousel-direction-rtl {
	direction: rtl;
}
.category-home-list .jcarousel-container-horizontal {
    width: 800px;
    padding: 10px 0 0 0;
}
.category-home-list .jcarousel-clip {
    overflow: hidden;
}
.category-home-list .jcarousel-clip-horizontal {
    width:  788px;
    /*height: 148px;*/
}
.category-home-list .jcarousel-item {
    width: 100px;
    /*height: 150px;*/
}
.category-home-list .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}
/* Genre Page Styles */
.col-main .block-genre-list {
	float:left;
	width:100%;
	clear:both;
}
.block-genre-list #genres-title {
	font-size: 3em;
	color: #002655;
	margin-bottom: 15px;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
}
.block-genre-list .main-cat-list ul li {
	background:url(../images/dotted_border_bg.gif) repeat-x left bottom;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.block-genre-list .main-cat-list ul li a {
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size: 1.8em;
	display:block;
	color:#1e70b9;
}
.block-genre-list .main-cat-list ul li .sub-category {
	margin-top:10px;
	float:left;
	width:100%;
	clear:both;
}
.block-genre-list .main-cat-list ul li .sub-category li {
	padding-bottom:0px;
	margin-bottom:0px;
	float:none;
	display:inline-block;
	#display:inline;
	#zoom:1;
	margin-right:10px;
	width:146px;
	background:none;
}
.block-genre-list .main-cat-list ul li .sub-category li a {
	color:#292929;
	font-size:1.3em;
	display:block;
	padding-bottom:14px;
}
/* Label Page Styling */
.label-main-container .label-list {
	width:100%;
	float:left;
}
.label-main-container .label-list li {
	float:left;
	width:100%;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../images/dotted_border_bg.gif) repeat-x left bottom;
}
.label-main-container .label-list li .label-title {
	font-size:1.8em;
	color:#1a63a1;
	padding-bottom:5px;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight:700;
}
.label-main-container .label-list li .label-image {
	padding-right:10px;
	float:left;
}
.label-description {
	font-size:12px;
	color:;
	line-height:18px;
	color:#444;
}
.label-view {
	float: left;
    padding-top: 15px;
    position: relative;
    width: 100%;
}
.label-view .label-title {
	color: #002655;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.label-view .label-social-links {
	position: absolute;
    right: 12px;
    top: 18px;
    width: 238px;
}
.label-view .label-social-links .gplus-button {
	float: left;
    margin-right: 5px;
    width: 62px;
}
.label-view .label-social-links .addthis_default_style .at300b, .label-view .label-social-links .addthis_default_style .at300bo, .label-view .label-social-links .addthis_default_style .at300m {
	 width: 78px;
}
.label-view .label-image {
	float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.label-view .label-description h2 {
	color: #535353;
    font-size: 1.6em;
    margin-bottom: 8px;
}
.label-view .label-details {
	background: url("../images/hp-featured-rowbk.png") no-repeat scroll left bottom transparent;
    float: left;
    margin-left: -10px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 797px;
}
.label-view .music-albums li.item {
	float: left;
    padding-bottom: 8px;
    padding-right: 10px;
    width: 104px;
	word-wrap:break-word;
}
.music-albums li.item.item-last {
	clear:left;
}
.label-view .music-albums li.item img {
	height: auto;
    width: 100px;
}
.label-view .music-albums li.item .album-name {
	color: #1A62A0;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
}
.label-view .music-albums li.item .album-name a {color:#1A62A0;}
.label-view .music-albums li.item .album-detail ul li {
	line-height: 16px;
    margin-bottom: 4px;
    padding-right: 2px;
}
.label-view .music-albums li.item .label {
	font-weight: bold;
    padding-right: 2px;
}
/* Advanced Search */
.catalogsearch-result-index .page-title {
	position:relative;
	padding-right:155px;
}
.catalogsearch-result-index .advanced-search {
	position:absolute;
	top:12px;
	right:3px;
}
.catalogsearch-result-index .advanced-search a {
	background: url(../images/sidebar-button-bk.jpg) repeat-x left top #195F9A;
    border: 1px solid #042F5D;
    color: #FFFFFF;
    font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.catalogsearch-result-index .advanced-search a:hover {
	background:url(../images/sidebar-button-bk-over.jpg) repeat-x left top #00407a;
	cursor:pointer;
}
.catalogsearch-advanced-index h2.legend {
	display:none;
}
#advanced-search-list .fields {
	margin-bottom:0px;
}
#main-content-wrapper #main-content #advanced-search-list li .field {
	padding-top:8px;
	padding-bottom:8px;
}
#main-content-wrapper #main-content #advanced-search-list li {
	margin-top:0px;
	margin-bottom:0px;
}
#advanced-search-list .input-text {
	width:350px;
}
#advanced-search-list .range .input-text {
	display:inline-block !important;
	#display:inline !important;
	#zoom:1;
	margin-right:2px;
	width:45px;
}
#advanced-search-list .multiselect {
	width:360px;
}
.catalogsearch-advanced-index #main-content-wrapper #main-content .col-main .button {
	padding:4px 10px;
	font-size:1.4em;
	margin-top:5px;
	float:left;
}
/* Gift Certificate */
.product-gift-certificate .gift-card-media, .product-hdtracks-gift-certificates .gift-card-media {
	margin-top:-10px;
	margin-right:65px;
	float:right;
}
.product-gift-certificate .giftcard-form, .product-hdtracks-gift-certificates .giftcard-form {
	float:left;
	width:58%;
}
.product-gift-certificate .availability, .product-hdtracks-gift-certificates .availability {
	display:none;
}
.product-gift-certificate .product_desc, .product-hdtracks-gift-certificates .product_desc {
	margin-bottom:15px;
}
.product-gift-certificate #main-content-wrapper #main-content .form-list input.input-text, .product-hdtracks-gift-certificates #main-content-wrapper #main-content .form-list input.input-text {
	width:350px;
}
.product-gift-certificate #main-content-wrapper #main-content .form-list textarea, .product-hdtracks-gift-certificates #main-content-wrapper #main-content .form-list textarea {
	width:350px;
}
.product-gift-certificate .add-to-cart, .product-hdtracks-gift-certificates .add-to-cart {
	float:left;
	clear:both;
	margin-top:15px;
}
.product-gift-certificate .add-to-cart .input-text, .product-gift-certificate .add-to-cart label, .product-hdtracks-gift-certificates .add-to-cart .input-text, .product-gift-certificate .add-to-cart label {display:none !important;}
.product-gift-certificate .add-to-cart label, .product-hdtracks-gift-certificates .add-to-cart label {
	color: #555555;
    display: none;
	#display:inline;
	zoom:1;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 6px;
    position: relative;
}
.product-gift-certificate .input-text, .product-hdtracks-gift-certificates .input-text {
	border: 1px solid #858585;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    display: inline-block;
    font-size: 1.1em;
    padding: 5px;
	width:25px;
	margin-right:18px;
}
.product-gift-certificate #main-content-wrapper #main-content .col-main .button.btn-cart, .product-hdtracks-gift-certificates #main-content-wrapper #main-content .col-main .button.btn-cart {
	/*-webkit-margin-before:-28px;*/
	font-size:1.5em;
}
.product-gift-certificate #main-content-wrapper #main-content .col-main .button.btn-cart span, .product-hdtracks-gift-certificates #main-content-wrapper #main-content .col-main .button.btn-cart span {
	background:url(../images/hdtracks-sprite1.png) no-repeat 0 -146px;
    padding-bottom: 5px;
    padding-left: 28px;
    padding-top: 3px;
}
.product-gift-certificate #main-content-wrapper #main-content .col-main .button.btn-cart span span, .product-hdtracks-gift-certificates #main-content-wrapper #main-content .col-main .button.btn-cart span span {
	padding:0px;
	margin:0px;
	background:none;
}
/* Free Download */
.cms-free-highres-sample .account-create, .free-sample-tracks .account-create {
	float:left;
	width:475px;
}
.music-sample-index .col-main .block.block-login, .music-sample-index .col-main .account-create {
	float:left;
	width:475px;
}
.music-sample-index .col-main .block.block-login {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #DDDDDD;
}
.music-sample-index .col-main .block.block-login label {
	color: #555555;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 6px;
}
.music-sample-index .col-main .block.block-login .input-text {
	width:70%;
	border:1px solid #858585;
	color:#666666;
	padding:5px;
	font-size:1.1em;
	box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1) inset;
	display:block;
	margin-bottom:15px;
}
.music-sample-index #main-content-wrapper #main-content .col-main .block.block-login .button, .music-sample-index #main-content-wrapper #main-content .col-main .button {
	font-size: 1.6em;
    padding: 5px 20px;
}
.music-sample-index .col-main .block.block-login a.f-left {
	background:url(../images/question-button.png) no-repeat left 2px;
	padding-bottom: 4px;
    padding-left: 22px;
    padding-top: 5px;
	display:block;
}
.cms-free-highres-sample .free-sample-tracks, .music-sample-index .free-sample-tracks {
	float:right;
	width:275px;
}
.music-sample-index .free-sample-tracks ol li {
	list-style:decimal;
	margin-left:35px;
	padding-bottom:12px;
	line-height:18px;
}
/* Digit Store */
.cms-digital-store .std img {
	margin-bottom:8px;
}
/* Critics Picks */
.cms-critics-picks #main-content-wrapper #main-content .col-main .std ul li {
	padding-left:0px;
	margin-left:0px;
	float:left;
	width:100%;
	background:none;
}
.cms-critics-picks #main-content-wrapper #main-content .col-main .std ul li img {
	float:left;
	clear:left;
	padding-right:15px;
}
.cms-critics-picks #main-content-wrapper #main-content .col-main .std .downoad-link {
	padding:5px 42px 8px 16px;
	/*background:url(../images/music-popup-button.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -480px -823px;
	color:#FFFFFF;
	font-family:'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-size:1.4em;
	font-weight:700;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);
	text-decoration:none;
	display:block;
	width:70px;
	margin-bottom:8px;
	margin-top:-5px;
}
.cms-critics-picks #main-content-wrapper #main-content .col-main .std .downoad-link:hover {
	/*background:url(../images/music-popup-button-over.jpg) no-repeat left top;*/
	background:url(../images/hdtracks-sprite2.png) no-repeat -480px -873px;
}
/* JRiver Popup - jQuery UI */
.checkout-onepage-success .ui-widget-overlay {
	background: #000 !important;
	opacity: 0.6 !important;
}
.checkout-onepage-success .ui-dialog .ui-dialog-content {
	height:auto !important;
}
.checkout-onepage-success .ui-widget-content.ui-corner-all {
	border-radius:0px !important;
	border:0px !important;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0px 0px 14px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.6);
	padding:15px;
	text-align:center;
	overflow:visible;
}
.checkout-onepage-success .ui-corner-all p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
	margin-bottom:5px;
}
.checkout-onepage-success .ui-corner-all  .ui-widget-header {
	border-radius:0px !important;
	background:none;
	font-size: 2.5em;
	color: #1a62a0;
	margin-bottom: 8px;
	font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding:0px;
	border:none !important;
	float:none !important;
}
.checkout-onepage-success .ui-corner-all  .ui-widget-header .ui-dialog-title {
	float:none !important;
}
.checkout-onepage-success .ui-corner-all #install-button {
	border: 1px solid #042f5d;
	background: url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a;
	font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 1.5em;
	padding: 4px 10px 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	float: none;
	display:block;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
.checkout-onepage-success .ui-corner-all #install-button:hover {
	cursor:pointer;
}
.checkout-onepage-success .ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	top: -15px !important;
	right: -24px !important;
	width: 30px !important;
	height: 30px !important;
	background: url(../images/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: block;
	padding:0px !important;
}
.checkout-onepage-success .ui-dialog .ui-dialog-titlebar-close:hover {
	padding:0px;
	border:0px !important;
}
/** New Credit Card Forms **/
#main-content-wrapper #main-content #credit-card-form {
	margin-top:-18px;
	display:block;
}
#main-content-wrapper #main-content #credit-card-form .fieldset {
	width:98%;
}
#credit-card-form #payment_form_authorizenetcim li {
	float:left;
	width:46%;
	margin-right:30px;
}
#credit-card-form #authorizenetcim_cc_type_exp_div {
	clear:left;
}
#credit-card-form #authorizenetcim_cc_type_exp_div .v-fix {
	float: left;
    padding-right: 10px;
    width: 46%;
}
#credit-card-form #authorizenetcim_save_card {
	clear:left;
}
#credit-card-form #authorizenetcim_save_card label {
	float:right;
	margin-right:134px;
}
#credit-card-form #authorizenetcim_save_card input {
	float:left;
	margin-top:-1px;
	margin-right:5px;
}
#main-content-wrapper #main-content .col-main #credit-card-form p.required {
	margin-right:15px;
}
.authorizenetcim-account-cards #main-content-wrapper #main-content .col-main a.button {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}
#my-cards-table thead {
	background:url(../images/table-header-bk.jpg) repeat-x scroll left top #939393;
}
#my-cards-table thead th {
	width:34%;
}
/** Product Review Overlay **/
#product_view_tabs #review-page-deatils-overlay {
	background:url(../images/review-overlay.png) repeat left top;
    bottom: -2px;
    display: block;
    float: left;
    left: 0px;
    margin: 0;
    position: absolute;
    right: -1px;
    top: 42px;
    z-index: 110;
}
#product_view_tabs #review-page-deatils-overlay:hover {
	cursor:pointer;
}
#main-content-wrapper #main-content .col-main #product_view_tabs #review-page-deatils-overlay .back-to-product {
	opacity:1 !important;
	font-size:2em;
	padding:15px 28px;
	position:absolute;
	top:42%;
	left:31%;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 1, 0, 0.7);
	-moz-box-shadow: 2px 2px 5px rgba(0, 1, 0, 0.7);
	box-shadow: 2px 2px 5px rgba(0, 1, 0, 0.7);
}

/* Noscript Notice */
.noscript { border:1px solid #333333; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#222222;padding-top:10px;padding-bottom:10px;}
.noscript .notice-inner { width:875px; margin:0 auto; padding:12px 0 12px; background:url(../images/notice.png) 130px 50% no-repeat; }
.noscript p { margin:0; }
#search_mini_form #search_autocomplete {top:27px !important; left:2px !important;}
.calendar {z-index:99!important;}
.customer-address-index .messages { clear: left !important;}
/*#flashdebug .sm2_debug embed{background-color:transparent !important;}*/
/* CSS for audio Player */
/*.audioPlayerList object { opacity:0;}*/
.audioPlayerList  .sample-player {text-indent:2px !important;}

.checkout-onepage-payment-additional-giftcardaccount p.note,
#review-buttons-container > p strong {
    color: red; font-size: 15px;
}
.checkout-onepage-payment-additional-giftcardaccount p.note a,
#review-buttons-container > p strong a {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}
.checkout-cart-index #header #header-bottom #account-links li a { font-size: 1.1em !important;}
.music-label-view .note-msg {font-size:1.6em;}


#google_translate_element select,#google_translate_element .skiptranslate,#google_translate_element .goog-logo-link { font-size:12pt !important; font-family: 'Archivo Narrow',Helvetica,Arial,sans-serif !important; color: #676767 !important; letter-spacing:0.5px;}
.tag-text > div { text-align: right;}
.skiptranslate.goog-te-gadget > div{display:inline-block; margin-right:6px;}
#google_translate_element{text-align:right; margin-top:4px;}
.goog-te-banner-frame.skiptranslate {display: none !important;}
/*add email signup link to left navbar */
link,
.link a,
#SignUp .signupframe {
color: #226699;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.link,
.link a {
text-decoration: none;
}

#main-content-wrapper #main-content .sidebar .block span.link, #main-content-wrapper #main-content .sidebar .block span.link a {color:#01285b; font-size:13px; font-weight:bold; line-height:18px;}
#SignUp .signupframe {
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #000;
margin-bottom: 10px;
width:100%;
}
#SignUp .signupframe .required {
display: none;
}
#SignUp .signupframe td {padding: 5px 3px; color:#01285b; font-size:13px; font-weight:bold;}
#SignUp .signupframe input[type="submit"] {background: url(../images/sidebar-button-bk.jpg) repeat-x left top #195f9a; border:1px solid #0f395c; color:#fff; font-family:'Archivo Narrow',Helvetica,Arial,sans-serif; font-weight:700; margin-left:13px;
margin-right: 7px;
padding: 3px 8px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
}
#SignUp .signupframe input[type="text"] {
width:95%;
}

/* preorder */
.preorder-discount-review {color:red; font-size: 15px; font-weight: bold; padding-bottom: 10px;}
.preorder-discount-cart {color: #555555; font-size: 1.1em; font-weight: bold; padding-top: 10px; }
.preorder-discount-account { background: #e5e5e5 url("../images/table-row-bk.png") repeat-x scroll left top; border: 1px solid #bebebe; clear: both; font-size: 15px; font-weight: bold; margin-top: 10px; padding: 10px;}

