/*
---------------------------
CD Baby - CSS styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 24 october 2007
---------------------------
*/
/*
@import url(/images/basic.css);
@import url(/images/structure.css);
@import url(/images/iehacks.css);
*/
/* -- Home Page ---------------------------------------- */

body#home h1 {
	font-weight: normal;
	display: none;
}

body#home h1 span {
	display: none;
}

body#home h2 {
	color: #5DA82E;
	margin: 0 0 15px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 7px;
	background: url(/css/bbm/h1_btm.jpg) no-repeat bottom left;
}

body#home h3 {
	font-size: 1.2em;
	margin: 0 0 1em;
}

body#home #ways-to-browse-container {
	float: left;
	width: 225px;
	margin-bottom: 35px;
}
body#home #ways-to-browse-container h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	margin-bottom: 1px;
}
body#home #ways-to-browse-container dl dt {
	border-top: 1px solid #ccc;
	padding-top: 14px;
}
body#home a.browse-link {
	color: #0186D6;
	font-size: 1.2em;
}
body#home a.browse-link:hover {
	color: black;
}
body#home .browse-desc {
	color: black;
	font-style: italic;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: .9em;
	line-height: 100%;
	margin-bottom: 16px;
}
body#home #covers-display-container {
	float: right;
}
body#home #new-arrivals-container, body#home #editors-picks-container, body#home a#sale-banner {
	border: 1px solid #ccc;
	margin-bottom: 35px;
}
body#home #new-arrivals-container {
	height: 295px;
}
body#home #editors-picks-container {
	height: 335px;
	margin-bottom: 0;
}
body#home #new-arrivals-container .container-top, body#home #editors-picks-container .container-top {
	background-color: #daedf1;
	text-align: right;
	height: 34px;
	width: 460px;
	padding: 0 25px;
	border-bottom: 1px solid #ccc;
}
body#home #covers-display-container a.browse-link, body#home #covers-display-container a.view-all-link {
	color: black;
	text-transform: lowercase;
	line-height: 34px;
}
body#home #covers-display-container a.browse-link {
	float: left;
	font-size: 1.3em;
}
body#home #covers-display-container a.view-all-link {
	font-size: .8em;
	font-weight: normal;
}
body#home .covers-display {
	width: 466px;
	margin-left: 22px;
	overflow: hidden;
	position: relative;
}
body#home .covers-display ul {
	position: absolute;
	left: 0;
}
body#home .covers-display li {
	display: inline;
	float: left;
	background-color: inherit;
	width: 466px;
}
body#home .covers-display li .feature-albumbox .albuminfo {
	float: left;
	width: 200px;
	height: 207px;
}
body#home .covers-display li .pick-albumbox .albuminfo {
	float: left;
	width: 300px;
}
body#home .covers-display li .artistname {
	font-size: 1.3em;
	margin: 27px 0 12px;
	padding-bottom: 12px;
	border-bottom: 3px solid #ccc;
}
body#home .covers-display li .artistname a,
body#home .covers-display li .albumgenre a {
	color: #9d6e34;
}
body#home .covers-display li .albumgenre {
	font-size: .8em;
}
body#home .covers-display li .albumtitle {
	font-size: 1.2em;
	margin-bottom: 10px;
}
body#home .covers-display li .albumtitle a {
	color: #c9832c;
}
body#home .covers-display li .feature-albumbox .albumstyledesc,
body#home .covers-display li .pick-albumbox .albumreview {
	color: #1c3149;
	font-size: .9em;
	font-weight: bold;
	line-height: 120%;
}
body#home .covers-display li .pick-albumbox .albumreview {
	font-weight: normal;
	clear: both;
	padding-top: 15px;
	margin: 0 20px 25px;
}
body#home .covers-display li .feature-albumbox .albumstyledesc a,
body#home .covers-display li .pick-albumbox .albumreview a {
	color: #0186d6;
}
body#home .covers-display li .albumart {
	float: left;
	padding: 0 7px 7px 0;
	margin: 25px 20px 0;
}
body#home .covers-display li .feature-albumbox .albumart {
	background-image: url(/images/album_200_drop.gif);
}
body#home .covers-display li .pick-albumbox .albumart {
	background-image: url(/images/album_100_drop.gif);
}

