@charset "utf-8";
@import url("/css/reset.css");
@import url("/css/FormDecorator.MuseAudio.css");
/* TOC

1: - Global Styles

2: - Header

3: - Content

4: - Footer

*/


/* 1 :-------- Global Styles ------------ */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
body  {
	font-size: 12px;
	color: #000;
	background-color: #fff;
}
p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 16px;
}
a {
	font-size: inherit;
	text-decoration: none;
	padding: 0;
	background: none;
	color: #333;
}
li {
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1em;
	padding-bottom: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
fieldset {
	border: 0;
}
td,th {
	vertical-align: top;
}
.invisible {
	display: none;
}
.visible {
	display: inline;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
.update_success {
	display: block;
	max-width: 880px;
	background: #e0eed9 url(../images/form/success.gif) no-repeat;
	background-position: 5px 4px;
	padding: 5px 5px 8px 35px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #a1d07e;
	border-bottom-color: #a1d07e;
	font-size: 13px;
	color: #3d8f00;
}
.update_success_inline {
	padding: 1px;
	color: #e0eed9;
	background-color: #fff;
}
.update_failure {
	display: block;
	max-width: 880px;
	background: #ffd6d6 url(../images/form/fail.gif) no-repeat;
	background-position: 5px 4px;
	padding: 8px 5px 8px 35px;
	font-size: 14px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #f00;
	border-bottom-color: #f00;
	font-size: 13px;
	color: #f00;
}
.update_failure a {
	color: #f00;
	text-decoration: underline;
}
.update_failure_inline {
	padding: 1px;
	color: #f00;
	background-color: #fff;
}
.update_warn {
	display: block;
	max-width: 880px;
	background: #fffac2 url(../images/form/warn.gif) no-repeat;
	background-position: 5px 4px;
	padding: 5px 5px 8px 35px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #f19101;
	border-bottom-color: #f19101;
	font-size: 13px;
	color: #333;
}
.update_info {
	display: block;
	max-width: 880px;
	background: #dbe9f3 url(../images/form/info.png) no-repeat;
	background-position: 5px 4px;
	padding: 5px 5px 8px 35px;
	margin-bottom: 25px;
	border: #2f81c6 1px solid;
	font-size: 13px;
}


/* 2 :-------- Header ------------ */
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 110px;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	clear: both;
}
#header .left {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 222px;
	height: 110px;
}
#header .left span {
	background-image: url(../images/pay-what-you-want.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
#header .right {
	float: right;
	margin: 0;
	padding: 0;
	width: 560px;
}

#header .right #email-signup {
	float: right;
	width: 370px;
}
#header .right #email-signup input {
	margin-top: 10px;
	width: 240px;
	border: 1px solid #d2d2d2;
}
#header .right #email-signup a.sign-up {
	position: absolute;
	margin: 0 0 0 10px; 
	padding: 0; 
	width: 64px;
	height: 31px;
	text-decoration: none;
}
#header .right #email-signup a.sign-up span {
	display: block;
	background-image: url(../images/sign-up.png);
	position: absolute;
	width: 64px;
	height: 31px;
}
#header .right #email-signup a.sign-up:hover span {
	background-position: 0px -31px;
}


#header .right #menu {
	position: absolute;
	display: block; 
	width: 522px;
	height: 39px; 
	top: 46px;
}
#header .right #menu li {
	margin: 0; 
	padding: 0 0 0 8px; 
	height: auto; 
	float: left;
}
#header .right #menu li:first-child {
	padding: 0;
}
#header .right #menu li a {
	position: relative;
	display: block;
	margin: 0; 
	padding: 0; 
	height: 39px;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	line-height: 1em;
}
#header .right #menu li a:hover {
	text-decoration: underline;
}
#header .right #menu li span {
	background-image: url(../images/menu.png);
	position: absolute;
	width: 100%;
	height: 100%;
}
#header .right #menu li .the-goods {
	width: 94px;
}
#header .right #menu li .the-goods span {
	background-position: 0 0;
}
#header .right #menu li a.the-goods:hover span,
#header .right #menu li a.the-goods.selected span {
	background-position: 0 -39px;
}
#header .right #menu li .who-we-are {
	width: 96px;
}
#header .right #menu li .who-we-are span {
	background-position: -102px 0;
}
#header .right #menu li a.who-we-are:hover span,
#header .right #menu li a.who-we-are.selected span {
	background-position: -102px -39px;
}
#header .right #menu li .previous-pwyw {
	width: 125px;
}
#header .right #menu li .previous-pwyw span {
	background-position: -206px 0;
}
#header .right #menu li a.previous-pwyw:hover span,
#header .right #menu li a.previous-pwyw.selected span {
	background-position: -206px -39px;
}
#header .right #menu li .safe-and-secure {
	width: 118px;
}
#header .right #menu li .safe-and-secure span {
	background-position: -339px 0;
}
#header .right #menu li a.safe-and-secure:hover span,
#header .right #menu li a.safe-and-secure.selected span {
	background-position: -339px -39px;
}
#header .right #menu li .blog {
	width: 49px;
}
#header .right #menu li .blog span {
	background-position: -463px 0;
}
#header .right #menu li a.blog:hover span,
#header .right #menu li a.blog.selected span {
	background-position: -463px -39px;
}