.slidey-controls-container {
	width: 510px;
}
.leftcontrolwrapper, .rightcontrolwrapper, .slideycontrol {
	width: 22px;
}
#new-arrivals-container .leftcontrolwrapper, #new-arrivals-container .rightcontrolwrapper, #new-arrivals-container .slideycontrol,
#new-arrivals-container .covers-display, #new-arrivals-container .covers-display li {
	height: 260px;
}
#editors-picks-container .leftcontrolwrapper, #editors-picks-container .rightcontrolwrapper, #editors-picks-container .slideycontrol,
#editors-picks-container .covers-display, #editors-picks-container .covers-display li {
	height: 300px;
}
.leftcontrolwrapper, .rightcontrolwrapper {
	float: left;
	display: inline;
	margin: 0;
	background: #f2f2f2 url(/images/scroll-arrow-left.jpg) center center no-repeat;
}
.rightcontrolwrapper {
	float: right;
	background-image: url(/images/scroll-arrow-right.jpg);
}
#new-arrivals-container .leftcontrolwrapper, #new-arrivals-container .rightcontrolwrapper {
	margin-top: -260px; /* no special trick here... it's the negative value of the height of .covers-display */
}
#editors-picks-container .leftcontrolwrapper, #editors-picks-container .rightcontrolwrapper {
	margin-top: -300px; /* same here */
}
.slideycontrol {
	cursor: pointer;
}

.container-bottom {
	clear: both;
}


/* image replacement css */
a#sale-banner, a.feature-banner {
	display: block;
	text-indent: -999em;
}
a#sale-banner {
	width: 510px;
	height: 55px;
	background-image: url(/images/salebanner.jpg);
}
.feature-banner-container {
	clear: left;
	margin-bottom: 30px;
	width: 225px;
}
#feature3-container {
	margin-bottom: 35px;
}
a.feature-banner {
	width: 225px;
}
/* note that the background-image for the feature-playlist is inline b/c it's created on the fly in php */
#feature-playlist, #feature-playlist-container { height: 156px; }

#feature2 { background-image: url(/images/artistsignup.jpg); }
#feature2, #feature2-container { height: 145px; }

#feature3 { background-image: url(/images/cdbaby_podcast_banner.jpg); }
#feature3, #feature3-container { height: 70px; }


/* -- Language Links -------------------------------------- */

#langlinks form, #langlinks form div {
	display: inline; 
}
#langlinks form {
	float: left;
	margin-right: 19px;
}

/* -- Account Page ---------------------------------------- */

body#account #content fieldset {
	padding: 0px;
	margin: 0;
	border: 0;
}

body#account label {
	font-weight: normal;
}

body#account #content fieldset p {
	margin: 8px 0;
	float: left;
	clear: left;
}

body#account #content fieldset:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

body#account #content fieldset { display: inline-block; }
/* Holly Hack for IE \*/
*html body#account #content fieldset { height: 1%; }
body#account #content fieldset { display: block; }
/* end hack */

body#account #content fieldset label, body#account #content fieldset input, body#account #content fieldset select {
	float: left;
	margin-right: 10px;
	line-height: 1em;
}

body#account #content fieldset br {
        clear: left;
}

body#account .gogogo {
	clear: left;
}

body#account .gogogo input {
	float: none;
}

body#account .othersettings label {
	float: none;
	line-height: 1.3em;
	font-size: 13px;
	margin-bottom: 10px;
}

body#account .othersettings input {
	margin-bottom: 10px;
}

body#account hr {
	display: none;
}

/* -- Search Page ---------------------------------------- */

body#search #content fieldset {
	width: 350px;
	float: left;
	margin-right: 5px;
	padding: 12px;
}

body#search #content fieldset h3 {
	font-size: 18px;
	margin: 0 0 6px 0;
}

body#search fieldset .sublabel {
	font-size: 13px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

body#search #content input {
	width: 310px;
}

body#search fieldset#search-button {
	clear: left;
	border: none;
	background: none;
	padding: 0;
}

body#search fieldset#search-button input {
	width: auto;
}

/* -- New Arrivals Page ---------------------------------------- */

body#new #genres, body#new #datelist {
	float: left;
	padding: 0;
}

body#new #genres ul, body#new #datelist ul {
	height: 260px;
}

body#new #genres {
	margin-right: 26px;
	width: 468px;
	background: url(/css/bbm/roundboxes/bot.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

body#new #genres h2 {
	background: url(/css/bbm/roundboxes/top.gif) no-repeat center top;
	width: 448px;
	height: 22px;
	padding: 7px 10px;
	margin: 0;
	color: #4C82AA;
}

body#new #genres ul {
	float: left;
	width: 468px;
	margin: 0;
	padding-top: 15px;
	background: url(/css/bbm/roundboxes/mid.gif) repeat-y center top;
}

body#new #content #genres.datepage {
	margin-right: 0px;
	margin-left: 0px;
}

body#new #content #genres.datepage ul {
	height: auto;
}

body#new #genres li {
	float: left;
	width: 135px;
	margin: 0 10px 5px 8px;
}

body#new #genres li a {
	float: left;
	border: 1px solid #E8F6F3;
	width: 123px;
	padding: 2px 5px;
}

body#new #genres li a:hover {
	border-color: #C1DBDE;
	background: #fff;
}

body#new #datelist {
	width: 244px;
	background: url(/css/bbm/roundboxes/sm_bot.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

body#new #datelist h2 {
	background: url(/css/bbm/roundboxes/sm_top.gif) no-repeat center top;
	width: 224px;
	height: 22px;
	padding: 7px 10px;
	margin: 0;
	color: #A98E5E;
}

body#new #datelist ul {
	float: left;
	width: 244px;
	margin: 0;
	padding-top: 15px;
	background: url(/css/bbm/roundboxes/sm_mid.gif) repeat-y center top;
}

body#new #datelist li {
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px 18px;
}

/* ----- the Artist Pages ------------------------------ */

body#cd h2 {
	margin: 0;
}

body#cd #infoline {
	margin: 0;
	font-size: 12px;
}

body#cd img.albumart, body#cd #buystuff, body#cd #tracks, body#cd #trythis, body#cd #links {
	float: left;
	clear: left;
	width: 200px;
	padding-right: 15px;
}

body#cd #albuminfo, body#cd h4.style, body#cd #notes, body#cd #reviews, body#cd #emailsection {
	padding-left: 222px;
}

body#cd h4.style {
	margin: 12px 0;
}

body#cd #content fieldset {
	border: none;
	padding: 8px 0;
	background: none;
	text-align: center;
	margin: 0;
}

body#cd #content fieldset, body#cd #stocknotice, body#cd #discount-notice, #waitinglist-explanation {
	background: #E6E6E6;
}

body#cd #stocknotice, body#cd #discount-notice, #waitinglist-explanation {
	padding: 5px 10px;
	margin: 0;
	color: #BD280C;
	line-height: 1.1em;
	font-size: 12px;
}

body#cd img.albumart {
	margin-bottom: 10px;
}

body#cd h3 {
	text-align: left;
	background: #DAEDF1;
	padding: 4px;
}

body#cd #waitinglist-explanation {
	line-height: 1.2em;
}

body#cd form#waitinglist fieldset {
	text-align: left;
	padding: 2px 10px 12px 10px;
}

body#cd form#waitinglist label {
	font-weight: normal;
	font-size: 12px;
	color: #BD280C;
}

body#cd form#waitinglist input {
	width: 172px;
	font-size: 12px;
}

body#cd form#waitinglist .gogogo input {
	margin-top: 8px;
}

#buystuff .highlight {
	padding: 8px 10px;
	margin: 0;
	color: #BD280C;
	line-height: 1.2em;
	font-size: 12px;
}

body#cd #tracks h3, body#cd #trythis h3, body#cd #links h3 {
	text-align: left;
	background: #DAEDF1;
	padding: 4px;
}

body#cd h4 label {
	font-size: 13px;
	margin: 4px 0;
}

body#cd p.subtext {
	font-size: 11px;
	line-height: 1.2em;
	margin: 4px 0;
}

body#cd #tracks form {
	text-align: center;
}

body#cd #tracks dl {
	margin: 10px 0;
	line-height: 1.2em;
}

body#cd .playbutton input {
	width: 100%;
	font-weight: normal;
}

body#cd #tracks dt {
	float: left;
	clear: left;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	background: url(/css/bbm/nosample.gif) no-repeat center;
}

body#cd #tracks dd {
	float: left;
	padding-left: 4px;
	font-size: 13px;
	width: 165px;
	line-height: 22px;
}

body#cd #tracks dd a {
	font-weight: normal;
}

body#cd #trythis ul, body#cd #links ul {
	margin: 10px 0;
}

body#cd #trythis li, body#cd #links li {
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 6px;
	padding-left: 12px;
	background: url(/css/bbm/bullet.gif) no-repeat 0 4px;
}