/* 3 :-------- Content ------------ */
#main-content {
	width: 100%;
}
#main-content .item {
	padding: 22px 22px 50px 22px;
	background-image: url(../images/item-bot-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
}
#main-content .item .purchase {
	float: right;
	width: 299px;
	min-height: 430px;
	margin-left: 22px;
	background-image: url(../images/box-top.png);
	background-repeat: no-repeat;
}
#main-content .item .purchase .price-box {
	margin-top: 7px;
	background-color: #f1f1f1;
	background-image: url(../images/box-mid.png);
	background-repeat: repeat-y;
}
#main-content .item .purchase .price-box .content {
	padding: 10px 20px;
}
#main-content .item .purchase .price-box .content h3 {
	position: relative;
	font-size: 16px;
	clear: both;
}
#main-content .item .purchase .price-box .content h3 label {
	position: absolute;
	float: left;
}
#main-content .item .purchase .price-box .content h3 span {
	margin-left: 130px;
}
#main-content .item .purchase .price-box .content h4 {
	margin-top: 5px;
}
#main-content .item .purchase .price-box .content h4 label {
	float: left;
	position: absolute;
	margin: 0; 
	padding: 0; 
	width: 110px;
	height: 28px;
	text-decoration: none;
}
#main-content .item .purchase .price-box .content h4 label.i-will-pay span {
	display: block;
	background-image: url(../images/i-will-pay.png);
	position: absolute;
	width: 110px;
	height: 28px;
}
#main-content .item .purchase .price-box .content h4 input {
	margin-left: 135px;
	width: 100px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#main-content .item .purchase .price-box .content h5 {
	position: relative;
	font-size: 13px;
	clear: both;
}
#main-content .item .purchase .price-box .content h5 label {
	position: absolute;
	float: left;
	font-weight: normal;
}
#main-content .item .purchase .price-box .content h5 span,
#main-content .item .purchase .price-box .content h5 select {
	margin-left: 130px;
}
#main-content .item .purchase .price-box .content h5 select {
	min-width: 60px;
}
#main-content .item .purchase .price-box .content p {
	margin-top: 10px;
	clear: both;
}
#main-content .item .purchase .price-box .content .buy-now {
	float: left;
	position: absolute;
	margin: 8px 0 0 0; 
	padding: 0; 
	width: 121px;
	height: 36px;
	text-decoration: none;
}
#main-content .item .purchase .price-box .content .buy-now span {
	display: block;
	background-image: url(../images/buy-now.png);
	position: absolute;
	width: 121px;
	height: 36px;
}
#main-content .item .purchase .price-box .content .shipping {
	float: right;
	font-size: 11px;
	color: #959595;
	text-align: center;
}
#main-content .item .purchase .price-box .content p.payment-accepted {
	margin-top: 50px;
}
#main-content .item .purchase .price-box .price-box-bot {
	width: 299px;
	height: 6px;
	background-color: #f1f1f1;
	background-image: url(../images/box-bot.png);
	background-repeat: no-repeat;
}

/* Bars */
#main-content .item .purchase h6 {
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	margin-top: 30px;
}
#main-content .item .purchase h6 span {
	float: right;
}
#main-content .item .purchase .full-bar {
	position: relative;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 289px;
	height: 19px;
	background-color: #d1d1d1;
	background-image: url(../images/bar-graph-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #aeaeae;
}
#main-content .item .purchase .full-bar .remaining-bar {
	position: absolute;
	float: left;
	height: 19px;
	background-color: #7ec013;
	background-image: url(../images/bar-graph-fg.png);
	background-repeat: repeat-x;
	z-index: 1;
}
#main-content .item .purchase .full-bar .remaining {
	position: absolute;
	float: left;
	padding: 2px 0 0 5px;
	z-index: 100;
}


/* Details */
#main-content .item .details {
	margin: 0 321px 0 0;
	min-height: 430px;
}
#main-content .item .details .photo-large {
	text-align: center;
	height: 350px !important;
}
#main-content .item .details .thumbnails {
	margin: 5px 0 0 0;
}
#main-content .item .details .thumbnails li {
	float: left;
	margin-right: 21px;
}
#main-content .item .details .thumbnails li a {
	display: block;
	width: 54px;
	height: 54px;
	border: 1px solid #ececec;
	vertical-align: middle;
}
#main-content .item .details .thumbnails li img {
	vertical-align: middle;
}
#main-content .item .details .content {
	margin-top: 15px;
	font-size: 13px;
}






/* 3 :-------- Content ------------ */
#main-content .page,
#main-content .buy-page {
	padding: 20px;
	max-width: 760px;
}
#main-content .buy-page h4,
#main-content .buy-page h5 {
	position: relative;
	font-size: 13px;
	clear: both;
}
#main-content .buy-page h4 label,
#main-content .buy-page h5 label {
	position: absolute;
	float: left;
	font-weight: normal;
}
#main-content .buy-page h4 span,
#main-content .buy-page h5 span {
	margin-left: 130px;
}






/* 4 :-------- Footer ------------ */
#footer {
	margin: 50px 0;
	padding: 20px 0 0 0;
	background-image: url(../images/item-bot-bg.png);
	background-repeat: repeat-x;
	text-align: center;
}