body#cd #trythis li a, body#cd #links li a {
	font-weight: normal;
}

body#cd #notes p {
	font-size: 13px;
	line-height: 1.4em;
}

body#cd #reviews fieldset, body#cd #emailsection fieldset {
	text-align: left;
	padding: 12px;
	background: #E6E6E6;
}

body#cd #reviews label, body#cd #emailsection label {
	font-weight: normal;
}

body#cd #reviews ul {
	margin: 15px 0;
}

body#cd #reviews li {
	margin: 0;
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}

body#cd #reviews li h5 {
	font-size: 15px;
	margin: 0 0 4px 0;
}

body#cd #reviews address {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 25px;
	display: block;
	font-style: italic;
}

body#cd #reviews p {
	margin: 2px 0;
	font-size: 13px;
	line-height: 1.3em;
}

body#cd #reviews li.stars1 address {
	background-image: url(/css/stars1.gif);
}

body#cd #reviews li.stars2 address {
	background-image: url(/css/stars2.gif);
}

body#cd #reviews li.stars3 address {
	background-image: url(/css/stars3.gif);
}

body#cd #reviews li.stars4 address {
	background-image: url(/css/stars4.gif);
}

body#cd #reviews li.stars5 address {
	background-image: url(/css/stars5.gif);
}

/* ------ Flavor Page ------------------------------ */

body#flavor .flavorlist {
	float: left;
	width: 335px;
	padding: 0px;
	margin: 0 25px 12px 0;
}

body#flavor .flavorlist h2 {
	margin-top: 0px;
}

body#flavor .flavorlist dd {
	padding: 0 10px;
	margin-bottom: 12px;
}

/* ----- the albumlist pages ------------------------------ */

body#places #genres, body#topnow #genres, body#picks #genres, #subgenres, body#new #genres.datepage, body#playlist #playlists {
	float: right;
	width: 244px;
	background: url(/css/bbm/roundboxes/sm_bot.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

body#places #genres h2, body#topnow #genres h2, body#picks #genres h2, #subgenres h2, body#new #genres.datepage h2, body#playlist #playlists h2 {
	background: url(/css/bbm/roundboxes/sm_top.gif) no-repeat center top;
	width: 224px;
	height: 22px;
	padding: 7px 10px;
	margin: 0;
	color: #A98E5E;
}

body#places #genres ul, body#topnow #genres ul, body#picks #genres ul, #subgenres ul, body#new #genres.datepage ul, body#playlist #playlists ul {
	background: url(/css/bbm/roundboxes/sm_mid.gif) repeat-y center top;
	padding-top: 15px;
	width: 244px;
	margin: 0;
}

body#places #genres li, body#topnow #genres li, body#picks #genres li, #subgenres li, body#new #genres.datepage li, body#playlist #playlists li {
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px 18px;
}

ul.albumlist, ul#albumlist {
	width: 520px;
}

.albumlist li, #albumlist li {
	clear: left;
	margin: 5px 20px 10px 0;
	background: url(/css/bbm/albumbox_tp.jpg) no-repeat 0 0;
	padding: 7px 0 0 0;
	border-bottom: 1px solid #DCDCD7;
}

.albumlist br, #albumlist br {
	clear: left;
}

.albumbox, .albumbox-tiny {
	padding: 5px 12px;
	background: url(/css/bbm/albumbox_grad.gif) repeat-y 0 0;
	line-height: .1em; /* gets rid of "space" on that br that clears things */
}

#content ul.albumlist .albumbox h3, 
#content ul#albumlist .albumbox h3 {
	font-size: 15px;
	margin-top: 0;
	line-height: 1.3em;
}

#container #content .albumbox fieldset {
	border: none;
	background-color: transparent;
}

#container #content .albumbox fieldset:after {
	display: none;
	clear: none;
}

#content ul.albumlist .albumbox-tiny h3, #content ul#albumlist .albumbox-tiny h3 {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 0;
}

.albumbox a img, .albumbox-tiny a img {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #B3B3B3;
	padding: 4px;
}

.albumbox p, .albumbox div {
	font-size: 13px;
	line-height: 1.3em;
	padding-left: 118px;
}

.albumbox-tiny p, .albumbox-tiny div {
	font-size: 12px;
	line-height: 1.3em;
	padding-left: 70px;
}

.albumbox .price, .albumbox-tiny .price {
	margin: 10px 0;
	font-weight: bold;
}

#newarrivals, #editorspicks, #topsellers {
	float: left;
}

#newarrivals h2, #editorspicks h2, #topsellers h2 {
	margin-top: 0px;
}

/* -- Styles Page ---------------------------------------- */

body#style #genres, body#style #crossgenres {
	float: left;
	padding: 0;
}

body#style #subgenres h2 {
	font-size: 14px;
}

body#style #genres {
	margin-right: 26px;
	width: 244px;
	background: url(/css/bbm/roundboxes/sm_mid.gif) repeat-y center top;
}

body#style #genres h2 {
	background: url(/css/bbm/roundboxes/sm_top.gif) no-repeat center top;
	width: 224px;
	height: 22px;
	padding: 7px 10px;
	margin: 0 0 15px 0;
	color: #A98E5E;
}

body#style #genres ul {
	background: url(/css/bbm/roundboxes/sm_bot.gif) no-repeat center bottom;
	padding-bottom: 20px;
	width: 244px;
	margin: 0;
}

body#style #genres li {
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px 18px;
}

body#style #crossgenres {
	width: 468px;
	background: url(/css/bbm/roundboxes/bot.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

body#style #crossgenres h2 {
	background: url(/css/bbm/roundboxes/top.gif) no-repeat center top;
	width: 448px;
	height: 22px;
	padding: 7px 10px;
	margin: 0;
	color: #4C82AA;
}

body#style #crossgenres ul {
	float: left;
	background: url(/css/bbm/roundboxes/mid.gif) repeat-y center top;
	padding-top: 15px;
	width: 468px;
	margin: 0;
}

body#style #crossgenres li {
	font-size: 13px;
	float: left;
	width: 195px;
	margin: 0 10px 5px 8px;
	line-height: 1.3em;
}

body#style #crossgenres li a {
	float: left;
	border: 1px solid #E8F6F3;
	width: 153px;
	padding: 2px 5px;
	font-weight: normal;
}

body#style #crossgenres li a:hover {
	border-color: #C1DBDE;
	background: #fff;
}

#content .albumtextlist {
	margin-bottom: 15px;
	padding: 8px 0;
	width: 75%;
}

#content .albumtextlist dt {
	background: url(/css/bbm/dl_grad_tp.jpg) no-repeat 0 0;
	padding: 4px 12px;
}

#content .albumtextlist dd {
	background: url(/css/bbm/dl_grad.gif) repeat-y 0 0;
	padding: 0 0 8px 25px;
	margin-bottom: 12px;
	border-bottom: 1px solid #C1DBDE;
}

/* -------- Places page ------------- */

body#places #places-intl, body#places #places-usa {
	float: left;
	width: 330px;
	padding: 10px;
	margin-right: 30px;
	background-color: #E1F3FF;
}

body#places #content #places-usa {
	background-color: #E8FEE4;
	margin-right: 0px;
}

body#places #places-intl li a, body#places #places-usa li a {
	font-weight: normal;
}

body#places .howmany {
	font-size: 11px;
	color: #666;
}

/* ------- Sale page ---------------- */

body#sale #explanation {
	float: left;
	width: 468px;
	margin-right: 15px;
}

body#sale #genres {
	float: left;
	width: 244px;
	background: url(/css/bbm/roundboxes/sm_mid.gif) repeat-y center top;
}

body#sale #genres h2 {
	background: url(/css/bbm/roundboxes/sm_top.gif) no-repeat center top;
	width: 224px;
	height: 22px;
	padding: 7px 10px;
	margin: 0 0 15px 0;
	color: #A98E5E;
	font-size: 14px;
}

body#sale #genres ul {
	background: url(/css/bbm/roundboxes/sm_bot.gif) no-repeat center bottom;
	padding-bottom: 20px;
	width: 244px;
	margin: 0;
}

body#sale #genres li {
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px 18px;
}

body#sale #subgenres {
	float: left;
	width: 749px;
	background: url(/css/bbm/roundboxes/lg_mid.gif) repeat-y center top;
}

body#sale #subgenres h2 {
	background: url(/css/bbm/roundboxes/lg_top.gif) no-repeat center top;
	width: 729px;
	height: 22px;
	padding: 7px 10px;
	margin: 0 0 15px 0;
	color: #4C82AA;
}

body#sale #subgenres ul {
	float: left;
	background: url(/css/bbm/roundboxes/lg_bot.gif) no-repeat center bottom;
	padding-bottom: 20px;
	width: 749px;
	margin: 0;
}

body#sale #subgenres li {
	float: left;
	width: 160px;
	margin: 0 10px 5px 8px;
	line-height: 1.3em;
}

body#sale #subgenres li a {
	float: left;
	border: 1px solid #E8F6F3;
	width: 138px;
	padding: 4px 5px;
	font-weight: normal;
}

body#sale #subgenres li a:hover {
	border-color: #C1DBDE;
	background: #fff;
}

/* ------- about and help page ---------------- */

body#about #content ul, body#help #content ul {
	width: 75%;
}

body#about #content li, body#help #content li {
	padding: 10px;
}

/* ------- contact page ---------------- */

body#contact dl, body#account dl, body#resale dl {
	margin-bottom: 15px;
	padding: 8px 0;
	width: 75%;
}

body#contact dt, body#account dt, body#resale dt {
	background: url(/css/bbm/dl_grad_tp.jpg) no-repeat 0 0;
	padding: 4px 12px;
}

body#contact dd, body#account dd, body#resale dd {
	background: url(/css/bbm/dl_grad.gif) repeat-y 0 0;
	padding: 0 0 8px 25px;
	margin-bottom: 12px;
	border-bottom: 1px solid #C1DBDE;
}

/* ------- shopping cart ---------------- */

.cart {
	width: 100%;
	border: 1px solid #D5E4E1;
}

.cart tbody {
	margin: 8px 0;
}

.cart-head th {
	height: 36px;
	background-color: #D5F2ED;
	border: none;
	text-align: left;
	padding: 0 8px;
}

.cart .albumart {
	float: left;
	margin-right: 10px;
}

.cart td p {
	margin: 2px 0;
}

.cart td {
	border: none;
	padding: 8px;
	background: #EBEBE7;
}

.cart .cartline-alt2 td {
	background: #E8F6F3;
}

.cart .cartline-alt1 td {
	background: #FAFDFC;
}

td#totalprice {
	font-weight: bold;
}

.cart .itemprice, .cart .itemsubtotal, .cart .shipcost, .cart .taxcost, .cart .totalcost {
	text-align: right;
	padding-right: 1.5em;
}
.shiplabel, .totallabel, .taxlabel {
	font-weight: bold;
}

/* ------- checkout ---------------- */

#checkout h1 {
	margin-top: 1em;
}

#checkout #content label, #checkout #content input, #checkout #content select {
	float: left;
	margin-right: 10px;
}

#checkout form#checkout-password, #checkout form#checkout-send-pass {
	float: left;
	width: 640px;
	height: 85px;
	padding: 10px;
	background-color: #FBF6E3;
	border: 1px solid #E9E5D3;
	margin-bottom: 20px;
}

#checkout form#checkout-password label {
	font-weight: normal;
}

#checkout form#checkout-password input, #checkout form#checkout-send-pass input {
	margin: 0 10px 0 0;
}


#checkout hr {
	display: none;
}

#final-total {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 2em;
}

#paypal, #mpf, #ship-bill-addr, #recap_cart { 
	margin: 12px 0;
	background: #FBF6E3;
	border: 1px solid #E9E5D3;
	width: 700px;
	padding: 0 8px 8px 8px;
}

#ship-bill-addr address {
	float: left;
	width: 345px;
	font-style: normal;
	font-weight: bold;
}

#paypal h2, #mpf h2 {
	color: #333;
}
#checkout #paypal form fieldset {
	border: 0;
}

#mpf form {
	padding: 0 12px;
}

#content #mpf h2 {
	margin: 12px 0 3px 0;
}

#cards-accepted, #digicertsitesealcode {
	float: right;
	margin: 1em;
}
#credit_debit h2 {
	margin-left: 10px;
	margin-bottom: 2em;
}
#credit_debit #cc-container {
	float: left;
}
#credit_debit .cc-element-container label {
	width: 180px;
}
#credit_debit .cc-element-container {
	height: 2em;
	margin-bottom: .5em;
}
#credit_debit #ccnum {
	width: 140px;
}
#credit_debit #cvv2 {
	width: 45px;
}
#credit_debit .help {
	float: right;
	font-size: 75%;
	line-height: 100%;
	text-align: center;
	width: 320px;
	margin: 2em 1em;
	padding: 1em;
	border: 1px solid #e9e5d3;
	background-color: white;
}
#credit_debit .help h3 {
	line-height: 120%;
}
#credit_debit .help div {
	float: left;
	width: 150px;
	padding: 0 5px;
}
#credit_debit .help div p {
	text-align: left;
}
#credit_debit .help div img {
	margin: 0 auto;
}
#credit_debit button {
	font-weight: bold;
	padding: 10px 15px;
	margin: 2em 0 .5em 50px;
}
#charge-click-warning {
	width: 275px;
	text-align: center;
	margin: 0 0 0 50px;
}
#charge-click-warning span {
	display: block;
	font-weight: bold;
}

table#login_or_register_box {
	width: 660px;
	margin-left: 50px;
}

td.checkout_register_box {
	width: 330px;
	text-align: center;
}

td.checkout_login_box {
	width: 330px;
	text-align: center;
}

#checkout label, #checkout h2 label {
	width: 75px;
	margin-left: 25px;
	text-align: left;
}

/* ------- album art page ---------------- */

body#art h3 {
	clear: left;
}

body#art #albumart li {
	float: left;
	padding: 0 50px 14px 0;
}

/* ------- MISC ---------------- */

.small, .subtext {
	font-size: .9em;
}

.small a, .subtext a {
	font-weight: normal;
}

.highlight {
	background: #FFFF90;
	padding: 3px;
}

ul#zipcontents li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 3px 22px;
}

dl#mp3qa dd {
	padding: 0 0 10px 15px;
}

/* ------------ the .address forms for the account and checkout pages --------- */

#newpassform fieldset {
	padding: 12px;
}
#newpassform .gogogo  {
	margin-top: 0px;
	float: left;
}
#newpassform label {
	width: 300px;
	font-weight: normal;
}


#checkout #content .address fieldset, #account #content form {
	border: 1px solid #e9e5d3;
	margin-bottom: 10px;
	background-color: #fbf6e3;
	padding: 25px 12px 35px;
}

#content .address label, #content .address input, #content .address select {
	margin: 6px 10px 6px 0;
	line-height: 1em;
	width: 335px;
}
#content .address label {
	clear: both;
	font-weight: normal;
	width: 143px; /* overrides the value above */
}

#content .shipping-other select, #content .shipping-other input,
#content .address .shipping-other h2 label,
#ups_warning, #charge-explanation, #bill-addr-explanation,
#content div#billing-addr-prepop {
	margin-left: 153px; /* equals the width of a label including its margins */
	width: 340px;
}
#checkout #content p#xmas_cutoff {
	clear: both;
	padding-top: .5em;
	margin: 0 153px 2em;
	width: 400px;
	line-height: 80%;
	color: red;
}

#content .address button {
	font-weight: bold;
	width: 250px;
	margin-left: 198px;
	margin-top: 2em;
	padding: 8px 15px;
}

#content .shipping-address {
	float: left;
	padding-bottom: 2em;
}
#content .shipping-other, #content .billing-address {
	clear: both;
}

#ups_warning, #charge-explanation, #bill-addr-explanation {
	font-weight: bold;
}

#content .address #ccexp select {
	width: auto;
}
#content .address #cvv2help {
	float: left;
	margin: 5px 0 0 0;
}
#content input#address-change {
	width: auto;
}

div.flag {
	float: right;
	padding: 0 10px;
}
#content div#billing-addr-prepop label {
	font-weight: bold;
	width: auto;
	margin-bottom: 1em;
}
#content div#billing-addr-prepop input {
	width: auto;
}

/* I haven't the foggiest idea what this accomplishes, so I'm commenting it out.
 * MM 9/16/08
#content .address fieldset:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
*/


/* The wishlist on the account page... */
#content ul#wishlist div.albumbox {
	width: 650px;
}
#content ul#wishlist div.albumbox div.price {
	padding-left: 0;
}
#content ul#wishlist form {
	background-color: transparent;
	border: none;
	margin: 5px 0;
	padding: 0;
}

/* playlist stuff */
#content div#playlist-hype {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	
}
#content div#playlist-hype img {
	padding: 0 12px 10px 0;
}
#content div#playlist-hype p {
	margin-right: 260px;
}
body#playlist #content ul.albumlist {
	clear: both;
}

/* misc */
#navbottom {
	text-transform: capitalize;
}
#checkout #shipregion {
	width: auto;
	min-width: 335px;
}

